:root {
    color-scheme: dark;
    --black: #05070a;
    --black-2: #080b10;
    --panel: #0e1218;
    --panel-2: #131922;
    --silver: #dfe5eb;
    --silver-2: #8d98a7;
    --blue: #1688ff;
    --blue-2: #64b4ff;
    --line: #27303a;
    --line-soft: #171d25;
    --white: #f7f9fb;
    --danger: #ff5f70;
    --success: #52d6a0;
    --warning: #ffca65;
    --radius: 18px;
    --shell: min(1240px, calc(100% - 48px));
    --display: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
    --body: Inter, "Segoe UI", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    background: var(--black);
    color: var(--silver);
    font-family: var(--body);
    font-size: 15px;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
}
body::selection { background: var(--blue); color: #fff; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
input, select, textarea {
    width: 100%;
    border: 1px solid var(--line);
    border-radius: 10px;
    background: #090c11;
    color: var(--white);
    padding: 13px 14px;
    outline: none;
    transition: .2s ease;
}
input:focus, select:focus, textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 3px #1688ff1f; }
input[readonly] { color: var(--silver-2); cursor: not-allowed; }
textarea { resize: vertical; }
select { appearance: none; background-image: linear-gradient(45deg, transparent 50%, #8591a0 50%), linear-gradient(135deg, #8591a0 50%, transparent 50%); background-position: calc(100% - 18px) 54%, calc(100% - 12px) 54%; background-size: 6px 6px; background-repeat: no-repeat; }
label { display: grid; gap: 7px; color: #c6ced8; font-size: 13px; }
label small { color: #747f8d; font-weight: 400; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { color: var(--white); line-height: .98; }
h1, h2 { font-family: var(--display); font-weight: 800; letter-spacing: .02em; text-transform: uppercase; }
h1 em, h2 em { color: transparent; font-style: normal; -webkit-text-stroke: 1px #8d98a7; text-shadow: 0 0 30px #1688ff1f; }
.noise { position: fixed; inset: 0; z-index: 999; pointer-events: none; opacity: .018; background-image: repeating-radial-gradient(circle at 17% 23%, #fff 0 1px, transparent 1px 4px); background-size: 7px 9px; }
.shell { width: var(--shell); margin: 0 auto; }
.section-pad { padding: 120px 0; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; color: var(--blue-2); font-size: 11px; font-weight: 800; letter-spacing: .22em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 24px; height: 1px; background: var(--blue); box-shadow: 0 0 12px var(--blue); }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); border: 0; }

.button, .admin-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    min-height: 50px;
    padding: 0 22px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: transparent;
    color: var(--white);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
    cursor: pointer;
    transition: transform .2s ease, border-color .2s ease, background .2s ease, box-shadow .2s ease;
}
.button:hover, .admin-button:hover { transform: translateY(-2px); border-color: #647181; }
.button--primary, .admin-button--primary { border-color: #2e95ff; background: linear-gradient(135deg, #1b98ff 0%, #0755ad 100%); box-shadow: inset 0 1px #7ac2ff, 0 12px 30px #006ee52d; }
.button--primary:hover, .admin-button--primary:hover { border-color: #80c2ff; box-shadow: inset 0 1px #b6dcff, 0 15px 38px #0078ff4a; }
.button--primary span { font-size: 18px; font-weight: 400; }
.button--ghost { background: #10151c; }
.button--compact { min-height: 42px; padding: 0 17px; font-size: 10px; }
.button--full, .admin-button--full { width: 100%; }
.text-link { display: inline-flex; align-items: center; gap: 12px; color: var(--white); font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; border-bottom: 1px solid #42505f; padding-bottom: 5px; }
.text-link span { color: var(--blue-2); font-size: 16px; }

/* Header */
.site-header { position: fixed; top: 0; left: 0; right: 0; z-index: 100; border-bottom: 1px solid transparent; transition: .3s ease; }
.site-header.scrolled { background: #05070ae8; backdrop-filter: blur(18px); border-bottom-color: #1d232c; }
.header-inner { height: 86px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 50px; }
.brand { display: inline-flex; align-items: center; gap: 11px; width: max-content; }
.brand-mark { width: 42px; height: 42px; overflow: hidden; border: 1px solid #535e69; border-radius: 50%; background: #000; box-shadow: 0 0 24px #1688ff25; }
.brand-mark img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 11%; transform: scale(1.72); }
.brand-type { color: var(--white); font-family: var(--display); font-size: 17px; letter-spacing: .09em; white-space: nowrap; }
.brand-type small { color: var(--blue-2); font-family: var(--body); font-size: 7px; vertical-align: 3px; }
.main-nav { display: flex; justify-content: center; gap: 38px; }
.main-nav a { position: relative; color: #abb5c1; font-size: 11px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; transition: color .2s; }
.main-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 1px; background: var(--blue); transition: right .2s; }
.main-nav a:hover { color: #fff; }
.main-nav a:hover::after { right: 0; }
.cart-link { display: flex; align-items: center; gap: 10px; color: #dce2e9; font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.cart-link b { display: grid; place-items: center; width: 23px; height: 23px; border-radius: 50%; background: var(--blue); color: #fff; font-size: 10px; }
.cart-icon { width: 17px; height: 13px; border: 1px solid #8995a3; border-top: 0; transform: skew(-7deg); position: relative; }
.cart-icon::before { content: ""; position: absolute; width: 7px; height: 1px; background: #8995a3; top: -4px; left: -3px; }
.menu-toggle { display: none; border: 0; background: none; padding: 10px; }

/* Feedback */
.flash-stack { position: fixed; right: 24px; top: 105px; z-index: 140; display: grid; gap: 10px; width: min(420px, calc(100% - 48px)); }
.flash { display: flex; align-items: center; justify-content: space-between; gap: 16px; border: 1px solid var(--line); background: #111820f2; backdrop-filter: blur(12px); padding: 14px 16px; border-radius: 10px; color: #dde4ec; box-shadow: 0 18px 45px #0007; }
.flash--success { border-color: #27795e; }
.flash--error { border-color: #a23a49; }
.flash--warning { border-color: #9c7936; }
.flash button { border: 0; background: none; color: #8e9aa8; font-size: 20px; cursor: pointer; }

/* Hero */
.hero { min-height: 900px; padding-top: 86px; position: relative; overflow: hidden; background: radial-gradient(circle at 72% 38%, #062c55 0, #071526 21%, transparent 48%), linear-gradient(180deg, #030507 0%, #070a0e 100%); }
.hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, #05070a 0, transparent 62%), repeating-linear-gradient(90deg, transparent 0 99px, #fff 100px), repeating-linear-gradient(0deg, transparent 0 99px, #fff 100px); opacity: .035; }
.hero-grid { min-height: 730px; display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; position: relative; z-index: 1; }
.hero-copy { padding: 90px 0 70px; max-width: 660px; }
.hero h1 { margin: 22px 0 28px; font-size: clamp(74px, 8vw, 132px); letter-spacing: -.025em; line-height: .79; }
.hero-copy > p { max-width: 570px; color: #9aa6b4; font-size: 17px; line-height: 1.8; }
.hero-actions { display: flex; align-items: center; gap: 32px; margin-top: 38px; }
.hero-points { display: flex; gap: 25px; margin-top: 70px; padding-top: 24px; border-top: 1px solid var(--line); }
.hero-points span { display: flex; gap: 9px; max-width: 130px; color: #7f8b99; font-size: 10px; line-height: 1.5; letter-spacing: .08em; text-transform: uppercase; }
.hero-points b { color: var(--blue-2); }
.hero-visual { min-height: 700px; position: relative; display: grid; place-items: center; }
.hero-glow { position: absolute; width: 75%; aspect-ratio: 1; border-radius: 50%; background: #087fff25; filter: blur(70px); }
.hero-logo-frame { position: relative; width: min(560px, 95%); aspect-ratio: .93; display: grid; place-items: center; border: 1px solid #415061; border-radius: 50% 50% 46% 54% / 54% 50% 50% 46%; background: linear-gradient(135deg, #ffffff09, transparent 48%); box-shadow: inset 0 0 80px #1688ff12, 0 0 100px #0009; transform: rotate(-3deg); }
.hero-logo-frame::before, .hero-logo-frame::after { content: ""; position: absolute; inset: -30px; border: 1px solid #1688ff4d; border-left-color: transparent; border-bottom-color: transparent; border-radius: 50%; transform: rotate(25deg); }
.hero-logo-frame::after { inset: 25px; border-color: #fff1; border-top-color: #fff5; transform: rotate(-18deg); }
.hero-logo-frame img { width: 82%; height: 82%; object-fit: contain; mix-blend-mode: screen; filter: contrast(1.08) drop-shadow(0 20px 35px #000); position: relative; z-index: 2; }
.frame-corner { position: absolute; width: 38px; height: 38px; border-color: var(--blue); z-index: 3; }
.frame-corner--tl { left: 3%; top: 15%; border-left: 2px solid; border-top: 2px solid; }
.frame-corner--br { right: 4%; bottom: 14%; border-right: 2px solid; border-bottom: 2px solid; }
.hero-seal { position: absolute; right: -5px; bottom: 85px; display: flex; align-items: center; gap: 10px; border: 1px solid #526273; border-radius: 50%; width: 110px; height: 110px; justify-content: center; background: #0c1117c7; backdrop-filter: blur(8px); }
.hero-seal strong { font-family: var(--display); font-size: 28px; color: #fff; }
.hero-seal span { font-size: 7px; line-height: 1.5; letter-spacing: .15em; color: #8ea0b1; }
.molecule { position: absolute; z-index: 3; display: flex; gap: 16px; }
.molecule i { width: 17px; height: 17px; border-radius: 50%; background: radial-gradient(circle at 35% 30%, #fff, #128eff 23%, #042d60 62%, #000 63%); box-shadow: 0 0 18px #138eff; position: relative; }
.molecule i + i::before { content: ""; position: absolute; width: 22px; height: 2px; right: 100%; top: 8px; background: #8393a4; transform: rotate(-16deg); transform-origin: right; }
.molecule--a { left: 5%; top: 24%; transform: rotate(18deg); }
.molecule--b { right: 5%; top: 18%; }
.hero-orbit { position: absolute; border: 1px solid #3f4b572e; border-radius: 50%; }
.hero-orbit--one { width: 900px; height: 900px; right: -320px; top: -220px; }
.hero-orbit--two { width: 550px; height: 550px; left: -320px; bottom: -300px; }
.hero-ticker { height: 83px; display: flex; align-items: center; overflow: hidden; border-top: 1px solid #18212b; border-bottom: 1px solid #18212b; background: #070a0e; }
.hero-ticker div { white-space: nowrap; font-family: var(--display); font-size: 28px; letter-spacing: .12em; color: #36404b; animation: ticker 28s linear infinite; }
.hero-ticker span { color: var(--blue); margin: 0 25px; font-size: 12px; }
@keyframes ticker { to { transform: translateX(-35%); } }

/* Shared sections */
.section-heading h2 { margin: 16px 0 0; font-size: clamp(55px, 6vw, 88px); letter-spacing: -.015em; }
.section-heading > p, .section-side p { color: #8995a3; max-width: 490px; line-height: 1.8; }
.split-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 60px; margin-bottom: 55px; }
.section-side { display: grid; justify-items: start; gap: 14px; }
.centered-heading { max-width: 850px; margin: 0 auto 70px; text-align: center; }
.centered-heading .eyebrow { justify-content: center; }
.collection-section { background: #080b0f; }
.product-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.product-card { min-width: 0; }
.product-image { position: relative; aspect-ratio: .86; display: grid; place-items: center; overflow: hidden; background: radial-gradient(circle at 50% 40%, #1a2736 0, #0a0e14 50%, #05070a 100%); border: 1px solid #1b222b; }
.product-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(135deg, #fff08, transparent 30%, transparent 70%, #1688ff0b); pointer-events: none; }
.product-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease, filter .45s ease; }
.product-image:hover img { transform: scale(1.035); filter: brightness(1.12); }
.product-badge { position: absolute; z-index: 2; left: 14px; top: 14px; padding: 7px 10px; border: 1px solid #2c8bea; background: #081c30d9; color: #70baff; font-size: 9px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.product-arrow { position: absolute; z-index: 2; right: 14px; bottom: 14px; display: grid; place-items: center; width: 38px; height: 38px; border-radius: 50%; background: #ffffffed; color: #05070a; transform: translateY(60px); transition: transform .3s ease; }
.product-image:hover .product-arrow { transform: translateY(0); }
.product-card-body { padding: 18px 4px 0; }
.product-card-body > span { color: #6f7d8c; font-size: 9px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.product-card-body h3 { margin: 7px 0 18px; font-family: var(--body); font-size: 17px; line-height: 1.3; text-transform: none; }
.product-card-bottom { display: flex; align-items: center; justify-content: space-between; border-top: 1px solid #242b34; padding-top: 13px; }
.product-card-bottom strong { color: var(--white); font-size: 17px; }
.product-card-bottom button { width: 32px; height: 32px; border: 1px solid #35404c; background: transparent; border-radius: 50%; color: var(--blue-2); font-size: 19px; cursor: pointer; }
.catalog-empty { min-height: 280px; border: 1px solid var(--line); display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 35px; padding: 45px; background: linear-gradient(110deg, #0e141c, #090c11); }
.catalog-empty-index { font-family: var(--display); font-size: 82px; color: #27313c; }
.catalog-empty h3 { font-size: 24px; margin-bottom: 8px; }
.catalog-empty p { color: #7d8997; margin: 0; }
.category-strip { background: #0b0f14; border-block: 1px solid #1e2630; }
.category-strip .shell { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); }
.category-strip a { min-height: 130px; padding: 25px; border-right: 1px solid #1e2630; display: grid; grid-template-columns: auto 1fr auto; gap: 12px; align-items: center; transition: background .2s; }
.category-strip a:hover { background: #111821; }
.category-strip a > span { color: #4c5a69; font-size: 10px; }
.category-strip strong { color: #e8edf2; text-transform: uppercase; font-size: 13px; letter-spacing: .08em; }
.category-strip small { grid-column: 2; color: #657181; font-size: 10px; }
.category-strip b { grid-row: 1/3; grid-column: 3; color: var(--blue-2); font-size: 20px; }
.process-section { background: #05070a; }
.process-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.process-grid article { min-height: 330px; padding: 32px; position: relative; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); overflow: hidden; }
.process-grid article::after { content: ""; position: absolute; width: 180px; height: 180px; border: 1px solid #1f2a36; border-radius: 50%; right: -80px; bottom: -80px; }
.process-grid article > span { color: #596574; font-size: 10px; letter-spacing: .12em; }
.process-icon { margin: 52px 0 28px; font-size: 38px; color: var(--blue-2); text-shadow: 0 0 25px #1688ff; }
.process-grid h3 { font-family: var(--body); font-size: 20px; text-transform: uppercase; letter-spacing: .08em; }
.process-grid p { max-width: 300px; color: #7d8998; margin: 0; }
.manifesto-section { background: #0b0f14; }
.manifesto-grid { display: grid; grid-template-columns: 1.15fr .85fr; min-height: 650px; }
.manifesto-visual { position: relative; overflow: hidden; border-inline: 1px solid var(--line); }
.manifesto-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, transparent, #0b0f14e8); }
.manifesto-visual img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(.18) contrast(1.12); }
.manifesto-visual span { position: absolute; z-index: 2; left: 25px; bottom: 25px; color: #73808f; font-size: 9px; letter-spacing: .18em; }
.manifesto-copy { display: flex; flex-direction: column; justify-content: center; align-items: flex-start; padding: 70px; }
.manifesto-copy h2 { font-size: clamp(58px, 6vw, 90px); margin: 18px 0 24px; }
.manifesto-copy p { color: #8b97a5; max-width: 470px; line-height: 1.85; margin-bottom: 32px; }

/* Global proof, FAQ, footer */
.proof-section { background: #070a0e; border-top: 1px solid #151a21; }
.proof-carousel { position: relative; }
.proof-viewport {
    overflow-x: auto;
    overflow-y: hidden;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    overscroll-behavior-inline: contain;
}
.proof-viewport::-webkit-scrollbar { display: none; }
.proof-viewport:focus-visible { outline: 2px solid var(--blue-2); outline-offset: 5px; }
.proof-track { display: flex; align-items: flex-start; gap: 18px; }
.proof-card {
    flex: 0 0 calc((100% - 54px) / 4);
    min-width: 0;
    align-self: flex-start;
    margin: 0;
    background: #10151c;
    border: 1px solid var(--line);
    padding: 10px;
    transform: none;
    scroll-snap-align: start;
}
.proof-card:nth-child(even) { transform: none; }
.proof-card img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: auto;
    object-fit: contain;
    object-position: top center;
    background: #06080b;
}
.proof-card figcaption { display: flex; align-items: center; gap: 8px; padding: 13px 5px 4px; color: #99a5b3; font-size: 10px; text-transform: uppercase; letter-spacing: .09em; }
.proof-carousel-controls {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    margin-top: 24px;
}
.proof-carousel-controls[hidden] { display: none; }
.proof-carousel-controls button {
    width: 42px;
    height: 42px;
    border: 1px solid #cdd4da;
    background: #fff;
    color: #15191e;
    cursor: pointer;
    font-size: 18px;
    transition: color .2s ease, border-color .2s ease, background .2s ease;
}
.proof-carousel-controls button:hover,
.proof-carousel-controls button:focus-visible { border-color: var(--blue); background: var(--blue); color: #fff; }
.proof-carousel-controls button:disabled { opacity: .35; cursor: default; }
.proof-carousel-controls span {
    min-width: 58px;
    color: #66717c;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .08em;
    text-align: center;
}
.verified-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--success); box-shadow: 0 0 10px var(--success); }
.proof-empty { min-height: 320px; display: flex; align-items: center; justify-content: center; gap: 45px; border: 1px dashed #35404d; background: radial-gradient(circle at 40%, #0e2034, transparent 38%), #090d12; }
.proof-phone { width: 155px; height: 270px; border: 4px solid #323d49; border-radius: 25px; padding: 45px 16px; transform: rotate(-6deg); background: #0c1118; box-shadow: 25px 25px 50px #0008; }
.proof-phone span { display: block; height: 6px; background: #27323e; margin: 8px 0; border-radius: 4px; }
.proof-phone span:nth-child(2) { width: 72%; background: #144d87; }
.proof-phone b { display: block; margin-top: 35px; color: #778594; font-size: 10px; text-transform: uppercase; text-align: center; }
.proof-empty > p { max-width: 360px; color: #798694; }
.faq-section { background: #0b0f14; border-top: 1px solid #1a222b; }
.faq-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: 100px; }
.faq-layout .section-heading h2 { font-size: clamp(52px, 5vw, 74px); }
.faq-layout .section-heading > p { margin-top: 25px; }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list details:first-child { border-top: 1px solid var(--line); }
.faq-list summary { list-style: none; display: flex; align-items: center; justify-content: space-between; min-height: 85px; color: #e7ecf2; font-size: 16px; font-weight: 700; cursor: pointer; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { width: 28px; height: 28px; border: 1px solid #3e4a57; border-radius: 50%; position: relative; }
.faq-list summary span::before, .faq-list summary span::after { content: ""; position: absolute; width: 10px; height: 1px; background: #8d99a8; left: 8px; top: 13px; }
.faq-list summary span::after { transform: rotate(90deg); transition: transform .2s; }
.faq-list details[open] summary span::after { transform: rotate(0); }
.faq-list details p { color: #84909e; max-width: 650px; padding: 0 50px 22px 0; }
.site-footer { padding: 90px 0 25px; background: #030405; border-top: 1px solid #171c23; }
.footer-lead { display: flex; align-items: flex-end; justify-content: space-between; gap: 50px; padding-bottom: 75px; border-bottom: 1px solid #242a31; }
.footer-lead h2 { font-size: clamp(48px, 5vw, 75px); margin: 17px 0 0; }
.footer-grid { display: grid; grid-template-columns: 1.8fr .6fr .6fr; gap: 60px; padding: 65px 0; }
.footer-brand img { width: 120px; height: 120px; object-fit: cover; border-radius: 50%; object-position: 50% 10%; box-shadow: 0 0 40px #117ee521; }
.footer-brand p { max-width: 430px; margin-top: 20px; color: #6e7885; }
.footer-grid > div:not(:first-child) { display: flex; flex-direction: column; gap: 12px; }
.footer-grid strong { color: #eef2f6; text-transform: uppercase; font-size: 10px; letter-spacing: .16em; margin-bottom: 7px; }
.footer-grid a, .footer-grid span { color: #737e8b; font-size: 13px; }
.footer-grid a:hover { color: #fff; }
.footer-bottom { display: flex; justify-content: space-between; border-top: 1px solid #1c2229; padding-top: 24px; color: #4e5864; font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }

/* Interior page hero */
.page-hero { padding: 190px 0 95px; min-height: 510px; display: flex; align-items: flex-end; background: radial-gradient(circle at 80% 30%, #0a3158, transparent 38%), repeating-linear-gradient(90deg, transparent 0 119px, #ffffff05 120px), #05070a; border-bottom: 1px solid var(--line); }
.page-hero h1 { font-size: clamp(78px, 10vw, 145px); line-height: .78; margin: 22px 0 25px; }
.page-hero p { max-width: 590px; color: #8996a4; font-size: 16px; }
.page-hero--compact { min-height: 390px; padding-bottom: 65px; }
.page-hero--compact h1 { font-size: clamp(65px, 8vw, 105px); margin-bottom: 0; }
.shop-section { background: #080b0f; }
.shop-toolbar { display: grid; grid-template-columns: minmax(260px, 1fr) 240px auto auto; gap: 12px; margin-bottom: 36px; }
.search-field { position: relative; display: block; }
.search-field span { position: absolute; left: 15px; top: 11px; color: var(--blue-2); font-size: 20px; }
.search-field input { padding-left: 44px; }
.shop-result-head { display: flex; align-items: center; gap: 20px; margin-bottom: 28px; color: #6c7886; font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.shop-result-head i { flex: 1; height: 1px; background: var(--line); }
.empty-state { min-height: 360px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; border: 1px solid var(--line); background: #0b0f14; }
.empty-state strong { color: #fff; font-size: 27px; }
.empty-state p { max-width: 470px; color: #7d8997; }

/* Product detail */
.breadcrumbs { display: flex; gap: 10px; align-items: center; margin: 10px 0 40px; color: #63707f; font-size: 10px; text-transform: uppercase; letter-spacing: .08em; }
.breadcrumbs a:hover { color: #fff; }
.breadcrumbs b { color: #aab4c0; }
.product-page { padding-top: 140px; background: #070a0e; }
.product-detail { display: grid; grid-template-columns: 1.08fr .92fr; gap: 75px; }
.gallery-main { aspect-ratio: .92; position: relative; display: grid; place-items: center; overflow: hidden; border: 1px solid #222b35; background: radial-gradient(circle, #172331 0, #080b10 60%); }
.gallery-main img { width: 100%; height: 100%; object-fit: cover; }
.gallery-thumbs { display: grid; grid-template-columns: repeat(5, 1fr); gap: 9px; margin-top: 10px; }
.gallery-thumbs button { padding: 0; aspect-ratio: 1; border: 1px solid #252e38; background: #090c10; cursor: pointer; }
.gallery-thumbs button.active { border-color: var(--blue); }
.gallery-thumbs img { width: 100%; height: 100%; object-fit: cover; }
.product-summary { padding: 25px 0; }
.product-summary h1 { font-size: clamp(60px, 6vw, 90px); line-height: .88; margin: 18px 0 25px; }
.product-lead { color: #95a1af; max-width: 540px; font-size: 16px; line-height: 1.8; }
.product-price { color: #fff; font-size: 33px; font-weight: 800; margin-top: 35px; }
.product-divider { height: 1px; background: var(--line); margin: 25px 0; }
.add-form { display: grid; grid-template-columns: 125px 1fr; gap: 12px; }
.quantity-picker { display: grid; grid-template-columns: 36px 1fr 36px; height: 52px; border: 1px solid #34404c; border-radius: 8px; overflow: hidden; background: #0c1016; }
.quantity-picker button { border: 0; background: transparent; color: #9ca8b5; font-size: 18px; cursor: pointer; }
.quantity-picker input { border: 0; border-radius: 0; padding: 0; text-align: center; background: transparent; appearance: textfield; }
.quantity-picker input::-webkit-inner-spin-button { display: none; }
.add-button { min-height: 52px; }
.purchase-notes { display: grid; gap: 10px; margin: 30px 0; color: #83909e; font-size: 12px; }
.purchase-notes b { color: var(--blue-2); margin-right: 8px; }
.product-meta { border-top: 1px solid var(--line); margin: 30px 0 0; }
.product-meta div { display: grid; grid-template-columns: 125px 1fr; padding: 12px 0; border-bottom: 1px solid var(--line-soft); }
.product-meta dt { color: #657281; font-size: 10px; text-transform: uppercase; letter-spacing: .09em; }
.product-meta dd { margin: 0; color: #b9c3cd; font-size: 12px; }
.product-meta a { color: var(--blue-2); }
.product-tabs { margin-top: 100px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.tab-buttons { display: grid; grid-template-columns: repeat(3, 1fr); border-bottom: 1px solid var(--line); }
.tab-buttons button { height: 75px; border: 0; border-right: 1px solid var(--line); background: #0a0e13; color: #6f7b89; font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; cursor: pointer; }
.tab-buttons button.active { background: #111822; color: #fff; box-shadow: inset 0 -2px var(--blue); }
.tab-panels article { display: none; min-height: 300px; grid-template-columns: .3fr .7fr; gap: 70px; padding: 55px; color: #9aa6b4; font-size: 15px; line-height: 1.9; }
.tab-panels article.active { display: grid; }
.tab-index { color: var(--blue-2); font-size: 9px; text-transform: uppercase; letter-spacing: .16em; }
.manufacturer-panel { display: grid; grid-template-columns: 120px 1fr; gap: 30px; }
.manufacturer-panel img { width: 120px; height: 120px; object-fit: contain; background: #fff; border-radius: 12px; }
.manufacturer-panel h2 { font-family: var(--body); text-transform: none; letter-spacing: 0; font-size: 28px; }
.manufacturer-panel strong { color: #b7c1cc; }
.related-section { background: #0b0f14; }

/* Cart and checkout */
.cart-section, .checkout-section, .account-page, .auth-page { background: #080b0f; }
.cart-layout { display: grid; grid-template-columns: 1fr 390px; gap: 38px; align-items: start; }
.cart-list { border-top: 1px solid var(--line); }
.cart-list-head { display: grid; grid-template-columns: 1fr 140px 120px; padding: 16px 45px 16px 0; color: #667381; font-size: 9px; text-transform: uppercase; letter-spacing: .12em; }
.cart-list-head span:nth-child(2), .cart-list-head span:nth-child(3) { text-align: center; }
.cart-item { display: grid; grid-template-columns: 105px 1fr 125px 110px 30px; gap: 20px; align-items: center; padding: 20px 0; border-top: 1px solid var(--line-soft); }
.cart-item-image { width: 105px; height: 105px; background: #0e151e; }
.cart-item-image img { width: 100%; height: 100%; object-fit: cover; }
.cart-item-info > span { color: #607080; font-size: 9px; text-transform: uppercase; letter-spacing: .1em; }
.cart-item-info h2 { margin: 6px 0; font-family: var(--body); font-size: 16px; text-transform: none; letter-spacing: 0; }
.cart-item-info small { color: #667382; }
.quantity-picker--small { height: 42px; grid-template-columns: 30px 1fr 30px; }
.cart-line-total { text-align: right; color: #fff; }
.cart-remove { border: 0; background: transparent; color: #687583; font-size: 21px; cursor: pointer; }
.cart-list-actions { display: flex; justify-content: space-between; align-items: center; padding-top: 25px; border-top: 1px solid var(--line); }
.order-summary { background: #10151c; border: 1px solid #29333e; padding: 30px; position: sticky; top: 110px; }
.order-summary h2 { font-family: var(--body); font-size: 24px; text-transform: none; letter-spacing: 0; margin: 12px 0 25px; }
.order-summary dl { margin: 0; }
.order-summary dl div { display: flex; justify-content: space-between; gap: 20px; padding: 13px 0; border-bottom: 1px solid var(--line); color: #8894a2; }
.order-summary dd { margin: 0; color: #c1cad4; }
.summary-total { display: flex; justify-content: space-between; align-items: flex-end; margin: 25px 0; }
.summary-total span { color: #8995a3; }
.summary-total strong { color: #fff; font-size: 26px; }
.order-summary > p { color: #6f7c8a; font-size: 11px; margin: 18px 0 0; }
.order-summary > p b { color: var(--blue-2); }
.checkout-layout { display: grid; grid-template-columns: 1fr 410px; gap: 45px; align-items: start; }
.checkout-form { display: grid; gap: 20px; }
.form-section { background: #0d1218; border: 1px solid var(--line); padding: 30px; }
.form-section-head { display: flex; gap: 18px; margin-bottom: 26px; }
.form-section-head > span { display: grid; place-items: center; flex: 0 0 34px; height: 34px; border: 1px solid #336da9; border-radius: 50%; color: var(--blue-2); font-size: 10px; font-weight: 800; }
.form-section-head h2 { margin: 0 0 5px; font-family: var(--body); font-size: 21px; text-transform: none; letter-spacing: 0; }
.form-section-head p { margin: 0; color: #707d8b; font-size: 12px; }
.form-grid, .admin-fields { display: grid; grid-template-columns: 1fr 1fr; gap: 17px; }
.full { grid-column: 1/-1; }
.checkout-field { display: grid; gap: 7px; color: #c6ced8; font-size: 13px; }
.phone-control,
.password-control {
    display: flex;
    align-items: stretch;
    width: 100%;
    min-width: 0;
    border: 1px solid var(--line);
    border-radius: 10px;
    background: #090c11;
    transition: .2s ease;
}
.phone-control:focus-within,
.password-control:focus-within { border-color: var(--blue); box-shadow: 0 0 0 3px #1688ff1f; }
.phone-control .phone-country-select {
    flex: 0 0 158px;
    width: 158px;
    border: 0;
    border-right: 1px solid var(--line);
    border-radius: 9px 0 0 9px;
    padding-right: 32px;
    background-color: #0c1117;
    font-weight: 700;
}
.phone-control input,
.password-control input { min-width: 0; border: 0; border-radius: 0 9px 9px 0; box-shadow: none !important; }
.password-control { position: relative; }
.password-control input { padding-right: 54px; border-radius: 9px; }
.password-toggle {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    width: 48px;
    display: grid;
    place-items: center;
    border: 0;
    background: transparent;
    color: #748190;
    cursor: pointer;
}
.password-toggle:hover,
.password-toggle:focus-visible { color: var(--blue-2); outline: none; }
.password-toggle svg { width: 21px; height: 21px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.password-toggle .password-eye-slash { display: none; }
.password-toggle.is-visible .password-eye-slash { display: block; }
.account-create-box { border-color: #1f5790; background: linear-gradient(110deg, #0d1925, #0d1218); }
.payment-method { display: grid; grid-template-columns: auto 1fr auto; gap: 15px; align-items: center; border: 1px solid #256db5; background: #0a1a2b; padding: 22px; }
.payment-radio { width: 22px; height: 22px; border: 1px solid var(--blue); border-radius: 50%; display: grid; place-items: center; }
.payment-radio span { width: 10px; height: 10px; border-radius: 50%; background: var(--blue); box-shadow: 0 0 12px var(--blue); }
.payment-method strong { color: #fff; }
.payment-method p { margin: 3px 0 0; color: #7e8d9c; font-size: 12px; }
.payment-method > b { color: var(--success); font-size: 18px; }
.checkout-submit { min-height: 60px; }
.form-note { color: #657281; font-size: 11px; text-align: center; }
.summary-products { display: grid; gap: 13px; margin-bottom: 25px; }
.summary-products > div { display: grid; grid-template-columns: 60px 1fr auto; gap: 12px; align-items: center; }
.summary-products img { width: 60px; height: 60px; object-fit: cover; background: #070a0e; }
.summary-products span { display: grid; }
.summary-products b { color: #dce3ea; font-size: 12px; }
.summary-products small { color: #677482; font-size: 10px; }
.summary-products strong { color: #fff; font-size: 12px; }
.summary-security { display: flex; gap: 12px; align-items: center; border-top: 1px solid var(--line); padding-top: 20px; color: #82909e; }
.summary-security > b { color: var(--blue-2); font-size: 24px; }
.summary-security span { display: grid; }
.summary-security strong { color: #bbc5cf; font-size: 11px; }
.summary-security small { font-size: 9px; }

/* About, auth, account */
.about-hero-grid { display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; gap: 70px; }
.about-story { background: #080b0f; }
.about-story-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; align-items: center; }
.about-logo-panel { position: relative; border: 1px solid var(--line); padding: 35px; background: radial-gradient(circle, #11294a, #07090c 65%); }
.about-logo-panel img { width: 100%; }
.about-logo-panel span { display: block; color: #657382; font-size: 9px; letter-spacing: .22em; text-align: center; padding-top: 18px; }
.about-copy h2 { font-size: clamp(58px, 6vw, 90px); margin: 17px 0 25px; }
.about-copy p { color: #8e9aa8; font-size: 16px; line-height: 1.85; }
.about-values { display: flex; gap: 26px; margin-top: 40px; padding-top: 24px; border-top: 1px solid var(--line); }
.about-values span { color: #8d99a6; font-size: 11px; text-transform: uppercase; letter-spacing: .1em; }
.about-values b { color: var(--blue-2); margin-right: 6px; }
.auth-page { padding-top: 180px; }
.auth-layout { display: grid; grid-template-columns: 1fr 520px; gap: 100px; align-items: center; min-height: 600px; }
.auth-aside h1 { font-size: clamp(65px, 7vw, 100px); margin: 20px 0 25px; }
.auth-aside > p { max-width: 540px; color: #84909d; font-size: 16px; }
.auth-points { display: flex; gap: 24px; margin-top: 35px; color: #738190; font-size: 11px; text-transform: uppercase; }
.auth-points span::first-letter { color: var(--blue); }
.auth-card { padding: 38px; border: 1px solid var(--line); background: #0f141b; display: grid; gap: 18px; box-shadow: 0 30px 80px #0008; }
.auth-card h2 { font-family: var(--body); text-transform: none; letter-spacing: 0; font-size: 29px; margin: 0 0 10px; }
.auth-card > p { margin: 0; text-align: center; color: #758290; font-size: 12px; }
.auth-card > p a { color: var(--blue-2); }
.account-page { padding-top: 155px; }
.account-head { display: flex; justify-content: space-between; align-items: flex-end; padding-bottom: 45px; border-bottom: 1px solid var(--line); }
.account-head h1 { font-size: clamp(55px, 7vw, 90px); margin: 16px 0 10px; }
.account-head p { color: #7d8997; margin: 0; }
.account-grid { display: grid; grid-template-columns: 1fr 340px; gap: 30px; padding-top: 35px; }
.account-orders, .account-profile, .order-detail-card, .order-timeline-card { border: 1px solid var(--line); background: #0d1218; padding: 28px; }
.panel-head { display: flex; justify-content: space-between; align-items: center; gap: 20px; padding-bottom: 22px; }
.panel-head span { color: #6f7c8a; font-size: 9px; text-transform: uppercase; letter-spacing: .13em; }
.panel-head h2 { margin: 5px 0 0; font-family: var(--body); font-size: 22px; text-transform: none; letter-spacing: 0; }
.order-row { display: grid; grid-template-columns: 1.2fr .8fr 1fr .6fr 20px; gap: 15px; align-items: center; min-height: 66px; border-top: 1px solid var(--line); color: #919daa; font-size: 12px; }
.order-row--head { min-height: 40px; color: #566372; font-size: 8px; text-transform: uppercase; letter-spacing: .12em; }
.order-row strong, .order-row b { color: #dce3eb; }
.order-row em { color: var(--blue-2); font-style: normal; font-size: 18px; }
.status-dot { display: inline-block; width: 7px; height: 7px; border-radius: 50%; margin-right: 8px; background: #7c8996; }
.status-dot--received, .status-dot--confirmed { background: var(--blue); box-shadow: 0 0 8px var(--blue); }
.status-dot--preparing, .status-dot--shipped, .status-dot--out_for_delivery { background: var(--warning); box-shadow: 0 0 8px var(--warning); }
.status-dot--delivered { background: var(--success); box-shadow: 0 0 8px var(--success); }
.status-dot--cancelled { background: var(--danger); }
.account-profile form { display: grid; gap: 15px; margin-top: 22px; }
.account-profile h2 { font-family: var(--body); text-transform: none; letter-spacing: 0; font-size: 26px; margin: 8px 0; }
.profile-meta { display: flex; justify-content: space-between; margin-top: 22px; padding-top: 18px; border-top: 1px solid var(--line); color: #687583; font-size: 10px; text-transform: uppercase; }
.profile-meta b { color: #a9b3be; }
.account-empty { padding: 60px 20px; text-align: center; border-top: 1px solid var(--line); }
.account-empty b { color: #fff; font-size: 22px; }
.account-empty p { color: #75818e; }
.order-detail-head { display: flex; justify-content: space-between; align-items: end; margin-bottom: 35px; }
.order-detail-head h1 { font-size: clamp(50px, 7vw, 80px); margin: 15px 0 8px; }
.order-detail-head p { color: #74808e; }
.order-status-large { display: grid; gap: 5px; text-align: right; }
.order-status-large > span { color: #667382; font-size: 9px; text-transform: uppercase; letter-spacing: .12em; }
.order-status-large strong { color: #fff; font-size: 18px; }
.order-detail-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 30px; }
.ordered-products > div { display: flex; justify-content: space-between; gap: 25px; border-top: 1px solid var(--line); padding: 18px 0; }
.ordered-products span { display: grid; }
.ordered-products strong { color: #e1e7ed; }
.ordered-products small { color: #677483; }
.order-totals { margin: 15px 0 0; border-top: 1px solid var(--line); padding-top: 10px; }
.order-totals div { display: flex; justify-content: space-between; padding: 7px 0; color: #7e8a98; }
.order-totals dd { margin: 0; color: #c2cbd5; }
.order-totals div:last-child { font-size: 18px; color: #fff; padding-top: 14px; }
.payment-banner, .admin-payment-note { display: flex; gap: 14px; align-items: center; margin-top: 24px; padding: 16px; background: #0b2138; border: 1px solid #1d5d9d; }
.payment-banner > b, .admin-payment-note > b { color: var(--success); }
.payment-banner span, .admin-payment-note span { display: grid; }
.payment-banner small, .admin-payment-note small { color: #748597; }
.order-timeline-card h2 { font-family: var(--body); text-transform: none; letter-spacing: 0; font-size: 25px; margin: 8px 0 25px; }
.timeline article, .admin-timeline article { position: relative; padding: 0 0 28px 28px; border-left: 1px solid #2b3743; }
.timeline article:last-child, .admin-timeline article:last-child { border-left-color: transparent; }
.timeline article > i, .admin-timeline article > i { position: absolute; left: -5px; top: 3px; width: 9px; height: 9px; border-radius: 50%; background: var(--blue); box-shadow: 0 0 10px var(--blue); }
.timeline article > span, .admin-timeline article > span { display: block; color: #647180; font-size: 9px; text-transform: uppercase; letter-spacing: .08em; }
.timeline article strong, .admin-timeline article strong { display: block; color: #dce3ea; margin: 4px 0; }
.timeline article p, .admin-timeline article p { color: #788593; margin: 4px 0 0; font-size: 12px; }
.delivery-card { display: grid; grid-template-columns: .6fr 1fr .7fr; gap: 50px; align-items: center; margin-top: 30px; padding: 30px; border: 1px solid var(--line); background: #0d1218; }
.delivery-card h2 { font-family: var(--body); font-size: 21px; text-transform: none; letter-spacing: 0; margin: 7px 0; }
.delivery-card address { color: #8895a3; font-style: normal; }
.delivery-card > div:last-child { display: grid; gap: 5px; color: #99a5b2; font-size: 12px; }
.error-page { padding-top: 190px; text-align: center; background: radial-gradient(circle at 50% 30%, #0b315b, transparent 35%), #05070a; min-height: 720px; }
.error-code { font-family: var(--display); color: #1d2e40; font-size: 150px; line-height: .8; }
.error-page h1 { font-size: clamp(60px, 8vw, 100px); margin: 10px 0 20px; }
.error-page p { color: #80909f; }
.error-page pre { max-width: 800px; overflow: auto; margin: 20px auto; padding: 20px; text-align: left; background: #170d10; color: #ff9da8; }

/* Admin */
.admin-body { background: #080b0f; color: #cbd3dc; }
.admin-sidebar { position: fixed; inset: 0 auto 0 0; z-index: 100; width: 250px; padding: 24px 18px; border-right: 1px solid #242b34; background: #0a0e13; display: flex; flex-direction: column; }
.admin-brand { padding: 0 10px 27px; border-bottom: 1px solid var(--line); }
.admin-sidebar nav { display: grid; gap: 4px; padding-top: 23px; }
.admin-sidebar nav a { display: flex; align-items: center; gap: 12px; min-height: 43px; padding: 0 12px; border-radius: 7px; color: #7f8b98; font-size: 12px; font-weight: 600; }
.admin-sidebar nav a > span { width: 20px; color: #5d6b7a; font-size: 16px; text-align: center; }
.admin-sidebar nav a:hover, .admin-sidebar nav a.active { background: #121a23; color: #eef2f6; }
.admin-sidebar nav a.active { box-shadow: inset 2px 0 var(--blue); }
.admin-sidebar nav a.active > span { color: var(--blue-2); }
.admin-sidebar-foot { margin-top: auto; border-top: 1px solid var(--line); padding: 18px 10px 0; display: grid; gap: 10px; }
.admin-sidebar-foot a, .admin-sidebar-foot button { color: #6d7a88; font-size: 11px; }
.admin-sidebar-foot button { border: 0; background: none; padding: 0; cursor: pointer; }
.admin-shell { margin-left: 250px; min-height: 100vh; }
.admin-topbar { height: 93px; display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 0 35px; border-bottom: 1px solid #242b34; background: #0b0f14; }
.admin-topbar > div:first-of-type > span { color: #5f6c7a; font-size: 9px; text-transform: uppercase; letter-spacing: .14em; }
.admin-topbar h1 { margin: 4px 0 0; font-family: var(--body); font-size: 21px; text-transform: none; letter-spacing: 0; }
.admin-user { display: grid; justify-items: end; }
.admin-user b { color: #dce3eb; font-size: 12px; }
.admin-user span { color: #657281; font-size: 10px; }
.admin-menu-toggle { display: none; border: 1px solid var(--line); background: #10151c; border-radius: 7px; padding: 9px 11px; }
.admin-main { padding: 30px 35px 60px; }
.admin-flashes { padding: 18px 35px 0; }
.admin-stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-bottom: 22px; }
.admin-stats article { min-height: 150px; padding: 22px; border: 1px solid var(--line); background: linear-gradient(145deg, #111821, #0b0f14); }
.admin-stats span { color: #71808e; font-size: 9px; text-transform: uppercase; letter-spacing: .12em; }
.admin-stats strong { display: block; margin: 10px 0; color: #fff; font-size: 40px; line-height: 1; }
.admin-stats small { color: #566372; }
.admin-panel { border: 1px solid var(--line); background: #0d1218; padding: 24px; margin-bottom: 22px; }
.admin-panel-head { display: flex; justify-content: space-between; align-items: center; gap: 20px; margin-bottom: 22px; }
.admin-panel-head > div > span { color: #63717f; font-size: 8px; text-transform: uppercase; letter-spacing: .14em; }
.admin-panel-head h2 { margin: 4px 0 0; font-family: var(--body); font-size: 20px; text-transform: none; letter-spacing: 0; }
.admin-button { min-height: 40px; padding: 0 16px; font-size: 9px; }
.admin-table-wrap { overflow-x: auto; margin: 0 -24px -24px; }
.admin-table { width: 100%; border-collapse: collapse; min-width: 780px; }
.admin-table th { padding: 12px 20px; border-block: 1px solid var(--line); color: #586573; font-size: 8px; text-align: left; text-transform: uppercase; letter-spacing: .1em; background: #0a0e13; }
.admin-table td { padding: 15px 20px; border-bottom: 1px solid #1d242c; color: #8e9aa7; font-size: 11px; }
.admin-table td > small { display: block; color: #5d6976; margin-top: 3px; }
.admin-table td strong { color: #dce2e9; }
.admin-table th:first-child,
.admin-table td:first-child { width: 38px; padding-inline: 14px 6px; }
.admin-table input[type="checkbox"],
.admin-list input[type="checkbox"],
.manufacturer-admin-list input[type="checkbox"] { width: 16px; height: 16px; accent-color: #1688ff; }
.admin-bulk-bar {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 9px;
    margin: 0 0 18px;
    padding: 11px;
    border: 1px solid #263544;
    border-radius: 7px;
    background: #0a1118;
}
.admin-bulk-bar strong { margin-right: 3px; color: #b8c4cf; font-size: 9px; text-transform: uppercase; letter-spacing: .08em; }
.admin-bulk-bar select { width: auto; min-width: 190px; min-height: 38px; padding-block: 7px; }
.admin-bulk-bar .bulk-price { width: 100px; min-height: 38px; padding-block: 7px; }
.admin-bulk-selection { display: flex; gap: 5px; }
.admin-bulk-selection button {
    min-height: 34px;
    padding: 0 10px;
    border: 1px solid #314354;
    border-radius: 4px;
    background: #111a23;
    color: #9eacb9;
    font-size: 8px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .04em;
    cursor: pointer;
}
.admin-bulk-selection button:hover:not(:disabled) { border-color: #1688ff; color: #fff; }
.admin-bulk-selection button:disabled { opacity: .38; cursor: default; }
.admin-bulk-bar > span { margin-left: auto; color: #71808f; font-size: 9px; }
.admin-bulk-bar .admin-button { min-height: 38px; }
.admin-list article > input[type="checkbox"],
.manufacturer-admin-list article > input[type="checkbox"] { flex: 0 0 16px; }
.row-action { border: 0; background: none; color: var(--blue-2); font-size: 10px; font-weight: 700; cursor: pointer; white-space: nowrap; }
.row-actions { display: flex; align-items: center; justify-content: flex-end; gap: 11px; }
.row-actions form { margin: 0; }
.admin-status { display: inline-flex; padding: 5px 8px; border: 1px solid #435160; border-radius: 50px; color: #a5b0bc; font-size: 8px; text-transform: uppercase; letter-spacing: .07em; white-space: nowrap; }
.admin-status--received, .admin-status--confirmed { border-color: #2467a9; color: #71b8ff; background: #0a233b; }
.admin-status--preparing, .admin-status--shipped, .admin-status--out_for_delivery { border-color: #84652d; color: #ffd174; background: #2a210e; }
.admin-status--delivered { border-color: #247052; color: #78e3b9; background: #0b2a20; }
.admin-status--cancelled { border-color: #77303a; color: #ff8996; background: #2b1015; }
.admin-empty { min-height: 200px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; color: #697684; }
.admin-empty strong { color: #dbe2e9; font-size: 18px; }
.admin-quick-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.admin-quick-grid a { display: grid; grid-template-columns: 44px 1fr auto; align-items: center; gap: 13px; padding: 20px; border: 1px solid var(--line); background: #0d1218; }
.admin-quick-grid a > span { display: grid; place-items: center; width: 44px; height: 44px; border-radius: 50%; background: #0b2138; color: var(--blue-2); font-size: 19px; }
.admin-quick-grid div { display: grid; }
.admin-quick-grid strong { color: #dce3ea; font-size: 12px; }
.admin-quick-grid small { color: #63717f; font-size: 9px; }
.admin-quick-grid b { color: #667483; }
.admin-product-cell { display: flex; align-items: center; gap: 11px; min-width: 180px; }
.admin-product-cell img { width: 45px; height: 45px; object-fit: cover; background: #070a0e; }
.admin-product-cell span { display: grid; }
.admin-form-layout { display: grid; grid-template-columns: 1fr 310px; gap: 22px; align-items: start; }
.admin-form-main { min-width: 0; }
.admin-form-side { min-width: 0; }
.admin-sticky { position: sticky; top: 115px; }
.admin-fields label { font-size: 11px; }
.admin-fields small { display: block; color: #5d6a78; }
.admin-help { margin: 0; padding: 13px; border: 1px solid #283644; background: #0a1017; color: #73808e; font-size: 11px; }
.upload-field { padding: 18px; border: 1px dashed #3b4856; background: #090d12; }
.upload-field input { border: 0; padding: 0; background: none; }
.current-image { grid-column: 1/-1; display: flex; align-items: center; gap: 13px; color: #758290; font-size: 10px; }
.current-image img { width: 100px; height: 100px; object-fit: cover; background: #070a0e; }
.gallery-admin-preview { display: flex; gap: 8px; flex-wrap: wrap; }
.gallery-admin-preview img { width: 75px; height: 75px; object-fit: cover; }
.admin-toggle-list { display: grid; gap: 4px; margin-bottom: 20px; }
.admin-toggle-list label { display: flex; align-items: center; justify-content: space-between; grid-template: none; padding: 12px 0; border-bottom: 1px solid var(--line); cursor: pointer; }
.admin-toggle-list label > span { display: grid; }
.admin-toggle-list strong { color: #d3dbe3; font-size: 11px; }
.admin-toggle-list small { color: #5f6d7a; font-size: 9px; }
.admin-toggle-list input { position: absolute; opacity: 0; pointer-events: none; }
.admin-toggle-list i { width: 38px; height: 21px; border-radius: 20px; background: #252f3a; position: relative; transition: .2s; }
.admin-toggle-list i::after { content: ""; position: absolute; width: 15px; height: 15px; top: 3px; left: 3px; border-radius: 50%; background: #778492; transition: .2s; }
.admin-toggle-list input:checked + i { background: #0c599f; }
.admin-toggle-list input:checked + i::after { left: 20px; background: #fff; }
.admin-stock { margin-bottom: 20px; }
.admin-danger { border: 1px solid #582a32; background: #1b0d10; padding: 20px; }
.admin-danger strong { color: #ff9aa4; }
.admin-danger p { color: #8d5d63; font-size: 10px; }
.danger-button { width: 100%; border: 1px solid #803742; background: transparent; color: #ff7886; min-height: 39px; cursor: pointer; }
.admin-two-col { display: grid; grid-template-columns: 1fr 390px; gap: 22px; align-items: start; }
.admin-list article, .manufacturer-admin-list article { min-height: 72px; display: flex; align-items: center; gap: 15px; border-top: 1px solid var(--line); padding: 12px 0; }
.admin-list article > div:not(.country-code), .manufacturer-admin-list article > div:nth-child(3) { display: grid; flex: 1; }
.admin-list strong, .manufacturer-admin-list strong { color: #d9e0e7; font-size: 12px; }
.admin-list span, .manufacturer-admin-list p { color: #64717f; font-size: 9px; margin: 3px 0 0; }
.icon-delete { border: 0; background: none; color: #7f4c53; font-size: 18px; cursor: pointer; }
.check-field { display: flex; align-items: center; gap: 8px; }
.check-field input { width: auto; }
.manufacturer-admin-logo { flex: 0 0 48px; height: 48px; display: grid; place-items: center; border: 1px solid var(--line); background: #080b0f; color: var(--blue-2); }
.manufacturer-admin-logo img { width: 100%; height: 100%; object-fit: contain; }
.country-code { display: grid; place-items: center; width: 42px; height: 42px; border: 1px solid #285c8d; background: #0b1d2e; color: var(--blue-2); font-size: 10px; font-weight: 800; }
.shipping-list article > b { color: #fff; font-size: 13px; }
.admin-intro { color: #6b7886; font-size: 11px; }
.admin-order-head { display: flex; justify-content: space-between; align-items: end; margin-bottom: 22px; }
.admin-order-head > div:first-child { display: grid; gap: 7px; color: #687583; font-size: 10px; }
.admin-back { color: var(--blue-2); font-weight: 700; }
.admin-order-total { display: grid; justify-items: end; }
.admin-order-total span { color: #697684; font-size: 8px; text-transform: uppercase; }
.admin-order-total strong { color: #fff; font-size: 27px; }
.admin-order-items > div { display: flex; justify-content: space-between; gap: 20px; padding: 15px 0; border-top: 1px solid var(--line); }
.admin-order-items span { display: grid; }
.admin-order-items strong { color: #dce3ea; font-size: 12px; }
.admin-order-items small { color: #64717f; font-size: 9px; }
.admin-order-items b { color: #fff; }
.admin-order-totals { margin: 12px 0 0; border-top: 1px solid var(--line); padding-top: 10px; }
.admin-order-totals div { display: flex; justify-content: space-between; padding: 6px 0; color: #6f7c89; }
.admin-order-totals dd { margin: 0; color: #b8c2cc; }
.admin-order-totals div:last-child { font-weight: 800; color: #fff; font-size: 16px; }
.admin-timeline { padding-top: 5px; }
.admin-timeline article small { color: #536170; font-size: 9px; }
.admin-customer-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.admin-customer-grid > div { display: grid; padding: 15px; background: #090d12; border: 1px solid #1f2730; }
.admin-customer-grid span { color: #61707d; font-size: 8px; text-transform: uppercase; letter-spacing: .1em; }
.admin-customer-grid strong { color: #c7d0da; font-size: 11px; margin-top: 5px; }
.admin-customer-grid p { color: #8794a1; margin: 8px 0 0; }
.admin-field { margin-bottom: 16px; }
.admin-field small { color: #5d6976; }
.admin-preset-field {
    margin-top: 3px;
    padding: 12px;
    border: 1px solid #21466b;
    border-radius: 6px;
    background: #0a1724;
}
.admin-preset-field select { border-color: #315b82; background: #0d1d2c; }
.admin-preset-field small { color: #7895b0; }
.email-notice { display: flex; gap: 12px; padding: 13px; border: 1px solid #244e75; background: #0a1928; margin-bottom: 17px; }
.email-notice > b { color: var(--blue-2); }
.email-notice p { margin: 0; color: #718192; font-size: 10px; }
.email-notice strong { color: #aebdca; }
.admin-proof-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 13px; }
.admin-proof-grid article { border: 1px solid var(--line); background: #080b0f; }
.admin-proof-grid article > img { display: block; width: 100%; height: auto; aspect-ratio: auto; object-fit: contain; object-position: top center; }
.admin-proof-grid article > div { display: flex; justify-content: space-between; align-items: center; padding: 11px; }
.admin-proof-grid span { display: grid; }
.admin-proof-grid strong { color: #cdd5de; font-size: 10px; }
.admin-proof-grid small { color: #63717f; font-size: 8px; }
.admin-settings-form { max-width: 760px; }
.admin-settings-stack { display: grid; gap: 18px; min-width: 0; }
.admin-smtp-panel { max-width: 760px; }
.smtp-badge { padding: 6px 9px; border: 1px solid; font-size: 8px; text-transform: uppercase; letter-spacing: .08em; }
.smtp-badge.is-ready { color: #78e3b9; border-color: #247052; background: #0b2a20; }
.smtp-badge.is-missing { color: #ff9ca7; border-color: #77303a; background: #2b1015; }
.smtp-summary { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; margin: 0 0 18px; background: #202a34; border: 1px solid #202a34; }
.smtp-summary div { display: grid; gap: 5px; padding: 13px; background: #090d12; min-width: 0; }
.smtp-summary dt { color: #607080; font-size: 8px; text-transform: uppercase; letter-spacing: .1em; }
.smtp-summary dd { margin: 0; color: #c6d0da; font-size: 10px; overflow-wrap: anywhere; }
.smtp-test-form { display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 10px; }
.smtp-test-form label { display: grid; gap: 7px; color: #758494; font-size: 9px; }
.smtp-test-form input { min-width: 0; }
.smtp-test-form .admin-button { height: 42px; }
.smtp-test-form .admin-button:disabled { opacity: .45; cursor: not-allowed; }
.smtp-help { margin: 13px 0 0; color: #718192; font-size: 9px; }
.smtp-help code, .email-notice code { color: #8bc5ff; }
.admin-email-log { display: grid; gap: 9px; }
.admin-email-log > div { display: flex; justify-content: space-between; gap: 10px; padding-bottom: 9px; border-bottom: 1px solid var(--line); }
.admin-email-log span { display: grid; min-width: 0; }
.admin-email-log strong { color: #cbd4dd; font-size: 9px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.admin-email-log small { color: #5d6a77; font-size: 8px; }
.admin-email-log b { align-self: start; font-size: 8px; text-transform: uppercase; }
.admin-email-log b.sent { color: var(--success); }
.admin-email-log b.failed { color: var(--danger); }
.admin-rule-list { display: grid; gap: 15px; }
.admin-rule-list span { color: #85919e; font-size: 11px; }
.admin-rule-list b { color: var(--success); margin-right: 8px; }

@media (max-width: 1100px) {
    :root { --shell: min(980px, calc(100% - 36px)); }
    .hero { min-height: auto; }
    .hero-grid { grid-template-columns: 1fr 1fr; min-height: 680px; }
    .hero h1 { font-size: 82px; }
    .hero-visual { min-height: 580px; }
    .hero-seal { right: 0; bottom: 55px; }
    .product-grid { grid-template-columns: repeat(3, 1fr); }
    .product-detail { gap: 40px; }
    .cart-layout, .checkout-layout { grid-template-columns: 1fr 330px; }
    .faq-layout { gap: 55px; }
    .admin-sidebar { width: 220px; }
    .admin-shell { margin-left: 220px; }
    .admin-form-layout { grid-template-columns: 1fr 280px; }
    .admin-two-col { grid-template-columns: 1fr 350px; }
    .admin-stats { grid-template-columns: repeat(2, 1fr); }
    .admin-quick-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 820px) {
    :root { --shell: calc(100% - 32px); }
    .section-pad { padding: 85px 0; }
    .header-inner { height: 72px; grid-template-columns: auto 1fr auto; gap: 15px; }
    .menu-toggle { display: grid; gap: 5px; justify-self: end; }
    .menu-toggle span { width: 23px; height: 1px; background: #dce4ec; }
    .main-nav { display: none; position: fixed; left: 16px; right: 16px; top: 78px; padding: 25px; background: #0b1016f7; border: 1px solid var(--line); flex-direction: column; align-items: flex-start; box-shadow: 0 25px 60px #000a; }
    .main-nav.open { display: flex; }
    .cart-link > span:not(.cart-icon) { display: none; }
    .hero { padding-top: 72px; }
    .hero-grid { grid-template-columns: 1fr; }
    .hero-copy { padding: 85px 0 20px; max-width: 700px; }
    .hero h1 { font-size: clamp(72px, 15vw, 110px); }
    .hero-visual { min-height: 620px; }
    .hero-logo-frame { width: min(560px, 90%); }
    .hero-points { margin-top: 45px; }
    .hero-ticker { margin-top: 25px; }
    .split-heading { align-items: flex-start; flex-direction: column; gap: 25px; }
    .product-grid { grid-template-columns: repeat(2, 1fr); }
    .process-grid { grid-template-columns: 1fr; }
    .process-grid article { min-height: 260px; }
    .manifesto-grid { grid-template-columns: 1fr; }
    .manifesto-visual { height: 530px; }
    .manifesto-copy { padding: 70px 35px; }
    .proof-card { flex-basis: calc((100% - 18px) / 2); }
    .proof-empty { padding: 35px; }
    .faq-layout { grid-template-columns: 1fr; }
    .footer-grid { grid-template-columns: 1.3fr .7fr .7fr; gap: 30px; }
    .footer-lead { align-items: flex-start; flex-direction: column; }
    .page-hero { min-height: 430px; padding-top: 155px; }
    .page-hero h1 { font-size: clamp(74px, 17vw, 115px); }
    .shop-toolbar { grid-template-columns: 1fr 1fr; }
    .product-detail { grid-template-columns: 1fr; }
    .gallery-main { max-height: 700px; }
    .product-summary { padding-top: 20px; }
    .product-tabs { margin-top: 65px; }
    .tab-panels article { grid-template-columns: 1fr; gap: 22px; padding: 35px; }
    .cart-layout, .checkout-layout { grid-template-columns: 1fr; }
    .order-summary { position: static; }
    .about-hero-grid, .about-story-grid, .auth-layout { grid-template-columns: 1fr; gap: 50px; }
    .auth-layout { min-height: 0; }
    .auth-card { max-width: 560px; width: 100%; }
    .account-grid, .order-detail-grid { grid-template-columns: 1fr; }
    .delivery-card { grid-template-columns: 1fr 1fr; }
    .delivery-card > div:last-child { grid-column: 1/-1; }
    .admin-sidebar { transform: translateX(-100%); transition: transform .25s ease; width: 250px; box-shadow: 20px 0 60px #000b; }
    .admin-sidebar.open { transform: translateX(0); }
    .admin-shell { margin-left: 0; }
    .admin-menu-toggle { display: block; }
    .admin-topbar { padding: 0 20px; }
    .admin-main { padding: 22px 20px 50px; }
    .admin-form-layout, .admin-two-col { grid-template-columns: 1fr; }
    .admin-sticky { position: static; }
    .admin-quick-grid { grid-template-columns: 1fr; }
}

@media (max-width: 560px) {
    :root { --shell: calc(100% - 24px); }
    body { font-size: 14px; }
    .section-pad { padding: 68px 0; }
    .brand-type { font-size: 14px; }
    .brand-mark { width: 36px; height: 36px; }
    .hero-copy { padding-top: 70px; }
    .hero h1 { font-size: 66px; }
    .hero-copy > p { font-size: 14px; }
    .hero-actions { align-items: flex-start; flex-direction: column; }
    .hero-points { gap: 13px; }
    .hero-points span { font-size: 8px; }
    .hero-visual { min-height: 430px; }
    .hero-seal { width: 86px; height: 86px; bottom: 25px; }
    .hero-seal strong { font-size: 21px; }
    .hero-ticker { height: 65px; }
    .section-heading h2 { font-size: 50px; }
    .product-grid { gap: 12px; }
    .product-card-body h3 { font-size: 14px; }
    .product-card-bottom strong { font-size: 14px; }
    .product-arrow { display: none; }
    .catalog-empty { grid-template-columns: 1fr; padding: 30px; }
    .catalog-empty-index { font-size: 55px; }
    .category-strip .shell { grid-template-columns: 1fr; }
    .category-strip a { border-right: 0; border-bottom: 1px solid var(--line); min-height: 100px; }
    .manifesto-visual { height: 400px; }
    .manifesto-copy { padding: 55px 12px; }
    .proof-empty { align-items: center; flex-direction: column; text-align: center; }
    .proof-track { gap: 12px; }
    .proof-card { flex-basis: 100%; }
    .proof-carousel-controls { justify-content: center; }
    .proof-phone { height: 220px; }
    .faq-list summary { font-size: 14px; }
    .footer-grid { grid-template-columns: 1fr 1fr; }
    .footer-brand { grid-column: 1/-1; }
    .footer-bottom { flex-direction: column; gap: 8px; }
    .page-hero { min-height: 370px; padding-bottom: 55px; }
    .page-hero h1 { font-size: 66px; }
    .shop-toolbar { grid-template-columns: 1fr; }
    .product-page { padding-top: 105px; }
    .product-summary h1 { font-size: 54px; }
    .add-form { grid-template-columns: 105px 1fr; }
    .tab-buttons { grid-template-columns: 1fr; }
    .tab-buttons button { height: 55px; border-bottom: 1px solid var(--line); }
    .tab-panels article { padding: 28px 20px; }
    .manufacturer-panel { grid-template-columns: 1fr; }
    .cart-list-head { display: none; }
    .cart-item { grid-template-columns: 78px 1fr auto; gap: 12px; }
    .cart-item-image { width: 78px; height: 78px; grid-row: 1/3; }
    .cart-item-info { grid-column: 2; }
    .quantity-picker--small { grid-column: 2; width: 110px; }
    .cart-line-total { grid-column: 3; grid-row: 1; }
    .cart-remove { grid-column: 3; grid-row: 2; }
    .form-section { padding: 23px 18px; }
    .form-grid, .admin-fields { grid-template-columns: 1fr; }
    .full { grid-column: auto; }
    .about-values, .auth-points { flex-direction: column; gap: 10px; }
    .auth-page { padding-top: 125px; }
    .auth-aside h1 { font-size: 58px; }
    .auth-card { padding: 25px 18px; }
    .account-head, .order-detail-head { align-items: flex-start; flex-direction: column; gap: 25px; }
    .order-status-large { text-align: left; }
    .order-row { grid-template-columns: 1fr .8fr 20px; padding: 14px 0; }
    .order-row--head { display: none; }
    .order-row > span:nth-of-type(1) { display: none; }
    .order-row > span:nth-of-type(2) { grid-column: 1; }
    .order-row b { grid-column: 2; grid-row: 1; text-align: right; }
    .order-row em { grid-column: 3; grid-row: 1/3; }
    .delivery-card { grid-template-columns: 1fr; }
    .delivery-card > div:last-child { grid-column: auto; }
    .admin-topbar { height: 82px; }
    .admin-user { display: none; }
    .admin-stats { grid-template-columns: 1fr 1fr; gap: 10px; }
    .admin-stats article { min-height: 125px; padding: 16px; }
    .admin-stats strong { font-size: 32px; }
    .admin-panel { padding: 18px; }
    .admin-table-wrap { margin-inline: -18px; margin-bottom: -18px; }
    .admin-customer-grid, .admin-proof-grid { grid-template-columns: 1fr; }
}

/* =========================================================
   Storefront v2 — commerce-first direction
   ========================================================= */
body:not(.admin-body) {
    background: #fff;
    color: #30343a;
}
body:not(.admin-body) .noise { display: none; }
body:not(.admin-body) h1,
body:not(.admin-body) h2,
body:not(.admin-body) h3 { color: #101216; }
body:not(.admin-body) input,
body:not(.admin-body) select,
body:not(.admin-body) textarea {
    border-color: #dfe3e8;
    background-color: #fff;
    color: #181b20;
}
body:not(.admin-body) input:focus,
body:not(.admin-body) select:focus,
body:not(.admin-body) textarea:focus {
    border-color: #147de1;
    box-shadow: 0 0 0 3px #147de118;
}
body:not(.admin-body) .phone-control,
body:not(.admin-body) .password-control {
    border-color: #dfe3e8;
    background: #fff;
}
body:not(.admin-body) .phone-control:focus-within,
body:not(.admin-body) .password-control:focus-within {
    border-color: #147de1;
    box-shadow: 0 0 0 3px #147de118;
}
body:not(.admin-body) .phone-control .phone-country-select {
    border-color: #dfe3e8;
    background-color: #f5f7f9;
}
body:not(.admin-body) .section-pad { padding: 82px 0; }

.store-announcement {
    height: 26px;
    display: grid;
    place-items: center;
    background: #050505;
    color: #aeb5bd;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: .14em;
}
.store-header {
    position: relative;
    z-index: 90;
    background: #050505;
    color: #f4f7fa;
    box-shadow: 0 1px 0 #20252b;
}
.store-header-main {
    min-height: 106px;
    display: grid;
    grid-template-columns: 210px minmax(280px, 1fr) auto;
    gap: 34px;
    align-items: center;
}
.store-logo {
    width: 196px;
    height: 94px;
    display: grid;
    place-items: center;
    overflow: hidden;
}
.store-logo picture,
.store-logo img {
    width: 100%;
    height: 100%;
}
.store-logo picture { display: block; }
.store-logo img {
    object-fit: contain;
}
.store-search {
    height: 47px;
    display: grid;
    grid-template-columns: 1fr 48px;
    border: 1px solid #30363d;
    background: #0c0f13;
}
.store-search input {
    height: 45px;
    border: 0 !important;
    border-radius: 0;
    padding: 0 16px;
    background: #0c0f13 !important;
    color: #f4f7fa !important;
    box-shadow: none !important;
    font-size: 13px;
}
.store-search input::placeholder { color: #8f9aa6 !important; }
.store-search button {
    border: 0;
    background: transparent;
    color: #d7e0e9;
    font-size: 24px;
    cursor: pointer;
}
.store-actions {
    display: flex;
    align-items: center;
    gap: 26px;
}
.store-account,
.store-cart {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #f4f7fa;
    white-space: nowrap;
}
.store-account > span:last-child,
.store-cart > span:nth-child(2) { display: grid; }
.store-account small,
.store-cart small {
    color: #8e9aa7;
    font-size: 8px;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: .08em;
}
.store-account strong,
.store-cart strong {
    color: #f4f7fa;
    font-size: 11px;
    line-height: 1.35;
    text-transform: uppercase;
}
.account-symbol {
    width: 25px;
    height: 25px;
    border: 2px solid #f0f4f8;
    border-radius: 50%;
    position: relative;
}
.account-symbol::before {
    content: "";
    position: absolute;
    width: 7px;
    height: 7px;
    left: 7px;
    top: 4px;
    border: 1.5px solid #f0f4f8;
    border-radius: 50%;
}
.account-symbol::after {
    content: "";
    position: absolute;
    width: 13px;
    height: 6px;
    left: 4px;
    bottom: 3px;
    border: 1.5px solid #f0f4f8;
    border-radius: 8px 8px 4px 4px;
}
.bag-symbol {
    width: 23px;
    height: 22px;
    border: 2px solid #f0f4f8;
    position: relative;
}
.bag-symbol::before {
    content: "";
    position: absolute;
    width: 9px;
    height: 6px;
    left: 5px;
    top: -7px;
    border: 2px solid #f0f4f8;
    border-bottom: 0;
    border-radius: 7px 7px 0 0;
}
.store-cart { position: relative; }
.store-cart > b {
    position: absolute;
    left: 15px;
    top: -8px;
    width: 17px;
    height: 17px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: #1688ff;
    color: #fff;
    font-size: 8px;
}
.store-category-nav {
    min-height: 57px;
    background: #050505;
    color: #fff;
}
.store-category-nav .shell {
    min-height: 57px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
}
.store-category-nav a {
    min-height: 57px;
    display: inline-flex;
    align-items: center;
    padding: 0 17px;
    color: #eef1f4;
    font-size: 10px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .025em;
    transition: color .2s, background .2s;
}
.store-category-nav a:hover,
.store-category-nav .nav-featured {
    color: #63b5ff;
    background: #0e1720;
}
.store-header .menu-toggle { display: none; }

.commerce-hero {
    padding: 0;
    background: #05070a;
}
.commerce-hero > .shell {
    width: 100%;
    max-width: none;
}
.commerce-hero-media {
    height: clamp(430px, 33vw, 620px);
    position: relative;
    overflow: hidden;
    background: #05070a;
}
.commerce-hero-media > picture {
    display: block;
    width: 100%;
    height: 100%;
}
.commerce-hero-media > picture > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.commerce-hero-button {
    position: absolute;
    left: 5.1%;
    bottom: 10%;
    min-width: 146px;
    height: 47px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 22px;
    background: #1688ff;
    color: #fff;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    box-shadow: 0 13px 30px #0005;
    transition: background .2s, transform .2s;
}
.commerce-hero-button:hover { background: #0069cf; transform: translateY(-2px); }
.benefit-strip {
    background: #fff;
    border-bottom: 1px solid #e3e6e9;
}
.benefit-strip .shell {
    min-height: 112px;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    align-items: stretch;
}
.benefit-strip article {
    min-width: 0;
    min-height: 112px;
    display: grid;
    grid-template-columns: 46px minmax(0, 1fr);
    align-items: center;
    align-content: center;
    gap: 16px;
    padding: 22px clamp(18px, 1.8vw, 28px);
    border-right: 1px solid #e1e4e7;
}
.benefit-strip article:first-child { border-left: 1px solid #e1e4e7; }
.benefit-icon {
    width: 46px;
    height: 46px;
    display: grid;
    place-items: center;
    border: 1px solid #9aa3ad;
    border-radius: 50%;
    color: #1688ff;
    font-family: var(--display);
    font-size: 13px;
    line-height: 1;
}
.benefit-strip article > div { min-width: 0; display: grid; align-content: center; gap: 5px; }
.benefit-strip strong {
    color: #15191e;
    font-size: 10px;
    line-height: 1.3;
    letter-spacing: .035em;
}
.benefit-strip small {
    color: #838b94;
    font-size: 9px;
    line-height: 1.45;
    margin: 0;
}

.commerce-products { background: #fff; }
.commerce-products--latest { background: #f5f6f7; }
.commerce-heading {
    display: grid;
    justify-items: center;
    text-align: center;
    margin-bottom: 42px;
}
.commerce-heading > span {
    color: #1688ff;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .17em;
}
.commerce-heading h2 {
    margin: 8px 0 14px;
    color: #101318 !important;
    font-family: var(--body);
    font-size: clamp(26px, 2.3vw, 38px);
    font-weight: 900;
    letter-spacing: -.02em;
    line-height: 1.05;
}
.commerce-heading i {
    width: 48px;
    height: 3px;
    background: #1688ff;
}
.commerce-heading--light > span { color: #67b8ff; }
.commerce-heading--light h2 { color: #fff !important; }
body:not(.admin-body) .product-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 23px 17px;
}
body:not(.admin-body) .product-card {
    min-width: 0;
    border: 1px solid #e0e4e8;
    background: #fff;
    transition: transform .22s, box-shadow .22s, border-color .22s;
}
body:not(.admin-body) .product-card:hover {
    transform: translateY(-4px);
    border-color: #c5ccd4;
    box-shadow: 0 15px 38px #15243612;
}
body:not(.admin-body) .product-image {
    aspect-ratio: 1;
    border: 0;
    border-bottom: 1px solid #ebedf0;
    background: #f4f5f6;
}
body:not(.admin-body) .product-image::after { display: none; }
body:not(.admin-body) .product-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 8px;
}
body:not(.admin-body) .product-badge {
    left: 10px;
    top: 10px;
    border: 0;
    background: #1688ff;
    color: #fff;
}
body:not(.admin-body) .product-card-body { padding: 16px; }
.product-maker {
    display: inline-block;
    color: #1688ff;
    font-size: 9px;
    font-weight: 700;
}
body:not(.admin-body) .product-card-body h3 {
    min-height: 42px;
    margin: 6px 0 10px;
    color: #181b20;
    font-size: 14px;
    line-height: 1.45;
}
.product-card-price {
    display: block;
    margin-bottom: 13px;
    color: #101318;
    font-size: 17px;
}
.product-add {
    width: 100%;
    height: 39px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #15191e;
    background: #15191e;
    color: #fff;
    font-size: 10px;
    font-weight: 800;
    text-transform: uppercase;
    cursor: pointer;
    transition: background .2s, border-color .2s;
}
.product-add span { color: #65b7ff; font-size: 15px; margin-right: 6px; }
.product-add:hover { border-color: #1688ff; background: #1688ff; }
.product-add:hover span { color: #fff; }
.section-cta { display: flex; justify-content: center; margin-top: 38px; }
body:not(.admin-body) .button--primary {
    border-radius: 0;
    border-color: #1688ff;
    background: #1688ff;
    box-shadow: none;
}
.commerce-empty {
    min-height: 230px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 22px;
    border: 1px dashed #cbd1d7;
    background: #f8f9fa;
}
.commerce-empty > span {
    width: 50px;
    height: 50px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: #1688ff;
    color: #fff;
    font-size: 26px;
}
.commerce-empty strong { color: #13171b; font-size: 18px; }
.commerce-empty p { color: #7c858f; margin: 5px 0 0; }

.commerce-categories {
    background: radial-gradient(circle at 80% 20%, #0d3358, transparent 35%), #06080b;
}
.category-commerce-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1px;
    background: #26313d;
    border: 1px solid #26313d;
}
.category-commerce-grid a {
    min-height: 142px;
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-content: center;
    gap: 8px 15px;
    padding: 28px;
    background: #0d1218;
    transition: background .2s;
}
.category-commerce-grid a:hover { background: #121e2a; }
.category-commerce-grid a > span {
    color: #1688ff;
    font-size: 9px;
    grid-row: 1 / 3;
}
.category-commerce-grid strong {
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
}
.category-commerce-grid small {
    color: #71808e;
    font-size: 9px;
}
.category-commerce-grid b {
    color: #63b7ff;
    font-size: 20px;
    grid-row: 1 / 3;
    grid-column: 3;
}

.delivery-promo {
    padding: 70px 0;
    color: #fff;
    background: linear-gradient(115deg, #0768c7 0%, #0d3560 45%, #070b10 100%);
    overflow: hidden;
}
.delivery-promo .shell {
    min-height: 390px;
    display: grid;
    grid-template-columns: .8fr 1.2fr;
    align-items: center;
    gap: 70px;
}
.delivery-promo-logo {
    height: 390px;
    overflow: hidden;
    position: relative;
}
.delivery-promo-logo::after {
    content: "";
    position: absolute;
    inset: 0;
    box-shadow: inset -80px 0 80px #0b2d52;
}
.delivery-promo-logo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 18%;
}
.delivery-promo > .shell > div:last-child > span {
    color: #8dccff;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .16em;
}
.delivery-promo h2 {
    margin: 12px 0 20px;
    color: #fff !important;
    font-size: clamp(47px, 5vw, 78px);
    line-height: .9;
}
.delivery-promo p {
    max-width: 570px;
    color: #c2d2e1;
    font-size: 15px;
}
.button--light {
    border: 0;
    border-radius: 0;
    background: #fff;
    color: #101318;
}

.manufacturer-strip { background: #fff; }
.manufacturer-row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
}
.manufacturer-row article {
    min-height: 125px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border: 1px solid #e0e4e8;
    background: #fff;
}
.manufacturer-row img {
    width: 100px;
    height: 65px;
    object-fit: contain;
}
.manufacturer-row > article > span { color: #1688ff; font-size: 24px; }
.manufacturer-row strong {
    color: #4a525b;
    font-size: 10px;
    text-transform: uppercase;
}
.about-commerce {
    padding: 85px 0;
    background: #111418;
    color: #fff;
}
.about-commerce .shell {
    display: grid;
    grid-template-columns: 380px 1fr;
    gap: 65px;
    align-items: center;
}
.about-commerce-image {
    height: 350px;
    background: radial-gradient(circle, #15395d, #05070a 66%);
    overflow: hidden;
}
.about-commerce-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.about-commerce > .shell > div:last-child > span {
    color: #63b7ff;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .17em;
}
.about-commerce h2 {
    margin: 10px 0 20px;
    color: #fff !important;
    font-family: var(--body);
    font-size: clamp(36px, 4vw, 60px);
    font-weight: 900;
}
.about-commerce p { max-width: 600px; color: #aab4bf; }
.about-commerce a {
    display: inline-block;
    margin-top: 10px;
    color: #63b7ff;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
}

body:not(.admin-body) .proof-section { background: #f4f5f6; border: 0; }
body:not(.admin-body) .proof-card {
    border: 1px solid #dce1e5;
    background: #fff;
    padding: 8px;
    transform: none;
}
body:not(.admin-body) .proof-card:nth-child(even) { transform: none; }
body:not(.admin-body) .proof-card figcaption { color: #5f6974; }
body:not(.admin-body) .proof-empty {
    min-height: 190px;
    flex-direction: row;
    border: 1px dashed #c7cdd3;
    background: #fff;
}
.proof-placeholder-icon {
    width: 52px;
    height: 52px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: #1688ff;
    color: #fff;
    font-size: 22px;
}
body:not(.admin-body) .proof-empty strong { color: #15191e; font-size: 18px; }
body:not(.admin-body) .proof-empty p { margin: 3px 0 0; color: #78828c; }
body:not(.admin-body) .faq-section { background: #fff; border: 0; }
body:not(.admin-body) .faq-list {
    width: min(850px, 100%);
    margin: 0 auto;
}
body:not(.admin-body) .faq-list details,
body:not(.admin-body) .faq-list details:first-child { border-color: #dfe3e7; }
body:not(.admin-body) .faq-list summary { color: #181b20; }
body:not(.admin-body) .faq-list details p { color: #68727d; }
body:not(.admin-body) .faq-list summary span { border-color: #aab2bb; }

body:not(.admin-body) .site-footer {
    padding: 62px 0 22px;
    border: 0;
    background: #05070a;
}
body:not(.admin-body) .footer-grid {
    grid-template-columns: 1.5fr .6fr .7fr .8fr;
    padding: 0 0 50px;
}
body:not(.admin-body) .footer-brand img {
    width: min(270px, 100%);
    height: 125px;
    object-fit: contain;
    border-radius: 0;
}
.footer-badge {
    padding: 20px;
    border: 1px solid #27313c;
    background: #0b1016;
}
.footer-badge > span {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    border: 1px solid #1688ff;
    border-radius: 50%;
    color: #63b7ff !important;
    font-family: var(--display);
    font-size: 18px !important;
}
.footer-badge strong { margin: 8px 0 0 !important; }
.footer-badge small { color: #667482; font-size: 9px; }
body:not(.admin-body) .footer-bottom {
    border-color: #222a33;
    color: #5d6874;
}

/* Internal storefront pages */
body:not(.admin-body) .page-hero {
    min-height: 290px;
    padding: 80px 0 55px;
    background: radial-gradient(circle at 78% 30%, #0d3a67, transparent 30%), #090c10;
    border: 0;
}
body:not(.admin-body) .page-hero h1 {
    margin: 12px 0 0;
    color: #fff;
    font-size: clamp(56px, 7vw, 88px);
}
body:not(.admin-body) .page-hero h1 em { -webkit-text-stroke-color: #63b7ff; }
body:not(.admin-body) .page-hero p { color: #a7b3c0; }
body:not(.admin-body) .shop-section,
body:not(.admin-body) .cart-section,
body:not(.admin-body) .checkout-section,
body:not(.admin-body) .account-page,
body:not(.admin-body) .auth-page,
body:not(.admin-body) .about-story { background: #f5f6f7; }
body:not(.admin-body) .shop-toolbar,
body:not(.admin-body) .form-section,
body:not(.admin-body) .order-summary,
body:not(.admin-body) .account-orders,
body:not(.admin-body) .account-profile,
body:not(.admin-body) .order-detail-card,
body:not(.admin-body) .order-timeline-card,
body:not(.admin-body) .delivery-card,
body:not(.admin-body) .auth-card {
    border-color: #dce1e5;
    background: #fff;
    color: #353b42;
}
body:not(.admin-body) .order-summary h2,
body:not(.admin-body) .panel-head h2,
body:not(.admin-body) .account-profile h2,
body:not(.admin-body) .order-timeline-card h2,
body:not(.admin-body) .auth-card h2 { color: #15191e; }
body:not(.admin-body) .order-summary dl div,
body:not(.admin-body) .product-meta,
body:not(.admin-body) .product-meta div,
body:not(.admin-body) .cart-list,
body:not(.admin-body) .cart-item,
body:not(.admin-body) .cart-list-actions,
body:not(.admin-body) .ordered-products > div,
body:not(.admin-body) .order-totals { border-color: #dfe3e7; }
body:not(.admin-body) .summary-total strong,
body:not(.admin-body) .cart-line-total,
body:not(.admin-body) .ordered-products strong,
body:not(.admin-body) .order-totals dd { color: #15191e; }
body:not(.admin-body) .product-page { background: #fff; }
body:not(.admin-body) .product-page { padding-top: 58px; }
body:not(.admin-body) .product-detail {
    grid-template-columns: 1fr 1fr;
    gap: 68px;
}
body:not(.admin-body) .gallery-main,
body:not(.admin-body) .cart-item-image { border-color: #e0e4e8; background: #f4f5f6; }
body:not(.admin-body) .gallery-main img { object-fit: contain; }
body:not(.admin-body) .product-summary h1 {
    margin: 12px 0 18px;
    color: #12161a;
    font-family: var(--body);
    font-size: clamp(30px, 3vw, 42px);
    font-weight: 850;
    line-height: 1.08;
    letter-spacing: -.03em;
    text-transform: none;
}
body:not(.admin-body) .product-price { color: #12161a; }
body:not(.admin-body) .product-price { margin-top: 25px; font-size: 27px; }
.product-live-activity {
    width: fit-content;
    max-width: 100%;
    display: flex;
    align-items: center;
    gap: 9px;
    margin-top: 13px;
    padding: 8px 12px;
    border: 1px solid #d9e7f3;
    border-radius: 999px;
    background: #f2f8fd;
}
.product-live-activity[hidden] { display: none; }
.product-live-activity > span {
    width: 8px;
    height: 8px;
    flex: 0 0 8px;
    border-radius: 50%;
    background: #1688ff;
    box-shadow: 0 0 0 0 #1688ff66;
    animation: presence-pulse 2s infinite;
}
.product-live-activity p { margin: 0; color: #52606d; font-size: 10px; font-weight: 700; line-height: 1.35; }
.product-live-activity strong { color: #0878d8; }
@keyframes presence-pulse {
    0% { box-shadow: 0 0 0 0 #1688ff66; }
    70%, 100% { box-shadow: 0 0 0 7px #1688ff00; }
}
body:not(.admin-body) .product-lead { color: #6d7781; font-size: 14px; }
body:not(.admin-body) .purchase-notes { color: #68737e; }
body:not(.admin-body) .quantity-picker { border-color: #ccd2d8; background: #fff; }
body:not(.admin-body) .quantity-picker button { color: #4f5963; }
body:not(.admin-body) .related-section .section-heading h2 {
    color: #14181d;
    font-family: var(--body);
    font-size: 36px;
    font-weight: 900;
    line-height: 1;
}
body:not(.admin-body) .product-tabs { border-color: #dce1e5; }
body:not(.admin-body) .tab-buttons { border-color: #dce1e5; }
body:not(.admin-body) .tab-buttons button {
    border-color: #dce1e5;
    background: #f2f4f5;
    color: #606a74;
}
body:not(.admin-body) .tab-buttons button.active { background: #fff; color: #11151a; }
body:not(.admin-body) .tab-panels article { color: #5f6974; }
body:not(.admin-body) .related-section { background: #f5f6f7; }
body:not(.admin-body) .auth-aside h1,
body:not(.admin-body) .account-head h1,
body:not(.admin-body) .order-detail-head h1 { color: #11151a; }
body:not(.admin-body) .auth-page { padding-top: 78px; }
body:not(.admin-body) .account-page { padding-top: 72px; }
body:not(.admin-body) .auth-aside h1 em,
body:not(.admin-body) .account-head h1 em { -webkit-text-stroke-color: #1688ff; }
body:not(.admin-body) .order-row { border-color: #e0e4e8; color: #68727d; }
body:not(.admin-body) .order-row strong,
body:not(.admin-body) .order-row b { color: #171b20; }
body:not(.admin-body) .error-page {
    background: radial-gradient(circle at 50% 30%, #0d3b6b, transparent 32%), #070a0e;
}
body:not(.admin-body) .error-page h1 { color: #fff; }

@media (max-width: 1100px) {
    .store-header-main { grid-template-columns: 120px 1fr auto; gap: 20px; }
    .store-logo {
        width: 76px;
        height: 76px;
        padding: 5px;
        border-radius: 50%;
        background: #05070a;
    }
    .store-actions { gap: 16px; }
    .store-category-nav a { padding-inline: 10px; font-size: 9px; }
    body:not(.admin-body) .product-grid { grid-template-columns: repeat(3, 1fr); }
}

/* Mutant Lab — identidade atualizada */
.admin-brand {
    width: 100%;
    min-height: 72px;
    align-items: center;
}
.admin-brand-logo {
    display: block;
    width: 100%;
    height: 64px;
    object-fit: contain;
    object-position: left center;
}
.commerce-hero-media {
    isolation: isolate;
    background:
        radial-gradient(circle at 76% 42%, #0c5597 0, #071f38 26%, transparent 50%),
        linear-gradient(112deg, #020304 0%, #070b10 54%, #03101d 100%);
}
.commerce-hero-media::before,
.commerce-hero-media::after {
    content: "";
    position: absolute;
    z-index: -1;
    border: 1px solid #1688ff24;
    border-radius: 50%;
}
.commerce-hero-media::before { width: 520px; height: 520px; right: -90px; top: -145px; }
.commerce-hero-media::after { width: 360px; height: 360px; right: 55px; bottom: -230px; }
.mutant-hero-copy {
    position: absolute;
    z-index: 2;
    left: max(5.1%, calc((100% - 1240px) / 2 + 63px));
    top: 14%;
    width: 45%;
    color: #fff;
}
.mutant-hero-copy > span {
    color: #64b9ff;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .22em;
}
.mutant-hero-copy h1 {
    margin: 15px 0 12px;
    color: #fff !important;
    font-family: var(--body);
    font-size: clamp(42px, 4.5vw, 74px);
    font-weight: 950;
    line-height: .92;
    letter-spacing: -.055em;
}
.mutant-hero-copy p {
    max-width: 390px;
    margin: 0;
    color: #b7c5d2;
    font-size: 14px;
}
.mutant-hero-visual {
    position: absolute;
    z-index: 1;
    right: max(1%, calc((100% - 1240px) / 2 + 12px));
    top: 50%;
    width: min(50%, 580px);
    height: 100%;
    object-fit: contain;
    transform: translateY(-50%);
    filter: drop-shadow(0 20px 42px #000b);
}
.commerce-hero-button {
    left: max(5.1%, calc((100% - 1240px) / 2 + 63px));
    z-index: 3;
}
.delivery-promo-logo img { object-fit: contain; object-position: center; }
.store-logo,
.store-logo picture,
.store-logo img,
.mutant-hero-visual,
.delivery-promo-logo img,
.about-commerce-image img,
.about-logo-panel img,
.footer-brand img,
.admin-brand-logo {
    background: transparent !important;
}
.about-logo-panel,
.about-commerce-image { background: transparent; }
.delivery-promo-logo::after { display: none; }

/* Contraste reforçado nas áreas claras da loja */
body:not(.admin-body) label,
body:not(.admin-body) .checkout-field { color: #29313a; }
body:not(.admin-body) label small,
body:not(.admin-body) .checkout-field small,
body:not(.admin-body) .form-section-head p,
body:not(.admin-body) .order-summary > p,
body:not(.admin-body) .payment-method p,
body:not(.admin-body) .form-note,
body:not(.admin-body) .summary-products small,
body:not(.admin-body) .summary-security,
body:not(.admin-body) .cart-list-head,
body:not(.admin-body) .cart-item-info > span,
body:not(.admin-body) .cart-item-info small,
body:not(.admin-body) .panel-head span,
body:not(.admin-body) .account-head p,
body:not(.admin-body) .profile-meta,
body:not(.admin-body) .ordered-products small,
body:not(.admin-body) .order-status-large > span,
body:not(.admin-body) .delivery-card address,
body:not(.admin-body) .delivery-card > div:last-child,
body:not(.admin-body) .about-copy p,
body:not(.admin-body) .about-values span,
body:not(.admin-body) .auth-aside > p,
body:not(.admin-body) .auth-points { color: #4b5661; }
body:not(.admin-body) .order-summary dl div,
body:not(.admin-body) .order-totals div { color: #4d5863; }
body:not(.admin-body) .summary-products b,
body:not(.admin-body) .summary-security strong,
body:not(.admin-body) .profile-meta b,
body:not(.admin-body) .order-status-large strong,
body:not(.admin-body) .delivery-card strong,
body:not(.admin-body) .product-meta dd,
body:not(.admin-body) .breadcrumbs b { color: #20272e; }
body:not(.admin-body) input::placeholder,
body:not(.admin-body) textarea::placeholder { color: #68737e; opacity: 1; }

@media (max-width: 820px) {
    .mutant-hero-copy { width: 51%; }
    .mutant-hero-visual { right: -10%; width: 61%; }
}

@media (max-width: 560px) {
    .mutant-hero-copy {
        left: 20px;
        top: 30px;
        width: calc(100% - 40px);
    }
    .mutant-hero-copy h1 { width: 76%; font-size: 38px; }
    .mutant-hero-copy p { width: 70%; font-size: 12px; }
    .mutant-hero-visual {
        right: -9%;
        top: 60%;
        width: 70%;
        height: 94%;
        opacity: .58;
    }
}

@media (max-width: 820px) {
    .store-announcement { font-size: 8px; }
    .store-header-main {
        min-height: 82px;
        grid-template-columns: 90px 1fr auto;
        gap: 12px;
    }
    .store-logo { width: 80px; height: 70px; }
    .store-search { height: 42px; }
    .store-search input { height: 40px; }
    .store-account > span:last-child,
    .store-cart > span:nth-child(2) { display: none; }
    .store-header .menu-toggle { display: grid; gap: 4px; padding: 10px 0 10px 10px; }
    .store-header .menu-toggle span { width: 22px; height: 2px; background: #f4f7fa; }
    .store-category-nav { display: none; position: absolute; left: 0; right: 0; top: 108px; box-shadow: 0 20px 40px #0005; }
    .store-category-nav.open { display: block; }
    .store-category-nav .shell { align-items: stretch; flex-direction: column; padding: 10px 0; }
    .store-category-nav a { min-height: 42px; padding: 0 18px; }
    .commerce-hero { padding-top: 0; }
    .commerce-hero-media { height: 480px; }
    .commerce-hero-media > picture > img { object-position: 61% center; }
    .benefit-strip .shell { grid-template-columns: repeat(2, 1fr); }
    .benefit-strip article { border-bottom: 1px solid #e1e4e7; }
    body:not(.admin-body) .product-grid { grid-template-columns: repeat(2, 1fr); }
    .category-commerce-grid { grid-template-columns: repeat(2, 1fr); }
    .delivery-promo .shell { grid-template-columns: 1fr; gap: 35px; }
    .delivery-promo-logo { display: none; }
    .manufacturer-row { grid-template-columns: repeat(2, 1fr); }
    .about-commerce .shell { grid-template-columns: 260px 1fr; gap: 35px; }
    body:not(.admin-body) .footer-grid { grid-template-columns: 1fr 1fr; }
    body:not(.admin-body) .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 560px) {
    body:not(.admin-body) .section-pad { padding: 60px 0; }
    .store-header-main { grid-template-columns: 70px 1fr auto; }
    .store-logo { width: 64px; height: 64px; }
    .store-search input { padding-inline: 10px; font-size: 11px; }
    .store-search button { width: 38px; font-size: 20px; }
    .store-actions { gap: 10px; }
    .store-account { display: none; }
    .store-category-nav { top: 108px; }
    .commerce-hero-media { height: 365px; }
    .commerce-hero-media > picture > img { object-position: 68% center; }
    .commerce-hero-button { left: 18px; bottom: 18px; min-width: 120px; height: 41px; font-size: 10px; }
    .benefit-strip .shell { grid-template-columns: 1fr; }
    .benefit-strip article { border-left: 1px solid #e1e4e7; min-height: 82px; }
    .commerce-heading { margin-bottom: 30px; }
    .commerce-heading h2 { font-size: 25px; }
    body:not(.admin-body) .product-grid { gap: 10px; }
    body:not(.admin-body) .product-card-body { padding: 11px; }
    body:not(.admin-body) .product-card-body h3 { min-height: 54px; font-size: 12px; }
    .product-card-price { font-size: 14px; }
    .product-add { font-size: 9px; }
    .category-commerce-grid { grid-template-columns: 1fr; }
    .category-commerce-grid a { min-height: 110px; }
    .delivery-promo { padding: 58px 0; }
    .delivery-promo .shell { min-height: 0; }
    .delivery-promo h2 { font-size: 43px; }
    .manufacturer-row { grid-template-columns: 1fr 1fr; }
    .about-commerce .shell { grid-template-columns: 1fr; }
    .about-commerce-image { height: 280px; }
    body:not(.admin-body) .proof-card { flex-basis: 100%; }
    body:not(.admin-body) .footer-grid { grid-template-columns: 1fr 1fr; }
    .footer-badge { grid-column: 1 / -1; }
}

/* Importação, clientes e privacidade */
.admin-sidebar { overflow-y: auto; }
.import-hero {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
    background: radial-gradient(circle at 85% 20%, #103967, transparent 34%), #0d1218;
}
.import-hero > div:first-child { max-width: 720px; }
.import-hero span, .import-card > p { color: #71808f; }
.import-hero h2 { margin: 7px 0 10px; color: #fff; font-family: var(--body); font-size: 28px; text-transform: none; letter-spacing: -.02em; }
.import-hero p, .import-card > p { margin: 0; font-size: 11px; line-height: 1.7; }
.import-hero-badge {
    flex: 0 0 92px;
    height: 92px;
    display: grid;
    place-items: center;
    align-content: center;
    border: 1px solid #247aca;
    border-radius: 50%;
    background: #0a2138;
    box-shadow: 0 0 35px #087bd52c;
}
.import-hero-badge strong { color: #83c5ff; font-size: 20px; }
.import-hero-badge small { color: #52718e; font-size: 8px; text-transform: uppercase; }
.import-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.import-card { display: flex; flex-direction: column; min-height: 325px; }
.import-card form { display: grid; gap: 13px; margin-top: auto; padding-top: 20px; }
.import-drop {
    min-height: 90px;
    display: grid;
    place-items: center;
    border: 1px dashed #344250;
    background: #090d12;
    color: #8090a0;
    text-align: center;
    cursor: pointer;
}
.import-drop:hover { border-color: #278be9; background: #0a1420; }
.import-drop input { width: min(330px, 90%); color: #667687; font-size: 10px; }
.import-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.import-stats article { padding: 17px; border: 1px solid #26313c; background: #090d12; }
.import-stats span { color: #657483; font-size: 8px; text-transform: uppercase; letter-spacing: .1em; }
.import-stats strong { display: block; margin-top: 5px; color: #fff; font-size: 27px; }
.import-errors { margin-top: 16px; padding: 15px; border: 1px solid #66323a; background: #210f13; }
.import-errors strong { color: #ff9ca7; }
.import-errors p { margin: 7px 0 0; color: #a8757b; font-size: 10px; }
.admin-rule-list code { padding: 2px 5px; border: 1px solid #2b3641; background: #090d12; color: #7fbcf5; }
.customer-list-head { align-items: end; }
.admin-search { display: flex; gap: 8px; width: min(420px, 100%); }
.admin-search input { min-width: 0; height: 40px; }
.customer-stats .stat-date { font-size: 30px; }
.customer-stats .stat-contact { overflow-wrap: anywhere; font-size: 14px; line-height: 1.25; }
.customer-history { display: grid; gap: 15px; }
.customer-order-card { padding: 20px; border: 1px solid #252f39; background: #090d12; }
.customer-order-card > header { display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 18px; padding-bottom: 14px; border-bottom: 1px solid #202832; }
.customer-order-card > header > div { display: grid; }
.customer-order-card > header a { color: #dbe4ed; font-weight: 800; }
.customer-order-card > header small { color: #5f6c79; margin-top: 4px; }
.customer-order-card > header > strong { color: #fff; font-size: 17px; }
.customer-order-products { display: flex; flex-wrap: wrap; gap: 7px; padding: 13px 0; }
.customer-order-products span { padding: 5px 8px; background: #121922; color: #8795a3; font-size: 9px; }
.customer-order-events { display: grid; gap: 8px; padding-bottom: 14px; }
.customer-order-events span { display: grid; grid-template-columns: 7px auto 1fr; gap: 8px; align-items: center; }
.customer-order-events i { width: 6px; height: 6px; border-radius: 50%; background: #1688ff; }
.customer-order-events b { color: #b9c4cf; font-size: 9px; }
.customer-order-events small { color: #596674; font-size: 9px; }

.legal-hero { min-height: 330px !important; }
.legal-page { background: #f5f6f7; color: #333a42; }
.legal-layout { display: grid; grid-template-columns: 230px 1fr; gap: 65px; align-items: start; }
.legal-layout > aside {
    position: sticky;
    top: 155px;
    display: grid;
    padding: 24px;
    border: 1px solid #dce1e5;
    background: #fff;
}
.legal-layout > aside strong { margin-bottom: 12px; color: #171b20; font-size: 13px; }
.legal-layout > aside a { padding: 9px 0; border-bottom: 1px solid #edf0f2; color: #6b7580; font-size: 11px; }
.legal-content { padding: 45px; border: 1px solid #dce1e5; background: #fff; }
.legal-updated { margin: 0 0 35px; color: #87919b; font-size: 10px; text-transform: uppercase; letter-spacing: .08em; }
.legal-content > section { display: grid; grid-template-columns: 42px 1fr; gap: 24px; padding: 32px 0; border-top: 1px solid #e5e8eb; scroll-margin-top: 150px; }
.legal-content > section > span { width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid #bcdcff; border-radius: 50%; color: #1478d3; font-size: 9px; font-weight: 800; }
.legal-content h2 { margin: 4px 0 12px; color: #171b20; font-family: var(--body); font-size: 22px; text-transform: none; letter-spacing: -.01em; }
.legal-content p { margin: 0; color: #65707b; font-size: 13px; line-height: 1.85; }
.legal-content a { color: #0878d8; }
.legal-content .telegram-contact {
    display: inline-flex;
    align-items: center;
    padding: 2px 9px;
    border-radius: 999px;
    background: #e7f4ff;
    color: #0878d8;
    font-weight: 800;
    white-space: nowrap;
}
.cookie-review-button { margin-top: 20px; border-color: #b9c2cb; color: #323a42; }
.purchase-activity {
    position: fixed;
    z-index: 480;
    left: 24px;
    bottom: 24px;
    width: min(390px, calc(100vw - 48px));
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 13px;
    align-items: center;
    padding: 17px 43px 17px 17px;
    border: 1px solid #d7dde3;
    border-left: 4px solid #1688ff;
    background: #fff;
    box-shadow: 0 20px 55px #1423332b;
    opacity: 0;
    transform: translateY(22px);
    transition: opacity .28s ease, transform .28s ease;
}
.purchase-activity[hidden] { display: none; }
.purchase-activity.is-visible { opacity: 1; transform: translateY(0); }
.purchase-activity > button {
    position: absolute;
    top: 8px;
    right: 9px;
    width: 28px;
    height: 28px;
    border: 0;
    background: transparent;
    color: #7b8691;
    cursor: pointer;
    font-size: 20px;
}
.purchase-activity-icon {
    width: 44px;
    height: 44px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: #1688ff;
    color: #fff;
    font-size: 17px;
    box-shadow: 0 7px 18px #1688ff4d;
}
.purchase-activity > div { min-width: 0; display: grid; gap: 3px; }
.purchase-activity small { color: #1688ff; font-size: 8px; font-weight: 900; letter-spacing: .13em; }
.purchase-activity strong { overflow: hidden; color: #171b20; font-size: 12px; text-overflow: ellipsis; white-space: nowrap; }
.purchase-activity p { overflow: hidden; margin: 0; color: #596570; font-size: 10px; font-weight: 700; text-overflow: ellipsis; white-space: nowrap; }
.purchase-activity > div > span { color: #84909a; font-size: 9px; }
.cookie-banner {
    position: fixed;
    z-index: 500;
    left: 24px;
    right: 24px;
    bottom: 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
    padding: 22px 24px;
    border: 1px solid #2e3945;
    background: #090d12f2;
    box-shadow: 0 22px 70px #0008;
    backdrop-filter: blur(16px);
}
.cookie-banner[hidden] { display: none; }
.cookie-banner > div:first-child { display: flex; align-items: center; gap: 17px; max-width: 800px; }
.cookie-icon { flex: 0 0 42px; height: 42px; display: grid; place-items: center; border: 1px solid #1688ff; border-radius: 50%; color: #68b9ff; }
.cookie-banner strong { color: #fff; font-size: 13px; }
.cookie-banner p { margin: 5px 0 4px; color: #8b98a5; font-size: 10px; line-height: 1.55; }
.cookie-banner a { color: #63b7ff; font-size: 9px; text-decoration: underline; }
.cookie-actions { display: flex; gap: 9px; flex: 0 0 auto; }
.cookie-actions .button { min-height: 40px; padding-inline: 16px; font-size: 9px; }
.cookie-essential { border-color: #3c4854; color: #c3ccd5; }

@media (max-width: 820px) {
    .import-grid { grid-template-columns: 1fr; }
    .customer-list-head { align-items: stretch; flex-direction: column; }
    .admin-search { width: 100%; }
    .legal-layout { grid-template-columns: 1fr; gap: 25px; }
    .legal-layout > aside { position: static; grid-template-columns: repeat(2, 1fr); }
    .legal-layout > aside strong { grid-column: 1 / -1; }
    .cookie-banner { align-items: stretch; flex-direction: column; }
    .cookie-actions { justify-content: flex-end; }
}

@media (max-width: 560px) {
    .import-hero { align-items: flex-start; }
    .import-hero-badge { display: none; }
    .import-stats { grid-template-columns: 1fr; }
    .customer-order-card > header { grid-template-columns: 1fr auto; }
    .customer-order-card > header > strong { grid-column: 1 / -1; }
    .customer-order-events span { grid-template-columns: 7px 1fr; }
    .customer-order-events small { grid-column: 2; }
    .legal-content { padding: 26px 19px; }
    .legal-content > section { grid-template-columns: 1fr; gap: 10px; }
    .cookie-banner { inset: auto 10px 10px; padding: 18px; }
    .cookie-banner > div:first-child { align-items: flex-start; }
    .cookie-icon { display: none; }
    .cookie-actions { flex-direction: column-reverse; }
    .cookie-actions .button { width: 100%; }
    .purchase-activity {
        left: 10px;
        right: 10px;
        bottom: 10px;
        width: auto;
        padding: 15px 40px 15px 14px;
        grid-template-columns: 38px minmax(0, 1fr);
    }
    .purchase-activity-icon { width: 38px; height: 38px; }
    body.has-mobile-buy-bar .purchase-activity { bottom: 92px; }
    .smtp-summary, .smtp-test-form { grid-template-columns: 1fr; }
    .smtp-test-form .admin-button { width: 100%; }
}

/* Mobile product purchase experience */
.add-button i { font-style: normal; }

@media (max-width: 820px) {
    body:not(.admin-body) .product-detail {
        grid-template-columns: minmax(0, 1fr);
        gap: 30px;
    }
    body:not(.admin-body) .product-gallery,
    body:not(.admin-body) .gallery-main { width: 100%; min-width: 0; }
    body:not(.admin-body) .gallery-main { max-height: none; aspect-ratio: 1 / 1; }
    body:not(.admin-body) .product-summary { padding-top: 0; }
}

@media (max-width: 560px) {
    body:not(.admin-body) .product-page { padding-top: 34px; }
    body:not(.admin-body) .product-page .breadcrumbs {
        margin-bottom: 22px;
        overflow: hidden;
        white-space: nowrap;
    }
    body:not(.admin-body) .gallery-main {
        aspect-ratio: 1 / 1;
        border-radius: 0;
    }
    body:not(.admin-body) .gallery-thumbs {
        display: flex;
        gap: 8px;
        overflow-x: auto;
        padding-bottom: 3px;
        scrollbar-width: thin;
    }
    body:not(.admin-body) .gallery-thumbs button { flex: 0 0 72px; }
    body:not(.admin-body) .product-summary h1 { font-size: 34px; }
    body:not(.admin-body) .product-price { font-size: 24px; }
    body:not(.admin-body).has-mobile-buy-bar {
        padding-bottom: calc(76px + env(safe-area-inset-bottom));
    }
    body:not(.admin-body) .mobile-buy-bar {
        position: fixed;
        z-index: 450;
        left: 0;
        right: 0;
        bottom: 0;
        grid-template-columns: 88px minmax(0, 1fr);
        align-items: center;
        gap: 7px;
        width: 100%;
        padding: 9px 10px calc(9px + env(safe-area-inset-bottom));
        border-top: 1px solid #d8dde2;
        background: #fffffff5;
        box-shadow: 0 -12px 35px #09101a1f;
        backdrop-filter: blur(14px);
    }
    body:not(.admin-body) .mobile-buy-bar .quantity-picker {
        height: 48px;
        grid-template-columns: 27px 1fr 27px;
    }
    body:not(.admin-body) .mobile-buy-bar .quantity-picker button { font-size: 16px; }
    body:not(.admin-body) .mobile-buy-bar .add-button {
        min-width: 0;
        min-height: 48px;
        padding-inline: 10px;
        gap: 7px;
        font-size: 10px;
        white-space: nowrap;
    }
}

/* Editor visual de conteúdo */
.rich-editor [hidden] { display: none !important; }
.rich-editor {
    overflow: hidden;
    border: 1px solid #2b3541;
    border-radius: 9px;
    background: #0d1218;
}
.rich-editor-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    min-height: 52px;
    padding: 9px 12px 9px 16px;
    border-bottom: 1px solid #27313c;
}
.rich-editor-head > strong { color: #e9edf1; font-size: 11px; text-transform: uppercase; letter-spacing: .06em; }
.rich-editor-tabs { display: flex; gap: 4px; flex-wrap: wrap; justify-content: flex-end; }
.rich-editor-tabs button,
.rich-editor-toolbar button {
    border: 1px solid #303b47;
    border-radius: 5px;
    background: #151c24;
    color: #aab4be;
    cursor: pointer;
}
.rich-editor-tabs button { min-height: 31px; padding: 0 10px; font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .05em; }
.rich-editor-tabs button.active { border-color: #1688ff; background: #123052; color: #fff; }
.rich-editor-toolbar {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 5px;
    padding: 9px 12px;
    border-bottom: 1px solid #27313c;
    background: #10161d;
}
.rich-editor-toolbar > span { width: 1px; height: 24px; margin: 0 3px; background: #313b46; }
.rich-editor-toolbar button { min-width: 32px; min-height: 31px; padding: 0 8px; font-size: 10px; }
.rich-editor-toolbar button:hover { border-color: #1688ff; color: #fff; }
.rich-editor-surface,
.rich-editor-source {
    display: block;
    width: 100%;
    min-height: 260px;
    padding: 20px;
    border: 0;
    border-radius: 0;
    outline: 0;
    background: #fff;
    color: #252b31;
    font-family: Arial, sans-serif;
    font-size: 15px;
    line-height: 1.7;
}
.rich-editor-surface:focus { box-shadow: inset 0 0 0 2px #1688ff; }
.rich-editor-source {
    resize: vertical;
    background: #080c11;
    color: #d3deea;
    font-family: Consolas, "Courier New", monospace;
    font-size: 13px;
}
.rich-editor-preview { min-height: 260px; padding: 16px; background: #e9edf0; }
.rich-editor-preview-label { margin-bottom: 10px; color: #65717c; font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .09em; }
.rich-editor-preview-content {
    min-height: 210px;
    padding: 24px;
    border-radius: 5px;
    background: #fff;
    color: #30363c;
    font-family: Arial, sans-serif;
    font-size: 15px;
    line-height: 1.7;
}
.rich-editor-surface,
.rich-editor-surface p,
.rich-editor-surface li,
.rich-editor-surface strong,
.rich-editor-surface em,
.rich-editor-surface u,
.rich-editor-preview-content,
.rich-editor-preview-content p,
.rich-editor-preview-content li,
.rich-editor-preview-content strong,
.rich-editor-preview-content em,
.rich-editor-preview-content u { color: #252b31 !important; }
.rich-editor-surface h1, .rich-editor-preview-content h1 { margin: .8em 0 .45em; color: #171c22 !important; font-size: 32px; line-height: 1.15; }
.rich-editor-surface h2, .rich-editor-preview-content h2 { margin: .8em 0 .45em; color: #1d2329 !important; font-size: 26px; line-height: 1.2; }
.rich-editor-surface h3, .rich-editor-preview-content h3 { margin: .8em 0 .45em; color: #252b31 !important; font-size: 21px; line-height: 1.25; }
.rich-editor-surface blockquote, .rich-editor-preview-content blockquote { margin: 18px 0; padding: 10px 18px; border-left: 3px solid #1688ff; background: #eef6ff; }
.rich-editor-surface a, .rich-editor-preview-content a { color: #0877e8; text-decoration: underline; }
.rich-editor-help { display: block; padding: 10px 14px; border-top: 1px solid #27313c; color: #778593; font-size: 10px; }

/* Separadores no computador e acordeão no telemóvel */
.product-info-accordion {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}
.product-info-item { display: contents; }
.product-tab-toggle {
    order: 1;
    height: 75px;
    border: 0;
    border-right: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    background: #0a0e13;
    color: #6f7b89;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .08em;
    cursor: pointer;
}
.product-tab-toggle.active { background: #111822; color: #fff; box-shadow: inset 0 -2px var(--blue); }
.product-tab-toggle:focus { outline: none; }
.product-tab-toggle:focus-visible { box-shadow: inset 0 0 0 2px var(--blue); }
.product-info-accordion article {
    display: none;
    order: 2;
    grid-column: 1 / -1;
    min-height: 300px;
    grid-template-columns: .3fr .7fr;
    gap: 70px;
    padding: 55px;
    color: #9aa6b4;
    font-size: 15px;
    line-height: 1.9;
}
.product-info-accordion article.active { display: grid; }
body:not(.admin-body) .product-tab-toggle { border-color: #dce1e5; background: #f2f4f5; color: #606a74; }
body:not(.admin-body) .product-tab-toggle.active { background: #fff; color: #11151a; }
body:not(.admin-body) .product-info-accordion article { color: #5f6974; }
.rich-product-content h1 { margin: 0 0 .55em; color: inherit; font-size: 34px; line-height: 1.15; }
.rich-product-content h2 { margin: 0 0 .55em; color: inherit; font-size: 28px; line-height: 1.2; }
.rich-product-content h3 { margin: 0 0 .55em; color: inherit; font-size: 22px; line-height: 1.25; }
.rich-product-content p, .rich-product-content ul, .rich-product-content ol, .rich-product-content blockquote { margin: 0 0 1em; }
.rich-product-content blockquote { padding-left: 18px; border-left: 3px solid var(--blue); }
.rich-product-content a { color: var(--blue); text-decoration: underline; }
.manufacturer-rich-content { margin-top: 12px; }

@media (max-width: 560px) {
    .rich-editor-head { align-items: flex-start; flex-direction: column; }
    .rich-editor-tabs { width: 100%; justify-content: stretch; }
    .rich-editor-tabs button { flex: 1; padding-inline: 6px; }
    .rich-editor-toolbar > span { display: none; }
    .rich-editor-surface, .rich-editor-source { min-height: 230px; padding: 16px; }

    body:not(.admin-body) .product-info-accordion {
        display: block;
        margin-top: 48px;
        border-bottom: 0;
    }
    body:not(.admin-body) .product-info-item {
        display: block;
        border-bottom: 1px solid #dce1e5;
    }
    body:not(.admin-body) .product-tab-toggle {
        position: relative;
        width: 100%;
        height: auto;
        min-height: 60px;
        padding: 17px 44px 17px 4px;
        border: 0;
        background: #fff;
        color: #20262c;
        text-align: left;
        box-shadow: none;
    }
    body:not(.admin-body) .product-tab-toggle::after {
        content: "+";
        position: absolute;
        right: 7px;
        top: 50%;
        transform: translateY(-50%);
        color: #1688ff;
        font-size: 23px;
        font-weight: 400;
    }
    body:not(.admin-body) .product-tab-toggle.active::after { content: "−"; }
    body:not(.admin-body) .product-info-accordion article,
    body:not(.admin-body) .product-info-accordion article.active {
        min-height: 0;
        padding: 0 4px 24px;
        color: #5f6974;
    }
    body:not(.admin-body) .product-info-accordion article { display: none; }
    body:not(.admin-body) .product-info-accordion article.active { display: block; }
    body:not(.admin-body) .product-info-accordion .tab-index { display: none; }
    body:not(.admin-body) .manufacturer-panel { grid-template-columns: 72px 1fr; gap: 16px; }
    body:not(.admin-body) .manufacturer-panel img { width: 72px; height: 72px; }
    body:not(.admin-body) .manufacturer-panel h2 { margin-top: 0; font-size: 21px; }
    .rich-product-content h1 { font-size: 28px; }
    .rich-product-content h2 { font-size: 24px; }
    .rich-product-content h3 { font-size: 20px; }
}

/* Confirmação AJAX do carrinho */
.cart-dialog-open { overflow: hidden; }
.cart-confirmation[hidden] { display: none !important; }
.cart-confirmation {
    position: fixed;
    z-index: 700;
    inset: 0;
    display: grid;
    place-items: center;
    padding: 22px;
}
.cart-confirmation-backdrop {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
    background: #020407c9;
    cursor: pointer;
    backdrop-filter: blur(4px);
}
.cart-confirmation-panel {
    position: relative;
    z-index: 1;
    width: min(480px, 100%);
    padding: 42px;
    border: 1px solid #dce2e8;
    background: #fff;
    color: #182028;
    box-shadow: 0 30px 90px #0008;
    text-align: center;
}
.cart-confirmation-panel:focus { outline: none; }
.cart-confirmation-close {
    position: absolute;
    right: 13px;
    top: 10px;
    width: 36px;
    height: 36px;
    border: 0;
    background: transparent;
    color: #68737e;
    font-size: 26px;
    cursor: pointer;
}
.cart-confirmation-icon {
    width: 58px;
    height: 58px;
    display: grid;
    place-items: center;
    margin: 0 auto 18px;
    border-radius: 50%;
    background: #1688ff;
    color: #fff;
    font-size: 25px;
    box-shadow: 0 12px 32px #1688ff42;
}
.cart-confirmation-panel > small {
    color: #1688ff;
    font-size: 9px;
    font-weight: 900;
    letter-spacing: .16em;
}
.cart-confirmation-panel h2 {
    margin: 11px auto 28px;
    color: #151a20 !important;
    font-family: var(--body);
    font-size: 24px;
    line-height: 1.25;
    text-transform: none;
}
.cart-confirmation-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}
.cart-confirmation-actions .button {
    min-width: 0;
    min-height: 48px;
    padding: 0 14px;
    font-size: 10px;
}
.cart-confirmation-continue {
    border-color: #cfd6dc;
    background: #f4f6f7;
    color: #27313a;
}
.cart-confirmation-continue:hover { border-color: #9ca8b3; background: #eaedf0; }

@media (max-width: 560px) {
    .cart-confirmation { padding: 14px; }
    .cart-confirmation-panel { padding: 36px 20px 22px; }
    .cart-confirmation-panel h2 { font-size: 20px; }
    .cart-confirmation-actions { grid-template-columns: 1fr; }
}

/* Movimento discreto, preloader e minicarrinho */
.site-preloader {
    position: fixed;
    z-index: 1200;
    inset: 0;
    display: grid;
    place-content: center;
    justify-items: center;
    gap: 17px;
    background: #050505;
    opacity: 1;
    transition: opacity .4s ease, visibility .4s ease;
}
.site-preloader.is-leaving { opacity: 0; visibility: hidden; pointer-events: none; }
.site-preloader img {
    width: 72px;
    height: 72px;
    object-fit: contain;
    animation: preloader-breathe 1.25s ease-in-out infinite;
}
.site-preloader span {
    width: 92px;
    height: 2px;
    overflow: hidden;
    position: relative;
    background: #1b2630;
}
.site-preloader span::after {
    content: "";
    position: absolute;
    inset: 0;
    background: #1688ff;
    transform: translateX(-100%);
    animation: preloader-line 1.1s ease-in-out infinite;
}
@keyframes preloader-breathe { 50% { transform: scale(1.06); filter: drop-shadow(0 0 18px #1688ff88); } }
@keyframes preloader-line { 50% { transform: translateX(0); } 100% { transform: translateX(100%); } }
.motion-ready [data-reveal] {
    opacity: 0;
    transform: translateY(18px);
    transition: opacity .55s ease var(--reveal-delay, 0ms), transform .55s ease var(--reveal-delay, 0ms);
}
.motion-ready [data-reveal].is-revealed { opacity: 1; transform: translateY(0); }
.button,
button,
.product-card,
.category-commerce-grid a {
    transition-property: transform, color, background-color, border-color, box-shadow, opacity;
    transition-duration: .2s;
    transition-timing-function: ease;
}
.button:active,
button:active { transform: scale(.98); }

.cart-drawer-open { overflow: hidden; }
.side-cart[hidden] { display: none !important; }
.side-cart { position: fixed; z-index: 800; inset: 0; }
.side-cart-backdrop {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
    background: #020407a6;
    opacity: 0;
    cursor: pointer;
    backdrop-filter: blur(3px);
    transition: opacity .3s ease;
}
.side-cart-panel {
    position: absolute;
    top: 0;
    right: 0;
    width: min(460px, 100%);
    height: 100%;
    display: grid;
    grid-template-rows: auto auto minmax(0, 1fr) auto;
    border-left: 1px solid #dce1e6;
    background: #fff;
    color: #182028;
    box-shadow: -25px 0 70px #0004;
    transform: translateX(100%);
    transition: transform .3s cubic-bezier(.22, .7, .25, 1);
}
.side-cart.is-open .side-cart-backdrop { opacity: 1; }
.side-cart.is-open .side-cart-panel { transform: translateX(0); }
.side-cart-panel:focus { outline: none; }
.side-cart-panel > header {
    grid-row: 1;
    min-height: 92px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 22px 24px;
    border-bottom: 1px solid #e3e7ea;
}
.side-cart-panel > header small { color: #1688ff; font-size: 8px; font-weight: 900; letter-spacing: .15em; }
.side-cart-panel > header h2 { margin: 4px 0 0; color: #151a20 !important; font-family: var(--body); font-size: 24px; text-transform: none; }
.side-cart-panel > header button {
    width: 40px;
    height: 40px;
    border: 1px solid #d8dee3;
    background: #f6f7f8;
    color: #57616b;
    cursor: pointer;
    font-size: 25px;
}
.side-cart-notice {
    grid-row: 2;
    margin: 15px 20px 0;
    padding: 11px 13px;
    border: 1px solid #b9ddff;
    background: #edf7ff;
    color: #1474c7;
    font-size: 10px;
    font-weight: 800;
}
.side-cart-notice[hidden] { display: none; }
.side-cart-items { grid-row: 3; min-height: 0; overflow-y: auto; padding: 20px; }
.side-cart-item {
    display: grid;
    grid-template-columns: 84px minmax(0, 1fr);
    gap: 15px;
    align-items: center;
    padding: 0 0 17px;
    margin-bottom: 17px;
    border-bottom: 1px solid #e6e9ec;
}
.side-cart-item-image {
    width: 84px;
    height: 84px;
    display: block;
    border: 1px solid #e1e5e8;
    background: #f4f5f6;
}
.side-cart-item-image img { width: 100%; height: 100%; object-fit: contain; }
.side-cart-item > div { min-width: 0; display: grid; gap: 5px; }
.side-cart-item > div > a { overflow: hidden; color: #1c2228; font-size: 12px; font-weight: 850; text-overflow: ellipsis; white-space: nowrap; }
.side-cart-item span { color: #76818b; font-size: 9px; }
.side-cart-item strong { color: #1688ff; font-size: 12px; }
.side-cart-empty { grid-row: 3; place-self: center; padding: 35px; text-align: center; }
.side-cart-empty[hidden] { display: none; }
.side-cart-empty strong { color: #1b2127; font-size: 17px; }
.side-cart-empty p { margin: 8px 0 0; color: #77828d; font-size: 11px; }
.side-cart-panel > footer {
    grid-row: 4;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 9px;
    padding: 20px;
    border-top: 1px solid #dfe4e8;
    background: #f7f8f9;
}
.side-cart-panel > footer[hidden] { display: none; }
.side-cart-panel > footer > div {
    grid-column: 1 / -1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 7px;
}
.side-cart-panel > footer > div span { color: #65717c; font-size: 10px; }
.side-cart-panel > footer > div strong { color: #171d23; font-size: 20px; }
.side-cart-panel > footer .button { min-width: 0; min-height: 46px; padding: 0 12px; font-size: 9px; }
.side-cart-view { border-color: #bdc6ce; background: #fff; color: #26313a; }
.side-cart-continue {
    grid-column: 1 / -1;
    min-height: 34px;
    border: 0;
    background: transparent;
    color: #68737e;
    cursor: pointer;
    font-size: 9px;
    font-weight: 800;
    text-transform: uppercase;
}
.side-cart.is-loading .side-cart-items { opacity: .45; }

@media (max-width: 560px) {
    .side-cart-panel { width: calc(100% - 18px); }
    .side-cart-panel > header { min-height: 78px; padding: 16px; }
    .side-cart-panel > header button { width: 36px; height: 36px; }
    .side-cart-items { padding: 16px; }
    .side-cart-item { grid-template-columns: 70px minmax(0, 1fr); gap: 12px; }
    .side-cart-item-image { width: 70px; height: 70px; }
    .side-cart-panel > footer { grid-template-columns: 1fr; gap: 7px; padding: 12px 15px; }
    .side-cart-panel > footer > div,
    .side-cart-continue { grid-column: 1; }
    .side-cart-panel > footer .button { width: 100%; height: 42px; min-height: 42px; }
    .side-cart-continue { min-height: 28px; }
}

@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        scroll-behavior: auto !important;
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: .01ms !important;
    }
    .motion-ready [data-reveal] { opacity: 1; transform: none; }
}
