/* Samrat Commerce V3 · Gate 2A storefront system */
:root {
    --sf-font: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    --sf-display: clamp(2.45rem, 6vw, 5.6rem);
    --sf-h1: clamp(2rem, 4.2vw, 4rem);
    --sf-h2: clamp(1.65rem, 3vw, 2.65rem);
    --sf-h3: clamp(1rem, 1.5vw, 1.25rem);
    --sf-body: 1rem;
    --sf-small: .825rem;
    --sf-container: 1240px;
    --sf-space-1: .375rem;
    --sf-space-2: .625rem;
    --sf-space-3: 1rem;
    --sf-space-4: 1.5rem;
    --sf-space-5: 2rem;
    --sf-space-6: 3rem;
    --sf-space-7: 4.5rem;
    --sf-radius-sm: 10px;
    --sf-radius: 16px;
    --sf-radius-lg: 26px;
    --sf-radius-pill: 999px;
    --sf-canvas: #f7f7f4;
    --sf-surface: #fff;
    --sf-surface-soft: #f0f1ed;
    --sf-text: #151713;
    --sf-muted: #666c63;
    --sf-line: #dde0d9;
    --sf-line-strong: #c9cdc4;
    --sf-success: #17643a;
    --sf-success-soft: #e8f5ed;
    --sf-warning: #8a5200;
    --sf-warning-soft: #fff3db;
    --sf-danger: #a72922;
    --sf-danger-soft: #fff0ef;
    --sf-shadow-sm: 0 4px 18px rgba(18, 24, 17, .07);
    --sf-shadow: 0 18px 50px rgba(18, 24, 17, .11);
    --sf-ease: cubic-bezier(.22, 1, .36, 1);
    --sf-fast: 160ms;
    --sf-motion: 320ms;
}

.gate2a-storefront { margin: 0; color: var(--sf-text); background: var(--sf-canvas); font-family: var(--sf-font); font-size: var(--sf-body); line-height: 1.55; text-rendering: optimizeLegibility; }
.gate2a-storefront *, .gate2a-storefront *::before, .gate2a-storefront *::after { box-sizing: border-box; }
.gate2a-storefront img { max-width: 100%; }
.gate2a-storefront a { color: inherit; text-underline-offset: 3px; }
.gate2a-storefront button, .gate2a-storefront input, .gate2a-storefront select, .gate2a-storefront textarea { font: inherit; }
.gate2a-storefront button, .gate2a-storefront a { -webkit-tap-highlight-color: transparent; }
.gate2a-storefront :focus-visible { outline: 3px solid color-mix(in srgb, var(--accent) 72%, white); outline-offset: 3px; }
.gate2a-storefront .container { width: min(calc(100% - 40px), var(--sf-container)); margin-inline: auto; }
.gate2a-storefront h1, .gate2a-storefront h2, .gate2a-storefront h3 { color: var(--sf-text); letter-spacing: -.035em; line-height: 1.08; }
.gate2a-storefront h1 { font-size: var(--sf-h1); }
.gate2a-storefront h2 { font-size: var(--sf-h2); }
.gate2a-storefront h3 { font-size: var(--sf-h3); }
.gate2a-storefront .muted { color: var(--sf-muted); }
.skip-link { position: fixed; z-index: 1000; left: 16px; top: 12px; transform: translateY(-180%); padding: 10px 16px; border-radius: var(--sf-radius-sm); color: white; background: var(--sf-text); transition: transform var(--sf-fast); }
.skip-link:focus { transform: translateY(0); }
.sr-only { position: absolute!important; width: 1px!important; height: 1px!important; padding: 0!important; margin: -1px!important; overflow: hidden!important; clip: rect(0,0,0,0)!important; white-space: nowrap!important; border: 0!important; }

/* Shared controls */
.gate2a-storefront .btn { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; border: 1px solid var(--brand); border-radius: var(--sf-radius-pill); padding: 12px 22px; color: #fff; background: var(--brand); font-weight: 750; text-decoration: none; cursor: pointer; box-shadow: none; transition: transform var(--sf-fast) var(--sf-ease), box-shadow var(--sf-fast), background var(--sf-fast); }
.gate2a-storefront .btn:hover:not(:disabled) { transform: translateY(-2px); box-shadow: 0 10px 24px color-mix(in srgb, var(--brand) 20%, transparent); }
.gate2a-storefront .btn:disabled { cursor: not-allowed; opacity: .48; }
.gate2a-storefront .btn-large { min-height: 54px; padding-inline: 28px; }
.gate2a-storefront .btn-block { width: 100%; }
.gate2a-storefront .btn-ghost, .gate2a-storefront .filter-trigger { min-height: 44px; border: 1px solid var(--sf-line-strong); border-radius: var(--sf-radius-pill); padding: 10px 16px; background: var(--sf-surface); color: var(--sf-text); font-weight: 700; text-decoration: none; cursor: pointer; transition: border-color var(--sf-fast), background var(--sf-fast); }
.gate2a-storefront .btn-ghost:hover, .gate2a-storefront .filter-trigger:hover { border-color: var(--sf-text); background: var(--sf-surface-soft); }
.gate2a-storefront .is-loading { pointer-events: none; opacity: .7; }
.gate2a-storefront input:not([type=checkbox]):not([type=radio]):not([type=color]), .gate2a-storefront select, .gate2a-storefront textarea { width: 100%; min-height: 48px; border: 1px solid var(--sf-line-strong); border-radius: var(--sf-radius-sm); padding: 11px 13px; color: var(--sf-text); background: var(--sf-surface); transition: border-color var(--sf-fast), box-shadow var(--sf-fast); }
.gate2a-storefront textarea { min-height: 112px; resize: vertical; }
.gate2a-storefront input:hover, .gate2a-storefront select:hover, .gate2a-storefront textarea:hover { border-color: #a9aea4; }
.gate2a-storefront input:focus, .gate2a-storefront select:focus, .gate2a-storefront textarea:focus { border-color: var(--brand); box-shadow: 0 0 0 4px color-mix(in srgb, var(--brand) 11%, transparent); outline: 0; }
.gate2a-storefront .card { border: 1px solid var(--sf-line); border-radius: var(--sf-radius-lg); background: var(--sf-surface); box-shadow: 0 2px 0 rgba(0,0,0,.015); }
.gate2a-storefront .eyebrow { display: inline-block; color: color-mix(in srgb, var(--brand) 78%, var(--sf-muted)); font-size: .74rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.gate2a-storefront .alert { margin-top: 18px; border: 1px solid; border-radius: var(--sf-radius); padding: 14px 18px; }
.gate2a-storefront .alert.success { color: var(--sf-success); border-color: color-mix(in srgb, var(--sf-success) 25%, white); background: var(--sf-success-soft); }
.gate2a-storefront .alert.danger { color: var(--sf-danger); border-color: color-mix(in srgb, var(--sf-danger) 22%, white); background: var(--sf-danger-soft); }
.gate2a-storefront .alert ul { margin: 6px 0 0; }

/* Header and search */
.v2-announcement { color: #fff; background: var(--brand); font-size: .78rem; font-weight: 650; }
.v2-announcement .container { min-height: 36px; display: flex; align-items: center; justify-content: center; gap: 24px; }
.v2-announcement a { font-weight: 850; white-space: nowrap; }
.v2-header { position: sticky; z-index: 100; top: 0; background: color-mix(in srgb, var(--sf-surface) 96%, transparent); border-bottom: 1px solid var(--sf-line); backdrop-filter: blur(18px); transition: box-shadow var(--sf-fast); }
.v2-header.is-scrolled { box-shadow: var(--sf-shadow-sm); }
.v2-header-main { min-height: 80px; display: grid; grid-template-columns: minmax(170px, 230px) minmax(300px, 1fr) auto; align-items: center; gap: 28px; }
.v2-brand { min-width: 0; display: flex; flex-direction: column; align-items: flex-start; text-decoration: none; }
.v2-brand img { width: auto; max-width: 180px; max-height: 48px; object-fit: contain; }
.v2-brand > span { font-size: clamp(1.25rem, 2vw, 1.65rem); font-weight: 900; letter-spacing: -.055em; }
.v2-brand small { max-width: 220px; color: var(--sf-muted); font-size: .68rem; line-height: 1.15; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.v2-search-wrap { position: relative; min-width: 0; }
.v2-search { height: 48px; display: grid; grid-template-columns: 22px 1fr auto; align-items: center; gap: 9px; border: 1px solid var(--sf-line-strong); border-radius: var(--sf-radius-pill); padding-left: 15px; background: var(--sf-surface-soft); transition: border-color var(--sf-fast), box-shadow var(--sf-fast), background var(--sf-fast); }
.v2-search:focus-within { border-color: var(--brand); background: var(--sf-surface); box-shadow: 0 0 0 4px color-mix(in srgb, var(--brand) 10%, transparent); }
.v2-search svg { width: 19px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.v2-search input:not([type=checkbox]) { min-width: 0; min-height: 42px; padding: 0; border: 0; background: transparent; box-shadow: none; }
.v2-search input:focus { box-shadow: none!important; }
.v2-search button { align-self: stretch; min-width: 82px; border: 0; border-radius: var(--sf-radius-pill); padding: 0 17px; color: #fff; background: var(--brand); font-weight: 800; cursor: pointer; }
.search-suggestions { position: absolute; z-index: 120; top: calc(100% + 9px); left: 0; right: 0; max-height: min(60vh, 520px); overflow: auto; border: 1px solid var(--sf-line); border-radius: var(--sf-radius); padding: 8px; background: var(--sf-surface); box-shadow: var(--sf-shadow); }
.suggest-label { padding: 9px 10px 6px; color: var(--sf-muted); font-size: .7rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.suggest-product, .suggest-category { display: flex; align-items: center; gap: 12px; border-radius: 11px; padding: 9px; text-decoration: none; }
.suggest-product:hover, .suggest-product.is-active, .suggest-category:hover, .suggest-category.is-active { background: var(--sf-surface-soft); }
.suggest-product img, .suggest-placeholder { width: 46px; height: 46px; flex: 0 0 46px; border-radius: 9px; object-fit: cover; background: var(--sf-surface-soft); }
.suggest-placeholder { display: grid; place-items: center; font-weight: 900; }
.suggest-product > span:nth-child(2) { min-width: 0; display: flex; flex: 1; flex-direction: column; }
.suggest-product b, .suggest-product small { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.suggest-product small { color: var(--sf-muted); }
.suggest-product > strong { white-space: nowrap; }
.suggest-category { justify-content: space-between; }
.suggest-empty { padding: 18px 12px; color: var(--sf-muted); text-align: center; }
.v2-actions { display: flex; align-items: stretch; gap: 3px; }
.v2-actions a { position: relative; min-width: 58px; min-height: 54px; display: flex; flex-direction: column; align-items: center; justify-content: center; border-radius: 12px; font-size: .72rem; text-decoration: none; transition: background var(--sf-fast); }
.v2-actions a:hover, .v2-actions a.is-active { background: var(--sf-surface-soft); }
.v2-actions em { font-style: normal; font-weight: 700; }
.v2-actions b, .mobile-bottom-nav b { position: absolute; min-width: 18px; height: 18px; display: grid; place-items: center; border: 2px solid white; border-radius: 50%; padding-inline: 3px; color: #fff; background: var(--accent); font-size: .6rem; }
.v2-actions b { top: 2px; right: 4px; }
.action-icon { min-height: 22px; font-size: 1.15rem; font-style: normal; }
.bag-icon { font-size: .66rem; font-weight: 900; letter-spacing: -.04em; }
.v2-mobile-search { display: none; position: relative; }
.v2-category-nav { border-top: 1px solid var(--sf-line); }
.v2-category-nav .container { min-height: 43px; display: flex; align-items: center; gap: 26px; overflow-x: auto; scrollbar-width: none; }
.v2-category-nav .container::-webkit-scrollbar { display: none; }
.v2-category-nav a { flex: 0 0 auto; color: var(--sf-muted); font-size: .82rem; font-weight: 700; text-decoration: none; }
.v2-category-nav a:hover { color: var(--sf-text); }
.v2-category-nav .all-shop { color: var(--sf-text); font-weight: 850; }

/* Homepage */
.v21-discovery { border-bottom: 1px solid var(--sf-line); background: var(--sf-surface); }
.v21-discovery .container { min-height: 42px; display: flex; align-items: center; gap: 18px; overflow-x: auto; scrollbar-width: none; }
.v21-discovery strong { flex: 0 0 auto; font-size: .76rem; }
.v21-discovery-links { display: flex; gap: 8px; }
.v21-discovery-links a { flex: 0 0 auto; border: 1px solid var(--sf-line); border-radius: var(--sf-radius-pill); padding: 5px 11px; background: #fff; color: var(--sf-muted); font-size: .74rem; text-decoration: none; }
.v2-hero { position: relative; overflow: hidden; background: linear-gradient(135deg, #f8f8f4 0%, color-mix(in srgb, var(--accent) 7%, #fff) 100%); }
.v2-hero-grid { min-height: 620px; display: grid; grid-template-columns: minmax(0, .95fr) minmax(440px, 1.05fr); align-items: center; gap: clamp(30px, 5vw, 84px); padding-block: 70px; }
.hero-copy { position: relative; z-index: 2; }
.hero-copy h1 { max-width: 720px; margin: 14px 0 20px; font-size: var(--sf-display); letter-spacing: -.065em; }
.hero-copy > p { max-width: 590px; margin: 0; color: var(--sf-muted); font-size: clamp(1rem, 1.5vw, 1.2rem); }
.hero-actions { display: flex; align-items: center; gap: 20px; margin-top: 30px; }
.hero-actions .text-link { font-weight: 800; text-decoration: none; }
.hero-mini-trust { display: flex; flex-wrap: wrap; gap: 16px; margin-top: 28px; color: var(--sf-muted); font-size: .78rem; font-weight: 650; }
.hero-visual { position: relative; min-height: 470px; display: grid; place-items: center; }
.hero-brand-image { width: 100%; height: 520px; border-radius: 34px; object-fit: cover; box-shadow: var(--sf-shadow); }
.v21-hero-products { position: relative; width: 100%; height: 500px; }
.v21-hero-product { position: absolute; z-index: 2; width: 43%; display: grid; grid-template-columns: minmax(0,1fr) auto; align-items: center; column-gap: 8px; border: 1px solid rgba(255,255,255,.8); border-radius: 24px; padding: 13px; color: var(--sf-text); background: rgba(255,255,255,.9); box-shadow: var(--sf-shadow); text-decoration: none; backdrop-filter: blur(12px); transition: transform var(--sf-motion) var(--sf-ease); }
.v21-hero-product:hover { transform: translateY(-7px) rotate(0deg)!important; }
.v21-hero-product.card-1 { top: 1%; left: 4%; transform: rotate(-4deg); }
.v21-hero-product.card-2 { top: 23%; right: 0; transform: rotate(4deg); }
.v21-hero-product.card-3 { left: 17%; bottom: 0; transform: rotate(-1deg); }
.v21-hero-image { grid-column: 1 / -1; height: 220px; margin-bottom: 10px; overflow: hidden; border-radius: 15px; background: var(--sf-surface-soft); }
.v21-hero-image img { width: 100%; height: 100%; object-fit: cover; }
.hero-product-fallback { width: 100%; height: 100%; display: grid; place-items: center; font-size: 4rem; font-weight: 900; }
.v21-hero-product > span { grid-column: 1 / -1; color: var(--sf-muted); font-size: .68rem; font-weight: 800; text-transform: uppercase; }
.v21-hero-product > strong { grid-column: 1; overflow: hidden; font-size: .86rem; text-overflow: ellipsis; white-space: nowrap; }
.v21-hero-product > small { grid-column: 2; grid-row: 3; font-weight: 850; }
.hero-orb { position: absolute; width: 330px; height: 330px; top: 15%; left: 20%; z-index: 0; border-radius: 50%; background: color-mix(in srgb, var(--accent) 22%, #fff); filter: blur(2px); }
.hero-empty-visual { width: min(420px, 85%); aspect-ratio: 1; position: relative; border-radius: 38% 62% 58% 42%; background: color-mix(in srgb, var(--accent) 18%, white); }
.hero-empty-visual span { position: absolute; border: 1px solid white; border-radius: 24px; background: rgba(255,255,255,.78); box-shadow: var(--sf-shadow); }
.hero-empty-visual span:nth-child(1) { width: 46%; height: 60%; left: 2%; top: 5%; transform: rotate(-6deg); }
.hero-empty-visual span:nth-child(2) { width: 48%; height: 65%; right: 0; top: 18%; transform: rotate(7deg); }
.hero-empty-visual span:nth-child(3) { width: 50%; height: 30%; left: 22%; bottom: 3%; }
.v2-trustbar { color: #fff; background: var(--sf-text); }
.v2-trustbar .container { min-height: 86px; display: grid; grid-template-columns: repeat(4,1fr); align-items: center; }
.v2-trustbar .container > div { min-height: 44px; display: flex; align-items: center; gap: 14px; padding: 0 24px; border-right: 1px solid rgba(255,255,255,.16); }
.v2-trustbar .container > div:first-child { padding-left: 0; }
.v2-trustbar .container > div:last-child { border-right: 0; }
.v2-trustbar b { color: color-mix(in srgb, var(--accent) 75%, white); font-size: .7rem; letter-spacing: .12em; }
.v2-trustbar span { font-size: .84rem; font-weight: 700; }
.v2-section, .gate2a-storefront .section { padding-block: var(--sf-space-7); }
.v2-section-head, .section-title-row { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 30px; }
.v2-section-head h2, .section-title-row h2 { margin: 8px 0 0; }
.v2-section-head > a, .section-title-row > a { flex: 0 0 auto; font-weight: 800; text-decoration: none; }
.v21-category-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 14px; }
.v21-category-card { min-width: 0; display: grid; grid-template-columns: 78px 1fr auto; align-items: center; gap: 14px; border: 1px solid var(--sf-line); border-radius: var(--sf-radius); padding: 11px; background: var(--sf-surface); text-decoration: none; transition: border-color var(--sf-fast), transform var(--sf-fast) var(--sf-ease), box-shadow var(--sf-fast); }
.v21-category-card:hover { transform: translateY(-3px); border-color: var(--sf-line-strong); box-shadow: var(--sf-shadow-sm); }
.v21-category-art { width: 78px; aspect-ratio: 1; display: grid; place-items: center; overflow: hidden; border-radius: 12px; background: var(--sf-surface-soft); font-size: 2rem; font-weight: 900; }
.v21-category-art img { width: 100%; height: 100%; object-fit: cover; }
.v21-category-card div:nth-child(2) { min-width: 0; display: flex; flex-direction: column; }
.v21-category-card strong { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.v21-category-card small { color: var(--sf-muted); }
.v21-category-card em { font-style: normal; }
.v2-deal-section, .v21-new-section, .home-reviews { padding-block: var(--sf-space-7); background: var(--sf-surface); }
.v21-value-band { padding-block: var(--sf-space-6); color: white; background: var(--brand); }
.v21-value-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 0; }
.v21-value-grid article { display: grid; grid-template-columns: auto 1fr; gap: 18px; padding: 10px 34px; border-right: 1px solid rgba(255,255,255,.18); }
.v21-value-grid article:first-child { padding-left: 0; }
.v21-value-grid article:last-child { border-right: 0; }
.v21-value-grid article > span { color: color-mix(in srgb, var(--accent) 72%, white); font-weight: 900; }
.v21-value-grid h3 { margin: 0 0 8px; color: #fff; }
.v21-value-grid p { margin: 0; color: rgba(255,255,255,.72); font-size: .88rem; }
.v2-offer-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.v2-offer-card { min-height: 240px; display: flex; flex-direction: column; align-items: flex-start; justify-content: end; border-radius: var(--sf-radius-lg); padding: 26px; overflow: hidden; color: #fff; background: linear-gradient(140deg, var(--brand), color-mix(in srgb, var(--brand) 55%, var(--accent))); text-decoration: none; transition: transform var(--sf-fast) var(--sf-ease); }
.v2-offer-card:hover { transform: translateY(-4px); }
.v2-offer-card span { font-size: .7rem; font-weight: 800; text-transform: uppercase; }
.v2-offer-card h3 { margin: 8px 0; color: #fff; font-size: 1.55rem; }
.v2-offer-card p { margin: 0 0 18px; color: rgba(255,255,255,.75); }
.home-review-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.home-review-grid article { display: flex; flex-direction: column; border: 1px solid var(--sf-line); border-radius: var(--sf-radius-lg); padding: 25px; background: var(--sf-canvas); }
.home-review-grid h3 { margin: 16px 0 4px; }
.home-review-grid p { flex: 1; color: var(--sf-muted); }
.home-review-grid footer { display: flex; flex-direction: column; border: 0; padding: 0; }
.home-review-grid footer a { color: var(--sf-muted); font-size: .78rem; }

/* Product cards */
.gate2a-storefront .product-grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: clamp(13px, 2vw, 22px); }
.product-card { min-width: 0; overflow: hidden; border: 1px solid var(--sf-line); border-radius: var(--sf-radius); background: var(--sf-surface); transition: border-color var(--sf-fast), transform var(--sf-motion) var(--sf-ease), box-shadow var(--sf-motion); }
.product-card:hover, .product-card:focus-within { border-color: var(--sf-line-strong); transform: translateY(-5px); box-shadow: var(--sf-shadow-sm); }
.product-card-media { position: relative; aspect-ratio: 4 / 5; overflow: hidden; background: var(--sf-surface-soft); }
.product-card-image-link { position: absolute; inset: 0; display: block; }
.product-card-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: opacity var(--sf-motion), transform 650ms var(--sf-ease); }
.alternate-image { opacity: 0; }
.product-card:hover .primary-image, .product-card:focus-within .primary-image { transform: scale(1.045); }
.product-card:hover .alternate-image, .product-card:focus-within .alternate-image { opacity: 1; transform: scale(1.045); }
.product-image-fallback { width: 100%; height: 100%; display: grid; place-content: center; gap: 4px; text-align: center; background: radial-gradient(circle at 30% 20%, color-mix(in srgb, var(--accent) 15%, #fff), var(--sf-surface-soft)); }
.product-image-fallback b { font-size: clamp(3rem, 9vw, 6rem); letter-spacing: -.08em; opacity: .75; }
.product-image-fallback small { color: var(--sf-muted); }
.product-tag { position: absolute; z-index: 3; top: 12px; left: 12px; border-radius: var(--sf-radius-pill); padding: 6px 10px; color: var(--sf-text); background: rgba(255,255,255,.9); font-size: .68rem; font-weight: 850; box-shadow: 0 3px 12px rgba(0,0,0,.08); backdrop-filter: blur(8px); }
.product-tag.sale { color: #fff; background: var(--accent); }
.wishlist-card { position: absolute; z-index: 4; top: 10px; right: 10px; margin: 0; }
.wishlist-card button { width: 40px; height: 40px; border: 1px solid rgba(255,255,255,.8); border-radius: 50%; color: var(--sf-text); background: rgba(255,255,255,.88); font-size: 1.1rem; cursor: pointer; box-shadow: 0 4px 14px rgba(0,0,0,.09); backdrop-filter: blur(8px); }
.wishlist-card button[aria-pressed=true] { color: var(--sf-danger); }
.product-card-actions { position: absolute; z-index: 4; left: 10px; right: 10px; bottom: 10px; transform: translateY(calc(100% + 14px)); opacity: 0; transition: transform var(--sf-motion) var(--sf-ease), opacity var(--sf-fast); }
.product-card:hover .product-card-actions, .product-card:focus-within .product-card-actions { transform: none; opacity: 1; }
.product-card-actions form { margin: 0; }
.product-quick-link { width: 100%; min-height: 44px; display: flex; align-items: center; justify-content: center; gap: 10px; border: 0; border-radius: var(--sf-radius-pill); color: #fff; background: color-mix(in srgb, var(--brand) 93%, transparent); font-weight: 800; text-decoration: none; cursor: pointer; box-shadow: 0 8px 22px rgba(0,0,0,.15); backdrop-filter: blur(8px); }
.product-card-body { padding: 16px 16px 17px; }
.product-card-eyebrow { display: block; overflow: hidden; color: var(--sf-muted); font-size: .7rem; font-weight: 750; letter-spacing: .05em; text-overflow: ellipsis; text-transform: uppercase; white-space: nowrap; }
.product-card-title { display: block; min-height: 44px; margin-top: 6px; text-decoration: none; }
.product-card-title h3 { display: -webkit-box; margin: 0; overflow: hidden; font-size: .96rem; line-height: 1.35; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.product-card .price { min-height: 28px; display: flex; align-items: baseline; flex-wrap: wrap; gap: 7px; margin-top: 10px; }
.product-card .price strong { font-size: 1.06rem; }
.product-card .price del { color: var(--sf-muted); font-size: .78rem; }
.product-card .from { color: var(--sf-muted); font-size: .68rem; font-weight: 650; }
.product-meta { display: flex; justify-content: space-between; gap: 8px; margin-top: 8px; color: var(--sf-muted); font-size: .7rem; }
.stock-positive { color: var(--sf-success); }
.stock-negative { color: var(--sf-danger); }
.product-card.is-sold-out .product-card-image { filter: saturate(.55); opacity: .7; }

/* Catalogue and utility pages */
.catalog-hero, .collection-hero { display: flex; align-items: end; justify-content: space-between; gap: 24px; padding-block: 56px 34px; }
.catalog-hero h1, .collection-hero h1 { margin: 10px 0 8px; }
.catalog-hero p, .collection-hero p { margin: 0; color: var(--sf-muted); }
.catalog-shell { display: grid; grid-template-columns: 245px minmax(0,1fr); align-items: start; gap: 30px; padding-bottom: var(--sf-space-7); }
.filter-panel { position: sticky; top: 145px; max-height: calc(100vh - 165px); overflow: auto; border: 1px solid var(--sf-line); border-radius: var(--sf-radius); padding: 20px; background: var(--sf-surface); }
.filter-mobile-head { display: none; }
.filter-block { margin-bottom: 22px; }
.filter-label { display: block; margin-bottom: 9px; font-size: .76rem; font-weight: 850; }
.filter-options { display: grid; gap: 8px; }
.check-row { display: flex; align-items: center; gap: 9px; color: var(--sf-muted); font-size: .84rem; }
.check-row input { width: 18px; height: 18px; accent-color: var(--brand); }
.price-pair { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.filter-actions { display: grid; gap: 9px; }
.catalog-toolbar { min-height: 54px; display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-bottom: 18px; }
.filter-chips { display: flex; flex-wrap: wrap; gap: 7px; }
.filter-chip { border: 1px solid var(--sf-line); border-radius: var(--sf-radius-pill); padding: 5px 9px; background: var(--sf-surface); color: var(--sf-muted); font-size: .7rem; }
.sort-form label { display: flex; align-items: center; gap: 8px; font-size: .76rem; font-weight: 800; white-space: nowrap; }
.sort-form select { min-height: 42px; width: auto; }
.filter-trigger, .filter-backdrop { display: none; }
.empty-state { grid-column: 1 / -1; min-height: 330px; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 38px; text-align: center; }
.empty-state h2 { margin: 12px 0 5px; }
.empty-state p { max-width: 480px; margin: 0 0 22px; color: var(--sf-muted); }
.empty-icon { width: 72px; height: 72px; display: grid; place-items: center; border-radius: 50%; color: var(--sf-muted); background: var(--sf-surface-soft); font-weight: 900; }
.pagination-wrap { margin-top: 34px; }

/* PDP */
.breadcrumb { display: flex; align-items: center; gap: 9px; padding-top: 25px; color: var(--sf-muted); font-size: .78rem; overflow: hidden; white-space: nowrap; }
.breadcrumb > * { flex: 0 0 auto; }
.breadcrumb > span:last-child { min-width: 0; overflow: hidden; text-overflow: ellipsis; }
.product-page { display: grid; grid-template-columns: minmax(0,1.12fr) minmax(390px,.88fr); align-items: start; gap: clamp(38px,5vw,76px); padding-block: 30px 70px; }
.product-gallery { min-width: 0; }
.product-main-media { position: relative; aspect-ratio: 1 / 1.04; overflow: hidden; border-radius: var(--sf-radius-lg); background: var(--sf-surface-soft); }
.product-zoom-trigger { width: 100%; height: 100%; display: block; border: 0; padding: 0; background: transparent; cursor: zoom-in; }
.product-zoom-trigger img { width: 100%; height: 100%; object-fit: cover; transition: transform 280ms ease; }
.product-zoom-trigger img.is-zooming { transform: scale(1.7); }
.zoom-hint { position: absolute; right: 14px; bottom: 14px; border-radius: var(--sf-radius-pill); padding: 8px 12px; background: rgba(255,255,255,.88); font-size: .72rem; font-weight: 800; backdrop-filter: blur(8px); }
.media-discount { position: absolute; top: 16px; left: 16px; border-radius: var(--sf-radius-pill); padding: 7px 11px; color: white; background: var(--accent); font-size: .75rem; font-weight: 850; }
.product-thumbs { display: flex; gap: 10px; margin-top: 12px; overflow-x: auto; padding: 3px; scroll-snap-type: x proximity; }
.thumb-button { width: 76px; aspect-ratio: 1; flex: 0 0 76px; overflow: hidden; border: 2px solid transparent; border-radius: 12px; padding: 3px; background: var(--sf-surface); cursor: pointer; scroll-snap-align: start; }
.thumb-button.active { border-color: var(--brand); }
.thumb-button img { width: 100%; height: 100%; border-radius: 8px; object-fit: cover; }
.product-purchase { position: sticky; top: 155px; border: 1px solid var(--sf-line); border-radius: var(--sf-radius-lg); padding: clamp(24px,3vw,38px); background: var(--sf-surface); box-shadow: var(--sf-shadow-sm); }
.product-kicker { color: var(--sf-muted); font-size: .72rem; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.product-purchase h1 { margin: 10px 0 14px; font-size: clamp(1.9rem,3vw,3.3rem); }
.rating-line { display: flex; align-items: center; flex-wrap: wrap; gap: 8px; font-size: .78rem; }
.review-stars { color: #e69215; letter-spacing: .08em; }
.review-ready { color: var(--sf-muted); }
.product-price-stock-row { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 25px; padding-top: 23px; border-top: 1px solid var(--sf-line); }
.variant-price-live { display: flex; align-items: baseline; flex-wrap: wrap; gap: 9px; }
.variant-price-live strong { font-size: 1.85rem; letter-spacing: -.04em; }
.variant-price-live del { color: var(--sf-muted); }
.saving { border-radius: var(--sf-radius-pill); padding: 5px 8px; color: var(--sf-success); background: var(--sf-success-soft); font-size: .7rem; font-weight: 800; }
.stock-state { flex: 0 0 auto; border-radius: var(--sf-radius-pill); padding: 7px 10px; font-size: .72rem; font-weight: 800; }
.stock-state.in-stock { color: var(--sf-success); background: var(--sf-success-soft); }
.stock-state.sold-out { color: var(--sf-danger); background: var(--sf-danger-soft); }
.product-summary { color: var(--sf-muted); }
.purchase-benefits { display: grid; gap: 10px; margin-block: 22px; }
.purchase-benefits > div { display: grid; grid-template-columns: 32px 1fr; gap: 10px; align-items: center; }
.purchase-benefits > div > b { width: 30px; height: 30px; display: grid; place-items: center; border-radius: 50%; color: var(--sf-success); background: var(--sf-success-soft); }
.purchase-benefits span { display: flex; flex-direction: column; }
.purchase-benefits small { color: var(--sf-muted); }
.buy-form { padding-top: 20px; border-top: 1px solid var(--sf-line); }
.option-label { display: flex; justify-content: space-between; gap: 10px; margin-bottom: 9px; font-weight: 800; }
.variant-pills { display: flex; flex-wrap: wrap; gap: 9px; }
.variant-pills label { cursor: pointer; }
.variant-pills input { position: absolute; opacity: 0; pointer-events: none; }
.variant-pills label > span { min-height: 42px; display: flex; align-items: center; gap: 6px; border: 1px solid var(--sf-line-strong); border-radius: var(--sf-radius-pill); padding: 8px 13px; font-weight: 700; transition: border-color var(--sf-fast), box-shadow var(--sf-fast), background var(--sf-fast); }
.variant-pills input:checked + span { border-color: var(--brand); background: color-mix(in srgb, var(--brand) 7%, white); box-shadow: inset 0 0 0 1px var(--brand); }
.variant-pills input:focus-visible + span { outline: 3px solid color-mix(in srgb, var(--accent) 70%, white); outline-offset: 3px; }
.variant-pills .is-sold-out > span { opacity: .45; cursor: not-allowed; text-decoration: line-through; }
.variant-pills em { font-size: .66rem; font-style: normal; }
.buy-row { display: grid; grid-template-columns: 88px 1fr; gap: 12px; margin-top: 22px; }
.qty-control { display: grid; gap: 5px; font-size: .72rem; font-weight: 800; }
.quantity-stepper { height: 48px; display: grid; grid-template-columns: 30px 1fr 30px; align-items: center; overflow: hidden; border: 1px solid var(--sf-line-strong); border-radius: var(--sf-radius-sm); background: var(--sf-surface); }
.quantity-stepper button { height: 100%; border: 0; padding: 0; background: transparent; font-size: 1rem; cursor: pointer; }
.quantity-stepper button:hover { background: var(--sf-surface-soft); }
.quantity-stepper input { min-width: 0!important; min-height: 44px!important; border: 0!important; border-radius: 0!important; padding: 0!important; text-align: center; box-shadow: none!important; -moz-appearance: textfield; }
.quantity-stepper input::-webkit-outer-spin-button, .quantity-stepper input::-webkit-inner-spin-button { margin: 0; -webkit-appearance: none; }
.buy-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; align-self: end; }
.wishlist-detail { margin-top: 10px; }
.delivery-estimator { margin-top: 22px; border-radius: var(--sf-radius); padding: 16px; background: var(--sf-surface-soft); }
.delivery-estimator p { margin: 5px 0; }
.payment-trust { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 16px; }
.payment-trust span { border: 1px solid var(--sf-line); border-radius: var(--sf-radius-pill); padding: 5px 8px; color: var(--sf-muted); font-size: .65rem; font-weight: 700; }
.product-information { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(30px,6vw,100px); padding-block: var(--sf-space-7); border-top: 1px solid var(--sf-line); }
.product-information h2 { margin: 10px 0; }
.prose { color: var(--sf-muted); font-size: 1.02rem; line-height: 1.8; }
.product-specs { margin-top: 30px; border-top: 1px solid var(--sf-line); }
.product-specs > div { display: grid; grid-template-columns: .7fr 1.3fr; gap: 20px; padding: 13px 0; border-bottom: 1px solid var(--sf-line); }
.product-specs dt { color: var(--sf-muted); }
.product-specs dd { margin: 0; font-weight: 700; }
.reviews-section { padding-block: var(--sf-space-7); background: var(--sf-surface); }
.review-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
.review-card { border: 1px solid var(--sf-line); border-radius: var(--sf-radius); padding: 22px; }
.review-card-head, .review-card footer { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.review-card footer { padding: 0; border: 0; }
.review-card footer small { color: var(--sf-muted); }
.verified-review-form { display: grid; grid-template-columns: .7fr 1.3fr; gap: 40px; margin-top: 40px; border-radius: var(--sf-radius-lg); padding: 30px; background: var(--sf-canvas); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-grid label { display: grid; gap: 7px; font-size: .8rem; font-weight: 750; }
.form-grid .full { grid-column: 1 / -1; }
.mobile-buy-bar { display: none; }
.product-lightbox { position: fixed; z-index: 400; inset: 0; display: grid; grid-template-columns: auto minmax(0,1fr) auto; align-items: center; gap: 20px; padding: 28px; color: #fff; background: rgba(8,10,8,.94); }
.product-lightbox[hidden] { display: none; }
.product-lightbox figure { max-width: min(88vw,1100px); max-height: 90vh; margin: auto; text-align: center; }
.product-lightbox figure img { max-width: 100%; max-height: 84vh; object-fit: contain; }
.lightbox-close, .lightbox-nav { border: 1px solid rgba(255,255,255,.3); color: white; background: rgba(255,255,255,.1); cursor: pointer; }
.lightbox-close { position: absolute; top: max(18px,env(safe-area-inset-top)); right: 18px; width: 46px; height: 46px; border-radius: 50%; font-size: 1.6rem; }
.lightbox-nav { width: 50px; height: 50px; border-radius: 50%; font-size: 2rem; }
.lightbox-open { overflow: hidden; }

/* Cart, checkout, tracking */
.commerce-journey-section, .checkout-layout { padding-bottom: var(--sf-space-7); }
.cart-layout, .checkout-layout { display: grid; grid-template-columns: minmax(0,1fr) minmax(300px,390px); align-items: start; gap: 26px; }
.cart-card { overflow: hidden; }
.cart-item { display: grid; grid-template-columns: 120px 1fr auto; gap: 18px; padding: 20px; border-bottom: 1px solid var(--sf-line); }
.cart-item:last-child { border-bottom: 0; }
.cart-item-media { width: 120px; aspect-ratio: 1; overflow: hidden; border-radius: 14px; background: var(--sf-surface-soft); }
.cart-item-media img { width: 100%; height: 100%; object-fit: cover; }
.cart-item-copy { min-width: 0; display: flex; flex-direction: column; align-items: flex-start; gap: 4px; }
.cart-item-copy > a { text-decoration: none; }
.cart-stock { margin-top: 4px; font-weight: 750; }
.cart-stock.ok { color: var(--sf-success); }
.cart-stock.bad { color: var(--sf-danger); }
.cart-quantity-form { display: flex; align-items: center; gap: 8px; margin-top: 8px; }
.cart-stepper { width: 116px; height: 42px; }
.cart-item-total { display: flex; flex-direction: column; align-items: end; justify-content: space-between; }
.danger-text { border: 0; padding: 6px; color: var(--sf-danger); background: transparent; cursor: pointer; }
.order-summary { position: sticky; top: 155px; padding: 25px; }
.order-summary h2 { margin: 8px 0 22px; }
.summary-row { display: flex; justify-content: space-between; gap: 18px; padding: 9px 0; }
.order-summary hr { border: 0; border-top: 1px solid var(--sf-line); }
.order-summary-note { font-size: .78rem; }
.order-summary-secondary { display: flex; align-items: center; justify-content: center; margin-top: 9px; }
.checkout-form-card { padding: 28px; }
.checkout-intro h2 { margin: 0 0 4px; }
.checkout-intro p { margin: 0; }
.checkout-confirm { display: flex!important; grid-template-columns: auto 1fr; align-items: center; font-weight: 600!important; }
.checkout-confirm input { width: 19px; height: 19px; accent-color: var(--brand); }
.checkout-privacy-note { margin: 0; font-size: .7rem; }
.checkout-benefits { margin-bottom: 0; }
.soft-card { padding: 18px; background: var(--sf-surface-soft); }
.address-coach[data-quality=good] { color: var(--sf-success); }
.address-coach[data-quality=medium] { color: var(--sf-warning); }
.tracking-card { max-width: 780px; margin: 0 auto 24px; padding: 28px; }
.tracking-card + .tracking-card { margin-top: 24px; }
.tracking-section { padding-bottom: var(--sf-space-7); }
.tracking-privacy { margin: 0; text-align: center; font-size: .72rem; }
.tracking-result .section-head { align-items: center; margin-bottom: 12px; }
.tracking-result h2 { margin: 4px 0 0; }
.tracking-result .badge { border-radius: var(--sf-radius-pill); padding: 7px 11px; color: var(--sf-success); background: var(--sf-success-soft); font-size: .72rem; font-weight: 850; text-transform: capitalize; }
.tracking-timeline { margin-top: 25px; border-top: 1px solid var(--sf-line); padding-top: 20px; }
.tracking-event { position: relative; display: grid; grid-template-columns: 18px 1fr; gap: 10px; padding: 10px 0; }
.tracking-event > span { width: 11px; height: 11px; margin-top: 5px; border: 3px solid color-mix(in srgb, var(--brand) 30%, white); border-radius: 50%; background: var(--brand); }
.tracking-event:not(:last-child)::after { content: ""; position: absolute; left: 5px; top: 27px; bottom: -4px; width: 1px; background: var(--sf-line-strong); }
.tracking-event div { display: flex; flex-direction: column; }

/* Footer */
.store-location { padding-block: var(--sf-space-6); background: var(--sf-surface-soft); }
.store-location-grid { display: grid; grid-template-columns: .72fr 1.28fr; align-items: stretch; gap: 30px; }
.store-location h2 { margin: 9px 0 14px; }
.store-location iframe { width: 100%; min-height: 330px; border: 0; border-radius: var(--sf-radius-lg); background: #ddd; }
.v2-footer { padding: 64px 0 calc(24px + env(safe-area-inset-bottom)); color: rgba(255,255,255,.74); background: #131612; }
.v2-footer-grid { display: grid; grid-template-columns: minmax(260px,1.5fr) repeat(3,minmax(140px,1fr)); gap: 42px; }
.v2-footer-grid > div { display: flex; flex-direction: column; align-items: flex-start; gap: 9px; }
.v2-footer-grid strong { margin-bottom: 7px; color: #fff; }
.v2-footer-grid a { text-decoration: none; }
.v2-footer-grid a:hover { color: #fff; }
.footer-about p { max-width: 390px; }
.footer-brand > span { color: #fff; }
.footer-brand img { filter: brightness(0) invert(1); }
.footer-trust, .footer-social { display: flex; flex-wrap: wrap; gap: 7px; }
.footer-trust span, .footer-social a { border: 1px solid rgba(255,255,255,.16); border-radius: var(--sf-radius-pill); padding: 5px 8px; font-size: .67rem; }
.footer-courier { display: flex; align-items: center; gap: 18px; margin-top: 35px; border-top: 1px solid rgba(255,255,255,.12); padding-top: 20px; }
.footer-courier span { color: #fff; font-weight: 800; }
.footer-courier p { margin: 0; }
.v2-footer-copy { display: flex; justify-content: space-between; gap: 20px; margin-top: 36px; border-top: 1px solid rgba(255,255,255,.12); padding-top: 20px; font-size: .72rem; }
.v2-whatsapp { position: fixed; z-index: 90; right: max(18px,env(safe-area-inset-right)); bottom: 20px; display: flex; align-items: center; gap: 7px; border-radius: var(--sf-radius-pill); padding: 12px 16px; color: white!important; background: #168c50; font-size: .78rem; font-weight: 800; text-decoration: none; box-shadow: var(--sf-shadow); }
.mobile-bottom-nav { display: none; }

@media (max-width: 1100px) {
    .v2-header-main { grid-template-columns: minmax(150px,190px) minmax(260px,1fr) auto; gap: 15px; }
    .v2-brand small { display: none; }
    .v2-hero-grid { grid-template-columns: .9fr 1.1fr; }
    .v21-category-grid, .gate2a-storefront .product-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
    .product-page { grid-template-columns: minmax(0,1fr) minmax(360px,.9fr); gap: 32px; }
    .v2-footer-grid { grid-template-columns: 1.4fr repeat(3,1fr); gap: 28px; }
}

@media (max-width: 900px) {
    .v2-header-main { min-height: 68px; grid-template-columns: 1fr auto; }
    .v2-header-main > .v2-search-wrap { display: none; }
    .v2-mobile-search { display: block; padding-bottom: 12px; }
    .v2-mobile-search .v2-search { grid-template-columns: minmax(0,1fr) auto; padding-left: 14px; }
    .v2-mobile-search .search-suggestions { top: calc(100% - 4px); left: 20px; right: 20px; }
    .v2-category-nav .container { min-height: 40px; gap: 20px; }
    .v2-hero-grid { min-height: auto; grid-template-columns: 1fr; padding-block: 55px; }
    .hero-copy { text-align: center; }
    .hero-copy > p { margin-inline: auto; }
    .hero-actions, .hero-mini-trust { justify-content: center; }
    .hero-visual { min-height: 430px; }
    .v21-hero-products { max-width: 670px; height: 430px; margin: auto; }
    .v21-hero-image { height: 175px; }
    .v2-trustbar .container { grid-template-columns: 1fr 1fr; padding-block: 13px; }
    .v2-trustbar .container > div { padding: 12px 18px; }
    .v2-trustbar .container > div:nth-child(2) { border-right: 0; }
    .v21-category-grid { grid-template-columns: repeat(2,1fr); }
    .product-page { grid-template-columns: 1fr; }
    .product-purchase { position: static; }
    .product-main-media { max-height: 720px; }
    .cart-layout, .checkout-layout { grid-template-columns: 1fr; }
    .order-summary { position: static; }
    .catalog-shell { grid-template-columns: 1fr; }
    .filter-trigger { display: flex; align-items: center; gap: 8px; }
    .filter-trigger b { min-width: 21px; height: 21px; display: grid; place-items: center; border-radius: 50%; color: white; background: var(--brand); font-size: .66rem; }
    .filter-panel { position: fixed; z-index: 230; top: 0; right: 0; left: auto; width: min(390px,90vw); max-height: 100dvh; height: 100dvh; border: 0; border-radius: 0; padding: 22px; transform: translateX(105%); transition: transform var(--sf-motion) var(--sf-ease); }
    .filter-panel.open { transform: none; }
    .filter-mobile-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 22px; }
    .filter-mobile-head button { width: 42px; height: 42px; border: 0; border-radius: 50%; background: var(--sf-surface-soft); font-size: 1.4rem; }
    .filter-backdrop { position: fixed; z-index: 220; inset: 0; display: block; pointer-events: none; opacity: 0; background: rgba(0,0,0,.42); transition: opacity var(--sf-fast); }
    .filter-backdrop.open { pointer-events: auto; opacity: 1; }
    .filter-lock { overflow: hidden; }
    .v2-footer-grid { grid-template-columns: 1.4fr 1fr 1fr; }
    .footer-contact { grid-column: 1 / -1; }
}

@media (max-width: 768px) {
    .gate2a-storefront { padding-bottom: calc(68px + env(safe-area-inset-bottom)); }
    .gate2a-storefront .container { width: min(calc(100% - 30px), var(--sf-container)); }
    .v2-announcement .container { min-height: 34px; justify-content: space-between; gap: 10px; }
    .v2-announcement span { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
    .v2-header-main { min-height: 60px; }
    .v2-actions { display: none; }
    .v2-brand > span { font-size: 1.3rem; }
    .v2-brand img { max-width: 150px; max-height: 40px; }
    .v2-search { height: 45px; }
    .v2-search button { min-width: 70px; padding-inline: 12px; }
    .v2-category-nav .container { width: 100%; padding-inline: 15px; }
    .hero-copy h1 { font-size: clamp(2.55rem,12vw,4.8rem); }
    .hero-visual { min-height: 390px; }
    .v21-hero-products { height: 390px; }
    .v21-hero-product { width: 47%; }
    .v21-hero-image { height: 145px; }
    .v2-section, .gate2a-storefront .section, .v2-deal-section, .v21-new-section, .home-reviews, .reviews-section { padding-block: 52px; }
    .v21-value-grid { grid-template-columns: 1fr; }
    .v21-value-grid article, .v21-value-grid article:first-child { padding: 20px 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.18); }
    .v21-value-grid article:last-child { border-bottom: 0; }
    .gate2a-storefront .product-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .product-card-actions { transform: none; opacity: 1; }
    .product-card:hover, .product-card:focus-within { transform: none; }
    .v2-offer-grid, .home-review-grid, .review-grid { grid-template-columns: 1fr; }
    .catalog-hero, .collection-hero { padding-block: 40px 25px; }
    .product-page { padding-bottom: 38px; }
    .product-main-media { border-radius: var(--sf-radius); }
    .product-purchase { padding: 23px; }
    .product-information, .verified-review-form { grid-template-columns: 1fr; gap: 22px; }
    .product-information { padding-block: 52px; }
    .mobile-buy-bar { position: fixed; z-index: 105; left: 10px; right: 10px; bottom: calc(66px + env(safe-area-inset-bottom)); display: flex; align-items: center; justify-content: space-between; gap: 12px; border: 1px solid var(--sf-line); border-radius: 18px; padding: 9px 10px 9px 14px; background: rgba(255,255,255,.94); box-shadow: var(--sf-shadow); backdrop-filter: blur(18px); }
    .mobile-buy-bar > div { min-width: 0; display: flex; flex-direction: column; }
    .mobile-buy-bar small { color: var(--sf-muted); }
    .mobile-buy-bar .btn { min-height: 44px; }
    .product-lightbox { grid-template-columns: 1fr; padding: 16px; }
    .lightbox-nav { position: absolute; z-index: 2; top: 50%; }
    .lightbox-nav.prev { left: 12px; }
    .lightbox-nav.next { right: 12px; }
    .cart-item { grid-template-columns: 92px 1fr; }
    .cart-item-media { width: 92px; }
    .cart-item-total { grid-column: 2; flex-direction: row; align-items: center; }
    .checkout-form-card { padding: 21px; }
    .store-location-grid { grid-template-columns: 1fr; }
    .v2-footer { padding-bottom: 38px; }
    .v2-footer-grid { grid-template-columns: 1fr 1fr; }
    .footer-about, .footer-contact { grid-column: 1 / -1; }
    .v2-footer-copy { flex-direction: column; }
    .v2-whatsapp { right: 14px; bottom: calc(78px + env(safe-area-inset-bottom)); padding: 11px; }
    .v2-whatsapp { font-size: 0; }
    .v2-whatsapp span { font-size: 1rem; }
    .mobile-bottom-nav { position: fixed; z-index: 100; left: 0; right: 0; bottom: 0; min-height: calc(62px + env(safe-area-inset-bottom)); display: grid; grid-template-columns: repeat(5,1fr); align-items: start; border-top: 1px solid var(--sf-line); padding: 7px 5px env(safe-area-inset-bottom); background: rgba(255,255,255,.96); box-shadow: 0 -8px 25px rgba(0,0,0,.07); backdrop-filter: blur(18px); }
    .mobile-bottom-nav a { position: relative; min-width: 0; min-height: 48px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 1px; border-radius: 9px; color: var(--sf-muted); font-size: .62rem; font-weight: 750; text-decoration: none; }
    .mobile-bottom-nav a.is-active { color: var(--brand); background: color-mix(in srgb, var(--brand) 6%, transparent); }
    .mobile-bottom-nav a > span { min-height: 20px; font-size: 1.1rem; }
    .mobile-bottom-nav b { top: -1px; right: 18%; }
}

@media (max-width: 560px) {
    .hero-actions { flex-direction: column; }
    .hero-actions .btn { width: min(100%,320px); }
    .hero-mini-trust { gap: 8px 13px; font-size: .7rem; }
    .hero-visual { min-height: 320px; }
    .v21-hero-products { height: 320px; }
    .v21-hero-product { width: 49%; padding: 9px; border-radius: 17px; }
    .v21-hero-image { height: 110px; }
    .v21-hero-product.card-1 { left: 0; }
    .v21-hero-product.card-3 { left: 12%; }
    .v2-trustbar .container { width: 100%; padding-inline: 15px; }
    .v2-trustbar .container > div { padding: 10px; }
    .v2-trustbar span { font-size: .72rem; }
    .v21-category-grid { display: flex; overflow-x: auto; margin-inline: -15px; padding: 0 15px 8px; scroll-snap-type: x mandatory; }
    .v21-category-card { width: 260px; flex: 0 0 260px; scroll-snap-align: start; }
    .v2-section-head, .section-title-row { align-items: start; }
    .v2-section-head h2, .section-title-row h2 { font-size: 1.65rem; }
    .v2-section-head > a, .section-title-row > a { font-size: .75rem; }
    .product-card-body { padding: 12px; }
    .product-card-title { min-height: 42px; }
    .product-card-title h3 { font-size: .86rem; }
    .product-card .price strong { font-size: .95rem; }
    .product-meta { font-size: .63rem; }
    .product-quick-link { min-height: 40px; font-size: .74rem; }
    .wishlist-card button { width: 36px; height: 36px; }
    .product-tag { top: 9px; left: 9px; padding: 5px 7px; font-size: .61rem; }
    .catalog-toolbar { align-items: start; flex-direction: column; }
    .sort-form { width: 100%; }
    .sort-form label, .sort-form select { width: 100%; }
    .product-purchase { padding: 19px; }
    .product-price-stock-row { align-items: start; }
    .buy-row { grid-template-columns: 1fr; }
    .qty-control { max-width: 105px; }
    .form-grid { grid-template-columns: 1fr; }
    .form-grid .full { grid-column: auto; }
    .cart-item { grid-template-columns: 76px 1fr; gap: 12px; padding: 14px; }
    .cart-item-media { width: 76px; }
    .cart-item-total { grid-column: 1 / -1; }
    .v2-footer-grid { grid-template-columns: 1fr 1fr; gap: 30px 20px; }
}

@media (max-width: 390px) {
    .gate2a-storefront .container { width: min(calc(100% - 24px), var(--sf-container)); }
    .v2-announcement { font-size: .7rem; }
    .v2-announcement a { display: none; }
    .v2-announcement .container { justify-content: center; }
    .v2-mobile-search { width: 100%; padding-inline: 12px; }
    .v2-search button { min-width: 60px; font-size: .74rem; }
    .v2-category-nav .container { padding-inline: 12px; }
    .v21-category-grid { margin-inline: -12px; padding-inline: 12px; }
    .hero-copy h1 { font-size: clamp(2.3rem,12vw,3.2rem); }
    .hero-visual { min-height: 290px; }
    .v21-hero-products { height: 290px; }
    .v21-hero-image { height: 88px; }
    .v21-hero-product > strong { font-size: .7rem; }
    .v21-hero-product > small, .v21-hero-product > span { font-size: .58rem; }
    .v2-trustbar b { display: none; }
    .v2-trustbar .container > div { min-height: 45px; }
    .gate2a-storefront .product-grid { gap: 9px; }
    .product-card-body { padding: 10px; }
    .product-meta span:last-child { display: none; }
    .buy-actions { grid-template-columns: 1fr; }
    .checkout-form-card, .order-summary, .tracking-card { padding: 17px; }
    .v2-footer-grid { grid-template-columns: 1fr; }
    .footer-about, .footer-contact { grid-column: auto; }
}

@media (max-width: 330px) {
    .hero-mini-trust span:nth-child(2) { display: none; }
    .product-card-eyebrow { font-size: .6rem; }
    .product-card-title h3 { font-size: .78rem; }
    .product-card .price { gap: 4px; }
    .product-card .price strong { font-size: .86rem; }
    .product-card .price del { font-size: .65rem; }
    .product-quick-link { min-height: 38px; font-size: .68rem; }
    .mobile-bottom-nav a { font-size: .56rem; }
}

@media (prefers-reduced-motion: reduce) {
    .gate2a-storefront *, .gate2a-storefront *::before, .gate2a-storefront *::after { scroll-behavior: auto!important; animation-duration: .01ms!important; animation-iteration-count: 1!important; transition-duration: .01ms!important; }
    .product-zoom-trigger img.is-zooming { transform: none; }
}

/* Gate 2A.1: accurate aggregate review meter */
.rating-meter { --rating: 0; position: relative; display: inline-block; color: #d9d7d1; line-height: 1; white-space: nowrap; }
.rating-meter > span { color: inherit; }
.rating-meter::after { content: "★★★★★"; position: absolute; inset: 0 auto 0 0; width: calc((var(--rating) / 5) * 100%); overflow: hidden; color: #e69215; white-space: nowrap; pointer-events: none; }

@media (max-width: 768px) {
    /* On PDPs, keep the fixed purchase stack clear without adding a white strip below the dark footer. */
    .gate2a-storefront.is-product-page { padding-bottom: 0; }
    .gate2a-storefront.is-product-page .v2-footer { padding-bottom: calc(148px + env(safe-area-inset-bottom)); }
    .gate2a-storefront.is-product-page.has-whatsapp .v2-whatsapp { bottom: calc(148px + env(safe-area-inset-bottom)); }
}

/* Gate 2B: storefront authority + merchandising density */
@media (min-width: 901px) {
    .v2-hero-grid { min-height: 560px; padding-block: 58px; }
    .v2-section, .gate2a-storefront .section, .v2-deal-section, .v21-new-section, .home-reviews { padding-block: 58px; }
    .catalog-shell { gap: 34px; }
    .filter-panel { scrollbar-width: thin; scrollbar-color: var(--sf-line-strong) transparent; }
    .filter-panel::-webkit-scrollbar { width: 6px; }
    .filter-panel::-webkit-scrollbar-thumb { border-radius: 999px; background: var(--sf-line-strong); }
}

.v2-offer-grid.single-offer { grid-template-columns: 1fr; }
.v2-offer-grid.single-offer .v2-offer-card {
    min-height: 220px;
    display: grid;
    align-content: end;
    padding: clamp(28px, 5vw, 58px);
    background:
        radial-gradient(circle at 82% 18%, color-mix(in srgb, var(--accent) 30%, transparent), transparent 36%),
        linear-gradient(120deg, #171b21 0%, #25212a 48%, color-mix(in srgb, var(--accent) 42%, #35261f) 100%);
}
.v2-offer-grid.single-offer .v2-offer-card h3 { max-width: 760px; font-size: clamp(1.8rem, 4vw, 3.5rem); }
.v2-offer-grid.single-offer .v2-offer-card p { max-width: 620px; font-size: 1rem; }
.v2-offer-grid.single-offer .v2-offer-card b { margin-top: 8px; }

.footer-about p { max-width: 420px; }
.payment-trust span { white-space: nowrap; }
.product-kicker span { color: var(--sf-muted); }

.action-icon { width: 22px; height: 22px; display: grid; place-items: center; }
.action-icon svg, .mobile-nav-icon { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.mobile-bottom-nav .mobile-nav-icon { min-height: 20px; }

@media (max-width: 768px) {
    .v2-offer-grid.single-offer .v2-offer-card { min-height: 190px; }
}
