.kh-purity-split,
.kh-purity-split * {
    box-sizing: border-box;
}

.kh-purity-split {
    width: 100%;
    display: grid;
    grid-template-columns: 50% 50%;
    align-items: stretch;
    overflow: hidden;
    background: #fff;
}

.kh-purity-media {
    position: relative;
    min-width: 0;
    overflow: hidden;
    background: #e9e6df;
}

.kh-purity-media img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: right center;
}

.kh-purity-content {
    position: relative;
    min-width: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #6d9946;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    color: #fff;
    isolation: isolate;
}

.kh-purity-content::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    pointer-events: none;
    background: rgba(70,70,70,.28);
}

.kh-purity-inner {
    width: 100%;
    max-width: 710px;
}

.kh-purity-title {
    margin: 0 0 43px;
    padding: 0;
    color: #fff;
    font-size: 48.5px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: -1px;
    text-transform: uppercase;
}

.kh-purity-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.kh-purity-list-item {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

.kh-purity-list-icon {
    flex: 0 0 auto;
    width: 18px;
    min-width: 18px;
    min-height: 1.35em;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 17px;
    line-height: 1.35;
}

.kh-purity-list-icon i,
.kh-purity-list-icon svg {
    display: block;
}

.kh-purity-list-icon svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
}

.kh-purity-list-text {
    min-width: 0;
    color: #fff;
    font-size: 20.7px;
    line-height: 1.35;
    font-weight: 300;
    font-style: italic;
    overflow-wrap: anywhere;
}

.kh-purity-button {
    width: 280px;
    min-height: 66px;
    margin-top: 35px;
    padding: 12px 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border: 0;
    border-radius: 0;
    background: #ecae3d;
    color: #fff;
    font-size: 24px;
    line-height: 1.1;
    font-weight: 700;
    text-decoration: none !important;
    text-transform: uppercase;
    transition: transform .2s ease, background-color .2s ease, color .2s ease, box-shadow .2s ease;
}

.kh-purity-button:hover,
.kh-purity-button:focus {
    color: #fff;
    text-decoration: none;
    background: #d99a2c;
}

.kh-purity-button-lift .kh-purity-button:hover,
.kh-purity-button-lift .kh-purity-button:focus {
    transform: translateY(-2px);
}

.kh-purity-button:focus-visible {
    outline: 2px solid currentColor;
    outline-offset: 3px;
}

.kh-purity-button-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

.kh-purity-button-icon svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
}

@media (max-width: 1024px) {
    .kh-purity-stack-tablet {
        grid-template-columns: 1fr !important;
    }

    .kh-purity-stack-tablet .kh-purity-media,
    .kh-purity-stack-tablet .kh-purity-content {
        width: 100%;
    }

    .kh-purity-stack-tablet.kh-purity-content-first .kh-purity-content {
        order: 1;
    }

    .kh-purity-stack-tablet.kh-purity-content-first .kh-purity-media {
        order: 2;
    }

    .kh-purity-stack-tablet:not(.kh-purity-content-first) .kh-purity-media {
        order: 1;
    }

    .kh-purity-stack-tablet:not(.kh-purity-content-first) .kh-purity-content {
        order: 2;
    }

    .kh-purity-title {
        font-size: clamp(34px, 5vw, 42px);
        letter-spacing: -.6px;
    }

    .kh-purity-list-text {
        font-size: 17px;
    }
}

@media (max-width: 767px) {
    .kh-purity-content {
        min-height: 0;
    }

    .kh-purity-title {
        font-size: clamp(28px, 8.3vw, 36px);
        line-height: 1.12;
        letter-spacing: -.4px;
    }

    .kh-purity-list {
        gap: 12px;
    }

    .kh-purity-list-item {
        gap: 13px;
    }

    .kh-purity-list-text {
        font-size: 15px;
        line-height: 1.45;
    }

    .kh-purity-list-icon {
        width: 15px;
        min-width: 15px;
        font-size: 15px;
    }

    .kh-purity-button {
        width: min(220px, 100%);
        min-height: 54px;
        font-size: 18px;
    }
}


@media (max-width: 767px) {
    .kh-purity-split {
        display: block;
        background: #ffffff;
    }

    .kh-purity-split .kh-purity-media {
        display: none !important;
    }

    .kh-purity-split .kh-purity-content {
        display: block;
        width: 100%;
        min-height: 0 !important;
        padding: 18px !important;
        background-position: center center !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
    }

    .kh-purity-split .kh-purity-content::before {
        background: rgba(14, 24, 11, 0.34);
    }

    .kh-purity-split .kh-purity-inner {
        max-width: none !important;
        padding: 22px 18px 22px;
        border-radius: 24px;
        background: linear-gradient(135deg, rgba(8, 28, 10, 0.92) 0%, rgba(19, 57, 13, 0.88) 100%);
        border: 1px solid rgba(255,255,255,0.08);
        box-shadow: 0 10px 26px rgba(7, 19, 9, 0.24);
        backdrop-filter: blur(3px);
        -webkit-backdrop-filter: blur(3px);
    }

    .kh-purity-split .kh-purity-title {
        margin: 0 0 20px;
        font-size: 25px;
        line-height: 1.05;
        letter-spacing: -0.5px;
    }

    .kh-purity-split .kh-purity-list {
        gap: 14px;
    }

    .kh-purity-split .kh-purity-list-item {
        gap: 12px;
        align-items: flex-start;
    }

    .kh-purity-split .kh-purity-list-icon {
        width: 30px;
        min-width: 30px;
        min-height: 30px;
        height: 30px;
        border: 1px solid rgba(236, 174, 61, 0.72);
        border-radius: 50%;
        color: #ecae3d;
        font-size: 13px;
        line-height: 1;
        margin-top: 1px;
    }

    .kh-purity-split .kh-purity-list-text {
        font-size: 12.5px;
        line-height: 1.4;
        font-style: normal;
        font-weight: 700;
        text-transform: uppercase;
        color: #ffffff;
    }

    .kh-purity-split .kh-purity-button {
        width: 100%;
        min-height: 52px;
        margin-top: 22px;
        padding: 12px 20px;
        border-radius: 12px;
        font-size: 15px;
        letter-spacing: 0;
        box-shadow: none;
    }
}
