@font-face {
    font-family: "Albert Sans";
    src: url("../fonts/kiralik-type/AlbertSans-LatinExt.woff2") format("woff2");
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* Family production story */
.ka-family-story {
    display: grid;
    grid-template-columns: minmax(0, 1.02fr) minmax(0, .98fr);
    width: min(1240px, calc(100% - 40px));
    margin: 42px auto 68px;
    overflow: hidden;
    border: 1px solid var(--ka-polish-line);
    border-radius: var(--ka-radius-xl);
    background: #fff;
    box-shadow: var(--ka-shadow-soft);
}

.ka-family-story__media {
    position: relative;
    min-height: 570px;
    overflow: hidden;
}

.ka-family-story__media > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ka-family-story__media::after {
    position: absolute;
    inset: 42% 0 0;
    content: "";
    background: linear-gradient(180deg, transparent, rgba(20, 56, 28, .78));
    pointer-events: none;
}

.ka-family-story__media > div {
    position: absolute;
    z-index: 1;
    right: 28px;
    bottom: 28px;
    left: 28px;
    display: grid;
    gap: 4px;
    color: #fff;
}

.ka-family-story__media strong {
    font-family: var(--ka-font-display);
    font-size: 25px;
}

.ka-family-story__media span {
    color: rgba(255, 255, 255, .86);
}

.ka-family-story__copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: clamp(36px, 5vw, 72px);
}

.ka-family-story__copy h2 {
    max-width: 620px;
    margin: 12px 0 18px;
    color: var(--ka-polish-green-dark);
    font-size: 52px;
    line-height: 1.04;
}

.ka-family-story__copy > p {
    margin: 0 0 26px;
    color: var(--ka-polish-muted);
    font-size: 17px;
    line-height: 1.72;
}

.ka-family-story__copy ul {
    display: grid;
    gap: 14px;
    margin: 0 0 28px;
    padding: 0;
    list-style: none;
}

.ka-family-story__copy li {
    display: grid;
    grid-template-columns: 132px 1fr;
    gap: 14px;
    align-items: baseline;
    padding-bottom: 13px;
    border-bottom: 1px solid var(--ka-polish-line);
}

.ka-family-story__copy li strong {
    color: var(--ka-polish-green-dark);
}

.ka-family-story__copy li span,
.ka-family-story__copy > small {
    color: var(--ka-polish-muted);
}

.ka-family-story__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    align-items: center;
    margin-bottom: 18px;
}

.ka-family-story__actions > a:not(.ka-button) {
    color: var(--ka-polish-green-dark);
    font-weight: 800;
}

@media (max-width: 900px) {
    .ka-family-story {
        grid-template-columns: 1fr;
    }

    .ka-family-story__media {
        min-height: 390px;
    }
}

@media (max-width: 640px) {
    .ka-family-story {
        width: calc(100% - 24px);
        margin: 28px auto 48px;
    }

    .ka-family-story__media {
        min-height: 330px;
    }

    .ka-family-story__copy {
        padding: 30px 24px 34px;
    }

    .ka-family-story__copy h2 {
        font-size: 36px;
    }

    .ka-family-story__copy li {
        grid-template-columns: 1fr;
        gap: 3px;
    }

    .ka-family-story__actions {
        align-items: stretch;
        flex-direction: column;
    }

    .ka-family-story__actions .ka-button {
        justify-content: center;
        width: 100%;
    }
}

/* Keep the promotional film visible: media first, controls only. */
.ka-ecomus-video-banner {
    position: relative;
    display: block !important;
    width: min(1320px, calc(100% - 48px));
    min-height: 0 !important;
    aspect-ratio: 16 / 9;
    margin-inline: auto;
    padding: 0 !important;
    overflow: hidden;
    background-color: #17391c;
    background-position: center;
    background-size: cover;
    border: 1px solid rgba(39, 85, 33, .15);
    border-radius: 30px;
    box-shadow: 0 24px 64px rgba(31, 64, 28, .12);
}

.ka-legacy-area .ka-ecomus-video-banner {
    padding-block: 0 !important;
}

.ka-ecomus-video-banner__video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transition: opacity .3s ease;
}

.ka-ecomus-video-banner__video.is-ready {
    opacity: 1;
}

.ka-ecomus-video-banner__controls {
    position: absolute;
    right: 18px;
    bottom: 18px;
    z-index: 3;
    display: flex;
    gap: 8px;
}

.ka-ecomus-video-banner__controls button {
    min-height: 44px;
    padding: 0 16px;
    border: 1px solid rgba(23, 57, 28, .14);
    border-radius: 999px;
    background: rgba(255, 255, 255, .92);
    color: #17391c;
    box-shadow: 0 8px 24px rgba(15, 44, 20, .16);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    font: inherit;
    font-size: 13px;
    font-weight: 800;
    cursor: pointer;
}

.ka-ecomus-video-banner__controls button:hover,
.ka-ecomus-video-banner__controls button:focus-visible,
.ka-ecomus-video-banner__controls button.is-on {
    background: #397b1f;
    color: #fff;
}

.ka-ecomus-video-banner__controls button:focus-visible {
    outline: 3px solid rgba(255, 255, 255, .8);
    outline-offset: 2px;
}

@media (max-width: 767.98px) {
    .ka-ecomus-video-banner,
    .ka-legacy-area .ka-ecomus-video-banner {
        width: calc(100% - 24px);
        min-height: 0 !important;
        aspect-ratio: 4 / 5;
        padding: 0 !important;
        border-radius: 22px;
        box-shadow: 0 18px 42px rgba(31, 64, 28, .12);
    }

    .ka-ecomus-video-banner__controls {
        right: 12px;
        bottom: 12px;
        gap: 6px;
    }

    .ka-ecomus-video-banner__controls button {
        min-height: 42px;
        padding: 0 13px;
        font-size: 12px;
    }
}

/* Homepage film placement and readable legal documents. */
.ka-home-video {
    padding: 12px 0 0;
}

.ka-home-video .ka-ecomus-video-banner {
    width: 100%;
    max-width: none;
    border-radius: 0 0 30px 30px;
}

.ka-footer-legal {
    grid-column: 1 / -1;
    display: flex;
    flex-wrap: wrap;
    gap: 10px 22px;
    padding-top: 22px;
    border-top: 1px solid rgba(38, 72, 31, .12);
}

.ka-footer-legal a {
    color: #31522c;
    font-size: 13px;
    font-weight: 750;
}

.ka-legal-document {
    color: #213421;
    font-size: 16px;
    line-height: 1.75;
}

.ka-legal-document__summary,
.ka-legal-document__seller,
.ka-legal-document__notice {
    margin: 0 0 28px;
    padding: 22px 24px;
    border: 1px solid rgba(53, 97, 40, .14);
    border-radius: 18px;
    background: #f6f8f2;
}

.ka-legal-document__notice {
    border-color: rgba(180, 124, 22, .24);
    background: #fff9ea;
}

.ka-legal-document h2 {
    margin: 34px 0 12px;
    color: #17391c;
    font-size: 24px;
    line-height: 1.25;
}

.ka-legal-document h3 {
    margin: 22px 0 8px;
    color: #264f25;
    font-size: 18px;
}

.ka-legal-document p,
.ka-legal-document li {
    max-width: 82ch;
}

.ka-legal-document ul,
.ka-legal-document ol {
    margin: 10px 0 20px;
    padding-left: 22px;
}

.ka-legal-document a {
    color: #397b1f;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.ka-legal-document strong {
    color: #17391c;
}

@media (max-width: 767.98px) {
    .ka-home-video {
        padding-top: 8px;
    }

    .ka-home-video .ka-ecomus-video-banner {
        width: 100%;
        border-radius: 0 0 22px 22px;
    }

    .ka-footer-legal {
        display: grid;
        gap: 10px;
    }

    .ka-legal-document {
        font-size: 15px;
        line-height: 1.7;
    }

    .ka-legal-document__summary,
    .ka-legal-document__seller,
    .ka-legal-document__notice {
        padding: 18px;
        border-radius: 14px;
    }

    .ka-legal-document h2 {
        font-size: 21px;
    }
}

@font-face {
    font-family: "Albert Sans";
    src: url("../fonts/kiralik-type/AlbertSans-Latin.woff2") format("woff2");
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: "Sora";
    src: url("../fonts/kiralik-type/Sora-LatinExt.woff2") format("woff2");
    font-style: normal;
    font-weight: 100 800;
    font-display: swap;
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: "Sora";
    src: url("../fonts/kiralik-type/Sora-Latin.woff2") format("woff2");
    font-style: normal;
    font-weight: 100 800;
    font-display: swap;
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
    --ka-polish-ink: #18251a;
    --ka-polish-muted: #63705f;
    --ka-polish-green: #3f741f;
    --ka-polish-green-dark: #214d25;
    --ka-polish-green-soft: #edf4e7;
    --ka-polish-warm: #fffdf8;
    --ka-polish-band: #f4f6ef;
    --ka-polish-line: #dfe6da;
    --ka-polish-max: 1240px;
    --ka-radius-xs: 10px;
    --ka-radius-sm: 14px;
    --ka-radius-md: 20px;
    --ka-radius-lg: 26px;
    --ka-radius-xl: 32px;
    --ka-radius-pill: 999px;
    --ka-shadow-soft: 0 18px 46px rgba(31, 67, 27, .09);
    --ka-shadow-lift: 0 22px 54px rgba(31, 67, 27, .14);
    --ka-font-body: "Albert Sans", "Segoe UI", Arial, sans-serif;
    --ka-font-display: "Sora", "Albert Sans", "Segoe UI", Arial, sans-serif;
}

html,
body.ka-page {
    overflow-x: clip;
    color: var(--ka-polish-ink);
    background: var(--ka-polish-warm);
    font-family: var(--ka-font-body);
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

.ka-page,
.ka-page button,
.ka-page input,
.ka-page select,
.ka-page textarea,
.ka-legacy-page .users_main_div {
    font-family: var(--ka-font-body) !important;
}

.ka-page :where(h1, h2, h3, h4, h5, h6),
.ka-page :where(.ka-button, .ka-add-button, .ka-badge, .ka-nav a, .ka-section-head a),
.ka-page :where(.ka-price-line strong, .ka-product-card strong, .ka-product-card > div > a),
.ka-page :where(.ka-duration-option strong, .ka-duration-option span, .ka-product-final-cta strong),
.ka-page :where(.es-product-meta > a, .es-product-meta strong, .ec-heading h1),
.ka-page :where(.ka-category-card strong, .ka-legacy-area .flat-title .title, .ka-legacy-area .card-product-info .title) {
    font-family: var(--ka-font-display) !important;
}

.ka-page button.ka-add-button,
.ka-page button.ka-button,
.ka-page .ka-harvest-story__actions button,
.ka-page .ka-product-final-cta button,
.ka-page .ka-legacy-area .tf-btn {
    font-family: var(--ka-font-display) !important;
}

.ka-page *,
.ka-page *::before,
.ka-page *::after {
    letter-spacing: 0 !important;
}

.ka-page img {
    display: block;
    max-width: 100%;
}

.ka-page a {
    text-decoration: none;
}

.ka-header {
    grid-template-columns: minmax(172px, .85fr) minmax(520px, 1.7fr) minmax(150px, .65fr) !important;
    gap: 28px;
    min-height: 86px !important;
    padding: 0 max(28px, calc((100vw - var(--ka-polish-max)) / 2)) !important;
    border-bottom: 1px solid rgba(35, 71, 34, .1) !important;
    background: rgba(255, 253, 248, .97) !important;
    box-shadow: none !important;
    backdrop-filter: blur(12px);
}

.ka-header.is-scrolled {
    box-shadow: 0 9px 30px rgba(30, 61, 26, .08) !important;
}

.ka-header .ka-logo img {
    width: 142px !important;
    height: auto !important;
    max-height: 70px !important;
    object-fit: contain;
}

.ka-nav {
    justify-content: center;
    gap: clamp(19px, 2vw, 34px) !important;
}

.ka-nav a {
    position: relative;
    padding: 33px 0 30px;
    color: #31412f !important;
    font-size: 12px !important;
    font-weight: 750 !important;
}

.ka-nav a::after {
    right: 0;
    bottom: 23px;
    left: 0;
    height: 2px;
    border-radius: 0;
    background: var(--ka-polish-green) !important;
}

.ka-actions {
    gap: 7px !important;
}

.ka-actions button,
.ka-actions a,
.ka-menu-button {
    width: 38px !important;
    height: 38px !important;
    border-radius: 50% !important;
}

.ka-actions button:hover,
.ka-actions a:hover {
    color: var(--ka-polish-green-dark) !important;
    background: var(--ka-polish-green-soft) !important;
}

.ka-cart b {
    border: 2px solid var(--ka-polish-warm);
    background: var(--ka-polish-green) !important;
}

/* Home hierarchy */
.ka-home .ka-hero {
    height: 620px !important;
    min-height: 620px !important;
    max-height: 620px !important;
}

.ka-home .ka-hero-slide > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 52%;
}

.ka-home .ka-hero-slide::after {
    background: linear-gradient(90deg, rgba(14, 45, 22, .88) 0%, rgba(14, 45, 22, .55) 42%, rgba(14, 45, 22, .06) 72%) !important;
}

.ka-home .ka-hero-slide .ka-hero-copy {
    width: min(var(--ka-polish-max), calc(100% - 56px)) !important;
    margin: 0 auto;
    padding: 0 !important;
}

.ka-home .ka-hero-slide h1 {
    max-width: 640px !important;
    margin: 0;
    font-size: 58px !important;
    line-height: 1.04 !important;
    font-weight: 850 !important;
}

.ka-home .ka-hero-slide p {
    max-width: 510px;
    margin: 20px 0 24px;
    font-size: 17px;
    line-height: 1.55;
}

.ka-button,
.ka-add-button,
.ka-promo button,
.ka-newsletter button {
    border-radius: var(--ka-radius-pill) !important;
    background: var(--ka-polish-green) !important;
    box-shadow: 0 10px 24px rgba(63, 116, 31, .18) !important;
    transition: color .2s ease, background .2s ease, box-shadow .2s ease, transform .2s ease !important;
}

.ka-button:hover,
.ka-add-button:hover,
.ka-promo button:hover,
.ka-newsletter button:hover {
    background: var(--ka-polish-green-dark) !important;
    box-shadow: 0 14px 30px rgba(33, 77, 37, .22) !important;
    transform: translateY(-1px) !important;
}

.ka-button-soft {
    color: var(--ka-polish-green-dark) !important;
    background: rgba(255,255,255,.9) !important;
}

.ka-hero-controls {
    right: max(28px, calc((100vw - var(--ka-polish-max)) / 2)) !important;
    bottom: 28px !important;
}

.ka-trust-strip {
    position: relative;
    z-index: 20;
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
    width: min(var(--ka-polish-max), calc(100% - 56px)) !important;
    min-height: 76px;
    margin: -38px auto 0 !important;
    padding: 16px 22px !important;
    border: 1px solid rgba(35, 71, 34, .13) !important;
    border-radius: var(--ka-radius-lg) !important;
    background: rgba(255, 254, 250, .98) !important;
    box-shadow: var(--ka-shadow-soft) !important;
}

.ka-trust-strip > div {
    justify-content: center;
    gap: 11px;
    min-width: 0;
    padding: 0 15px;
    border-right: 1px solid var(--ka-polish-line);
}

.ka-trust-strip > div:last-child {
    border-right: 0;
}

.ka-trust-strip span {
    font-size: 11px;
    line-height: 1.3;
    font-weight: 750;
}

.ka-section,
.ka-gift,
.ka-breadcrumb,
.ka-product-detail,
.ka-service-row,
.ka-product-info,
.ka-cart-assurance,
.ka-cart-layout,
.ka-faq,
.ka-empty-cart,
.ka-cart-main > h1 {
    width: min(var(--ka-polish-max), calc(100% - 56px)) !important;
}

.ka-home .ka-section {
    margin: 0 auto !important;
    padding: 76px 0 0 !important;
}

.ka-home .ka-section + .ka-section {
    padding-top: 66px !important;
}

.ka-section-head {
    align-items: end !important;
    margin-bottom: 24px !important;
}

.ka-section h2,
.ka-section-head h2,
.ka-why > h2,
.ka-faq > h2 {
    color: var(--ka-polish-green-dark) !important;
    font-size: clamp(28px, 2.5vw, 38px) !important;
    line-height: 1.12 !important;
    font-weight: 850 !important;
}

.ka-section-head a {
    padding-bottom: 5px;
    border-bottom: 1px solid #9db490;
    color: var(--ka-polish-green-dark) !important;
    font-size: 12px;
    font-weight: 750;
}

.ka-category-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 18px !important;
}

.ka-category-card {
    min-height: 330px !important;
    border-radius: var(--ka-radius-lg) !important;
    background: #e8efe2;
}

.ka-category-card img {
    min-height: 330px !important;
    transition: transform .45s ease;
}

.ka-category-card:hover img {
    transform: scale(1.025);
}

.ka-category-card::after {
    background: linear-gradient(180deg, transparent 46%, rgba(12, 38, 17, .84) 100%) !important;
}

.ka-category-card > span {
    right: 18px !important;
    bottom: 17px !important;
    left: 18px !important;
}

.ka-category-card strong {
    font-size: 19px !important;
}

.ka-product-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 18px !important;
}

.ka-product-card {
    overflow: hidden;
    border: 1px solid var(--ka-polish-line) !important;
    border-radius: var(--ka-radius-md) !important;
    background: #fff !important;
    box-shadow: none !important;
    transition: border-color .2s ease, box-shadow .2s ease;
}

.ka-product-card:hover {
    border-color: #b9cbaa !important;
    box-shadow: var(--ka-shadow-lift) !important;
    transform: translateY(-3px);
}

.ka-product-card .ka-product-image {
    aspect-ratio: 1 / .98 !important;
    background: #edf2e8;
}

.ka-product-card .ka-product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ka-product-card > div {
    gap: 6px !important;
    min-height: 145px;
    padding: 16px !important;
}

.ka-product-card > div > a {
    color: var(--ka-polish-ink) !important;
    font-size: 16px !important;
    font-weight: 800 !important;
}

.ka-product-card small {
    color: var(--ka-polish-muted) !important;
}

.ka-product-card strong {
    color: var(--ka-polish-green-dark) !important;
    font-size: 17px !important;
}

.ka-why {
    width: 100% !important;
    max-width: none !important;
    margin: 78px 0 0 !important;
    padding: 68px max(28px, calc((100vw - var(--ka-polish-max)) / 2)) !important;
    border-radius: 0 !important;
    color: #fff;
    background: var(--ka-polish-green-dark) !important;
}

.ka-why > h2 {
    margin: 0 0 34px !important;
    color: #fff !important;
    text-align: left !important;
}

.ka-why > div {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 0 !important;
}

.ka-why article {
    min-width: 0;
    padding: 4px 28px 3px !important;
    border-right: 1px solid rgba(255,255,255,.18);
    text-align: left !important;
}

.ka-why article:first-child {
    padding-left: 0 !important;
}

.ka-why article:last-child {
    padding-right: 0 !important;
    border-right: 0;
}

.ka-why svg {
    width: 34px !important;
    height: 34px !important;
    margin: 0 0 18px !important;
    color: #b9d89e;
}

.ka-why h3 {
    color: #fff !important;
    font-size: 15px !important;
}

.ka-why p {
    color: rgba(255,255,255,.74) !important;
    font-size: 12px !important;
    line-height: 1.65 !important;
}

.ka-gift {
    display: flex !important;
    min-height: 92px;
    align-items: center;
    justify-content: space-between;
    margin: 26px auto 0 !important;
    padding: 20px 24px !important;
    border: 1px solid #d7e2cc !important;
    border-radius: var(--ka-radius-md) !important;
    background: #f1f6ea !important;
}

.ka-gift h2 {
    font-size: 18px !important;
}

.ka-gift > a {
    border-radius: var(--ka-radius-pill) !important;
    background: var(--ka-polish-green) !important;
}

/* Panel-driven homepage modules */
.ka-legacy-area {
    width: 100%;
    margin-top: 54px;
}

.ka-legacy-area .ecomus-legacy-modules,
.ka-legacy-area .ecomus-legacy-module-item {
    display: block !important;
    width: 100% !important;
    min-width: 0 !important;
    height: auto !important;
}

.ka-legacy-area .ecomus-legacy-module-item > section,
.ka-legacy-area .ecomus-legacy-module-item > div:not(.ecomus-legacy-edit-shortcut) {
    width: 100% !important;
    height: auto !important;
    margin: 0 !important;
}

.ka-legacy-area .ecomus-legacy-module-item {
    position: relative;
}

.ka-legacy-area .ecomus-legacy-edit-shortcut {
    position: absolute !important;
    z-index: 35 !important;
    top: 12px !important;
    right: max(18px, calc((100vw - var(--ka-polish-max)) / 2)) !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
}

.ka-legacy-area .ecomus-legacy-edit-shortcut a {
    padding: 7px 10px !important;
    border: 1px solid rgba(33,77,37,.18) !important;
    border-radius: 5px !important;
    color: var(--ka-polish-green-dark) !important;
    background: rgba(255,255,255,.94) !important;
    box-shadow: 0 5px 16px rgba(28,57,22,.08) !important;
    font-size: 10px !important;
    font-weight: 800 !important;
}

.ka-legacy-area .ecomus-legacy-module-item > section,
.ka-legacy-area .ecomus-legacy-adapter,
.ka-legacy-area .flat-spacing-1,
.ka-legacy-area .flat-spacing-5 {
    padding: 76px 0 !important;
}

.ka-legacy-area .ecomus-legacy-module-item:nth-child(odd) > section:not([style*="background-color: #2f641f"]),
.ka-legacy-area .ecomus-legacy-module-item:nth-child(odd) > .ecomus-legacy-adapter {
    background: var(--ka-polish-band) !important;
}

.ka-legacy-area .container {
    width: min(var(--ka-polish-max), calc(100% - 56px)) !important;
    max-width: var(--ka-polish-max) !important;
    margin-right: auto !important;
    margin-left: auto !important;
    padding: 0 !important;
}

.ka-legacy-area .flat-title {
    width: 100%;
    margin: 0 0 28px !important;
    text-align: left !important;
}

.ka-legacy-area .flat-title .title {
    color: var(--ka-polish-green-dark) !important;
    font-size: clamp(29px, 2.5vw, 38px) !important;
    line-height: 1.12 !important;
    font-weight: 850 !important;
}

.ka-legacy-area .flat-title .sub-title,
.ka-legacy-area .flat-title p {
    max-width: 650px;
    margin-top: 10px !important;
    color: var(--ka-polish-muted) !important;
    font-size: 14px;
    line-height: 1.6;
}

.ka-legacy-area .tf-marquee,
.ka-legacy-area .tf-marquee .wrap-marquee {
    display: flex !important;
    width: 100% !important;
    height: 62px !important;
    min-height: 62px !important;
    align-items: center !important;
    overflow: hidden !important;
}

.ka-legacy-area .tf-marquee .wrap-marquee,
.ka-legacy-area [data-module-id="12"] .swiper-wrapper,
.ka-legacy-area [data-module-id="7"] .row {
    scrollbar-width: none;
}

.ka-legacy-area .tf-marquee .wrap-marquee::-webkit-scrollbar,
.ka-legacy-area [data-module-id="12"] .swiper-wrapper::-webkit-scrollbar,
.ka-legacy-area [data-module-id="7"] .row::-webkit-scrollbar {
    display: none;
}

.ka-legacy-area .tf-marquee {
    padding: 0 max(28px, calc((100vw - var(--ka-polish-max)) / 2)) !important;
    background: #315f2e !important;
}

.ka-legacy-area .tf-marquee .wrap-marquee {
    justify-content: space-between !important;
    gap: 24px !important;
    padding: 0 !important;
}

.ka-legacy-area .tf-marquee .marquee-item {
    display: flex !important;
    width: auto !important;
    height: auto !important;
    flex: 0 0 auto !important;
    align-items: center !important;
    gap: 8px !important;
}

.ka-legacy-area .tf-marquee .marquee-item:nth-child(n+7) {
    display: none !important;
}

.ka-legacy-area .tf-marquee .marquee-item .text {
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    color: #fff !important;
    font-size: 11px !important;
    font-weight: 750 !important;
}

.ka-legacy-area .ecomus-banner-product-row {
    display: grid !important;
    grid-template-columns: minmax(330px, .82fr) minmax(0, 1.5fr) !important;
    gap: 42px !important;
    align-items: center !important;
    margin: 0 0 46px !important;
}

.ka-legacy-area .ecomus-banner-product-row:last-child {
    margin-bottom: 0 !important;
}

.ka-legacy-area .ecomus-banner-product-media {
    min-height: 470px !important;
    max-height: 520px !important;
    border-radius: 8px !important;
}

.ka-legacy-area .ecomus-banner-product-media img {
    width: 100% !important;
    height: 100% !important;
    min-height: inherit !important;
    object-fit: cover !important;
}

.ka-legacy-area .ecomus-banner-product-content {
    min-width: 0 !important;
}

.ka-legacy-area .ecomus-banner-product-content .grid-layout {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

.ka-legacy-area .widget-tabs,
.ka-legacy-area .widget-content-tab,
.ka-legacy-area .widget-content-inner.active {
    display: block !important;
    width: 100% !important;
    max-width: none !important;
    height: auto !important;
    min-width: 0 !important;
}

.ka-legacy-area .widget-content-inner:not(.active) {
    display: none !important;
}

.ka-legacy-area .grid-layout,
.ka-legacy-area .widget-content-inner.active > .grid-layout {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 18px !important;
    width: 100% !important;
    max-width: none !important;
    height: auto !important;
    transform: none !important;
}

.ka-legacy-area .widget-menu-tab {
    justify-content: flex-start !important;
    margin: 0 0 28px !important;
}

.ka-legacy-area .widget-menu-tab .item-title {
    padding: 10px 15px !important;
    border-radius: 5px !important;
}

.ka-legacy-area .card-product {
    display: block !important;
    width: 100% !important;
    min-width: 0 !important;
    height: auto !important;
    overflow: hidden !important;
    border: 1px solid var(--ka-polish-line) !important;
    border-radius: 8px !important;
    background: #fff !important;
}

.ka-legacy-area .card-product-wrapper {
    position: relative !important;
    display: block !important;
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 1 / 1.02 !important;
    overflow: hidden !important;
    background: #edf2e8 !important;
}

.ka-legacy-area .card-product-wrapper .product-img,
.ka-legacy-area .card-product-wrapper .product-img img {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
}

.ka-legacy-area .card-product-wrapper .product-img img {
    position: absolute !important;
    inset: 0 !important;
    object-fit: cover !important;
}

.ka-legacy-area .card-product .img-hover,
.ka-legacy-area .card-product .list-product-btn,
.ka-legacy-area .card-product .list-color-product {
    display: none !important;
}

.ka-legacy-area .card-product-info {
    display: grid !important;
    gap: 7px !important;
    min-height: 106px !important;
    padding: 15px !important;
}

.ka-legacy-area .card-product-info .title {
    min-height: 0 !important;
    color: var(--ka-polish-ink) !important;
    font-size: 14px !important;
    line-height: 1.35 !important;
    font-weight: 800 !important;
}

.ka-legacy-area .card-product-info .price {
    color: var(--ka-polish-green-dark) !important;
    font-size: 14px !important;
    font-weight: 850 !important;
}

.ka-legacy-area .ecomus-html-content-grid {
    display: grid !important;
    grid-template-columns: minmax(0, .85fr) minmax(460px, 1.25fr) !important;
    gap: 72px !important;
    align-items: center !important;
}

.ka-legacy-area .ecomus-html-copy .eyebrow {
    display: block;
    margin-bottom: 13px;
    color: var(--ka-polish-green) !important;
    font-size: 10px !important;
    font-weight: 850 !important;
}

.ka-legacy-area .ecomus-html-copy h2 {
    max-width: 470px;
    margin: 0 0 18px !important;
    color: var(--ka-polish-green-dark) !important;
    font-size: clamp(34px, 3.4vw, 52px) !important;
    line-height: 1.05 !important;
    font-weight: 850 !important;
}

.ka-legacy-area .ecomus-html-rich {
    color: var(--ka-polish-muted) !important;
    font-size: 14px !important;
    line-height: 1.75 !important;
}

.ka-legacy-area .ecomus-html-copy > .tf-btn {
    display: inline-flex !important;
    width: auto !important;
    height: 44px !important;
    margin-top: 22px;
    align-items: center;
    padding: 0 20px !important;
    border: 0 !important;
    border-radius: 6px !important;
    color: #fff !important;
    background: var(--ka-polish-green) !important;
}

.ka-legacy-area .ecomus-html-media {
    overflow: hidden;
    border-radius: 8px;
}

.ka-legacy-area .ecomus-html-media img {
    width: 100% !important;
    height: 440px !important;
    object-fit: cover !important;
}

.ka-legacy-area .ecomus-commerce-grid {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 16px !important;
}

.ka-legacy-area .ecomus-commerce-grid .tf-icon-box {
    min-width: 0;
    padding: 24px !important;
    border: 1px solid var(--ka-polish-line) !important;
    border-radius: 8px !important;
    background: #fff !important;
}

.ka-legacy-area [data-module-id="12"] .swiper-wrapper {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 16px !important;
    width: 100% !important;
    height: auto !important;
    transform: none !important;
}

.ka-legacy-area [data-module-id="12"] .swiper-slide {
    width: auto !important;
    height: auto !important;
}

.ka-legacy-area [data-module-id="12"] .testimonial-item {
    height: 100% !important;
    padding: 24px !important;
    border: 1px solid var(--ka-polish-line) !important;
    border-radius: 8px !important;
    box-shadow: none !important;
}

.ka-legacy-area [data-module-id="7"] .row {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 20px !important;
    width: 100% !important;
    height: auto !important;
    margin: 0 !important;
}

.ka-legacy-area [data-module-id="7"] .row > [class*="col-"] {
    width: 100% !important;
    max-width: none !important;
    padding: 0 !important;
}

.ka-legacy-area .blog-article-item {
    height: 100%;
    overflow: hidden;
    border: 1px solid var(--ka-polish-line) !important;
    border-radius: 8px !important;
    background: #fff;
}

.ka-legacy-area .blog-article-item .article-thumb img {
    width: 100% !important;
    height: 260px !important;
    object-fit: cover !important;
}

.ka-legacy-area .blog-article-item .article-content {
    padding: 2px 18px 20px !important;
}

.ka-legacy-area [data-module-id="15"] > section {
    padding: 68px 0 !important;
    background: var(--ka-polish-green-dark) !important;
}

.ka-legacy-area [data-module-id="15"] .row,
.ka-legacy-area [data-module-id="15"] .col-lg-6 {
    display: block !important;
    width: 100% !important;
    max-width: 760px !important;
    height: auto !important;
    margin: 0 auto !important;
}

.ka-legacy-area [data-module-id="15"] .flat-title {
    text-align: center !important;
}

.ka-legacy-area [data-module-id="15"] .flat-title .title,
.ka-legacy-area [data-module-id="15"] .flat-title p {
    color: #fff !important;
}

.ka-legacy-area .position-relative {
    position: relative !important;
}

.ka-legacy-area .form-newsletter .form-control {
    width: 100% !important;
    height: 54px !important;
    border-radius: 7px !important;
}

.ka-legacy-area .form-newsletter .tf-btn {
    right: 5px !important;
    top: 5px !important;
    bottom: 5px !important;
    display: inline-flex !important;
    width: auto !important;
    height: auto !important;
    min-height: 44px !important;
    align-items: center !important;
    border: 0 !important;
    border-radius: 5px !important;
    color: var(--ka-polish-green-dark) !important;
    background: #fff !important;
}

/* Category */
.ka-category-page .ec-heading {
    min-height: 290px !important;
    padding: 84px 28px 55px !important;
    background: linear-gradient(180deg, #edf3e8 0%, #f8f8f3 100%) !important;
}

.ka-category-page .ec-heading h1 {
    color: var(--ka-polish-green-dark) !important;
    font-size: 52px !important;
    line-height: 1.06 !important;
}

.ka-category-page .ec-heading p {
    color: var(--ka-polish-muted) !important;
}

.ka-category-page .ec-toolbar,
.ka-category-page .ec-product-grid {
    width: min(var(--ka-polish-max), calc(100% - 56px)) !important;
}

.ka-category-page .ec-product-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 18px !important;
}

.ka-category-page .es-product-card {
    border-radius: var(--ka-radius-md) !important;
}

/* Product */
.ka-product-main {
    padding-bottom: 78px;
    background: var(--ka-polish-warm);
}

.ka-product-detail {
    grid-template-columns: minmax(0, 1.22fr) minmax(390px, .78fr) !important;
    gap: 48px !important;
    align-items: start;
}

.ka-gallery {
    grid-template-columns: 82px minmax(0, 1fr) !important;
    gap: 14px !important;
}

.ka-thumbs {
    max-height: 560px;
    padding: 2px 5px 2px 2px;
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
    scrollbar-color: #aac097 transparent;
    scrollbar-width: thin;
}

.ka-thumbs::-webkit-scrollbar {
    width: 5px;
}

.ka-thumbs::-webkit-scrollbar-thumb {
    border-radius: 999px;
    background: #aac097;
}

.ka-gallery figure {
    aspect-ratio: 1.05 / 1 !important;
    min-height: 560px;
    border-radius: var(--ka-radius-xl) !important;
    background: #edf2e8 !important;
}

.ka-gallery figure > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ka-thumb {
    flex: 0 0 auto;
    aspect-ratio: 1 / 1 !important;
    border-radius: var(--ka-radius-sm) !important;
}

.ka-buy-panel {
    position: sticky;
    top: 98px;
    padding: 4px 0 0 !important;
}

.ka-buy-panel h1 {
    color: var(--ka-polish-ink) !important;
    font-size: 36px !important;
    line-height: 1.08 !important;
}

.ka-price-line strong {
    color: var(--ka-polish-green-dark) !important;
}

.ka-duration-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 10px !important;
}

.ka-duration-grid.is-single {
    grid-template-columns: minmax(0, 1fr) !important;
}

.ka-duration-grid.is-single .ka-duration-option {
    min-height: 86px;
    padding-inline: 24px;
    text-align: left;
}

.ka-buy-panel .ka-rating strong {
    color: var(--ka-polish-green-dark) !important;
}

.ka-duration-option {
    min-width: 0;
    min-height: 112px;
    border-radius: var(--ka-radius-md) !important;
}

.ka-duration-option.is-active {
    border-color: var(--ka-polish-green) !important;
    background: #f3f8ee !important;
}

.ka-service-row,
.ka-product-info,
.ka-faq,
.ka-cart-assurance,
.ka-empty-cart {
    border-radius: var(--ka-radius-md) !important;
}

/* Cart and content */
.ka-cart-layout {
    grid-template-columns: minmax(0, 1.55fr) minmax(330px, .75fr) !important;
    gap: 28px !important;
}

.ka-cart-item,
.ka-order-summary,
.ka-promo {
    border-radius: var(--ka-radius-md) !important;
}

.ka-generic-main {
    min-height: 520px;
    background: var(--ka-polish-warm) !important;
}

.ka-generic-main .container {
    width: min(1080px, calc(100% - 56px)) !important;
    max-width: 1080px !important;
}

.ka-generic-main .tf-content-card,
.ka-generic-main .tf-summary-box,
.ka-generic-main .tf-empty-state,
.ka-generic-main .accordion-item {
    border-radius: var(--ka-radius-md) !important;
}

.ka-legacy-page .users_main_div {
    background: linear-gradient(180deg, #f3f6ee, var(--ka-polish-warm)) !important;
}

.ka-legacy-page .user_page_login_form,
.ka-legacy-page .user_page_register_form,
.ka-legacy-page .user_page_right_text_div {
    border-radius: var(--ka-radius-lg) !important;
}

@media (max-width: 1100px) {
    .ka-header {
        grid-template-columns: minmax(180px, .8fr) minmax(430px, 1.6fr) minmax(130px, .55fr) !important;
        gap: 16px;
        padding-right: 22px !important;
        padding-left: 22px !important;
    }

    .ka-nav {
        gap: 17px !important;
    }

    .ka-legacy-area .ecomus-banner-product-row {
        grid-template-columns: minmax(290px, .75fr) minmax(0, 1.25fr) !important;
        gap: 28px !important;
    }

    .ka-legacy-area .ecomus-html-content-grid {
        gap: 42px !important;
    }
}

@media (max-width: 980px) {
    .ka-header {
        grid-template-columns: 46px minmax(0, 1fr) auto !important;
        min-height: 74px !important;
        padding: 0 16px !important;
    }

    .ka-header .ka-logo {
        justify-self: center;
    }

    .ka-header .ka-logo img {
        width: min(116px, 31vw) !important;
        max-height: 58px !important;
    }

    .ka-nav {
        display: none !important;
    }

    .ka-menu-button {
        display: flex !important;
    }

    .ka-actions a:not(.ka-cart) {
        display: inline-flex !important;
    }

    .ka-actions {
        gap: 2px !important;
    }

    .ka-section,
    .ka-gift,
    .ka-breadcrumb,
    .ka-product-detail,
    .ka-service-row,
    .ka-product-info,
    .ka-cart-assurance,
    .ka-cart-layout,
    .ka-faq,
    .ka-empty-cart,
    .ka-cart-main > h1,
    .ka-category-page .ec-toolbar,
    .ka-category-page .ec-product-grid {
        width: calc(100% - 32px) !important;
    }

    .ka-home .ka-hero {
        height: 560px !important;
        min-height: 560px !important;
        max-height: 560px !important;
    }

    .ka-home .ka-hero-slide > img {
        object-position: 63% center;
    }

    .ka-home .ka-hero-slide::after {
        background: linear-gradient(180deg, rgba(13,39,17,.08) 0%, rgba(13,39,17,.34) 43%, rgba(13,39,17,.92) 100%) !important;
    }

    .ka-home .ka-hero-slide .ka-hero-copy {
        width: calc(100% - 40px) !important;
        justify-content: flex-end !important;
        padding: 0 0 70px !important;
    }

    .ka-home .ka-hero-slide h1 {
        max-width: 340px !important;
        font-size: 39px !important;
    }

    .ka-home .ka-hero-slide p {
        max-width: 330px;
        margin: 15px 0 20px;
        font-size: 14px;
    }

    .ka-trust-strip {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        width: calc(100% - 28px) !important;
        margin-top: -28px !important;
        padding: 16px !important;
    }

    .ka-trust-strip > div {
        justify-content: flex-start;
        padding: 7px 8px;
        border-right: 0;
    }

    .ka-trust-strip > div:last-child {
        grid-column: 1 / -1;
    }

    .ka-home .ka-section {
        padding-top: 56px !important;
    }

    .ka-section h2,
    .ka-section-head h2,
    .ka-why > h2,
    .ka-faq > h2 {
        font-size: 27px !important;
    }

    .ka-category-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 12px !important;
    }

    .ka-category-card,
    .ka-category-card img {
        min-height: 230px !important;
    }

    .ka-product-grid {
        grid-auto-columns: 78% !important;
        grid-auto-flow: column !important;
        grid-template-columns: none !important;
        gap: 12px !important;
        overflow-x: auto !important;
        scroll-snap-type: x mandatory;
    }

    .ka-product-card {
        scroll-snap-align: start;
    }

    .ka-why {
        margin-top: 58px !important;
        padding: 48px 18px !important;
    }

    .ka-why > div {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 26px 0 !important;
    }

    .ka-why article,
    .ka-why article:first-child,
    .ka-why article:last-child {
        padding: 0 16px !important;
        border-right: 0;
    }

    .ka-gift {
        gap: 18px;
        padding: 18px !important;
    }

    .ka-gift h2 {
        font-size: 16px !important;
    }

    .ka-legacy-area {
        margin-top: 38px;
    }

    .ka-legacy-area .ecomus-legacy-module-item > section,
    .ka-legacy-area .ecomus-legacy-adapter,
    .ka-legacy-area .flat-spacing-1,
    .ka-legacy-area .flat-spacing-5 {
        padding: 48px 0 !important;
    }

    .ka-legacy-area .container {
        width: calc(100% - 32px) !important;
    }

    .ka-legacy-area .flat-title .title {
        font-size: 27px !important;
    }

    .ka-legacy-area .tf-marquee {
        padding: 0 16px !important;
    }

    .ka-legacy-area .tf-marquee .wrap-marquee {
        justify-content: flex-start !important;
        overflow-x: auto !important;
    }

    .ka-legacy-area .tf-marquee .marquee-item:nth-child(n+5) {
        display: none !important;
    }

    .ka-legacy-area .ecomus-banner-product-row {
        grid-template-columns: 1fr !important;
        gap: 24px !important;
    }

    .ka-legacy-area .ecomus-banner-product-row:nth-of-type(n+2) {
        display: none !important;
    }

    .ka-legacy-area .ecomus-banner-product-media {
        min-height: 310px !important;
        max-height: 350px !important;
    }

    .ka-legacy-area .ecomus-banner-product-content .grid-layout,
    .ka-legacy-area .grid-layout,
    .ka-legacy-area .widget-content-inner.active > .grid-layout {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 11px !important;
    }

    .ka-legacy-area .widget-menu-tab {
        gap: 6px !important;
        overflow-x: auto;
    }

    .ka-legacy-area .widget-menu-tab .item-title {
        flex: 0 0 auto;
        padding: 9px 11px !important;
        font-size: 10px !important;
    }

    .ka-legacy-area .card-product-wrapper {
        aspect-ratio: .93 / 1 !important;
    }

    .ka-legacy-area .card-product-info {
        min-height: 96px !important;
        padding: 12px !important;
    }

    .ka-legacy-area .ecomus-html-content-grid {
        grid-template-columns: 1fr !important;
        gap: 26px !important;
    }

    .ka-legacy-area .ecomus-html-copy h2 {
        font-size: 37px !important;
    }

    .ka-legacy-area .ecomus-html-media img {
        height: 310px !important;
    }

    .ka-legacy-area .ecomus-commerce-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 11px !important;
    }

    .ka-legacy-area .ecomus-commerce-grid .tf-icon-box {
        padding: 17px 13px !important;
    }

    .ka-legacy-area [data-module-id="12"] .swiper-wrapper,
    .ka-legacy-area [data-module-id="7"] .row {
        display: grid !important;
        grid-auto-columns: 82% !important;
        grid-auto-flow: column !important;
        grid-template-columns: none !important;
        gap: 12px !important;
        padding-bottom: 8px;
        overflow-x: auto !important;
        scroll-snap-type: x mandatory;
    }

    .ka-legacy-area [data-module-id="12"] .swiper-slide,
    .ka-legacy-area [data-module-id="7"] .row > [class*="col-"] {
        width: 100% !important;
        scroll-snap-align: start;
    }

    .ka-legacy-area .blog-article-item .article-thumb img {
        height: 220px !important;
    }

    .ka-category-page .ec-heading {
        min-height: 0 !important;
        padding: 48px 18px 36px !important;
    }

    .ka-category-page .ec-heading h1 {
        font-size: 34px !important;
    }

    .ka-category-page .ec-product-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 11px !important;
    }

    .ka-product-detail,
    .ka-cart-layout {
        grid-template-columns: 1fr !important;
        gap: 24px !important;
    }

    .ka-gallery {
        grid-template-columns: 1fr !important;
    }

    .ka-thumbs {
        max-height: none;
        padding: 2px 2px 7px;
        overflow-x: auto;
        overflow-y: hidden;
        scrollbar-width: none;
    }

    .ka-thumbs::-webkit-scrollbar {
        display: none;
    }

    .ka-thumb {
        flex: 0 0 74px;
        width: 74px;
    }

    .ka-gallery figure {
        min-height: 0;
        aspect-ratio: 1 / 1.02 !important;
    }

    .ka-buy-panel {
        position: static;
    }

    .ka-buy-panel h1 {
        font-size: 31px !important;
    }

    .ka-duration-grid {
        grid-template-columns: 1fr !important;
    }

    .ka-duration-option {
        min-height: 96px;
    }

    .ka-cart-layout {
        width: calc(100% - 32px) !important;
    }

    .ka-generic-main .container {
        width: calc(100% - 32px) !important;
    }
}

@media (max-width: 520px) {
    .ka-header .ka-actions a:not(.ka-cart) {
        display: none !important;
    }

    .ka-header .ka-logo img {
        width: min(110px, 31vw) !important;
        max-height: 54px !important;
    }

    .ka-home .ka-hero-slide h1 {
        font-size: 37px !important;
    }

    .ka-category-card,
    .ka-category-card img {
        min-height: 214px !important;
    }

    .ka-category-card strong {
        font-size: 16px !important;
    }

    .ka-gift {
        align-items: flex-start;
        flex-direction: column;
    }

    .ka-gift > a {
        width: 100%;
        text-align: center;
    }

    .ka-legacy-area .ecomus-html-copy h2 {
        font-size: 34px !important;
    }

    .ka-legacy-area [data-module-id="15"] > section {
        padding: 50px 0 !important;
    }

    .ka-legacy-area .form-newsletter .form-control {
        padding-right: 118px !important;
    }

    .ka-legacy-area .form-newsletter .tf-btn {
        padding: 0 15px !important;
        font-size: 11px !important;
    }
}

/* Rental-first product storytelling */
.ka-rental-callout {
    display: grid;
    gap: 4px;
    margin: 18px 0;
    padding: 14px 16px;
    border-left: 3px solid var(--ka-polish-green);
    color: var(--ka-polish-green-dark);
    background: #f2f6ed;
}

.ka-rental-callout strong {
    font-size: 13px;
    line-height: 1.35;
}

.ka-rental-callout span {
    color: var(--ka-polish-muted);
    font-size: 11px;
    line-height: 1.5;
}

.ka-buy-links {
    display: flex;
    flex-wrap: wrap;
    gap: 9px 18px;
    margin-top: 16px;
}

.ka-buy-links a {
    padding-bottom: 3px;
    border-bottom: 1px solid #aabd9d;
    color: var(--ka-polish-green-dark);
    font-size: 11px;
    font-weight: 750;
}

.ka-rental-value,
.ka-season-journey,
.ka-harvest-story,
.ka-product-faq,
.ka-product-final-cta {
    width: min(var(--ka-polish-max), calc(100% - 56px));
    margin-right: auto;
    margin-left: auto;
}

.ka-rental-value {
    margin-top: 78px;
    padding: 64px;
    color: #fff;
    background: var(--ka-polish-green-dark);
}

.ka-rental-value > header {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(300px, .9fr);
    gap: 12px 60px;
    align-items: end;
    margin-bottom: 42px;
}

.ka-rental-value > header > span,
.ka-season-journey__intro > span,
.ka-harvest-story__copy > span,
.ka-product-faq > div:first-child > span,
.ka-product-final-cta > div:first-child > span {
    grid-column: 1 / -1;
    color: #9fc587;
    font-size: 10px;
    font-weight: 850;
}

.ka-rental-value h2,
.ka-season-journey h2,
.ka-harvest-story h2,
.ka-product-faq h2,
.ka-product-final-cta h2 {
    margin: 0;
    font-size: clamp(32px, 3.4vw, 48px);
    line-height: 1.08;
    font-weight: 850;
}

.ka-rental-value > header p {
    margin: 0;
    color: rgba(255,255,255,.72);
    font-size: 14px;
    line-height: 1.75;
}

.ka-rental-value > div {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    border-top: 1px solid rgba(255,255,255,.18);
    border-bottom: 1px solid rgba(255,255,255,.18);
}

.ka-rental-value article {
    min-width: 0;
    padding: 28px 24px 28px 0;
    border-right: 1px solid rgba(255,255,255,.18);
}

.ka-rental-value article + article {
    padding-left: 24px;
}

.ka-rental-value article:last-child {
    border-right: 0;
}

.ka-rental-value article b {
    display: block;
    margin-bottom: 24px;
    color: #9fc587;
    font-size: 12px;
}

.ka-rental-value article h3 {
    margin: 0 0 10px;
    color: #fff;
    font-size: 15px;
    line-height: 1.3;
}

.ka-rental-value article p {
    margin: 0;
    color: rgba(255,255,255,.68);
    font-size: 11px;
    line-height: 1.65;
}

.ka-inline-cta {
    display: inline-flex;
    margin-top: 25px;
    color: #fff;
    font-size: 12px;
    font-weight: 800;
}

.ka-season-journey {
    display: grid;
    grid-template-columns: minmax(300px, .72fr) minmax(0, 1.6fr);
    gap: 72px;
    align-items: start;
    padding: 86px 0;
}

.ka-season-journey__intro {
    position: sticky;
    top: 100px;
}

.ka-season-journey__intro > span,
.ka-harvest-story__copy > span,
.ka-product-faq > div:first-child > span {
    display: block;
    margin-bottom: 14px;
    color: var(--ka-polish-green);
}

.ka-season-journey h2,
.ka-harvest-story h2,
.ka-product-faq h2 {
    color: var(--ka-polish-green-dark);
}

.ka-season-journey__intro p,
.ka-harvest-story__copy > p,
.ka-product-faq > div:first-child > p {
    margin: 18px 0 0;
    color: var(--ka-polish-muted);
    font-size: 14px;
    line-height: 1.75;
}

.ka-season-journey ol {
    margin: 0;
    padding: 0;
    list-style: none;
    counter-reset: seasons;
}

.ka-season-journey li {
    position: relative;
    display: grid;
    grid-template-columns: 88px minmax(180px, .72fr) minmax(0, 1fr);
    gap: 24px;
    align-items: start;
    min-height: 122px;
    padding: 25px 0;
    border-top: 1px solid var(--ka-polish-line);
}

.ka-season-journey li:last-child {
    border-bottom: 1px solid var(--ka-polish-line);
}

.ka-season-journey li b {
    color: var(--ka-polish-green);
    font-size: 11px;
    text-transform: uppercase;
}

.ka-season-journey li strong {
    color: var(--ka-polish-ink);
    font-size: 16px;
    line-height: 1.35;
}

.ka-season-journey li span {
    color: var(--ka-polish-muted);
    font-size: 12px;
    line-height: 1.65;
}

.ka-harvest-story {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(380px, .92fr);
    min-height: 590px;
    background: #eef3e9;
}

.ka-harvest-story__media {
    min-height: 590px;
    overflow: hidden;
}

.ka-harvest-story__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ka-harvest-story__copy {
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 62px;
}

.ka-harvest-story dl {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
    margin: 30px 0 0;
    padding: 20px 0;
    border-top: 1px solid #ccd9c3;
    border-bottom: 1px solid #ccd9c3;
}

.ka-harvest-story dl > div {
    padding: 0 14px;
    border-right: 1px solid #ccd9c3;
}

.ka-harvest-story dl > div:first-child {
    padding-left: 0;
}

.ka-harvest-story dl > div:last-child {
    padding-right: 0;
    border-right: 0;
}

.ka-harvest-story dt {
    margin-bottom: 7px;
    color: var(--ka-polish-muted);
    font-size: 10px;
}

.ka-harvest-story dd {
    margin: 0;
    color: var(--ka-polish-green-dark);
    font-size: 12px;
    font-weight: 800;
}

.ka-harvest-story__actions {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-top: 26px;
}

.ka-harvest-story__actions button,
.ka-product-final-cta button {
    min-height: 46px;
    padding: 0 22px;
    border: 0;
    border-radius: 6px;
    color: #fff;
    background: var(--ka-polish-green);
    font: inherit;
    font-size: 12px;
    font-weight: 800;
    cursor: pointer;
}

.ka-harvest-story__actions button:hover,
.ka-product-final-cta button:hover {
    background: var(--ka-polish-green-dark);
}

.ka-harvest-story__actions a {
    padding-bottom: 3px;
    border-bottom: 1px solid #9eb491;
    color: var(--ka-polish-green-dark);
    font-size: 11px;
    font-weight: 750;
}

.ka-product-info {
    margin-top: 76px !important;
}

.ka-product-faq {
    display: grid;
    grid-template-columns: minmax(280px, .72fr) minmax(0, 1.28fr);
    gap: 78px;
    padding: 82px 0;
}

.ka-product-faq > div:first-child > a {
    display: inline-flex;
    margin-top: 24px;
    padding-bottom: 3px;
    border-bottom: 1px solid #9eb491;
    color: var(--ka-polish-green-dark);
    font-size: 11px;
    font-weight: 800;
}

.ka-product-faq details {
    border-top: 1px solid var(--ka-polish-line);
}

.ka-product-faq details:last-child {
    border-bottom: 1px solid var(--ka-polish-line);
}

.ka-product-faq summary {
    position: relative;
    padding: 22px 42px 22px 0;
    color: var(--ka-polish-ink);
    cursor: pointer;
    font-size: 14px;
    font-weight: 800;
    list-style: none;
}

.ka-product-faq summary::after {
    position: absolute;
    top: 19px;
    right: 4px;
    content: "+";
    color: var(--ka-polish-green);
    font-size: 20px;
    font-weight: 400;
}

.ka-product-faq details[open] summary::after {
    content: "−";
}

.ka-product-faq details p {
    max-width: 680px;
    margin: -4px 0 22px;
    color: var(--ka-polish-muted);
    font-size: 12px;
    line-height: 1.7;
}

.ka-product-final-cta {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(280px, .65fr);
    gap: 60px;
    align-items: center;
    margin-top: 78px;
    padding: 58px 64px;
    color: #fff;
    background: var(--ka-polish-green-dark);
}

.ka-product-final-cta > div:first-child > span {
    display: block;
    margin-bottom: 12px;
}

.ka-product-final-cta h2 {
    color: #fff;
    font-size: clamp(30px, 3vw, 44px);
}

.ka-product-final-cta p {
    max-width: 680px;
    margin: 15px 0 0;
    color: rgba(255,255,255,.7);
    font-size: 13px;
    line-height: 1.7;
}

.ka-product-final-cta > div:last-child {
    display: grid;
    gap: 11px;
}

.ka-product-final-cta strong {
    margin-bottom: 5px;
    color: #fff;
    font-size: 25px;
}

.ka-product-final-cta strong small {
    font-size: 11px;
    font-weight: 500;
}

.ka-product-final-cta > div:last-child > a {
    color: rgba(255,255,255,.76);
    font-size: 11px;
    text-align: center;
    text-decoration: underline;
}

@media (max-width: 980px) {
    .ka-rental-value,
    .ka-season-journey,
    .ka-harvest-story,
    .ka-product-faq,
    .ka-product-final-cta {
        width: calc(100% - 32px);
    }

    .ka-rental-value {
        margin-top: 54px;
        padding: 36px 22px;
    }

    .ka-rental-value > header {
        grid-template-columns: 1fr;
        gap: 14px;
        margin-bottom: 28px;
    }

    .ka-rental-value h2,
    .ka-season-journey h2,
    .ka-harvest-story h2,
    .ka-product-faq h2,
    .ka-product-final-cta h2 {
        font-size: 31px;
    }

    .ka-rental-value > div {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .ka-rental-value article,
    .ka-rental-value article + article {
        padding: 23px 16px 23px 0;
        border-bottom: 1px solid rgba(255,255,255,.18);
    }

    .ka-rental-value article:nth-child(even) {
        padding-right: 0;
        padding-left: 16px;
        border-right: 0;
    }

    .ka-rental-value article:nth-last-child(-n+2) {
        border-bottom: 0;
    }

    .ka-season-journey {
        grid-template-columns: 1fr;
        gap: 32px;
        padding: 62px 0;
    }

    .ka-season-journey__intro {
        position: static;
    }

    .ka-season-journey li {
        grid-template-columns: 74px minmax(0, 1fr);
        gap: 8px 18px;
    }

    .ka-season-journey li > span {
        grid-column: 2;
    }

    .ka-harvest-story {
        grid-template-columns: 1fr;
    }

    .ka-harvest-story__media {
        min-height: 340px;
    }

    .ka-harvest-story__copy {
        padding: 34px 22px;
    }

    .ka-harvest-story dl {
        grid-template-columns: 1fr;
        gap: 13px;
    }

    .ka-harvest-story dl > div,
    .ka-harvest-story dl > div:first-child,
    .ka-harvest-story dl > div:last-child {
        display: flex;
        justify-content: space-between;
        gap: 16px;
        padding: 0;
        border-right: 0;
    }

    .ka-harvest-story__actions {
        align-items: stretch;
        flex-direction: column;
    }

    .ka-harvest-story__actions a {
        align-self: flex-start;
    }

    .ka-product-faq {
        grid-template-columns: 1fr;
        gap: 34px;
        padding: 62px 0;
    }

    .ka-product-final-cta {
        grid-template-columns: 1fr;
        gap: 28px;
        margin-top: 58px;
        padding: 38px 22px;
    }

    .ka-product-final-cta > div:last-child {
        max-width: none;
    }
}

@media (max-width: 520px) {
    .ka-rental-value > div {
        grid-template-columns: 1fr;
    }

    .ka-rental-value article,
    .ka-rental-value article + article,
    .ka-rental-value article:nth-child(even) {
        padding: 22px 0;
        border-right: 0;
        border-bottom: 1px solid rgba(255,255,255,.18);
    }

    .ka-rental-value article:nth-last-child(2) {
        border-bottom: 1px solid rgba(255,255,255,.18);
    }

    .ka-rental-value article:last-child {
        border-bottom: 0;
    }

    .ka-season-journey li {
        grid-template-columns: 1fr;
    }

    .ka-season-journey li > span {
        grid-column: auto;
    }

    .ka-harvest-story__media {
        min-height: 290px;
    }

    .ka-harvest-story__actions button,
    .ka-product-final-cta button {
        width: 100%;
    }
}

/* Readable typography and soft-surface system */
.ka-page :where(a, button, input, select, textarea, summary) {
    touch-action: manipulation;
}

.ka-page :where(a, button, input, select, textarea, summary):focus-visible {
    outline: 3px solid rgba(93, 150, 55, .34) !important;
    outline-offset: 3px;
}

.ka-product-card,
.ka-legacy-area .card-product,
.ka-legacy-area .testimonial-item,
.ka-legacy-area .blog-article-item,
.ka-category-page .es-product-card {
    transition: border-color .22s ease, box-shadow .22s ease, transform .22s ease !important;
}

.ka-legacy-area .card-product,
.ka-legacy-area .testimonial-item,
.ka-legacy-area .blog-article-item,
.ka-legacy-area .ecomus-commerce-grid .tf-icon-box {
    overflow: hidden;
    border-radius: var(--ka-radius-md) !important;
}

.ka-legacy-area .card-product:hover,
.ka-legacy-area .blog-article-item:hover,
.ka-category-page .es-product-card:hover {
    box-shadow: var(--ka-shadow-lift) !important;
    transform: translateY(-3px);
}

.ka-legacy-area .card-product-wrapper,
.ka-legacy-area .card-product-wrapper .product-img,
.ka-legacy-area .ecomus-banner-product-media,
.ka-legacy-area .ecomus-banner-product-media img,
.ka-legacy-area .ecomus-html-media,
.ka-legacy-area .ecomus-html-media img,
.ka-legacy-area .blog-article-item .article-thumb,
.ka-legacy-area .blog-article-item .article-thumb img {
    border-radius: var(--ka-radius-md) !important;
}

.ka-legacy-area .widget-menu-tab .item-title,
.ka-legacy-area .ecomus-html-copy > .tf-btn,
.ka-legacy-area .form-newsletter .tf-btn,
.ka-legacy-area .card-product .badge,
.ka-legacy-area .card-product .new,
.ka-legacy-area .card-product .sale,
.ka-badge,
.ka-duration-option em,
.es-new-label,
.es-stock-label,
.ec-subcategories a,
.ec-pagination a,
.ec-pagination span {
    border-radius: var(--ka-radius-pill) !important;
}

.ka-legacy-area .form-newsletter .form-control,
.ka-promo input,
.ka-generic-main :where(input:not([type="checkbox"]):not([type="radio"]), select, textarea),
.ec-filter-form :where(input:not([type="checkbox"]):not([type="radio"]), select),
.ec-toolbar :where(button, select) {
    border-radius: var(--ka-radius-sm) !important;
}

.ka-hero-nav,
.ka-hero-controls button,
.ka-heart,
.es-card-bag,
.ec-filter-drawer > button,
.ec-filter-head button {
    border-radius: 50% !important;
}

.ka-trust-strip,
.ka-service-row,
.ka-cart-assurance,
.ka-product-info,
.ka-empty-cart,
.ka-order-summary,
.ka-cart-item,
.ka-promo,
.ka-generic-main .tf-content-card,
.ka-generic-main .tf-summary-box,
.ka-generic-main .tf-empty-state,
.ka-generic-main .accordion-item,
.ec-filter-drawer,
.ec-toolbar {
    box-shadow: var(--ka-shadow-soft) !important;
}

.ec-toolbar {
    overflow: hidden;
    border-radius: var(--ka-radius-md) !important;
}

.ka-product-grid,
.ec-subcategories,
.ka-legacy-area .grid-layout,
.ka-legacy-area .widget-menu-tab,
.ka-legacy-area .tf-marquee .wrap-marquee,
.ka-legacy-area [data-module-id="12"] .swiper-wrapper,
.ka-legacy-area [data-module-id="7"] .row {
    scrollbar-width: none;
}

.ka-product-grid::-webkit-scrollbar,
.ec-subcategories::-webkit-scrollbar,
.ka-legacy-area .grid-layout::-webkit-scrollbar,
.ka-legacy-area .widget-menu-tab::-webkit-scrollbar,
.ka-legacy-area .tf-marquee .wrap-marquee::-webkit-scrollbar,
.ka-legacy-area [data-module-id="12"] .swiper-wrapper::-webkit-scrollbar,
.ka-legacy-area [data-module-id="7"] .row::-webkit-scrollbar {
    display: none;
}

.ka-why {
    width: min(var(--ka-polish-max), calc(100% - 56px)) !important;
    max-width: var(--ka-polish-max) !important;
    margin-right: auto !important;
    margin-left: auto !important;
    padding: 58px 48px !important;
    overflow: hidden;
    border-radius: var(--ka-radius-xl) !important;
    box-shadow: 0 24px 58px rgba(24, 65, 31, .18) !important;
}

.ka-why article {
    border-radius: var(--ka-radius-sm);
}

.ka-rental-callout {
    border-radius: var(--ka-radius-md) !important;
}

.ka-duration-option {
    box-shadow: 0 8px 20px rgba(35, 69, 29, .04);
    transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.ka-duration-option:hover,
.ka-duration-option.is-active {
    box-shadow: 0 13px 30px rgba(50, 96, 34, .11);
    transform: translateY(-2px);
}

.ka-add-row,
.ka-stepper {
    border-radius: var(--ka-radius-pill) !important;
}

.ka-rental-value,
.ka-harvest-story,
.ka-product-final-cta {
    overflow: hidden;
    border-radius: var(--ka-radius-xl) !important;
    box-shadow: var(--ka-shadow-soft);
}

.ka-season-journey li {
    margin-bottom: 10px;
    padding: 20px 22px !important;
    border: 1px solid var(--ka-polish-line) !important;
    border-radius: var(--ka-radius-md);
    background: #fff;
    box-shadow: 0 10px 25px rgba(31, 67, 27, .05);
}

.ka-season-journey li:last-child {
    margin-bottom: 0;
    border-bottom: 1px solid var(--ka-polish-line) !important;
}

.ka-harvest-story__media,
.ka-harvest-story__media img {
    border-radius: var(--ka-radius-xl) 0 0 var(--ka-radius-xl);
}

.ka-harvest-story__actions button,
.ka-product-final-cta button {
    border-radius: var(--ka-radius-pill) !important;
    box-shadow: 0 12px 26px rgba(54, 102, 32, .2);
}

.ka-product-faq details,
.ka-product-faq details:last-child {
    margin-bottom: 10px;
    padding: 0 20px;
    border: 1px solid var(--ka-polish-line) !important;
    border-radius: var(--ka-radius-sm);
    background: #fff;
    box-shadow: 0 8px 22px rgba(31, 67, 27, .045);
}

.ka-product-faq summary {
    padding-top: 20px;
    padding-bottom: 20px;
}

.ka-buy-links a,
.ka-inline-cta,
.ka-section-head a,
.ka-product-faq > div:first-child > a {
    border-radius: var(--ka-radius-pill);
}

.ka-category-page .ec-heading {
    width: min(calc(100% - 32px), 1440px);
    min-height: 276px !important;
    margin: 16px auto 0;
    overflow: hidden;
    border-radius: var(--ka-radius-xl);
}

.ka-category-page .es-product-card {
    overflow: hidden;
    border-radius: var(--ka-radius-md) !important;
}

.ka-category-page .es-product-image,
.ka-category-page .es-product-image img {
    border-radius: var(--ka-radius-md) var(--ka-radius-md) 0 0 !important;
}

.ka-generic-main .container > :where(section, article, .row),
.ka-legacy-page .user_page_login_form,
.ka-legacy-page .user_page_register_form,
.ka-legacy-page .user_page_right_text_div {
    border-radius: var(--ka-radius-lg) !important;
}

.ka-mobile-dock {
    border-radius: var(--ka-radius-lg) var(--ka-radius-lg) 0 0 !important;
    box-shadow: 0 -12px 34px rgba(24, 57, 25, .13) !important;
}

.es-mobile-menu,
.es-search form {
    border-radius: var(--ka-radius-xl) !important;
}

.ka-footer {
    overflow: hidden;
    border-radius: var(--ka-radius-xl) var(--ka-radius-xl) 0 0;
}

.ka-footer .ka-logo img {
    width: 154px !important;
    height: auto !important;
    max-height: 76px !important;
    object-fit: contain;
}

.ecomus-source-tabs .widget-menu-tab {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.ecomus-source-tabs .widget-menu-tab [role="tab"] {
    border: 1px solid rgba(45, 91, 38, .18);
    border-radius: 999px;
    background: rgba(255, 255, 255, .72);
    color: #183919;
    padding: 12px 20px;
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 24px rgba(31, 57, 27, .06);
    cursor: pointer;
}

.ecomus-source-tabs .widget-menu-tab [role="tab"].active,
.ecomus-source-tabs .widget-menu-tab [role="tab"][aria-selected="true"] {
    background: linear-gradient(135deg, #2f6f1f, #76a91b);
    color: #fff;
    border-color: transparent;
    box-shadow: 0 14px 28px rgba(55, 105, 32, .2);
}

.ecomus-source-tabs .widget-menu-tab [role="tab"]:focus-visible {
    outline: 3px solid rgba(142, 183, 58, .45);
    outline-offset: 3px;
}

.ecomus-source-tabs .widget-content-inner[hidden] {
    display: none !important;
}

.ka-story-page {
    --ka-story-ink: #123217;
    --ka-story-muted: #607064;
    --ka-story-line: rgba(35, 74, 34, .14);
    --ka-story-surface: #ffffff;
    color: var(--ka-story-ink);
    background:
        linear-gradient(180deg, rgba(248, 250, 244, .95), rgba(255, 255, 255, .98) 42%, rgba(241, 246, 235, .72));
    padding: 34px 0 84px;
    overflow: hidden;
}

.ka-story-page .container {
    max-width: 1240px;
}

.ka-story-hero {
    min-height: 560px;
    display: grid;
    grid-template-columns: minmax(0, .96fr) minmax(0, 1.04fr);
    gap: 38px;
    align-items: center;
    padding: 48px;
    border: 1px solid var(--ka-story-line);
    border-radius: 34px;
    background: rgba(255, 255, 255, .76);
    box-shadow: 0 28px 70px rgba(37, 71, 31, .1);
}

.ka-story-copy {
    min-width: 0;
}

.ka-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #376a22;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 1.25;
}

.ka-eyebrow::before {
    content: "";
    width: 28px;
    height: 2px;
    border-radius: 999px;
    background: #79a923;
}

.ka-story-copy h1,
.ka-story-page h2 {
    color: #113818;
    font-family: var(--ka-display-font, "Sora", sans-serif);
    font-weight: 850;
    letter-spacing: 0;
}

.ka-story-copy h1 {
    max-width: 680px;
    margin: 16px 0 18px;
    font-size: 56px;
    line-height: 1.02;
}

.ka-story-copy p,
.ka-story-page p {
    color: var(--ka-story-muted);
    font-size: 17px;
    line-height: 1.75;
}

.ka-story-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 28px;
}

.ka-btn {
    min-height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    padding: 13px 22px;
    font-weight: 800;
    text-decoration: none;
    transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}

.ka-btn:hover {
    transform: translateY(-2px);
}

.ka-btn-primary {
    background: linear-gradient(135deg, #2d701d, #83ad20);
    color: #fff;
    box-shadow: 0 18px 34px rgba(62, 112, 28, .2);
}

.ka-btn-soft {
    background: #eef5e7;
    color: #214a17;
    border: 1px solid rgba(45, 91, 38, .14);
}

.ka-story-media {
    position: relative;
    min-width: 0;
}

.ka-story-media img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    border-radius: 30px;
    box-shadow: 0 26px 54px rgba(24, 57, 25, .18);
}

.ka-media-note {
    position: absolute;
    left: 24px;
    right: 24px;
    bottom: 24px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 16px 18px;
    border-radius: 24px;
    background: rgba(255, 255, 255, .88);
    backdrop-filter: blur(10px);
    box-shadow: 0 18px 38px rgba(20, 43, 21, .14);
}

.ka-media-note strong {
    color: #153919;
}

.ka-media-note span {
    color: #657268;
    font-size: 13px;
}

.ka-flow-grid,
.ka-values-grid,
.ka-faq-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    margin-top: 28px;
}

.ka-flow-card,
.ka-values-grid > div,
.ka-faq-grid > div {
    border: 1px solid var(--ka-story-line);
    border-radius: 28px;
    background: rgba(255, 255, 255, .82);
    padding: 26px;
    box-shadow: 0 18px 48px rgba(38, 72, 31, .07);
}

.ka-flow-card span {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #eaf3df;
    color: #2d681f;
    font-weight: 900;
    margin-bottom: 18px;
}

.ka-flow-card h3,
.ka-values-grid h3,
.ka-faq-grid h3 {
    font-size: 20px;
    line-height: 1.24;
    color: #133817;
    margin-bottom: 10px;
}

.ka-certificate-band,
.ka-split-story,
.ka-promise-band {
    margin-top: 34px;
    border-radius: 34px;
    border: 1px solid rgba(255, 255, 255, .24);
    background: linear-gradient(135deg, #16451d, #245f24 62%, #7a9d22);
    color: #fff;
    padding: 42px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 380px;
    gap: 32px;
    align-items: center;
    box-shadow: 0 28px 70px rgba(28, 72, 28, .16);
}

.ka-certificate-band .ka-eyebrow,
.ka-promise-band .ka-eyebrow {
    color: #d9f7a5;
}

.ka-certificate-band h2,
.ka-certificate-band p,
.ka-promise-band h2,
.ka-promise-band p {
    color: #fff;
}

.ka-certificate-preview {
    border-radius: 28px;
    background: #fffdf7;
    color: #143817;
    padding: 28px;
    min-height: 250px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 12px;
    box-shadow: inset 0 0 0 1px rgba(48, 83, 33, .13);
}

.ka-certificate-preview img {
    width: 160px;
    height: auto;
    object-fit: contain;
}

.ka-certificate-preview strong {
    font-size: 24px;
    line-height: 1.18;
}

.ka-certificate-preview span {
    color: #5d871d;
    font-weight: 900;
}

.ka-service-strip,
.ka-about-stats {
    margin-top: 28px;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.ka-service-strip > div,
.ka-about-stats > div {
    border: 1px solid var(--ka-story-line);
    background: rgba(255, 255, 255, .8);
    border-radius: 24px;
    padding: 20px;
}

.ka-service-strip strong,
.ka-about-stats strong {
    display: block;
    color: #143817;
    font-size: 18px;
    line-height: 1.2;
    margin-bottom: 6px;
}

.ka-service-strip span,
.ka-about-stats span {
    color: #627267;
    font-size: 14px;
}

.ka-rich-faq {
    margin-top: 54px;
}

.ka-rich-faq h2 {
    font-size: 40px;
    line-height: 1.12;
}

.ka-story-hero--about {
    background: linear-gradient(135deg, rgba(248, 251, 244, .94), rgba(255, 255, 255, .84));
}

.ka-split-story {
    background: rgba(255, 255, 255, .82);
    border-color: var(--ka-story-line);
    color: var(--ka-story-ink);
}

.ka-split-story h2,
.ka-split-story p {
    color: inherit;
}

.ka-split-story p {
    color: var(--ka-story-muted);
}

.ka-split-story img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    border-radius: 28px;
}

.ka-promise-band {
    display: block;
    max-width: none;
}

.ka-promise-band h2 {
    max-width: 860px;
    font-size: 38px;
    line-height: 1.14;
    margin: 14px 0;
}

@media (max-width: 980px) {
    .ka-why {
        width: calc(100% - 24px) !important;
        padding: 42px 22px !important;
        border-radius: var(--ka-radius-lg) !important;
    }

    .ka-category-page .ec-heading {
        width: calc(100% - 24px);
        margin-top: 12px;
        border-radius: var(--ka-radius-lg);
    }

    .ka-gallery figure {
        border-radius: var(--ka-radius-lg) !important;
    }

    .ka-harvest-story__media,
    .ka-harvest-story__media img {
        border-radius: var(--ka-radius-lg) var(--ka-radius-lg) 0 0;
    }

    .ka-rental-value,
    .ka-harvest-story,
    .ka-product-final-cta {
        border-radius: var(--ka-radius-lg) !important;
    }

    .ka-story-page {
        padding: 20px 0 58px;
    }

    .ka-story-hero,
    .ka-certificate-band,
    .ka-split-story {
        grid-template-columns: 1fr;
        padding: 26px;
        border-radius: 26px;
    }

    .ka-story-copy h1 {
        font-size: 38px;
    }

    .ka-story-page h2,
    .ka-rich-faq h2,
    .ka-promise-band h2 {
        font-size: 30px;
    }

    .ka-flow-grid,
    .ka-values-grid,
    .ka-faq-grid,
    .ka-service-strip,
    .ka-about-stats {
        grid-template-columns: 1fr;
    }

    .ka-certificate-band {
        gap: 22px;
    }

    .ka-certificate-preview {
        min-height: 220px;
    }
}

@media (max-width: 575.98px) {
    .ka-story-actions,
    .ka-story-actions .ka-btn {
        width: 100%;
    }

    .ka-story-media img {
        border-radius: 22px;
    }

    .ka-media-note {
        position: static;
        margin-top: 12px;
    }

    .ecomus-source-tabs .widget-menu-tab [role="tab"] {
        flex: 1 1 auto;
        padding: 11px 14px;
    }
}

.ka-ecomus-video-banner {
    position: relative;
    width: min(1320px, calc(100% - 48px));
    min-height: clamp(520px, 58vw, 760px);
    margin: 54px auto 42px;
    overflow: hidden;
    display: flex;
    align-items: center;
    isolation: isolate;
    border-radius: 34px;
    background-color: #153a18;
    background-position: center;
    background-size: cover;
    box-shadow: 0 34px 90px rgba(16, 45, 18, .16);
}

.ka-ecomus-video-banner__video {
    position: absolute;
    inset: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transition: opacity .45s ease;
}

.ka-ecomus-video-banner__video.is-ready {
    opacity: 1;
}

.ka-ecomus-video-banner__shade {
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
        radial-gradient(circle at 82% 22%, rgba(255, 255, 255, .14), transparent 28%),
        linear-gradient(90deg, rgba(13, 43, 16, .86), rgba(17, 61, 21, .56) 45%, rgba(17, 61, 21, .2));
}

.ka-ecomus-video-banner__content {
    position: relative;
    z-index: 2;
    width: min(1140px, calc(100% - 56px));
    margin: 0 auto;
    color: #fff;
}

.ka-ecomus-video-banner__eyebrow {
    display: inline-flex;
    align-items: center;
    margin-bottom: 16px;
    padding: 9px 16px;
    border: 1px solid rgba(255, 255, 255, .28);
    border-radius: 999px;
    background: rgba(255, 255, 255, .13);
    color: #f4f7e9;
    font-size: 13px;
    font-weight: 800;
    line-height: 1;
    backdrop-filter: blur(10px);
}

.ka-ecomus-video-banner h2 {
    max-width: 620px;
    margin: 0 0 18px;
    color: #fff;
    font-size: clamp(38px, 6vw, 78px);
    line-height: .98;
    letter-spacing: 0;
}

.ka-ecomus-video-banner p {
    max-width: 640px;
    margin: 0;
    color: rgba(255, 255, 255, .88);
    font-size: clamp(16px, 1.4vw, 20px);
    line-height: 1.65;
}

.ka-ecomus-video-banner__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 28px;
}

.ka-ecomus-video-banner__cta,
.ka-ecomus-video-banner__sound {
    min-height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    font-weight: 900;
    line-height: 1;
}

.ka-ecomus-video-banner__cta {
    padding: 0 24px;
    border: 1px solid #eaf4d7;
    background: #eef8df;
    color: #1d4f13;
    box-shadow: 0 16px 34px rgba(0, 0, 0, .18);
}

.ka-ecomus-video-banner__sound {
    position: absolute;
    right: clamp(18px, 4vw, 46px);
    bottom: clamp(18px, 4vw, 46px);
    z-index: 3;
    gap: 8px;
    padding: 0 18px;
    border: 1px solid rgba(255, 255, 255, .3);
    background: rgba(255, 255, 255, .16);
    color: #fff;
    cursor: pointer;
    backdrop-filter: blur(12px);
    box-shadow: 0 18px 34px rgba(0, 0, 0, .16);
}

.ka-ecomus-video-banner__sound::before {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 999px;
    background: #f5c84c;
    box-shadow: 0 0 0 5px rgba(245, 200, 76, .18);
}

.ka-ecomus-video-banner__sound.is-on::before {
    background: #8fcb41;
    box-shadow: 0 0 0 5px rgba(143, 203, 65, .2);
}

@media (max-width: 767.98px) {
    .ka-ecomus-video-banner {
        width: calc(100% - 24px);
        min-height: 620px;
        margin: 30px auto;
        border-radius: 28px;
        align-items: flex-end;
    }

    .ka-ecomus-video-banner__shade {
        background: linear-gradient(180deg, rgba(12, 39, 14, .18), rgba(12, 39, 14, .9));
    }

    .ka-ecomus-video-banner__content {
        width: calc(100% - 36px);
        padding: 0 0 96px;
    }

    .ka-ecomus-video-banner h2 {
        font-size: 40px;
    }

    .ka-ecomus-video-banner__actions,
    .ka-ecomus-video-banner__cta {
        width: 100%;
    }

    .ka-ecomus-video-banner__sound {
        left: 18px;
        right: auto;
        bottom: 22px;
    }
}

.ka-home .ka-section {
    margin-top: clamp(42px, 5vw, 78px);
}

.ka-home .ka-category-grid,
.ka-home .ka-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: clamp(18px, 3vw, 34px) !important;
}

.ka-home .ka-category-card,
.ka-home .ka-product-card {
    border: 1px solid rgba(39, 85, 33, .14);
    border-radius: 30px !important;
    background: #fff;
    box-shadow: 0 22px 58px rgba(31, 64, 28, .1);
}

.ka-home .ka-category-card {
    min-height: 390px;
}

.ka-home .ka-category-card img {
    min-height: 100%;
    object-fit: cover;
}

.ka-home .ka-category-card span {
    left: 22px;
    right: 22px;
    bottom: 22px;
    padding: 18px 20px;
    border-radius: 24px;
    background: rgba(18, 52, 20, .78);
    color: #fff;
    backdrop-filter: blur(10px);
}

.ka-home .ka-category-card span strong,
.ka-home .ka-category-card span small {
    color: #fff !important;
}

.ka-home .ka-product-card .ka-product-image {
    aspect-ratio: 16 / 10;
    border-radius: 30px 30px 0 0 !important;
}

.ka-home .ka-product-card .ka-product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ka-home .ka-product-card > div {
    padding: 24px 26px 28px;
}

.ka-home .ka-product-card > div > a {
    font-size: clamp(22px, 2.4vw, 34px);
    line-height: 1.08;
}

.ka-home .ka-product-card strong {
    font-size: 22px;
}

.ka-legacy-area .ecomus-banner-product-row {
    grid-template-columns: minmax(320px, .72fr) minmax(0, 1fr) !important;
    align-items: stretch;
    gap: clamp(24px, 4vw, 56px) !important;
    margin: 0 auto clamp(42px, 5vw, 76px);
    padding: clamp(18px, 3vw, 30px);
    border: 1px solid rgba(39, 85, 33, .12);
    border-radius: 34px;
    background: linear-gradient(135deg, rgba(255, 255, 255, .98), rgba(246, 250, 239, .9));
    box-shadow: 0 24px 70px rgba(31, 64, 28, .09);
}

.ka-legacy-area .ecomus-banner-product-media {
    min-height: 430px;
    overflow: hidden;
    border-radius: 30px !important;
}

.ka-legacy-area .ecomus-banner-product-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ka-legacy-area .ecomus-banner-product-content .flat-title .title {
    color: #123d19 !important;
    font-size: clamp(34px, 4vw, 58px);
    line-height: 1;
}

.ka-legacy-area .ecomus-banner-product-content .flat-title .sub-title {
    max-width: 540px;
    color: #536454 !important;
    font-size: 16px;
    line-height: 1.65;
}

.ka-legacy-area .ecomus-banner-product-content .grid-layout {
    grid-template-columns: repeat(1, minmax(240px, 360px)) !important;
}

.ka-legacy-area .ecomus-source-tabs .grid-layout {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 24px !important;
}

.ka-legacy-area .ecomus-source-tabs .widget-menu-tab {
    justify-content: flex-start;
}

.ka-legacy-area .ecomus-legacy-newsletter,
.ka-legacy-area section:has(.form-newsletter) {
    border-radius: 0 !important;
    background: #1f5c30 !important;
}

.ka-legacy-area section:has(.form-newsletter) .flat-title .title,
.ka-legacy-area section:has(.form-newsletter) .flat-title .sub-title {
    color: #fff !important;
    opacity: 1 !important;
    text-shadow: none !important;
}

.ka-legacy-area section:has(.form-newsletter) .form-control {
    border-color: rgba(255, 255, 255, .5) !important;
    background: rgba(255, 255, 255, .96) !important;
    color: #183919 !important;
}

.ka-legacy-area section:has(.form-newsletter) .form-control::placeholder {
    color: #6c7b69 !important;
}

@media (max-width: 991.98px) {
    .ka-home .ka-category-grid,
    .ka-home .ka-product-grid,
    .ka-legacy-area .ecomus-source-tabs .grid-layout {
        grid-template-columns: 1fr !important;
    }

    .ka-legacy-area .ecomus-banner-product-row {
        grid-template-columns: 1fr !important;
    }

    .ka-legacy-area .ecomus-banner-product-media {
        min-height: 320px;
    }
}

/* Two-product homepage refinement: keep the original warm, light palette and use green as accent only. */
.ka-home {
    background: #fffdf8 !important;
}

.ka-home .ka-section {
    width: min(var(--ka-polish-max), calc(100% - 56px));
    margin: clamp(48px, 6vw, 82px) auto 0 !important;
}

.ka-home .ka-section-head {
    margin-bottom: 22px;
}

.ka-home .ka-section h2,
.ka-home .ka-section-head h2,
.ka-legacy-area .flat-title .title,
.ka-legacy-area .ecomus-banner-product-content .flat-title .title {
    color: #17391c !important;
}

.ka-home .ka-section-head a {
    color: #376a22 !important;
    background: transparent !important;
    box-shadow: none !important;
}

.ka-home .ka-category-grid,
.ka-home .ka-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 24px !important;
}

.ka-home .ka-category-card,
.ka-home .ka-product-card,
.ka-legacy-area .card-product,
.ka-legacy-area .testimonial-item,
.ka-legacy-area .blog-article-item,
.ka-legacy-area .ecomus-commerce-grid .tf-icon-box {
    border: 1px solid rgba(38, 76, 35, .13) !important;
    border-radius: 22px !important;
    background: #fff !important;
    box-shadow: 0 12px 34px rgba(31, 64, 28, .08) !important;
}

.ka-home .ka-category-card {
    min-height: 360px !important;
}

.ka-home .ka-category-card span {
    left: 18px !important;
    right: 18px !important;
    bottom: 18px !important;
    padding: 16px 18px !important;
    border-radius: 18px !important;
    background: rgba(255, 255, 255, .92) !important;
    color: #17391c !important;
    box-shadow: 0 10px 26px rgba(0, 0, 0, .12);
}

.ka-home .ka-category-card span strong {
    color: #17391c !important;
}

.ka-home .ka-category-card span small {
    color: #5f6f5e !important;
}

.ka-home .ka-product-card .ka-product-image {
    aspect-ratio: 4 / 3 !important;
    border-radius: 22px 22px 0 0 !important;
}

.ka-home .ka-product-card > div {
    padding: 18px 20px 22px !important;
}

.ka-home .ka-product-card > div > a {
    font-size: 19px !important;
    line-height: 1.2 !important;
}

.ka-home .ka-product-card strong {
    font-size: 18px !important;
}

.ka-why {
    background: linear-gradient(135deg, #245222, #173f1e) !important;
    border-radius: 22px !important;
}

.ka-gift {
    border: 1px solid rgba(38, 76, 35, .12) !important;
    background: #f7faef !important;
    color: #17391c !important;
}

.ka-legacy-area,
.ka-legacy-area .ecomus-legacy-modules,
.ka-legacy-area .ecomus-legacy-module-item,
.ka-legacy-area .ecomus-legacy-module-item > section,
.ka-legacy-area .ecomus-legacy-adapter,
.ka-legacy-area .flat-spacing-1,
.ka-legacy-area .flat-spacing-5 {
    background: #fffdf8 !important;
}

.ka-legacy-area .ecomus-legacy-module-item:nth-child(odd) > section,
.ka-legacy-area .ecomus-legacy-module-item:nth-child(odd) > .ecomus-legacy-adapter {
    background: #f6f8f0 !important;
}

.ka-legacy-area .tf-marquee {
    border-top: 1px solid rgba(38, 76, 35, .1) !important;
    border-bottom: 1px solid rgba(38, 76, 35, .1) !important;
    background: #f5f8ee !important;
}

.ka-legacy-area .tf-marquee .marquee-item .text {
    color: #31502f !important;
}

.ka-legacy-area .ecomus-banner-product-row {
    width: min(980px, calc(100% - 32px)) !important;
    grid-template-columns: minmax(280px, .9fr) minmax(0, 1fr) !important;
    gap: 32px !important;
    margin: 0 auto 28px !important;
    padding: 18px !important;
    border: 1px solid rgba(38, 76, 35, .13) !important;
    border-radius: 24px !important;
    background: #fff !important;
    box-shadow: 0 16px 44px rgba(31, 64, 28, .09) !important;
}

.ka-legacy-area .ecomus-banner-product-media {
    min-height: 330px !important;
    max-height: none !important;
    border-radius: 20px !important;
}

.ka-legacy-area .ecomus-banner-product-media span {
    border-radius: 14px !important;
    background: rgba(255, 255, 255, .9) !important;
    color: #17391c !important;
}

.ka-legacy-area .ecomus-banner-product-content {
    align-self: center !important;
}

.ka-legacy-area .ecomus-banner-product-content .flat-title .title {
    font-size: clamp(28px, 3vw, 42px) !important;
}

.ka-legacy-area .ecomus-banner-product-content .flat-title .sub-title {
    color: #5f6f5e !important;
}

.ka-legacy-area .ecomus-banner-product-content .grid-layout,
.ka-legacy-area .ecomus-source-tabs .grid-layout {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 18px !important;
}

.ka-legacy-area .ecomus-source-tabs .widget-menu-tab {
    justify-content: flex-start !important;
}

.ka-legacy-area .ka-tab-showcase {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(320px, .85fr);
    gap: 24px;
    align-items: stretch;
}

.ka-legacy-area .ka-tab-showcase .widget-content-tab,
.ka-legacy-area .ka-tab-showcase .widget-content-inner.active {
    height: 100%;
}

.ka-legacy-area .ka-tab-story {
    min-height: 100%;
}

.ka-legacy-area .ka-tab-story__item {
    height: 100%;
    min-height: 390px;
    padding: 30px;
    border: 1px solid rgba(38, 76, 35, .13);
    border-radius: 24px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, .98), rgba(250, 252, 246, .96)),
        #fff;
    box-shadow: 0 16px 44px rgba(31, 64, 28, .08);
}

.ka-legacy-area .ka-tab-story__item[hidden] {
    display: none !important;
}

.ka-legacy-area .ka-tab-story__item > span {
    display: inline-flex;
    margin-bottom: 16px;
    padding: 9px 13px;
    border: 1px solid rgba(55, 106, 34, .18);
    border-radius: 999px;
    background: #f0f6e9;
    color: #376a22;
    font-size: 12px;
    font-weight: 850;
    line-height: 1;
}

.ka-legacy-area .ka-tab-story__item h3 {
    max-width: 460px;
    margin: 0 0 14px;
    color: #17391c;
    font-family: var(--ka-font-display);
    font-size: clamp(28px, 3vw, 42px);
    line-height: 1.08;
}

.ka-legacy-area .ka-tab-story__item p {
    max-width: 520px;
    margin: 0;
    color: #5f6f5e;
    font-size: 15px;
    line-height: 1.7;
}

.ka-legacy-area .ka-tab-story__item ol {
    display: grid;
    gap: 10px;
    margin: 24px 0 0;
    padding: 0;
    list-style: none;
    counter-reset: ka-story-step;
}

.ka-legacy-area .ka-tab-story__item li {
    counter-increment: ka-story-step;
    display: flex;
    align-items: center;
    gap: 12px;
    color: #17391c;
    font-weight: 750;
}

.ka-legacy-area .ka-tab-story__item li::before {
    content: counter(ka-story-step);
    width: 30px;
    height: 30px;
    flex: 0 0 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: #376a22;
    color: #fff;
    font-size: 12px;
    font-weight: 850;
}

.ka-legacy-area .ka-tab-story__item a {
    display: inline-flex;
    min-height: 44px;
    margin-top: 26px;
    align-items: center;
    justify-content: center;
    padding: 0 18px;
    border-radius: 999px;
    background: #376a22;
    color: #fff;
    font-weight: 850;
}

.ka-legacy-area .ecomus-source-tabs .flat-title .title,
.ka-legacy-area .ecomus-html-copy h2,
.ka-legacy-area [data-module-id="12"] .flat-title .title,
.ka-legacy-area [data-module-id="7"] .flat-title .title {
    color: #17391c !important;
}

.ka-legacy-area .ecomus-html-content-grid {
    width: min(var(--ka-polish-max), calc(100% - 56px));
    margin: 0 auto !important;
    padding: 42px 0 !important;
}

.ka-legacy-area .ecomus-html-copy,
.ka-legacy-area .ecomus-html-rich {
    color: #5f6f5e !important;
}

.ka-legacy-area .ka-ecomus-video-banner {
    margin-top: 44px !important;
}

.ka-legacy-area .ecomus-commerce-grid .tf-icon-box {
    color: #17391c !important;
}

.ka-legacy-area [data-module-id="15"] > section,
.ka-legacy-area .ka-newsletter-section,
.ka-legacy-area section:has(.form-newsletter) {
    border-top: 1px solid rgba(38, 76, 35, .1) !important;
    border-bottom: 1px solid rgba(38, 76, 35, .1) !important;
    background: #f5f8ee !important;
}

.ka-legacy-area [data-module-id="15"] .flat-title .title,
.ka-legacy-area [data-module-id="15"] .flat-title p,
.ka-legacy-area section:has(.form-newsletter) .flat-title .title,
.ka-legacy-area section:has(.form-newsletter) .flat-title .sub-title {
    color: #17391c !important;
}

.ka-legacy-area section:has(.form-newsletter) .form-control {
    border-color: rgba(38, 76, 35, .16) !important;
    background: #fff !important;
    color: #17391c !important;
}

.ka-legacy-area section:has(.form-newsletter) .form-newsletter .tf-btn,
.ka-legacy-area .form-newsletter .tf-btn {
    background: #376a22 !important;
    color: #fff !important;
}

@media (max-width: 991.98px) {
    .ka-home .ka-category-grid,
    .ka-home .ka-product-grid,
    .ka-legacy-area .ecomus-banner-product-row,
    .ka-legacy-area .ka-tab-showcase,
    .ka-legacy-area .ecomus-banner-product-content .grid-layout,
    .ka-legacy-area .ecomus-source-tabs .grid-layout {
        grid-template-columns: 1fr !important;
    }

    .ka-legacy-area .ecomus-banner-product-row,
    .ka-home .ka-section,
    .ka-legacy-area .ecomus-html-content-grid {
        width: min(100% - 24px, var(--ka-polish-max)) !important;
    }
}

/* Centered two-choice tab stage: products and story read as one composed block. */
.ka-legacy-area .ecomus-legacy-tab-products {
    padding: clamp(52px, 6vw, 86px) 0 !important;
}

.ka-legacy-area .ecomus-legacy-tab-products .container {
    width: min(1240px, calc(100% - 48px)) !important;
    max-width: none !important;
    margin-inline: auto !important;
}

.ka-legacy-area .ecomus-legacy-tab-products .flat-title {
    margin-bottom: 16px !important;
    text-align: left !important;
}

.ka-legacy-area .ecomus-legacy-tab-products .flat-title .title {
    font-size: clamp(34px, 3.6vw, 54px) !important;
}

.ka-legacy-area .ecomus-legacy-tab-products .widget-tabs {
    padding: clamp(18px, 2.2vw, 26px) !important;
    border: 1px solid rgba(38, 76, 35, .12) !important;
    border-radius: 28px !important;
    background: rgba(255, 255, 255, .82) !important;
    box-shadow: 0 22px 62px rgba(31, 64, 28, .08) !important;
}

.ka-legacy-area .ecomus-legacy-tab-products .widget-menu-tab {
    margin: 0 0 20px !important;
    gap: 10px !important;
}

.ka-legacy-area .ecomus-legacy-tab-products .widget-menu-tab [role="tab"],
.ka-legacy-area .ecomus-legacy-tab-products .widget-menu-tab .item-title {
    min-height: 38px !important;
    padding: 8px 14px !important;
    border-radius: 999px !important;
    font-size: 13px !important;
}

.ka-legacy-area .ecomus-legacy-tab-products .ka-tab-showcase {
    grid-template-columns: minmax(560px, 1fr) minmax(360px, 430px) !important;
    gap: clamp(18px, 2.4vw, 30px) !important;
    align-items: stretch !important;
}

.ka-legacy-area .ecomus-legacy-tab-products .widget-content-tab {
    min-width: 0 !important;
}

.ka-legacy-area .ecomus-legacy-tab-products .widget-content-inner.active > .grid-layout,
.ka-legacy-area .ecomus-legacy-tab-products .ka-tab-showcase .grid-layout {
    grid-template-columns: repeat(2, minmax(240px, 1fr)) !important;
    gap: 18px !important;
    align-items: stretch !important;
}

.ka-legacy-area .ecomus-legacy-tab-products .card-product {
    height: 100% !important;
    min-height: 390px !important;
}

.ka-legacy-area .ecomus-legacy-tab-products .card-product-wrapper {
    aspect-ratio: 1 / .92 !important;
}

.ka-legacy-area .ecomus-legacy-tab-products .card-product-info {
    min-height: 126px !important;
    padding: 18px !important;
}

.ka-legacy-area .ecomus-legacy-tab-products .card-product-info .title {
    font-size: 17px !important;
    line-height: 1.24 !important;
}

.ka-legacy-area .ecomus-legacy-tab-products .card-product-info .price {
    font-size: 17px !important;
}

.ka-legacy-area .ecomus-legacy-tab-products .ka-tab-story__item {
    min-height: 390px !important;
    padding: clamp(24px, 2.8vw, 34px) !important;
    border-radius: 24px !important;
}

.ka-legacy-area .ecomus-legacy-tab-products .ka-tab-story__item h3 {
    font-size: clamp(26px, 2.55vw, 38px) !important;
}

.ka-legacy-area .ecomus-legacy-tab-products .ka-tab-story__item p {
    font-size: 14px !important;
}

@media (max-width: 991.98px) {
    .ka-legacy-area .ecomus-legacy-tab-products .ka-tab-showcase,
    .ka-legacy-area .ecomus-legacy-tab-products .widget-content-inner.active > .grid-layout,
    .ka-legacy-area .ecomus-legacy-tab-products .ka-tab-showcase .grid-layout {
        grid-template-columns: 1fr !important;
    }

    .ka-legacy-area .ecomus-legacy-tab-products .container {
        width: min(100% - 24px, 1240px) !important;
    }
}

/* Wide two-product storytelling pass. */
.ka-legacy-area .ecomus-legacy-banner-products {
    padding: clamp(44px, 5vw, 76px) 0 !important;
}

.ka-legacy-area .ecomus-legacy-banner-products .container {
    width: min(1560px, calc(100% - 48px)) !important;
    max-width: none !important;
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: clamp(22px, 2vw, 34px) !important;
    align-items: stretch !important;
}

.ka-legacy-area .ecomus-legacy-banner-products .row {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: clamp(22px, 2vw, 34px) !important;
    align-items: stretch !important;
}

.ka-legacy-area .ecomus-legacy-banner-products .ecomus-banner-product-row {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    grid-template-columns: minmax(230px, .92fr) minmax(250px, 1fr) !important;
    gap: clamp(18px, 1.8vw, 28px) !important;
    align-items: stretch !important;
    padding: clamp(18px, 1.8vw, 26px) !important;
    border-radius: 30px !important;
    background: linear-gradient(135deg, #fbfcf7 0%, #eef6e9 100%) !important;
}

.ka-legacy-area .ecomus-legacy-banner-products .ecomus-banner-product-media {
    min-height: 420px !important;
    height: 100% !important;
    border-radius: 24px !important;
}

.ka-legacy-area .ecomus-legacy-banner-products .ecomus-banner-product-content {
    min-width: 0 !important;
    align-self: center !important;
}

.ka-legacy-area .ecomus-legacy-banner-products .ecomus-banner-product-content .grid-layout {
    grid-template-columns: repeat(2, minmax(150px, 1fr)) !important;
    gap: 14px !important;
}

.ka-legacy-area .ecomus-legacy-banner-products .ecomus-banner-product-content .flat-title .title {
    font-size: clamp(28px, 2.35vw, 44px) !important;
    line-height: 1.05 !important;
}

.ka-legacy-area .ecomus-legacy-tab-products {
    background: #f4f7ef !important;
}

.ka-legacy-area .ecomus-legacy-tab-products .container {
    width: min(1560px, calc(100% - 48px)) !important;
}

.ka-legacy-area .ecomus-legacy-tab-products .widget-tabs {
    border-radius: 34px !important;
    padding: clamp(22px, 2.6vw, 38px) !important;
}

.ka-legacy-area .ecomus-legacy-tab-products .ka-tab-showcase {
    grid-template-columns: minmax(650px, 1fr) minmax(390px, 520px) !important;
    gap: clamp(24px, 2.4vw, 38px) !important;
}

.ka-legacy-area .ecomus-legacy-tab-products .widget-content-inner.active > .grid-layout,
.ka-legacy-area .ecomus-legacy-tab-products .ka-tab-showcase .grid-layout {
    grid-template-columns: repeat(2, minmax(280px, 1fr)) !important;
}

.ka-legacy-area .ecomus-legacy-tab-products .card-product {
    min-height: 460px !important;
}

.ka-legacy-area .ecomus-legacy-tab-products .card-product-wrapper {
    aspect-ratio: 1 / .9 !important;
}

.ka-legacy-area .ecomus-legacy-tab-products .ka-tab-story__item {
    min-height: 460px !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
}

.ka-legacy-area .ecomus-legacy-tab-products .ka-tab-story__item[hidden] {
    display: none !important;
}

@media (max-width: 1199.98px) {
    .ka-legacy-area .ecomus-legacy-banner-products .container,
    .ka-legacy-area .ecomus-legacy-banner-products .row {
        grid-template-columns: 1fr !important;
    }

    .ka-legacy-area .ecomus-legacy-tab-products .ka-tab-showcase {
        grid-template-columns: 1fr !important;
    }
}

@media (max-width: 767.98px) {
    .ka-legacy-area .ecomus-legacy-banner-products .container,
    .ka-legacy-area .ecomus-legacy-tab-products .container {
        width: min(100% - 24px, 1560px) !important;
    }

    .ka-legacy-area .ecomus-legacy-banner-products .ecomus-banner-product-row,
    .ka-legacy-area .ecomus-legacy-banner-products .ecomus-banner-product-content .grid-layout,
    .ka-legacy-area .ecomus-legacy-tab-products .widget-content-inner.active > .grid-layout,
    .ka-legacy-area .ecomus-legacy-tab-products .ka-tab-showcase .grid-layout {
        grid-template-columns: 1fr !important;
    }

    .ka-legacy-area .ecomus-legacy-banner-products .ecomus-banner-product-media {
        min-height: 320px !important;
    }

    .ka-legacy-area .ecomus-legacy-tab-products .card-product,
    .ka-legacy-area .ecomus-legacy-tab-products .ka-tab-story__item {
        min-height: auto !important;
    }
}

/* Final storefront rhythm, cart feedback and account experience. */
.ka-home .ka-section {
    margin-top: clamp(48px, 5vw, 68px) !important;
    padding-top: 0 !important;
}

.ka-home .ka-why {
    margin-top: clamp(52px, 5vw, 70px) !important;
}

.ka-legacy-area .ecomus-legacy-banner-products,
.ka-legacy-area .ecomus-legacy-tab-products,
.ka-legacy-area .ecomus-legacy-html-content,
.ka-legacy-area .ecomus-legacy-commerce-boxes,
.ka-legacy-area .ka-ecomus-video-banner,
.ka-legacy-area .flat-spacing-1 {
    padding-block: clamp(52px, 5vw, 72px) !important;
}

.ka-legacy-area .ecomus-legacy-banner-products .container,
.ka-legacy-area .ecomus-legacy-tab-products .container,
.ka-legacy-area .ecomus-legacy-html-content .container,
.ka-legacy-area .ecomus-legacy-commerce-boxes .container,
.ka-legacy-area .flat-spacing-1 > .container {
    width: min(1240px, calc(100% - 48px)) !important;
    max-width: none !important;
    margin-inline: auto !important;
}

.ka-cart-main {
    padding-bottom: clamp(52px, 6vw, 82px);
}

.ka-cart-main.is-updating {
    position: relative;
    cursor: progress;
}

.ka-cart-main.is-updating::after {
    content: "Sepet güncelleniyor";
    position: fixed;
    z-index: 90;
    left: 50%;
    bottom: 28px;
    transform: translateX(-50%);
    padding: 11px 18px;
    border-radius: 999px;
    background: #173f1e;
    color: #fff;
    font-size: 13px;
    font-weight: 750;
    box-shadow: 0 14px 36px rgba(23, 63, 30, .24);
}

.ka-cart-main.is-updating .ka-cart-layout {
    pointer-events: none;
}

.ka-cart-notice {
    width: min(var(--ka-polish-max), calc(100% - 56px));
    margin: -8px auto 22px;
    padding: 13px 16px;
    border: 1px solid #e4b4a8;
    border-radius: 14px;
    background: #fff5f1;
    color: #8b3021;
    font-size: 14px;
}

.ka-stepper.is-static form,
.ka-stepper.is-static button {
    width: 34px;
    height: 38px;
}

.ka-stepper.is-static button:disabled {
    opacity: .55;
}

.ka-checkout-heading,
.ka-account-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 24px;
}

.ka-checkout-heading {
    justify-content: flex-start;
}

.ka-checkout-heading > span {
    display: grid;
    place-items: center;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: #eef5e7;
    color: #2f731f;
    font-weight: 850;
}

.ka-checkout-heading p,
.ka-account-heading p {
    margin: 0 0 4px;
    color: #56804b;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
}

.ka-checkout-heading .tf-page-title,
.ka-account-heading .tf-page-title {
    margin: 0 !important;
    color: #17391c;
}

.ka-generic-delivery .ka-generic-main,
.ka-generic-account .ka-generic-main {
    padding: clamp(42px, 5vw, 72px) 0 clamp(70px, 7vw, 100px);
    background: #fffdf8 !important;
}

.ka-generic-main .ka-delivery-shell,
.ka-generic-main .ka-account-shell {
    width: min(1240px, calc(100% - 48px)) !important;
    max-width: none !important;
}

.ka-delivery-card {
    padding: clamp(22px, 3vw, 38px) !important;
    overflow: hidden;
    border: 1px solid rgba(38, 76, 35, .14) !important;
    border-radius: 26px !important;
    background: #fff !important;
    box-shadow: 0 22px 60px rgba(31, 64, 28, .09) !important;
}

.ka-generic-delivery .teslimat-page-main-div,
.ka-generic-delivery .teslimat-page-main {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
}

.ka-generic-delivery .sepetprogressBarContainer {
    width: 100% !important;
    height: 84px !important;
    margin: 0 0 38px !important;
}

.ka-generic-delivery .sepetprogressBarIcerik {
    margin: 0 !important;
    padding: 0 !important;
}

.ka-generic-delivery .sepetprogressBarIlerleme {
    height: 84px !important;
    margin: 0 !important;
    border-radius: 18px !important;
    background: #e8ece5 !important;
    overflow: hidden;
}

.ka-generic-delivery .sepetprogressBarIlerleme::before {
    width: 66.666% !important;
    background: linear-gradient(90deg, #347c22, #69a82e) !important;
    border-radius: 18px 0 0 18px !important;
}

.ka-generic-delivery .sepetprogressBarIcerik ul {
    top: 0 !important;
    margin: 0 !important;
    padding: 0 18px !important;
}

.ka-generic-delivery .sepetprogressBarIcerik ul li {
    top: 0 !important;
    padding: 0 !important;
}

.ka-generic-delivery .sepetprogressBarIcerik ul li img {
    width: 27px !important;
    height: 27px !important;
    margin: 0 !important;
    object-fit: contain;
}

.ka-generic-delivery .sepetprogressBarIcerik ul li p {
    width: auto !important;
    margin: 6px 0 0 !important;
    font: 750 12px/1.2 inherit !important;
}

.ka-generic-delivery .teslimat-bilgileri-div {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 0 !important;
}

.ka-generic-delivery .teslimat-bilgileri-sol-kutular,
.ka-generic-delivery .teslimat-bilgileri-sol-kutular-dar,
.ka-generic-delivery .teslimat-odeme-secimi,
.ka-generic-delivery .teslimat-sepet-ozet-main {
    margin: 0 0 18px !important;
    padding: 20px !important;
    border: 1px solid rgba(38, 76, 35, .12) !important;
    border-radius: 18px !important;
    background: #fbfcf8 !important;
    box-shadow: none !important;
}

.ka-generic-delivery #faturagir[hidden],
.ka-generic-delivery .fatura-secim-bireysel[hidden],
.ka-generic-delivery .fatura-secim-kurumsal[hidden] {
    display: none !important;
}

.ka-generic-delivery .teslimat-bilgileri-sol-kutular-dar .custom-control {
    min-height: 24px;
}

.ka-generic-delivery .teslimat-bilgileri-sol-kutular-dar .custom-control-label {
    display: inline-flex;
    min-height: 24px;
    align-items: center;
    color: #17391c;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
}

.ka-generic-delivery .ka-billing-panel {
    min-height: 0 !important;
    overflow: visible;
}

.ka-generic-delivery .ka-billing-panel .fatura-secim {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 18px;
}

.ka-generic-delivery .ka-billing-panel .fatura-secim .rdio {
    margin: 0;
    padding: 10px 14px;
    border: 1px solid #d9e2d5;
    border-radius: 999px;
    background: #fff;
}

.ka-generic-delivery .teslimat-bilgi-baslik,
.ka-generic-delivery .teslimat-odeme-main-h,
.ka-generic-delivery .teslimat-sepet-ozet-main-h {
    margin: 0 0 16px !important;
    padding: 0 !important;
    color: #17391c !important;
    background: transparent !important;
    font-size: 17px !important;
    font-weight: 800 !important;
}

.ka-generic-delivery :where(input.form-control, select.form-control, textarea.form-control) {
    min-height: 48px !important;
    padding: 11px 14px !important;
    border: 1px solid #d9e2d5 !important;
    border-radius: 13px !important;
    background: #fff !important;
    color: #17391c !important;
    box-shadow: none !important;
}

.ka-generic-delivery textarea.form-control {
    min-height: 92px !important;
}

.ka-generic-delivery .form-group label {
    margin-bottom: 6px;
    color: #40523f;
    font-size: 13px;
    font-weight: 700;
}

.ka-generic-delivery #shopButton {
    width: 100%;
    min-height: 52px;
    border: 0 !important;
    border-radius: 14px !important;
    background: #347c22 !important;
    color: #fff !important;
    font-weight: 800 !important;
}

.ka-generic-delivery .shopButtonT {
    display: none !important;
}

.ka-generic-delivery .shopButtonT.is-active {
    display: flex !important;
}

.ka-account-grid {
    display: grid;
    grid-template-columns: 270px minmax(0, 1fr);
    gap: 28px;
    align-items: start;
}

.ka-account-profile {
    position: sticky;
    top: 104px;
    padding: 26px !important;
    border-radius: 22px !important;
}

.ka-account-avatar {
    display: grid;
    place-items: center;
    width: 54px;
    height: 54px;
    margin-bottom: 18px;
    border-radius: 50%;
    background: #e9f2e2;
    color: #2f731f;
    font-size: 22px;
    font-weight: 850;
}

.ka-account-profile h2 {
    margin: 0 0 4px;
    font-size: 21px;
}

.ka-account-profile p {
    margin: 0 0 24px;
    color: #6b7869;
    font-size: 13px;
    overflow-wrap: anywhere;
}

.ka-account-profile nav {
    display: grid;
    gap: 6px;
}

.ka-account-profile nav a {
    padding: 11px 13px;
    border-radius: 11px;
    color: #425341;
    font-weight: 700;
}

.ka-account-profile nav a.is-active {
    background: #eef5e8;
    color: #2f731f;
}

.ka-account-content,
.ka-tree-list {
    display: grid;
    gap: 22px;
}

.ka-my-trees {
    padding: clamp(24px, 3vw, 34px);
    border: 1px solid rgba(38, 76, 35, .13);
    border-radius: 26px;
    background: #f5f8f0;
}

.ka-account-section-head {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 22px;
}

.ka-account-section-head span,
.ka-tree-empty span {
    color: #56804b;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
}

.ka-account-section-head h2,
.ka-recent-orders h2 {
    margin: 4px 0 0;
    color: #17391c;
    font-size: 28px;
}

.ka-account-section-head p {
    max-width: 330px;
    margin: 4px 0 0;
    color: #657164;
    text-align: right;
}

.ka-tree-card {
    display: grid;
    grid-template-columns: minmax(220px, .72fr) minmax(0, 1fr);
    overflow: hidden;
    border: 1px solid rgba(38, 76, 35, .12);
    border-radius: 20px;
    background: #fff;
}

.ka-tree-card > img {
    width: 100%;
    height: 100%;
    min-height: 330px;
    object-fit: cover;
}

.ka-tree-card__body {
    padding: clamp(24px, 3vw, 34px);
}

.ka-tree-status {
    display: inline-flex;
    padding: 7px 11px;
    border-radius: 999px;
    background: #edf6e7;
    color: #347c22;
    font-size: 12px;
    font-weight: 800;
}

.ka-tree-card h3 {
    margin: 16px 0 6px;
    color: #17391c;
    font-size: 29px;
}

.ka-tree-card__body > p {
    color: #687466;
}

.ka-tree-countdown {
    display: flex;
    align-items: baseline;
    gap: 9px;
    margin: 24px 0 14px;
}

.ka-tree-countdown strong {
    color: #2f731f;
    font-size: clamp(46px, 5vw, 68px);
    line-height: .9;
}

.ka-tree-countdown span {
    color: #536253;
    font-weight: 750;
}

.ka-tree-progress {
    height: 10px;
    overflow: hidden;
    border-radius: 999px;
    background: #e4eadf;
}

.ka-tree-progress i {
    display: block;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, #347c22, #85b83e);
}

.ka-tree-dates {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    margin-top: 13px;
    color: #728070;
    font-size: 12px;
}

.ka-tree-dates b {
    display: block;
    margin-top: 2px;
    color: #344632;
}

.ka-tree-empty {
    min-height: 300px;
    display: grid;
    place-items: center;
    padding: 36px;
    border: 1px dashed #b9cbb1;
    border-radius: 20px;
    background: linear-gradient(110deg, #fff 0%, #eef5e8 100%);
}

.ka-tree-empty > div {
    max-width: 620px;
    text-align: center;
}

.ka-tree-empty h3 {
    margin: 8px 0 10px;
    color: #17391c;
    font-size: 30px;
}

.ka-tree-empty p {
    margin: 0 auto 22px;
    color: #647262;
    line-height: 1.65;
}

.ka-recent-orders {
    padding: 26px !important;
    border-radius: 22px !important;
}

@media (max-width: 991.98px) {
    .ka-generic-delivery .teslimat-bilgileri-div,
    .ka-account-grid,
    .ka-tree-card {
        grid-template-columns: 1fr !important;
    }

    .ka-account-profile {
        position: static;
    }

    .ka-account-profile nav {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .ka-tree-card > img {
        min-height: 280px;
        max-height: 420px;
    }
}

@media (max-width: 767.98px) {
    .ka-home .ka-section,
    .ka-home .ka-why {
        margin-top: 42px !important;
    }

    .ka-legacy-area .ecomus-legacy-banner-products,
    .ka-legacy-area .ecomus-legacy-tab-products,
    .ka-legacy-area .ecomus-legacy-html-content,
    .ka-legacy-area .ecomus-legacy-commerce-boxes,
    .ka-legacy-area .ka-ecomus-video-banner,
    .ka-legacy-area .flat-spacing-1 {
        padding-block: 44px !important;
    }

    .ka-generic-main .ka-delivery-shell,
    .ka-generic-main .ka-account-shell {
        width: calc(100% - 24px) !important;
    }

    .ka-delivery-card {
        padding: 14px !important;
        border-radius: 20px !important;
    }

    .ka-checkout-heading,
    .ka-account-heading,
    .ka-account-section-head {
        align-items: flex-start;
    }

    .ka-account-section-head {
        flex-direction: column;
    }

    .ka-account-section-head p {
        text-align: left;
    }

    .ka-account-profile nav {
        grid-template-columns: 1fr;
    }

    .ka-tree-empty {
        min-height: 260px;
        padding: 26px 18px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .ka-page *,
    .ka-page *::before,
    .ka-page *::after {
        scroll-behavior: auto !important;
        transition-duration: .01ms !important;
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
    }
}

/* Keep the two-product mobile shelf readable when legacy grid rules are present. */
.ka-home .ka-hero-slide h2.ka-hero-title {
    max-width: 640px;
    margin: 0;
    color: #fff;
    font-size: 58px !important;
    line-height: 1.04 !important;
    font-weight: 850 !important;
}

@media (max-width: 991.98px) {
    .ka-home .ka-product-grid {
        grid-auto-flow: row !important;
        grid-auto-columns: auto !important;
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        overflow-x: visible !important;
    }

    .ka-home .ka-hero-slide h2.ka-hero-title {
        font-size: 52px !important;
    }
}

@media (max-width: 640px) {
    .ka-home .ka-product-grid {
        grid-auto-flow: column !important;
        grid-auto-columns: minmax(270px, 78%) !important;
        grid-template-columns: none !important;
        gap: 14px !important;
        padding: 0 0 10px !important;
        overflow-x: auto !important;
        scroll-snap-type: x mandatory;
        overscroll-behavior-inline: contain;
    }

    .ka-home .ka-product-card {
        width: 100% !important;
        scroll-snap-align: start;
    }

    .ka-home .ka-hero-slide h2.ka-hero-title {
        font-size: 38px !important;
        line-height: 1.03 !important;
    }
}

/* The film continues directly from the hero without a module gutter. */
.ka-home .ka-home-video {
    margin: 0 !important;
    padding: 0 !important;
}

.ka-home .ka-home-video .ka-ecomus-video-banner {
    margin: 0 !important;
    border-top: 0;
    border-radius: 0 0 30px 30px;
}

@media (max-width: 767.98px) {
    .ka-home .ka-home-video .ka-ecomus-video-banner {
        border-radius: 0 0 22px 22px;
    }

    .ka-home .ka-home-video + .ka-trust-strip {
        margin-top: 14px !important;
    }

    .ka-home .ka-home-video .ka-ecomus-video-banner__controls {
        right: 10px;
        bottom: 16px;
    }
}
