/*
 Theme Name:     Divi Child Theme
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/

/* =Theme customization starts here
------------------------------------------------------- */


@media (min-width: 768px) {
    .woo-variation-product-gallery {
        max-width: 98% !important;
        width: 100%;
    }
}


/* ============================================================
 * CWV: Reserve heights for late-injected widgets (CLS prevention)
 * Added 2026-05-01
 * ============================================================ */

/* Affirm "as low as $X/mo" badge */
.affirm-as-low-as,
.affirm-product-modal,
.affirm-site-modal,
[data-affirm-color] {
    min-height: 28px;
    display: inline-block;
}

/* WC Variation Swatches Pro */
.variations select {
    min-height: 44px;
}
.wvs-archive-swatches-on-image,
.variable-items-wrapper {
    min-height: 44px;
    min-width: 44px;
}

/* Trustpilot widget */
.trustpilot-widget {
    min-width: 100%;
}
.trustpilot-widget[data-style-height="240px"] { min-height: 240px; }
.trustpilot-widget[data-style-height="180px"] { min-height: 180px; }
.trustpilot-widget[data-style-height="120px"] { min-height: 120px; }
.trustpilot-widget[data-style-height="100px"] { min-height: 100px; }
.trustpilot-widget[data-style-height="52px"]  { min-height: 52px;  }

/* GTranslate widget container */
.gtranslate_wrapper,
#gt_float_wrapper,
.gt_container,
.gt_selector,
#gtranslate_selector {
    min-height: 32px;
    min-width: 80px;
}

/* WC Variation Swatches Pro (secondary reserve) */
.variations select {
    min-height: 38px;
}
.wvs-archive-swatches-on-image,
.variable-items-wrapper {
    min-height: 38px;
}

/* MaxMega Menu */
#mega-menu-wrap-primary-menu,
.mega-menu-wrap {
    min-height: 60px;
}

/* WooCommerce loop product title */
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce-loop-product__title {
    min-height: 2.5em;
}

/* Klaviyo / Mailchimp inline forms */
.klaviyo-form,
[id^="klaviyo-form-"],
#mc_embed_signup,
.mc4wp-form {
    min-height: 80px;
}

/* WP Reviews for Google + Better Business Reviews widgets */
.wprwg-widget,
.bbr-reviews-list,
.tp-reviews-list {
    min-height: 200px;
}


/* ============================================================
 * HEADER / FOOTER / TYPOGRAPHY - from header-footer.md handoff
 * ============================================================ */

:root {
    --co-black: #121212;
    --co-gold: #d4af37;
    --co-gold-dark: #9d7a14;
    --co-gold-soft: #fff8df;
    --co-ink: #101828;
    --co-text: #263244;
    --co-muted: #667085;
    --co-surface: #ffffff;
    --co-border: #d9e2ec;
    --co-radius: 8px;
    --co-container: 1200px;
    --co-font: "Inter", "Outfit", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

html {
    overflow-x: hidden;
    scroll-padding-top: 132px;
}

html.co-menu-open,
html.co-menu-open body {
    overflow: hidden;
}

body.co-clean-retail {
    overflow-x: hidden;
    color: var(--co-text);
    font-family: var(--co-font);
    font-size: 16px;
    line-height: 1.55;
    padding-top: 154px;
    background: var(--co-surface);
}

body.co-clean-retail * {
    box-sizing: border-box;
}

body.co-clean-retail h1,
body.co-clean-retail h2,
body.co-clean-retail h3,
body.co-clean-retail h4,
body.co-clean-retail h5,
body.co-clean-retail h6 {
    color: var(--co-ink);
    font-family: var(--co-font);
    line-height: 1.15;
    letter-spacing: 0;
}

body.co-clean-retail h1 { font-size: clamp(30px, 5vw, 52px); }
body.co-clean-retail h2 { font-size: clamp(24px, 4vw, 40px); }
body.co-clean-retail h3 { font-size: clamp(20px, 3vw, 28px); }
body.co-clean-retail h4 { font-size: 18px; }

body.co-clean-retail input,
body.co-clean-retail select,
body.co-clean-retail textarea,
body.co-clean-retail button {
    font-family: var(--co-font);
}

body.co-clean-retail .screen-reader-text {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

body.co-clean-retail #top-header,
body.co-clean-retail #main-header,
body.co-clean-retail .et-l--header,
body.co-clean-retail .et_pb_section[class*="_tb_header"],
body.co-clean-retail #mega-menu-wrap-secondary-menu,
body.co-clean-retail #mega-menu-wrap-primary-menu,
body.co-clean-retail #main-footer,
body.co-clean-retail .et-l--footer {
    display: none !important;
}

.co-site-header {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 99999;
    border-bottom: 1px solid rgba(212, 175, 55, 0.34);
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 5px 24px rgba(18, 18, 18, 0.12);
    backdrop-filter: saturate(140%) blur(10px);
}

body.admin-bar .co-site-header {
    top: 32px;
}

.co-language-bar {
    color: #f8fafc;
    font-size: 12px;
    line-height: 1.25;
    background: var(--co-black);
}

.co-language-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    width: min(100% - 24px, var(--co-container));
    min-height: 38px;
    margin: 0 auto;
}

.co-language-inner > span {
    color: rgba(255, 255, 255, 0.86);
    font-weight: 650;
}

.co-language-control {
    min-width: 132px;
}

.co-language-control .gtranslate_wrapper,
.co-language-control .gt_container {
    position: relative;
    display: block !important;
    min-height: 0;
}

body.co-clean-retail .co-site-header .co-language-control select,
body.co-clean-retail .co-site-header .co-language-control .gt_selector {
    appearance: none;
    -webkit-appearance: none;
    width: 100%;
    height: 28px !important;
    min-height: 28px !important;
    border: 1px solid rgba(212, 175, 55, 0.72) !important;
    border-radius: 8px !important;
    padding: 0 30px 0 10px !important;
    color: #f8fafc !important;
    font-size: 12px !important;
    line-height: 28px !important;
    font-weight: 600;
    background-color: #191919 !important;
    box-shadow: inset 0 0 0 1px rgba(212, 175, 55, 0.18) !important;
}

.co-language-control .gtranslate_wrapper::after,
.co-language-control .gt_container::after {
    content: "";
    position: absolute;
    right: 11px;
    top: 50%;
    width: 7px;
    height: 7px;
    border-right: 2px solid var(--co-gold);
    border-bottom: 2px solid var(--co-gold);
    pointer-events: none;
    transform: translateY(-65%) rotate(45deg);
}

body.co-clean-retail .co-site-header .co-language-continue,
body.co-clean-retail .co-site-header .co-language-close {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 28px !important;
    min-height: 28px !important;
    border: 0;
    border-radius: 8px;
    color: var(--co-black);
    font-size: 11px;
    line-height: 1 !important;
    font-weight: 700;
    background: var(--co-gold);
    box-shadow: none !important;
}

body.co-clean-retail .co-site-header .co-language-continue {
    margin-left: 2px;
    padding: 0 11px !important;
}

.co-language-close {
    width: 28px;
    padding: 0;
    color: rgba(255, 255, 255, 0.72);
    background: transparent;
}

.co-language-close span,
.co-language-close span::before {
    display: block;
    width: 13px;
    height: 2px;
    border-radius: 99px;
    background: currentColor;
}

.co-language-close span {
    transform: rotate(45deg);
}

.co-language-close span::before {
    content: "";
    transform: rotate(90deg);
}

html.co-language-hidden .co-language-bar {
    display: none;
}

html.co-language-hidden body.co-clean-retail {
    padding-top: 92px;
}

body.co-clean-retail .gtranslate_wrapper,
body.co-clean-retail #gt_float_wrapper {
    display: none !important;
}

body.co-clean-retail .co-language-control .gtranslate_wrapper {
    display: block !important;
}

.co-header-main {
    display: grid;
    grid-template-columns: 150px minmax(260px, 1fr) auto;
    align-items: center;
    gap: 18px;
    width: min(100% - 32px, var(--co-container));
    margin: 0 auto;
    padding: 12px 0;
    background: #fff;
}

.co-logo-link {
    display: inline-flex;
    align-items: center;
    min-height: 48px;
}

.co-logo-link img {
    display: block;
    width: 76px;
    max-height: 54px;
    object-fit: contain;
}

.co-site-search {
    display: block;
    width: 100%;
}

.co-site-search .aws-container {
    width: 100%;
}

.co-site-search .aws-container .aws-search-form {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 48px;
    height: 46px;
    border: 1px solid rgba(18, 18, 18, 0.22);
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
    box-shadow: inset 0 0 0 1px rgba(212, 175, 55, 0.16);
}

.co-site-search .aws-container .aws-search-form .aws-wrapper {
    height: 46px;
    border: 0;
    background: #fff;
}

.co-site-search .aws-search-field,
.co-site-search input[type="search"] {
    width: 100%;
    height: 46px !important;
    min-height: 46px !important;
    border: 0 !important;
    border-radius: 0 !important;
    color: var(--co-black) !important;
    font-size: 15px !important;
    font-weight: 600;
    background: #fff !important;
    box-shadow: none !important;
}

.co-site-search .aws-search-field::placeholder {
    color: #777;
}

.co-site-search .aws-container .aws-search-form .aws-search-btn,
.co-site-search button {
    min-height: 46px;
    border: 0 !important;
    border-left: 1px solid rgba(212, 175, 55, 0.36) !important;
    border-radius: 0 !important;
    padding: 0;
    color: var(--co-gold) !important;
    font-weight: 900;
    background: var(--co-black) !important;
}

.co-site-search .aws-container .aws-search-form .aws-search-btn .aws-search-btn_icon,
.co-site-search .aws-container .aws-search-form .aws-search-btn svg {
    color: var(--co-gold) !important;
}

.co-site-search .aws-container .aws-search-form .aws-search-btn svg,
.co-site-search .aws-container .aws-search-form .aws-search-btn svg path {
    fill: currentColor !important;
    stroke: none !important;
}

.aws-search-result {
    z-index: 100001 !important;
    border: 1px solid rgba(18, 18, 18, 0.14) !important;
    border-radius: 12px !important;
    overflow: hidden;
    box-shadow: 0 18px 42px rgba(18, 18, 18, 0.18) !important;
}

.aws-search-result .aws_result_item:hover,
.aws-search-result .aws_result_item.hovered {
    background: var(--co-gold-soft) !important;
}

.co-header-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
}

.co-header-actions a,
.co-menu-toggle,
.co-menu-close {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    border: 1px solid rgba(18, 18, 18, 0.18);
    border-radius: 999px;
    padding: 0 13px;
    color: var(--co-black) !important;
    font-size: 14px;
    font-weight: 900;
    text-decoration: none;
    background: #fff;
}

.co-header-actions a:hover,
.co-menu-toggle:hover,
.co-menu-close:hover {
    border-color: var(--co-gold);
    color: var(--co-black) !important;
    background: var(--co-gold-soft);
}

.co-header-actions svg {
    width: 20px;
    height: 20px;
    margin-right: 7px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.9;
}

.co-cart-link {
    position: relative;
}

.co-cart-count {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 22px;
    height: 22px;
    margin-left: 6px;
    border-radius: 999px;
    color: #fff;
    font-size: 12px;
    background: var(--co-black);
    box-shadow: 0 0 0 1px var(--co-gold);
}

.co-menu-toggle {
    display: none;
    flex-direction: column;
    gap: 4px;
    width: 44px;
    padding: 0;
}

.co-menu-toggle span:not(.screen-reader-text) {
    display: block;
    width: 18px;
    height: 2px;
    border-radius: 99px;
    background: var(--co-black);
}

.co-mobile-search {
    display: none;
    width: min(100% - 32px, var(--co-container));
    margin: 0 auto 12px;
}

.co-desktop-cats {
    border-top: 1px solid rgba(212, 175, 55, 0.24);
    background: #fff;
}

.co-category-menu {
    display: flex;
    justify-content: center;
    gap: 6px;
    width: min(100% - 32px, var(--co-container));
    margin: 0 auto;
    padding: 0;
    list-style: none;
    overflow: visible;
}

.co-category-menu li {
    flex: 0 0 auto;
    margin: 0;
    padding: 0;
    list-style: none;
}

.co-category-menu > li {
    position: relative;
}

.co-category-menu a {
    display: inline-flex;
    align-items: center;
    min-height: 42px;
    padding: 0 12px;
    color: var(--co-black) !important;
    font-size: 13px;
    font-weight: 850;
    text-decoration: none;
    white-space: nowrap;
}

.co-category-menu a:hover {
    color: var(--co-gold-dark) !important;
}

.co-category-menu .sub-menu {
    position: absolute;
    left: 50%;
    top: 100%;
    z-index: 100002;
    display: none;
    grid-template-columns: repeat(2, minmax(180px, 1fr));
    gap: 2px 14px;
    min-width: 430px;
    max-width: min(680px, 92vw);
    margin: 0;
    padding: 16px;
    list-style: none;
    border: 1px solid rgba(212, 175, 55, 0.34);
    border-top: 3px solid var(--co-gold);
    border-radius: 0 0 12px 12px;
    background: #fff;
    box-shadow: 0 18px 42px rgba(18, 18, 18, 0.18);
    transform: translateX(-50%);
}

.co-category-menu > li:hover > .sub-menu,
.co-category-menu > li:focus-within > .sub-menu {
    display: grid;
}

.co-category-menu .sub-menu a {
    justify-content: flex-start;
    min-height: 36px;
    padding: 7px 8px;
    border-radius: 7px;
    color: var(--co-black) !important;
    font-size: 13px;
    font-weight: 700;
}

.co-category-menu .sub-menu a:hover {
    color: var(--co-gold-dark) !important;
    background: var(--co-gold-soft);
}

.co-mobile-drawer {
    position: fixed;
    inset: 0;
    z-index: 100000;
    background: rgba(18, 18, 18, 0.58);
}

.co-drawer-panel {
    width: min(88vw, 390px);
    height: 100%;
    margin-left: auto;
    overflow-y: auto;
    padding: 18px;
    background: #fff;
    box-shadow: -12px 0 30px rgba(18, 18, 18, 0.26);
}

.co-drawer-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 16px;
}

.co-drawer-head strong {
    color: var(--co-black);
    font-size: 18px;
}

.co-mobile-menu,
.co-drawer-links {
    display: grid;
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.co-mobile-menu li {
    margin: 0;
    padding: 0;
}

.co-mobile-menu a,
.co-drawer-links a {
    display: flex;
    align-items: center;
    min-height: 44px;
    border: 1px solid rgba(18, 18, 18, 0.12);
    border-radius: var(--co-radius);
    padding: 10px 12px;
    color: var(--co-black) !important;
    font-weight: 850;
    text-decoration: none;
    background: #fff;
}

.co-mobile-menu a:hover,
.co-drawer-links a:hover {
    border-color: rgba(212, 175, 55, 0.65);
    background: var(--co-gold-soft);
}

.co-drawer-links {
    margin-top: 16px;
}

.co-site-footer {
    margin-top: 56px;
    padding: 0 16px 24px;
    color: #424245;
    background: #f5f5f7;
    border-top: 4px solid var(--co-black);
}

body.co-clean-retail .co-site-footer a,
body.co-clean-retail .co-site-footer a:visited {
    color: #424245 !important;
    text-decoration: none;
}

body.co-clean-retail .co-site-footer a:hover,
body.co-clean-retail .co-site-footer a:focus {
    color: var(--co-gold-dark) !important;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.co-footer-inner {
    width: min(100%, 1120px);
    margin: 0 auto;
    padding-top: 18px;
}

.co-footer-note,
.co-footer-shopline {
    margin: 0;
    color: #6e6e73;
    font-size: 13px;
    line-height: 1.45;
}

.co-footer-note {
    padding-bottom: 16px;
    border-bottom: 1px solid #d2d2d7;
}

.co-footer-grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 28px;
    padding: 22px 0 28px;
}

.co-footer-grid details {
    min-width: 0;
    border: 0;
    padding: 0;
    background: transparent;
}

.co-footer-grid summary {
    display: block;
    margin-bottom: 9px;
    color: var(--co-black);
    font-size: 13px;
    font-weight: 800;
    line-height: 1.35;
    cursor: pointer;
    list-style: none;
}

.co-footer-grid summary::-webkit-details-marker {
    display: none;
}

.co-footer-grid span,
.co-footer-grid a {
    display: block;
    margin: 0 0 8px;
    color: #515154;
    font-size: 13px;
    line-height: 1.35;
}

.co-footer-shopline {
    padding: 16px 0 14px;
    border-top: 1px solid #d2d2d7;
}

body.co-clean-retail .co-footer-shopline a,
body.co-clean-retail .co-footer-shopline a:visited {
    color: var(--co-gold-dark) !important;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.co-footer-bottom {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: start;
    gap: 14px;
    padding-top: 14px;
    border-top: 1px solid #d2d2d7;
    color: #6e6e73;
    font-size: 13px;
    line-height: 1.4;
}

.co-footer-bottom nav {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
}

body.co-clean-retail .co-footer-bottom nav a,
body.co-clean-retail .co-footer-bottom nav a:visited {
    color: #424245 !important;
}

body.co-clean-retail .co-footer-grid a,
body.co-clean-retail .co-footer-grid a:visited,
body.co-clean-retail .co-footer-bottom a,
body.co-clean-retail .co-footer-bottom a:visited,
body.co-clean-retail .co-footer-shopline a,
body.co-clean-retail .co-footer-shopline a:visited {
    color: #424245 !important;
}

body.co-clean-retail .co-footer-grid a:hover,
body.co-clean-retail .co-footer-grid a:focus,
body.co-clean-retail .co-footer-bottom a:hover,
body.co-clean-retail .co-footer-bottom a:focus,
body.co-clean-retail .co-footer-shopline a:hover,
body.co-clean-retail .co-footer-shopline a:focus {
    color: var(--co-gold-dark) !important;
}

.co-footer-bottom nav a + a::before {
    content: "|";
    margin: 0 9px;
    color: #86868b;
}

.co-footer-locale {
    color: #424245;
    white-space: nowrap;
}

@media (min-width: 981px) {
    .co-footer-grid details:not([open]) > :not(summary) {
        display: block;
    }
}

@media (min-width: 981px) and (max-width: 1180px) {
    .co-footer-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 24px 34px;
    }
}

@media (max-width: 980px) {
    body.admin-bar .co-site-header {
        top: 46px;
    }

    body.co-clean-retail {
        padding-top: 148px;
    }

    html.co-language-hidden body.co-clean-retail {
        padding-top: 108px;
    }

    .co-language-inner {
        justify-content: flex-end;
        gap: 7px;
        width: calc(100% - 20px);
        min-height: 38px;
    }

    .co-language-inner > span {
        display: none;
    }

    .co-language-control {
        flex: 1 1 auto;
        min-width: 0;
        max-width: 150px;
    }

    body.co-clean-retail .co-site-header .co-language-control select,
    body.co-clean-retail .co-site-header .co-language-control .gt_selector {
        height: 30px !important;
        min-height: 30px !important;
        font-size: 13px !important;
        line-height: 30px !important;
        border-color: rgba(212, 175, 55, 0.58) !important;
    }

    .co-header-main {
        grid-template-columns: auto 1fr;
        gap: 10px;
        width: calc(100% - 20px);
        padding: 8px 0 6px;
    }

    .co-logo-link img {
        width: 62px;
        max-height: 44px;
    }

    .co-search-desktop {
        display: none;
    }

    .co-mobile-search {
        display: block;
        width: calc(100% - 20px);
        margin-bottom: 8px;
    }

    .co-header-actions {
        justify-self: end;
        gap: 6px;
    }

    .co-header-actions > a {
        width: 42px;
        min-width: 42px;
        min-height: 42px;
        padding: 0;
        font-size: 0 !important;
    }

    .co-header-actions svg {
        width: 20px;
        height: 20px;
        margin-right: 0;
    }

    .co-header-actions > a > span:not(.co-cart-count),
    .co-cart-link > span:not(.co-cart-count) {
        display: none;
    }

    .co-cart-count {
        position: absolute;
        top: -5px;
        right: -5px;
        min-width: 18px;
        height: 18px;
        margin-left: 0;
        font-size: 10px;
    }

    .co-menu-toggle {
        display: inline-flex;
        width: 42px;
        min-height: 42px;
        border-color: rgba(18, 18, 18, 0.18);
    }

    .co-desktop-cats {
        display: none;
    }

    .co-site-search .aws-container .aws-search-form {
        grid-template-columns: minmax(0, 1fr) 46px;
        height: 44px;
        border-radius: 12px;
    }

    .co-site-search .aws-container .aws-search-form .aws-wrapper,
    .co-site-search .aws-search-field,
    .co-site-search input[type="search"] {
        height: 44px !important;
        min-height: 44px !important;
        font-size: 15px !important;
    }

    .co-site-search .aws-container .aws-search-form .aws-search-btn,
    .co-site-search button {
        min-height: 44px;
        padding-inline: 0;
        font-size: 0;
    }

    .co-drawer-panel {
        width: 100%;
        max-width: none;
        min-height: 100vh;
        height: 100vh;
        margin: 0;
        padding: 24px 26px 44px;
        border-top: 0;
        background: #f5f5f7;
        box-shadow: none;
    }

    .co-drawer-head {
        position: sticky;
        top: 0;
        z-index: 2;
        justify-content: flex-end;
        margin: -24px -26px 12px;
        padding: 14px 18px 0;
        color: #1d1d1f;
        background: #f5f5f7;
    }

    .co-drawer-head strong {
        display: none;
    }

    .co-menu-close {
        position: relative;
        width: 38px;
        min-width: 38px;
        height: 38px !important;
        min-height: 38px !important;
        border: 0;
        border-radius: 50%;
        padding: 0;
        color: #1d1d1f !important;
        font-size: 0;
        background: transparent;
    }

    .co-menu-close::before,
    .co-menu-close::after {
        content: "";
        position: absolute;
        left: 10px;
        top: 18px;
        width: 20px;
        height: 2px;
        border-radius: 99px;
        background: currentColor;
    }

    .co-menu-close::before {
        transform: rotate(45deg);
    }

    .co-menu-close::after {
        transform: rotate(-45deg);
    }

    .co-mobile-menu,
    .co-drawer-links {
        gap: 0;
    }

    .co-mobile-menu > li {
        border-bottom: 1px solid rgba(29, 29, 31, 0.1);
    }

    .co-mobile-menu > li > a {
        position: relative;
        min-height: 48px;
        border: 0;
        border-radius: 0;
        padding: 8px 34px 8px 0;
        color: #333336 !important;
        font-size: clamp(22px, 6.2vw, 30px);
        font-weight: 760;
        line-height: 1.16;
        letter-spacing: 0;
        background: transparent;
        outline: none;
    }

    .co-mobile-menu > .menu-item-has-children > a::after {
        content: "";
        position: absolute;
        right: 4px;
        top: 50%;
        width: 9px;
        height: 9px;
        border-right: 2px solid currentColor;
        border-bottom: 2px solid currentColor;
        opacity: 0.55;
        transform: translateY(-65%) rotate(45deg);
        transition: transform 160ms ease, opacity 160ms ease;
    }

    .co-mobile-menu > .co-submenu-open > a::after {
        opacity: 1;
        transform: translateY(-35%) rotate(225deg);
    }

    .co-mobile-menu > .co-submenu-open > a::before {
        content: "";
        position: absolute;
        left: -16px;
        top: 12px;
        bottom: 12px;
        width: 4px;
        border-radius: 999px;
        background: var(--co-gold);
    }

    .co-mobile-menu .sub-menu {
        display: none;
        margin: -2px 0 12px;
        padding: 0;
        list-style: none;
    }

    .co-mobile-menu .co-submenu-open > .sub-menu {
        display: grid;
        gap: 2px;
    }

    .co-mobile-menu .sub-menu a {
        min-height: 34px;
        border: 0;
        border-radius: 0;
        padding: 5px 0 5px 18px;
        color: #5f6368 !important;
        font-size: 16px;
        font-weight: 600;
        line-height: 1.25;
        background: transparent;
        outline: none;
    }

    .co-drawer-links {
        margin-top: 22px;
        padding-top: 16px;
        border-top: 1px solid rgba(29, 29, 31, 0.12);
    }

    .co-drawer-links a {
        display: flex;
        align-items: center;
        min-height: 34px;
        border: 0 !important;
        border-radius: 0 !important;
        padding: 5px 0 !important;
        color: #333336 !important;
        font-size: 16px;
        font-weight: 650;
        line-height: 1.25;
        background: transparent !important;
        box-shadow: none !important;
        outline: none;
    }

    .co-drawer-links a::before {
        content: "";
        width: 6px;
        height: 6px;
        margin-right: 12px;
        border-radius: 50%;
        background: var(--co-gold);
    }

    .co-site-footer {
        margin-top: 34px;
        padding-inline: 0;
    }

    .co-footer-inner {
        width: calc(100% - 28px);
        padding-top: 12px;
    }

    .co-footer-note {
        padding-bottom: 12px;
        font-size: 12px;
    }

    .co-footer-grid {
        display: block;
        padding: 0;
        border-top: 0;
    }

    .co-footer-grid details {
        border-bottom: 1px solid #d2d2d7;
    }

    .co-footer-grid summary {
        position: relative;
        min-height: 44px;
        margin: 0;
        padding: 12px 34px 12px 0;
        color: #1d1d1f;
        font-size: 16px;
        font-weight: 700;
        cursor: pointer;
    }

    .co-footer-grid summary::after {
        content: "";
        position: absolute;
        right: 4px;
        top: 50%;
        width: 8px;
        height: 8px;
        border-right: 2px solid var(--co-black);
        border-bottom: 2px solid var(--co-black);
        transform: translateY(-65%) rotate(45deg);
        transition: transform 160ms ease, border-color 160ms ease;
    }

    .co-footer-grid details[open] summary::after {
        border-color: var(--co-gold-dark);
        transform: translateY(-35%) rotate(225deg);
    }

    .co-footer-grid span,
    .co-footer-grid a {
        margin: 0;
        padding: 3px 0 7px 12px;
        color: #424245 !important;
        font-size: 14px;
        line-height: 1.35;
    }

    .co-footer-grid details > :last-child {
        padding-bottom: 14px;
    }

    .co-footer-shopline {
        padding: 14px 0 13px;
        font-size: 14px;
    }

    .co-footer-bottom {
        grid-template-columns: 1fr;
        gap: 8px;
        padding-bottom: 18px;
        font-size: 12px;
    }

    .co-footer-bottom nav {
        order: 3;
    }

    .co-footer-locale {
        order: 1;
    }

    .co-footer-bottom > span:first-child {
        order: 2;
    }
}

@media (max-width: 369px) {
    .co-mobile-menu > li > a {
        font-size: 21px;
    }
}


/* ============================================================
 * OVERRIDES: bigger logo + header color matches footer
 * ============================================================ */

/* Match header background to footer (#f5f5f7) */
/* Header — BLACK background, light text, gold accents */
.co-site-header {
    background: var(--co-black) !important;
    backdrop-filter: none;
    border-bottom: 1px solid rgba(212, 175, 55, 0.28);
}

.co-header-main,
.co-desktop-cats {
    background: var(--co-black) !important;
}

/* Category bar separator (gold hairline) */
.co-desktop-cats {
    border-top: 1px solid rgba(212, 175, 55, 0.18);
}

/* Account / Cart / Menu pills — WHITE pills with dark text on black header */
.co-header-actions a,
.co-menu-toggle {
    color: var(--co-black) !important;
    background: #fff !important;
    border-color: rgba(255, 255, 255, 0.4) !important;
}

.co-header-actions a:hover,
.co-menu-toggle:hover {
    color: var(--co-black) !important;
    background: var(--co-gold-soft) !important;
    border-color: var(--co-gold) !important;
}

.co-menu-toggle span:not(.screen-reader-text) {
    background: var(--co-black);
}

/* Mobile drawer close (×) — visible dark icon on the light drawer */
.co-menu-close {
    color: #1d1d1f !important;
    background: transparent !important;
    border-color: transparent !important;
}

.co-menu-close:hover {
    color: var(--co-gold-dark) !important;
    background: rgba(212, 175, 55, 0.12) !important;
}

@media (max-width: 980px) {
    .co-menu-close::before,
    .co-menu-close::after {
        background: #1d1d1f !important;
    }
    .co-menu-close:hover::before,
    .co-menu-close:hover::after {
        background: var(--co-gold-dark) !important;
    }
}

/* Cart count badge — gold on black */
.co-cart-count {
    background: var(--co-gold) !important;
    color: var(--co-black) !important;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.2);
}

/* Category menu links — white text, gold hover */
.co-category-menu a {
    color: #ffffff !important;
}

.co-category-menu a:hover {
    color: var(--co-gold) !important;
}

/* Search bar stays light so it's readable, but tighten border */
.co-site-search .aws-container .aws-search-form,
.co-site-search form {
    border-color: rgba(212, 175, 55, 0.35) !important;
    box-shadow: inset 0 0 0 1px rgba(212, 175, 55, 0.18) !important;
}

/* Bigger logo - desktop */
.co-header-main {
    grid-template-columns: 220px minmax(260px, 1fr) auto;
}

.co-logo-link {
    min-height: 72px;
}

.co-logo-link img {
    width: 140px;
    max-height: 80px;
}

/* Bigger logo - mobile (kept proportional, not overgrown) */
@media (max-width: 980px) {
    .co-header-main {
        grid-template-columns: auto 1fr;
    }

    .co-logo-link img {
        width: 96px;
        max-height: 64px;
    }
}

/* Hide accessibility skip link unless keyboard-focused */
.skip-to-main {
    position: absolute;
    left: -9999px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.skip-to-main:focus {
    position: fixed;
    left: 16px;
    top: 16px;
    z-index: 100003;
    width: auto;
    height: auto;
    padding: 10px 16px;
    border-radius: 8px;
    color: var(--co-gold);
    font-weight: 700;
    text-decoration: none;
    background: var(--co-black);
    box-shadow: 0 4px 12px rgba(0,0,0,0.25);
}


/* ============================================================
 * Homepage info strip — clean white bar (4 items)
 * Used by Divi Code module with class .co-info-strip
 * Mobile  -> infinite right-to-left marquee
 * Tablet+ -> fixed, evenly spaced across full width
 * ============================================================ */

.co-info-strip {
    width: 100%;
    margin: 0;
    padding: 16px 24px;
    background: #ffffff;
    border-top: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
    overflow: hidden;
}

.co-info-track {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    flex-wrap: nowrap;
}

.co-info-item {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    flex: 0 0 auto;
    white-space: nowrap;
}

.co-info-icon {
    width: 22px;
    height: 22px;
    flex-shrink: 0;
    fill: none;
    stroke: var(--co-gold-dark);
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.co-info-text {
    color: #6e6e73;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 0;
}

.co-info-text strong {
    color: var(--co-black);
    font-weight: 700;
    margin-right: 4px;
}

/* Desktop & tablet: hide duplicate set, evenly distribute 4 items */
@media (min-width: 769px) {
    .co-info-clone {
        display: none !important;
    }
}

/* Mobile: marquee */
@media (max-width: 768px) {
    .co-info-strip {
        padding: 12px 0;
    }

    .co-info-track {
        justify-content: flex-start;
        width: max-content;
        max-width: none;
        gap: 36px;
        padding-left: 16px;
        animation: co-info-marquee 22s linear infinite;
    }

    .co-info-strip:hover .co-info-track,
    .co-info-strip:active .co-info-track {
        animation-play-state: paused;
    }

    .co-info-text {
        font-size: 14px;
    }
}

@keyframes co-info-marquee {
    from { transform: translateX(0); }
    to   { transform: translateX(-50%); }
}

/* ============================================================
 * Force Divi wrappers around .co-info-strip to ZERO padding
 * Fixes: vertical clipping (desktop) + left gutter (mobile)
 * ============================================================ */

/* Section, row, column wrapping the Code module */
.et_pb_section:has(.co-info-strip),
.et_pb_row:has(.co-info-strip),
.et_pb_column:has(.co-info-strip),
.et_pb_module:has(.co-info-strip),
.et_pb_code:has(.co-info-strip),
.et_pb_code_inner:has(.co-info-strip) {
    padding: 0 !important;
    margin: 0 !important;
    max-width: 100% !important;
    width: 100% !important;
}

/* Fallback for browsers without :has() — target the Code module itself */
.et_pb_code .co-info-strip {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    width: 100vw;
    max-width: 100vw;
}

/* Make sure the strip itself has breathing room and never clips text */
.co-info-strip {
    min-height: 56px;
    display: flex;
    align-items: center;
}

@media (max-width: 768px) {
    .co-info-strip {
        min-height: 44px;
    }

    /* Kill any inherited horizontal padding on mobile */
    .co-info-track {
        padding-left: 0 !important;
    }

    /* The first item starts flush at the left edge */
    .co-info-track > .co-info-item:first-child {
        padding-left: 16px;
    }
}

/* ============================================================
 * HARDER OVERRIDE — target boxof4cl section directly
 * The :has() rules above don't always beat Divi's inline section CSS.
 * This block uses doubled-class specificity to win every cascade.
 * ============================================================ */

.et_pb_section.boxof4cl.boxof4cl,
.et_pb_section.boxof4cl.boxof4cl > .et_pb_row,
.et_pb_section.boxof4cl.boxof4cl .et_pb_row,
.et_pb_section.boxof4cl.boxof4cl .et_pb_column,
.et_pb_section.boxof4cl.boxof4cl .et_pb_module,
.et_pb_section.boxof4cl.boxof4cl .et_pb_code,
.et_pb_section.boxof4cl.boxof4cl .et_pb_code_inner {
    padding: 0 !important;
    margin: 0 !important;
    max-width: 100% !important;
    width: 100% !important;
    min-height: 0 !important;
}

/* ============================================================
 * Spacing between fixed header and the white strip
 * Desktop  -> larger gap so it breathes from the category menu
 * Mobile   -> small gap (was 100px from Divi inline — beat with doubled class)
 * ============================================================ */

/* DESKTOP / TABLET: visible white gap above the strip */
@media (min-width: 769px) {
    .et_pb_section.boxof4cl.boxof4cl {
        margin-top: 28px !important;
        margin-bottom: 0 !important;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
}

/* MOBILE: moderate gap, override Divi's inline 100px !important */
@media (max-width: 768px) {
    .et_pb_section.boxof4cl.boxof4cl {
        margin-top: 24px !important;
        margin-bottom: 0 !important;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
}

/* Strip itself — guarantee enough vertical room so text never clips */
.et_pb_section.boxof4cl .co-info-strip {
    min-height: 64px !important;
    padding-top: 14px !important;
    padding-bottom: 14px !important;
    display: flex !important;
    align-items: center !important;
    overflow: hidden;
}

@media (max-width: 768px) {
    .et_pb_section.boxof4cl .co-info-strip {
        min-height: 48px !important;
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }
}
