﻿:root {
    --bg: #f5f1ea;
    --surface: #fffdf9;
    --surface-strong: #fff8ef;
    --text: #1f2933;
    --muted: #6b7280;
    --line: rgba(31, 41, 51, 0.1);
    --copper: #c96f3b;
    --copper-deep: #8e4927;
    --sand: #dcc7a1;
    --mist: #d9e6ea;
    --slate: #3b4a59;
    --shadow: 0 24px 60px rgba(56, 41, 26, 0.12);
    --radius-xl: 28px;
    --radius-lg: 20px;
    --radius-md: 14px;
    --content-max-width: 1440px;
    --shell-max-width: 1560px;
    --reading-max-width: 880px;
    --font-display: "Trebuchet MS", "Segoe UI", sans-serif;
    --font-body: "Segoe UI", Tahoma, sans-serif;
    --danger: #ee3425;
    --danger-deep: #cb2214;
}

.service-page-layout {
    width: min(calc(100% - 48px), var(--wide-max-width));
}

.gameshow-page-layout {
    width: min(calc(100% - 48px), var(--wide-max-width));
}

.gameshow-hero {
    display: grid;
    grid-template-columns: minmax(0, 0.92fr) minmax(320px, 0.88fr);
    gap: 28px;
    padding: 34px;
    border-radius: 34px;
    background: linear-gradient(135deg, #142332, #203b57 54%, #2d5671);
    color: #fff;
    box-shadow: var(--shadow);
}

.gameshow-hero h1 {
    margin: 0;
    font-family: var(--font-display);
    font-size: clamp(2.2rem, 4vw, 4.6rem);
    line-height: 0.98;
}

.gameshow-hero-copy p {
    max-width: 680px;
    color: rgba(255, 255, 255, 0.78);
    line-height: 1.75;
}

.gameshow-hero-actions,
.gameshow-panel-actions,
.gameshow-buy-actions,
.gameshow-pill-row {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.gameshow-pill-row {
    margin-top: 20px;
}

.gameshow-pill-row span {
    padding: 9px 12px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    background: rgba(255, 255, 255, 0.1);
    font-size: 0.86rem;
    font-weight: 800;
}

.gameshow-hero-media {
    display: grid;
    gap: 14px;
}

.gameshow-main-visual {
    min-height: 380px;
    border-radius: 28px;
    background-position: center;
    background-size: cover;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.14);
}

.gameshow-side-media {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}

.gameshow-side-card {
    min-height: 160px;
    border-radius: 22px;
    background-position: center;
    background-size: cover;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.12);
    background-color: rgba(255, 255, 255, 0.08);
}

.gameshow-story-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    margin: 28px 0;
}

.gameshow-story-grid .content-card p,
.gameshow-panel-strip p,
.gameshow-buy-copy p {
    color: var(--muted);
    line-height: 1.7;
}

.gameshow-buy-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.gameshow-buy-card {
    display: grid;
    grid-template-columns: 220px minmax(0, 1fr);
    gap: 18px;
    padding: 18px;
    border: 1px solid rgba(31, 41, 51, 0.08);
    border-radius: 26px;
    background: #fff;
    box-shadow: var(--shadow-soft);
}

.gameshow-buy-media {
    min-height: 220px;
    border-radius: 20px;
    background-position: center;
    background-size: cover;
    background-color: #eef3f8;
}

.gameshow-buy-copy {
    display: grid;
    gap: 12px;
    align-content: start;
}

.gameshow-buy-copy h3,
.gameshow-panel-strip h2 {
    margin: 0;
}

.gameshow-buy-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
}

.gameshow-buy-meta strong {
    font-size: 1.15rem;
    color: var(--danger-deep);
}

.gameshow-panel-strip {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 18px;
    align-items: center;
    margin-top: 28px;
    padding: 26px 28px;
    border-radius: 28px;
    background: linear-gradient(135deg, rgba(201, 111, 59, 0.12), rgba(13, 122, 131, 0.12));
    border: 1px solid rgba(31, 41, 51, 0.08);
}

.service-hero-card {
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.72fr);
    gap: 28px;
    padding: 34px;
    border-radius: 34px;
    background: linear-gradient(135deg, #142332, #3b5262);
    color: #fff;
    box-shadow: var(--shadow-lg);
    overflow: hidden;
}

.service-hero-copy h1 {
    margin: 0;
    max-width: 760px;
    font-family: var(--font-display);
    font-size: clamp(2.25rem, 5vw, 4.7rem);
    line-height: 0.98;
}

.service-hero-copy .eyebrow {
    color: #ff8a3d;
}

.service-hero-copy .lead {
    max-width: 680px;
    color: rgba(255, 255, 255, 0.78);
    line-height: 1.75;
}

.service-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 22px 0;
}

.service-badges span {
    border: 1px solid rgba(255, 255, 255, 0.24);
    background: rgba(255, 255, 255, 0.12);
    border-radius: 999px;
    padding: 9px 12px;
    font-size: 0.86rem;
    font-weight: 800;
}

.service-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.service-actions .btn-secondary {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.28);
}

.service-visual {
    min-height: 420px;
    border-radius: 28px;
    background-position: center;
    background-size: cover;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.18);
}

.service-process-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    margin: 28px 0;
}

.service-process-card {
    padding: 24px;
    border: 1px solid rgba(31, 41, 51, 0.08);
    border-radius: 24px;
    background: #fff;
    box-shadow: var(--shadow-soft);
}

.service-process-card span {
    color: var(--danger);
    font-weight: 900;
    letter-spacing: 0.12em;
}

.service-process-card h2 {
    margin: 12px 0 8px;
    font-size: 1.25rem;
}

.service-process-card p {
    margin: 0;
    color: var(--muted);
    line-height: 1.65;
}

.service-request-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.55fr);
    gap: 22px;
}

.service-request-card h2 {
    margin: 8px 0;
    font-size: clamp(1.6rem, 3vw, 2.4rem);
}

.service-request-card > p,
.service-side-note p {
    color: var(--muted);
    line-height: 1.7;
}

.service-request-fields {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.service-file-box {
    border: 1px dashed rgba(255, 79, 55, 0.42);
    background: rgba(255, 79, 55, 0.06);
    border-radius: 18px;
    padding: 16px;
}

.service-file-box input {
    border: 0;
    border-radius: 0;
    background: transparent;
    padding: 0;
}

.service-side-note {
    align-self: start;
}

.service-side-note hr {
    border: 0;
    border-top: 1px solid rgba(31, 41, 51, 0.08);
    margin: 22px 0;
}

@media (max-width: 920px) {
    .gameshow-hero,
    .gameshow-panel-strip,
    .service-hero-card,
    .service-request-grid {
        grid-template-columns: 1fr;
    }

    .gameshow-buy-grid,
    .gameshow-story-grid {
        grid-template-columns: 1fr;
    }

    .gameshow-buy-card {
        grid-template-columns: 1fr;
    }

    .gameshow-main-visual {
        min-height: 260px;
    }

    .service-visual {
        min-height: 260px;
    }

    .service-process-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    .gameshow-page-layout,
    .service-page-layout {
        width: min(calc(100% - 24px), var(--wide-max-width));
    }

    .gameshow-hero {
        padding: 24px 20px;
    }

    .gameshow-side-media {
        grid-template-columns: 1fr;
    }

    .service-hero-card {
        padding: 24px 20px;
    }

    .service-request-fields {
        grid-template-columns: 1fr;
    }
}

* {
    box-sizing: border-box;
}

body {
    margin: 0;
    background:
        radial-gradient(circle at top left, rgba(201, 111, 59, 0.14), transparent 28%),
        linear-gradient(180deg, #fbf7f1 0%, var(--bg) 100%);
    color: var(--text);
    font-family: var(--font-body);
}

body.modal-open {
    overflow: hidden;
}

body.is-navigating .site-shell {
    opacity: 0.98;
    transition: opacity 120ms ease;
    pointer-events: none;
}

body:not(.app-ready) main,
body:not(.app-ready) .site-footer,
body:not(.app-ready) .footer,
body.is-navigating main,
body.is-navigating .site-footer,
body.is-navigating .footer {
    visibility: hidden;
}

body:not(.app-ready) [data-announcement-bar] {
    display: none;
}

a {
    color: inherit;
    text-decoration: none;
}

button {
    font: inherit;
}

[hidden] {
    display: none !important;
}

.site-shell {
    min-height: 100vh;
}

.topbar {
    position: sticky;
    top: 0;
    z-index: 10;
    backdrop-filter: blur(14px);
    background: rgba(251, 247, 241, 0.82);
    border-bottom: 1px solid rgba(31, 41, 51, 0.06);
}

.topbar.compact {
    position: static;
}

.announce-bar {
    height: 96px;
    min-height: 96px;
    padding: 10px 24px;
    font-size: 13px;
    color: var(--copper-deep);
    background: linear-gradient(90deg, rgba(201, 111, 59, 0.08), rgba(220, 199, 161, 0.18));
    display: flex;
    align-items: center;
    overflow: hidden;
}

.announce-bar-strong {
    color: #fff;
    background: linear-gradient(90deg, var(--danger), #ff6a3d 55%, var(--danger-deep));
}

.announce-bar-shell {
    width: min(calc(100% - 48px), var(--shell-max-width));
    margin: 0 auto;
}

.announce-bar[data-mode="promo"] .announce-bar-shell {
    width: 100%;
}

.announce-bar-simple {
    text-align: center;
}

.announce-bar-simple p {
    margin: 0;
    font-weight: 600;
}

.announce-bar-promo {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 18px;
    width: min(calc(100% - 48px), var(--shell-max-width));
    min-height: 76px;
    margin: 0 auto;
    color: inherit;
    text-decoration: none;
    transition: transform 160ms ease, opacity 160ms ease;
}

.announce-bar-promo:hover {
    transform: translateY(-1px);
    opacity: 0.98;
}

.announce-bar-copy {
    display: grid;
    gap: 4px;
    min-width: 0;
}

.announce-bar-eyebrow {
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    opacity: 0.86;
}

.announce-bar-text {
    font-size: 15px;
    font-weight: 700;
    line-height: 1.35;
}

.announce-bar-detail {
    font-size: 12px;
    line-height: 1.45;
    opacity: 0.9;
}

.announce-bar-hint {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    white-space: nowrap;
    opacity: 0.92;
}

.announce-bar-hint::after {
    content: ">";
    font-size: 14px;
    font-weight: 800;
}

.announce-bar-theme-copper {
    color: #fff7ef;
    background: linear-gradient(90deg, #a85124 0%, #c96f3b 52%, #84411e 100%);
}

.announce-bar-theme-slate {
    color: #eef4ff;
    background: linear-gradient(90deg, #24384e 0%, #35506c 50%, #1d2a3b 100%);
}

.nav-wrap,
.footer,
.section-block,
.trust-layout,
.shop-layout,
.product-layout,
.utility-strip,
.service-rail {
    width: min(calc(100% - 48px), var(--content-max-width));
    margin: 0 auto;
}

.nav-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 18px 0;
}

.topbar .nav-wrap {
    position: relative;
    isolation: isolate;
    min-height: 106px;
}

.topbar .nav-wrap::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 100vw;
    transform: translateX(-50%);
    z-index: 0;
    background: linear-gradient(100deg, #00080c 0%, #00080c 52%, #041015 62%, #14363f 73%, #dcebe8 90%, #fff7ef 100%);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), inset 0 -1px 0 rgba(31, 41, 51, 0.06);
    pointer-events: none;
}

.topbar .nav-wrap > * {
    position: relative;
    z-index: 1;
}

.brand {
    display: inline-flex;
    align-items: center;
    gap: 14px;
}

.brand:not(.brand-image-lockup) {
    gap: 0;
    min-width: clamp(150px, 15vw, 230px);
}

.brand:not(.brand-image-lockup)::before {
    content: "";
    display: block;
    width: clamp(150px, 15vw, 220px);
    height: 96px;
    border-radius: 2px;
    background: url("assets/brand/robal-teknoloji-lockup-dark.png") left center / contain no-repeat;
    filter: none;
    mix-blend-mode: normal;
}

.topbar.compact .brand:not(.brand-image-lockup)::before {
    width: clamp(148px, 18vw, 210px);
    height: 86px;
}

.brand:not(.brand-image-lockup) .brand-mark,
.brand:not(.brand-image-lockup) .brand-copy {
    display: none;
}

.brand-market {
    min-height: 64px;
}

.brand-mark {
    width: 48px;
    height: 48px;
    display: grid;
    place-items: center;
    border-radius: 16px;
    font-weight: 800;
    font-size: 20px;
    color: #fff;
    background: linear-gradient(135deg, var(--copper), var(--copper-deep));
    box-shadow: 0 14px 32px rgba(201, 111, 59, 0.28);
}

.brand-market .brand-mark {
    width: 52px;
    height: 52px;
    border-radius: 18px;
    font-size: 21px;
    box-shadow: 0 18px 36px rgba(201, 111, 59, 0.22);
}

.brand-image-lockup {
    gap: 0;
    min-width: clamp(150px, 15vw, 230px);
}

.brand-lockup-art {
    display: block;
    width: clamp(150px, 15vw, 220px);
    max-height: 96px;
    object-fit: contain;
    object-position: left center;
    border-radius: 2px;
    filter: none;
    mix-blend-mode: normal;
}

.topbar.compact .brand-lockup-art {
    width: clamp(148px, 18vw, 210px);
    max-height: 86px;
}

.brand-mark-circuit {
    overflow: hidden;
    background: radial-gradient(circle at 72% 18%, rgba(37, 244, 255, 0.28), transparent 32%),
        linear-gradient(145deg, #061016, #142433 58%, #05090d);
    border: 1px solid rgba(37, 244, 255, 0.32);
    color: #fff;
    box-shadow: 0 18px 38px rgba(0, 196, 255, 0.2), inset 0 0 18px rgba(37, 244, 255, 0.1);
}

.brand-circuit-logo {
    width: 86%;
    height: 86%;
    display: block;
    filter: drop-shadow(0 0 7px rgba(37, 244, 255, 0.42));
}

.brand-circuit-r {
    fill: none;
    stroke: url(#brandCircuitMetal);
    stroke-width: 7;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: 150;
    stroke-dashoffset: 150;
    animation: brandCircuitDraw 900ms ease-out 80ms forwards;
}

.brand-circuit-trace {
    fill: none;
    stroke: url(#brandCircuitGlow);
    stroke-width: 2.4;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: 74;
    stroke-dashoffset: 74;
    animation: brandCircuitDraw 860ms ease-out 260ms forwards, brandCircuitMinutePulse 60s ease-in-out 7s infinite;
}

.brand-circuit-via {
    fill: #07121a;
    stroke: #25f4ff;
    stroke-width: 2.2;
    opacity: 0;
    animation: brandCircuitVia 520ms ease-out 900ms forwards, brandCircuitMinutePulse 60s ease-in-out 7s infinite;
}

.brand-circuit-via.via-two {
    animation-delay: 980ms, 7s;
}

.brand-circuit-via.via-three {
    animation-delay: 1060ms, 7s;
}

.brand-circuit-via.via-four {
    animation-delay: 1140ms, 7s;
}

@keyframes brandCircuitDraw {
    to {
        stroke-dashoffset: 0;
    }
}

@keyframes brandCircuitVia {
    0% {
        opacity: 0;
        transform: scale(0.45);
        filter: drop-shadow(0 0 0 rgba(37, 244, 255, 0));
    }
    70% {
        opacity: 1;
        transform: scale(1.18);
        filter: drop-shadow(0 0 9px rgba(37, 244, 255, 0.9));
    }
    100% {
        opacity: 1;
        transform: scale(1);
        filter: drop-shadow(0 0 4px rgba(37, 244, 255, 0.54));
    }
}

@keyframes brandCircuitMinutePulse {
    0%,
    96%,
    100% {
        filter: drop-shadow(0 0 4px rgba(37, 244, 255, 0.38));
    }
    98% {
        filter: drop-shadow(0 0 12px rgba(37, 244, 255, 0.88));
    }
}

@media (prefers-reduced-motion: reduce) {
    .brand-circuit-r,
    .brand-circuit-trace,
    .brand-circuit-via {
        animation: none;
        opacity: 1;
        stroke-dashoffset: 0;
        transform: none;
    }
}

.brand-copy {
    display: grid;
    gap: 3px;
}

.brand-copy strong {
    font-family: var(--font-display);
    letter-spacing: 0.02em;
}

.brand-market .brand-copy strong {
    font-size: 1.08rem;
}

.brand-market .brand-copy small {
    font-size: 0.8rem;
}

.brand-copy small,
.muted {
    color: var(--muted);
}

.main-nav,
.nav-tools,
.hero-actions,
.hero-points,
.price-row,
.section-head,
.trust-points,
.footer-links,
.thumb-row,
.cta-row,
.info-strip {
    display: flex;
    gap: 14px;
}

.main-nav a,
.tool-btn,
.text-link {
    transition: 160ms ease;
}

.main-nav a {
    padding: 10px 14px;
    border-radius: 999px;
    color: var(--muted);
}

.main-nav a.active,
.main-nav a:hover {
    color: var(--text);
    background: rgba(201, 111, 59, 0.1);
}

.topbar.compact .main-nav a {
    color: rgba(255, 255, 255, 0.72);
}

.topbar.compact .main-nav a.active,
.topbar.compact .main-nav a:hover {
    color: #fff;
    background: rgba(255, 255, 255, 0.1);
}

.tool-btn {
    border: 1px solid var(--line);
    background: var(--surface);
    color: var(--text);
    padding: 10px 14px;
    border-radius: 999px;
    cursor: pointer;
}

.tool-btn:hover {
    border-color: rgba(201, 111, 59, 0.4);
}

.tool-btn.active {
    color: #fff;
    border-color: transparent;
    background: linear-gradient(135deg, var(--danger), #ff6a3d);
}

.utility-strip {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding-top: 18px;
}

.utility-strip a {
    padding: 10px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.78);
    border: 1px solid rgba(31, 41, 51, 0.08);
    color: var(--slate);
    font-size: 14px;
}

.hero-grid {
    --hero-stage-height: 520px;
    width: min(calc(100% - 48px), var(--shell-max-width));
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(240px, 270px) minmax(0, 1fr);
    gap: 18px;
    padding: 18px 0 24px;
    align-items: stretch;
}

.hero-copy,
.hero-card,
.hero-side-panel-card,
.section-block,
.filter-panel,
.shop-content,
.gallery-panel,
.detail-panel,
.product-body,
.content-card {
    background: var(--surface);
    border: 1px solid rgba(31, 41, 51, 0.08);
    box-shadow: var(--shadow);
}

.hero-copy,
.hero-card,
.hero-side-panel-card,
.filter-panel,
.shop-content,
.detail-panel,
.product-body {
    border-radius: var(--radius-xl);
}

.hero-copy {
    padding: 40px;
}

.hero-side-panel-card {
    height: 100%;
    min-height: var(--hero-stage-height);
    padding: 18px 18px 20px;
    background: linear-gradient(180deg, #fffdf9 0%, #fff8f1 100%);
    overflow: visible;
}

.hero-side-panel {
    align-self: stretch;
    position: relative;
    z-index: 4;
}

.hero-side-panel:empty {
    min-height: var(--hero-stage-height);
    border-radius: var(--radius-xl);
    background: var(--surface);
    border: 1px solid rgba(31, 41, 51, 0.08);
    box-shadow: var(--shadow);
}

.product-rail-stack:empty {
    min-height: 760px;
}

.home-archive-sections:empty {
    min-height: 360px;
}

.hero-side-panel-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 18px;
}

.hero-side-panel-head strong {
    font-family: var(--font-display);
    font-size: 0.95rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.hero-side-panel-head a,
.hero-side-panel-view-all {
    padding: 0;
    border: 0;
    background: transparent;
    color: var(--danger-deep);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    cursor: pointer;
}

.category-stage-visible .hero-side-panel-view-all {
    display: none;
}

.hero-side-panel-links {
    position: relative;
    display: grid;
    gap: 1px;
}

.hero-side-panel-group {
    position: relative;
    display: grid;
    gap: 4px;
    padding: 7px 0;
    border-bottom: 1px solid rgba(31, 41, 51, 0.08);
}

.hero-side-panel-group::after {
    content: "";
    position: absolute;
    left: 100%;
    top: -14px;
    width: 28px;
    height: calc(100% + 28px);
    pointer-events: none;
}

.hero-side-panel-links a,
.hero-side-panel-parent {
    padding: 7px 0;
    color: var(--text);
    font-weight: 600;
    font-size: 0.9rem;
    line-height: 1.18;
    transition: color 160ms ease, transform 160ms ease;
}

.hero-side-panel-group .hero-side-panel-parent {
    padding: 0;
}

.hero-side-panel-group:last-child {
    border-bottom: 0;
}

.hero-side-panel-children {
    display: grid;
    gap: 4px;
}

.hero-side-panel-children a {
    padding: 0 0 0 12px;
    color: var(--muted);
    font-size: 0.82rem;
    line-height: 1.25;
}

.hero-side-panel-flyout {
    position: absolute;
    left: calc(100% + 6px);
    top: -10px;
    width: 270px;
    display: grid;
    gap: 0;
    padding: 14px 16px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.98);
    border: 1px solid rgba(31, 41, 51, 0.08);
    box-shadow: 0 22px 48px rgba(31, 41, 51, 0.14);
    opacity: 0;
    pointer-events: none;
    transform: translateX(-6px);
    transition: opacity 140ms ease, transform 140ms ease;
    z-index: 8;
}

.hero-side-panel-flyout div {
    display: grid;
    gap: 8px;
}

.hero-side-panel-flyout a {
    padding: 0;
    color: var(--muted);
    font-size: 0.86rem;
    line-height: 1.25;
}

.hero-side-panel-group:hover .hero-side-panel-flyout,
.hero-side-panel-group:focus-within .hero-side-panel-flyout {
    opacity: 1;
    pointer-events: auto;
    transform: translateX(0);
}

.hero-side-panel-group.flyout-closed .hero-side-panel-flyout {
    display: none;
}

.hero-side-panel.no-flyout .hero-side-panel-flyout,
.hero-side-panel.no-flyout .hero-side-panel-group::after,
.hero-side-panel[data-flyout-locked="true"] .hero-side-panel-flyout,
.hero-side-panel[data-flyout-locked="true"] .hero-side-panel-group::after {
    display: none;
}

.hero-side-panel-group:hover::after,
.hero-side-panel-group:focus-within::after {
    pointer-events: auto;
}

.hero-side-panel-links a:hover {
    color: var(--danger-deep);
    transform: translateX(3px);
}

.hero-side-panel-parent.active {
    color: var(--danger-deep);
}

.hero-side-filter-card {
    display: grid;
    align-content: start;
    gap: 14px;
}

.hero-side-subcategory-list {
    margin-top: 8px;
}

.hero-stage-shell {
    display: flex;
    flex-direction: column;
    height: var(--hero-stage-height);
    min-height: var(--hero-stage-height);
    padding: 0;
    overflow: hidden;
}

.hero-categories-view {
    height: var(--hero-stage-height);
    min-height: var(--hero-stage-height);
    padding: 28px;
    overflow: hidden;
}

.hero-categories-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-auto-rows: 1fr;
    gap: 18px;
    height: 100%;
    align-content: stretch;
}

.hero-category-tile {
    min-height: 0;
    padding: 18px;
    border-radius: 22px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(250, 244, 236, 0.98));
    border: 1px solid rgba(31, 41, 51, 0.08);
    box-shadow: 0 14px 28px rgba(56, 41, 26, 0.1);
    display: grid;
    align-content: center;
    gap: 8px;
}

.hero-category-tile strong {
    font-family: var(--font-display);
    font-size: 1rem;
    line-height: 1.15;
}

.hero-category-tile small {
    margin: 0;
    color: var(--muted);
    font-size: 0.86rem;
    font-weight: 700;
}

.hero-category-stage-panel {
    display: grid;
    gap: 18px;
    height: 100%;
    min-height: 100%;
}

.hero-category-stage-head {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    align-items: start;
}

.hero-category-stage-head h2 {
    margin: 0;
    font-family: var(--font-display);
    font-size: 2rem;
    line-height: 1.08;
}

.hero-category-stage-head p {
    max-width: 58ch;
    margin: 8px 0 0;
    color: var(--muted);
    line-height: 1.55;
}

.hero-subcategory-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    overflow-y: auto;
    padding-right: 4px;
}

.hero-subcategory-card,
.hero-category-empty {
    min-height: 150px;
    padding: 18px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.86);
    border: 1px solid rgba(31, 41, 51, 0.08);
    box-shadow: 0 14px 28px rgba(56, 41, 26, 0.08);
}

.hero-subcategory-card {
    display: grid;
    grid-template-rows: 90px auto;
    gap: 14px;
    color: var(--text);
    transition: border-color 160ms ease, transform 160ms ease;
}

.hero-subcategory-card:hover {
    border-color: rgba(238, 52, 37, 0.26);
    transform: translateY(-2px);
}

.hero-subcategory-card strong {
    font-family: var(--font-display);
    line-height: 1.12;
}

.hero-subcategory-media {
    display: block;
    min-height: 90px;
    border-radius: 14px;
    background:
        linear-gradient(135deg, rgba(244, 229, 203, 0.44), rgba(255, 255, 255, 0.92));
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    border: 1px solid rgba(31, 41, 51, 0.06);
}

.hero-category-empty {
    align-self: start;
    color: var(--muted);
}

.hero-stage-track {
    position: relative;
    flex: 1 1 auto;
    height: calc(var(--hero-stage-height) - 78px);
    min-height: 0;
}

.hero-slide {
    position: relative;
    display: none;
    height: 100%;
    min-height: 100%;
    overflow: hidden;
    cursor: pointer;
}

.hero-slide.active {
    display: block;
    height: 100%;
}

.hero-slide-media,
.hero-slide-overlay {
    position: absolute;
    inset: 0;
}

.hero-slide-media {
    background-size: cover;
    background-position: center;
    transform: scale(1.03);
}

.hero-slide-overlay {
    background:
        linear-gradient(100deg, rgba(15, 23, 42, 0.78), rgba(15, 23, 42, 0.28) 56%, rgba(15, 23, 42, 0.62)),
        radial-gradient(circle at top right, rgba(255, 255, 255, 0.14), transparent 24%);
}

.hero-slide-content {
    position: relative;
    z-index: 3;
    display: grid;
    min-height: 100%;
    align-content: end;
    padding: 30px 34px;
    color: #fff;
}

.hero-slide-content h1 {
    max-width: 11ch;
    font-size: clamp(2.1rem, 4.2vw, 4rem);
    color: #fff;
    min-height: 4.25em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}

.hero-slide-content p {
    max-width: 62ch;
    color: rgba(255, 255, 255, 0.82);
    min-height: 3.4em;
    margin: 12px 0 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.hero-slide-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 0;
    min-height: 0;
    align-items: center;
}

.hero-slide-badges span,
.hero-slide .hero-points li {
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.14);
    color: #fff;
}

.hero-slide-eyebrow {
    color: rgba(255, 255, 255, 0.86);
}

.hero-actions,
.hero-points {
    position: relative;
    z-index: 4;
}

.hero-stage-controls {
    flex: 0 0 78px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 18px 24px 24px;
    background: linear-gradient(180deg, rgba(15, 23, 42, 0) 0%, rgba(15, 23, 42, 0.06) 100%);
}

.hero-stage-dots,
.hero-stage-arrows {
    display: flex;
    align-items: center;
    gap: 10px;
}

.hero-dot,
.hero-arrow {
    border: 0;
    cursor: pointer;
}

.hero-dot {
    width: 12px;
    height: 12px;
    border-radius: 999px;
    background: rgba(59, 74, 89, 0.18);
}

.hero-dot.active {
    width: 34px;
    background: linear-gradient(135deg, var(--danger), #ff6a3d);
}

.hero-arrow {
    width: 44px;
    height: 44px;
    display: grid;
    place-items: center;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.88);
    color: var(--danger-deep);
    box-shadow: 0 12px 26px rgba(19, 36, 55, 0.12);
    font-size: 1.5rem;
    line-height: 1;
}

.hero-copy h1,
.section-head h2,
.trust-copy h2,
.filter-panel h1,
.shop-toolbar h2,
.detail-panel h1,
.content-card h2 {
    font-family: var(--font-display);
    line-height: 1.06;
    margin: 0;
}

.hero-copy h1 {
    font-size: clamp(2.3rem, 5vw, 4.4rem);
    max-width: 12ch;
}

.hero-copy p,
.trust-copy p,
.detail-panel .lead,
.content-card p,
.campaign-copy p,
.selection-grid p {
    color: var(--muted);
    line-height: 1.7;
}

.eyebrow {
    display: inline-block;
    margin-bottom: 12px;
    color: var(--copper-deep);
    font-size: 13px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-weight: 700;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 22px;
    border-radius: 999px;
    border: 1px solid transparent;
    font-weight: 600;
}

.btn-primary {
    background: linear-gradient(135deg, var(--copper), var(--copper-deep));
    color: #fff;
}

.btn-secondary {
    border-color: rgba(201, 111, 59, 0.25);
    background: rgba(201, 111, 59, 0.08);
    color: var(--copper-deep);
}

.btn-secondary.active {
    color: #fff;
    border-color: transparent;
    background: linear-gradient(135deg, var(--danger), #ff6a3d);
}

.hero-points {
    padding: 0;
    margin: 28px 0 0;
    list-style: none;
    flex-wrap: wrap;
    min-height: 44px;
    overflow: hidden;
}

.hero-actions {
    min-height: 52px;
    margin-top: 18px;
    align-items: center;
}

.hero-points li,
.info-strip span,
.pill {
    padding: 9px 14px;
    border-radius: 999px;
    background: rgba(59, 74, 89, 0.08);
    color: var(--slate);
    font-size: 14px;
}

.hero-card {
    padding: 28px;
    background: linear-gradient(180deg, #fff9f2 0%, #f9f7f3 100%);
}

.hero-card-top {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--copper-deep);
}

.status-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #58b368;
    box-shadow: 0 0 0 6px rgba(88, 179, 104, 0.12);
}

.metric-stack {
    display: grid;
    gap: 16px;
    margin-top: 28px;
}

.metric-stack article {
    padding: 22px;
    border-radius: var(--radius-lg);
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(31, 41, 51, 0.06);
}

.metric-stack strong {
    display: block;
    font-size: 2rem;
    font-family: var(--font-display);
}

.section-block,
.trust-layout {
    margin-top: 28px;
    padding: 32px;
    border-radius: var(--radius-xl);
}

.section-head {
    align-items: end;
    justify-content: space-between;
    margin-bottom: 22px;
}

.text-link {
    color: var(--copper-deep);
    font-weight: 600;
}

.service-rail {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
    margin-top: 10px;
}

.flash-strip-shell {
    width: min(calc(100% - 48px), var(--content-max-width));
    margin: 28px auto 0;
}

.flash-strip-head {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 18px;
}

.flash-strip-head h2 {
    margin: 0;
    font-family: var(--font-display);
    line-height: 1.08;
}

.flash-strip {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(260px, 320px);
    gap: 18px;
    overflow-x: auto;
    padding-bottom: 8px;
}

.flash-strip-card {
    min-height: 210px;
    padding: 22px;
    border-radius: 24px;
    border: 1px solid rgba(31, 41, 51, 0.08);
    box-shadow: var(--shadow);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.flash-strip-card strong {
    display: block;
    margin-bottom: 10px;
    font-size: 1.28rem;
    font-family: var(--font-display);
    line-height: 1.08;
}

.flash-strip-card p {
    margin: 0;
    color: var(--muted);
    line-height: 1.68;
}

.flash-copper {
    background:
        radial-gradient(circle at top right, rgba(255, 255, 255, 0.3), transparent 24%),
        linear-gradient(135deg, rgba(255, 112, 67, 0.18), rgba(255, 247, 240, 0.98));
}

.flash-mist {
    background:
        radial-gradient(circle at top right, rgba(255, 255, 255, 0.42), transparent 24%),
        linear-gradient(135deg, rgba(203, 231, 238, 0.78), rgba(255, 255, 255, 0.98));
}

.flash-slate {
    color: #fff;
    background:
        radial-gradient(circle at top right, rgba(255, 255, 255, 0.16), transparent 24%),
        linear-gradient(135deg, rgba(24, 38, 58, 0.96), rgba(54, 71, 93, 0.98));
}

.flash-slate p,
.flash-slate .text-link {
    color: rgba(255, 255, 255, 0.8);
}

.flash-sand {
    background:
        radial-gradient(circle at top right, rgba(255, 255, 255, 0.32), transparent 24%),
        linear-gradient(135deg, rgba(244, 229, 203, 0.92), rgba(255, 252, 246, 0.98));
}

.service-rail article,
.listing-utility-row article,
.decision-strip article {
    padding: 18px;
    border-radius: var(--radius-lg);
    background: rgba(255, 255, 255, 0.82);
    border: 1px solid rgba(31, 41, 51, 0.08);
    box-shadow: var(--shadow);
}

.service-rail strong,
.listing-utility-row strong,
.decision-strip strong,
.selection-grid strong,
.campaign-stack strong {
    display: block;
    margin-bottom: 8px;
}

.service-rail span,
.listing-utility-row span,
.decision-strip span,
.campaign-stack span {
    color: var(--muted);
    line-height: 1.55;
}

.category-grid,
.product-grid,
.trust-layout,
.spec-grid,
.selection-grid,
.campaign-banner,
.listing-utility-row,
.decision-strip {
    display: grid;
    gap: 18px;
}

.category-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.category-card,
.product-card,
.content-card {
    border-radius: var(--radius-lg);
}

.category-card {
    padding: 24px;
    min-height: 180px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    color: #1f2933;
    overflow: hidden;
    position: relative;
}

.category-card p,
.product-card p {
    margin: 0;
    color: var(--muted);
}

.accent-copper {
    background: linear-gradient(180deg, rgba(201, 111, 59, 0.15), rgba(255, 248, 239, 0.9));
}

.accent-sand {
    background: linear-gradient(180deg, rgba(220, 199, 161, 0.32), rgba(255, 252, 246, 0.95));
}

.accent-mist {
    background: linear-gradient(180deg, rgba(217, 230, 234, 0.7), rgba(255, 255, 255, 0.95));
}

.accent-slate {
    background: linear-gradient(180deg, rgba(59, 74, 89, 0.14), rgba(245, 247, 249, 0.96));
}

.warm-panel {
    background: linear-gradient(180deg, #fff8ef 0%, #fffdf9 100%);
}

.selection-panel {
    background:
        radial-gradient(circle at top right, rgba(201, 111, 59, 0.12), transparent 25%),
        linear-gradient(180deg, #fffdf9 0%, #f7f4ef 100%);
}

.selection-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.selection-grid article,
.campaign-stack article {
    padding: 20px;
    border-radius: var(--radius-lg);
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(31, 41, 51, 0.08);
}

.product-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.product-grid.larger {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.shop-listing-feedback {
    display: grid;
    gap: 18px;
    margin-top: 20px;
}

.shop-results-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    color: var(--muted);
    font-size: 0.96rem;
}

.shop-empty-state {
    padding: 28px;
    border-radius: var(--radius-xl);
    background: linear-gradient(180deg, #fffdf9 0%, #fff6ec 100%);
    border: 1px solid rgba(201, 111, 59, 0.12);
    box-shadow: var(--shadow-soft);
    display: grid;
    gap: 12px;
    max-width: 760px;
}

.shop-empty-state h3,
.shop-empty-state p {
    margin: 0;
}

.shop-empty-state p {
    color: var(--muted);
    line-height: 1.6;
}

.shop-load-more-wrap {
    display: flex;
    justify-content: center;
}

.product-rail-stack {
    width: min(calc(100% - 48px), var(--shell-max-width));
    margin: 18px auto 0;
    display: grid;
    gap: 24px;
}

.home-archive-sections {
    width: min(calc(100% - 48px), var(--shell-max-width));
    margin: 28px auto 0;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
}

.home-archive-sections .shop-showcase,
.home-archive-sections .shop-quick-grid,
.home-archive-sections .shop-live-promos {
    margin-bottom: 0;
}

.home-category-preview {
    width: 100%;
    max-width: none;
    margin: 0;
    min-width: 0;
    padding: 22px;
    border-radius: var(--radius-xl);
    background: linear-gradient(180deg, #fffdf9 0%, #fff8f1 100%);
    border: 1px solid rgba(31, 41, 51, 0.08);
    box-shadow: var(--shadow);
    overflow: hidden;
}

.home-category-preview-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin: -8px -8px 16px;
    padding: 10px 12px;
    border-radius: 8px;
    background: linear-gradient(90deg, rgba(244, 246, 248, 0.82), rgba(255, 253, 249, 0.98));
}

.home-category-preview-head h2 {
    margin: 0;
    font-size: 1.18rem;
    line-height: 1.2;
}

.home-category-preview-actions {
    display: flex;
    align-items: center;
    gap: 8px;
    white-space: nowrap;
}

.home-category-preview-scroll {
    overflow-x: auto;
    padding-bottom: 8px;
    scrollbar-width: thin;
    scroll-behavior: smooth;
}

.home-category-preview-track {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: calc((100% - 28px) / 3);
    gap: 14px;
}

.home-category-product-card {
    display: grid;
    grid-template-rows: auto 1fr;
    gap: 12px;
    min-width: 0;
    padding: 12px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(31, 41, 51, 0.08);
}

.home-category-product-link {
    display: grid;
    gap: 10px;
    color: inherit;
}

.home-category-product-media {
    aspect-ratio: 1;
    border-radius: 10px;
    background-color: #fff;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    border: 1px solid rgba(31, 41, 51, 0.06);
}

.home-category-product-card strong {
    min-height: 2.75em;
    color: var(--slate);
    font-size: 0.9rem;
    line-height: 1.25;
}

.home-category-product-bottom {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 10px;
}

.home-category-product-bottom b {
    font-family: var(--font-display);
    font-size: 1rem;
}

.product-rail-block {
    width: 100%;
    margin-top: 0;
    padding: 26px 24px;
    background: linear-gradient(180deg, #fffdf9 0%, #fff8f1 100%);
    overflow: hidden;
}

.showcase-rail {
    position: relative;
    padding-top: 0;
    background:
        linear-gradient(180deg, rgba(255, 253, 249, 0.98), rgba(255, 248, 241, 0.98));
}

.showcase-rail .section-head {
    margin: 0 -24px 20px;
    padding: 18px 24px;
    align-items: center;
    border-bottom: 1px solid rgba(31, 41, 51, 0.06);
    background:
        linear-gradient(90deg, rgba(226, 229, 232, 0.78) 0%, rgba(246, 247, 248, 0.92) 48%, rgba(255, 253, 249, 0.98) 100%);
    overflow: hidden;
    position: relative;
}

.showcase-rail .section-head::after {
    content: "";
    position: absolute;
    inset: 0;
    width: 36%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.64), transparent);
    transform: translateX(-120%);
    animation: rail-head-sheen 5.8s ease-in-out infinite;
    pointer-events: none;
}

.showcase-rail .section-head h2 {
    position: relative;
    z-index: 1;
}

.showcase-rail .rail-head-actions {
    position: relative;
    z-index: 1;
}

.product-rail-scroll {
    overflow-x: auto;
    padding-bottom: 8px;
    scrollbar-width: thin;
    scroll-behavior: smooth;
    min-width: 0;
    max-width: 100%;
}

.product-rail-track {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(220px, 238px);
    gap: 16px;
    width: max-content;
    min-width: 0;
}

.hero-slide-collection .hero-slide-media {
    background: linear-gradient(120deg, #172942 0%, #254465 48%, #17273f 100%);
}

.hero-slide-collection .hero-slide-overlay {
    background: linear-gradient(90deg, rgba(12, 24, 42, 0.9) 0%, rgba(14, 30, 52, 0.78) 42%, rgba(18, 43, 73, 0.34) 100%);
}

.hero-product-collage {
    position: absolute;
    z-index: 2;
    top: 9%;
    right: 6%;
    bottom: 9%;
    width: min(43%, 520px);
    display: grid;
    pointer-events: none;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    align-content: center;
}

.hero-product-collage-item {
    min-height: 0;
    padding: 12px;
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(255, 255, 255, 0.78);
    border-radius: 18px;
    box-shadow: 0 18px 36px rgba(7, 17, 31, 0.24);
    transform: rotate(-2deg);
}

.hero-product-collage-item:nth-child(2n) {
    transform: rotate(2deg) translateY(12px);
}

.hero-product-collage-image {
    aspect-ratio: 1;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.product-card {
    padding: 16px;
    background: rgba(255, 255, 255, 0.82);
    border: 1px solid rgba(31, 41, 51, 0.08);
    transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
    display: grid;
    gap: 10px;
    align-content: start;
}

.showcase-rail .product-card {
    position: relative;
}

.showcase-rail .product-card::before {
    content: "Kargo Bedava";
    position: absolute;
    z-index: 2;
    top: 156px;
    left: 16px;
    right: 16px;
    display: grid;
    place-items: center;
    min-height: 24px;
    background: rgba(59, 74, 89, 0.78);
    color: #fff;
    font-size: 0.75rem;
    font-weight: 850;
}

.product-card-signal {
    display: none;
    color: var(--danger-deep);
    font-size: 0.78rem;
    font-weight: 820;
    line-height: 1.24;
    min-height: 1.24em;
}

.showcase-rail .product-card-signal {
    display: block;
}

.product-card-signal::before {
    content: "";
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-right: 6px;
    border-radius: 999px;
    background: #22c55e;
    box-shadow: 0 0 0 4px rgba(34, 197, 94, 0.12);
    vertical-align: 1px;
}

.product-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 26px 46px rgba(56, 41, 26, 0.16);
    border-color: rgba(201, 111, 59, 0.2);
}

.badge {
    display: inline-flex;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(201, 111, 59, 0.12);
    color: var(--copper-deep);
    font-size: 12px;
    font-weight: 700;
}

.badge.neutral {
    background: rgba(59, 74, 89, 0.1);
    color: var(--slate);
}

.product-media,
.hero-gallery,
.thumb {
    border-radius: 18px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.product-media {
    position: relative;
    height: 182px;
    margin: 0;
    background-color: #fff;
    background-size: contain;
    background-repeat: no-repeat;
    border: 1px solid rgba(31, 41, 51, 0.06);
    transition: filter 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.product-media.is-hover-previewing {
    border-color: rgba(0, 210, 255, 0.22);
    box-shadow: inset 0 0 0 1px rgba(0, 210, 255, 0.12), 0 16px 34px rgba(0, 38, 48, 0.08);
    filter: saturate(1.03);
}

.favorite-btn {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    border: 0;
    border-radius: 999px;
    cursor: pointer;
    font-size: 18px;
    color: var(--danger-deep);
    background: rgba(255, 255, 255, 0.88);
    box-shadow: 0 12px 24px rgba(19, 36, 55, 0.14);
    transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.favorite-btn span {
    font-size: 24px;
    line-height: 1;
}

.favorite-btn:hover {
    transform: scale(1.06);
}

.favorite-btn.active {
    color: #fff;
    background: linear-gradient(135deg, var(--danger), #ff6a3d);
}

.product-card h3 {
    margin: 0;
    font-size: 0.95rem;
    line-height: 1.34;
    min-height: 3.72em;
}

.product-card h3 a {
    color: var(--slate);
    text-decoration: none;
}

.product-card h3 a:hover {
    color: var(--copper-deep);
}

@keyframes rail-head-sheen {
    0%, 42% {
        transform: translateX(-120%);
    }
    72%, 100% {
        transform: translateX(310%);
    }
}

.mini-pill,
.card-meta-row span {
    padding: 8px 12px;
    border-radius: 999px;
    font-size: 12px;
}

.mini-pill {
    background: rgba(201, 111, 59, 0.08);
    color: var(--copper-deep);
}

.card-meta-row span {
    background: rgba(59, 74, 89, 0.06);
    color: var(--muted);
}

.card-signal-row {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 12px;
}

.card-signal {
    display: inline-flex;
    align-items: center;
    padding: 8px 12px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
}

.signal-delivery {
    background: rgba(203, 231, 238, 0.72);
    color: #2f5561;
}

.signal-shipping {
    background: rgba(244, 229, 203, 0.82);
    color: #8e4927;
}

.card-urgency {
    margin-top: -4px;
    margin-bottom: 14px;
    color: var(--danger-deep);
    font-size: 13px;
    font-weight: 700;
}

.large-media {
    min-height: 520px;
}

.copper-glow {
    background:
        radial-gradient(circle at 20% 20%, rgba(255, 255, 255, 0.82), transparent 24%),
        linear-gradient(135deg, rgba(201, 111, 59, 0.95), rgba(92, 47, 25, 0.82));
}

.sand-glow {
    background:
        radial-gradient(circle at 20% 20%, rgba(255, 255, 255, 0.7), transparent 24%),
        linear-gradient(135deg, rgba(220, 199, 161, 0.95), rgba(160, 138, 104, 0.85));
}

.mist-glow {
    background:
        radial-gradient(circle at 20% 20%, rgba(255, 255, 255, 0.78), transparent 24%),
        linear-gradient(135deg, rgba(217, 230, 234, 0.96), rgba(91, 123, 134, 0.85));
}

.slate-glow {
    background:
        radial-gradient(circle at 20% 20%, rgba(255, 255, 255, 0.62), transparent 24%),
        linear-gradient(135deg, rgba(59, 74, 89, 0.96), rgba(29, 37, 45, 0.88));
}

.campaign-banner {
    grid-template-columns: 1.3fr 0.9fr;
    align-items: stretch;
    background: linear-gradient(135deg, #f2ebe1 0%, #fff8ef 60%, #f8f7f3 100%);
}

.category-card-top,
.category-card-preview,
.category-card-tags,
.selection-card-pills,
.promo-tile-product,
.campaign-offer-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.category-card-top {
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

.category-card-top p,
.category-card-top span {
    font-size: 13px;
    font-weight: 700;
}

.category-card-top span,
.category-card-tags span,
.selection-card-pills span,
.campaign-offer-pills small,
.promo-tile-product span {
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.76);
    border: 1px solid rgba(31, 41, 51, 0.08);
    color: var(--slate);
    font-size: 12px;
}

.category-card-preview {
    display: grid;
    grid-template-columns: 108px 1fr;
    gap: 14px;
    margin-top: 18px;
}

.category-card-media {
    min-height: 112px;
    border-radius: 20px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.28);
}

.category-card-copy {
    display: grid;
    gap: 10px;
}

.category-card-copy small {
    color: var(--text);
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
}

.category-card-cta {
    margin-top: 18px;
    color: var(--copper-deep);
    font-weight: 700;
}

.promo-mosaic,
.category-rails,
.banner-stage {
    display: grid;
    gap: 18px;
}

.promo-mosaic {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.banner-stage {
    grid-template-columns: 1.2fr 0.8fr 0.8fr;
}

.promo-tile,
.category-rail-panel,
.banner-tile {
    border-radius: var(--radius-xl);
    border: 1px solid rgba(31, 41, 51, 0.08);
    box-shadow: var(--shadow);
}

.promo-tile {
    min-height: 220px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    overflow: hidden;
    isolation: isolate;
}

.banner-tile {
    min-height: 240px;
    padding: 28px;
    display: flex;
    flex-direction: column;
    justify-content: end;
    position: relative;
    overflow: hidden;
    isolation: isolate;
}

.banner-large {
    min-height: 280px;
}

.promo-tile strong {
    display: block;
    font-size: 1.45rem;
    font-family: var(--font-display);
    line-height: 1.05;
}

.banner-tile strong {
    display: block;
    max-width: 14ch;
    margin-bottom: 12px;
    font-size: clamp(1.6rem, 2.3vw, 2.6rem);
    font-family: var(--font-display);
    line-height: 1.02;
}

.promo-tile p,
.category-rail-head p,
.banner-tile p {
    color: var(--muted);
    line-height: 1.7;
}

.banner-tile-image,
.banner-tile-overlay,
.banner-tile-content {
    position: absolute;
    inset: 0;
}

.banner-tile-image {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transform: scale(1.02);
    z-index: -3;
}

.banner-tile-overlay {
    background:
        linear-gradient(135deg, rgba(15, 23, 42, 0.12), rgba(15, 23, 42, 0.68)),
        linear-gradient(0deg, rgba(15, 23, 42, 0.22), rgba(15, 23, 42, 0.22));
    z-index: -2;
}

.banner-tile-content {
    position: relative;
    display: flex;
    min-height: 100%;
    flex-direction: column;
    justify-content: end;
    z-index: 1;
}

.banner-with-image strong,
.banner-with-image p,
.banner-with-image .banner-cta,
.banner-with-image .promo-eyebrow {
    color: #fff;
}

.promo-rich .promo-eyebrow,
.promo-rich .text-link,
.promo-rich .promo-tile-product span {
    color: inherit;
}

.promo-tile-glow,
.promo-tile-media,
.selection-card-media,
.selection-card-overlay {
    position: absolute;
    inset: 0;
}

.promo-tile-glow {
    z-index: -3;
    background:
        radial-gradient(circle at top right, rgba(255, 255, 255, 0.28), transparent 26%),
        radial-gradient(circle at bottom left, rgba(255, 255, 255, 0.16), transparent 24%);
}

.promo-tile-media {
    inset: auto 18px 18px auto;
    width: 140px;
    height: 140px;
    border-radius: 22px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.96;
    box-shadow: 0 22px 44px rgba(19, 36, 55, 0.18);
    z-index: -2;
}

.promo-tile-copy {
    max-width: 70%;
}

.promo-tile-product {
    align-items: center;
    justify-content: space-between;
    margin-top: 16px;
    margin-bottom: 12px;
}

.promo-tile-product b {
    max-width: 60%;
    line-height: 1.45;
}

.selection-card {
    position: relative;
    min-height: 260px;
    overflow: hidden;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(31, 41, 51, 0.08);
    box-shadow: var(--shadow);
    isolation: isolate;
}

.selection-card-content {
    position: relative;
    z-index: 1;
    display: flex;
    min-height: 260px;
    flex-direction: column;
    justify-content: flex-end;
    padding: 24px;
    color: #fff;
}

.selection-card-content strong {
    display: block;
    margin-bottom: 8px;
    font-size: 1.45rem;
    font-family: var(--font-display);
    line-height: 1.06;
}

.selection-card-content p,
.selection-card-content .text-link,
.selection-card-product small {
    color: rgba(255, 255, 255, 0.82);
}

.selection-card-overlay {
    z-index: -2;
    background: linear-gradient(180deg, rgba(15, 23, 42, 0.16), rgba(15, 23, 42, 0.82));
}

.selection-card-media {
    z-index: -3;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transform: scale(1.02);
}

.selection-card-product {
    display: grid;
    gap: 4px;
    margin: 14px 0 16px;
}

.selection-copper {
    background: linear-gradient(135deg, rgba(238, 52, 37, 0.72), rgba(255, 126, 72, 0.68));
}

.selection-mist {
    background: linear-gradient(135deg, rgba(31, 91, 108, 0.68), rgba(71, 134, 151, 0.64));
}

.selection-slate {
    background: linear-gradient(135deg, rgba(24, 38, 58, 0.8), rgba(54, 71, 93, 0.72));
}

.promo-eyebrow {
    display: inline-flex;
    align-self: start;
    margin-bottom: 14px;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.24);
    border: 1px solid rgba(255, 255, 255, 0.22);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.promo-copper {
    background:
        radial-gradient(circle at top right, rgba(255, 255, 255, 0.32), transparent 24%),
        linear-gradient(135deg, rgba(238, 52, 37, 0.88), rgba(255, 141, 83, 0.92));
    color: #fff;
}

.banner-copper {
    color: #fff;
    background:
        radial-gradient(circle at top right, rgba(255, 255, 255, 0.22), transparent 24%),
        linear-gradient(135deg, rgba(238, 52, 37, 0.98), rgba(255, 126, 72, 0.95));
}

.promo-mist {
    background:
        radial-gradient(circle at top right, rgba(255, 255, 255, 0.48), transparent 24%),
        linear-gradient(135deg, rgba(198, 228, 238, 0.96), rgba(234, 245, 248, 0.98));
}

.banner-mist {
    background:
        radial-gradient(circle at top right, rgba(255, 255, 255, 0.48), transparent 24%),
        linear-gradient(135deg, rgba(203, 231, 238, 0.98), rgba(237, 246, 248, 0.98));
}

.promo-slate {
    color: #fff;
    background:
        radial-gradient(circle at top right, rgba(255, 255, 255, 0.16), transparent 24%),
        linear-gradient(135deg, rgba(28, 44, 66, 0.96), rgba(59, 74, 89, 0.98));
}

.banner-slate {
    color: #fff;
    background:
        radial-gradient(circle at top right, rgba(255, 255, 255, 0.14), transparent 24%),
        linear-gradient(135deg, rgba(24, 38, 58, 0.98), rgba(54, 71, 93, 0.98));
}

.promo-copper p,
.promo-copper .text-link,
.banner-copper p,
.banner-copper .banner-cta,
.promo-slate p,
.promo-slate .text-link,
.banner-slate p,
.banner-slate .banner-cta {
    color: rgba(255, 255, 255, 0.82);
}

.banner-cta {
    align-self: start;
    margin-top: 10px;
    background: rgba(255, 255, 255, 0.14);
    border-color: rgba(255, 255, 255, 0.18);
    color: inherit;
}

.category-rail-panel {
    padding: 24px;
    background: linear-gradient(180deg, #fffdf9 0%, #fff8f1 100%);
}

.category-rail-head {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 18px;
}

.category-rail-head strong {
    display: block;
    margin-bottom: 8px;
    font-size: 1.45rem;
    font-family: var(--font-display);
}

.rail-scroll {
    overflow-x: auto;
    padding-bottom: 6px;
}

.category-rail-showcase {
    display: grid;
    grid-template-columns: 320px minmax(0, 1fr);
    gap: 18px;
    align-items: stretch;
}

.category-rail-lead {
    display: grid;
    gap: 14px;
    padding: 18px;
    border-radius: 24px;
    background:
        radial-gradient(circle at top right, rgba(255, 255, 255, 0.36), transparent 24%),
        linear-gradient(180deg, rgba(217, 230, 234, 0.74), rgba(255, 255, 255, 0.98));
    border: 1px solid rgba(31, 41, 51, 0.08);
}

.category-rail-lead-media {
    min-height: 180px;
    border-radius: 22px;
    background-size: cover;
    background-position: center;
}

.category-rail-lead-copy {
    display: grid;
    gap: 10px;
}

.category-rail-lead-copy h3 {
    margin: 0;
    font-family: var(--font-display);
    font-size: 1.6rem;
    line-height: 1.08;
}

.category-rail-lead-copy p {
    margin: 0;
}

.category-rail-lead-copy strong {
    font-size: 1.3rem;
    font-family: var(--font-display);
}

.rail-track {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(250px, 300px);
    gap: 18px;
}

.rail-track .product-card {
    height: 100%;
}

.campaign-stack {
    display: grid;
    gap: 16px;
}

.campaign-offer-card {
    display: grid;
    grid-template-columns: 96px 1fr;
    gap: 14px;
    align-items: center;
    padding: 16px;
    border-radius: var(--radius-lg);
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(31, 41, 51, 0.08);
}

.campaign-offer-media {
    min-height: 96px;
    border-radius: 18px;
    background-size: cover;
    background-position: center;
}

.campaign-offer-copy {
    display: grid;
    gap: 8px;
}

.campaign-offer-copy b {
    line-height: 1.45;
}

.price-row {
    align-items: baseline;
}

.price-row.compact {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 12px;
    margin-top: auto;
}

.price-stack {
    display: grid;
    gap: 4px;
    min-width: 0;
}

.vat-included-note {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    padding: 3px 8px;
    border-radius: 999px;
    color: #6b3b2b;
    background: rgba(255, 246, 237, 0.92);
    border: 1px solid rgba(255, 111, 73, 0.16);
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

.price-row strong,
.price-box strong {
    font-size: 1.22rem;
    font-family: var(--font-display);
    line-height: 1.1;
    letter-spacing: -0.01em;
}

.price-row small,
.price-box small {
    color: #9ca3af;
    text-decoration: line-through;
}

.card-cart-btn {
    width: 52px;
    min-width: 52px;
    height: 52px;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 0;
    border: 0;
    border-radius: 18px;
    cursor: pointer;
    font-weight: 700;
    color: #fff;
    background: linear-gradient(135deg, var(--danger), #ff6a3d);
    box-shadow: 0 14px 26px rgba(255, 95, 64, 0.22);
    white-space: nowrap;
    transition: width 0.18s ease, min-width 0.18s ease, transform 0.18s ease, box-shadow 0.18s ease;
}

.card-cart-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 16px 28px rgba(255, 95, 64, 0.28);
}

.card-cart-btn.has-cart-qty {
    width: auto;
    min-width: 108px;
    padding: 0 13px;
}

.card-cart-icon {
    font-size: 1.18rem;
    line-height: 1;
}

.card-cart-label,
.card-cart-qty {
    font-size: 0.72rem;
    font-weight: 900;
    line-height: 1;
}

.card-cart-label {
    letter-spacing: 0.01em;
}

.card-cart-qty {
    padding: 3px 6px;
    border-radius: 999px;
    color: #ff402c;
    background: #fff;
    border: 1px solid rgba(255, 64, 44, 0.18);
}

.card-cart-btn.is-added {
    animation: cartButtonBounce 0.58s cubic-bezier(0.2, 1.35, 0.35, 1);
}

.btn.cart-feedback-active {
    animation: cartButtonBounce 0.58s cubic-bezier(0.2, 1.35, 0.35, 1);
}

.cart-toast {
    position: fixed;
    right: 24px;
    bottom: 24px;
    z-index: 1000;
    display: grid;
    grid-template-columns: auto 1fr;
    column-gap: 12px;
    row-gap: 2px;
    align-items: center;
    max-width: min(360px, calc(100vw - 32px));
    padding: 14px 16px;
    border-radius: 18px;
    color: #1f2933;
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid rgba(255, 111, 73, 0.18);
    box-shadow: 0 22px 50px rgba(31, 41, 51, 0.18);
    opacity: 0;
    transform: translateY(14px) scale(0.98);
    pointer-events: none;
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.cart-toast.visible {
    opacity: 1;
    transform: translateY(0) scale(1);
}

.cart-toast-icon {
    grid-row: span 2;
    width: 38px;
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    color: #fff;
    background: linear-gradient(135deg, var(--danger), #ff7a45);
    font-weight: 900;
}

.cart-toast strong {
    font-family: var(--font-display);
    line-height: 1.1;
}

.cart-toast small {
    overflow: hidden;
    color: #6b7280;
    text-overflow: ellipsis;
    white-space: nowrap;
}

@keyframes cartButtonBounce {
    0% {
        transform: translateY(0) scale(1);
    }

    42% {
        transform: translateY(5px) scale(0.92);
    }

    72% {
        transform: translateY(-4px) scale(1.08);
    }

    100% {
        transform: translateY(0) scale(1);
    }
}

.rail-head-actions {
    display: inline-flex;
    align-items: center;
    gap: 14px;
}

.rail-nav {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.rail-nav-btn {
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(31, 41, 51, 0.1);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.92);
    color: var(--slate);
    cursor: pointer;
    transition: transform 0.18s ease, border-color 0.18s ease, color 0.18s ease;
}

.rail-nav-btn:hover {
    transform: translateY(-1px);
    color: var(--copper-deep);
    border-color: rgba(201, 111, 59, 0.28);
}

.rail-nav-btn span {
    font-size: 1.4rem;
    line-height: 1;
}

.trust-layout {
    grid-template-columns: 1fr 1.2fr;
    background: linear-gradient(135deg, rgba(59, 74, 89, 0.96), rgba(31, 41, 51, 0.98));
    color: #fff;
}

.trust-copy p {
    color: rgba(255, 255, 255, 0.76);
}

.trust-points {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.trust-points article {
    padding: 18px;
    border-radius: var(--radius-lg);
    background: rgba(255, 255, 255, 0.08);
}

.trust-points p {
    color: rgba(255, 255, 255, 0.72);
}

.footer {
    display: flex;
    justify-content: space-between;
    gap: 24px;
    padding: 34px 0 44px;
}

.footer p {
    margin: 10px 0 0;
    color: var(--muted);
}

.footer-links {
    flex-wrap: wrap;
    justify-content: end;
}

.shop-layout {
    width: min(calc(100% - 48px), var(--shell-max-width));
    margin: 0 auto;
    display: grid;
    grid-template-columns: 300px 1fr;
    gap: 24px;
    padding: 30px 0 44px;
    align-items: start;
    min-width: 0;
}

.shop-layout-product-mode {
    grid-template-columns: 1fr;
}

.shop-layout-product-mode .shop-content {
    grid-column: 1 / -1;
}

.shop-hero-market {
    grid-column: 1 / -1;
}

.shop-content {
    position: relative;
    overflow: visible;
    min-width: 0;
    width: 100%;
    background:
        radial-gradient(circle at top right, rgba(238, 52, 37, 0.08), transparent 22%),
        linear-gradient(180deg, #fffdf9 0%, #fff8f1 100%);
}

.cart-layout,
.checkout-layout {
    width: min(calc(100% - 48px), var(--content-max-width));
    margin: 0 auto;
    display: grid;
    gap: 24px;
    padding: 30px 0 44px;
    position: relative;
}

.cart-layout {
    grid-template-columns: minmax(0, 1fr) minmax(280px, 340px);
}

.cart-layout > .section-block {
    width: 100%;
    margin: 0;
}

.checkout-layout {
    grid-template-columns: 1.25fr 0.75fr;
}

.checkout-topbar {
    background: rgba(255, 255, 255, 0.96);
    border-bottom: 1px solid rgba(31, 41, 51, 0.08);
}

.checkout-nav-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    width: min(calc(100% - 48px), var(--content-max-width));
    margin: 0 auto;
    padding: 26px 0;
}

.checkout-secure-head,
.checkout-summary-security {
    display: flex;
    align-items: center;
    gap: 12px;
}

.checkout-secure-head strong,
.checkout-summary-security strong {
    display: block;
    color: #15803d;
    font-family: var(--font-display);
}

.checkout-secure-head small,
.checkout-summary-security small {
    color: var(--muted);
}

.checkout-secure-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    border-radius: 999px;
    border: 2px solid #22c55e;
    color: #15803d;
    background: rgba(34, 197, 94, 0.08);
    font-size: 0.78rem;
    font-weight: 900;
}

.filter-panel,
.shop-content,
.gallery-panel,
.detail-panel,
.product-body,
.cart-panel,
.cart-summary-panel,
.checkout-form-panel,
.checkout-summary-panel {
    padding: 28px;
}

.cart-panel,
.cart-summary-panel,
.checkout-form-panel,
.checkout-summary-panel {
    background:
        radial-gradient(circle at top right, rgba(255, 255, 255, 0.78), transparent 24%),
        linear-gradient(180deg, rgba(255, 252, 247, 0.98), rgba(255, 255, 255, 0.96));
    border: 1px solid rgba(31, 41, 51, 0.08);
    box-shadow: var(--shadow);
    border-radius: var(--radius-xl);
}

.filter-group {
    display: grid;
    gap: 10px;
    margin-top: 24px;
}

.filter-dynamic-group {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.shop-category-filter-list,
.shop-category-filter-group,
.shop-raw-category-filters {
    display: grid;
    gap: 8px;
}

.shop-category-filter-group {
    padding-top: 4px;
}

.shop-raw-category-filters {
    padding-left: 12px;
}

.filter-chip {
    justify-self: start;
    border: 1px solid rgba(31, 41, 51, 0.08);
    background: var(--surface);
    color: var(--text);
    border-radius: 999px;
    padding: 10px 14px;
    cursor: pointer;
}

.raw-filter-chip {
    min-height: 34px;
    justify-content: flex-start;
    font-size: 0.82rem;
}

.filter-chip.active {
    background: rgba(201, 111, 59, 0.12);
    border-color: rgba(201, 111, 59, 0.22);
    color: var(--copper-deep);
}

.shop-filter-compact {
    display: grid;
    gap: 14px;
    margin-top: 8px;
}

.shop-filter-back {
    display: flex;
    align-items: center;
    gap: 12px;
    width: 100%;
    margin-bottom: 30px;
    padding: 10px 12px 10px 10px;
    border-radius: 999px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(244, 229, 203, 0.35));
    border: 1px solid rgba(31, 41, 51, 0.1);
    color: var(--text);
    font-size: 0.94rem;
    font-weight: 800;
    text-decoration: none;
    box-shadow: 0 10px 22px rgba(31, 41, 51, 0.06);
}

.shop-filter-back + .eyebrow {
    display: block;
    margin-bottom: 34px;
}

.shop-filter-back span {
    width: 36px;
    height: 36px;
    flex: 0 0 36px;
    display: inline-grid;
    place-items: center;
    border-radius: 999px;
    background: #fff;
    border: 1px solid rgba(31, 41, 51, 0.14);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.7);
    transition: transform 160ms ease, background 160ms ease, border-color 160ms ease, color 160ms ease;
}

.shop-filter-back:hover {
    color: var(--danger-deep);
    border-color: rgba(255, 111, 35, 0.24);
}

.shop-filter-back:hover span {
    transform: translateX(-3px);
    background: rgba(255, 111, 35, 0.1);
    border-color: rgba(255, 111, 35, 0.26);
}

.shop-within-search input,
.shop-price-mini input {
    width: 100%;
    min-width: 0;
    border: 1px solid rgba(31, 41, 51, 0.12);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.86);
    padding: 10px 12px;
    font: inherit;
    font-size: 0.9rem;
    outline: 0;
}

.shop-check-row {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--slate);
    font-weight: 600;
}

.shop-check-row input {
    width: 18px;
    height: 18px;
    accent-color: var(--danger);
}

.shop-price-mini {
    display: grid;
    gap: 10px;
}

.shop-price-mini strong {
    font-size: 0.86rem;
}

.shop-price-mini div {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
}

.shop-subcategory-filter-link {
    color: var(--slate);
    font-size: 0.9rem;
    font-weight: 600;
    line-height: 1.24;
}

.shop-subcategory-filter-link:hover {
    color: var(--danger-deep);
}

.shop-category-landing {
    margin-top: 4px;
}

.shop-subcategory-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
}

.shop-subcategory-card {
    min-height: 156px;
    display: grid;
    grid-template-rows: 86px auto auto;
    gap: 8px;
    padding: 14px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.86);
    border: 1px solid rgba(31, 41, 51, 0.12);
    box-shadow: none;
    color: var(--text);
    transition: border-color 160ms ease, background 160ms ease;
}

.shop-subcategory-card:hover {
    border-color: rgba(238, 52, 37, 0.26);
    background: #fff;
}

.shop-subcategory-media {
    display: block;
    min-height: 86px;
    border-radius: 7px;
    background:
        linear-gradient(135deg, rgba(244, 229, 203, 0.44), rgba(255, 255, 255, 0.92));
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    border: 1px solid rgba(31, 41, 51, 0.06);
}

.shop-subcategory-card strong {
    font-family: var(--font-display);
    font-size: 0.96rem;
    line-height: 1.18;
}

.shop-subcategory-card small {
    color: var(--accent);
    font-size: 0.78rem;
    font-weight: 800;
}

.shop-filter-section-title {
    padding-bottom: 9px;
    border-bottom: 1px solid rgba(31, 41, 51, 0.18);
    color: var(--text);
    font-size: 0.92rem;
    font-weight: 750;
    line-height: 1.2;
}

.shop-layout > .filter-panel {
    position: sticky;
    top: 148px;
    align-self: start;
    max-height: calc(100vh - 172px);
    overflow-x: hidden;
    overflow-y: auto;
    scrollbar-width: thin;
}

.shop-layout > .filter-panel.shop-category-menu-panel {
    padding: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
}

.shop-layout > .filter-panel.shop-category-menu-panel .hero-side-panel-card {
    width: 100%;
    margin: 0;
}

.shop-layout > .filter-panel.shop-category-menu-panel .hero-side-panel-links,
.shop-layout > .filter-panel.shop-category-menu-panel .hero-side-panel-group,
.shop-layout > .filter-panel.shop-category-menu-panel .hero-side-panel-parent {
    min-width: 0;
    max-width: 100%;
}

.shop-all-category-landing .hero-categories-grid {
    min-height: 0;
}

.shop-toolbar {
    display: flex;
    justify-content: space-between;
    align-items: end;
    margin-bottom: 20px;
}

.shop-controls {
    display: flex;
    gap: 12px;
    align-items: stretch;
}

.shop-summary {
    margin: 10px 0 0;
    color: var(--muted);
}

.listing-utility-row {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-bottom: 20px;
}

.shop-quick-grid,
.shop-quick-categories,
.shop-live-promos,
.shop-live-promo-pills,
.shop-live-promo-bottom,
.shop-digest-pills {
    display: grid;
    gap: 16px;
}

.shop-quick-grid {
    grid-template-columns: 1.15fr 0.85fr;
    margin-bottom: 20px;
}

.shop-quick-categories {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.shop-quick-card,
.shop-digest-card,
.shop-live-promo {
    border-radius: var(--radius-xl);
    border: 1px solid rgba(31, 41, 51, 0.08);
    box-shadow: var(--shadow);
}

.shop-quick-card {
    display: grid;
    grid-template-columns: 1fr 132px;
    gap: 16px;
    padding: 18px;
    min-height: 220px;
    overflow: hidden;
}

.shop-quick-card-copy,
.shop-quick-card-meta,
.shop-live-promo-copy,
.shop-digest-card {
    display: grid;
    gap: 10px;
}

.shop-quick-card-copy span {
    color: var(--copper-deep);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.shop-quick-card-copy strong,
.shop-live-promo-copy strong,
.shop-digest-card strong {
    font-family: var(--font-display);
    line-height: 1.06;
}

.shop-quick-card-copy strong {
    font-size: 1.5rem;
}

.shop-quick-card-copy p,
.shop-quick-card-copy small,
.shop-live-promo-copy p,
.shop-digest-card p {
    color: var(--muted);
    line-height: 1.65;
}

.shop-quick-card-meta {
    align-content: space-between;
}

.shop-quick-card-meta b,
.shop-live-promo-bottom small {
    justify-self: start;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(31, 41, 51, 0.08);
    font-size: 12px;
}

.shop-quick-card-media,
.shop-live-promo-media {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.shop-quick-card-media {
    min-height: 138px;
    border-radius: 20px;
}

.shop-quick-copper {
    background: linear-gradient(180deg, rgba(255, 235, 227, 0.96), rgba(255, 248, 239, 0.98));
}

.shop-quick-mist {
    background: linear-gradient(180deg, rgba(228, 240, 244, 0.98), rgba(255, 255, 255, 0.98));
}

.shop-quick-slate {
    background: linear-gradient(180deg, rgba(237, 241, 245, 0.98), rgba(248, 250, 252, 0.98));
}

.shop-quick-sand {
    background: linear-gradient(180deg, rgba(248, 239, 223, 0.98), rgba(255, 252, 246, 0.98));
}

.shop-digest-card {
    padding: 22px;
    background:
        radial-gradient(circle at top right, rgba(238, 52, 37, 0.1), transparent 22%),
        linear-gradient(180deg, #fffdf9 0%, #fff8f1 100%);
}

.shop-digest-pills {
    grid-template-columns: 1fr;
}

.shop-digest-pills a,
.shop-live-promo-pills span {
    padding: 10px 12px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.82);
    border: 1px solid rgba(31, 41, 51, 0.08);
    color: var(--slate);
    font-size: 13px;
    text-decoration: none;
}

.shop-digest-pills a:hover {
    color: var(--copper-deep);
    border-color: rgba(201, 111, 59, 0.22);
    transform: translateY(-1px);
}

.shop-live-promos {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-bottom: 20px;
}

.shop-live-promo {
    display: grid;
    grid-template-columns: 1fr 132px;
    gap: 16px;
    padding: 18px;
    min-height: 250px;
}

.shop-live-promo-copy strong {
    font-size: 1.45rem;
}

.shop-live-promo-bottom {
    grid-template-columns: 1fr;
    align-content: end;
}

.shop-live-promo-bottom b {
    font-size: 1.35rem;
    font-family: var(--font-display);
}

.shop-live-promo-media {
    min-height: 212px;
    border-radius: 22px;
}

.shop-live-promo .cta-row {
    margin-top: auto;
}

.shop-promo-copper {
    background: linear-gradient(180deg, rgba(255, 240, 234, 0.98), rgba(255, 249, 245, 0.98));
}

.shop-promo-mist {
    background: linear-gradient(180deg, rgba(232, 243, 246, 0.98), rgba(255, 255, 255, 0.98));
}

.shop-promo-slate {
    background: linear-gradient(180deg, rgba(239, 243, 247, 0.98), rgba(252, 253, 254, 0.98));
}

.shop-showcase {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 18px;
    margin-bottom: 20px;
}

.shop-spotlight {
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: 20px;
    padding: 24px;
    border-radius: var(--radius-xl);
    background:
        radial-gradient(circle at top left, rgba(255, 255, 255, 0.82), transparent 24%),
        linear-gradient(135deg, rgba(201, 111, 59, 0.16), rgba(255, 248, 239, 0.96) 45%, rgba(217, 230, 234, 0.76));
    border: 1px solid rgba(31, 41, 51, 0.08);
    box-shadow: var(--shadow);
}

.spotlight-copy h3 {
    margin: 0 0 10px;
    font-family: var(--font-display);
    font-size: clamp(1.8rem, 3vw, 2.7rem);
}

.spotlight-copy p {
    color: var(--muted);
    line-height: 1.7;
}

.spotlight-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 16px 0 18px;
}

.spotlight-pills span {
    padding: 8px 12px;
    border-radius: 999px;
    font-size: 13px;
    background: rgba(255, 255, 255, 0.78);
    border: 1px solid rgba(31, 41, 51, 0.08);
    color: var(--slate);
}

.spotlight-media {
    min-height: 320px;
    border-radius: 24px;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.22);
    background-size: cover;
    background-position: center;
}

.shop-metrics {
    display: grid;
    gap: 14px;
}

.shop-metric-card {
    padding: 22px;
    border-radius: var(--radius-lg);
    border: 1px solid rgba(31, 41, 51, 0.08);
    box-shadow: var(--shadow);
}

.shop-metric-card strong {
    display: block;
    margin-bottom: 6px;
    font-size: 2rem;
    font-family: var(--font-display);
}

.shop-metric-card span {
    color: var(--muted);
}

.metric-sand {
    background: linear-gradient(180deg, rgba(244, 229, 203, 0.86), rgba(255, 252, 246, 0.98));
}

.metric-mist {
    background: linear-gradient(180deg, rgba(228, 240, 244, 0.96), rgba(255, 255, 255, 0.98));
}

.metric-copper {
    background: linear-gradient(180deg, rgba(253, 231, 221, 0.92), rgba(255, 251, 248, 0.98));
}

.search-box,
.sort-box {
    display: grid;
    gap: 6px;
    min-width: 190px;
    padding: 12px 14px;
    border-radius: 22px;
    background: rgba(59, 74, 89, 0.06);
    color: var(--slate);
}

.search-box span,
.sort-box span {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.search-box input,
.sort-box select {
    border: 0;
    outline: 0;
    background: transparent;
    color: var(--text);
    font: inherit;
}

.search-box input::placeholder {
    color: var(--muted);
}

.product-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(360px, 0.42fr);
    gap: 24px;
    padding: 30px 0 20px;
    align-items: start;
}

.product-breadcrumb {
    grid-column: 1 / -1;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    color: var(--muted);
    font-size: 14px;
}

.product-breadcrumb a {
    color: var(--slate);
    font-weight: 600;
}

.product-breadcrumb a:hover {
    color: var(--danger-deep);
}

.shop-breadcrumb {
    margin-bottom: 12px;
}

.hero-category-breadcrumb {
    margin-bottom: -4px;
}

.detail-panel {
    align-self: start;
    position: static;
    z-index: 0;
}

.gallery-panel {
    display: grid;
    grid-template-areas:
        "title"
        "media"
        "controls"
        "thumbs"
        "description"
        "qa";
    gap: 18px;
    align-items: start;
    position: relative;
}

.product-gallery-title {
    grid-area: title;
    display: grid;
    gap: 6px;
}

.product-gallery-title span {
    color: var(--copper-deep);
    font-size: 0.8rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.product-gallery-title h1 {
    margin: 0;
    font-family: var(--font-display);
    font-size: clamp(1.72rem, 2.4vw, 2.55rem);
    line-height: 1.08;
}

.product-description-panel h2 {
    margin: 0 0 18px;
    font-family: var(--font-display);
    font-size: 1.45rem;
}

.product-qa-panel h2 {
    margin: 0;
    font-family: var(--font-display);
    font-size: 1.45rem;
}

.gallery-panel .hero-gallery {
    grid-area: media;
    min-height: 560px;
    background-color: #fff;
    background-size: contain;
    border: 1px solid rgba(31, 41, 51, 0.06);
}

.gallery-panel .thumb-row {
    grid-area: thumbs;
    display: flex;
    gap: 12px;
    overflow-x: auto;
    padding: 4px 4px 8px;
}

.product-gallery-controls {
    grid-area: controls;
    display: flex;
    justify-content: center;
    gap: 10px;
}

.product-gallery-controls button {
    width: 42px;
    height: 42px;
    border: 1px solid rgba(31, 41, 51, 0.1);
    border-radius: 999px;
    background: #fff;
    color: var(--danger-deep);
    cursor: pointer;
    font-size: 28px;
    line-height: 1;
    box-shadow: 0 16px 28px rgba(31, 41, 51, 0.1);
}

.product-description-panel {
    grid-area: description;
    padding: 28px;
    border-radius: var(--radius-lg);
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(31, 41, 51, 0.08);
    box-shadow: var(--shadow);
    color: var(--slate);
    line-height: 1.75;
}

.product-qa-panel {
    grid-area: qa;
    display: grid;
    gap: 18px;
    padding: 28px;
    border-radius: var(--radius-lg);
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(31, 41, 51, 0.08);
    box-shadow: var(--shadow);
}

.product-qa-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding-bottom: 14px;
    border-bottom: 1px solid rgba(31, 41, 51, 0.08);
}

.product-qa-list {
    display: grid;
    gap: 12px;
}

.product-qa-card,
.product-qa-empty {
    display: grid;
    gap: 14px;
    padding: 18px;
    border-radius: 8px;
    background: rgba(255, 252, 247, 0.8);
    border: 1px solid rgba(31, 41, 51, 0.08);
}

.product-qa-question,
.product-qa-answer {
    display: grid;
    gap: 7px;
}

.product-qa-question span,
.product-qa-answer span {
    color: var(--copper-deep);
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.product-qa-question strong {
    color: var(--text);
    font-family: var(--font-display);
    font-size: 1rem;
    line-height: 1.32;
}

.product-qa-answer {
    padding: 14px;
    border-radius: 8px;
    background: rgba(244, 246, 248, 0.78);
}

.product-qa-answer p,
.product-qa-empty p {
    margin: 0;
    color: var(--slate);
    line-height: 1.6;
}

.product-description-panel p:first-child,
.product-description-panel h1:first-child,
.product-description-panel h2:first-child,
.product-description-panel h3:first-child {
    margin-top: 0;
}

.product-description-panel p:last-child,
.product-description-panel ul:last-child,
.product-description-panel ol:last-child {
    margin-bottom: 0;
}

.product-description-panel img {
    max-width: 100%;
    height: auto;
}

.product-description-panel ul,
.product-description-panel ol {
    padding-left: 24px;
}

.product-description-panel table {
    width: 100%;
    border-collapse: collapse;
}

.product-description-panel td,
.product-description-panel th {
    padding: 10px;
    border: 1px solid rgba(31, 41, 51, 0.12);
}

.product-description-panel [style] {
    max-width: 100%;
}

.robiz-description {
    display: grid;
    gap: 18px;
}

.robiz-description h3 {
    margin: 0;
    text-align: center;
    font-size: 1.1rem;
}

.robiz-description p {
    margin: 0;
}

.robiz-description p:nth-of-type(1) {
    text-align: center;
}

.robiz-description ul {
    margin: 0;
    display: grid;
    gap: 8px;
}

.product-thumb-button {
    flex: 0 0 88px;
    border: 0;
    padding: 0;
    background: transparent;
    cursor: pointer;
    border-radius: 10px;
}

.product-thumb-button.active .thumb {
    outline: 3px solid rgba(238, 52, 37, 0.28);
    outline-offset: 3px;
}

.thumb {
    height: 78px;
    background-color: #fff;
    background-size: contain;
    border: 1px solid rgba(31, 41, 51, 0.08);
}

.gallery-support-strip,
.product-offer-grid,
.product-combo-grid,
.product-combo-bottom,
.product-pulse-grid {
    display: grid;
    gap: 14px;
}

.product-pulse-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-bottom: 18px;
}

.product-pulse-grid article {
    padding: 16px;
    border-radius: var(--radius-lg);
    background: rgba(255, 255, 255, 0.82);
    border: 1px solid rgba(31, 41, 51, 0.08);
    box-shadow: var(--shadow);
}

.product-pulse-grid strong {
    display: block;
    margin-bottom: 8px;
    font-family: var(--font-display);
    font-size: 1.35rem;
}

.product-pulse-grid span {
    color: var(--muted);
    line-height: 1.6;
}

.gallery-support-strip {
    grid-template-columns: 1fr;
}

.gallery-support-strip article,
.product-offer-grid article,
.product-combo-card {
    padding: 18px;
    border-radius: var(--radius-lg);
    background: rgba(255, 255, 255, 0.82);
    border: 1px solid rgba(31, 41, 51, 0.08);
    box-shadow: var(--shadow);
}

.gallery-support-strip strong,
.product-offer-grid strong,
.product-combo-copy strong {
    display: block;
    margin-bottom: 8px;
}

.gallery-support-strip span,
.product-offer-grid span,
.product-offer-grid small,
.product-combo-copy p,
.product-combo-copy span {
    color: var(--muted);
    line-height: 1.65;
}

.price-box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 14px;
    margin: 22px 0 18px;
}

.detail-signal-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 18px;
}

.purchase-panel {
    display: grid;
    gap: 14px;
    margin-bottom: 22px;
    padding: 18px;
    border-radius: var(--radius-lg);
    background:
        radial-gradient(circle at top right, rgba(201, 111, 59, 0.12), transparent 24%),
        linear-gradient(180deg, #fff8ef 0%, #fffdf9 100%);
    border: 1px solid rgba(201, 111, 59, 0.16);
}

.product-buybox {
    border-color: rgba(31, 41, 51, 0.12);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 250, 244, 0.98));
}

.product-buybox .purchase-panel-copy {
    padding-bottom: 2px;
}

.product-buybox-stock {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: baseline;
    gap: 12px;
    padding: 2px 0 14px;
    border-bottom: 1px solid rgba(31, 41, 51, 0.08);
}

.product-buybox-stock span,
.product-qty-field span,
.product-price-breaks-head span,
.product-variant-head span {
    color: var(--muted);
    font-size: 0.84rem;
}

.product-buybox-stock strong {
    color: var(--danger-deep);
    font-family: var(--font-display);
    font-size: 1.28rem;
}

.product-buybox-price {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
}

.product-buybox-price strong {
    font-family: var(--font-display);
    font-size: 1.75rem;
}

.product-buybox-price small {
    color: var(--muted);
    text-decoration: line-through;
}

.product-qty-field {
    display: grid;
    gap: 8px;
}

.product-qty-field input {
    width: 140px;
    min-height: 42px;
    border: 1px solid rgba(31, 41, 51, 0.18);
    border-radius: 6px;
    padding: 8px 12px;
    background: #fff;
    font: inherit;
    font-weight: 700;
}

.product-buybox-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.product-price-breaks,
.product-variant-list {
    display: grid;
    gap: 10px;
}

.product-price-breaks-head,
.product-variant-head {
    display: grid;
    gap: 4px;
}

.product-price-breaks-table {
    display: grid;
    border: 1px solid rgba(31, 41, 51, 0.12);
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
}

.product-price-break-row {
    display: grid;
    grid-template-columns: 0.62fr 1fr 1fr;
    gap: 8px;
    align-items: center;
    min-height: 38px;
    padding: 8px 10px;
    border: 0;
    border-bottom: 1px solid rgba(31, 41, 51, 0.08);
    background: transparent;
    color: var(--text);
    text-align: left;
    font: inherit;
}

.product-price-break-row span:last-child {
    text-align: right;
}

.product-price-break-row:last-child {
    border-bottom: 0;
}

.product-price-break-row:not(.product-price-break-header) {
    cursor: pointer;
}

.product-price-break-row:not(.product-price-break-header):hover,
.product-variant-row:hover {
    background: rgba(238, 52, 37, 0.06);
}

.product-price-break-header {
    background: rgba(238, 241, 245, 0.95);
    color: var(--muted);
    font-size: 0.78rem;
    font-weight: 800;
    text-transform: uppercase;
}

.product-variant-row {
    display: grid;
    grid-template-columns: 0.85fr 1fr auto;
    gap: 10px;
    align-items: center;
    padding: 10px 12px;
    border: 1px solid rgba(31, 41, 51, 0.1);
    border-radius: 8px;
    background: #fff;
    color: var(--text);
    text-align: left;
    font: inherit;
    cursor: pointer;
}

.product-variant-row small {
    text-align: right;
}

.product-variant-row span {
    color: var(--slate);
    font-weight: 700;
}

.product-variant-row strong {
    font-size: 0.82rem;
}

.product-variant-row small {
    color: var(--danger-deep);
    font-weight: 800;
}

.product-variant-chip {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 10px;
    align-items: center;
    padding: 12px 14px;
    border: 1px solid rgba(31, 41, 51, 0.1);
    border-radius: 12px;
    background: #fff;
    color: var(--text);
    text-decoration: none;
    transition: border-color 120ms ease, box-shadow 120ms ease, transform 120ms ease;
}

.product-variant-chip strong {
    font-size: 0.84rem;
}

.product-variant-chip span {
    color: var(--danger-deep);
    font-weight: 800;
}

.product-variant-chip:hover {
    border-color: rgba(238, 52, 37, 0.32);
    box-shadow: 0 10px 20px rgba(31, 41, 51, 0.06);
    transform: translateY(-1px);
}

.product-variant-chip.active {
    border-color: rgba(238, 52, 37, 0.42);
    background: rgba(238, 52, 37, 0.06);
}

.purchase-panel-copy {
    display: grid;
    gap: 8px;
}

.purchase-panel-copy strong {
    color: var(--danger-deep);
    font-size: 1rem;
}

.purchase-panel-copy p,
.purchase-panel-meta span {
    color: var(--muted);
}

.purchase-panel-copy p {
    margin: 0;
    line-height: 1.7;
}

.purchase-panel-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.purchase-panel-meta span {
    padding: 9px 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.82);
    border: 1px solid rgba(31, 41, 51, 0.08);
    font-size: 13px;
}

.product-offer-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-bottom: 22px;
}

.product-offer-grid small {
    display: block;
    margin-top: 8px;
    color: var(--danger-deep);
    font-weight: 700;
}

.inquiry-modal {
    position: fixed;
    inset: 0;
    z-index: 40;
}

.inquiry-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(19, 36, 55, 0.48);
    backdrop-filter: blur(8px);
}

.inquiry-dialog {
    position: relative;
    z-index: 1;
    width: min(calc(100% - 32px), 860px);
    margin: 48px auto;
    padding: 26px;
    border-radius: 28px;
    background: rgba(255, 253, 249, 0.98);
    border: 1px solid rgba(31, 41, 51, 0.08);
    box-shadow: 0 32px 80px rgba(19, 36, 55, 0.24);
}

.inquiry-dialog-head,
.inquiry-grid,
.inquiry-actions,
.inquiry-form {
    display: grid;
    gap: 16px;
}

.inquiry-dialog-head {
    grid-template-columns: 1fr auto;
    align-items: start;
    margin-bottom: 12px;
}

.inquiry-close {
    width: 42px;
    height: 42px;
    border: 0;
    border-radius: 999px;
    cursor: pointer;
    font-size: 26px;
    line-height: 1;
    color: var(--slate);
    background: rgba(59, 74, 89, 0.08);
}

.inquiry-lead,
.inquiry-card p,
.inquiry-form label span,
.inquiry-note span {
    color: var(--muted);
    line-height: 1.7;
}

.inquiry-support-strip {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 8px;
}

.inquiry-support-strip span {
    padding: 10px 14px;
    border-radius: 999px;
    background: rgba(201, 111, 59, 0.08);
    border: 1px solid rgba(201, 111, 59, 0.14);
    color: var(--copper-deep);
    font-size: 13px;
}

.inquiry-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin: 18px 0 20px;
}

.inquiry-card,
.inquiry-form label,
.inquiry-note {
    padding: 18px;
    border-radius: var(--radius-lg);
    background: rgba(255, 255, 255, 0.88);
    border: 1px solid rgba(31, 41, 51, 0.08);
    box-shadow: var(--shadow);
}

.inquiry-card strong,
.inquiry-note strong {
    display: block;
    margin-bottom: 8px;
}

.inquiry-actions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.inquiry-form {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.inquiry-form label {
    display: grid;
    gap: 10px;
}

.inquiry-form input,
.inquiry-form textarea {
    width: 100%;
    border: 1px solid rgba(31, 41, 51, 0.12);
    border-radius: 16px;
    padding: 12px 14px;
    outline: 0;
    background: #fff;
    color: var(--text);
    font: inherit;
}

.inquiry-form-wide {
    grid-column: 1 / -1;
}

.feature-list {
    display: grid;
    gap: 12px;
    padding-left: 20px;
    color: var(--muted);
}

.info-strip {
    margin-top: 20px;
    flex-wrap: wrap;
}

.decision-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 22px;
}

.product-body {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    margin-bottom: 40px;
}

.related-products-block {
    grid-column: 1 / -1;
    margin-bottom: 40px;
}

.product-combo-block {
    grid-column: 1 / -1;
}

.product-mini-row {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.product-mini-card {
    display: grid;
    grid-template-columns: 92px minmax(0, 1fr);
    gap: 14px;
    align-items: center;
    min-width: 0;
    padding: 12px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.88);
    border: 1px solid rgba(31, 41, 51, 0.08);
}

.product-mini-media-link {
    display: block;
}

.product-mini-media {
    width: 92px;
    aspect-ratio: 1;
    border-radius: 10px;
    background-color: #fff;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    border: 1px solid rgba(31, 41, 51, 0.06);
}

.product-mini-copy {
    display: grid;
    min-width: 0;
    gap: 6px;
}

.product-mini-copy span {
    color: var(--muted);
    font-size: 0.78rem;
}

.product-mini-copy strong {
    min-height: 2.7em;
    color: var(--slate);
    font-size: 0.92rem;
    line-height: 1.28;
}

.product-mini-bottom {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 10px;
}

.product-mini-bottom b {
    font-family: var(--font-display);
    font-size: 1rem;
}

.content-card {
    padding: 22px;
    background: rgba(255, 255, 255, 0.82);
    border: 1px solid rgba(31, 41, 51, 0.08);
}

.cart-items {
    display: grid;
    gap: 0;
    border: 1px solid rgba(31, 41, 51, 0.12);
    border-top: 0;
    background: rgba(255, 255, 255, 0.82);
}

.cart-item {
    display: grid;
    grid-template-columns: 46px minmax(220px, 1fr) 98px 120px 120px;
    gap: 12px;
    align-items: center;
    min-height: 126px;
    padding: 16px;
    border-top: 1px solid rgba(31, 41, 51, 0.1);
    background: #fff;
}

.cart-item-media {
    width: 86px;
    aspect-ratio: 1;
    border-radius: 10px;
    background-color: #fff;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    border: 1px solid rgba(31, 41, 51, 0.08);
}

.cart-item p,
.cart-item small,
.empty-cart p {
    color: var(--muted);
}

.cart-item-product {
    display: grid;
    grid-template-columns: 86px minmax(0, 1fr);
    gap: 18px;
    align-items: center;
    color: var(--text);
}

.cart-item-product strong {
    font-family: var(--font-display);
    font-size: 0.94rem;
    line-height: 1.25;
}

.cart-item-actions {
    display: flex;
    align-items: center;
    gap: 10px;
}

.cart-line-check,
.cart-select-all {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-weight: 700;
}

.cart-line-check input,
.cart-select-all input {
    width: 20px;
    height: 20px;
    accent-color: var(--danger);
}

.cart-line-tools {
    display: grid;
    justify-items: center;
    gap: 10px;
}

.cart-remove-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    aspect-ratio: 1;
    border: 1px solid rgba(238, 52, 37, 0.18);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.92);
    color: var(--danger-deep);
    cursor: pointer;
}

.cart-item-qty {
    justify-self: start;
    transform: translateX(-14px);
}

.cart-unit-price,
.cart-line-total {
    text-align: right;
    font-family: var(--font-display);
    font-size: 0.92rem;
}

.cart-line-total {
    color: var(--text);
}

.cart-breadcrumb,
.checkout-breadcrumb {
    grid-column: 1 / -1;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    color: var(--muted);
    font-size: 14px;
}

.cart-progress-panel,
.checkout-assurance-strip,
.checkout-checklist,
.cart-recommendation-grid,
.cart-recommendation-bottom,
.flow-banner-grid,
.summary-promo-stack {
    display: grid;
    gap: 14px;
}

.cart-table-toolbar {
    display: grid;
    grid-template-columns: auto minmax(320px, 520px);
    justify-content: space-between;
    align-items: center;
    gap: 24px;
    margin: 10px 0 16px;
}

.cart-table-head {
    display: grid;
    grid-template-columns: 46px minmax(220px, 1fr) 98px 120px 120px;
    gap: 12px;
    align-items: center;
    padding: 14px 16px;
    border: 1px solid rgba(31, 41, 51, 0.14);
    background: #f1f4f7;
    color: var(--text);
    font-weight: 800;
}

.cart-table-head span:nth-child(3) {
    transform: translateX(-14px);
}

.cart-panel {
    overflow: visible;
}

.flow-banner-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-bottom: 18px;
}

.flow-banner-grid-single {
    grid-template-columns: 1fr;
}

.flow-banner {
    display: grid;
    gap: 10px;
    padding: 22px;
    border-radius: 24px;
    border: 1px solid rgba(31, 41, 51, 0.08);
    box-shadow: var(--shadow);
    overflow: hidden;
    position: relative;
}

.flow-banner::after {
    content: "";
    position: absolute;
    inset: auto -24px -30px auto;
    width: 120px;
    height: 120px;
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.18);
    filter: blur(2px);
    transform: rotate(14deg);
}

.flow-banner strong,
.summary-promo-card strong {
    font-family: var(--font-display);
    font-size: 1.4rem;
    line-height: 1.08;
}

.flow-banner p,
.summary-promo-card p,
.summary-promo-card span {
    margin: 0;
    line-height: 1.7;
}

.flow-banner-copper {
    color: #fff;
    background:
        radial-gradient(circle at top right, rgba(255, 255, 255, 0.24), transparent 24%),
        linear-gradient(135deg, rgba(226, 79, 46, 0.98), rgba(255, 144, 88, 0.96));
}

.flow-banner-copper p,
.flow-banner-copper .promo-eyebrow,
.flow-banner-slate p,
.flow-banner-slate .promo-eyebrow {
    color: rgba(255, 255, 255, 0.84);
}

.flow-banner-mist {
    background:
        radial-gradient(circle at top right, rgba(255, 255, 255, 0.44), transparent 24%),
        linear-gradient(135deg, rgba(220, 239, 244, 0.98), rgba(243, 250, 252, 0.98));
}

.flow-banner-slate {
    color: #fff;
    background:
        radial-gradient(circle at top right, rgba(255, 255, 255, 0.18), transparent 24%),
        linear-gradient(135deg, rgba(28, 44, 66, 0.98), rgba(68, 84, 101, 0.96));
}

.summary-promo-card {
    display: grid;
    gap: 8px;
    padding: 18px;
    border-radius: 20px;
    background:
        radial-gradient(circle at top right, rgba(255, 255, 255, 0.34), transparent 24%),
        linear-gradient(180deg, rgba(255, 244, 237, 0.96), rgba(255, 250, 246, 0.98));
    border: 1px solid rgba(201, 111, 59, 0.12);
    box-shadow: 0 16px 30px rgba(19, 36, 55, 0.08);
}

.summary-promo-card span {
    color: var(--copper-deep);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.favorites-layout {
    width: min(calc(100% - 48px), var(--content-max-width));
    margin: 0 auto;
    padding: 32px 0 56px;
}

.favorites-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    margin-bottom: 18px;
    color: var(--muted);
    font-size: 14px;
}

.favorites-hero,
.favorites-hero-metrics,
.favorites-grid-block,
.favorites-controls,
.favorites-filter-row {
    display: grid;
    gap: 18px;
}

.favorites-hero {
    grid-template-columns: 1.4fr 0.8fr;
    margin-bottom: 24px;
    padding: 28px;
    border-radius: var(--radius-xl);
    background:
        radial-gradient(circle at top right, rgba(238, 52, 37, 0.12), transparent 24%),
        linear-gradient(135deg, rgba(255, 248, 239, 0.98), rgba(255, 255, 255, 0.92));
    border: 1px solid rgba(31, 41, 51, 0.08);
    box-shadow: var(--shadow);
}

.favorites-hero h1 {
    margin: 8px 0 10px;
    font-family: var(--font-display);
    font-size: clamp(2rem, 3.8vw, 3.2rem);
    line-height: 1.05;
}

.favorites-hero p {
    margin: 0;
    max-width: 62ch;
    color: var(--muted);
    line-height: 1.75;
}

.favorites-hero-metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-content: center;
}

.favorites-hero-metrics article {
    padding: 22px;
    border-radius: var(--radius-lg);
    background: rgba(255, 255, 255, 0.86);
    border: 1px solid rgba(31, 41, 51, 0.08);
    box-shadow: var(--shadow);
}

.favorites-hero-metrics strong {
    display: block;
    margin-bottom: 8px;
    font-size: 2rem;
    font-family: var(--font-display);
}

.favorites-hero-metrics span {
    color: var(--muted);
}

.favorites-empty {
    margin-top: 18px;
}

.favorites-controls {
    grid-template-columns: 1fr auto;
    align-items: start;
    margin-bottom: 6px;
}

.favorites-filter-row {
    grid-template-columns: repeat(auto-fit, minmax(150px, max-content));
    align-items: start;
}

.cart-progress-panel {
    margin: 0;
    padding: 12px 14px;
    border-radius: 12px;
    background: #fff;
    border: 1px solid rgba(31, 41, 51, 0.12);
    box-shadow: none;
}

.cart-progress-copy strong {
    display: block;
    margin-bottom: 0;
    color: var(--danger-deep);
    font-size: 0.92rem;
}

.cart-progress-copy strong.is-free-shipping {
    color: #15803d;
}

.cart-progress-copy p,
.cart-progress-meta span,
.checkout-assurance-strip span,
.checkout-checklist span,
.cart-recommendation-copy p,
.cart-recommendation-copy span {
    color: var(--muted);
    line-height: 1.65;
}

.cart-progress-track {
    height: 8px;
    overflow: hidden;
    border-radius: 999px;
    background: rgba(59, 74, 89, 0.08);
}

.cart-progress-fill {
    width: 0;
    height: 100%;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--danger), #ff6a3d);
    transition: width 180ms ease;
}

.cart-progress-meta {
    display: flex;
    justify-content: space-between;
    gap: 12px;
}

.cart-assurance-strip {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
    align-items: center;
    margin-top: 8px;
    padding: 28px;
    border-top: 1px solid rgba(31, 41, 51, 0.08);
    border-bottom: 1px solid rgba(31, 41, 51, 0.08);
    background: rgba(255, 255, 255, 0.62);
}

.cart-assurance-strip article {
    display: grid;
    grid-template-columns: 62px 1fr;
    gap: 14px;
    align-items: center;
}

.cart-assurance-icon {
    grid-row: span 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 62px;
    aspect-ratio: 1;
    border-radius: 999px;
    border: 2px solid var(--danger);
    color: var(--danger);
    font-size: 0.75rem;
    font-weight: 900;
    letter-spacing: 0.04em;
}

.cart-assurance-strip strong {
    align-self: end;
    color: var(--text);
    font-family: var(--font-display);
}

.cart-assurance-strip p {
    align-self: start;
    margin: 0;
    color: var(--muted);
    line-height: 1.45;
}

.mini-btn {
    border: 1px solid rgba(31, 41, 51, 0.08);
    background: var(--surface);
    border-radius: 999px;
    padding: 8px 12px;
    cursor: pointer;
}

.mini-btn:disabled {
    color: rgba(31, 41, 51, 0.28);
    cursor: not-allowed;
    opacity: 0.55;
}

.summary-card {
    display: grid;
    gap: 14px;
    margin-top: 0;
    padding: 18px;
    border-radius: 2px;
    background: #fff;
    border: 1px solid rgba(31, 41, 51, 0.16);
}

.summary-card div {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.summary-total {
    padding-top: 14px;
    border-top: 1px solid rgba(31, 41, 51, 0.08);
}

.summary-btn {
    width: 100%;
    margin-top: 18px;
}

.checkout-trust-box {
    display: grid;
    gap: 10px;
    margin-top: 18px;
    padding: 18px;
    border-radius: 22px;
    background:
        radial-gradient(circle at top right, rgba(238, 52, 37, 0.16), transparent 24%),
        linear-gradient(180deg, rgba(255, 240, 234, 0.96), rgba(255, 252, 247, 0.98));
    border: 1px solid rgba(201, 111, 59, 0.16);
}

.checkout-trust-box strong {
    color: var(--danger-deep);
}

.checkout-trust-box p {
    margin: 0;
    color: var(--muted);
    line-height: 1.7;
}

.compact-trust {
    margin-top: 16px;
    padding: 16px;
    border-radius: 16px;
}

.empty-cart {
    padding: 28px;
    border-radius: 24px;
    background:
        radial-gradient(circle at top right, rgba(238, 52, 37, 0.08), transparent 22%),
        linear-gradient(180deg, rgba(248, 244, 239, 0.98), rgba(255, 255, 255, 0.98));
    border: 1px dashed rgba(201, 111, 59, 0.24);
}

.cart-support-strip,
.checkout-support-strip {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin-top: 24px;
}

.checkout-support-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.cart-support-strip article,
.checkout-support-strip article {
    padding: 18px;
    border-radius: var(--radius-lg);
    background:
        radial-gradient(circle at top right, rgba(255, 255, 255, 0.56), transparent 24%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(252, 248, 243, 0.9));
    border: 1px solid rgba(31, 41, 51, 0.08);
    box-shadow: var(--shadow);
}

.cart-support-strip strong,
.checkout-support-strip strong {
    display: block;
    margin-bottom: 8px;
}

.cart-support-strip span,
.checkout-support-strip span {
    color: var(--muted);
    line-height: 1.6;
}

.checkout-account-memory {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin-top: 20px;
    padding: 18px 20px;
    border-radius: 22px;
    background:
        radial-gradient(circle at top right, rgba(56, 189, 248, 0.12), transparent 24%),
        linear-gradient(180deg, rgba(244, 251, 255, 0.98), rgba(255, 255, 255, 0.98));
    border: 1px solid rgba(56, 189, 248, 0.18);
    box-shadow: var(--shadow);
}

.checkout-account-memory strong {
    display: block;
    margin: 6px 0 8px;
}

.checkout-account-memory p {
    margin: 0;
    color: var(--muted);
    line-height: 1.6;
}

.checkout-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    margin-top: 20px;
}

.checkout-progress {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 18px;
}

.checkout-progress span {
    padding: 10px 14px;
    border-radius: 999px;
    background: rgba(59, 74, 89, 0.08);
    color: var(--muted);
    font-size: 13px;
    font-weight: 700;
}

.checkout-progress span.active {
    background:
        radial-gradient(circle at top right, rgba(255, 255, 255, 0.4), transparent 30%),
        linear-gradient(135deg, rgba(238, 52, 37, 0.16), rgba(255, 163, 90, 0.24));
    color: var(--danger-deep);
    border: 1px solid rgba(238, 52, 37, 0.12);
}

.checkout-assurance-strip {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 18px;
    margin-bottom: 20px;
}

.checkout-assurance-strip article,
.checkout-checklist article,
.cart-recommendation-card {
    padding: 18px;
    border-radius: var(--radius-lg);
    background:
        radial-gradient(circle at top right, rgba(255, 255, 255, 0.58), transparent 24%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(251, 247, 242, 0.92));
    border: 1px solid rgba(31, 41, 51, 0.08);
    box-shadow: var(--shadow);
}

.checkout-assurance-strip strong,
.checkout-checklist strong,
.cart-recommendation-copy strong {
    display: block;
    margin-bottom: 8px;
}

.checkout-checklist {
    margin-top: 18px;
}

.cart-recommendation-block {
    grid-column: 1 / -1;
}

.cart-recommendation-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.cart-recommendation-grid.is-scrollable {
    display: flex;
    gap: 14px;
    overflow-x: auto;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    padding-bottom: 6px;
}

.cart-recommendation-grid.is-scrollable .product-mini-card {
    flex: 0 0 calc((100% - 42px) / 4);
    scroll-snap-align: start;
}

.cart-deleted-block {
    display: grid;
    gap: 16px;
    margin-top: 26px;
    padding-top: 24px;
    border-top: 1px solid rgba(31, 41, 51, 0.08);
}

.checkout-grid label {
    display: grid;
    gap: 8px;
}

.checkout-grid label.full {
    grid-column: 1 / -1;
}

.checkout-grid input,
.checkout-grid textarea {
    width: 100%;
    border: 1px solid rgba(31, 41, 51, 0.12);
    background: #fff;
    border-radius: 14px;
    padding: 14px 16px;
    font: inherit;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

.checkout-hidden-fields {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
}

.checkout-address-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    margin-top: 18px;
}

.checkout-address-card {
    display: grid;
    gap: 14px;
    padding: 20px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(31, 41, 51, 0.1);
}

.checkout-address-card.is-locked {
    opacity: 0.56;
    background: rgba(244, 246, 248, 0.82);
    filter: grayscale(0.2);
}

.checkout-address-card.is-locked .checkout-link-button,
.checkout-address-card.is-locked .checkout-address-select {
    pointer-events: none;
    cursor: not-allowed;
}

.checkout-card-head,
.checkout-section-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 14px;
}

.checkout-card-head h2,
.checkout-section-title h2,
.checkout-contracts h2 {
    margin: 0;
    font-family: var(--font-display);
    font-size: 1.25rem;
}

.checkout-link-button {
    border: 0;
    background: transparent;
    color: var(--danger-deep);
    font: inherit;
    font-weight: 800;
    cursor: pointer;
}

.checkout-address-select {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 16px;
    align-items: center;
    width: 100%;
    padding: 18px;
    border-radius: 14px;
    border: 1px solid rgba(238, 52, 37, 0.22);
    background: linear-gradient(180deg, rgba(255, 248, 241, 0.96), rgba(255, 255, 255, 0.98));
    color: var(--text);
    text-align: left;
    cursor: pointer;
}

.checkout-address-select span {
    display: grid;
    gap: 6px;
}

.checkout-address-select small {
    color: var(--muted);
    line-height: 1.45;
}

.checkout-address-select b {
    color: var(--danger-deep);
    font-size: 1.4rem;
}

.address-modal[hidden] {
    display: none;
}

.address-form[hidden],
.address-corporate-fields[hidden],
.address-dialog-footer[hidden] {
    display: none;
}

.address-modal {
    position: fixed;
    inset: 0;
    z-index: 4000;
    display: grid;
    place-items: center;
    padding: 22px;
}

.address-modal-backdrop {
    position: absolute;
    inset: 0;
    border: 0;
    background: rgba(18, 24, 33, 0.58);
}

.address-dialog {
    position: relative;
    width: min(760px, calc(100vw - 32px));
    max-height: calc(100vh - 44px);
    overflow: auto;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 28px 80px rgba(18, 24, 33, 0.24);
}

.address-dialog-head {
    position: sticky;
    top: 0;
    z-index: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 18px;
    padding: 24px 28px;
    border-bottom: 1px solid rgba(31, 41, 51, 0.1);
    background: #fff;
}

.address-dialog-head h2 {
    margin: 0;
    font-family: var(--font-display);
    font-size: 1.35rem;
}

.address-close-button {
    display: grid;
    place-items: center;
    width: 36px;
    height: 36px;
    border: 0;
    border-radius: 50%;
    background: transparent;
    color: var(--text);
    font-size: 1.2rem;
    cursor: pointer;
}

.address-choice-list {
    display: grid;
    gap: 14px;
    padding: 22px 28px 12px;
}

.address-choice-card {
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 16px;
    align-items: center;
    width: 100%;
    padding: 18px;
    border: 1px solid rgba(31, 41, 51, 0.12);
    border-radius: 8px;
    background: #f8f8f8;
    color: var(--text);
    text-align: left;
    cursor: pointer;
}

.address-choice-card.is-selected {
    border-color: rgba(238, 52, 37, 0.86);
    background: rgba(255, 248, 241, 0.96);
}

.address-choice-card input {
    width: 20px;
    height: 20px;
    accent-color: var(--danger);
}

.address-choice-copy {
    display: grid;
    gap: 5px;
}

.address-choice-title {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    font-weight: 800;
}

.address-choice-title small {
    color: var(--muted);
    font-weight: 600;
}

.address-choice-copy p {
    margin: 0;
    color: var(--text);
    line-height: 1.45;
}

.address-choice-tools {
    display: grid;
    justify-items: end;
    gap: 10px;
    align-self: start;
}

.address-choice-tools button {
    border: 0;
    background: transparent;
    color: #f47a1f;
    font: inherit;
    font-weight: 800;
    cursor: pointer;
}

.address-choice-badge {
    align-self: start;
    padding: 7px 10px;
    border-radius: 8px;
    background: rgba(220, 237, 255, 0.85);
    color: #42709d;
    font-weight: 800;
    font-size: 0.78rem;
}

.address-add-new,
.address-save-button {
    width: calc(100% - 56px);
    margin: 18px 28px 24px;
    padding: 16px 18px;
    border-radius: 8px;
    border: 1px solid rgba(238, 52, 37, 0.26);
    background: #fff;
    color: var(--danger-deep);
    font: inherit;
    font-weight: 900;
    cursor: pointer;
}

.address-form {
    padding: 4px 28px 0;
}

.address-form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.address-form-grid label,
.address-invoice-toggle {
    display: grid;
    gap: 8px;
    font-weight: 800;
}

.address-form-grid label.full,
.address-form-grid .full {
    grid-column: 1 / -1;
}

.address-form input,
.address-form textarea {
    width: 100%;
    border: 1px solid rgba(31, 41, 51, 0.14);
    border-radius: 8px;
    padding: 14px 16px;
    color: var(--text);
    font: inherit;
    font-weight: 400;
}

.address-form input::placeholder,
.address-form textarea::placeholder {
    color: rgba(86, 100, 118, 0.72);
    font-weight: 400;
}

.address-form input:disabled {
    background: #f2f2f2;
    color: rgba(86, 100, 118, 0.72);
    cursor: not-allowed;
}

.address-combo {
    position: relative;
}

.address-combo::after {
    content: "";
    position: absolute;
    right: 16px;
    top: 45px;
    width: 8px;
    height: 8px;
    border-right: 1.5px solid var(--muted);
    border-bottom: 1.5px solid var(--muted);
    transform: rotate(45deg);
    pointer-events: none;
}

.address-combo input {
    padding-right: 42px;
}

.address-suggestions {
    position: absolute;
    top: calc(100% + 4px);
    left: 0;
    right: 0;
    z-index: 4;
    max-height: 220px;
    overflow: auto;
    border: 1px solid rgba(238, 52, 37, 0.55);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 18px 42px rgba(18, 24, 33, 0.14);
}

.address-suggestions button {
    display: block;
    width: 100%;
    padding: 13px 16px;
    border: 0;
    border-bottom: 1px solid rgba(31, 41, 51, 0.08);
    background: #fff;
    color: var(--text);
    font: inherit;
    font-weight: 400;
    text-align: left;
    cursor: pointer;
}

.address-suggestions button:hover,
.address-suggestions button:focus {
    background: rgba(255, 248, 241, 0.98);
}

.address-phone div {
    display: grid;
    grid-template-columns: 132px 1fr;
    gap: 14px;
}

.address-phone input[readonly] {
    background: #f3f3f3;
    color: var(--muted);
}

.address-form-hint,
.address-corporate-fields p {
    margin: 0;
    padding: 14px 16px;
    border-radius: 8px;
    background: rgba(255, 243, 231, 0.92);
    color: var(--text);
    line-height: 1.45;
}

.address-invoice-toggle {
    margin-top: 20px;
}

.address-invoice-toggle > div {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border: 1px solid rgba(31, 41, 51, 0.16);
    border-radius: 9px;
    overflow: hidden;
}

.address-invoice-toggle label {
    display: grid;
    place-items: center;
    min-height: 54px;
    cursor: pointer;
}

.address-invoice-toggle input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.address-invoice-toggle label:has(input:checked) {
    color: var(--danger-deep);
    box-shadow: inset 0 0 0 1px var(--danger);
}

.address-corporate-fields {
    display: grid;
    gap: 14px;
    margin-top: 18px;
}

.address-efatura-check {
    align-content: end;
    grid-template-columns: auto 1fr;
    align-items: center;
}

.address-efatura-check input {
    width: 22px;
    height: 22px;
    accent-color: var(--danger);
}

.address-dialog-footer {
    border-top: 1px solid rgba(31, 41, 51, 0.08);
}

.address-dialog-footer .address-save-button,
.address-form > .address-save-button {
    border: 0;
    background: linear-gradient(135deg, #ff7a18, #ff4a32);
    color: #fff;
}

.checkout-same-address,
.checkout-secure-checkbox,
.checkout-terms-check {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    color: var(--text);
}

.checkout-same-address input,
.checkout-secure-checkbox input,
.checkout-terms-check input {
    width: 20px;
    height: 20px;
    accent-color: var(--danger);
}

.checkout-shipping-section,
.checkout-invoice-section,
.checkout-payment-section,
.checkout-order-note {
    display: grid;
    gap: 14px;
    margin-top: 24px;
}

.compact-head {
    margin-bottom: 0;
}

.compact-head h2 {
    margin: 8px 0 0;
    font-family: var(--font-display);
    font-size: 1.36rem;
}

.checkout-shipping-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.checkout-payment-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.checkout-payment-card-large,
.checkout-transfer-card {
    margin-top: 14px;
}

.checkout-card-payment-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.checkout-card-payment-grid label {
    display: grid;
    gap: 8px;
}

.checkout-card-payment-grid label.full {
    grid-column: 1 / -1;
}

.checkout-card-payment-grid input,
.checkout-discount-code input {
    width: 100%;
    border: 1px solid rgba(31, 41, 51, 0.12);
    background: #fff;
    border-radius: 14px;
    padding: 14px 16px;
    font: inherit;
}

.checkout-invoice-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.checkout-shipping-card {
    position: relative;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 14px;
    align-items: start;
    padding: 18px;
    border-radius: var(--radius-lg);
    border: 1px solid rgba(31, 41, 51, 0.08);
    background:
        radial-gradient(circle at top right, rgba(255, 255, 255, 0.56), transparent 24%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(252, 248, 243, 0.92));
    box-shadow: var(--shadow);
    cursor: pointer;
    transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.checkout-shipping-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 24px 40px rgba(19, 36, 55, 0.12);
    border-color: rgba(201, 111, 59, 0.16);
}

.checkout-shipping-card input {
    position: absolute;
    inset: 0;
    opacity: 0;
    cursor: pointer;
}

.checkout-shipping-card strong,
.checkout-order-note span {
    display: block;
}

.checkout-shipping-card span {
    color: var(--muted);
    line-height: 1.55;
}

.checkout-shipping-card b {
    font-family: var(--font-display);
    font-size: 1.1rem;
    color: var(--copper-deep);
}

.checkout-shipping-card:has(input:checked) {
    border-color: rgba(238, 52, 37, 0.26);
    box-shadow: 0 22px 38px rgba(238, 52, 37, 0.14);
    background:
        radial-gradient(circle at top right, rgba(255, 255, 255, 0.62), transparent 24%),
        linear-gradient(180deg, rgba(255, 247, 241, 0.98), rgba(255, 255, 255, 0.96));
}

.checkout-payment-card {
    position: relative;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 14px;
    align-items: start;
    padding: 18px;
    border-radius: var(--radius-lg);
    border: 1px solid rgba(31, 41, 51, 0.08);
    background:
        radial-gradient(circle at top right, rgba(255, 255, 255, 0.56), transparent 24%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(252, 248, 243, 0.92));
    box-shadow: var(--shadow);
}

.checkout-payment-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 24px 40px rgba(19, 36, 55, 0.12);
    border-color: rgba(201, 111, 59, 0.16);
}

.checkout-payment-card input {
    position: absolute;
    inset: 0;
    opacity: 0;
    cursor: pointer;
}

.checkout-payment-card strong {
    display: block;
}

.checkout-payment-card span {
    color: var(--muted);
    line-height: 1.55;
}

.checkout-payment-card b {
    font-family: var(--font-display);
    font-size: 1.05rem;
    color: var(--copper-deep);
}

.checkout-transfer-card a {
    display: inline-block;
    margin-top: 8px;
    color: var(--danger-deep);
    font-weight: 800;
    position: relative;
    z-index: 2;
}

.checkout-payment-card:has(input:checked) {
    border-color: rgba(238, 52, 37, 0.26);
    box-shadow: 0 22px 38px rgba(238, 52, 37, 0.14);
    background:
        radial-gradient(circle at top right, rgba(255, 255, 255, 0.62), transparent 24%),
        linear-gradient(180deg, rgba(255, 247, 241, 0.98), rgba(255, 255, 255, 0.96));
}

.checkout-invoice-card {
    position: relative;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 14px;
    align-items: start;
    padding: 18px;
    border-radius: var(--radius-lg);
    border: 1px solid rgba(31, 41, 51, 0.08);
    background:
        radial-gradient(circle at top right, rgba(255, 255, 255, 0.56), transparent 24%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(252, 248, 243, 0.92));
    box-shadow: var(--shadow);
    cursor: pointer;
    transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.checkout-invoice-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 24px 40px rgba(19, 36, 55, 0.12);
    border-color: rgba(201, 111, 59, 0.16);
}

.checkout-invoice-card input {
    position: absolute;
    inset: 0;
    opacity: 0;
    cursor: pointer;
}

.checkout-invoice-card strong {
    display: block;
}

.checkout-invoice-card span {
    color: var(--muted);
    line-height: 1.55;
}

.checkout-invoice-card b {
    font-family: var(--font-display);
    font-size: 1.05rem;
    color: var(--copper-deep);
}

.checkout-invoice-card:has(input:checked) {
    border-color: rgba(238, 52, 37, 0.26);
    box-shadow: 0 22px 38px rgba(238, 52, 37, 0.14);
    background:
        radial-gradient(circle at top right, rgba(255, 255, 255, 0.62), transparent 24%),
        linear-gradient(180deg, rgba(255, 247, 241, 0.98), rgba(255, 255, 255, 0.96));
}

.checkout-corporate-grid {
    margin-top: 6px;
}

.checkout-discount-code {
    display: grid;
    gap: 10px;
    margin-top: 16px;
}

.checkout-discount-code div {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 8px;
}

.checkout-discount-code button {
    border: 0;
    border-radius: 14px;
    padding: 0 18px;
    background: rgba(238, 52, 37, 0.1);
    color: var(--danger-deep);
    font-weight: 900;
    cursor: pointer;
}

.checkout-terms-check {
    margin-top: 18px;
    padding: 16px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.82);
    border: 1px solid rgba(31, 41, 51, 0.1);
    line-height: 1.55;
}

.checkout-terms-check a {
    color: var(--danger-deep);
    font-weight: 800;
}

.summary-btn:disabled {
    background: #a3a3a3;
    color: #fff;
    box-shadow: none;
    cursor: not-allowed;
    opacity: 0.9;
}

.checkout-contracts {
    display: grid;
    gap: 16px;
    margin-top: 24px;
    padding: 24px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.82);
    border: 1px solid rgba(31, 41, 51, 0.08);
}

.checkout-contracts h2 {
    margin: 0;
}

.contract-document {
    border: 1px solid rgba(31, 41, 51, 0.1);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.78);
    overflow: hidden;
}

.contract-document-head {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    align-items: center;
    padding: 14px 16px;
    background: linear-gradient(90deg, rgba(244, 247, 249, 0.98), rgba(255, 255, 255, 0.9));
    border-bottom: 1px solid rgba(31, 41, 51, 0.08);
}

.contract-document-head strong {
    color: var(--text);
    font-size: 16px;
}

.contract-document-head span {
    color: var(--muted);
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.contract-scroll {
    max-height: 260px;
    overflow: auto;
    padding: 18px;
    color: #4a5565;
    line-height: 1.62;
}

.contract-scroll h3 {
    margin: 12px 0 6px;
    color: var(--text);
    font-size: 15px;
}

.contract-scroll h3:first-child {
    margin-top: 0;
}

.contract-scroll p {
    margin: 0 0 12px;
}

.contract-ordered-list {
    margin: 0 0 14px 20px;
    padding: 0;
}

.contract-ordered-list li {
    margin: 0 0 8px;
    padding-left: 4px;
}

.contract-data-grid,
.contract-totals {
    display: grid;
    gap: 0;
    margin: 14px 0;
    border: 1px solid rgba(31, 41, 51, 0.08);
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
}

.contract-data-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.contract-data-grid div,
.contract-totals div {
    display: grid;
    gap: 5px;
    padding: 12px;
    border-bottom: 1px solid rgba(31, 41, 51, 0.08);
}

.contract-data-grid div:nth-child(odd) {
    border-right: 1px solid rgba(31, 41, 51, 0.08);
}

.contract-data-grid div:nth-last-child(-n + 2),
.contract-totals div:last-child {
    border-bottom: 0;
}

.contract-data-grid dt,
.contract-totals dt {
    color: var(--muted);
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.contract-data-grid dd,
.contract-totals dd {
    margin: 0;
    color: var(--text);
    font-weight: 700;
}

.contract-product-table {
    margin: 14px 0;
    overflow: auto;
    border: 1px solid rgba(31, 41, 51, 0.08);
    border-radius: 12px;
    background: #fff;
}

.contract-product-table table {
    width: 100%;
    min-width: 560px;
    border-collapse: collapse;
}

.contract-product-table th,
.contract-product-table td {
    padding: 10px 12px;
    text-align: left;
    border-bottom: 1px solid rgba(31, 41, 51, 0.08);
}

.contract-product-table th {
    background: #eef2f6;
    color: #5f6b7a;
    font-size: 12px;
    text-transform: uppercase;
}

.contract-product-table tr:last-child td {
    border-bottom: 0;
}

.contract-empty {
    padding: 14px;
    margin: 0;
    color: var(--muted);
}

.contract-totals {
    max-width: 420px;
}

.success-layout {
    width: min(calc(100% - 48px), var(--reading-max-width));
    margin: 0 auto;
    padding: 48px 0 56px;
    position: relative;
}

.success-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    margin-bottom: 18px;
    color: var(--muted);
    font-size: 14px;
}

.success-breadcrumb a {
    color: inherit;
}

.success-card {
    padding: 36px;
    border-radius: var(--radius-xl);
    background:
        radial-gradient(circle at 12% 18%, rgba(255, 255, 255, 0.82), transparent 16%),
        radial-gradient(circle at top right, rgba(238, 52, 37, 0.18), transparent 26%),
        linear-gradient(135deg, rgba(255, 246, 240, 0.98), rgba(255, 255, 255, 0.98) 62%, rgba(235, 245, 248, 0.94));
    border: 1px solid rgba(31, 41, 51, 0.08);
    box-shadow: var(--shadow);
}

.success-highlight-grid,
.success-support-grid,
.success-order-list,
.success-recent-grid,
.success-category-links,
.success-recent-bottom {
    display: grid;
    gap: 14px;
}

.success-highlight-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin: 26px 0;
}

.success-highlight-card,
.success-support-card,
.success-order-item,
.success-recent-card,
.success-empty-state {
    padding: 18px;
    border-radius: var(--radius-lg);
    border: 1px solid rgba(31, 41, 51, 0.08);
    background:
        radial-gradient(circle at top right, rgba(255, 255, 255, 0.56), transparent 24%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(252, 248, 243, 0.92));
    box-shadow: var(--shadow);
}

.success-highlight-card strong,
.success-support-card strong,
.success-order-copy strong,
.success-recent-copy strong,
.success-empty-state strong {
    display: block;
    margin-bottom: 8px;
}

.success-highlight-card strong {
    font-size: 1.7rem;
    font-family: var(--font-display);
}

.success-highlight-card span,
.success-support-card p,
.success-order-copy span,
.success-recent-copy p,
.success-recent-copy span,
.success-empty-state span {
    color: var(--muted);
    line-height: 1.65;
}

.success-support-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 24px;
}

.success-flow-banner {
    margin-top: 22px;
}

.success-support-card-wide {
    grid-column: 1 / -1;
}

.success-order-item,
.success-recent-card,
.success-recent-bottom {
    align-items: center;
}

.success-order-item,
.success-recent-card {
    grid-template-columns: 80px 1fr auto;
}

.success-order-media,
.success-recent-media {
    min-height: 80px;
    border-radius: 18px;
    background-size: cover;
    background-position: center;
}

.success-recent-card {
    align-items: stretch;
}

.success-recent-copy {
    display: grid;
    gap: 8px;
}

.success-recent-bottom {
    grid-template-columns: 1fr auto;
}

.success-category-links {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-top: 12px;
}

.cart-panel .section-head h1,
.checkout-form-panel h1,
.success-card h1 {
    margin: 10px 0 12px;
    font-family: var(--font-display);
    font-size: clamp(2rem, 3.8vw, 3.2rem);
    line-height: 1.04;
}

.cart-panel .section-head,
.checkout-form-panel > .eyebrow,
.success-card > .eyebrow {
    position: relative;
    z-index: 1;
}

.cart-summary-panel,
.checkout-summary-panel {
    position: sticky;
    top: 126px;
}

.cart-summary-panel {
    position: static;
    top: auto;
}

.cart-summary-panel h2,
.checkout-summary-panel h2 {
    margin: 10px 0 0;
    font-family: var(--font-display);
    font-size: 2rem;
}

.cart-panel,
.checkout-form-panel,
.checkout-summary-panel,
.success-card,
.success-support-card,
.success-highlight-card,
.cart-item,
.cart-recommendation-card,
.checkout-assurance-strip article,
.checkout-checklist article {
    transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.cart-item:hover,
.cart-recommendation-card:hover,
.success-recent-card:hover,
.success-support-card:hover,
.success-highlight-card:hover,
.checkout-assurance-strip article:hover,
.checkout-checklist article:hover {
    transform: translateY(-2px);
    box-shadow: 0 24px 40px rgba(19, 36, 55, 0.12);
    border-color: rgba(201, 111, 59, 0.16);
}

.checkout-grid input:focus,
.checkout-grid textarea:focus {
    border-color: rgba(238, 52, 37, 0.34);
    box-shadow: 0 0 0 4px rgba(238, 52, 37, 0.08);
    outline: none;
}

[data-checkout-section] {
    scroll-margin-top: 140px;
}

.checkout-section-highlight {
    border-radius: 24px;
    box-shadow: 0 0 0 2px rgba(201, 111, 59, 0.2), 0 18px 34px rgba(19, 36, 55, 0.08);
    background: rgba(255, 255, 255, 0.72);
}

.summary-btn {
    background:
        radial-gradient(circle at top right, rgba(255, 255, 255, 0.24), transparent 28%),
        linear-gradient(135deg, rgba(186, 92, 46, 1), rgba(238, 52, 37, 0.94));
    border-color: rgba(186, 92, 46, 0.88);
    box-shadow: 0 18px 34px rgba(186, 92, 46, 0.24);
}

.summary-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 22px 40px rgba(186, 92, 46, 0.28);
}

.success-category-links a {
    padding: 14px 16px;
    border-radius: 18px;
    color: var(--slate);
    background: rgba(244, 229, 203, 0.42);
    border: 1px solid rgba(31, 41, 51, 0.08);
    transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.success-category-links a:hover {
    transform: translateY(-2px);
    border-color: rgba(238, 52, 37, 0.22);
    background: rgba(255, 243, 234, 0.92);
}

.cart-items.compact .cart-item {
    grid-template-columns: 64px 1fr;
}

.cart-items.compact {
    min-width: 0;
}

.cart-items.compact .cart-item-actions {
    display: none;
}

.spec-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 18px;
}

.spec-grid div {
    padding: 14px;
    border-radius: 14px;
    background: rgba(59, 74, 89, 0.05);
}

.spec-grid strong,
.trust-points strong {
    display: block;
    margin-bottom: 8px;
}

.marketplace-topbar {
    position: relative;
    z-index: 80;
    background: rgba(255, 252, 247, 0.92);
}

.top-ad-banner {
    position: relative;
    overflow: hidden;
    color: #fff;
    background:
        radial-gradient(circle at 16% -90%, rgba(255, 205, 124, 0.38), transparent 42%),
        radial-gradient(circle at 85% 120%, rgba(62, 177, 189, 0.32), transparent 44%),
        linear-gradient(105deg, #162535 0%, #213e4c 52%, #184551 100%);
}

.top-ad-banner-link {
    position: relative;
    z-index: 1;
    width: min(calc(100% - 48px), var(--shell-max-width));
    min-height: 72px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 26px;
    color: inherit;
}

.top-ad-banner-copy {
    display: grid;
    gap: 3px;
    padding: 12px 0;
}

.top-ad-banner-kicker {
    color: #f8cf83;
    font-size: 0.67rem;
    font-weight: 800;
    letter-spacing: 0.14em;
}

.top-ad-banner-copy strong {
    font-family: var(--font-display);
    font-size: clamp(1rem, 1.7vw, 1.28rem);
    letter-spacing: -0.02em;
}

.top-ad-banner-copy > span:last-child {
    color: rgba(255, 255, 255, 0.78);
    font-size: 0.84rem;
}

.top-ad-banner-detail {
    color: rgba(255, 255, 255, 0.58) !important;
    font-size: 0.72rem !important;
}

.top-ad-banner-link[data-top-ad-theme="engineering"] {
    background: linear-gradient(105deg, rgba(28, 49, 71, 0.2), rgba(41, 104, 108, 0.28));
}

.top-ad-banner-link[data-top-ad-theme="pcb"] {
    background: linear-gradient(105deg, rgba(126, 67, 36, 0.2), rgba(31, 86, 82, 0.26));
}

.top-ad-banner-cta {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 14px;
    border: 1px solid rgba(248, 207, 131, 0.66);
    border-radius: 999px;
    color: #fff3d9;
    font-size: 0.8rem;
    font-weight: 800;
    transition: background 0.2s ease, transform 0.2s ease;
}

.top-ad-banner-link:hover .top-ad-banner-cta {
    background: rgba(248, 207, 131, 0.16);
    transform: translateX(3px);
}

.top-ad-banner-orbit {
    position: absolute;
    width: 210px;
    aspect-ratio: 1;
    border: 1px solid rgba(248, 207, 131, 0.26);
    border-radius: 50%;
    pointer-events: none;
}

.top-ad-banner-orbit-left {
    left: -96px;
    top: -144px;
}

.top-ad-banner-orbit-right {
    right: 10%;
    bottom: -158px;
}

@media (max-width: 640px) {
    .top-ad-banner-link {
        width: min(calc(100% - 24px), var(--shell-max-width));
        min-height: 78px;
        gap: 12px;
    }

    .top-ad-banner-copy > span:last-child {
        display: none;
    }

    .top-ad-banner-cta {
        padding: 9px 11px;
        font-size: 0.72rem;
    }
}

.utility-meta-row {
    border-bottom: 1px solid rgba(31, 41, 51, 0.06);
    background: rgba(255, 255, 255, 0.72);
}

.utility-meta-inner,
.category-rail {
    width: min(calc(100% - 48px), var(--shell-max-width));
    margin: 0 auto;
}

.nav-wrap-market {
    width: min(calc(100% - 48px), var(--shell-max-width));
    margin: 0 auto;
}

.utility-meta-inner {
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    overflow: hidden;
}

.utility-note {
    flex: 0 1 min(560px, 52vw);
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: var(--muted);
    font-size: 13px;
    line-height: 1.35;
}

.utility-note[hidden] {
    display: none !important;
}

.utility-note-strong {
    font-weight: 800;
    color: var(--danger-deep);
}

.utility-note-animated {
    animation: none;
}

.utility-note-marquee {
    animation: utility-note-marquee 7s ease-in-out infinite;
}

.utility-note-fade {
    animation: utility-note-fade 2.8s ease-in-out infinite;
}

.utility-note-flash {
    animation: utility-note-flash 1.2s ease-in-out infinite;
}

@keyframes utility-note-marquee {
    0%, 100% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(12vw);
    }
}

@keyframes utility-note-fade {
    0%, 100% {
        opacity: 1;
    }

    50% {
        opacity: 0.48;
    }
}

@keyframes utility-note-flash {
    0%, 100% {
        opacity: 1;
    }

    45%, 55% {
        opacity: 0.26;
    }
}

.utility-links,
.market-link-row,
.market-actions,
.market-service-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.utility-links a,
.market-link-row a {
    color: var(--slate);
    font-size: 14px;
}

.utility-links {
    align-items: center;
    justify-content: flex-end;
    gap: 18px;
    flex: 0 0 auto;
    margin-left: auto;
}

.utility-links a {
    position: relative;
    color: #4b5563;
    font-size: 13px;
    font-weight: 500;
}

.utility-links a:hover {
    color: var(--danger-deep);
}

.nav-wrap-market {
    min-height: 106px;
    display: grid;
    grid-template-columns: clamp(220px, 15vw, 280px) minmax(420px, 1fr) auto;
    align-items: center;
    gap: 18px;
    padding-top: 16px;
    padding-bottom: 16px;
    position: relative;
    isolation: isolate;
}

.nav-wrap-market::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 100vw;
    transform: translateX(-50%);
    z-index: 0;
    background: linear-gradient(100deg, #00080c 0%, #00080c 52%, #041015 62%, #14363f 73%, #dcebe8 90%, #fff7ef 100%);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), inset 0 -1px 0 rgba(31, 41, 51, 0.06);
    pointer-events: none;
}

.nav-wrap-market .market-search,
.nav-wrap-market .account-chip,
.nav-wrap-market .header-link-chip {
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(10px);
}

.nav-wrap-market .brand-lockup-art {
    filter: none;
    mix-blend-mode: normal;
}

.market-search-shell {
    position: relative;
}

.market-search {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    gap: 12px;
    min-height: 62px;
    padding: 9px 10px 9px 20px;
    border-radius: 999px;
    background: #fff;
    border: 1px solid rgba(238, 52, 37, 0.18);
    box-shadow: 0 18px 40px rgba(238, 52, 37, 0.08);
}

.market-search input {
    min-width: 0;
    width: 100%;
    border: 0;
    outline: 0;
    background: transparent;
    font: inherit;
    color: var(--text);
    font-size: 15px;
}

.search-icon {
    position: relative;
    width: 22px;
    height: 22px;
    display: inline-grid;
    place-items: center;
    flex: 0 0 22px;
    color: #f27a1a;
}

.search-icon::before {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    left: 2px;
    top: 2px;
    border: 2px solid currentColor;
    border-radius: 999px;
}

.search-icon::after {
    content: "";
    position: absolute;
    width: 9px;
    height: 2px;
    right: 2px;
    bottom: 4px;
    border-radius: 999px;
    background: currentColor;
    transform: rotate(45deg);
    transform-origin: left center;
}

.header-search-panel {
    position: absolute;
    top: calc(100% + 14px);
    left: 0;
    width: min(1020px, 100%);
    display: grid;
    gap: 18px;
    padding: 22px 24px 24px;
    border: 1px solid rgba(242, 122, 26, 0.3);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 36px 80px rgba(19, 36, 55, 0.18);
    z-index: 120;
}

.header-search-section {
    display: grid;
    gap: 14px;
}

.header-search-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.header-search-head strong {
    font-size: 1.02rem;
}

.header-search-head a {
    color: #f27a1a;
    font-size: 0.95rem;
    font-weight: 700;
}

.header-search-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.header-search-tag {
    min-height: 38px;
    padding: 0 16px;
    border: 1px solid rgba(31, 41, 51, 0.08);
    border-radius: 999px;
    background: #fff;
    color: #4b5563;
    cursor: pointer;
}

.header-search-tag:hover {
    border-color: rgba(242, 122, 26, 0.36);
    color: #f27a1a;
}

.header-search-products {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.header-search-product {
    display: grid;
    grid-template-rows: 120px auto;
    gap: 12px;
    padding: 12px;
    border: 1px solid rgba(31, 41, 51, 0.08);
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.92);
}

.header-search-product:hover {
    transform: translateY(-2px);
    border-color: rgba(242, 122, 26, 0.3);
}

.header-search-product-media {
    border-radius: 16px;
    background-size: cover;
    background-position: center;
}

.header-search-product-copy {
    display: grid;
    gap: 6px;
}

.header-search-product-copy strong {
    font-size: 0.95rem;
    line-height: 1.4;
}

.header-search-product-copy span {
    color: var(--muted);
    font-size: 0.84rem;
}

.header-search-product-copy b {
    color: #f27a1a;
    font-size: 1rem;
}

.market-actions {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: max-content;
    align-items: center;
    gap: 14px;
    justify-content: end;
}

.account-dropdown {
    position: relative;
    z-index: 90;
}

.account-chip,
.header-link-chip,
.cart-chip {
    min-height: 62px;
    padding: 12px 18px;
    border-radius: 22px;
    border: 1px solid rgba(31, 41, 51, 0.08);
    box-shadow: 0 14px 30px rgba(56, 41, 26, 0.08);
    background: #fff;
}

.account-chip {
    display: inline-grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    text-align: left;
    min-width: 210px;
    cursor: pointer;
    color: var(--text);
}

.account-chip-copy {
    min-width: 0;
    display: grid;
    gap: 2px;
}

.account-chip-label {
    font-weight: 700;
    line-height: 1.1;
}

.account-chip-subtitle {
    font-size: 0.82rem;
    color: var(--muted);
    line-height: 1.15;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.account-chip::after {
    content: "";
    width: 8px;
    height: 8px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    color: var(--muted);
    transform: translateY(-2px) rotate(45deg);
    transition: transform 160ms ease;
}

.account-chip[aria-expanded="true"]::after {
    transform: translateY(2px) rotate(225deg);
}

.header-link-chip {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-width: 144px;
    color: var(--text);
    background: #fff;
}

.header-link-badge {
    min-width: 22px;
    height: 22px;
    padding: 0 6px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: rgba(238, 52, 37, 0.12);
    color: var(--danger-deep);
    font-size: 0.78rem;
    font-weight: 800;
    line-height: 1;
}

.account-menu {
    position: absolute;
    top: calc(100% + 14px);
    right: 0;
    width: 100%;
    display: grid;
    gap: 8px;
    padding: 12px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.98);
    border: 1px solid rgba(31, 41, 51, 0.08);
    box-shadow: 0 32px 70px rgba(19, 36, 55, 0.18);
    z-index: 120;
}

.account-entry-actions {
    display: grid;
    gap: 12px;
}

.account-menu-links {
    display: grid;
    gap: 2px;
}

.account-menu-link {
    padding: 12px 10px;
    border-radius: 14px;
    color: var(--text);
    font-weight: 600;
}

.account-menu-link:hover {
    background: rgba(244, 229, 203, 0.35);
}

.logout-link {
    color: var(--danger-deep);
}

.account-entry-primary,
.account-entry-secondary {
    min-height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    font-weight: 700;
}

.account-entry-primary {
    color: #fff;
    background: linear-gradient(135deg, var(--danger), #ff6a3d);
}

.account-entry-secondary {
    border: 1px solid rgba(31, 41, 51, 0.12);
    background: #fff;
    color: var(--text);
}

.account-menu-section,
.account-quick-links,
.account-favorites-list,
.account-recent-list,
.account-recent-copy {
    display: grid;
    gap: 12px;
}

.account-menu-title {
    color: var(--danger-deep);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.account-quick-links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.account-quick-links a,
.account-empty-state {
    padding: 14px 16px;
    border-radius: 16px;
    background: rgba(244, 229, 203, 0.35);
    border: 1px solid rgba(31, 41, 51, 0.08);
}

.account-recent-item {
    display: grid;
    grid-template-columns: 64px 1fr auto;
    gap: 12px;
    align-items: center;
    padding: 12px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.82);
    border: 1px solid rgba(31, 41, 51, 0.08);
    transition: transform 0.2s ease, border-color 0.2s ease;
}

.account-recent-item:hover {
    transform: translateY(-2px);
    border-color: rgba(238, 52, 37, 0.2);
}

.account-recent-media {
    min-height: 64px;
    border-radius: 16px;
    background-size: cover;
    background-position: center;
}

.account-recent-copy strong {
    display: block;
    margin-bottom: 4px;
}

.account-recent-copy span,
.account-empty-state span {
    color: var(--muted);
    line-height: 1.55;
}

.account-empty-state strong {
    display: block;
    margin-bottom: 6px;
}

.cart-chip {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    border: 0;
    cursor: pointer;
    color: #fff;
    background: linear-gradient(135deg, var(--danger), #ff6a3d);
}

.static-page-layout {
    width: min(calc(100% - 48px), var(--content-max-width));
    margin: 0 auto;
    padding: 42px 0 56px;
}

.static-page-hero,
.support-grid,
.static-page-grid {
    margin-bottom: 28px;
}

.static-page-hero {
    display: grid;
    gap: 16px;
    padding: 34px 36px;
    border-radius: var(--radius-xl);
    background: var(--surface);
    border: 1px solid rgba(31, 41, 51, 0.08);
    box-shadow: var(--shadow);
}

.static-page-hero h1 {
    margin: 0;
    font-family: var(--font-display);
    font-size: clamp(2rem, 4vw, 3.5rem);
    line-height: 1.08;
}

.static-page-grid,
.support-grid,
.static-highlight-grid {
    display: grid;
    gap: 22px;
}

.static-page-grid,
.support-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.static-highlight-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.static-highlight-card {
    padding: 22px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.86);
    border: 1px solid rgba(31, 41, 51, 0.08);
}

.static-highlight-card strong {
    display: block;
    margin-bottom: 10px;
}

.static-highlight-card p,
.support-contact-list p {
    margin: 0;
    color: var(--muted);
    line-height: 1.7;
}

.corporate-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 0 0 28px;
}

.corporate-tabs a {
    display: inline-flex;
    align-items: center;
    min-height: 42px;
    padding: 0 16px;
    border-radius: 999px;
    border: 1px solid rgba(31, 41, 51, 0.1);
    background: rgba(255, 255, 255, 0.84);
    color: var(--text);
    font-weight: 700;
}

.corporate-tabs a.active,
.corporate-tabs a:hover {
    color: #fff;
    background: linear-gradient(135deg, var(--copper-deep), #f46b21);
    border-color: transparent;
}

.corporate-content {
    display: grid;
    gap: 28px;
}

.corporate-bank-grid,
.corporate-legal-list {
    display: grid;
    gap: 22px;
}

.corporate-bank-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.corporate-bank-card {
    gap: 12px;
}

.corporate-bank-card strong,
.corporate-bank-card code {
    display: block;
}

.corporate-bank-card code {
    padding: 12px 14px;
    border-radius: 14px;
    background: rgba(31, 41, 51, 0.06);
    color: var(--text);
    white-space: normal;
    word-break: break-word;
}

.corporate-note-card {
    border-left: 4px solid var(--copper-deep);
}

.corporate-opening-list {
    display: grid;
    gap: 10px;
    margin: 16px 0;
}

.corporate-opening-list span {
    padding: 12px 14px;
    border-radius: 14px;
    background: rgba(244, 107, 33, 0.08);
    color: var(--text);
    font-weight: 700;
}

.corporate-map-card {
    display: grid;
    gap: 10px;
    margin-top: 22px;
    padding: 20px;
    border-radius: 20px;
    background: linear-gradient(135deg, rgba(31, 41, 51, 0.08), rgba(244, 107, 33, 0.1));
    border: 1px solid rgba(31, 41, 51, 0.08);
}

.corporate-map-card strong {
    color: var(--copper-deep);
}

.corporate-contact-mode .corporate-page-layout,
.corporate-plain-mode .corporate-page-layout {
    padding-top: 30px;
}

.about-company-page {
    display: grid;
}

.about-story-card {
    display: grid;
    gap: 24px;
    max-width: 1120px;
    margin: 0 auto;
    border-radius: 14px;
    box-shadow: 0 14px 34px rgba(31, 41, 51, 0.07);
}

.about-story-card h1 {
    margin: 0;
    font-family: var(--font-display);
    color: #28313c;
    font-size: clamp(2rem, 3vw, 3rem);
    font-weight: 650;
    letter-spacing: 0;
}

.about-story-copy {
    display: grid;
    gap: 14px;
    max-width: 900px;
}

.about-story-copy p {
    margin: 0;
    color: #4b5968;
    font-size: 1.02rem;
    line-height: 1.78;
}

.about-visual-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    margin-top: 8px;
}

.about-visual-card {
    display: grid;
    gap: 10px;
}

.about-visual-card img {
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    border-radius: 12px;
    border: 1px solid rgba(31, 41, 51, 0.08);
}

.about-visual-card strong {
    color: #2f3a46;
    font-weight: 700;
}

.contact-company-page {
    display: grid;
    gap: 22px;
}

.contact-info-card,
.company-info-card {
    border-radius: 14px;
    box-shadow: 0 14px 34px rgba(31, 41, 51, 0.07);
}

.contact-info-card h1,
.company-info-card h2 {
    margin: 0 0 20px;
    font-family: var(--font-display);
    color: #28313c;
    font-weight: 650;
    letter-spacing: 0;
}

.contact-info-card h1 {
    font-size: clamp(1.7rem, 2.2vw, 2.35rem);
}

.company-info-card h2 {
    font-size: clamp(1.35rem, 1.8vw, 1.8rem);
}

.contact-info-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 12px;
}

.contact-info-list div {
    display: grid;
    gap: 6px;
    padding: 16px;
    border-radius: 12px;
    background: rgba(31, 41, 51, 0.035);
    border: 1px solid rgba(31, 41, 51, 0.06);
}

.contact-info-list strong,
.company-info-list dt {
    color: #2f3a46;
    font-weight: 700;
}

.contact-info-list a,
.contact-info-list span,
.company-info-list dd,
.company-info-list a {
    color: #4b5968;
    line-height: 1.55;
}

.company-info-card {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
    gap: 30px;
    align-items: stretch;
}

.company-info-list {
    display: grid;
    gap: 0;
    margin: 0;
}

.company-info-list div {
    display: grid;
    grid-template-columns: minmax(170px, 0.42fr) minmax(0, 1fr);
    gap: 18px;
    padding: 14px 0;
    border-bottom: 1px solid rgba(31, 41, 51, 0.08);
}

.company-info-list div:first-child {
    padding-top: 0;
}

.company-info-list div:last-child {
    border-bottom: 0;
}

.company-info-list dt {
    margin: 0;
}

.company-info-list dd {
    margin: 0;
}

.company-map-placeholder {
    position: relative;
    display: flex;
    min-height: 370px;
    flex-direction: column;
    justify-content: flex-end;
    gap: 10px;
    padding: 24px;
    overflow: hidden;
    border-radius: 14px;
    border: 1px solid rgba(31, 41, 51, 0.08);
    background:
        linear-gradient(135deg, rgba(244, 107, 33, 0.1), rgba(255, 255, 255, 0.86)),
        repeating-linear-gradient(0deg, rgba(31, 41, 51, 0.06) 0 1px, transparent 1px 34px),
        repeating-linear-gradient(90deg, rgba(31, 41, 51, 0.05) 0 1px, transparent 1px 34px);
}

.company-map-placeholder::before {
    content: "";
    position: absolute;
    inset: 42px 34px auto auto;
    width: 74px;
    height: 74px;
    border-radius: 50%;
    background: radial-gradient(circle, #ff4b33 0 8px, rgba(255, 75, 51, 0.16) 9px 34px, transparent 35px);
}

.company-map-placeholder span {
    color: var(--copper-deep);
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.company-map-placeholder strong {
    color: #28313c;
    font-size: 1.45rem;
}

.company-map-placeholder p {
    max-width: 320px;
    margin: 0;
    color: #5e6a78;
    line-height: 1.55;
}

.support-contact-list {
    display: grid;
    gap: 18px;
}

.support-contact-page {
    align-items: stretch;
}

.support-contact-page .support-contact-card,
.support-contact-page .support-form-card {
    border-radius: 14px;
    box-shadow: 0 14px 34px rgba(31, 41, 51, 0.07);
}

.support-contact-page h1,
.support-contact-page h2 {
    margin: 0 0 20px;
    font-family: var(--font-display);
    color: #28313c;
    font-weight: 650;
    letter-spacing: 0;
}

.support-contact-page h1 {
    font-size: clamp(1.7rem, 2.2vw, 2.35rem);
}

.support-contact-page h2 {
    font-size: clamp(1.35rem, 1.8vw, 1.8rem);
}

.support-whatsapp-card {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: center;
    gap: 14px;
    padding: 18px;
    border-radius: 14px;
    background: rgba(35, 178, 88, 0.08);
    border: 1px solid rgba(35, 178, 88, 0.18);
}

.whatsapp-mark,
.whatsapp-support-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #23b258;
    color: #fff;
    font-weight: 900;
    letter-spacing: 0;
}

.whatsapp-mark {
    width: 48px;
    height: 48px;
    font-size: 0.9rem;
}

.whatsapp-support-fab {
    position: fixed;
    right: 22px;
    bottom: 22px;
    z-index: 80;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-height: 58px;
    padding: 10px 16px 10px 10px;
    border-radius: 999px;
    color: #1f2933;
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid rgba(35, 178, 88, 0.22);
    box-shadow: 0 18px 42px rgba(31, 41, 51, 0.18);
}

.whatsapp-support-fab:hover {
    transform: translateY(-1px);
    box-shadow: 0 20px 48px rgba(31, 41, 51, 0.22);
}

.whatsapp-support-icon {
    width: 38px;
    height: 38px;
    font-size: 0.72rem;
}

.whatsapp-support-fab strong,
.whatsapp-support-fab small {
    display: block;
    line-height: 1.15;
}

.whatsapp-support-fab strong {
    font-size: 0.92rem;
}

.whatsapp-support-fab small {
    color: #5e6a78;
    font-size: 0.76rem;
}

.support-contact-list strong {
    display: block;
    margin-bottom: 6px;
}

.support-contact-list a,
.support-contact-list span {
    color: var(--text);
}

.support-form {
    display: grid;
    gap: 16px;
}

.support-form label {
    display: grid;
    gap: 8px;
}

.support-form input,
.support-form textarea {
    width: 100%;
    border: 1px solid rgba(31, 41, 51, 0.14);
    border-radius: 16px;
    padding: 14px 16px;
    font: inherit;
    background: #fff;
    color: var(--text);
}

.support-kvkk-note {
    margin: 0;
    color: var(--muted);
    line-height: 1.7;
    font-size: 0.92rem;
}

.support-form-actions {
    display: flex;
    align-items: center;
    gap: 16px;
}

.support-form-success {
    color: #0f8a4b;
    font-weight: 700;
}

.orders-summary-grid {
    margin-bottom: 28px;
}

.orders-history-panel {
    padding: 30px;
    border-radius: var(--radius-xl);
    background: var(--surface);
    border: 1px solid rgba(31, 41, 51, 0.08);
    box-shadow: var(--shadow);
}

.orders-history-head {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 18px;
    align-items: center;
    margin-bottom: 20px;
}

.orders-history-head h2 {
    margin: 6px 0 0;
    font-family: var(--font-display);
    font-size: clamp(1.6rem, 3vw, 2.4rem);
}

.orders-filter-bar {
    display: grid;
    gap: 14px;
    margin-bottom: 18px;
}

.orders-filter-group {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.orders-filter-chip {
    border: 1px solid rgba(31, 41, 51, 0.1);
    background: rgba(255, 255, 255, 0.86);
    color: var(--ink);
    padding: 10px 14px;
    border-radius: 999px;
    font: inherit;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    transition: transform 160ms ease, border-color 160ms ease, background 160ms ease, color 160ms ease;
}

.orders-filter-chip:hover {
    transform: translateY(-1px);
    border-color: rgba(201, 111, 59, 0.24);
}

.orders-filter-chip.is-active {
    background: linear-gradient(135deg, var(--accent), var(--accent-strong));
    color: #fff;
    border-color: transparent;
    box-shadow: 0 14px 28px rgba(201, 111, 59, 0.18);
}

.orders-filter-meta {
    color: var(--muted);
    font-size: 14px;
}

.orders-history-list {
    display: grid;
    gap: 18px;
}

.order-history-card {
    padding: 24px;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.86);
    border: 1px solid rgba(31, 41, 51, 0.08);
}

.order-history-top {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 14px;
    align-items: center;
}

.order-history-top strong,
.order-history-block strong {
    display: block;
}

.order-history-status {
    padding: 10px 14px;
    border-radius: 999px;
    background: rgba(201, 111, 59, 0.12);
    color: var(--copper-deep);
    font-size: 13px;
    font-weight: 700;
}

.order-history-meta {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
    margin: 14px 0 18px;
}

.order-history-meta span {
    padding: 12px 14px;
    border-radius: 16px;
    background: rgba(201, 111, 59, 0.08);
    border: 1px solid rgba(201, 111, 59, 0.12);
    color: var(--muted);
    text-align: center;
    font-size: 14px;
}

.order-history-timeline {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 12px;
    margin: 0 0 18px;
}

.order-stage {
    padding: 14px 16px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.78);
    border: 1px solid rgba(31, 41, 51, 0.08);
    display: grid;
    gap: 6px;
}

.order-stage strong {
    display: block;
    font-size: 14px;
}

.order-stage span {
    color: var(--muted);
    font-size: 13px;
    line-height: 1.5;
}

.order-stage.is-current {
    background: rgba(201, 111, 59, 0.12);
    border-color: rgba(201, 111, 59, 0.24);
}

.order-stage.is-complete {
    background: rgba(46, 125, 90, 0.10);
    border-color: rgba(46, 125, 90, 0.22);
}

.order-history-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.order-history-actions {
    display: flex;
    justify-content: flex-end;
    margin-top: 18px;
}

.order-history-block {
    padding: 18px;
    border-radius: 20px;
    background: rgba(247, 241, 233, 0.62);
    border: 1px solid rgba(31, 41, 51, 0.06);
}

.order-history-block p {
    margin: 0;
    color: var(--muted);
    line-height: 1.6;
}

.order-history-block ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
}

.order-history-block li {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 12px;
    align-items: start;
    padding: 12px 0;
    color: var(--muted);
    border-bottom: 1px solid rgba(31, 41, 51, 0.08);
}

.order-history-block li:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.order-detail-layout {
    gap: 22px;
}

.order-detail-hero {
    display: grid;
    gap: 20px;
}

.order-detail-hero-top {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 18px;
    align-items: start;
}

.order-detail-summary-grid {
    margin-top: 0;
}

.order-detail-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.order-detail-copy-grid {
    display: grid;
    gap: 12px;
}

.order-detail-copy-grid article {
    padding: 16px 18px;
    border-radius: 18px;
    background: rgba(247, 241, 233, 0.62);
    border: 1px solid rgba(31, 41, 51, 0.06);
}

.order-detail-copy-grid span {
    display: block;
    margin-bottom: 6px;
    color: var(--muted);
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.order-detail-copy-grid strong,
.order-detail-copy-grid p {
    margin: 0;
}

.order-detail-copy-grid p {
    color: var(--muted);
    line-height: 1.6;
}

.auth-layout {
    max-width: 760px;
}

.auth-card {
    padding: 28px;
    border-radius: var(--radius-xl);
}

.auth-switches {
    display: flex;
    gap: 12px;
    margin-bottom: 20px;
}

.auth-panel-card {
    max-width: 620px;
    margin: 0 auto 24px;
    padding: 42px 54px;
    border-radius: 28px;
}

.auth-prototype-note,
.auth-test-card {
    max-width: 620px;
    margin: 0 auto 20px;
    border-radius: 22px;
}

.auth-prototype-note {
    padding: 18px 20px;
    background: rgba(242, 122, 26, 0.08);
    border: 1px solid rgba(242, 122, 26, 0.16);
    color: var(--slate);
}

.auth-prototype-note strong,
.auth-test-card strong {
    display: block;
    margin-bottom: 8px;
    font-size: 0.98rem;
}

.auth-prototype-note p {
    margin: 0;
    color: var(--muted);
    line-height: 1.6;
}

.auth-social-card {
    max-width: 620px;
    margin: 0 auto 24px;
    padding: 28px 32px;
    border-radius: 24px;
    text-align: center;
    color: #fff;
    background:
        radial-gradient(circle at top right, rgba(255, 255, 255, 0.12), transparent 26%),
        linear-gradient(135deg, #223445 0%, #2d465d 100%);
    border: 1px solid rgba(191, 225, 255, 0.18);
}

.auth-social-card strong {
    display: block;
    margin-bottom: 18px;
    font-size: 1.05rem;
    color: #fff;
}

.auth-test-card {
    padding: 22px 24px;
    background: rgba(255, 255, 255, 0.88);
    border: 1px solid rgba(31, 41, 51, 0.08);
}

.auth-test-list {
    margin: 0;
    padding-left: 20px;
    display: grid;
    gap: 10px;
    color: var(--muted);
}

.auth-test-list li {
    display: grid;
    gap: 3px;
}

.auth-test-list strong {
    margin-bottom: 0;
    color: var(--text);
}

.auth-social-grid {
    display: flex;
    justify-content: center;
    gap: 14px;
    flex-wrap: wrap;
}

.auth-social-btn {
    min-width: 108px;
    min-height: 94px;
    display: grid;
    justify-items: center;
    align-content: center;
    gap: 10px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
    cursor: pointer;
    font-weight: 700;
}

.auth-social-btn:hover,
.auth-alt-button:hover {
    border-color: rgba(255, 180, 120, 0.52);
    color: #fff;
}

.auth-social-icon {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    border-radius: 999px;
    background: #fff;
    font-size: 1.35rem;
    font-weight: 800;
    line-height: 1;
}

.auth-social-icon svg {
    width: 24px;
    height: 24px;
    display: block;
    fill: currentColor;
}

.auth-social-icon-google svg {
    width: 25px;
    height: 25px;
    fill: initial;
}

.auth-social-icon-apple {
    color: #111827;
}

.auth-social-icon-google {
    color: #ea4335;
}

.auth-social-icon-facebook {
    color: #1877f2;
    font-family: Arial, sans-serif;
}

.auth-social-label {
    font-size: 0.95rem;
    color: #fff;
}

.auth-tab-switches {
    justify-content: center;
    gap: 0;
    margin-bottom: 28px;
    border-bottom: 1px solid rgba(31, 41, 51, 0.12);
}

.auth-tab {
    min-width: 164px;
    min-height: 52px;
    border: 0;
    border-bottom: 3px solid transparent;
    background: transparent;
    color: var(--muted);
    cursor: pointer;
    font-size: 1.05rem;
}

.auth-tab.active {
    color: var(--text);
    border-bottom-color: #f27a1a;
    font-weight: 700;
}

.auth-form {
    gap: 22px;
}

.auth-form-block {
    display: grid;
    gap: 18px;
}

.auth-form input {
    min-height: 56px;
    border-radius: 14px;
    background: #f3f4f6;
}

.password-field {
    position: relative;
}

.password-field input {
    padding-right: 56px;
}

.password-toggle {
    position: absolute;
    top: 50%;
    right: 14px;
    transform: translateY(-50%);
    border: 0;
    background: transparent;
    color: #9ca3af;
    cursor: pointer;
    width: 28px;
    height: 28px;
    padding: 0;
}

.password-toggle svg {
    width: 24px;
    height: 24px;
    stroke: currentColor;
    fill: none;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.password-toggle circle {
    fill: none;
}

.password-toggle-slash {
    opacity: 0;
}

.password-toggle.is-visible {
    color: #f27a1a;
}

.auth-help-link {
    color: #f27a1a;
    font-weight: 700;
}

.auth-remember {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--muted);
    font-weight: 600;
}

.auth-remember input {
    min-height: auto;
    width: 18px;
    height: 18px;
    margin: 0;
}

.auth-guard {
    display: grid;
    gap: 10px;
    padding: 16px 18px;
    border-radius: 18px;
    background: rgba(31, 41, 51, 0.04);
    border: 1px solid rgba(31, 41, 51, 0.08);
}

.auth-guard strong {
    color: var(--text);
}

.auth-guard p,
.auth-guard small {
    margin: 0;
    color: var(--muted);
    line-height: 1.5;
}

.auth-submit {
    width: 100%;
    min-height: 56px;
    font-size: 1.1rem;
}

.auth-submit:disabled {
    opacity: 0.55;
    cursor: not-allowed;
}

.auth-alt-button {
    min-height: 52px;
    border-radius: 14px;
    border: 1px solid rgba(31, 41, 51, 0.14);
    background: #fff;
    color: var(--text);
    cursor: pointer;
}

.auth-register-note {
    margin-top: -2px;
}

.auth-security {
    display: flex;
    justify-content: center;
    margin: 8px 0 12px;
    color: #2f8f4e;
    font-weight: 700;
}

.auth-footer {
    display: grid;
    gap: 8px;
    justify-items: center;
    color: var(--muted);
    text-align: center;
}

.auth-footer strong {
    color: var(--slate);
}

.auth-verify-card {
    position: relative;
    text-align: left;
}

.auth-verify-card h1 {
    margin: 0 0 18px;
    font-family: var(--font-display);
    font-size: clamp(2rem, 4vw, 3rem);
}

.auth-back-button {
    width: 44px;
    height: 44px;
    display: grid;
    place-items: center;
    margin-bottom: 24px;
    border: 0;
    border-radius: 999px;
    background: #f3f4f6;
    cursor: pointer;
    font-size: 1.3rem;
}

.auth-verify-label {
    display: grid;
    gap: 8px;
    margin: 18px 0;
}

.auth-verify-helper {
    margin: 8px 0 0;
    color: var(--copper-deep);
    font-weight: 700;
}

.auth-verify-timer {
    color: var(--copper-deep);
    font-weight: 700;
}

.category-rail-wrap {
    border-top: 1px solid rgba(31, 41, 51, 0.05);
    border-bottom: 1px solid rgba(31, 41, 51, 0.06);
    background: rgba(255, 255, 255, 0.94);
}

.category-rail {
    min-height: 64px;
    display: flex;
    align-items: center;
    gap: 20px;
    position: relative;
    width: min(calc(100% - 48px), var(--shell-max-width));
    margin: 0 auto;
}

.primary-nav-spacer {
    flex: 0 0 300px;
}

.all-categories-btn {
    min-height: 46px;
    padding: 0 22px;
    border: 0;
    border-radius: 16px;
    cursor: pointer;
    color: #fff;
    background: linear-gradient(135deg, var(--danger), #ff6a3d);
    box-shadow: 0 14px 28px rgba(238, 52, 37, 0.18);
    font-weight: 700;
}

.category-dropdown {
    position: relative;
}

.all-categories-menu {
    position: absolute;
    top: calc(100% + 14px);
    left: 0;
    width: min(980px, calc(100vw - 48px));
    padding: 22px;
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.98);
    border: 1px solid rgba(31, 41, 51, 0.08);
    box-shadow: 0 32px 70px rgba(19, 36, 55, 0.18);
    z-index: 20;
}

.mega-menu-grid {
    display: grid;
    grid-template-columns: 1.3fr 0.8fr 0.9fr;
    gap: 18px;
}

.mega-menu-block {
    display: grid;
    align-content: start;
    gap: 14px;
}

.mega-menu-title {
    color: var(--danger-deep);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.mega-menu-subtitle {
    margin: -4px 0 2px;
    color: var(--muted);
    line-height: 1.6;
}

.mega-category-list,
.mega-link-list,
.mega-category-group-list {
    display: grid;
    gap: 12px;
}

.mega-category-card,
.mega-link-list a,
.mega-menu-note {
    border-radius: 20px;
    border: 1px solid rgba(31, 41, 51, 0.08);
    background: linear-gradient(180deg, #fffdf9 0%, #fff8f1 100%);
}

.mega-category-card {
    display: grid;
    gap: 8px;
    padding: 16px 18px;
    transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

.mega-category-card strong {
    font-size: 1rem;
}

.mega-category-card span,
.mega-menu-note p {
    color: var(--muted);
    line-height: 1.6;
}

.mega-category-group {
    display: grid;
    gap: 12px;
    padding: 18px;
    border-radius: 22px;
    border: 1px solid rgba(31, 41, 51, 0.08);
    background: linear-gradient(180deg, #fffdf9 0%, #fff8f1 100%);
    transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

.mega-category-group:hover {
    transform: translateY(-2px);
    border-color: rgba(238, 52, 37, 0.2);
    box-shadow: 0 18px 34px rgba(238, 52, 37, 0.08);
}

.mega-category-group-head {
    display: grid;
    gap: 8px;
}

.mega-category-group-head strong {
    font-size: 1rem;
}

.mega-category-group-head p,
.mega-category-children a {
    color: var(--muted);
}

.mega-category-children {
    display: grid;
    gap: 8px;
}

.mega-category-children a {
    padding: 10px 12px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(31, 41, 51, 0.06);
    font-size: 14px;
}

.mega-category-cta {
    color: var(--danger-deep);
    font-weight: 700;
}

.mega-category-card:hover {
    transform: translateY(-2px);
    border-color: rgba(238, 52, 37, 0.2);
    box-shadow: 0 18px 34px rgba(238, 52, 37, 0.08);
}

.mega-link-list a {
    padding: 14px 16px;
    font-weight: 600;
}

.mega-menu-note {
    padding: 18px;
}

.market-link-row {
    align-items: center;
    gap: 16px;
    width: 100%;
}

.market-link-row span {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.market-link-row a {
    font-weight: 600;
}

.market-link-row a.active,
.market-link-row a:hover {
    color: var(--danger-deep);
}

.primary-nav-row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 72px;
    padding-left: 14px;
}

.primary-nav-link,
.primary-nav-toggle {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 0 2px;
    border: 0;
    background: transparent;
    color: var(--slate);
    font-weight: 700;
    font-size: 1rem;
    line-height: 1;
    cursor: pointer;
}

.primary-nav-link:hover,
.primary-nav-toggle:hover,
.primary-nav-toggle[aria-expanded="true"] {
    color: var(--danger-deep);
}

.primary-nav-dropdown {
    position: relative;
}

.primary-nav-caret {
    width: 8px;
    height: 8px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: translateY(-2px) rotate(45deg);
    transition: transform 160ms ease;
}

.primary-nav-toggle[aria-expanded="true"] .primary-nav-caret {
    transform: translateY(2px) rotate(225deg);
}

.secondary-announce-row {
    border-bottom: 1px solid rgba(31, 41, 51, 0.08);
    background: linear-gradient(90deg, #4b11c7 0%, #5f1edd 52%, #3c0aa7 100%);
    color: #fff;
}

.secondary-announce-row[data-theme="purple"] {
    background: linear-gradient(90deg, #4b11c7 0%, #5f1edd 52%, #3c0aa7 100%);
}

.secondary-announce-inner {
    width: min(calc(100% - 24px), var(--shell-max-width));
    min-height: 44px;
    margin: 0 auto;
    display: block;
    align-items: center;
    padding: 10px 0;
}

.secondary-announce-copy {
    min-width: 0;
    overflow: hidden;
}

.secondary-announce-text {
    margin: 0;
    text-align: center;
    font-size: 0.98rem;
    font-weight: 700;
    line-height: 1.35;
}

.secondary-announce-marquee {
    overflow: hidden;
    white-space: nowrap;
}

.secondary-announce-marquee-track {
    display: inline-flex;
    min-width: 100%;
    animation: secondary-marquee 24s linear infinite;
}

.secondary-announce-marquee-track span {
    display: inline-block;
    padding-right: 48px;
    font-size: 0.96rem;
    font-weight: 700;
}

@keyframes secondary-marquee {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

.primary-nav-menu {
    position: absolute;
    top: calc(100% + 12px);
    left: 0;
    min-width: 280px;
    padding: 18px;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.99);
    border: 1px solid rgba(31, 41, 51, 0.08);
    box-shadow: 0 32px 70px rgba(19, 36, 55, 0.16);
    z-index: 22;
}

.primary-nav-menu-dropdown {
    width: 320px;
}

.primary-nav-menu-mega {
    width: min(780px, calc(100vw - 48px));
}

.primary-nav-menu-list,
.primary-mega-links {
    display: grid;
    gap: 8px;
}

.primary-nav-featured {
    padding: 14px 16px;
    border-radius: 16px;
    background: linear-gradient(135deg, var(--danger), #ff6a3d);
    color: #fff;
    font-weight: 800;
}

.primary-nav-menu-link,
.primary-mega-links a {
    padding: 12px 14px;
    border-radius: 14px;
    color: var(--text);
    font-weight: 600;
}

.primary-nav-menu-link:hover,
.primary-mega-links a:hover {
    background: rgba(238, 52, 37, 0.08);
    color: var(--danger-deep);
}

.primary-mega-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.primary-mega-column {
    display: grid;
    gap: 12px;
}

.primary-mega-column strong {
    color: var(--danger-deep);
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.shop-hero-banner {
    display: grid;
    grid-template-columns: 1.25fr 0.75fr;
    gap: 22px;
    padding: 28px;
    border-radius: 34px;
    background:
        radial-gradient(circle at top right, rgba(255, 255, 255, 0.32), transparent 20%),
        linear-gradient(135deg, #132437 0%, #172f47 48%, #ea2747 100%);
    color: #fff;
    box-shadow: 0 28px 60px rgba(19, 36, 55, 0.26);
}

.shop-hero-copy h1 {
    margin: 0;
    max-width: 12ch;
    font-size: clamp(2rem, 3.6vw, 3.8rem);
    line-height: 1.05;
    font-family: var(--font-display);
}

.shop-hero-copy p {
    max-width: 60ch;
    color: rgba(255, 255, 255, 0.82);
    line-height: 1.75;
}

.market-service-pills {
    margin-top: 22px;
}

.market-service-pills span {
    padding: 10px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.14);
    border: 1px solid rgba(255, 255, 255, 0.16);
    font-size: 13px;
}

.hero-promo-stack {
    display: grid;
    gap: 16px;
}

.hero-promo-card {
    padding: 22px;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.18);
    backdrop-filter: blur(10px);
}

.hero-promo-card strong {
    display: block;
    margin-bottom: 10px;
    font-size: 1.08rem;
}

.hero-promo-card p {
    margin: 0;
    color: rgba(255, 255, 255, 0.78);
    line-height: 1.7;
}

.product-rail-section {
    margin-bottom: 26px;
}

.site-footer {
    width: min(calc(100% - 48px), var(--shell-max-width));
    margin: 32px auto 0;
    background: linear-gradient(180deg, #fff7ee 0%, #fff2e3 100%);
    border: 1px solid rgba(31, 41, 51, 0.08);
    border-radius: var(--radius-xl) var(--radius-xl) 0 0;
    box-shadow: var(--shadow);
    overflow: hidden;
}

.site-footer-topbar {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    height: 8px;
}

.site-footer-strip-copper { background: #ff6a3d; }
.site-footer-strip-sky { background: #57c4eb; }
.site-footer-strip-violet { background: #7c3aed; }
.site-footer-strip-plum { background: #8b2bd4; }

.site-footer-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr)) minmax(260px, 320px);
    gap: 28px;
    padding: 34px 32px 28px;
}

.site-footer-column,
.site-footer-contact {
    display: grid;
    align-content: start;
    gap: 12px;
}

.site-footer-column h3,
.site-footer-contact h3 {
    margin: 0 0 6px;
    color: #f46b21;
    font-size: 1.2rem;
    font-family: var(--font-display);
}

.site-footer-column a,
.site-footer-contact p,
.site-footer-contact span {
    color: var(--text);
    line-height: 1.55;
}

.site-footer-column a:hover,
.site-footer-contact a:hover {
    color: var(--copper-deep);
}

.site-footer-contact {
    padding-left: 20px;
    border-left: 1px solid rgba(31, 41, 51, 0.08);
}

.site-footer-contact-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 56px;
    padding: 0 20px;
    border-radius: 16px;
    border: 1px solid rgba(31, 41, 51, 0.14);
    background: rgba(255, 255, 255, 0.8);
    font-weight: 700;
}

.site-footer-contact-divider {
    color: var(--muted);
    font-size: 0.9rem;
}

.site-footer-contact strong {
    font-size: 2rem;
    color: var(--copper-deep);
}

.site-footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    padding: 18px 32px 24px;
    background: #11161c;
    color: #fff;
}

.site-footer-bottom p {
    margin: 0;
    color: rgba(255, 255, 255, 0.82);
}

.site-footer-trust {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.site-footer-trust span {
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.92);
    font-size: 0.9rem;
}

.compact-head {
    margin-bottom: 16px;
}

.compact-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

@media (max-width: 1280px) {
    .nav-wrap-market {
        grid-template-columns: 220px minmax(320px, 1fr) auto;
    }

    .utility-note {
        display: none;
    }

    .account-chip {
        min-width: 150px;
    }

    .header-search-products,
    .static-highlight-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 1040px) {
    .announce-bar-promo {
        grid-template-columns: 1fr auto;
    }

    .hero-grid,
    .shop-layout,
    .product-layout,
    .trust-layout,
    .product-body,
    .campaign-banner,
    .cart-layout,
    .checkout-layout,
    .shop-showcase,
    .shop-spotlight,
    .shop-hero-banner,
    .favorites-hero,
    .favorites-controls,
    .inquiry-grid,
    .inquiry-form,
    .inquiry-actions,
    .nav-wrap-market,
    .mega-menu-grid,
    .category-rail-showcase,
    .home-archive-sections {
        grid-template-columns: 1fr;
    }

    .category-grid,
    .product-grid,
    .product-grid.larger,
    .product-mini-row,
    .compact-grid,
    .promo-mosaic,
    .banner-stage,
    .trust-points,
    .service-rail,
    .cart-support-strip,
    .checkout-support-strip,
    .checkout-account-memory,
    .selection-grid,
    .listing-utility-row,
    .decision-strip,
    .favorites-hero-metrics,
    .favorites-filter-row,
    .shop-live-promos,
    .shop-quick-categories,
    .product-pulse-grid,
    .product-offer-grid,
    .checkout-assurance-strip,
    .cart-recommendation-grid,
    .success-highlight-grid,
    .success-support-grid,
    .success-category-links,
    .account-quick-links {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .hero-subcategory-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .shop-quick-grid {
        grid-template-columns: 1fr;
    }

    .gallery-panel {
        grid-template-columns: 1fr;
        grid-template-areas:
            "title"
            "media"
            "controls"
            "thumbs"
            "description";
    }

    .detail-panel {
        position: static;
    }

    .shop-subcategory-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .hero-grid {
        --hero-stage-height: 460px;
    }

    .nav-wrap-market {
        grid-template-columns: 1fr auto;
        align-items: center;
    }

    .market-search-shell {
        grid-column: 1 / -1;
        order: 3;
    }

    .brand-market {
        min-width: 0;
    }

    .category-rail-wrap {
        padding: 10px 0;
    }

    .category-rail {
        flex-wrap: wrap;
        align-items: center;
        gap: 12px;
    }

    .primary-nav-spacer {
        display: none;
    }

    .market-link-row,
    .market-link-row span {
        display: flex;
        flex-wrap: nowrap;
        gap: 10px;
        overflow-x: auto;
        white-space: nowrap;
        width: 100%;
        padding-bottom: 4px;
    }

    .market-link-row a {
        padding: 10px 14px;
        border-radius: 999px;
        background: rgba(255, 255, 255, 0.88);
        border: 1px solid rgba(31, 41, 51, 0.06);
    }

    .primary-nav-row {
        width: 100%;
    }

    .primary-nav-menu,
    .primary-nav-menu-mega {
        width: min(520px, calc(100vw - 48px));
    }

    .primary-mega-grid {
        grid-template-columns: 1fr;
    }

    .site-footer-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .site-footer-contact {
        padding-left: 0;
        border-left: 0;
        border-top: 1px solid rgba(31, 41, 51, 0.08);
        padding-top: 20px;
        grid-column: 1 / -1;
    }

    .cart-assurance-strip {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .cart-recommendation-grid.is-scrollable .product-mini-card {
        flex-basis: calc((100% - 14px) / 2);
    }

    .shop-layout > .filter-panel {
        position: static;
        max-height: none;
        overflow: visible;
    }
}

@media (max-width: 720px) {
    .announce-bar {
        padding: 10px 0;
    }

    .announce-bar-shell {
        width: min(calc(100% - 24px), var(--shell-max-width));
    }

    .announce-bar[data-mode="promo"] .announce-bar-shell {
        width: 100%;
    }

    .announce-bar-promo {
        grid-template-columns: 1fr;
        gap: 12px;
        width: min(calc(100% - 24px), var(--shell-max-width));
    }

    .announce-bar-copy {
        gap: 6px;
    }

    .announce-bar-text {
        font-size: 13px;
    }

    .announce-bar-detail {
        font-size: 11px;
    }

    .announce-bar-hint {
        width: 100%;
        justify-content: flex-start;
        font-size: 11px;
    }

    .nav-wrap,
    .main-nav,
    .nav-tools,
    .section-head,
    .footer,
    .thumb-row,
    .cta-row,
    .shop-controls,
    .utility-meta-inner,
    .category-rail,
    .market-actions,
    .flash-strip-head {
        flex-direction: column;
        align-items: stretch;
    }

    .inquiry-dialog {
        margin: 20px auto;
        padding: 20px;
    }

    .inquiry-dialog-head {
        grid-template-columns: 1fr auto;
    }

    .hero-copy,
    .hero-card,
    .section-block,
    .filter-panel,
    .shop-content,
    .gallery-panel,
    .detail-panel,
    .product-body {
        padding: 22px;
    }

    .category-grid,
    .product-grid,
    .product-grid.larger,
    .product-mini-row,
    .compact-grid,
    .promo-mosaic,
    .banner-stage,
    .trust-points,
    .product-body,
    .spec-grid,
    .service-rail,
    .cart-support-strip,
    .checkout-support-strip,
    .selection-grid,
    .listing-utility-row,
    .decision-strip,
    .shop-metrics,
    .favorites-hero-metrics,
    .favorites-filter-row,
    .shop-live-promos,
    .shop-quick-categories,
    .product-pulse-grid,
    .product-offer-grid,
    .checkout-assurance-strip,
    .cart-recommendation-grid,
    .success-highlight-grid,
    .success-support-grid,
    .success-category-links,
    .account-quick-links {
        grid-template-columns: 1fr;
    }

    .shop-quick-card,
    .shop-live-promo,
    .cart-recommendation-bottom,
    .success-order-item,
    .success-recent-card,
    .success-recent-bottom,
    .account-recent-item {
        grid-template-columns: 1fr;
    }

    .product-buybox-actions,
    .product-price-break-row,
    .product-variant-row {
        grid-template-columns: 1fr;
    }

    .product-price-break-row span:last-child,
    .product-variant-row small {
        text-align: left;
    }

    .account-menu {
        right: auto;
        left: 0;
        width: calc(100vw - 24px);
    }

    .header-search-panel {
        left: 0;
        width: calc(100vw - 24px);
        padding: 18px;
    }

    .nav-wrap,
    .footer,
    .hero-grid,
    .section-block,
    .trust-layout,
    .shop-layout,
    .product-layout,
    .utility-strip,
    .service-rail,
    .flash-strip-shell,
    .cart-layout,
    .checkout-layout {
        width: min(calc(100% - 24px), var(--content-max-width));
    }

    .site-footer {
        width: min(calc(100% - 24px), var(--shell-max-width));
    }

    .home-category-preview-head {
        align-items: flex-start;
    }

    .utility-meta-inner,
    .category-rail {
        width: min(calc(100% - 24px), var(--shell-max-width));
    }

    .all-categories-menu {
        position: static;
        width: 100%;
        margin-top: 12px;
    }

    .utility-meta-row {
        display: none;
    }

    .nav-wrap-market {
        grid-template-columns: 1fr auto;
        gap: 12px;
        padding: 14px 0;
    }

    .brand-market {
        min-width: 0;
    }

    .brand-market .brand-copy small {
        display: none;
    }

    .brand-market .brand-copy strong {
        font-size: 0.95rem;
    }

    .brand-image-lockup {
        min-width: clamp(128px, 34vw, 170px);
    }

    .brand-lockup-art {
        width: clamp(128px, 34vw, 170px);
        max-height: 78px;
    }

    .market-actions {
        display: grid;
        grid-auto-flow: column;
        grid-auto-columns: max-content;
        justify-content: end;
        gap: 10px;
    }

    .site-footer-grid {
        grid-template-columns: 1fr;
    }

    .cart-table-toolbar,
    .cart-assurance-strip {
        grid-template-columns: 1fr;
    }

    .cart-table-toolbar {
        justify-content: stretch;
    }

    .cart-progress-panel {
        width: 100%;
    }

    .cart-recommendation-grid.is-scrollable .product-mini-card {
        flex-basis: 100%;
    }

    .corporate-bank-grid {
        grid-template-columns: 1fr;
    }

    .contact-info-list,
    .about-visual-grid,
    .company-info-card,
    .company-info-list div {
        grid-template-columns: 1fr;
    }

    .company-map-placeholder {
        min-height: 260px;
    }

    .corporate-tabs a {
        flex: 1 1 calc(50% - 10px);
        justify-content: center;
    }

    .site-footer-bottom {
        flex-direction: column;
        align-items: flex-start;
    }

    .account-chip,
    .header-link-chip,
    .cart-chip {
        min-height: 48px;
        padding: 10px 12px;
        border-radius: 16px;
    }

    .account-chip {
        min-width: auto;
    }

    .account-chip span,
    .cart-chip span,
    .cart-chip strong {
        font-size: 13px;
    }

    .market-search {
        min-height: 52px;
        padding: 6px 8px 6px 14px;
        gap: 8px;
    }

    .search-icon {
        width: 20px;
        height: 20px;
        flex-basis: 20px;
    }

    .category-rail {
        flex-direction: row;
        align-items: center;
        flex-wrap: nowrap;
        overflow-x: auto;
        gap: 10px;
    }

    .market-link-row,
    .market-link-row span {
        flex: 0 0 auto;
    }

    .market-link-row,
    .market-link-row span {
        width: auto;
        padding-bottom: 0;
    }

    .primary-nav-link,
    .primary-nav-toggle {
        min-height: 42px;
        padding: 0 12px;
        border-radius: 999px;
        background: rgba(255, 255, 255, 0.9);
        border: 1px solid rgba(31, 41, 51, 0.06);
        white-space: nowrap;
    }

    .primary-nav-menu,
    .primary-nav-menu-mega {
        position: fixed;
        left: 12px;
        right: 12px;
        top: auto;
        width: auto;
        max-height: 70vh;
        overflow: auto;
    }

    .hero-grid {
        --hero-stage-height: 420px;
    }

    .hero-slide-content h1 {
        max-width: none;
        font-size: clamp(2rem, 8vw, 3rem);
    }

    .hero-stage-controls {
        flex-direction: column;
        align-items: stretch;
    }

    .hero-category-stage-head {
        display: grid;
    }

    .hero-subcategory-grid {
        grid-template-columns: 1fr;
    }

    .shop-subcategory-grid {
        grid-template-columns: 1fr;
    }

    .support-grid,
    .static-page-grid,
    .static-highlight-grid,
    .header-search-products {
        grid-template-columns: 1fr;
    }

    .orders-history-head,
    .order-history-top,
    .order-history-meta,
    .order-history-grid {
        grid-template-columns: 1fr;
    }

    .auth-panel-card,
    .auth-social-card {
        padding: 24px 20px;
    }

    .auth-tab {
        min-width: 0;
        flex: 1;
    }

    .auth-social-grid {
        flex-wrap: wrap;
    }

    .hero-stage-dots,
    .hero-stage-arrows {
        justify-content: center;
    }

    .success-layout {
        width: min(calc(100% - 24px), var(--reading-max-width));
    }

    .checkout-grid {
        grid-template-columns: 1fr;
    }

    .checkout-shipping-grid,
    .checkout-payment-grid,
    .checkout-invoice-grid,
    .checkout-address-grid,
    .checkout-card-payment-grid {
        grid-template-columns: 1fr;
    }

    .checkout-account-memory {
        align-items: flex-start;
    }

    .category-card-preview,
    .campaign-offer-card {
        grid-template-columns: 1fr;
    }

    .promo-tile-copy {
        max-width: none;
    }

    .promo-tile-media {
        position: relative;
        inset: auto;
        width: 100%;
        height: 170px;
        margin-top: 18px;
    }
}

@media (max-width: 640px) {
    .home-archive-sections {
        width: min(calc(100% - 24px), var(--shell-max-width));
        gap: 16px;
    }

    .home-category-preview {
        padding: 18px;
    }

    .home-category-preview-head {
        flex-direction: column;
    }

    .home-category-preview-track {
        grid-auto-columns: min(76vw, 220px);
    }
}


