@charset "UTF-8";

/* flatsome-variation-images-css */
.ux-additional-variation-images-thumbs-placeholder {max-height: 0;opacity: 0;visibility: hidden;transition: visibility .1s, opacity .1s, max-height .2s ease-out;}.ux-additional-variation-images-thumbs-placeholder--visible {max-height: 1000px;opacity: 1;visibility: visible;transition: visibility .2s, opacity .2s, max-height .1s ease-in;}

/* cs-a11y-css */

/* 1. target-size: Flatsome absolute-footer nav (ul.links.footer-nav) links were 15px tall.
   Vertical padding lifts each link to 25px; the ul's own 5px padding is dropped so a
   single-line footer keeps exactly the same height. */
.absolute-footer ul.links.footer-nav > li > a { display: inline-block; padding: 5px 0; }
.absolute-footer ul.links.footer-nav { padding-top: 0; padding-bottom: 0; }

/* 2. color-contrast: white text on brand blue #2196F3 is 3.12:1 (sale red #E3342F 4.37:1); #1976D2 (same hue,
   already the end stop of the consent gradient) gives 4.60:1. Hover colours were
   already darker and stay untouched. */
.cs-product-badge.cs-badge-bs { background: #1976D2 !important; }
.cs-product-badge.cs-badge-sale { background: #DC322D !important; } /* was #E3342F (4.37:1), now 4.63:1 */
#cs-consent-bar .cs-consent-actions .cs-consent-btn.cs-consent-accept { background: #1976D2 !important; }
#cs-consent-bar .cs-consent-actions .cs-consent-btn.cs-consent-accept:hover { background: #1E40AF !important; }
.cs-banner-marquee-cta.cs-banner-marquee-cta--primary { background: #1976D2 !important; border-color: #1976D2 !important; }
.cs-banner-marquee-cta.cs-banner-marquee-cta--primary:hover { background: #1D4ED8 !important; border-color: #1D4ED8 !important; }

/* 3. color-contrast: language switcher. Inactive links were #222 at opacity .45 on the
   white pill (= #919191 on #EBEBEB, 2.64:1). Text now #666 (4.8:1); only the flag keeps
   the faded look. */
body .cs-lang-switch a { opacity: 1; color: #666; transition: color .15s; }
body .cs-lang-switch a.active { color: #222; }
body .cs-lang-switch a:not(.active) svg { opacity: .45; transition: opacity .15s; }
body .cs-lang-switch a:not(.active):hover { color: #222; }
body .cs-lang-switch a:not(.active):hover svg { opacity: 1; }

/* 4. heading-order: product feature grid headings are h2 now (were h4 directly after
   the h1). Same visual as the old h4 rule in cs_product_styles.php. */
.cs-product-desc .cs-feature h2 {
    font-size: 16px !important;
    line-height: 1.65 !important;
    margin: 0 0 6px !important;
    padding: 0 !important;
    color: #0F1E2E !important;
    font-weight: 700 !important;
    letter-spacing: -0.01em !important;
    text-transform: none !important;
}


/* kirki-inline-styles */


/* cs-catnav-css */

    /* Metric-matched local fallback for the hero text: Montserrat (font-display:swap)
       arrives late on slow mobile and re-wrapped the subline (1 -> 2 lines), which
       pushed the tile strip down (CLS 0.127 on /shop/). size-adjust makes the Arial
       fallback take the same width so the swap no longer changes the layout. */
    @font-face{font-family:'cs-shophero-fb';font-weight:400;src:local('Arial'),local('Liberation Sans'),local('Helvetica');
        size-adjust:114.5%;ascent-override:84.5%;descent-override:21.9%;line-gap-override:0%;}
    @font-face{font-family:'cs-shophero-fb';font-weight:700 900;src:local('Arial Bold'),local('Arial-BoldMT'),local('Liberation Sans Bold'),local('Helvetica Bold');
        size-adjust:118%;ascent-override:82%;descent-override:21.3%;line-gap-override:0%;}
    .cs-shophero__title,.cs-shophero__sub,.cs-catnav__head{font-family:'Montserrat','cs-shophero-fb',sans-serif;}
    .cs-shophero{margin:4px 0 24px;}
    .cs-shophero__title{font-size:1.95rem;line-height:1.08;font-weight:800;
        color:#fff;margin:0 0 8px;letter-spacing:-.01em;}
    .cs-shophero__sub{color:#aeb6c2 !important;font-size:1.05rem;line-height:1.45;margin:0;max-width:640px;}
    .cs-shophero__sub a{color:#2196f3;text-decoration:none;
        border-bottom:1px solid rgba(33,150,243,.45);}
    .cs-shophero__sub a:hover{border-bottom-color:#2196f3;}
    @media(max-width:549px){.cs-shophero__title{font-size:1.55rem;}.cs-shophero__sub{font-size:.96rem;}}
    .cs-catnav{margin:0 0 32px;}
    .cs-catnav__head{font-size:.82rem;letter-spacing:.14em;text-transform:uppercase;
        color:#9aa3b2;margin:0 0 14px;padding:0;font-weight:600;}
    .cs-catnav__wrap{position:relative;}
    .cs-catnav__row{overflow-x:auto;padding:2px 0 12px;
        scrollbar-width:none;-webkit-overflow-scrolling:touch;
        -webkit-mask-image:linear-gradient(90deg,transparent,#000 3%,#000 97%,transparent);
        mask-image:linear-gradient(90deg,transparent,#000 3%,#000 97%,transparent);}
    .cs-catnav__row::-webkit-scrollbar{display:none;}
    .cs-catnav__row.is-manual{scroll-snap-type:x proximity;}
    .cs-catnav__track{display:flex;width:max-content;}
    .cs-cat{flex:0 0 auto;width:190px;margin-right:14px;text-decoration:none;
        display:block;border-radius:18px;transition:transform .18s ease;scroll-snap-align:start;}
    .cs-cat:hover{transform:translateY(-3px);}
    .cs-catnav__btn{position:absolute;top:calc(50% - 7px);transform:translateY(-50%);z-index:2;
        width:38px;height:38px;border-radius:50%;border:1px solid rgba(255,255,255,.14);
        background:rgba(12,14,18,.88);color:#fff;display:flex;align-items:center;
        justify-content:center;cursor:pointer;padding:0;
        box-shadow:0 4px 14px rgba(0,0,0,.45);transition:opacity .15s ease,border-color .15s ease;}
    .cs-catnav__btn svg{width:18px;height:18px;}
    .cs-catnav__btn:hover{border-color:rgba(255,255,255,.32);}
    .cs-catnav__btn[disabled]{opacity:.3;cursor:default;}
    .cs-catnav__btn--prev{left:-13px;}
    .cs-catnav__btn--next{right:-13px;}
    @media(max-width:768px){.cs-catnav__btn{display:none;}}
    .cs-usps{display:flex;flex-wrap:wrap;justify-content:center;gap:14px 40px;
        margin:2px 0 30px;padding:15px 12px;
        border-top:1px solid rgba(255,255,255,.09);border-bottom:1px solid rgba(255,255,255,.09);}
    .cs-usp{display:flex;align-items:center;gap:10px;color:#c2c9d4;font-size:.95rem;}
    .cs-usp svg{width:22px;height:22px;flex:0 0 auto;stroke:#2196f3;}
    .cs-usp strong{color:#fff;font-weight:600;}
    @media(max-width:600px){.cs-usps{flex-direction:column;align-items:center;gap:12px;}}
    .cs-cat:focus-visible{outline:2px solid #2196f3;outline-offset:3px;}
    .cs-cat__img{display:block;width:100%;aspect-ratio:1.585/1;border-radius:18px;
        overflow:hidden;background:#0c0e12;position:relative;
        box-shadow:0 6px 18px rgba(0,0,0,.45),inset 0 0 0 1px rgba(255,255,255,.07);}
    .cs-cat__pic{position:absolute;inset:0;width:100%;height:100%;display:block;
        object-fit:cover;object-position:center;border-radius:18px;}
    .cs-cat__img::after{content:"";position:absolute;inset:0;border-radius:18px;
        background:linear-gradient(180deg,rgba(0,0,0,0) 38%,rgba(0,0,0,.78) 100%);}
    .cs-cat:hover .cs-cat__img{box-shadow:0 11px 28px rgba(0,0,0,.6),inset 0 0 0 1px rgba(255,255,255,.12);}
    .cs-cat__cap{position:absolute;left:13px;right:13px;bottom:11px;z-index:1;
        display:flex;flex-direction:column;gap:1px;}
    .cs-cat__name{color:#fff;font-weight:700;font-size:1rem;line-height:1.15;
        text-shadow:0 1px 4px rgba(0,0,0,.55);}
    .cs-cat__count{color:#d7dce5;font-size:.78rem;text-shadow:0 1px 3px rgba(0,0,0,.55);}
    @media(max-width:549px){.cs-cat{width:150px;}.cs-cat__name{font-size:.94rem;}}
    

/* cs-paslinks-css */

	.cs-paslinks{background:#020000;padding:30px 15px 24px;text-align:center;border-bottom:1px solid rgba(255,255,255,.05)}
	.cs-paslinks__head{display:block;margin:0 0 14px;font-size:.72em;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:#8b93a1}
	.cs-paslinks__row{display:flex;flex-wrap:wrap;justify-content:center;gap:10px;max-width:720px;margin:0 auto;padding:0;list-style:none}
	.cs-paslinks__row li{margin:0}
	.cs-paslinks__row a{display:inline-block;padding:7px 16px;border:1px solid rgba(255,255,255,.14);border-radius:999px;font-size:.8em;line-height:1.2;color:#aeb6c2;text-decoration:none;transition:color .15s,border-color .15s}
	.cs-paslinks__row a:hover{color:#fff;border-color:#2196f3}
	

/* cs-consent-css */

#cs-consent-bar {
    position: fixed; left: 18px; bottom: 18px;
    z-index: 99999;
    width: 360px;
    font-family: "Inter", -apple-system, system-ui, sans-serif;
    animation: cs-consent-rise .45s cubic-bezier(.2,.8,.2,1) both;
}
@keyframes cs-consent-rise {
    from { transform: translateY(20px) scale(.96); opacity: 0; }
    to   { transform: none; opacity: 1; }
}
.cs-consent-card {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: start;
    gap: 12px;
    padding: 14px 16px 14px 14px;
    background: rgba(15, 30, 46, .94);
    -webkit-backdrop-filter: saturate(160%) blur(14px);
    backdrop-filter: saturate(160%) blur(14px);
    border-radius: 14px;
    box-shadow:
        0 16px 40px rgba(0,0,0,.32),
        0 0 0 1px rgba(255,255,255,.05);
    color: #F3F4F6;
}
.cs-consent-icon {
    width: 32px; height: 32px;
    display: grid; place-items: center;
    background: linear-gradient(135deg, #2196F3 0%, #1976D2 100%);
    color: #fff;
    border-radius: 9px;
    box-shadow: 0 4px 12px rgba(33,150,243,.28);
    flex-shrink: 0;
    margin-top: 1px;
}
.cs-consent-icon svg { width: 16px; height: 16px; }
.cs-consent-body { min-width: 0; }
.cs-consent-title {
    font-family: "Fraunces", Georgia, serif !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    margin: 0 0 2px !important;
    color: #FFFFFF !important;
    line-height: 1.25 !important;
    letter-spacing: -0.01em;
}
.cs-consent-text {
    margin: 0 0 10px !important;
    font-size: 12.5px;
    line-height: 1.45;
    color: #CBD5E1;
    text-wrap: pretty;
    -webkit-text-wrap: pretty;
}
.cs-consent-link {
    color: #60A5FA;
    text-decoration: none;
    border-bottom: 1px solid rgba(96,165,250,.4);
    transition: border-color .15s ease;
}
.cs-consent-link:hover { border-bottom-color: #60A5FA; }
.cs-consent-actions {
    grid-column: 1 / -1;
    display: flex; gap: 6px;
    margin-top: 4px;
}
.cs-consent-btn {
    appearance: none; border: 0; cursor: pointer;
    padding: 7px 12px;
    border-radius: 8px;
    font-family: inherit;
    font-weight: 600;
    font-size: 12px;
    letter-spacing: .01em;
    transition: transform .15s ease, box-shadow .2s ease, background .2s ease, border-color .2s ease;
    display: inline-flex; align-items: center; gap: 4px;
    white-space: nowrap;
}
.cs-consent-btn:active { transform: translateY(1px); }
.cs-consent-decline {
    background: transparent;
    color: #94A3B8;
    border: 1px solid rgba(255,255,255,.14);
}
.cs-consent-decline:hover {
    color: #F3F4F6;
    border-color: rgba(255,255,255,.28);
    background: rgba(255,255,255,.04);
}
.cs-consent-accept {
    background: linear-gradient(135deg, #2196F3 0%, #1976D2 100%);
    color: #fff;
    box-shadow: 0 6px 18px rgba(33,150,243,.34), 0 0 0 1px rgba(255,255,255,.08) inset;
}
.cs-consent-accept:hover {
    box-shadow: 0 10px 26px rgba(33,150,243,.5), 0 0 0 1px rgba(255,255,255,.12) inset;
}
.cs-consent-accept .cs-consent-arrow {
    width: 12px; height: 12px;
    transition: transform .2s ease;
}
.cs-consent-accept:hover .cs-consent-arrow { transform: translateX(2px); }

@media (max-width: 600px) {
    #cs-consent-bar {
        left: 10px; right: 10px; bottom: 10px;
        width: auto; max-width: none;
    }
    .cs-consent-card {
        gap: 8px;
        padding: 10px 12px;
    }
    .cs-consent-icon { display: none; }
    .cs-consent-card { grid-template-columns: 1fr; }
    .cs-consent-title {
        font-size: 12.5px !important;
        margin-bottom: 1px !important;
    }
    .cs-consent-text {
        font-size: 11.5px;
        line-height: 1.35;
        margin: 0 0 8px !important;
    }
    .cs-consent-actions { gap: 6px; margin-top: 2px; }
    .cs-consent-btn {
        flex: 1;
        padding: 7px 10px;
        font-size: 11.5px;
        justify-content: center;
    }
}


/* cs-cc-css */

/* Reposition + recompose the existing #cs-consent-bar (defined by cs_consent.php) */
#cs-consent-bar.cs-cc-styled {
    left: auto !important;
    right: 18px !important;
    bottom: 18px !important;
    width: 320px !important;
    max-width: calc(100vw - 24px);
    animation: cs-cc-fade .35s cubic-bezier(.2,.8,.2,1) both !important;
}
@keyframes cs-cc-fade {
    from { transform: translateY(12px); opacity: 0; }
    to   { transform: none; opacity: 1; }
}
#cs-consent-bar.cs-cc-styled .cs-consent-card {
    grid-template-columns: 1fr !important;
    gap: 8px !important;
    padding: 12px 14px 12px !important;
    background: #0F1E2E !important;
    -webkit-backdrop-filter: none !important;
    backdrop-filter: none !important;
    border-radius: 12px !important;
    box-shadow: 0 14px 36px rgba(0,0,0,.42), 0 0 0 1px rgba(255,255,255,.06) !important;
    color: #F3F4F6 !important;
}
/* Hide the original icon to keep it compact */
#cs-consent-bar.cs-cc-styled .cs-consent-icon { display: none !important; }
#cs-consent-bar.cs-cc-styled .cs-consent-body { min-width: 0; }
#cs-consent-bar.cs-cc-styled .cs-consent-title {
    font-family: "Fraunces", Georgia, serif !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    margin: 0 0 4px !important;
    color: #FFFFFF !important;
    line-height: 1.2 !important;
    letter-spacing: -0.01em !important;
}
#cs-consent-bar.cs-cc-styled .cs-consent-text {
    margin: 0 0 10px !important;
    font-size: 12px !important;
    line-height: 1.42 !important;
    color: #B6C3D1 !important;
}
#cs-consent-bar.cs-cc-styled .cs-consent-link {
    color: #60A5FA !important;
    border-bottom: 1px solid rgba(96,165,250,.45) !important;
}
#cs-consent-bar.cs-cc-styled .cs-consent-actions {
    grid-column: 1 !important;
    gap: 6px !important;
    margin-top: 0 !important;
}
#cs-consent-bar.cs-cc-styled .cs-consent-btn {
    padding: 7px 11px !important;
    font-size: 11.5px !important;
    border-radius: 7px !important;
    font-weight: 600 !important;
}
#cs-consent-bar.cs-cc-styled .cs-consent-decline {
    background: transparent !important;
    color: #94A3B8 !important;
    border: 1px solid rgba(255,255,255,.14) !important;
}
#cs-consent-bar.cs-cc-styled .cs-consent-decline:hover {
    color: #F3F4F6 !important;
    border-color: rgba(255,255,255,.28) !important;
    background: rgba(255,255,255,.04) !important;
}
#cs-consent-bar.cs-cc-styled .cs-consent-accept {
    background: #2196F3 !important;
    color: #FFFFFF !important;
    box-shadow: 0 4px 12px rgba(37,99,235,.32), 0 0 0 1px rgba(255,255,255,.08) inset !important;
}
#cs-consent-bar.cs-cc-styled .cs-consent-accept:hover {
    background: #1E40AF !important;
    box-shadow: 0 8px 22px rgba(37,99,235,.5), 0 0 0 1px rgba(255,255,255,.12) inset !important;
}
#cs-consent-bar.cs-cc-styled .cs-consent-accept .cs-consent-arrow {
    width: 11px !important; height: 11px !important;
}

@media (max-width: 600px) {
    #cs-consent-bar.cs-cc-styled {
        left: 10px !important;
        right: 10px !important;
        bottom: 10px !important;
        width: auto !important;
    }
    #cs-consent-bar.cs-cc-styled .cs-consent-card {
        padding: 9px 11px 9px !important;
        gap: 6px !important;
    }
    #cs-consent-bar.cs-cc-styled .cs-consent-title { display: none !important; }
    #cs-consent-bar.cs-cc-styled .cs-consent-text {
        font-size: 11.5px !important;
        line-height: 1.35 !important;
        margin: 0 0 7px !important;
    }
    #cs-consent-bar.cs-cc-styled .cs-consent-actions {
        display: flex !important;
        gap: 6px !important;
    }
    #cs-consent-bar.cs-cc-styled .cs-consent-btn {
        flex: 1 !important;
        justify-content: center !important;
        padding: 6px 10px !important;
        font-size: 11px !important;
    }
}

@media (prefers-reduced-motion: reduce) {
    #cs-consent-bar.cs-cc-styled { animation: none !important; }
}

