/* Yöresel Cepte 4.0 production homepage — scoped, mobile-first and theme-safe. */
body.yccs-production-homepage {
    --yccs-shadow-sm: 0 8px 24px rgba(13, 64, 36, .07);
    --yccs-shadow-md: 0 18px 48px rgba(13, 64, 36, .11);
    --yccs-radius-sm: 10px;
    --yccs-radius-md: 16px;
    --yccs-radius-lg: 24px;
    background: #fff;
    color: var(--yccs-text);
    overflow-x: clip;
}

/* 4.3.15-RC24-seo7: homepage contrast closure without changing the visual system. */
body.yccs-production-homepage .yccs-product-search > button[type="submit"],
body.yccs-production-homepage .yccs-button--primary,
body.yccs-production-homepage .yccs-badge--sale,
body.yccs-production-homepage .yccs-badge--featured {
    background: var(--yccs-action-orange) !important;
}

body.yccs-production-homepage .yccs-badge--new,
body.yccs-production-homepage .yccs-whatsapp-float {
    background: var(--yccs-action-green) !important;
}

body.yccs-production-homepage .yccs-kicker {
    color: var(--yccs-action-orange) !important;
}

body.yccs-production-homepage .yccs-product-card__price del,
body.yccs-production-homepage .yccs-product-card__price del .woocommerce-Price-amount {
    color: var(--yccs-readable-muted) !important;
}

body.yccs-production-homepage .yccs-product-card__price del {
    opacity: 1 !important;
}

body.yccs-production-homepage .yccs-prefooter :where(.yccs-footer-slogan, .yccs-footer-description),
body.yccs-production-homepage .yccs-prefooter-bottom {
    color: #dde8e0 !important;
}
body.yccs-production-homepage .yccs-container { width: min(calc(100% - 32px), var(--yccs-max)); margin-inline: auto; }
body.yccs-production-homepage .yccs-section { padding: 54px 0; }
body.yccs-production-homepage .yccs-icon { width: 22px; height: 22px; flex: 0 0 auto; }
body.yccs-production-homepage .yccs-kicker { margin: 0 0 8px; color: var(--yccs-orange-600); font-weight: 700; font-size: 13px; letter-spacing: .09em; text-transform: uppercase; }
body.yccs-production-homepage .yccs-button { min-height: 44px; display: inline-flex; align-items: center; justify-content: center; padding: 10px 22px; border: 1px solid transparent; border-radius: 8px; font-weight: 750; line-height: 1.15; text-decoration: none; transition: transform .18s ease, background-color .18s ease, border-color .18s ease, box-shadow .18s ease; }
body.yccs-production-homepage .yccs-button:hover { transform: translateY(-1px); }
body.yccs-production-homepage .yccs-button:focus-visible,
body.yccs-production-homepage a:focus-visible,
body.yccs-production-homepage button:focus-visible,
body.yccs-production-homepage input:focus-visible,
body.yccs-production-homepage summary:focus-visible { outline: 3px solid rgba(245,130,0,.36); outline-offset: 3px; }
body.yccs-production-homepage .yccs-button--primary { color: #fff; background: var(--yccs-orange-600); box-shadow: 0 10px 24px rgba(240,122,0,.2); }
body.yccs-production-homepage .yccs-button--primary:hover { background: var(--yccs-orange-700); color: #fff; }
body.yccs-production-homepage .yccs-button--secondary { color: var(--yccs-green-900); background: #fff; border-color: rgba(6,75,36,.42); }
body.yccs-production-homepage .yccs-button--secondary:hover { border-color: var(--yccs-green-900); background: var(--yccs-green-100); color: var(--yccs-green-900); }
body.yccs-production-homepage .yccs-buttons { display: flex; flex-wrap: wrap; gap: 12px; }

/* Top trust strip */
body.yccs-production-homepage .yccs-announcement { min-height: 34px; background: var(--yccs-green-900); color: #fff; font-size: 12px; }
body.yccs-production-homepage .yccs-announcement__inner { min-height: 34px; display: flex; align-items: center; justify-content: space-between; gap: 18px; }
body.yccs-production-homepage .yccs-announcement__inner > div:first-child { display: flex; align-items: center; gap: 22px; min-width: 0; }
body.yccs-production-homepage .yccs-announcement__inner strong,
body.yccs-production-homepage .yccs-announcement__inner span { color: inherit; white-space: nowrap; }
body.yccs-production-homepage .yccs-announcement__links { display: flex; align-items: center; gap: 18px; }
body.yccs-production-homepage .yccs-announcement__links a { display: inline-flex; align-items: center; gap: 6px; color: #fff; text-decoration: none; font-weight: 650; }
body.yccs-production-homepage .yccs-announcement__links .yccs-icon { width: 15px; height: 15px; }

/* Main header */
body.yccs-production-homepage .yccs-store-toolbar { position: relative; z-index: 80; background: rgba(255,255,255,.98); border-bottom: 1px solid #edf0ed; }
body.yccs-production-homepage .yccs-store-toolbar--sticky { position: sticky; top: 0; }
body.admin-bar.yccs-production-homepage .yccs-store-toolbar--sticky { top: 32px; }
body.yccs-production-homepage .yccs-store-toolbar__inner { min-height: 82px; display: grid; grid-template-columns: 168px minmax(320px, 1fr) auto; align-items: center; gap: 28px; }
body.yccs-production-homepage .yccs-store-logo { display: flex; width: 154px; height: 58px; align-items: center; justify-content: flex-start; }
body.yccs-production-homepage .yccs-store-logo img { display: block; max-width: 100%; max-height: 54px; width: auto; height: auto; object-fit: contain; }
body.yccs-production-homepage .yccs-mobile-menu-button,
body.yccs-production-homepage .yccs-mobile-header-search { display: none; }
body.yccs-production-homepage .yccs-product-search { position: relative; display: grid; grid-template-columns: 44px minmax(0,1fr) 82px; min-width: 0; height: 46px; margin: 0; border: 1px solid #dfe5e0; border-radius: 8px; background: #fff; box-shadow: 0 3px 14px rgba(24,67,43,.04); }
body.yccs-production-homepage .yccs-product-search:focus-within { border-color: var(--yccs-green-700); box-shadow: 0 0 0 3px rgba(17,116,58,.1); }
body.yccs-production-homepage .yccs-search-icon { display: grid; place-items: center; color: #7c8780; }
body.yccs-production-homepage .yccs-product-search input[type="search"] { min-width: 0; width: 100%; height: 44px; padding: 0 8px 0 0; border: 0; border-radius: 0; background: transparent; color: var(--yccs-text); font-size: 14px; box-shadow: none; outline: 0; }
body.yccs-production-homepage .yccs-product-search input[type="search"]::-webkit-search-cancel-button { opacity: .65; }
body.yccs-production-homepage .yccs-product-search > button[type="submit"] { display: inline-flex; align-items: center; justify-content: center; gap: 7px; width: 82px; height: 44px; padding: 0 14px; border: 0; border-radius: 0 7px 7px 0; background: var(--yccs-orange-600); color: #fff; font-weight: 750; cursor: pointer; }
body.yccs-production-homepage .yccs-product-search > button[type="submit"] .yccs-icon { display: none; width: 17px; height: 17px; }
body.yccs-production-homepage .yccs-store-actions { display: flex; align-items: center; justify-content: flex-end; gap: 20px; white-space: nowrap; }
body.yccs-production-homepage .yccs-store-actions > a { position: relative; display: flex; align-items: center; gap: 8px; min-height: 46px; color: var(--yccs-text); text-decoration: none; }
body.yccs-production-homepage .yccs-store-actions > a:hover { color: var(--yccs-green-700); }
body.yccs-production-homepage .yccs-store-actions strong { display: block; font-size: 13px; line-height: 1.25; }
body.yccs-production-homepage .yccs-store-actions small { display: block; margin-top: 2px; color: var(--yccs-muted); font-size: 11px; font-weight: 500; }
body.yccs-production-homepage .yccs-store-actions small b { font: inherit; }
body.yccs-production-homepage .yccs-store-actions > a > b { position: absolute; top: 0; left: 15px; display: grid; place-items: center; min-width: 18px; height: 18px; padding: 0 5px; border: 2px solid #fff; border-radius: 999px; background: var(--yccs-orange-600); color: #fff; font-size: 10px; line-height: 1; }
body.yccs-production-homepage .yccs-store-actions .yccs-icon { width: 25px; height: 25px; }

/* AJAX search panel */
body.yccs-production-homepage .yccs-search-suggestions { position: absolute; top: calc(100% + 8px); left: 0; right: 0; z-index: 120; max-height: min(540px, 70vh); overflow: auto; padding: 14px; border: 1px solid var(--yccs-border); border-radius: 12px; background: #fff; box-shadow: 0 22px 55px rgba(14,48,29,.18); }
body.yccs-production-homepage .yccs-search-suggestions[hidden] { display: none; }
body.yccs-production-homepage .yccs-search-group-title { margin: 10px 8px 7px; color: var(--yccs-green-800); font-size: 12px; letter-spacing: .06em; text-transform: uppercase; }
body.yccs-production-homepage .yccs-search-option { display: flex; align-items: center; gap: 12px; padding: 8px; border-radius: 8px; color: var(--yccs-text); text-decoration: none; }
body.yccs-production-homepage .yccs-search-option:hover,
body.yccs-production-homepage .yccs-search-option.is-active { background: var(--yccs-green-100); color: var(--yccs-green-900); }
body.yccs-production-homepage .yccs-search-option img { width: 56px; height: 56px; border-radius: 8px; object-fit: cover; background: #f7f7f5; }
body.yccs-production-homepage .yccs-search-option__copy { min-width: 0; display: grid; gap: 3px; }
body.yccs-production-homepage .yccs-search-option__copy strong { overflow: hidden; font-size: 13px; text-overflow: ellipsis; white-space: nowrap; }
body.yccs-production-homepage .yccs-search-option__copy small { color: var(--yccs-muted); font-size: 12px; }
body.yccs-production-homepage .yccs-search-view-all { display: flex; justify-content: center; margin-top: 10px; padding: 11px; border-radius: 8px; background: var(--yccs-green-900); color: #fff; text-decoration: none; font-weight: 700; }
body.yccs-production-homepage .yccs-search-suggestions__status { margin: 8px 8px 0; color: var(--yccs-muted); font-size: 12px; }

/* Desktop navigation */
body.yccs-production-homepage .yccs-category-nav { position: relative; z-index: 60; background: linear-gradient(180deg,#ffffff 0%,#fcfdfc 100%); border-top: 1px solid #edf2ee; border-bottom: 1px solid #e2e9e4; box-shadow: 0 10px 24px rgba(8,55,28,.04); }
body.yccs-production-homepage .yccs-category-nav__inner { min-height: 64px; display: grid; grid-template-columns: 212px minmax(0,1fr); align-items: center; gap: 18px; }
body.yccs-production-homepage .yccs-category-trigger-wrap { position: relative; display: flex; align-items: center; }
body.yccs-production-homepage .yccs-category-trigger { width: 100%; min-height: 46px; display: flex; align-items: center; gap: 10px; padding: 0 16px; border: 1px solid rgba(15,101,52,.16); border-radius: 14px; background: linear-gradient(180deg,#fbfdfb 0%,#f3f7f4 100%); color: var(--yccs-green-900); font-size: 13px; font-weight: 780; box-shadow: 0 10px 20px rgba(12,73,38,.06); cursor: pointer; transition: border-color .16s ease, box-shadow .16s ease, transform .16s ease; }
body.yccs-production-homepage .yccs-category-trigger:hover,
body.yccs-production-homepage .yccs-category-trigger:focus-visible { border-color: rgba(15,101,52,.28); box-shadow: 0 14px 26px rgba(12,73,38,.09); transform: translateY(-1px); }
body.yccs-production-homepage .yccs-category-trigger .yccs-icon:first-child { width: 18px; height: 18px; }
body.yccs-production-homepage .yccs-category-trigger .yccs-icon:last-child { margin-left: auto; width: 16px; height: 16px; }
body.yccs-production-homepage .yccs-category-dropdown { position: absolute; top: calc(100% + 6px); left: 0; width: 340px; max-height: 70vh; overflow: auto; visibility: hidden; opacity: 0; transform: translateY(-7px); padding: 10px; border: 1px solid var(--yccs-border); border-radius: 14px; background: #fff; box-shadow: 0 24px 60px rgba(7,54,29,.16); transition: opacity .16s ease, transform .16s ease, visibility .16s; }
body.yccs-production-homepage [aria-expanded="true"] + .yccs-category-dropdown { visibility: visible; opacity: 1; transform: translateY(0); }
body.yccs-production-homepage .yccs-category-dropdown ul { list-style: none; margin: 0; padding: 0; }
body.yccs-production-homepage .yccs-category-dropdown a { display: flex; align-items: center; justify-content: space-between; gap: 10px; min-height: 44px; padding: 9px 11px; border-radius: 10px; color: var(--yccs-text); text-decoration: none; font-size: 13px; font-weight: 680; }
body.yccs-production-homepage .yccs-category-dropdown a:hover { background: var(--yccs-green-100); color: var(--yccs-green-900); }
body.yccs-production-homepage .yccs-premium-nav-links { min-width: 0; display: flex; align-items: center; gap: 10px; overflow: hidden; }
body.yccs-production-homepage .yccs-premium-nav-links > a,
body.yccs-production-homepage .yccs-premium-nav-menu > li > a { display: inline-flex; align-items: center; justify-content: center; min-height: 42px; padding: 0 14px; border-radius: 999px; color: #25322b; text-decoration: none; font-size: 13px; font-weight: 700; white-space: nowrap; line-height: 1; transition: background-color .16s ease, color .16s ease, box-shadow .16s ease; }
body.yccs-production-homepage .yccs-premium-nav-links > a:hover,
body.yccs-production-homepage .yccs-premium-nav-menu > li > a:hover,
body.yccs-production-homepage .yccs-premium-nav-links > a:focus-visible,
body.yccs-production-homepage .yccs-premium-nav-menu > li > a:focus-visible { background: #f3f7f4; color: var(--yccs-green-900); box-shadow: inset 0 0 0 1px rgba(14,97,49,.10); }
body.yccs-production-homepage .yccs-premium-nav-menu > li.current-menu-item > a,
body.yccs-production-homepage .yccs-premium-nav-list > li.current-menu-item > a,
body.yccs-production-homepage .yccs-premium-nav-menu > li.current-menu-ancestor > a,
body.yccs-production-homepage .yccs-premium-nav-list > li.current-menu-ancestor > a { background: #f3f7f4; color: var(--yccs-green-900); box-shadow: inset 0 0 0 1px rgba(14,97,49,.10); }
body.yccs-production-homepage .yccs-nav-campaign { margin-left: auto; color: var(--yccs-orange-600) !important; }
body.yccs-production-homepage .yccs-premium-nav-menu,
body.yccs-production-homepage .yccs-premium-nav-list { display: flex; align-items: center; gap: 6px; list-style: none; margin: 0; padding: 0; }
body.yccs-production-homepage .yccs-premium-nav-menu li,
body.yccs-production-homepage .yccs-premium-nav-list li { position: relative; margin: 0; }
body.yccs-production-homepage .yccs-premium-nav-menu .sub-menu,
body.yccs-production-homepage .yccs-premium-nav-list .sub-menu { position: absolute; top: calc(100% + 8px); left: 0; z-index: 90; min-width: 240px; display: none; list-style: none; margin: 0; padding: 8px; border: 1px solid var(--yccs-border); border-radius: 14px; background: #fff; box-shadow: 0 24px 60px rgba(7,54,29,.16); }
body.yccs-production-homepage .yccs-premium-nav-menu li:hover > .sub-menu,
body.yccs-production-homepage .yccs-premium-nav-menu li:focus-within > .sub-menu,
body.yccs-production-homepage .yccs-premium-nav-list li:hover > .sub-menu,
body.yccs-production-homepage .yccs-premium-nav-list li:focus-within > .sub-menu { display: block; }
body.yccs-production-homepage .yccs-premium-nav-menu .sub-menu a,
body.yccs-production-homepage .yccs-premium-nav-list .sub-menu a { display: flex; align-items: center; min-height: 42px; padding: 0 12px; border-radius: 10px; color: var(--yccs-text); text-decoration: none; }
body.yccs-production-homepage .yccs-premium-nav-menu .sub-menu a:hover,
body.yccs-production-homepage .yccs-premium-nav-list .sub-menu a:hover { background: var(--yccs-green-100); color: var(--yccs-green-900); }

/* Hero */
body.yccs-production-homepage .yccs-premium-hero { position: relative; min-height: clamp(430px, 42vw, 570px); overflow: hidden; background: #fbf7ed; isolation: isolate; }
body.yccs-production-homepage .yccs-premium-hero__media { position: absolute; inset: 0; z-index: -1; }
body.yccs-production-homepage .yccs-premium-hero__media picture,
body.yccs-production-homepage .yccs-premium-hero__media img { display: block; width: 100%; height: 100%; }
body.yccs-production-homepage .yccs-premium-hero__media img { object-fit: cover; object-position: center; }
body.yccs-production-homepage .yccs-premium-hero__content { min-height: clamp(430px, 42vw, 570px); display: flex; align-items: center; padding-block: 55px 70px; }
body.yccs-production-homepage .yccs-premium-hero__copy { width: min(47%, 570px); padding: 18px 0; }
body.yccs-production-homepage .yccs-premium-hero__copy .yccs-kicker { color: var(--yccs-orange-600); font-family: Georgia, 'Times New Roman', serif; font-size: clamp(18px, 1.55vw, 26px); font-style: italic; font-weight: 500; letter-spacing: 0; text-transform: none; }
body.yccs-production-homepage .yccs-premium-hero h1 { max-width: 720px; margin: 0; color: var(--yccs-green-900); font-size: clamp(48px, 5vw, 76px); line-height: .98; letter-spacing: -.045em; font-weight: 850; }
body.yccs-production-homepage .yccs-premium-hero__description { max-width: 510px; margin: 22px 0 28px; color: #3f4b44; font-size: clamp(16px, 1.15vw, 19px); line-height: 1.6; }
body.yccs-production-homepage .yccs-hero-wave { position: absolute; left: -4%; right: -4%; bottom: -35px; height: 75px; border-radius: 50% 50% 0 0 / 100% 100% 0 0; background: #fff; }

/* Trust */
body.yccs-production-homepage .yccs-trust { position: relative; z-index: 3; margin-top: -16px; padding: 0; }
body.yccs-production-homepage .yccs-trust-grid { display: grid; grid-template-columns: repeat(5,minmax(0,1fr)); padding: 0; border: 1px solid rgba(17,116,58,.12); border-radius: 12px; background: #fff; box-shadow: var(--yccs-shadow-sm); }
body.yccs-production-homepage .yccs-trust-item { min-height: 86px; display: flex; align-items: center; gap: 12px; padding: 17px 20px; border-right: 1px solid #e8eee9; }
body.yccs-production-homepage .yccs-trust-item:last-child { border-right: 0; }
body.yccs-production-homepage .yccs-trust-item > .yccs-icon { width: 30px; height: 30px; color: var(--yccs-green-700); }
body.yccs-production-homepage .yccs-trust-item strong { display: block; color: var(--yccs-green-900); font-size: 13px; line-height: 1.3; }
body.yccs-production-homepage .yccs-trust-item span { display: block; margin-top: 4px; color: var(--yccs-muted); font-size: 10.5px; line-height: 1.35; }

/* Shared section headings */
body.yccs-production-homepage .yccs-section-head { max-width: 760px; margin: 0 auto 34px; text-align: center; }
body.yccs-production-homepage .yccs-section-head h2,
body.yccs-production-homepage .yccs-premium-section-head h2 { margin: 0; color: var(--yccs-green-900); font-size: clamp(27px, 2.6vw, 40px); line-height: 1.12; letter-spacing: -.025em; }
body.yccs-production-homepage .yccs-section-head > p:last-child,
body.yccs-production-homepage .yccs-premium-section-head p { margin: 9px 0 0; color: var(--yccs-muted); font-size: 14px; line-height: 1.55; }
body.yccs-production-homepage .yccs-premium-section-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; margin-bottom: 24px; }
body.yccs-production-homepage .yccs-premium-section-head h2 { font-size: clamp(24px, 2vw, 32px); }
body.yccs-production-homepage .yccs-premium-section-head > a { display: inline-flex; align-items: center; gap: 6px; flex: 0 0 auto; color: var(--yccs-green-800); text-decoration: none; font-size: 13px; font-weight: 750; }
body.yccs-production-homepage .yccs-premium-section-head > a:hover { color: var(--yccs-orange-600); }
body.yccs-production-homepage .yccs-premium-section-head > a .yccs-icon { width: 16px; height: 16px; }

/* Category circles */
body.yccs-production-homepage .yccs-categories { padding-top: 62px; padding-bottom: 32px; }
body.yccs-production-homepage .yccs-category-grid { display: grid; grid-template-columns: repeat(8,minmax(0,1fr)); gap: 18px; }
body.yccs-production-homepage .yccs-category-card { min-width: 0; display: flex; flex-direction: column; align-items: center; color: var(--yccs-text); text-decoration: none; text-align: center; }
body.yccs-production-homepage .yccs-category-card__media { position: relative; width: min(100%, 138px); aspect-ratio: 1; overflow: hidden; border: 1px solid #e8ece8; border-radius: 50%; background: #f9f7f1; box-shadow: 0 8px 22px rgba(24,63,40,.06); transition: transform .2s ease, box-shadow .2s ease; }
body.yccs-production-homepage .yccs-category-card:hover .yccs-category-card__media { transform: translateY(-4px); box-shadow: var(--yccs-shadow-md); }
body.yccs-production-homepage .yccs-category-card__image { width: 100%; height: 100%; display: block; object-fit: cover; }
body.yccs-production-homepage .yccs-category-card__content { min-height: 54px; display: flex; flex-direction: column; align-items: center; justify-content: flex-start; margin-top: 12px; }
body.yccs-production-homepage .yccs-category-card__content strong { display: -webkit-box; overflow: hidden; color: var(--yccs-text); font-size: 13px; line-height: 1.35; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
body.yccs-production-homepage .yccs-category-card__content span { margin-top: 4px; color: var(--yccs-muted); font-size: 10.5px; }
body.yccs-production-homepage .yccs-category-card__arrow { display: none; }

/* Campaign cards */
body.yccs-production-homepage .yccs-campaigns { padding-top: 28px; padding-bottom: 48px; }
body.yccs-production-homepage .yccs-campaign-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px; }
body.yccs-production-homepage .yccs-campaign-grid--2 { grid-template-columns: repeat(2,minmax(0,1fr)); }
body.yccs-production-homepage .yccs-campaign-grid--1 { grid-template-columns: minmax(0,1fr); }
body.yccs-production-homepage .yccs-campaign-card { position: relative; min-height: 205px; overflow: hidden; display: flex; align-items: center; padding: 28px; border-radius: 14px; background-image: var(--yccs-campaign-desktop); background-size: cover; background-position: center; color: #fff; text-decoration: none; box-shadow: var(--yccs-shadow-sm); isolation: isolate; }
body.yccs-production-homepage .yccs-campaign-card__shade { position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg,rgba(6,55,28,.82) 0%,rgba(6,55,28,.58) 48%,rgba(6,55,28,.03) 100%); }
body.yccs-production-homepage .yccs-campaign-card__content { max-width: 64%; display: flex; flex-direction: column; align-items: flex-start; }
body.yccs-production-homepage .yccs-campaign-card strong { font-size: clamp(20px,1.7vw,28px); line-height: 1.08; }
body.yccs-production-homepage .yccs-campaign-card small { margin-top: 9px; color: rgba(255,255,255,.88); font-size: 12px; line-height: 1.45; }
body.yccs-production-homepage .yccs-campaign-card b { display: inline-flex; align-items: center; gap: 5px; margin-top: 16px; padding: 8px 13px; border-radius: 6px; background: var(--yccs-orange-600); color: #fff; font-size: 11px; }
body.yccs-production-homepage .yccs-campaign-card b .yccs-icon { width: 14px; height: 14px; }
body.yccs-production-homepage .yccs-campaign-card:hover { color: #fff; transform: translateY(-2px); box-shadow: var(--yccs-shadow-md); }

/* Products */
body.yccs-production-homepage .yccs-products { padding: 42px 0 48px; background: #fff; }
body.yccs-production-homepage .yccs-products:nth-of-type(even) { background: #fbfcfa; }
body.yccs-production-homepage .yccs-product-grid { display: grid; grid-template-columns: repeat(var(--yccs-section-columns,6),minmax(0,1fr)); gap: 16px; }
body.yccs-production-homepage .yccs-product-card { position: relative; min-width: 0; display: flex; flex-direction: column; overflow: hidden; border: 1px solid #e5eae6; border-radius: 12px; background: #fff; transition: border-color .18s ease, transform .18s ease, box-shadow .18s ease; }
body.yccs-production-homepage .yccs-product-card:hover { transform: translateY(-3px); border-color: rgba(17,116,58,.26); box-shadow: var(--yccs-shadow-md); }
body.yccs-production-homepage .yccs-product-card__media { position: relative; display: block; aspect-ratio: 1; overflow: hidden; background: #f8f8f6; }
body.yccs-production-homepage .yccs-product-card__image { width: 100%; height: 100%; display: block; object-fit: contain; transition: transform .25s ease; }
body.yccs-production-homepage .yccs-product-card:hover .yccs-product-card__image { transform: scale(1.035); }
body.yccs-production-homepage .yccs-product-card__badges { position: absolute; top: 9px; left: 9px; z-index: 2; display: flex; flex-wrap: wrap; gap: 5px; }
body.yccs-production-homepage .yccs-badge { display: inline-flex; min-height: 23px; align-items: center; padding: 3px 7px; border-radius: 5px; color: #fff; font-size: 10px; font-weight: 750; }
body.yccs-production-homepage .yccs-badge--sale { background: var(--yccs-orange-600); }
body.yccs-production-homepage .yccs-badge--new { background: var(--yccs-green-700); }
body.yccs-production-homepage .yccs-favorite-button { position: absolute; top: 9px; right: 9px; z-index: 4; width: 36px; height: 36px; display: grid; place-items: center; padding: 0; border: 1px solid #e3e7e4; border-radius: 50%; background: rgba(255,255,255,.94); color: var(--yccs-green-900); cursor: pointer; box-shadow: 0 5px 15px rgba(17,59,34,.08); }
body.yccs-production-homepage .yccs-favorite-button .yccs-icon { width: 18px; height: 18px; }
body.yccs-production-homepage .yccs-favorite-button.is-active { border-color: var(--yccs-orange-600); background: var(--yccs-orange-600); color: #fff; }
body.yccs-production-homepage .yccs-product-card__body { flex: 1; display: flex; flex-direction: column; padding: 13px 13px 12px; }
body.yccs-production-homepage .yccs-product-card__category { min-height: 16px; overflow: hidden; color: var(--yccs-muted); font-size: 10.5px; text-overflow: ellipsis; white-space: nowrap; }
body.yccs-production-homepage .yccs-product-card h3 { min-height: 40px; margin: 5px 0 4px; font-size: 13px; line-height: 1.42; font-weight: 720; }
body.yccs-production-homepage .yccs-product-card h3 a { display: -webkit-box; overflow: hidden; color: var(--yccs-text); text-decoration: none; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
body.yccs-production-homepage .yccs-product-card__net { min-height: 15px; color: var(--yccs-muted); font-size: 10.5px; }
body.yccs-production-homepage .yccs-product-card__rating { min-height: 18px; display: flex; align-items: center; gap: 5px; margin-top: 4px; font-size: 10px; }
body.yccs-production-homepage .yccs-product-card__rating .star-rating { margin: 0; font-size: 11px; }
body.yccs-production-homepage .yccs-product-card__footer { min-height: 42px; display: flex; align-items: flex-end; justify-content: space-between; gap: 8px; margin-top: auto; padding-top: 8px; }
body.yccs-production-homepage .yccs-product-card__price { min-width: 0; color: var(--yccs-green-900); font-size: 15px; font-weight: 800; line-height: 1.25; }
body.yccs-production-homepage .yccs-product-card__price del { display: block; color: #939c96; font-size: 10px; font-weight: 500; }
body.yccs-production-homepage .yccs-variable-price { gap: 1px; }
body.yccs-production-homepage .yccs-variable-price__label { font-size: 8.5px; }
body.yccs-production-homepage .yccs-variable-price__meta del { display: inline; font-size: 9px; }
body.yccs-production-homepage .yccs-variable-price__discount { min-height: 16px; padding-inline: 4px; font-size: 7.5px; }
body.yccs-production-homepage .yccs-variable-price__current { font-size: 15px; }
body.yccs-production-homepage .yccs-product-card__price ins { text-decoration: none; }
body.yccs-production-homepage .yccs-add-button { flex: 0 0 auto; width: 36px; height: 36px; display: grid; place-items: center; padding: 0; border: 0; border-radius: 7px; background: var(--yccs-green-900); color: #fff; text-decoration: none; cursor: pointer; }
body.yccs-production-homepage .yccs-add-button:hover { background: var(--yccs-orange-600); color: #fff; }
body.yccs-production-homepage .yccs-add-button--text { width: auto; min-width: 76px; padding: 0 8px; font-size: 10px; font-weight: 700; text-align: center; }
body.yccs-production-homepage .yccs-add-button--options { width: 36px!important; min-width: 36px!important; max-width: 36px!important; height: 36px; min-height: 36px!important; padding: 0!important; border-radius: 7px!important; }
body.yccs-production-homepage .yccs-add-button.is-disabled { opacity: .42; cursor: not-allowed; }
body.yccs-production-homepage .yccs-product-empty { min-height: 150px; display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 30px; border: 1px dashed #cfd9d1; border-radius: 12px; background: #fbfdfb; }
body.yccs-production-homepage .yccs-product-empty strong,
body.yccs-production-homepage .yccs-product-empty span,
body.yccs-production-homepage .yccs-product-empty small { display: block; }
body.yccs-production-homepage .yccs-product-empty strong { color: var(--yccs-green-900); font-size: 20px; }
body.yccs-production-homepage .yccs-product-empty span { margin-top: 6px; color: var(--yccs-muted); }
body.yccs-production-homepage .yccs-product-empty small { margin-top: 8px; color: var(--yccs-orange-700); }

/* Story */
body.yccs-production-homepage .yccs-commerce-story { padding: 72px 0; background: linear-gradient(90deg,#f5faf5,#fffaf2); }
body.yccs-production-homepage .yccs-story-grid { display: grid; grid-template-columns: minmax(0,1.05fr) minmax(0,.95fr); align-items: center; gap: clamp(36px,5vw,82px); }
body.yccs-production-homepage .yccs-story__media { overflow: hidden; border-radius: 18px; box-shadow: var(--yccs-shadow-md); }
body.yccs-production-homepage .yccs-story__image { width: 100%; height: auto; aspect-ratio: 3/2; display: block; object-fit: cover; }
body.yccs-production-homepage .yccs-story__content h2 { margin: 0; color: var(--yccs-green-900); font-size: clamp(34px,3.7vw,58px); line-height: 1.03; letter-spacing: -.04em; }
body.yccs-production-homepage .yccs-story__content > p:not(.yccs-kicker) { margin: 20px 0; color: #58635d; font-size: 15px; line-height: 1.75; }
body.yccs-production-homepage .yccs-story-points { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 14px 18px; list-style: none; margin: 22px 0 28px; padding: 0; }
body.yccs-production-homepage .yccs-story-points li { display: flex; align-items: center; gap: 8px; color: var(--yccs-green-900); font-size: 13px; font-weight: 680; }
body.yccs-production-homepage .yccs-story-points .yccs-icon { width: 19px; height: 19px; color: var(--yccs-orange-600); }

/* Process */
body.yccs-production-homepage .yccs-process { background: #fff; }
body.yccs-production-homepage .yccs-process-layout { display: grid; grid-template-columns: minmax(0,1fr) minmax(320px,.85fr); align-items: center; gap: 50px; }
body.yccs-production-homepage .yccs-process-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 16px; }
body.yccs-production-homepage .yccs-process-step { position: relative; min-height: 190px; padding: 25px; border: 1px solid var(--yccs-border); border-radius: 13px; background: #fff; box-shadow: 0 7px 20px rgba(20,64,38,.045); }
body.yccs-production-homepage .yccs-process-step__number { position: absolute; top: 18px; right: 18px; color: rgba(17,116,58,.13); font-size: 38px; font-weight: 850; }
body.yccs-production-homepage .yccs-process-step__icon { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 12px; background: var(--yccs-orange-100); color: var(--yccs-orange-700); }
body.yccs-production-homepage .yccs-process-step__icon .yccs-icon { width: 27px; height: 27px; }
body.yccs-production-homepage .yccs-process-step h3 { margin: 17px 0 7px; color: var(--yccs-green-900); font-size: 17px; }
body.yccs-production-homepage .yccs-process-step p { margin: 0; color: var(--yccs-muted); font-size: 12.5px; line-height: 1.6; }
body.yccs-production-homepage .yccs-process__media { overflow: hidden; border-radius: 22px; background: var(--yccs-green-100); }
body.yccs-production-homepage .yccs-process__image { width: 100%; height: auto; aspect-ratio: 8/5; display: block; object-fit: cover; }

/* Why */
body.yccs-production-homepage .yccs-why { background: #f8faf7; }
body.yccs-production-homepage .yccs-why-grid { display: grid; grid-template-columns: repeat(6,minmax(0,1fr)); gap: 14px; }
body.yccs-production-homepage .yccs-why-card { min-height: 172px; padding: 21px 17px; border: 1px solid #e4e9e5; border-radius: 12px; background: #fff; text-align: center; }
body.yccs-production-homepage .yccs-why-card > span { width: 44px; height: 44px; display: grid; place-items: center; margin: 0 auto; border-radius: 50%; background: var(--yccs-green-100); color: var(--yccs-green-700); }
body.yccs-production-homepage .yccs-why-card h3 { margin: 15px 0 7px; color: var(--yccs-green-900); font-size: 14px; line-height: 1.35; }
body.yccs-production-homepage .yccs-why-card p { margin: 0; color: var(--yccs-muted); font-size: 11.5px; line-height: 1.55; }

/* FAQ */
body.yccs-production-homepage .yccs-faq { background: #fff; }
body.yccs-production-homepage .yccs-faq-list { max-width: 980px; margin: 0 auto; border-top: 1px solid var(--yccs-border); }
body.yccs-production-homepage .yccs-faq-item { border-bottom: 1px solid var(--yccs-border); }
body.yccs-production-homepage .yccs-faq-item summary { min-height: 56px; display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 12px 3px; color: var(--yccs-text); font-size: 13.5px; font-weight: 700; cursor: pointer; list-style: none; }
body.yccs-production-homepage .yccs-faq-item summary::-webkit-details-marker { display: none; }
body.yccs-production-homepage .yccs-faq-item summary .yccs-icon { color: var(--yccs-orange-600); }
body.yccs-production-homepage .yccs-faq-item .yccs-minus { display: none; }
body.yccs-production-homepage .yccs-faq-item[open] .yccs-plus { display: none; }
body.yccs-production-homepage .yccs-faq-item[open] .yccs-minus { display: block; }
body.yccs-production-homepage .yccs-faq-item > div { padding: 0 40px 18px 3px; }
body.yccs-production-homepage .yccs-faq-item p { margin: 0; color: var(--yccs-muted); font-size: 13px; line-height: 1.7; }

/* Blog */
body.yccs-production-homepage .yccs-blog { background: #fbfcfa; }
body.yccs-production-homepage .yccs-blog-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 20px; }
body.yccs-production-homepage .yccs-blog-card { overflow: hidden; border: 1px solid var(--yccs-border); border-radius: 13px; background: #fff; }
body.yccs-production-homepage .yccs-blog-card__media { display: block; aspect-ratio: 16/9; overflow: hidden; }
body.yccs-production-homepage .yccs-blog-card__media img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .25s ease; }
body.yccs-production-homepage .yccs-blog-card:hover img { transform: scale(1.035); }
body.yccs-production-homepage .yccs-blog-card > div { padding: 18px; }
body.yccs-production-homepage .yccs-blog-card__category { display: inline-flex; padding: 4px 7px; border-radius: 4px; background: var(--yccs-orange-100); color: var(--yccs-orange-700); font-size: 10px; font-weight: 700; }
body.yccs-production-homepage .yccs-blog-card time { margin-left: 8px; color: var(--yccs-muted); font-size: 10px; }
body.yccs-production-homepage .yccs-blog-card h3 { margin: 11px 0 8px; font-size: 19px; line-height: 1.3; }
body.yccs-production-homepage .yccs-blog-card h3 a { color: var(--yccs-green-900); text-decoration: none; }
body.yccs-production-homepage .yccs-blog-card p { margin: 0 0 12px; color: var(--yccs-muted); font-size: 12.5px; line-height: 1.6; }
body.yccs-production-homepage .yccs-text-link { display: inline-flex; align-items: center; gap: 5px; color: var(--yccs-orange-700); text-decoration: none; font-size: 12px; font-weight: 720; }
body.yccs-production-homepage .yccs-text-link .yccs-icon { width: 15px; height: 15px; }

/* Final CTA and footer inherited from frontend.css, refined here. */
body.yccs-production-homepage .yccs-commerce-cta { padding: 45px 0; background: #f4f8f4; color: var(--yccs-text); }
body.yccs-production-homepage .yccs-commerce-cta .yccs-final-cta__inner { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
body.yccs-production-homepage .yccs-commerce-cta h2 { margin: 0; color: var(--yccs-green-900); font-size: clamp(27px,3vw,42px); }
body.yccs-production-homepage .yccs-commerce-cta p { margin: 6px 0 0; color: var(--yccs-muted); }
body.yccs-production-homepage .yccs-prefooter { background: var(--yccs-green-900); color: rgba(255,255,255,.78); }
body.yccs-production-homepage .yccs-prefooter a { color: rgba(255,255,255,.8); }
body.yccs-production-homepage .yccs-prefooter h2,
body.yccs-production-homepage .yccs-prefooter strong { color: #fff; }

/* Mobile drawer/bottom bar refinements */
body.yccs-production-homepage .yccs-mobile-bottom [data-yccs-favorite-count] { position: absolute; top: 4px; left: calc(50% + 6px); min-width: 16px; height: 16px; display: grid; place-items: center; padding: 0 4px; border-radius: 999px; background: var(--yccs-orange-600); color: #fff; font-size: 9px; }

@media (max-width: 1260px) {
    body.yccs-production-homepage .yccs-store-toolbar__inner { grid-template-columns: 145px minmax(280px,1fr) auto; gap: 18px; }
    body.yccs-production-homepage .yccs-store-actions { gap: 12px; }
    body.yccs-production-homepage .yccs-store-actions small { display: none; }
    body.yccs-production-homepage .yccs-premium-nav-links > a,
    body.yccs-production-homepage .yccs-premium-nav-menu > li > a { padding-inline: 8px; font-size: 11.5px; }
    body.yccs-production-homepage .yccs-category-grid { gap: 12px; }
    body.yccs-production-homepage .yccs-product-grid { gap: 12px; }
    body.yccs-production-homepage .yccs-why-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
}

@media (max-width: 1099px) {
    body.yccs-production-homepage .yccs-announcement__inner > div:first-child span { display: none; }
    body.yccs-production-homepage .yccs-store-toolbar__inner { min-height: 72px; grid-template-columns: 48px 150px minmax(0,1fr) auto; }
    body.yccs-production-homepage .yccs-mobile-menu-button { display: inline-flex; flex-direction: column; align-items: center; justify-content: center; gap: 2px; width: 44px; height: 44px; border: 0; background: transparent; color: var(--yccs-green-900); font-size: 9px; text-decoration: none; }
    body.yccs-production-homepage .yccs-mobile-menu-button .yccs-icon { width: 25px; height: 25px; }
    body.yccs-production-homepage .yccs-store-logo { width: 145px; }
    body.yccs-production-homepage .yccs-product-search--desktop { grid-column: 3; }
    body.yccs-production-homepage .yccs-store-actions .yccs-account-link span,
    body.yccs-production-homepage .yccs-store-actions .yccs-favorites-link span,
    body.yccs-production-homepage .yccs-store-actions .yccs-cart-link span { display: none; }
    body.yccs-production-homepage .yccs-category-nav { display: none; }
    body.yccs-production-homepage .yccs-premium-hero { min-height: 570px; }
    body.yccs-production-homepage .yccs-premium-hero__content { min-height: 570px; align-items: flex-start; padding-top: 70px; }
    body.yccs-production-homepage .yccs-premium-hero__copy { width: 54%; }
    body.yccs-production-homepage .yccs-premium-hero h1 { font-size: clamp(44px,7vw,66px); }
    body.yccs-production-homepage .yccs-trust-grid { grid-template-columns: repeat(5,minmax(160px,1fr)); overflow-x: auto; scroll-snap-type: x proximity; }
    body.yccs-production-homepage .yccs-trust-item { scroll-snap-align: start; }
    body.yccs-production-homepage .yccs-category-grid { grid-template-columns: repeat(4,minmax(0,1fr)); gap: 22px; }
    body.yccs-production-homepage .yccs-campaign-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
    body.yccs-production-homepage .yccs-campaign-card:last-child { grid-column: 1 / -1; }
    body.yccs-production-homepage .yccs-product-grid { grid-template-columns: repeat(min(var(--yccs-section-columns,4),4),minmax(0,1fr)); }
    body.yccs-production-homepage .yccs-process-layout { grid-template-columns: 1fr; }
    body.yccs-production-homepage .yccs-process__media { max-width: 760px; margin: 0 auto; }
}

@media (max-width: 782px) {
    body.admin-bar.yccs-production-homepage .yccs-store-toolbar--sticky { top: 46px; }
}

@media (max-width: 767px) {
    body.yccs-production-homepage { padding-bottom: calc(70px + env(safe-area-inset-bottom)); }
    body.yccs-production-homepage .yccs-container { width: min(calc(100% - 24px), var(--yccs-max)); }
    body.yccs-production-homepage .yccs-section { padding: 42px 0; }
    body.yccs-production-homepage .yccs-announcement { min-height: 30px; }
    body.yccs-production-homepage .yccs-announcement__inner { min-height: 30px; justify-content: center; }
    body.yccs-production-homepage .yccs-announcement__inner > div:first-child { justify-content: center; }
    body.yccs-production-homepage .yccs-announcement__inner strong { overflow: hidden; max-width: 90vw; font-size: 10px; text-overflow: ellipsis; }
    body.yccs-production-homepage .yccs-announcement__links { display: none; }
    body.yccs-production-homepage .yccs-store-toolbar--sticky { position: relative; top: auto; }
    body.yccs-production-homepage .yccs-store-toolbar__inner { min-height: 62px; grid-template-columns: 44px 1fr auto; gap: 8px; }
    body.yccs-production-homepage .yccs-store-logo { width: 135px; height: 50px; justify-self: center; }
    body.yccs-production-homepage .yccs-store-logo img { max-height: 46px; }
    body.yccs-production-homepage .yccs-product-search--desktop { display: none; }
    body.yccs-production-homepage .yccs-mobile-header-search { display: block; padding-bottom: 10px; }
    body.yccs-production-homepage .yccs-product-search--mobile-header { display: grid; grid-template-columns: 38px minmax(0,1fr) 52px; width: 100%; height: 42px; }
    body.yccs-production-homepage .yccs-product-search input[type="search"] { height: 40px; font-size: 12px; }
    body.yccs-production-homepage .yccs-product-search > button[type="submit"] { width: 52px; height: 40px; padding: 0; background: var(--yccs-green-800); }
    body.yccs-production-homepage .yccs-product-search > button[type="submit"] span { display: none; }
    body.yccs-production-homepage .yccs-product-search > button[type="submit"] .yccs-icon { display: block; }
    body.yccs-production-homepage .yccs-store-actions { gap: 5px; }
    body.yccs-production-homepage .yccs-store-actions .yccs-favorites-link { display: none; }
    body.yccs-production-homepage .yccs-store-actions > a { width: 38px; height: 42px; justify-content: center; }
    body.yccs-production-homepage .yccs-store-actions > a > .yccs-icon { width: 23px; height: 23px; }
    body.yccs-production-homepage .yccs-store-actions > a > b { top: 0; left: 21px; }
    body.yccs-production-homepage .yccs-hero-wave { bottom: -42px; }
    body.yccs-production-homepage .yccs-trust { margin-top: -12px; }
    body.yccs-production-homepage .yccs-trust-grid { width: 100%; grid-template-columns: repeat(5,145px); border-radius: 9px; box-shadow: 0 7px 20px rgba(13,64,36,.07); }
    body.yccs-production-homepage .yccs-trust-item { min-height: 76px; gap: 8px; padding: 12px; }
    body.yccs-production-homepage .yccs-trust-item > .yccs-icon { width: 25px; height: 25px; }
    body.yccs-production-homepage .yccs-trust-item strong { font-size: 10.5px; }
    body.yccs-production-homepage .yccs-trust-item span { font-size: 8.5px; }
    body.yccs-production-homepage .yccs-premium-section-head { align-items: center; margin-bottom: 18px; }
    body.yccs-production-homepage .yccs-premium-section-head h2 { font-size: 23px; }
    body.yccs-production-homepage .yccs-premium-section-head p { font-size: 11.5px; }
    body.yccs-production-homepage .yccs-premium-section-head > a { font-size: 10.5px; }
    body.yccs-production-homepage .yccs-categories { padding-top: 46px; }
    body.yccs-production-homepage .yccs-category-grid { display: flex; gap: 13px; overflow-x: auto; padding: 4px 1px 12px; scroll-snap-type: x mandatory; scrollbar-width: none; }
    body.yccs-production-homepage .yccs-category-grid::-webkit-scrollbar { display: none; }
    body.yccs-production-homepage .yccs-category-card { flex: 0 0 84px; scroll-snap-align: start; }
    body.yccs-production-homepage .yccs-category-card__media { width: 72px; }
    body.yccs-production-homepage .yccs-category-card__content { min-height: 43px; margin-top: 8px; }
    body.yccs-production-homepage .yccs-category-card__content strong { font-size: 10px; }
    body.yccs-production-homepage .yccs-category-card__content span { display: none; }
    body.yccs-production-homepage .yccs-campaigns { padding-top: 18px; }
    body.yccs-production-homepage .yccs-campaign-grid { grid-template-columns: 1fr; gap: 12px; }
    body.yccs-production-homepage .yccs-campaign-card:last-child { grid-column: auto; }
    body.yccs-production-homepage .yccs-campaign-card { min-height: 175px; padding: 20px; background-image: var(--yccs-campaign-mobile); }
    body.yccs-production-homepage .yccs-campaign-card__content { max-width: 65%; }
    body.yccs-production-homepage .yccs-campaign-card strong { font-size: 21px; }
    body.yccs-production-homepage .yccs-products { padding: 32px 0 38px; }
    body.yccs-production-homepage .yccs-product-grid { grid-template-columns: repeat(var(--yccs-section-mobile-columns,2),minmax(0,1fr)); gap: 10px; }
    body.yccs-production-homepage .yccs-product-card__body { padding: 10px; }
    body.yccs-production-homepage .yccs-product-card h3 { min-height: 36px; font-size: 11.5px; }
    body.yccs-production-homepage .yccs-product-card__price { font-size: 13px; }
    body.yccs-production-homepage .yccs-variable-price__current { font-size: 13px; }
    body.yccs-production-homepage .yccs-variable-price__label { font-size: 7.5px; }
    body.yccs-production-homepage .yccs-variable-price__meta { gap: 3px; }
    body.yccs-production-homepage .yccs-variable-price__meta del { font-size: 8px; }
    body.yccs-production-homepage .yccs-add-button { width: 33px; height: 33px; }
    body.yccs-production-homepage .yccs-add-button--options { width: 33px!important; min-width: 33px!important; max-width: 33px!important; height: 33px; min-height: 33px!important; }
    body.yccs-production-homepage .yccs-add-button--text { width: auto; min-width: 60px; padding-inline: 5px; font-size: 8.5px; }
    body.yccs-production-homepage .yccs-favorite-button { width: 32px; height: 32px; }
    body.yccs-production-homepage .yccs-product-empty { min-height: 125px; align-items: flex-start; flex-direction: column; padding: 20px; }
    body.yccs-production-homepage .yccs-story-grid { grid-template-columns: 1fr; gap: 26px; }
    body.yccs-production-homepage .yccs-story__content h2 { font-size: 36px; }
    body.yccs-production-homepage .yccs-story-points { grid-template-columns: 1fr; }
    body.yccs-production-homepage .yccs-process-grid { grid-template-columns: 1fr; }
    body.yccs-production-homepage .yccs-process-step { min-height: 0; padding: 20px; }
    body.yccs-production-homepage .yccs-why-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px; }
    body.yccs-production-homepage .yccs-why-card { min-height: 160px; padding: 17px 10px; }
    body.yccs-production-homepage .yccs-blog-grid { grid-template-columns: 1fr; }
    body.yccs-production-homepage .yccs-commerce-cta .yccs-final-cta__inner { align-items: flex-start; flex-direction: column; }
    body.yccs-production-homepage .yccs-search-suggestions { position: fixed; top: 132px; left: 12px; right: 12px; max-height: calc(100vh - 210px); }
}

@media (max-width: 359px) {
    body.yccs-production-homepage .yccs-container { width: calc(100% - 18px); }
    body.yccs-production-homepage .yccs-store-logo { width: 118px; }
    body.yccs-production-homepage .yccs-store-actions > a { width: 34px; }
    body.yccs-production-homepage .yccs-premium-hero { min-height: 570px; }
    body.yccs-production-homepage .yccs-premium-hero__content { min-height: 570px; }
    body.yccs-production-homepage .yccs-premium-hero h1 { font-size: 38px; }
    body.yccs-production-homepage .yccs-category-card { flex-basis: 78px; }
    body.yccs-production-homepage .yccs-product-card h3 { font-size: 10.7px; }
    body.yccs-production-homepage .yccs-product-card__price { font-size: 12px; }
    body.yccs-production-homepage .yccs-variable-price__current { font-size: 12px; }
    body.yccs-production-homepage .yccs-why-grid { grid-template-columns: 1fr; }
}

@media (min-width: 1600px) {
    body.yccs-production-homepage .yccs-premium-hero__copy { width: min(45%,610px); }
    body.yccs-production-homepage .yccs-category-card__media { width: 148px; }
}

@media (prefers-reduced-motion: reduce) {
    body.yccs-production-homepage *,
    body.yccs-production-homepage *::before,
    body.yccs-production-homepage *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
body.yccs-production-homepage .yccs-product-card__stock{min-height:15px;margin-top:3px;color:var(--yccs-green-700);font-size:10px;font-weight:650}body.yccs-production-homepage .yccs-product-card__stock.is-out{color:#a44836}

/* Native, dependency-free product carousel layout selected per section. */
body.yccs-production-homepage .yccs-product-section--layout-slider .yccs-product-grid{
    display:flex;
    gap:16px;
    overflow-x:auto;
    padding:2px 2px 12px;
    scroll-padding-inline:2px;
    scroll-snap-type:x proximity;
    overscroll-behavior-inline:contain;
    scrollbar-width:thin;
}
body.yccs-production-homepage .yccs-product-section--layout-slider .yccs-product-card{
    flex:0 0 calc((100% - (var(--yccs-section-columns,6) - 1) * 16px) / var(--yccs-section-columns,6));
    scroll-snap-align:start;
}
@media (max-width:1024px){
    body.yccs-production-homepage .yccs-product-section--layout-slider .yccs-product-card{flex-basis:calc((100% - 36px) / 4)}
}
@media (max-width:767px){
    body.yccs-production-homepage .yccs-product-section--layout-slider .yccs-product-grid{gap:10px;padding-bottom:10px}
    body.yccs-production-homepage .yccs-product-section--layout-slider .yccs-product-card{flex-basis:calc((100% - (var(--yccs-section-mobile-columns,2) - 1) * 10px) / var(--yccs-section-mobile-columns,2))}
}

/* 4.0 tablet composition: reserve a clean copy area and prevent footer overflow. */
@media (min-width: 768px) and (max-width: 1099px) {
    body.yccs-production-homepage .yccs-premium-hero,
    body.yccs-production-homepage .yccs-premium-hero__content {
        min-height: 680px;
    }
    body.yccs-production-homepage .yccs-premium-hero__media img {
        object-position: center;
    }
    body.yccs-production-homepage .yccs-premium-hero__content {
        align-items: flex-start;
        justify-content: center;
        padding-top: 48px;
        padding-bottom: 330px;
        text-align: center;
    }
    body.yccs-production-homepage .yccs-premium-hero__copy {
        width: min(100%, 720px);
        margin-inline: auto;
        padding: 0 12px;
    }
    body.yccs-production-homepage .yccs-premium-hero h1,
    body.yccs-production-homepage .yccs-premium-hero__description {
        margin-inline: auto;
    }
    body.yccs-production-homepage .yccs-premium-hero .yccs-buttons {
        justify-content: center;
    }
    body.yccs-production-homepage .yccs-prefooter-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    body.yccs-production-homepage .yccs-footer-brand {
        max-width: 100%;
    }
    body.yccs-production-homepage .yccs-footer-columns {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        width: 100%;
    }
    body.yccs-production-homepage .yccs-footer-column,
    body.yccs-production-homepage .yccs-footer-column span,
    body.yccs-production-homepage .yccs-footer-column a {
        min-width: 0;
        overflow-wrap: anywhere;
    }
}

@media (min-width: 768px) and (max-width: 1099px) {
    body.yccs-production-homepage .yccs-store-toolbar__inner {
        min-height: 70px;
        grid-template-columns: 48px minmax(145px, 1fr) auto;
        gap: 10px 16px;
        padding-top: 4px;
        padding-bottom: 12px;
    }
    body.yccs-production-homepage .yccs-store-logo {
        grid-column: 2;
        justify-self: start;
    }
    body.yccs-production-homepage .yccs-product-search--desktop {
        grid-column: 1 / -1;
        grid-row: 2;
        width: 100%;
    }
    body.yccs-production-homepage .yccs-store-actions {
        grid-column: 3;
        grid-row: 1;
    }
    body.yccs-production-homepage .yccs-announcement__links {
        display: none;
    }
    body.yccs-production-homepage .yccs-trust-grid {
        grid-template-columns: repeat(5, minmax(0, 1fr));
        overflow: hidden;
    }
    body.yccs-production-homepage .yccs-trust-item {
        min-width: 0;
        gap: 8px;
        padding-inline: 12px;
    }
    body.yccs-production-homepage .yccs-mobile-bottom {
        display: none;
    }
    body.yccs-production-homepage {
        padding-bottom: 0;
    }
}


/* 4.0.3 visual hardening: balanced header, full hero composition and safe nav overflow. */
@media (min-width: 1100px) {
    body.yccs-production-homepage .yccs-store-toolbar__inner,
    body.yccs-production-homepage .yccs-category-nav__inner,
    body.yccs-production-homepage .yccs-premium-hero__content,
    body.yccs-production-homepage .yccs-trust-grid {
        width: min(calc(100% - 48px), 1440px);
    }
    body.yccs-production-homepage .yccs-store-toolbar__inner {
        grid-template-columns: 174px minmax(360px, 1fr) auto;
        gap: 24px;
    }
    body.yccs-production-homepage .yccs-category-nav__inner {
        grid-template-columns: 212px minmax(0, 1fr);
        gap: 14px;
    }
    body.yccs-production-homepage .yccs-category-trigger {
        min-height: 46px;
        padding-inline: 16px;
        font-size: 13px;
        line-height: 1;
        white-space: nowrap;
    }
    body.yccs-production-homepage .yccs-premium-nav-links {
        display: flex;
        align-items: center;
        gap: 10px;
        overflow: visible;
    }
    body.yccs-production-homepage .yccs-premium-nav-menu,
    body.yccs-production-homepage .yccs-premium-nav-list {
        flex: 1 1 auto;
        width: 0;
        min-width: 0;
        display: flex;
        align-items: center;
        gap: 6px;
        overflow-x: auto;
        overflow-y: visible;
        scrollbar-width: none;
    }
    body.yccs-production-homepage .yccs-premium-nav-menu::-webkit-scrollbar,
    body.yccs-production-homepage .yccs-premium-nav-list::-webkit-scrollbar { display: none; }
    body.yccs-production-homepage .yccs-premium-nav-links.is-enhanced .yccs-premium-nav-menu,
    body.yccs-production-homepage .yccs-premium-nav-links.is-enhanced .yccs-premium-nav-list { overflow: visible; }
    body.yccs-production-homepage .yccs-premium-nav-menu > li,
    body.yccs-production-homepage .yccs-premium-nav-list > li { flex: 0 0 auto; }
    body.yccs-production-homepage .yccs-premium-nav-menu > li > a,
    body.yccs-production-homepage .yccs-premium-nav-list > li > a {
        min-height: 42px;
        padding-inline: 13px;
        font-size: 12px;
    }
    body.yccs-production-homepage .yccs-nav-more {
        position: relative;
        flex: 0 0 auto;
        align-self: center;
    }
    body.yccs-production-homepage .yccs-nav-more > button {
        min-height: 38px;
        display: inline-flex;
        align-items: center;
        gap: 5px;
        padding: 0 10px;
        border: 1px solid var(--yccs-border);
        border-radius: 7px;
        background: #fff;
        color: var(--yccs-green-900);
        font-size: 11.5px;
        font-weight: 750;
        cursor: pointer;
    }
    body.yccs-production-homepage .yccs-nav-more > button .yccs-icon { width: 15px; height: 15px; }
    body.yccs-production-homepage .yccs-nav-more__menu {
        position: absolute;
        top: calc(100% + 7px);
        right: 0;
        z-index: 110;
        width: min(300px, 82vw);
        max-height: min(430px, 70vh);
        overflow: auto;
        list-style: none;
        margin: 0;
        padding: 8px;
        border: 1px solid var(--yccs-border);
        border-radius: 10px;
        background: #fff;
        box-shadow: var(--yccs-shadow-md);
    }
    body.yccs-production-homepage .yccs-nav-more__menu[hidden] { display: none; }
    body.yccs-production-homepage .yccs-nav-more__menu li { margin: 0; }
    body.yccs-production-homepage .yccs-nav-more__menu a {
        min-height: 42px;
        display: flex;
        align-items: center;
        padding: 8px 10px;
        border-radius: 7px;
        color: var(--yccs-text);
        text-decoration: none;
        font-size: 13px;
        font-weight: 650;
    }
    body.yccs-production-homepage .yccs-nav-more__menu a:hover,
    body.yccs-production-homepage .yccs-nav-more__menu a:focus-visible {
        background: var(--yccs-green-100);
        color: var(--yccs-green-900);
    }
    body.yccs-production-homepage .yccs-premium-hero,
    body.yccs-production-homepage .yccs-premium-hero__content {
        min-height: clamp(500px, 34vw, 620px);
    }
    body.yccs-production-homepage .yccs-premium-hero__media img {
        object-position: center right;
        transform: scale(1.075);
        transform-origin: 66% 52%;
    }
    body.yccs-production-homepage .yccs-premium-hero__copy {
        width: min(37%, 525px);
        padding-left: 0;
    }
    body.yccs-production-homepage .yccs-premium-hero h1 {
        max-width: 540px;
        font-size: clamp(47px, 4.2vw, 68px);
        line-height: .98;
    }
    body.yccs-production-homepage .yccs-premium-hero__description {
        max-width: 470px;
        margin-top: 19px;
        margin-bottom: 24px;
    }
}

@media (min-width: 1100px) and (max-width: 1365px) {
    body.yccs-production-homepage .yccs-store-toolbar__inner,
    body.yccs-production-homepage .yccs-category-nav__inner,
    body.yccs-production-homepage .yccs-premium-hero__content,
    body.yccs-production-homepage .yccs-trust-grid { width: min(calc(100% - 32px), 1320px); }
    body.yccs-production-homepage .yccs-store-toolbar__inner { grid-template-columns: 150px minmax(300px,1fr) auto; gap: 16px; }
    body.yccs-production-homepage .yccs-category-nav__inner { grid-template-columns: 192px minmax(0,1fr); gap: 10px; }
    body.yccs-production-homepage .yccs-premium-nav-menu > li > a,
    body.yccs-production-homepage .yccs-premium-nav-list > li > a { min-height: 40px; padding-inline: 10px; font-size: 11px; }
    body.yccs-production-homepage .yccs-premium-hero__copy { width: min(38%, 470px); }
    body.yccs-production-homepage .yccs-premium-hero h1 { font-size: clamp(44px,4.6vw,61px); }
}

@media (max-width: 767px) {
    body.yccs-production-homepage .yccs-store-toolbar__inner {
        min-height: 58px;
        grid-template-columns: 72px minmax(116px, 1fr) 72px;
        gap: 4px;
        padding-block: 3px;
    }
    body.yccs-production-homepage .yccs-mobile-menu-button {
        width: 38px;
        height: 44px;
        justify-self: start;
    }
    body.yccs-production-homepage .yccs-mobile-menu-button span { display: none; }
    body.yccs-production-homepage .yccs-store-logo {
        width: 124px;
        height: 46px;
        justify-self: center;
    }
    body.yccs-production-homepage .yccs-store-logo img { max-height: 42px; }
    body.yccs-production-homepage .yccs-store-actions {
        width: 72px;
        display: grid;
        grid-template-columns: repeat(2, 34px);
        justify-content: end;
        gap: 4px;
    }
    body.yccs-production-homepage .yccs-store-actions > a {
        width: 34px;
        height: 42px;
        min-height: 42px;
    }
    body.yccs-production-homepage .yccs-store-actions > a > .yccs-icon { width: 22px; height: 22px; }
    body.yccs-production-homepage .yccs-store-actions > a > b { top: 1px; left: 19px; }
    body.yccs-production-homepage .yccs-mobile-header-search {
        padding-top: 2px;
        padding-bottom: 10px;
    }
    body.yccs-production-homepage .yccs-hero-wave { bottom: -28px; height: 54px; }
    body.yccs-production-homepage .yccs-trust { margin-top: -5px; }
    body.yccs-production-homepage .yccs-trust-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        overflow: visible;
        border-radius: 0;
        box-shadow: 0 6px 18px rgba(13,64,36,.06);
    }
    body.yccs-production-homepage .yccs-trust-item {
        min-width: 0;
        min-height: 82px;
        flex-direction: column;
        justify-content: center;
        gap: 5px;
        padding: 8px 4px;
        border-right: 1px solid #e8eee9;
        text-align: center;
    }
    body.yccs-production-homepage .yccs-trust-item:nth-child(n+5) { display: none; }
    body.yccs-production-homepage .yccs-trust-item > .yccs-icon { width: 23px; height: 23px; }
    body.yccs-production-homepage .yccs-trust-item strong { font-size: 9px; line-height: 1.15; }
    body.yccs-production-homepage .yccs-trust-item span { display: none; }
    body.yccs-production-homepage .yccs-mobile-bottom { z-index: 2147483000; }
    body.yccs-production-homepage .yccs-whatsapp-float {
        z-index: 2147482900;
        bottom: calc(82px + env(safe-area-inset-bottom));
    }
    body.yccs-production-homepage.yccs-keyboard-open .yccs-whatsapp-float { display: none; }
}

@media (max-width: 359px) {
    body.yccs-production-homepage .yccs-store-toolbar__inner { grid-template-columns: 64px minmax(108px,1fr) 64px; }
    body.yccs-production-homepage .yccs-store-logo { width: 112px; }
    body.yccs-production-homepage .yccs-store-actions { width: 64px; grid-template-columns: repeat(2,30px); }
    body.yccs-production-homepage .yccs-store-actions > a { width: 30px; }
}

/* 4.0.4 visual refinement: tighter mobile header and fuller hero presentation. */
@media (min-width: 1100px) {
    body.yccs-production-homepage .yccs-premium-hero,
    body.yccs-production-homepage .yccs-premium-hero__content {
        min-height: clamp(540px, 37vw, 660px);
    }
    body.yccs-production-homepage .yccs-premium-hero__content {
        padding-top: 54px;
        padding-bottom: 82px;
    }
    body.yccs-production-homepage .yccs-premium-hero__copy {
        width: min(34%, 450px);
    }
    body.yccs-production-homepage .yccs-premium-hero__description {
        max-width: 430px;
    }
    body.yccs-production-homepage .yccs-premium-hero__media img {
        object-position: 62% 52%;
        transform: scale(1.11);
        transform-origin: 64% 52%;
    }
}

@media (min-width: 768px) and (max-width: 1099px) {
    body.yccs-production-homepage .yccs-premium-hero,
    body.yccs-production-homepage .yccs-premium-hero__content {
        min-height: 560px;
    }
    body.yccs-production-homepage .yccs-premium-hero__content {
        padding-top: 42px;
        padding-bottom: 210px;
    }
    body.yccs-production-homepage .yccs-premium-hero__media img {
        object-position: center bottom;
        transform: scale(1.12) translateY(-8px);
        transform-origin: 50% 100%;
    }
}

@media (max-width: 767px) {
    body.yccs-production-homepage .yccs-store-toolbar__inner {
        min-height: 54px;
        grid-template-columns: 42px minmax(0,1fr) 68px;
        gap: 2px;
        padding-top: 2px;
        padding-bottom: 0;
        align-items: center;
    }
    body.yccs-production-homepage .yccs-mobile-menu-button {
        width: 36px;
        height: 38px;
    }
    body.yccs-production-homepage .yccs-store-logo {
        width: 118px;
        height: 38px;
    }
    body.yccs-production-homepage .yccs-store-logo img {
        max-height: 32px;
    }
    body.yccs-production-homepage .yccs-store-actions {
        width: 68px;
        grid-template-columns: repeat(2, 32px);
        gap: 4px;
        align-items: center;
    }
    body.yccs-production-homepage .yccs-store-actions > a {
        width: 32px;
        height: 38px;
        min-height: 38px;
    }
    body.yccs-production-homepage .yccs-store-actions > a > .yccs-icon {
        width: 21px;
        height: 21px;
    }
    body.yccs-production-homepage .yccs-store-actions > a > b {
        top: 0;
        left: 18px;
    }
    body.yccs-production-homepage .yccs-mobile-header-search {
        padding-top: 0;
        padding-bottom: 8px;
    }
    body.yccs-production-homepage .yccs-product-search--mobile-header {
        height: 40px;
    }
    body.yccs-production-homepage .yccs-product-search input[type="search"],
    body.yccs-production-homepage .yccs-product-search > button[type="submit"] {
        height: 40px;
    }

    /* 4.2.1: mobile media and copy share one absolute overlay stage. */
    body.yccs-production-homepage .yccs-premium-hero {
        position: relative;
        min-height: 500px;
        border-radius: 0;
    }
    body.yccs-production-homepage .yccs-premium-hero__media {
        position: absolute;
        inset: 0;
        z-index: 0;
        width: 100%;
        height: 100%;
    }
    body.yccs-production-homepage .yccs-premium-hero__media picture,
    body.yccs-production-homepage .yccs-premium-hero__media img {
        display: block;
        width: 100%;
        height: 100%;
    }
    body.yccs-production-homepage .yccs-premium-hero__media img {
        object-fit: cover;
        object-position: center;
        transform: none;
    }
    body.yccs-production-homepage .yccs-premium-hero__content {
        position: absolute;
        inset: 0;
        z-index: 2;
        min-height: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        box-sizing: border-box;
        padding: 32px 0 48px;
        text-align: center;
    }
    body.yccs-production-homepage .yccs-premium-hero__copy {
        width: 100%;
        max-width: 380px;
        margin-inline: auto;
        padding: 0 5px;
    }
    body.yccs-production-homepage .yccs-premium-hero__copy .yccs-kicker {
        margin-bottom: 4px;
        font-size: 16px;
    }
    body.yccs-production-homepage .yccs-premium-hero h1 {
        max-width: 350px;
        margin-inline: auto;
        font-size: clamp(36px, 10.8vw, 48px);
        line-height: .95;
    }
    body.yccs-production-homepage .yccs-premium-hero__description {
        max-width: 330px;
        margin: 10px auto 14px;
        font-size: 12px;
        line-height: 1.42;
    }
    body.yccs-production-homepage .yccs-premium-hero .yccs-buttons {
        justify-content: center;
        gap: 10px;
    }
    body.yccs-production-homepage .yccs-premium-hero .yccs-button {
        min-height: 40px;
        padding: 8px 15px;
        font-size: 11px;
    }
    body.yccs-production-homepage .yccs-hero-wave {
        bottom: -18px;
        height: 42px;
    }
    body.yccs-production-homepage .yccs-trust {
        margin-top: 0;
    }
}

@media (max-width: 359px) {
    body.yccs-production-homepage .yccs-store-toolbar__inner {
        grid-template-columns: 40px minmax(0,1fr) 64px;
    }
    body.yccs-production-homepage .yccs-store-logo {
        width: 108px;
    }
    body.yccs-production-homepage .yccs-store-actions {
        width: 64px;
        grid-template-columns: repeat(2, 30px);
    }
    body.yccs-production-homepage .yccs-store-actions > a {
        width: 30px;
    }
}

/* ========================================================================== 
   4.0.5 isolated header + hero
   New class names intentionally avoid legacy Customizer CSS collisions.
   ========================================================================== */
body.yccs-production-homepage .yccs-v5-header {
    position: relative;
    z-index: 85;
    width: 100%;
    background: rgba(255,255,255,.99);
    border-bottom: 1px solid #e8eee9;
}
body.yccs-production-homepage .yccs-v5-header--sticky {
    position: sticky;
    top: 0;
}
body.admin-bar.yccs-production-homepage .yccs-v5-header--sticky { top: 32px; }
body.yccs-production-homepage .yccs-v5-header__row {
    min-height: 78px;
    display: grid;
    grid-template-columns: 168px minmax(340px,1fr) auto;
    align-items: center;
    gap: 26px;
}
body.yccs-production-homepage .yccs-v5-menu-toggle {
    display: none;
    border: 0;
    background: transparent;
    color: var(--yccs-green-900);
    cursor: pointer;
}
body.yccs-production-homepage .yccs-v5-brand {
    width: 158px;
    height: 58px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-decoration: none;
}
body.yccs-production-homepage .yccs-v5-brand img {
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 54px;
    object-fit: contain;
}
body.yccs-production-homepage .yccs-v5-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 18px;
    white-space: nowrap;
}
body.yccs-production-homepage .yccs-v5-actions > a {
    position: relative;
    min-height: 46px;
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--yccs-text);
    text-decoration: none;
}
body.yccs-production-homepage .yccs-v5-actions > a:hover,
body.yccs-production-homepage .yccs-v5-actions > a:focus-visible { color: var(--yccs-green-700); }
body.yccs-production-homepage .yccs-v5-actions .yccs-icon { width: 25px; height: 25px; }
body.yccs-production-homepage .yccs-v5-actions strong { display: block; font-size: 13px; line-height: 1.2; }
body.yccs-production-homepage .yccs-v5-actions small { display: block; margin-top: 2px; color: var(--yccs-muted); font-size: 11px; font-weight: 500; }
body.yccs-production-homepage .yccs-v5-actions > a > b {
    position: absolute;
    top: -1px;
    left: 16px;
    min-width: 18px;
    height: 18px;
    display: grid;
    place-items: center;
    padding: 0 4px;
    border: 2px solid #fff;
    border-radius: 999px;
    background: var(--yccs-orange-600);
    color: #fff;
    font-size: 10px;
    line-height: 1;
}
body.yccs-production-homepage .yccs-v5-header__search { display: none; }

body.yccs-production-homepage .yccs-v5-hero {
    position: relative;
    min-height: clamp(500px,35vw,620px);
    overflow: hidden;
    isolation: isolate;
    background: #fbf8ef;
}
body.yccs-production-homepage .yccs-v5-hero__media {
    position: absolute;
    inset: 0;
    z-index: -1;
}
body.yccs-production-homepage .yccs-v5-hero__media picture,
body.yccs-production-homepage .yccs-v5-hero__media img {
    display: block;
    width: 100%;
    height: 100%;
}
body.yccs-production-homepage .yccs-v5-hero__media img {
    object-fit: cover;
    object-position: center center;
}
body.yccs-production-homepage .yccs-v5-hero__layout {
    min-height: clamp(500px,35vw,620px);
    display: flex;
    align-items: center;
    padding-block: 50px 68px;
}
body.yccs-production-homepage .yccs-v5-hero__copy {
    width: min(35%,470px);
    min-width: 0;
}
body.yccs-production-homepage .yccs-v5-hero__copy .yccs-kicker {
    margin: 0 0 10px;
    color: var(--yccs-orange-600);
    font-family: Georgia,'Times New Roman',serif;
    font-size: clamp(17px,1.4vw,23px);
    font-style: italic;
    font-weight: 600;
    line-height: 1.25;
    text-transform: none;
}
body.yccs-production-homepage .yccs-v5-hero h1 {
    max-width: 520px;
    margin: 0;
    color: var(--yccs-green-900);
    font-size: clamp(48px,4.2vw,68px);
    font-weight: 850;
    line-height: .98;
    letter-spacing: -.04em;
    word-break: normal;
    overflow-wrap: normal;
    hyphens: none;
    text-wrap: balance;
}
body.yccs-production-homepage .yccs-v5-hero__description {
    max-width: 455px;
    margin: 20px 0 24px;
    color: #3d4942;
    font-size: clamp(15px,1.05vw,18px);
    line-height: 1.6;
}
body.yccs-production-homepage .yccs-v5-hero .yccs-buttons {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}
body.yccs-production-homepage .yccs-v5-hero .yccs-button {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 17px;
    border-radius: 9px;
    font-size: 13px;
    font-weight: 760;
    line-height: 1.2;
    text-decoration: none;
}
body.yccs-production-homepage .yccs-v5-hero__wave {
    position: absolute;
    left: -4%;
    right: -4%;
    bottom: -32px;
    height: 68px;
    border-radius: 50% 50% 0 0 / 100% 100% 0 0;
    background: #fff;
}

@media (min-width: 1100px) and (max-width: 1365px) {
    body.yccs-production-homepage .yccs-v5-header__row {
        grid-template-columns: 150px minmax(290px,1fr) auto;
        gap: 16px;
    }
    body.yccs-production-homepage .yccs-v5-actions { gap: 11px; }
    body.yccs-production-homepage .yccs-v5-actions small { display: none; }
    body.yccs-production-homepage .yccs-v5-hero__copy { width: min(36%,440px); }
}

@media (min-width: 768px) and (max-width: 1099px) {
    body.yccs-production-homepage .yccs-v5-header__row {
        min-height: 70px;
        grid-template-columns: 46px 145px minmax(0,1fr) auto;
        gap: 12px;
    }
    body.yccs-production-homepage .yccs-v5-menu-toggle {
        width: 44px;
        height: 44px;
        display: grid;
        place-items: center;
    }
    body.yccs-production-homepage .yccs-v5-menu-toggle span { display: none; }
    body.yccs-production-homepage .yccs-v5-brand { width: 140px; }
    body.yccs-production-homepage .yccs-v5-actions span { display: none; }
    body.yccs-production-homepage .yccs-v5-actions { gap: 5px; }
    body.yccs-production-homepage .yccs-v5-actions > a { width: 40px; justify-content: center; }
    body.yccs-production-homepage .yccs-v5-hero {
        min-height: auto;
        display: flex;
        flex-direction: column;
    }
    body.yccs-production-homepage .yccs-v5-hero__layout {
        order: 1;
        width: 100%;
        min-height: auto;
        justify-content: center;
        padding: 34px 20px 24px;
        text-align: center;
    }
    body.yccs-production-homepage .yccs-v5-hero__copy { width: min(100%,680px); }
    body.yccs-production-homepage .yccs-v5-hero h1 { max-width: 650px; margin-inline: auto; }
    body.yccs-production-homepage .yccs-v5-hero__description { max-width: 570px; margin-inline: auto; }
    body.yccs-production-homepage .yccs-v5-hero .yccs-buttons { justify-content: center; }
    body.yccs-production-homepage .yccs-v5-hero__media {
        position: relative;
        order: 2;
        inset: auto;
        z-index: auto;
        width: 100%;
        height: clamp(350px,52vw,500px);
    }
    body.yccs-production-homepage .yccs-v5-hero__media img { object-fit: cover; object-position: center bottom; }
    body.yccs-production-homepage .yccs-v5-hero__wave { bottom: -22px; height: 48px; }
}

@media (max-width: 782px) {
    body.admin-bar.yccs-production-homepage .yccs-v5-header--sticky { top: 46px; }
}

@media (max-width: 767px) {
    body.yccs-production-homepage .yccs-v5-header--sticky { position: relative; top: auto; }
    body.yccs-production-homepage .yccs-v5-header__row {
        min-height: 56px;
        grid-template-columns: minmax(0,1fr) auto minmax(0,1fr);
        align-items: center;
        gap: 4px;
        padding-block: 2px;
    }
    body.yccs-production-homepage .yccs-v5-menu-toggle {
        width: 38px;
        height: 40px;
        display: grid;
        place-items: center;
        justify-self: start;
        padding: 0;
    }
    body.yccs-production-homepage .yccs-v5-menu-toggle span { display: none; }
    body.yccs-production-homepage .yccs-v5-menu-toggle .yccs-icon { width: 21px; height: 21px; }
    body.yccs-production-homepage .yccs-v5-brand {
        width: 120px;
        height: 42px;
        justify-self: center;
        justify-content: center;
    }
    body.yccs-production-homepage .yccs-v5-brand img { max-height: 36px; }
    body.yccs-production-homepage .yccs-product-search--desktop { display: none; }
    body.yccs-production-homepage .yccs-v5-actions {
        width: 70px;
        display: grid;
        grid-template-columns: repeat(2,32px);
        align-items: center;
        justify-content: end;
        gap: 4px;
    }
    body.yccs-production-homepage .yccs-v5-actions .yccs-favorites-link { display: none; }
    body.yccs-production-homepage .yccs-v5-actions > a {
        width: 32px;
        height: 40px;
        min-height: 40px;
        justify-content: center;
        padding: 0;
    }
    body.yccs-production-homepage .yccs-v5-actions > a span { display: none; }
    body.yccs-production-homepage .yccs-v5-actions .yccs-icon { width: 21px; height: 21px; }
    body.yccs-production-homepage .yccs-v5-actions > a > b { top: 0; left: 18px; }
    body.yccs-production-homepage .yccs-v5-header__search {
        display: block;
        padding: 0 0 9px;
    }
    body.yccs-production-homepage .yccs-product-search--v5-mobile {
        width: 100%;
        height: 42px;
        grid-template-columns: 38px minmax(0,1fr) 52px;
    }
    body.yccs-production-homepage .yccs-product-search--v5-mobile input[type="search"],
    body.yccs-production-homepage .yccs-product-search--v5-mobile > button[type="submit"] { height: 42px; }
    body.yccs-production-homepage .yccs-product-search--v5-mobile > button[type="submit"] { width: 52px; padding: 0; }
    body.yccs-production-homepage .yccs-product-search--v5-mobile > button[type="submit"] span { display: none; }
    body.yccs-production-homepage .yccs-product-search--v5-mobile > button[type="submit"] .yccs-icon { display: block; }

    body.yccs-production-homepage .yccs-v5-hero {
        min-height: auto;
        display: flex;
        flex-direction: column;
    }
    body.yccs-production-homepage .yccs-v5-hero__layout {
        order: 1;
        min-height: auto;
        width: 100%;
        justify-content: center;
        padding: 16px 14px 14px;
        text-align: center;
    }
    body.yccs-production-homepage .yccs-v5-hero__copy { width: 100%; }
    body.yccs-production-homepage .yccs-v5-hero__copy .yccs-kicker {
        margin-bottom: 7px;
        font-size: 15px;
        line-height: 1.2;
    }
    body.yccs-production-homepage .yccs-v5-hero h1 {
        max-width: 340px;
        margin-inline: auto;
        font-size: clamp(37px,10.4vw,47px);
        line-height: .98;
        letter-spacing: -.035em;
    }
    body.yccs-production-homepage .yccs-v5-hero__description {
        max-width: 335px;
        margin: 12px auto 14px;
        font-size: 13px;
        line-height: 1.48;
    }
    body.yccs-production-homepage .yccs-v5-hero .yccs-buttons {
        display: grid;
        grid-template-columns: repeat(2,minmax(0,1fr));
        gap: 9px;
        width: min(100%,325px);
        margin-inline: auto;
    }
    body.yccs-production-homepage .yccs-v5-hero .yccs-button {
        min-width: 0;
        min-height: 42px;
        padding: 9px 10px;
        font-size: 12px;
        white-space: normal;
        text-align: center;
    }
    body.yccs-production-homepage .yccs-v5-hero__media {
        position: relative;
        order: 2;
        inset: auto;
        z-index: auto;
        width: 100%;
        height: clamp(225px,64vw,275px);
        background: #fbf8ef;
    }
    body.yccs-production-homepage .yccs-v5-hero__media img {
        object-fit: cover;
        object-position: center bottom;
    }
    body.yccs-production-homepage .yccs-v5-hero__wave { bottom: -14px; height: 32px; }
    body.yccs-production-homepage .yccs-trust { margin-top: 0; }
}

@media (max-width: 359px) {
    body.yccs-production-homepage .yccs-v5-header__row { grid-template-columns: minmax(0,1fr) auto minmax(0,1fr); }
    body.yccs-production-homepage .yccs-v5-brand { width: 108px; }
    body.yccs-production-homepage .yccs-v5-actions { width: 64px; grid-template-columns: repeat(2,30px); }
    body.yccs-production-homepage .yccs-v5-actions > a { width: 30px; }
    body.yccs-production-homepage .yccs-v5-hero h1 { font-size: 34px; }
    body.yccs-production-homepage .yccs-v5-hero__description { font-size: 12px; }
    body.yccs-production-homepage .yccs-v5-hero .yccs-button { font-size: 11px; }
    body.yccs-production-homepage .yccs-v5-hero__media { height: 220px; }
}

/* ========================================================================== 
   4.0.6 logged-in mobile alignment fix
   WordPress' mobile admin bar is 46px high. The more-specific admin-bar sticky
   rule previously moved a non-sticky mobile header down by 46px, leaving a
   blank strip and causing the search/header to overlap the hero heading.
   ========================================================================== */
@media (max-width: 767px) {
    body.admin-bar.yccs-production-homepage .yccs-v5-header,
    body.admin-bar.yccs-production-homepage .yccs-v5-header--sticky {
        position: relative;
        top: auto;
        margin-top: 0;
        transform: none;
    }
    body.admin-bar.yccs-production-homepage .yccs-v5-hero {
        clear: both;
    }
    body.admin-bar.yccs-production-homepage .yccs-v5-hero__layout {
        padding-top: 16px;
    }
}

/* ========================================================================== 
   4.0.7 mobile account/cart visual balance
   ========================================================================== */
@media (max-width: 767px) {
    body.yccs-production-homepage .yccs-v5-actions {
        width: 76px;
        grid-template-columns: repeat(2, 36px);
        justify-content: end;
        gap: 2px;
    }
    body.yccs-production-homepage .yccs-v5-actions > a {
        width: 36px;
        height: 40px;
        min-height: 40px;
        display: grid;
        place-items: center;
        border-radius: 999px;
        line-height: 1;
        overflow: visible;
    }
    body.yccs-production-homepage .yccs-v5-actions .yccs-icon {
        display: block;
        width: 22px;
        height: 22px;
        stroke-width: 1.9;
        overflow: visible;
    }
    body.yccs-production-homepage .yccs-v5-actions .yccs-account-link .yccs-icon {
        transform: translateY(1px);
    }
    body.yccs-production-homepage .yccs-v5-actions .yccs-cart-link .yccs-icon {
        transform: translateY(1px);
    }
    body.yccs-production-homepage .yccs-v5-actions > a > b {
        top: -1px;
        right: -2px;
        left: auto;
        min-width: 17px;
        height: 17px;
        padding-inline: 4px;
        border-width: 2px;
        font-size: 9px;
        line-height: 1;
        z-index: 2;
    }
}

@media (max-width: 359px) {
    body.yccs-production-homepage .yccs-v5-actions {
        width: 70px;
        grid-template-columns: repeat(2, 34px);
    }
    body.yccs-production-homepage .yccs-v5-actions > a {
        width: 34px;
    }
}

/* ========================================================================== 
   4.0.8 premium hero stacked layout + tighter mobile header edge alignment
   - Premium hero copy is rendered above the product visual for cleaner balance.
   - Mobile account/cart cluster is pushed to the far right.
   - Mobile logo is truly centered independently from side action widths.
   ========================================================================== */
body.yccs-production-homepage .yccs-v5-hero {
    min-height: auto;
    display: flex;
    flex-direction: column;
    padding-bottom: 0;
}
body.yccs-production-homepage .yccs-v5-hero__layout {
    order: 1;
    width: 100%;
    min-height: auto;
    display: flex;
    justify-content: center;
    padding: 34px 20px 18px;
    text-align: center;
}
body.yccs-production-homepage .yccs-v5-hero__copy {
    width: min(100%, 980px);
    margin-inline: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}
body.yccs-production-homepage .yccs-v5-hero__copy .yccs-kicker,
body.yccs-production-homepage .yccs-v5-hero h1,
body.yccs-production-homepage .yccs-v5-hero__description {
    text-align: center;
}
body.yccs-production-homepage .yccs-v5-hero h1 {
    max-width: 1040px;
    font-size: clamp(44px, 4.9vw, 76px);
}
body.yccs-production-homepage .yccs-v5-hero__description {
    max-width: 760px;
    margin: 16px auto 24px;
    font-size: clamp(15px, 1.15vw, 19px);
}
body.yccs-production-homepage .yccs-v5-hero .yccs-buttons {
    justify-content: center;
}
body.yccs-production-homepage .yccs-v5-hero__media {
    position: relative;
    order: 2;
    inset: auto;
    z-index: auto;
    width: min(100%, 1680px);
    height: auto;
    margin: 0 auto;
    line-height: 0;
    background: #fbf8ef;
}
body.yccs-production-homepage .yccs-v5-hero__media picture,
body.yccs-production-homepage .yccs-v5-hero__media img {
    display: block;
    width: 100%;
    height: auto;
}
body.yccs-production-homepage .yccs-v5-hero__media img {
    object-fit: contain;
    object-position: center center;
}
body.yccs-production-homepage .yccs-v5-hero__wave {
    bottom: -20px;
    height: 42px;
}

@media (min-width: 1100px) {
    body.yccs-production-homepage .yccs-v5-hero__layout {
        padding: 40px 24px 20px;
    }
}

@media (max-width: 1099px) {
    body.yccs-production-homepage .yccs-v5-hero__layout {
        padding: 24px 18px 14px;
    }
    body.yccs-production-homepage .yccs-v5-hero h1 {
        font-size: clamp(36px, 7vw, 54px);
    }
    body.yccs-production-homepage .yccs-v5-hero__description {
        max-width: 620px;
    }
    body.yccs-production-homepage .yccs-v5-hero__media {
        width: 100%;
    }
}

@media (max-width: 767px) {
    body.yccs-production-homepage .yccs-v5-header__row {
        position: relative;
        grid-template-columns: 38px minmax(0, 1fr) auto;
        min-height: 58px;
        gap: 8px;
        padding-block: 6px 4px;
    }
    body.yccs-production-homepage .yccs-v5-menu-toggle {
        width: 38px;
        height: 38px;
        grid-column: 1;
        justify-self: start;
    }
    body.yccs-production-homepage .yccs-v5-brand {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 126px;
        height: 40px;
        justify-content: center;
        z-index: 1;
    }
    body.yccs-production-homepage .yccs-v5-brand img {
        max-height: 34px;
    }
    body.yccs-production-homepage .yccs-v5-actions {
        grid-column: 3;
        justify-self: end;
        width: auto;
        grid-template-columns: repeat(2, 32px);
        gap: 2px;
    }
    body.yccs-production-homepage .yccs-v5-actions > a {
        width: 32px;
        height: 38px;
        min-height: 38px;
    }
    body.yccs-production-homepage .yccs-v5-actions .yccs-icon {
        width: 20px;
        height: 20px;
    }
    body.yccs-production-homepage .yccs-v5-actions > a > b {
        top: -1px;
        right: -4px;
        left: auto;
    }

    body.yccs-production-homepage .yccs-v5-hero__layout {
        padding: 16px 14px 12px;
    }
    body.yccs-production-homepage .yccs-v5-hero__copy {
        width: 100%;
    }
    body.yccs-production-homepage .yccs-v5-hero__copy .yccs-kicker {
        margin-bottom: 8px;
        font-size: 15px;
        line-height: 1.25;
    }
    body.yccs-production-homepage .yccs-v5-hero h1 {
        max-width: 340px;
        font-size: clamp(34px, 10vw, 47px);
        line-height: 0.98;
    }
    body.yccs-production-homepage .yccs-v5-hero__description {
        max-width: 340px;
        margin: 12px auto 16px;
        font-size: 13px;
        line-height: 1.55;
    }
    body.yccs-production-homepage .yccs-v5-hero .yccs-buttons {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 9px;
        width: min(100%, 332px);
        margin-inline: auto;
    }
    body.yccs-production-homepage .yccs-v5-hero .yccs-button {
        min-height: 42px;
        padding: 9px 10px;
        font-size: 12px;
    }
    body.yccs-production-homepage .yccs-v5-hero__media {
        width: 100%;
        height: auto;
        background: #fbf8ef;
    }
    body.yccs-production-homepage .yccs-v5-hero__media img {
        object-fit: contain;
        object-position: center top;
    }
    body.yccs-production-homepage .yccs-v5-hero__wave {
        bottom: -14px;
        height: 30px;
    }
}

@media (max-width: 359px) {
    body.yccs-production-homepage .yccs-v5-brand {
        width: 116px;
    }
    body.yccs-production-homepage .yccs-v5-actions {
        grid-template-columns: repeat(2, 30px);
    }
    body.yccs-production-homepage .yccs-v5-actions > a {
        width: 30px;
    }
}

/* ========================================================================== 
   4.0.9 tightly cropped hero media
   Source images no longer contain the legacy text-safe blank areas.
   ========================================================================== */
body.yccs-production-homepage .yccs-v5-hero__media {
    width: min(100%, 1900px);
}
body.yccs-production-homepage .yccs-v5-hero__media img {
    width: 100%;
    height: auto;
    object-fit: contain;
    object-position: center center;
}
@media (max-width: 1099px) {
    body.yccs-production-homepage .yccs-v5-hero__media {
        width: 100%;
    }
}
@media (max-width: 767px) {
    body.yccs-production-homepage .yccs-v5-hero__media {
        margin-top: 0;
    }
    body.yccs-production-homepage .yccs-v5-hero__media picture,
    body.yccs-production-homepage .yccs-v5-hero__media img {
        width: 100%;
        height: auto;
    }
}

/* ========================================================================== 
   4.1.0 unified hero component
   The copy and picture now live inside one semantic container. This removes
   the split-block appearance and isolates the production hero from legacy
   Customizer overrides targeting the older v5/premium hero classes.
   ========================================================================== */
body.yccs-production-homepage .yccs-v6-hero {
    position: relative;
    width: 100%;
    margin: 0;
    overflow: hidden;
    isolation: isolate;
    background: #fff;
}
body.yccs-production-homepage .yccs-v6-hero__inner {
    position: relative;
    display: flex;
    flex-direction: column;
    width: min(calc(100% - 32px), 1480px);
    margin: 18px auto 22px;
    padding: 42px 48px 0;
    overflow: hidden;
    border: 1px solid rgba(8, 92, 50, .08);
    border-radius: 22px;
    background: #fbf8ef;
    box-shadow: 0 18px 55px rgba(14, 52, 34, .07);
}
body.yccs-production-homepage .yccs-v6-hero__copy {
    position: relative;
    z-index: 2;
    width: min(100%, 980px);
    margin: 0 auto;
    text-align: center;
}
body.yccs-production-homepage .yccs-v6-hero__copy .yccs-kicker {
    margin: 0 0 10px;
    color: var(--yccs-orange-600);
    font-family: Georgia, 'Times New Roman', serif;
    font-size: clamp(18px, 1.35vw, 24px);
    font-style: italic;
    font-weight: 600;
    line-height: 1.25;
    text-transform: none;
}
body.yccs-production-homepage .yccs-v6-hero h1 {
    max-width: 1080px;
    margin: 0 auto;
    color: var(--yccs-green-900);
    font-size: clamp(50px, 5vw, 82px);
    font-weight: 850;
    line-height: .96;
    letter-spacing: -.045em;
    word-break: normal;
    overflow-wrap: normal;
    hyphens: none;
    text-wrap: balance;
}
body.yccs-production-homepage .yccs-v6-hero__description {
    max-width: 740px;
    margin: 18px auto 22px;
    color: #3d4942;
    font-size: clamp(16px, 1.1vw, 19px);
    line-height: 1.55;
}
body.yccs-production-homepage .yccs-v6-hero .yccs-buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
    margin: 0 auto;
}
body.yccs-production-homepage .yccs-v6-hero .yccs-button {
    min-height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 11px 19px;
    border-radius: 10px;
    font-size: 13px;
    font-weight: 760;
    line-height: 1.2;
    text-decoration: none;
}
body.yccs-production-homepage .yccs-v6-hero__media {
    position: relative;
    z-index: 1;
    width: 100%;
    margin: 22px auto 0;
    line-height: 0;
}
body.yccs-production-homepage .yccs-v6-hero__media picture,
body.yccs-production-homepage .yccs-v6-hero__media img {
    display: block;
    width: 100%;
    height: auto;
}
body.yccs-production-homepage .yccs-v6-hero__media img {
    object-fit: contain;
    object-position: center center;
}
body.yccs-production-homepage .yccs-v6-hero__wave {
    display: none;
}

@media (min-width: 1600px) {
    body.yccs-production-homepage .yccs-v6-hero__inner {
        width: min(calc(100% - 56px), 1560px);
        padding-inline: 64px;
    }
}

@media (min-width: 768px) and (max-width: 1099px) {
    body.yccs-production-homepage .yccs-v6-hero__inner {
        width: min(calc(100% - 24px), 960px);
        margin-block: 12px 18px;
        padding: 30px 28px 0;
        border-radius: 18px;
    }
    body.yccs-production-homepage .yccs-v6-hero h1 {
        font-size: clamp(42px, 7vw, 62px);
    }
    body.yccs-production-homepage .yccs-v6-hero__media {
        margin-top: 18px;
    }
}

@media (max-width: 767px) {
    body.yccs-production-homepage .yccs-v6-hero__inner {
        width: 100%;
        margin: 0;
        padding: 18px 10px 0;
        border: 0;
        border-radius: 0;
        box-shadow: none;
    }
    body.yccs-production-homepage .yccs-v6-hero__copy {
        width: 100%;
        padding-inline: 4px;
    }
    body.yccs-production-homepage .yccs-v6-hero__copy .yccs-kicker {
        margin-bottom: 8px;
        font-size: 15px;
    }
    body.yccs-production-homepage .yccs-v6-hero h1 {
        max-width: 360px;
        font-size: clamp(35px, 10.4vw, 48px);
        line-height: .98;
        letter-spacing: -.035em;
    }
    body.yccs-production-homepage .yccs-v6-hero__description {
        max-width: 350px;
        margin: 12px auto 16px;
        font-size: 13px;
        line-height: 1.52;
    }
    body.yccs-production-homepage .yccs-v6-hero .yccs-buttons {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 9px;
        width: min(100%, 338px);
    }
    body.yccs-production-homepage .yccs-v6-hero .yccs-button {
        min-width: 0;
        min-height: 42px;
        padding: 9px 9px;
        font-size: 12px;
        white-space: normal;
        text-align: center;
    }
    body.yccs-production-homepage .yccs-v6-hero__media {
        margin-top: 14px;
    }
}

@media (max-width: 359px) {
    body.yccs-production-homepage .yccs-v6-hero__inner {
        padding-inline: 6px;
    }
    body.yccs-production-homepage .yccs-v6-hero h1 {
        font-size: 34px;
    }
    body.yccs-production-homepage .yccs-v6-hero .yccs-button {
        font-size: 11px;
    }
}

/* ========================================================================== 
   4.1.1 Smart Slider background hero bridge
   Smart Slider owns only the animated visual canvas. The plugin owns the
   semantic H1, description and CTA layers above it. This avoids duplicated H1,
   editor-specific text drift and native hero/slider spacing conflicts.
   ========================================================================== */
body.yccs-production-homepage .yccs-ss-bg-hero {
    position: relative;
    width: 100%;
    overflow: hidden;
    background: #fbf8ef;
    isolation: isolate;
}
body.yccs-production-homepage .yccs-ss-bg-hero__stage {
    position: relative;
    width: 100%;
    min-height: clamp(500px, 41vw, 700px);
    overflow: hidden;
    background: #fbf8ef;
}
body.yccs-production-homepage .yccs-ss-bg-hero__slider {
    position: relative;
    z-index: 0;
    width: 100%;
    min-height: inherit;
    overflow: hidden;
    line-height: 0;
}
body.yccs-production-homepage .yccs-ss-bg-hero__slider--mobile {
    display: none;
}
/* RC22: when Smart Slider is selected as the complete hero, Smart Slider owns
   the canvas height and all visible campaign content. Native hero remains unchanged. */
body.yccs-production-homepage .yccs-ss-bg-hero--full-banner .yccs-ss-bg-hero__stage,
body.yccs-production-homepage .yccs-ss-bg-hero--full-banner .yccs-ss-bg-hero__slider {
    min-height: 0;
}
body.yccs-production-homepage .yccs-ss-bg-hero--full-banner .yccs-ss-bg-hero__stage {
    background: transparent;
}
body.yccs-production-homepage .yccs-ss-bg-hero__slider > div,
body.yccs-production-homepage .yccs-ss-bg-hero__slider .n2-section-smartslider,
body.yccs-production-homepage .yccs-ss-bg-hero__slider .n2-ss-align,
body.yccs-production-homepage .yccs-ss-bg-hero__slider .n2-ss-slider-wrapper-inside,
body.yccs-production-homepage .yccs-ss-bg-hero__slider .n2-ss-slider {
    width: 100% !important;
}
body.yccs-production-homepage .yccs-ss-bg-hero__shade {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background: linear-gradient(90deg, rgba(251,248,239,.98) 0%, rgba(251,248,239,.92) 26%, rgba(251,248,239,.55) 44%, rgba(251,248,239,0) 66%);
}
body.yccs-production-homepage .yccs-ss-bg-hero__overlay {
    position: absolute;
    inset: 0;
    z-index: 2;
    min-height: inherit;
    display: flex;
    align-items: center;
    pointer-events: none;
}
body.yccs-production-homepage .yccs-ss-bg-hero__copy {
    width: min(38%, 500px);
    min-width: 0;
    padding-block: 44px;
    pointer-events: auto;
}
body.yccs-production-homepage .yccs-ss-bg-hero__copy .yccs-kicker {
    margin: 0 0 10px;
    color: var(--yccs-orange-600);
    font-family: Georgia, 'Times New Roman', serif;
    font-size: clamp(17px, 1.4vw, 23px);
    font-style: italic;
    font-weight: 650;
    line-height: 1.25;
}
body.yccs-production-homepage .yccs-ss-bg-hero h1 {
    max-width: 520px;
    margin: 0;
    color: var(--yccs-green-900);
    font-size: clamp(48px, 4.3vw, 72px);
    font-weight: 850;
    line-height: .98;
    letter-spacing: -.04em;
    word-break: normal;
    overflow-wrap: normal;
    hyphens: none;
    text-wrap: balance;
}
body.yccs-production-homepage .yccs-ss-bg-hero__description {
    max-width: 460px;
    margin: 20px 0 24px;
    color: #34443b;
    font-size: clamp(15px, 1.05vw, 18px);
    line-height: 1.6;
}
body.yccs-production-homepage .yccs-ss-bg-hero .yccs-buttons {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}
body.yccs-production-homepage .yccs-ss-bg-hero .yccs-button {
    min-height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 11px 18px;
    border-radius: 10px;
    font-size: 13px;
    font-weight: 760;
    line-height: 1.2;
    text-decoration: none;
}

@media (max-width: 1099px) {
    body.yccs-production-homepage .yccs-ss-bg-hero__stage {
        min-height: clamp(520px, 68vw, 720px);
    }
    body.yccs-production-homepage .yccs-ss-bg-hero__shade {
        background: linear-gradient(180deg, rgba(251,248,239,.98) 0%, rgba(251,248,239,.90) 38%, rgba(251,248,239,.30) 66%, rgba(251,248,239,0) 82%);
    }
    body.yccs-production-homepage .yccs-ss-bg-hero__overlay {
        align-items: flex-start;
        justify-content: center;
        text-align: center;
    }
    body.yccs-production-homepage .yccs-ss-bg-hero__copy {
        width: min(100%, 700px);
        padding: 34px 20px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    body.yccs-production-homepage .yccs-ss-bg-hero h1,
    body.yccs-production-homepage .yccs-ss-bg-hero__description {
        margin-inline: auto;
    }
    body.yccs-production-homepage .yccs-ss-bg-hero .yccs-buttons {
        justify-content: center;
    }
}

@media (max-width: 767px) {
    body.yccs-production-homepage .yccs-ss-bg-hero--has-mobile .yccs-ss-bg-hero__slider--mobile {
        display: block;
    }
    body.yccs-production-homepage .yccs-ss-bg-hero--has-mobile .yccs-ss-bg-hero__slider--desktop {
        display: none;
    }
    body.yccs-production-homepage .yccs-ss-bg-hero__stage {
        min-height: clamp(590px, 145vw, 760px);
    }
    body.yccs-production-homepage .yccs-ss-bg-hero__shade {
        background: linear-gradient(180deg, rgba(251,248,239,.99) 0%, rgba(251,248,239,.94) 32%, rgba(251,248,239,.35) 58%, rgba(251,248,239,0) 76%);
    }
    body.yccs-production-homepage .yccs-ss-bg-hero__copy {
        width: 100%;
        padding: 18px 14px 14px;
    }
    body.yccs-production-homepage .yccs-ss-bg-hero__copy .yccs-kicker {
        margin-bottom: 7px;
        font-size: 15px;
    }
    body.yccs-production-homepage .yccs-ss-bg-hero h1 {
        max-width: 350px;
        font-size: clamp(36px, 10.5vw, 48px);
        line-height: .98;
    }
    body.yccs-production-homepage .yccs-ss-bg-hero__description {
        max-width: 345px;
        margin: 12px auto 15px;
        font-size: 13px;
        line-height: 1.5;
    }
    body.yccs-production-homepage .yccs-ss-bg-hero .yccs-buttons {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        width: min(100%, 335px);
        gap: 9px;
        margin-inline: auto;
    }
    body.yccs-production-homepage .yccs-ss-bg-hero .yccs-button {
        min-width: 0;
        min-height: 42px;
        padding: 9px 10px;
        font-size: 12px;
        white-space: normal;
        text-align: center;
    }
}

@media (prefers-reduced-motion: reduce) {
    body.yccs-production-homepage .yccs-ss-bg-hero *,
    body.yccs-production-homepage .yccs-ss-bg-hero *::before,
    body.yccs-production-homepage .yccs-ss-bg-hero *::after {
        scroll-behavior: auto !important;
    }
}

/* ========================================================================== 
   4.1.2 native overlay hero
   Smart Slider kaldırıldığında veya devre dışı olduğunda banner tek blok,
   görsel arka planda ve metin doğrudan görselin üzerinde çalışır.
   ========================================================================== */
body.yccs-production-homepage .yccs-v7-hero {
    position: relative;
    width: 100%;
    min-height: clamp(460px, 41vw, 820px);
    overflow: hidden;
    isolation: isolate;
    background: #fbf8ef;
}
body.yccs-production-homepage .yccs-v7-hero__media {
    position: absolute;
    inset: 0;
    z-index: 0;
}
body.yccs-production-homepage .yccs-v7-hero__media picture,
body.yccs-production-homepage .yccs-v7-hero__media img {
    display: block;
    width: 100%;
    height: 100%;
}
body.yccs-production-homepage .yccs-v7-hero__media img {
    object-fit: cover;
    object-position: center center;
}
body.yccs-production-homepage .yccs-v7-hero__shade {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background:
        linear-gradient(180deg, rgba(251,248,239,.88) 0%, rgba(251,248,239,.58) 20%, rgba(251,248,239,.18) 44%, rgba(251,248,239,.08) 100%),
        linear-gradient(90deg, rgba(251,248,239,.24) 0%, rgba(251,248,239,.08) 28%, rgba(251,248,239,0) 50%, rgba(251,248,239,.04) 100%);
}
body.yccs-production-homepage .yccs-v7-hero__inner {
    position: relative;
    z-index: 2;
    min-height: clamp(460px, 41vw, 820px);
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding-block: clamp(46px, 6vw, 88px) clamp(54px, 8vw, 130px);
}
body.yccs-production-homepage .yccs-v7-hero__copy {
    width: min(100%, 980px);
    margin: 0 auto;
    text-align: center;
}
body.yccs-production-homepage .yccs-v7-hero__copy .yccs-kicker {
    margin: 0 0 10px;
    color: var(--yccs-orange-600);
    font-family: Georgia, 'Times New Roman', serif;
    font-size: clamp(18px, 1.35vw, 24px);
    font-style: italic;
    font-weight: 600;
    line-height: 1.25;
    text-transform: none;
}
body.yccs-production-homepage .yccs-v7-hero h1 {
    max-width: 1080px;
    margin: 0 auto;
    color: var(--yccs-green-900);
    font-size: clamp(56px, 5.45vw, 110px);
    font-weight: 850;
    line-height: .94;
    letter-spacing: -.045em;
    text-wrap: balance;
}
body.yccs-production-homepage .yccs-v7-hero__description {
    max-width: 760px;
    margin: 18px auto 24px;
    color: #3d4942;
    font-size: clamp(17px, 1.1vw, 20px);
    line-height: 1.55;
}
body.yccs-production-homepage .yccs-v7-hero .yccs-buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
}
body.yccs-production-homepage .yccs-v7-hero .yccs-button {
    min-height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 11px 21px;
    border-radius: 10px;
    font-size: 13px;
    font-weight: 760;
    line-height: 1.2;
    text-decoration: none;
    box-shadow: 0 10px 28px rgba(15, 56, 34, .10);
}
@media (min-width: 1500px) {
    body.yccs-production-homepage .yccs-v7-hero,
    body.yccs-production-homepage .yccs-v7-hero__inner {
        min-height: 760px;
    }
}
@media (min-width: 768px) and (max-width: 1099px) {
    body.yccs-production-homepage .yccs-v7-hero,
    body.yccs-production-homepage .yccs-v7-hero__inner {
        min-height: clamp(500px, 55vw, 760px);
    }
    body.yccs-production-homepage .yccs-v7-hero__inner {
        padding-block: 42px 70px;
    }
    body.yccs-production-homepage .yccs-v7-hero h1 {
        font-size: clamp(44px, 6.8vw, 74px);
    }
    body.yccs-production-homepage .yccs-v7-hero__description {
        max-width: 640px;
    }
}
@media (max-width: 767px) {
    body.yccs-production-homepage .yccs-v7-hero,
    body.yccs-production-homepage .yccs-v7-hero__inner {
        min-height: clamp(500px, 138vw, 760px);
    }
    body.yccs-production-homepage .yccs-v7-hero__media img {
        object-position: center top;
    }
    body.yccs-production-homepage .yccs-v7-hero__shade {
        background: linear-gradient(180deg, rgba(251,248,239,.94) 0%, rgba(251,248,239,.82) 26%, rgba(251,248,239,.26) 56%, rgba(251,248,239,.08) 100%);
    }
    body.yccs-production-homepage .yccs-v7-hero__inner {
        align-items: flex-start;
        padding-block: 22px 32px;
    }
    body.yccs-production-homepage .yccs-v7-hero__copy {
        width: 100%;
        padding-inline: 4px;
    }
    body.yccs-production-homepage .yccs-v7-hero__copy .yccs-kicker {
        margin-bottom: 8px;
        font-size: 15px;
    }
    body.yccs-production-homepage .yccs-v7-hero h1 {
        max-width: 360px;
        font-size: clamp(35px, 10.3vw, 52px);
        line-height: .98;
        letter-spacing: -.035em;
    }
    body.yccs-production-homepage .yccs-v7-hero__description {
        max-width: 350px;
        margin: 12px auto 16px;
        font-size: 13px;
        line-height: 1.52;
    }
    body.yccs-production-homepage .yccs-v7-hero .yccs-buttons {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 9px;
        width: min(100%, 338px);
        margin-inline: auto;
    }
    body.yccs-production-homepage .yccs-v7-hero .yccs-button {
        min-width: 0;
        min-height: 42px;
        padding: 9px 10px;
        font-size: 12px;
        white-space: normal;
        text-align: center;
    }
}
@media (max-width: 359px) {
    body.yccs-production-homepage .yccs-v7-hero h1 {
        font-size: 33px;
    }
    body.yccs-production-homepage .yccs-v7-hero .yccs-button {
        font-size: 11px;
    }
}


/* 4.1.3 baked-in banner hero */
body.yccs-production-homepage .yccs-v7-hero--image-only {
    min-height: 0;
    width: 100%;
    background: #fbf8ef;
}
body.yccs-production-homepage .yccs-v7-hero--image-only .yccs-v7-hero__media,
body.yccs-production-homepage .yccs-v7-hero--image-only .yccs-v7-hero__media picture,
body.yccs-production-homepage .yccs-v7-hero--image-only .yccs-v7-hero__media img {
    position: relative;
    inset: auto;
    display: block;
    width: 100%;
    height: auto;
}
body.yccs-production-homepage .yccs-v7-hero--image-only .yccs-v7-hero__media img {
    object-fit: cover;
    object-position: center top;
}

/* ========================================================================== 
   4.2.0 responsive commerce hero
   One semantic hero: responsive <picture>, real H1/copy and clickable CTAs.
   ========================================================================== */
body.yccs-production-homepage .yccs-v8-hero {
    position: relative;
    isolation: isolate;
    width: 100%;
    min-height: clamp(520px, 41.67vw, 800px);
    overflow: hidden;
    background: #faf7ee;
}
body.yccs-production-homepage .yccs-v8-hero__media,
body.yccs-production-homepage .yccs-v8-hero__shade {
    position: absolute;
    inset: 0;
}
body.yccs-production-homepage .yccs-v8-hero__media { z-index: 0; }
body.yccs-production-homepage .yccs-v8-hero__media picture,
body.yccs-production-homepage .yccs-v8-hero__media img {
    display: block;
    width: 100%;
    height: 100%;
}
body.yccs-production-homepage .yccs-v8-hero__media img {
    object-fit: cover;
    object-position: center center;
}
body.yccs-production-homepage .yccs-v8-hero__shade {
    z-index: 1;
    pointer-events: none;
    background: linear-gradient(90deg, rgba(250,247,238,.62) 0%, rgba(250,247,238,.18) 36%, rgba(250,247,238,0) 58%);
}
body.yccs-production-homepage .yccs-v8-hero__inner {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    min-height: clamp(520px, 41.67vw, 800px);
    padding-block: clamp(48px, 5vw, 86px);
}
body.yccs-production-homepage .yccs-v8-hero__copy {
    width: min(45%, 560px);
    text-align: left;
}
body.yccs-production-homepage .yccs-v8-hero__copy .yccs-kicker {
    margin: 0 0 10px;
    color: #d77718;
    font-family: Georgia, 'Times New Roman', serif;
    font-size: clamp(19px, 1.45vw, 28px);
    font-style: italic;
    font-weight: 650;
    line-height: 1.25;
    letter-spacing: .01em;
    text-transform: none;
}
body.yccs-production-homepage .yccs-v8-hero h1 {
    max-width: 560px;
    margin: 0;
    color: var(--yccs-green-900);
    font-family: Georgia, 'Times New Roman', serif;
    font-size: clamp(64px, 5.45vw, 108px);
    font-weight: 650;
    line-height: .92;
    letter-spacing: -.045em;
    text-wrap: balance;
}
body.yccs-production-homepage .yccs-v8-hero__description {
    max-width: 520px;
    margin: 24px 0 26px;
    color: #40392f;
    font-size: clamp(16px, 1.08vw, 20px);
    font-weight: 560;
    line-height: 1.55;
}
body.yccs-production-homepage .yccs-v8-hero .yccs-buttons {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
    flex-wrap: wrap;
}
body.yccs-production-homepage .yccs-v8-hero .yccs-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    padding: 12px 24px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.15;
    text-decoration: none;
    box-shadow: 0 12px 30px rgba(8, 66, 35, .13);
}
body.yccs-production-homepage .yccs-v8-hero .yccs-button--primary {
    border: 1px solid var(--yccs-green-800);
    background: var(--yccs-green-800);
    color: #fff;
}
body.yccs-production-homepage .yccs-v8-hero .yccs-button--primary:hover {
    background: var(--yccs-green-900);
    color: #fff;
    transform: translateY(-1px);
}
body.yccs-production-homepage .yccs-v8-hero .yccs-button--secondary {
    border: 1px solid rgba(6,75,36,.28);
    background: rgba(255,255,255,.82);
    color: var(--yccs-green-900);
}

@media (min-width: 768px) and (max-width: 1099px) {
    body.yccs-production-homepage .yccs-v8-hero,
    body.yccs-production-homepage .yccs-v8-hero__inner {
        min-height: clamp(520px, 52.1vw, 800px);
    }
    body.yccs-production-homepage .yccs-v8-hero__copy { width: min(48%, 470px); }
    body.yccs-production-homepage .yccs-v8-hero h1 { font-size: clamp(54px, 7.2vw, 78px); }
    body.yccs-production-homepage .yccs-v8-hero__description { max-width: 430px; }
}

@media (max-width: 767px) {
    /* 4.2.2: dedicated mobile image and real HTML copy share one overlay stage. */
    body.yccs-production-homepage .yccs-v8-hero {
        position: relative;
        isolation: isolate;
        width: 100%;
        min-height: 0;
        height: clamp(440px, 125vw, 600px);
        overflow: hidden;
        background: #faf7ee;
    }
    body.yccs-production-homepage .yccs-v8-hero__media {
        position: absolute;
        inset: 0;
        z-index: 0;
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 0;
    }
    body.yccs-production-homepage .yccs-v8-hero__media picture,
    body.yccs-production-homepage .yccs-v8-hero__media img {
        display: block;
        width: 100%;
        max-width: none;
        height: 100%;
        margin: 0;
        padding: 0;
    }
    body.yccs-production-homepage .yccs-v8-hero__media img {
        object-fit: cover;
        object-position: center bottom;
        transform: none;
    }
    body.yccs-production-homepage .yccs-v8-hero__shade {
        position: absolute;
        inset: 0;
        z-index: 1;
        pointer-events: none;
        background: linear-gradient(180deg, rgba(250,247,238,.18) 0%, rgba(250,247,238,.08) 42%, rgba(250,247,238,0) 61%);
    }
    body.yccs-production-homepage .yccs-v8-hero__inner {
        position: absolute;
        inset: 0;
        z-index: 2;
        display: flex;
        align-items: flex-start;
        justify-content: center;
        width: 100%;
        max-width: none;
        min-height: 0;
        height: 100%;
        margin: 0;
        box-sizing: border-box;
        padding: clamp(21px, 5.8vw, 30px) 14px 0;
        text-align: center;
    }
    body.yccs-production-homepage .yccs-v8-hero__copy {
        position: relative;
        width: 100%;
        max-width: 390px;
        margin: 0 auto;
        padding: 0;
        text-align: center;
        text-shadow: 0 1px 0 rgba(255,255,255,.46);
    }
    body.yccs-production-homepage .yccs-v8-hero__copy .yccs-kicker {
        margin: 0 0 5px;
        font-size: clamp(14px, 3.9vw, 18px);
        line-height: 1.2;
    }
    body.yccs-production-homepage .yccs-v8-hero h1 {
        width: auto;
        max-width: 5.2em;
        margin: 0 auto;
        font-size: clamp(40px, 12.5vw, 60px);
        line-height: .9;
        letter-spacing: -.042em;
        overflow-wrap: normal;
        word-break: normal;
        text-wrap: balance;
    }
    body.yccs-production-homepage .yccs-v8-hero__description {
        max-width: 340px;
        margin: 10px auto 13px;
        font-size: clamp(12px, 3.2vw, 14px);
        line-height: 1.42;
    }
    body.yccs-production-homepage .yccs-v8-hero .yccs-buttons {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        gap: 8px;
        margin: 0;
        flex-wrap: wrap;
    }
    body.yccs-production-homepage .yccs-v8-hero .yccs-button {
        flex: 0 1 auto;
        max-width: 100%;
        min-height: 42px;
        padding: 9px 16px;
        font-size: 12px;
        line-height: 1.15;
        white-space: normal;
        text-align: center;
    }
}


/* 4.3.2: variable products use an explicit choice action, not a cart icon. */
body.yccs-production-homepage .yccs-product-card--variable .yccs-add-button--options {
  display: inline-flex !important;
  width: auto !important;
  min-width: 78px !important;
  max-width: 100% !important;
  height: auto !important;
  min-height: 36px !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 7px 8px !important;
  font-size: 9px !important;
  line-height: 1.15 !important;
  white-space: normal !important;
}
@media (max-width: 767px) {
  body.yccs-production-homepage .yccs-product-card--variable .yccs-add-button--options {
    width: calc(100% - 16px) !important;
    min-width: 0 !important;
    margin: auto 8px 8px !important;
    font-size: 8.5px !important;
  }
}

/* 4.3.3: mobile variable cards use vertical document flow; simple cards keep
 * their existing green cart icon and the two-column grid is unchanged. */
@media (max-width: 767px) {
  body.yccs-production-homepage .yccs-product-card--variable .yccs-product-card__body {
    display: flex !important;
    flex-direction: column !important;
    min-width: 0 !important;
  }
  body.yccs-production-homepage .yccs-product-card--variable .yccs-product-card__footer {
    position: static !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    width: 100% !important;
    min-width: 0 !important;
    margin-top: auto !important;
    padding-top: 8px !important;
    gap: 7px !important;
  }
  body.yccs-production-homepage .yccs-product-card--variable .yccs-product-card__price {
    position: static !important;
    display: block !important;
    flex: 0 0 auto !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    margin: 0 !important;
    overflow: visible !important;
  }
  body.yccs-production-homepage .yccs-product-card--variable .yccs-add-button--options {
    position: static !important;
    inset: auto !important;
    float: none !important;
    align-self: stretch !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    height: auto !important;
    min-height: 38px !important;
    margin: 0 !important;
    padding: 8px 7px !important;
    transform: none !important;
    font-size: 11px !important;
    line-height: 1.15 !important;
    white-space: nowrap !important;
    box-sizing: border-box !important;
  }
}

/* 4.3.15-RC21: desktop homepage non-variable cards keep the price left and the cart CTA at the far right.
 * Variable cards and every mobile rule remain untouched. */
@media (min-width: 1024px) {
  body.yccs-production-homepage .yccs-product-card:not(.yccs-product-card--variable) .yccs-product-card__footer {
    width: 100% !important;
  }

  body.yccs-production-homepage .yccs-product-card:not(.yccs-product-card--variable) .yccs-product-card__footer .yccs-add-button.add_to_cart_button {
    margin-left: auto !important;
  }
}


/* 4.3.15-RC21: mobile homepage simple-product cards keep the price block left and the cart CTA pinned to the far right.
 * Scope is limited to homepage simple cards; variable cards stay untouched. */
@media (max-width: 767px) {
  body.yccs-production-homepage .yccs-product-card:not(.yccs-product-card--variable) .yccs-product-card__footer {
    width: 100% !important;
  }

  body.yccs-production-homepage .yccs-product-card:not(.yccs-product-card--variable) .yccs-product-card__price {
    margin-right: auto !important;
    text-align: left !important;
    align-items: flex-start !important;
  }

  body.yccs-production-homepage .yccs-product-card:not(.yccs-product-card--variable) .yccs-product-card__footer .yccs-add-button.add_to_cart_button {
    margin-left: auto !important;
  }
}
