:root {
    --neo-bg: #f6f8fb;
    --neo-surface: #ffffff;
    --neo-surface-2: #eef3f7;
    --neo-text: #0b1220;
    --neo-muted: #667085;
    --neo-border: rgba(11, 18, 32, .10);
    --neo-brand: #00a99d;
    --neo-brand-2: #00d4c7;
    --neo-danger: #ff4d4f;
    --neo-radius: 18px;
    --neo-max: 1180px;
    --neo-shadow: 0 12px 34px rgba(16, 24, 40, .10);
}

@media (prefers-color-scheme: dark) {
    :root {
        --neo-bg: #061014;
        --neo-surface: #0b1b20;
        --neo-surface-2: #11272d;
        --neo-text: #f4fbfb;
        --neo-muted: #98a8ad;
        --neo-border: rgba(255,255,255,.10);
        --neo-shadow: 0 16px 42px rgba(0,0,0,.35);
    }
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    background: var(--neo-bg);
    color: var(--neo-text);
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    padding-bottom: calc(78px + env(safe-area-inset-bottom));
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; display: block; }
.neo-container { width: min(var(--neo-max), calc(100% - 24px)); margin-inline: auto; }
.neo-header {
    position: sticky; top: 0; z-index: 90;
    background: color-mix(in srgb, var(--neo-surface) 92%, transparent);
    backdrop-filter: blur(16px);
    border-bottom: 1px solid var(--neo-border);
}
.neo-header-inner { min-height: 62px; display: flex; align-items: center; gap: 12px; }
.neo-brand { display: inline-flex; align-items: center; gap: 3px; font-size: 20px; letter-spacing: -.04em; margin-right: auto; }
.neo-brand strong { font-weight: 950; }
.neo-brand span { color: var(--neo-brand); font-weight: 800; }
.neo-icon-button { border: 1px solid var(--neo-border); background: var(--neo-surface-2); color: var(--neo-text); border-radius: 999px; width: 42px; height: 42px; font-size: 20px; }
.neo-desktop-nav { display: none; }
.neo-lang { display: flex; gap: 4px; }
.neo-lang-link { font-size: 11px; padding: 7px 8px; border: 1px solid var(--neo-border); border-radius: 999px; color: var(--neo-muted); }
.neo-lang-link.is-active { background: var(--neo-brand); color: #001312; border-color: var(--neo-brand); font-weight: 900; }
.neo-search-panel { padding: 12px 0; border-top: 1px solid var(--neo-border); }
.neo-search-panel form { display: flex; gap: 8px; }
.neo-search-panel input[type="search"] { flex: 1; min-height: 44px; border-radius: 999px; border: 1px solid var(--neo-border); padding: 0 16px; background: var(--neo-bg); color: var(--neo-text); }
.neo-search-panel button { min-height: 44px; border: 0; border-radius: 999px; padding: 0 18px; background: var(--neo-brand); color: #001312; font-weight: 900; }
.neo-hero { padding: 38px 0 26px; background: radial-gradient(circle at 80% 0%, color-mix(in srgb, var(--neo-brand) 28%, transparent), transparent 36%); }
.neo-kicker { color: var(--neo-brand); font-weight: 900; text-transform: uppercase; font-size: 12px; letter-spacing: .12em; }
.neo-hero h1 { max-width: 760px; margin: 0; font-size: clamp(36px, 10vw, 82px); line-height: .92; letter-spacing: -.075em; }
.neo-hero p:not(.neo-kicker) { color: var(--neo-muted); font-size: 17px; line-height: 1.55; max-width: 620px; }
.neo-button, .button, button.single_add_to_cart_button, .added_to_cart {
    display: inline-flex !important; align-items: center; justify-content: center;
    min-height: 46px; padding: 0 18px !important; border-radius: 999px !important;
    background: var(--neo-brand) !important; color: #001312 !important; font-weight: 950 !important; border: 0 !important;
}
.neo-section { padding: 22px 0; }
.neo-section-head h2, .woocommerce-products-header__title, .product_title { font-size: 26px; letter-spacing: -.045em; margin: 0 0 14px; }
.woocommerce ul.products, ul.products { display: grid !important; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 12px; margin: 0 !important; padding: 0 !important; }
.woocommerce ul.products li.product, ul.products li.product {
    width: auto !important; float: none !important; margin: 0 !important;
    background: var(--neo-surface); border: 1px solid var(--neo-border); border-radius: var(--neo-radius);
    padding: 10px; box-shadow: 0 6px 18px rgba(0,0,0,.04); overflow: hidden;
}
.woocommerce ul.products li.product a img { border-radius: 14px; margin: 0 0 10px !important; background: var(--neo-surface-2); }
.woocommerce-loop-product__title { font-size: 14px !important; line-height: 1.25; padding: 0 !important; margin: 8px 0 5px !important; min-height: 36px; }
.price { color: var(--neo-brand) !important; font-weight: 950 !important; font-size: 15px !important; }
.woocommerce ul.products li.product .button { width: 100%; min-height: 40px; margin-top: 9px !important; font-size: 13px !important; }
.neo-shop-shell { padding-top: 18px; }
.woocommerce-result-count { color: var(--neo-muted); font-size: 13px; }
.woocommerce-ordering select { min-height: 40px; border-radius: 999px; border: 1px solid var(--neo-border); background: var(--neo-surface); color: var(--neo-text); padding: 0 12px; }
.single-product div.product { display: grid; gap: 18px; }
.single-product .summary { background: var(--neo-surface); border: 1px solid var(--neo-border); border-radius: 22px; padding: 16px; box-shadow: var(--neo-shadow); }
.quantity input { min-height: 42px; border-radius: 12px; border: 1px solid var(--neo-border); background: var(--neo-bg); color: var(--neo-text); padding: 0 8px; }
.neo-content { padding: 28px 0; line-height: 1.65; }
.neo-card { background: var(--neo-surface); border: 1px solid var(--neo-border); border-radius: var(--neo-radius); padding: 16px; margin-bottom: 14px; }
.neo-footer { padding: 30px 0 100px; color: var(--neo-muted); border-top: 1px solid var(--neo-border); margin-top: 40px; }
.neo-appbar {
    position: fixed; left: 10px; right: 10px; bottom: max(10px, env(safe-area-inset-bottom)); z-index: 100;
    display: grid; grid-template-columns: repeat(5, 1fr); gap: 4px;
    min-height: 64px; padding: 7px; border-radius: 24px;
    background: color-mix(in srgb, var(--neo-surface) 94%, transparent); backdrop-filter: blur(18px);
    border: 1px solid var(--neo-border); box-shadow: var(--neo-shadow);
}
.neo-appbar-item { position: relative; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 2px; color: var(--neo-muted); background: transparent; border: 0; border-radius: 18px; font: inherit; }
.neo-appbar-item span { font-size: 20px; line-height: 1; }
.neo-appbar-item small { font-size: 10px; font-weight: 800; }
.neo-cart-count { position: absolute; top: 4px; right: 15%; display: inline-grid; place-items: center; min-width: 18px; height: 18px; padding: 0 5px; border-radius: 999px; background: var(--neo-danger); color: white; font-size: 11px; font-weight: 900; }
@media (min-width: 760px) {
    body { padding-bottom: 0; }
    .neo-appbar { display: none; }
    .neo-desktop-nav { display: block; }
    .neo-desktop-nav ul { display: flex; gap: 18px; list-style: none; margin: 0; padding: 0; }
    .neo-desktop-nav a { color: var(--neo-muted); font-weight: 800; }
    .woocommerce ul.products, ul.products { grid-template-columns: repeat(4, minmax(0,1fr)); gap: 18px; }
    .single-product div.product { grid-template-columns: 1fr .9fr; align-items: start; }
}

/* Neo by 47 v0.1.2 navigation, logo and theme controls */
:root[data-neo-theme="light"] {
    --neo-bg: #f6f8fb;
    --neo-surface: #ffffff;
    --neo-surface-2: #eef3f7;
    --neo-text: #0b1220;
    --neo-muted: #667085;
    --neo-border: rgba(11, 18, 32, .10);
    --neo-shadow: 0 12px 34px rgba(16, 24, 40, .10);
}

:root[data-neo-theme="dark"] {
    --neo-bg: #061014;
    --neo-surface: #0b1b20;
    --neo-surface-2: #11272d;
    --neo-text: #f4fbfb;
    --neo-muted: #98a8ad;
    --neo-border: rgba(255,255,255,.10);
    --neo-shadow: 0 16px 42px rgba(0,0,0,.35);
}

.neo-brand {
    gap: 8px;
}

.neo-brand-mark,
.neo-logo-svg {
    display: block;
    width: 38px;
    height: 38px;
}

.neo-brand-text {
    display: flex;
    flex-direction: column;
    line-height: .88;
}

.neo-brand-text strong {
    font-size: 19px;
    font-weight: 950;
    letter-spacing: -.05em;
}

.neo-brand-text small {
    color: var(--neo-brand);
    font-size: 10px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .08em;
}

.neo-header-actions {
    display: flex;
    align-items: center;
    gap: 8px;
}

.neo-icon-button {
    position: relative;
    display: inline-grid;
    place-items: center;
    text-align: center;
}

.neo-cart-button .neo-cart-count {
    top: -5px;
    right: -5px;
}

.neo-theme-switcher {
    display: inline-flex;
    gap: 3px;
    padding: 3px;
    border: 1px solid var(--neo-border);
    border-radius: 999px;
    background: var(--neo-surface-2);
}

.neo-theme-switcher button {
    display: inline-grid;
    place-items: center;
    min-width: 28px;
    height: 28px;
    border: 0;
    border-radius: 999px;
    background: transparent;
    color: var(--neo-muted);
    font: inherit;
    font-size: 12px;
    font-weight: 900;
    cursor: pointer;
}

.neo-theme-switcher button.is-active {
    background: var(--neo-brand);
    color: #001312;
}

.neo-lang-link {
    display: inline-grid;
    place-items: center;
    min-width: 31px;
    height: 31px;
    padding: 0;
    overflow: hidden;
}

.neo-lang-link img {
    width: 20px;
    height: 14px;
    object-fit: cover;
    border-radius: 2px;
}

.neo-desktop-nav .neo-app-menu,
.neo-desktop-nav > div > ul,
.neo-desktop-nav > ul {
    display: flex;
    align-items: center;
    gap: 8px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.neo-desktop-nav a,
.neo-nav-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    padding: 0 14px;
    border-radius: 999px;
    border: 1px solid transparent;
    background: transparent;
    color: var(--neo-muted);
    font: inherit;
    font-weight: 850;
    cursor: pointer;
}

.neo-desktop-nav a:hover,
.neo-nav-button:hover {
    color: var(--neo-text);
    background: var(--neo-surface-2);
    border-color: var(--neo-border);
}

.neo-mobile-controls {
    position: fixed;
    left: 16px;
    right: 16px;
    bottom: calc(84px + env(safe-area-inset-bottom));
    z-index: 99;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    pointer-events: none;
}

.neo-mobile-controls .neo-lang,
.neo-mobile-controls .neo-theme-switcher {
    pointer-events: auto;
    box-shadow: 0 8px 22px rgba(0,0,0,.16);
}

.neo-appbar {
    grid-template-columns: 1fr 1fr 1.15fr 1fr 1fr;
}

.neo-appbar-logo {
    color: var(--neo-brand);
}

.neo-appbar-logo .neo-logo-svg {
    width: 44px;
    height: 44px;
    filter: drop-shadow(0 6px 12px rgba(0,169,157,.28));
}

.neo-appbar-logo small {
    display: none;
}

@media (max-width: 759px) {
    .neo-header {
        position: static;
        border-bottom: 0;
        background: transparent;
        backdrop-filter: none;
    }

    .neo-header-inner {
        display: none;
    }

    .neo-search-panel {
        position: fixed;
        left: 10px;
        right: 10px;
        bottom: calc(154px + env(safe-area-inset-bottom));
        z-index: 110;
        padding: 10px;
        border: 1px solid var(--neo-border);
        border-radius: 22px;
        background: color-mix(in srgb, var(--neo-surface) 96%, transparent);
        box-shadow: var(--neo-shadow);
    }

    .neo-search-panel .neo-container {
        width: 100%;
    }
}

@media (min-width: 760px) {
    .neo-mobile-controls {
        display: none;
    }

    .neo-header-actions .neo-lang,
    .neo-header-actions .neo-theme-switcher {
        display: inline-flex;
    }

    .neo-header-inner {
        min-height: 76px;
    }
}

/* Neo by 47 v0.1.3 menu modal and compliance footer */
body.neo-menu-open {
    overflow: hidden;
}

.neo-header-actions .neo-lang,
.neo-header-actions .neo-theme-switcher {
    display: none !important;
}

.neo-search-panel form[role="search"],
.neo-search-panel form {
    display: grid;
    grid-template-columns: 1fr 48px;
    gap: 8px;
    align-items: center;
}

.neo-search-panel input[type="search"] {
    min-width: 0;
}

.neo-search-panel button[type="submit"],
.neo-search-panel input[type="submit"] {
    width: 48px;
    min-width: 48px;
    padding: 0 !important;
    overflow: hidden;
    white-space: nowrap;
    text-indent: -999px;
    position: relative;
}

.neo-search-panel button[type="submit"]::before,
.neo-search-panel input[type="submit"]::before {
    content: "⌕";
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
    text-indent: 0;
    font-size: 22px;
}

.neo-menu-overlay {
    position: fixed;
    inset: 0;
    z-index: 190;
    background: rgba(0, 0, 0, .48);
    backdrop-filter: blur(6px);
}

.neo-menu-modal {
    position: fixed;
    left: 10px;
    right: 10px;
    bottom: calc(86px + env(safe-area-inset-bottom));
    z-index: 200;
    max-height: min(78vh, 680px);
    overflow: auto;
    border: 1px solid var(--neo-border);
    border-radius: 28px;
    background: color-mix(in srgb, var(--neo-surface) 98%, transparent);
    box-shadow: 0 24px 80px rgba(0,0,0,.38);
    padding: 16px;
}

.neo-menu-modal-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 14px;
}

.neo-menu-logo {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.neo-menu-close {
    display: inline-grid;
    place-items: center;
    width: 42px;
    height: 42px;
    border: 1px solid var(--neo-border);
    border-radius: 999px;
    background: var(--neo-surface-2);
    color: var(--neo-text);
    font-size: 26px;
    line-height: 1;
}

.neo-menu-primary {
    display: grid;
    gap: 9px;
}

.neo-menu-primary a,
.neo-menu-primary button {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    min-height: 52px;
    padding: 0 16px;
    border: 1px solid var(--neo-border);
    border-radius: 18px;
    background: var(--neo-surface-2);
    color: var(--neo-text);
    font: inherit;
    font-weight: 900;
    text-align: left;
}

.neo-menu-primary .neo-cart-count {
    position: static;
    margin-left: auto;
}

.neo-menu-compliance {
    margin-top: 18px;
    padding-top: 14px;
    border-top: 1px solid var(--neo-border);
}

.neo-menu-compliance h3 {
    margin: 0 0 10px;
    color: var(--neo-muted);
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .12em;
}

.neo-compliance-links,
.neo-footer-menu ul {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 12px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.neo-compliance-links a,
.neo-footer-menu a {
    color: var(--neo-muted);
    font-size: 13px;
    font-weight: 800;
}

.neo-compliance-links a:hover,
.neo-footer-menu a:hover,
.neo-signature a:hover {
    color: var(--neo-brand);
}

.neo-menu-controls {
    position: sticky;
    bottom: -16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin: 16px -16px -16px;
    padding: 12px 16px calc(12px + env(safe-area-inset-bottom));
    border-top: 1px solid var(--neo-border);
    background: color-mix(in srgb, var(--neo-surface) 96%, transparent);
    backdrop-filter: blur(14px);
}

.neo-menu-controls .neo-lang {
    display: flex;
    flex-wrap: wrap;
}

.neo-footer {
    padding-bottom: calc(112px + env(safe-area-inset-bottom));
}

.neo-signature {
    margin: 18px 0 0;
}

.neo-signature a {
    color: var(--neo-brand);
    font-weight: 900;
}

.neo-brand-mark,
.neo-logo-svg {
    flex: 0 0 auto;
}

.neo-logo-svg {
    overflow: visible;
}

.neo-brand .neo-logo-svg,
.neo-menu-logo .neo-logo-svg {
    width: 42px;
    height: 42px;
}

@media (max-width: 759px) {
    .neo-mobile-controls {
        display: none !important;
    }
}

@media (min-width: 760px) {
    .neo-menu-modal {
        top: 92px;
        bottom: auto;
        left: auto;
        right: max(24px, calc((100vw - var(--neo-max)) / 2));
        width: min(430px, calc(100vw - 48px));
        max-height: calc(100vh - 116px);
    }

    .neo-menu-overlay {
        background: rgba(0, 0, 0, .32);
    }

    .neo-footer {
        padding-bottom: 42px;
    }
}
