@font-face {
font-family: 'Hind Siliguri';
src: url('/storefront/fonts/hind-siliguri-400.woff2') format('woff2');
font-weight: 400;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Hind Siliguri';
src: url('/storefront/fonts/hind-siliguri-700.woff2') format('woff2');
font-weight: 600 800;
font-style: normal;
font-display: swap;
}
:root {
color-scheme: light;
--n-0: #ffffff;
--n-25: #fbfcfd;
--n-50: #f6f8fa;
--n-100: #eef1f5;
--n-200: #e3e8ee;
--n-300: #cbd3de;
--n-400: #98a3b3;
--n-500: #5c6675;
--n-600: #454e5c;
--n-700: #333b47;
--n-800: #232a34;
--n-900: #161b22;
--n-950: #0d1116;
--bg: var(--n-50);
--surface: var(--n-0);
--surface-2: var(--n-50);
--surface-3: var(--n-100);
--line: var(--n-200);
--line-strong: var(--n-300);
--ink: var(--n-900);
--ink-2: var(--n-600);
--ink-3: var(--n-500);
--ink-inv: var(--n-0);
--brand-50: #eef4ff;
--brand-100: #dbe7ff;
--brand-200: #bcd2ff;
--brand-300: #90b3ff;
--brand-400: #6089fb;
--brand-500: #3d63f0;
--brand-600: #2947dd;
--brand-700: #2138b4;
--brand-800: #20328f;
--brand-900: #1f3072;
--brand-950: #172049;
--brand: var(--brand-600);
--brand-strong: var(--brand-700);
--brand-soft: var(--brand-50);
--brand-fg: #ffffff;
--on-brand-soft: var(--brand-700);
--ok: #0f7a4a;
--ok-bg: #e6f6ee;
--warn: #96600a;
--warn-bg: #fdf3e2;
--danger: #c62828;
--danger-bg: #fdecec;
--info: #1b6ea8;
--info-bg: #e8f3fb;
--star: #e8a021;
--sale: #c62828;
--sale-fg: #ffffff;
--deal-bg: var(--n-900);
--deal-ink: var(--n-0);
--deal-accent: color-mix(in srgb, var(--sale) 52%, var(--n-0));
--font-body: 'Hind Siliguri', system-ui, 'Segoe UI', sans-serif;
--font-head: var(--font-body);
--t-xs: 0.75rem;
--t-sm: 0.8125rem;
--t-base: 0.9375rem;
--t-md: 1rem;
--t-lg: clamp(1.0625rem, 0.3vw + 1rem, 1.1875rem);
--t-xl: clamp(1.125rem, 0.4vw + 1.03rem, 1.3125rem);
--t-2xl: clamp(1.25rem, 0.8vw + 1.05rem, 1.5rem);
--t-3xl: clamp(1.5rem, 1.2vw + 1.2rem, 1.75rem);
--t-4xl: clamp(1.75rem, 2.2vw + 1.25rem, 2.375rem);
--lh-tight: 1.25;
--lh-snug: 1.4;
--lh-body: 1.65;
--s-1: 4px;  --s-2: 8px;  --s-3: 12px; --s-4: 16px;
--s-5: 20px; --s-6: 24px; --s-7: 32px; --s-8: 40px;
--s-9: 48px; --s-10: 64px; --s-11: 80px; --s-12: 96px;
--hero-h: clamp(300px, 38vw, 480px);
--sect-y: clamp(44px, 7vw, 92px);
--sect-y-sm: clamp(28px, 4vw, 52px);
--r-xs: 6px;
--r-sm: 9px;
--r-md: 13px;
--r-lg: 18px;
--r-pill: 999px;
--e-1: 0 1px 2px rgb(16 24 40 / 0.05);
--e-2: 0 4px 14px -2px rgb(16 24 40 / 0.09), 0 2px 4px -2px rgb(16 24 40 / 0.05);
--e-3: 0 18px 40px -12px rgb(16 24 40 / 0.18), 0 4px 10px -4px rgb(16 24 40 / 0.06);
--dur-fast: 120ms;
--dur: 200ms;
--dur-slow: 320ms;
--ease: cubic-bezier(0.2, 0, 0.13, 1);
--dur-head: 340ms;
--ease-head: cubic-bezier(0.22, 1, 0.36, 1);
--container: 1200px;
--gutter: var(--s-5);
--header-h: 68px;
--header-h-compact: max(52px, calc(var(--header-h) * 0.85));
--sf-head-h: var(--header-h);
--card-ratio: 1;
--grid-min: 168px;
--ring: 0 0 0 3px color-mix(in srgb, var(--brand) 38%, transparent);
--z-sticky: 20;
--z-header: 40;
--z-drawer: 60;
--z-modal: 70;
--z-toast: 90;
}
html { scroll-padding-top: calc(var(--sf-head-h) + var(--s-4)); }
@property --sf-head-h {
syntax: '<length>';
inherits: true;
initial-value: 68px;
}
html { transition: --sf-head-h var(--dur-head) var(--ease-head); }
@media (prefers-color-scheme: dark) {
:root:not([data-theme='light']) {
color-scheme: dark;
--n-0: #10141a;
--n-25: #131820;
--n-50: #171d26;
--n-100: #1d242f;
--n-200: #2a3240;
--n-300: #3b4553;
--n-400: #66717f;
--n-500: #8f99a8;
--n-600: #b3bcc8;
--n-700: #ccd4de;
--n-800: #e0e6ed;
--n-900: #eef2f7;
--n-950: #ffffff;
--bg: #0b0e13;
--surface: var(--n-25);
--surface-2: var(--n-100);
--surface-3: var(--n-200);
--line: var(--n-200);
--line-strong: var(--n-300);
--brand: var(--brand-400);
--brand-strong: var(--brand-300);
--brand-soft: color-mix(in srgb, var(--brand-400) 16%, transparent);
--on-brand-soft: var(--brand-200);
--brand-fg: #0b0e13;
--ok: #4ade9b;  --ok-bg: color-mix(in srgb, #4ade9b 14%, transparent);
--warn: #f0b849; --warn-bg: color-mix(in srgb, #f0b849 14%, transparent);
--danger: #ff7b72; --danger-bg: color-mix(in srgb, #ff7b72 14%, transparent);
--info: #6cb8ec; --info-bg: color-mix(in srgb, #6cb8ec 14%, transparent);
--sale: #ff6b62;
--deal-bg: var(--n-100);
--deal-ink: var(--ink);
--deal-accent: var(--sale);
--e-1: 0 1px 2px rgb(0 0 0 / 0.4);
--e-2: 0 4px 14px -2px rgb(0 0 0 / 0.55);
--e-3: 0 18px 40px -12px rgb(0 0 0 / 0.7);
}
}
:root[data-theme='dark'] {
color-scheme: dark;
--n-0: #10141a;
--n-25: #131820;
--n-50: #171d26;
--n-100: #1d242f;
--n-200: #2a3240;
--n-300: #3b4553;
--n-400: #66717f;
--n-500: #8f99a8;
--n-600: #b3bcc8;
--n-700: #ccd4de;
--n-800: #e0e6ed;
--n-900: #eef2f7;
--n-950: #ffffff;
--bg: #0b0e13;
--surface: var(--n-25);
--surface-2: var(--n-100);
--surface-3: var(--n-200);
--line: var(--n-200);
--line-strong: var(--n-300);
--brand: var(--brand-400);
--brand-strong: var(--brand-300);
--brand-soft: color-mix(in srgb, var(--brand-400) 16%, transparent);
--on-brand-soft: var(--brand-200);
--brand-fg: #0b0e13;
--ok: #4ade9b;  --ok-bg: color-mix(in srgb, #4ade9b 14%, transparent);
--warn: #f0b849; --warn-bg: color-mix(in srgb, #f0b849 14%, transparent);
--danger: #ff7b72; --danger-bg: color-mix(in srgb, #ff7b72 14%, transparent);
--info: #6cb8ec; --info-bg: color-mix(in srgb, #6cb8ec 14%, transparent);
--sale: #ff6b62;
--deal-bg: var(--n-100);
--deal-ink: var(--ink);
--deal-accent: var(--sale);
--e-1: 0 1px 2px rgb(0 0 0 / 0.4);
--e-2: 0 4px 14px -2px rgb(0 0 0 / 0.55);
--e-3: 0 18px 40px -12px rgb(0 0 0 / 0.7);
}
*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; }
html {
-webkit-text-size-adjust: 100%;
scroll-behavior: smooth;
overflow-x: clip;
}
@media (prefers-reduced-motion: reduce) {
html { scroll-behavior: auto; }
*, *::before, *::after {
animation-duration: 0.01ms !important;
animation-iteration-count: 1 !important;
transition-duration: 0.01ms !important;
}
}
body {
font-family: var(--font-body);
font-size: var(--t-base);
line-height: var(--lh-body);
color: var(--ink);
background: var(--bg);
min-height: 100dvh;
-webkit-font-smoothing: antialiased;
text-rendering: optimizeLegibility;
padding-bottom: env(safe-area-inset-bottom);
}
a { color: inherit; text-decoration: none; }
img, svg, video { max-width: 100%; display: block; }
img { height: auto; }
[hidden] { display: none !important; }
button, input, select, textarea { font: inherit; color: inherit; }
h1, h2, h3, h4 { font-family: var(--font-head); line-height: var(--lh-tight); font-weight: 700; }
:where(h1) { font-size: var(--t-3xl); }
:where(h2) { font-size: var(--t-2xl); }
:where(h3) { font-size: var(--t-lg); }
:focus { outline: none; }
:focus-visible {
outline: 2px solid var(--brand);
outline-offset: 2px;
border-radius: var(--r-xs);
}
::selection { background: var(--brand-soft); color: var(--on-brand-soft); }
.wrap {
max-width: var(--container);
margin-inline: auto;
padding-inline: var(--gutter);
}
.skip-link {
position: absolute;
inset-inline-start: var(--s-3);
top: -100px;
z-index: var(--z-toast);
background: var(--brand);
color: var(--brand-fg);
padding: var(--s-3) var(--s-5);
border-radius: var(--r-sm);
font-weight: 700;
transition: top var(--dur) var(--ease);
}
.skip-link:focus { top: var(--s-3); }
.visually-hidden {
position: absolute; width: 1px; height: 1px; padding: 0;
margin: -1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap;
}
.muted { color: var(--ink-3); }
.icon { width: 1.25em; height: 1.25em; flex: none; stroke-width: 1.7; }
.site-head {
will-change: transform;
background: var(--header-bg, color-mix(in srgb, var(--surface) 88%, transparent));
color: var(--header-fg, inherit);
backdrop-filter: saturate(1.6) blur(12px);
border-bottom: 1px solid var(--header-line, var(--line));
position: sticky;
top: 0;
z-index: var(--z-header);
transition: box-shadow var(--dur) var(--ease), transform var(--dur-head) var(--ease-head);
}
.site-head.is-scrolled {
box-shadow: var(--e-2);
background: var(--header-bg, var(--surface));
backdrop-filter: none;
}
.site-head.is-hidden {
transform: translateY(calc(-1 * var(--sf-row-h, 52px)));
}
.site-head.is-hidden .site-head__row { pointer-events: none; }
@supports (animation-timeline: scroll()) {
.site-head::after {
content: '';
position: absolute; inset-inline-start: 0; bottom: -1px;
height: 2px; width: 100%;
background: linear-gradient(90deg, var(--brand), color-mix(in srgb, var(--brand) 45%, var(--accent, var(--brand))));
transform-origin: 0 50%;
transform: scaleX(0);
animation: sf-progress linear both;
animation-timeline: scroll(root block);
}
[dir='rtl'] .site-head::after { transform-origin: 100% 50%; }
}
@keyframes sf-progress {
from { transform: scaleX(0); }
to   { transform: scaleX(1); }
}
@media (prefers-reduced-motion: reduce) {
.site-head::after { display: none; }
}
@media (prefers-reduced-motion: reduce) {
.site-head { transition: box-shadow var(--dur) var(--ease); }
html { transition: none; }
}
.site-head__row {
display: flex;
align-items: center;
gap: var(--s-4);
height: var(--header-h-compact);
}
.brand { display: flex; align-items: center; gap: var(--s-3); font-weight: 800; font-size: var(--t-lg); letter-spacing: -0.01em; }
.brand__mark {
width: 34px; height: 34px; border-radius: var(--r-sm);
background: var(--brand); color: var(--brand-fg);
display: grid; place-items: center; font-size: 1rem; flex: none;
}
.brand__logo { height: 34px; width: auto; max-width: 190px; object-fit: contain; }
.brand__name { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; max-width: 42vw; }
.nav { display: flex; gap: 2px; margin-inline-start: auto; }
.nav a {
padding: var(--s-2) var(--s-3);
border-radius: var(--r-sm);
font-weight: 600;
font-size: var(--t-base);
color: var(--header-ink-2, var(--ink-2));
white-space: nowrap;
transition: background var(--dur-fast) var(--ease), color var(--dur-fast) var(--ease);
}
.nav a:hover { background: var(--header-hover, var(--surface-2)); color: var(--header-fg, var(--ink)); }
.nav a.is-active { background: var(--header-hover, var(--brand-soft)); color: var(--header-fg, var(--on-brand-soft)); }
.searchbar { position: relative; flex: 1 1 320px; max-width: 620px; min-width: 0; }
.searchbar input {
width: 100%;
min-width: 0;
height: 42px;
transition: border-color var(--dur-fast) var(--ease), box-shadow var(--dur-fast) var(--ease);
border: 1.5px solid var(--line-strong, var(--line));
border-radius: var(--r-pill);
padding-inline: 38px 44px;
font-size: var(--t-base);
background: var(--surface);
color: var(--ink);
}
.searchbar input::placeholder { color: var(--ink-3); }
.searchbar input:hover { border-color: color-mix(in srgb, var(--brand) 45%, var(--line-strong, var(--line))); }
.searchbar input:focus { border-color: var(--brand); box-shadow: var(--ring); background: var(--surface); }
.searchbar__icon {
position: absolute; inset-inline-start: 13px; top: 50%; transform: translateY(-50%);
color: var(--ink-3); pointer-events: none; width: 16px; height: 16px;
}
.searchbar__go {
position: absolute; inset-inline-end: 4px; top: 50%; transform: translateY(-50%);
width: 34px; height: 34px; padding: 0;
transition: filter var(--dur-fast) var(--ease), transform var(--dur-fast) var(--ease);
display: grid; place-items: center;
border: 0; border-radius: var(--r-pill); cursor: pointer;
background: var(--brand); color: var(--brand-fg);
}
.searchbar__go .icon { width: 16px; height: 16px; }
.searchbar__go-txt { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
.searchbar__go:hover { filter: brightness(1.08); }
.searchbar__go:active { transform: translateY(-50%) scale(0.94); }
.head-actions { display: flex; align-items: center; gap: 2px; margin-inline-start: auto; }
.head-act {
position: relative;
display: grid; justify-items: center; align-content: center; gap: 3px;
min-width: 58px; max-width: 84px; padding: 5px 6px 4px;
border: 0; background: none; color: var(--header-ink-2, var(--ink-2));
border-radius: var(--r-md);
transition: background var(--dur-fast) var(--ease), color var(--dur-fast) var(--ease);
}
.head-act:hover { background: var(--header-hover, var(--surface-2)); color: var(--header-fg, var(--ink)); }
.head-act .icon { width: 21px; height: 21px; }
.head-act__label {
font-size: 11px; font-weight: 600; line-height: 1.1;
letter-spacing: 0.01em; white-space: nowrap;
width: 100%; text-align: center;
overflow: hidden; text-overflow: ellipsis;
}
.head-act .cart-count { top: 2px; inset-inline-end: 10px; }
.icon-btn, .cart-link {
position: relative;
display: grid; place-items: center;
width: 40px; height: 40px;
border: 0; background: none; color: var(--ink-2);
border-radius: var(--r-sm); cursor: pointer;
transition: background var(--dur-fast) var(--ease), color var(--dur-fast) var(--ease);
}
.icon-btn:hover, .cart-link:hover { background: var(--surface-2); color: var(--ink); }
.icon-btn .icon, .cart-link .icon { width: 21px; height: 21px; }
.cart-count {
position: absolute; top: 2px; inset-inline-end: 2px;
background: var(--brand); color: var(--brand-fg);
font-size: 0.6875rem; font-weight: 700; line-height: 1;
min-width: 18px; height: 18px; padding: 0 5px;
border-radius: var(--r-pill); display: grid; place-items: center;
border: 2px solid var(--surface);
}
@keyframes sf-cart-pop {
0%   { transform: scale(1); }
35%  { transform: scale(1.42); }
70%  { transform: scale(0.94); }
100% { transform: scale(1); }
}
.cart-count.is-bumped {
animation: sf-cart-pop 420ms var(--ease), sf-cart-ring 620ms var(--ease);
}
@keyframes sf-cart-ring {
from { box-shadow: 0 0 0 0 color-mix(in srgb, var(--brand) 55%, transparent); }
to   { box-shadow: 0 0 0 11px color-mix(in srgb, var(--brand) 0%, transparent); }
}
@media (prefers-reduced-motion: reduce) {
.cart-count.is-bumped { animation: none; }
}
.site-head .icon-btn, .site-head .cart-link { color: var(--header-ink-2, var(--ink-2)); }
.site-head .icon-btn:hover, .site-head .cart-link:hover {
background: var(--header-hover, var(--surface-2));
color: var(--header-fg, var(--ink));
}
.site-head .brand { color: var(--header-fg, inherit); }
.site-head .cart-count { border-color: var(--header-bg, var(--surface)); }
@media (min-width: 901px) {
[data-header='centered'] .site-head__row {
flex-wrap: wrap; height: auto;
padding-block: var(--s-4) var(--s-3);
justify-content: center; row-gap: var(--s-3);
}
[data-header='centered'] .brand { order: 1; flex-basis: 100%; justify-content: center; }
[data-header='centered'] .brand__name { max-width: none; }
[data-header='centered'] .searchbar { order: 2; flex: 0 1 340px; }
[data-header='centered'] .head-actions { order: 3; margin-inline-start: var(--s-2); }
[data-header='centered'] .nav {
order: 4; flex-basis: 100%; justify-content: center;
margin-inline-start: 0; gap: var(--s-2);
}
[data-header='compact'] { --header-h: 58px; }
[data-header='compact'] .nav { display: none; }
[data-header='compact'] .burger { display: grid; }
[data-header='compact'] .searchbar { flex: 1 1 auto; max-width: 620px; margin-inline: auto; }
[data-header='compact'] .brand__mark { width: 32px; height: 32px; font-size: 1rem; }
[data-header='compact'] .brand__logo { height: 32px; }
[data-header='stacked'] .site-head__row {
flex-wrap: wrap; height: auto;
padding-block: var(--s-3) 0; row-gap: 0;
}
[data-header='stacked'] .brand { order: 1; }
[data-header='stacked'] .searchbar { order: 2; flex: 1 1 auto; max-width: 620px; margin-inline: auto; }
[data-header='stacked'] .head-actions { order: 3; }
[data-header='stacked'] .nav {
order: 4; flex-basis: 100%;
justify-content: center; gap: var(--s-2);
margin-inline-start: 0; padding-block: 4px var(--s-2);
}
[data-header='stacked'] .nav a:nth-child(n + 6),
[data-header='centered'] .nav a:nth-child(n + 6) { display: block; }
[data-header='minimal'] .nav { display: none; }
[data-header='minimal'] .searchbar { flex: 1 1 auto; max-width: 620px; margin-inline: auto; }
}
.lang-switch { display: inline-flex; border: 1px solid var(--line); border-radius: var(--r-pill); overflow: hidden; }
.lang-switch a { padding: 5px 11px; font-size: var(--t-xs); font-weight: 700; color: var(--ink-3); line-height: 1.3; }
.lang-switch a.is-active { background: var(--brand); color: var(--brand-fg); }
.lang-switch a:not(.is-active):hover { background: var(--surface-2); color: var(--ink); }
.topbar {
background: #0c1017;
color: #dfe6ee;
font-size: var(--t-sm);
font-weight: 600;
border-bottom: 1px solid rgb(255 255 255 / 0.06);
}
.topbar__row {
display: flex; align-items: center; justify-content: space-between;
gap: var(--s-4); min-height: 34px;
}
.topbar .icon { width: 15px; height: 15px; }
.topbar__msg { display: inline-flex; align-items: center; gap: 7px; opacity: 0.92; }
.topbar__side { display: inline-flex; align-items: center; gap: 6px; opacity: 0.8; transition: opacity var(--dur-fast) var(--ease); }
.topbar__side:hover { opacity: 1; }
.topbar__tools { gap: var(--s-4); opacity: 1; }
.topbar__tools > a { opacity: 0.8; }
.topbar__tools > a:hover { opacity: 1; }
.topbar__lang { position: relative; }
.topbar__lang summary {
display: inline-flex; align-items: center; gap: 4px;
list-style: none; cursor: pointer;
font-size: var(--t-xs); font-weight: 700; letter-spacing: 0.02em;
padding: 3px 8px; border: 1px solid rgb(255 255 255 / 0.18); border-radius: var(--r-pill);
}
.topbar__lang summary::-webkit-details-marker { display: none; }
.topbar__lang summary .icon { width: 12px; height: 12px; opacity: 0.7; transition: transform var(--dur-fast) var(--ease); }
.topbar__lang[open] summary .icon { transform: rotate(180deg); }
.topbar__lang-menu {
position: absolute; top: calc(100% + 6px); inset-inline-end: 0;
min-width: 130px; padding: 6px; z-index: var(--z-drawer);
background: var(--surface); color: var(--ink);
border: 1px solid var(--line); border-radius: var(--r-md); box-shadow: var(--e-3);
display: grid; gap: 2px;
}
.topbar__lang-menu a { display: block; padding: 7px 10px; border-radius: var(--r-xs); font-size: var(--t-sm); font-weight: 600; }
.topbar__lang-menu a:hover { background: var(--surface-2); }
.topbar__lang-menu a.is-active { color: var(--brand); background: color-mix(in srgb, var(--brand) 10%, transparent); }
.topbar__mode {
display: inline-flex; align-items: center; justify-content: center;
width: 26px; height: 26px; padding: 0;
border: 1px solid rgb(255 255 255 / 0.18); border-radius: var(--r-pill);
background: none; color: inherit; cursor: pointer;
transition: background var(--dur-fast) var(--ease);
}
.topbar__mode:hover { background: rgb(255 255 255 / 0.1); }
.head-account { position: relative; }
.head-account__menu {
position: absolute; top: calc(100% + 4px); inset-inline-end: 0;
min-width: 190px; padding: var(--s-2); z-index: var(--z-drawer);
background: var(--surface); border: 1px solid var(--line);
border-radius: var(--r-md); box-shadow: var(--e-3);
display: none;
}
.head-account:hover .head-account__menu,
.head-account:focus-within .head-account__menu { display: grid; gap: 2px; }
.head-account__name {
display: block; padding: 7px 10px 9px; margin-bottom: 4px;
font-weight: 800; font-size: var(--t-sm);
border-bottom: 1px solid var(--line);
white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.head-account__menu a, .head-account__menu button {
display: flex; align-items: center; gap: var(--s-2);
width: 100%; padding: 8px 10px; border: 0; background: none; cursor: pointer;
border-radius: var(--r-xs); font-size: var(--t-sm); font-weight: 600;
color: var(--ink-2); text-align: start;
}
.head-account__menu a:hover, .head-account__menu button:hover { background: var(--surface-2); color: var(--brand); }
.head-account__menu .icon { width: 15px; height: 15px; }
.head-account__avatar {
display: grid; place-items: center; width: 26px; height: 26px;
border-radius: var(--r-pill); background: var(--brand); color: var(--on-brand, #fff);
font-size: var(--t-xs); font-weight: 800; line-height: 1; text-transform: uppercase;
}
.head-account__n {
margin-inline-start: auto; padding: 0 6px;
border-radius: var(--r-pill); background: var(--brand); color: var(--brand-fg);
font-size: 11px; font-weight: 800; line-height: 17px;
}
.head-bell { position: relative; }
.head-bell__btn { position: relative; }
.head-bell__dot {
position: absolute; top: 2px; inset-inline-end: 2px;
min-width: 18px; height: 18px; padding: 0 5px;
display: grid; place-items: center;
border-radius: var(--r-pill); background: var(--danger); color: #fff;
font-size: 0.6875rem; font-weight: 700; line-height: 1;
}
.head-bell__menu {
position: absolute; top: calc(100% + 4px); inset-inline-end: 0;
width: min(320px, 88vw); max-height: 380px; overflow-y: auto;
padding: var(--s-2); z-index: var(--z-drawer);
background: var(--surface); border: 1px solid var(--line);
border-radius: var(--r-md); box-shadow: var(--e-3);
display: none;
}
.head-bell:hover .head-bell__menu,
.head-bell:focus-within .head-bell__menu { display: grid; gap: 2px; }
.head-bell__head {
display: flex; align-items: baseline; justify-content: space-between; gap: var(--s-2);
padding: 7px 10px 9px; margin-bottom: 4px;
border-bottom: 1px solid var(--line);
font-weight: 800; font-size: var(--t-sm);
}
.head-bell__head small { font-weight: 700; font-size: var(--t-xs); color: var(--brand); }
.head-bell__row {
display: grid; gap: 2px; padding: 8px 10px;
border-radius: var(--r-xs); color: var(--ink-2);
}
.head-bell__row:hover { background: var(--surface-2); }
.head-bell__row.is-new { background: var(--brand-soft, var(--surface-2)); }
.head-bell__row.is-new .head-bell__text { font-weight: 700; color: var(--ink); }
.head-bell__text { font-size: var(--t-sm); line-height: 1.45; }
.head-bell__when { font-size: var(--t-xs); color: var(--ink-3); }
.head-bell__empty { padding: 14px 10px; font-size: var(--t-sm); color: var(--ink-3); text-align: center; }
.head-bell__all {
display: flex; align-items: center; justify-content: center; gap: var(--s-2);
margin-top: 4px; padding: 8px 10px; border-top: 1px solid var(--line);
font-size: var(--t-sm); font-weight: 700; color: var(--brand);
}
.head-bell__all .icon { width: 14px; height: 14px; }
.burger { display: none; }
.drawer-backdrop {
position: fixed; inset: 0;
background: rgb(6 9 14 / 0.55);
opacity: 0; visibility: hidden;
transition: opacity var(--dur) var(--ease), visibility var(--dur) var(--ease);
z-index: var(--z-drawer);
}
.drawer-backdrop.is-open { opacity: 1; visibility: visible; }
.drawer {
position: fixed;
top: 0; bottom: 0; inset-inline-start: 0;
width: min(85vw, 340px);
background: var(--surface);
z-index: calc(var(--z-drawer) + 1);
display: flex; flex-direction: column;
transform: translateX(-102%);
transition: transform var(--dur-slow) var(--ease);
box-shadow: var(--e-3);
}
[dir='rtl'] .drawer { transform: translateX(102%); }
.drawer.is-open { transform: none; }
.drawer--end { inset-inline-start: auto; inset-inline-end: 0; transform: translateX(102%); width: min(90vw, 400px); }
[dir='rtl'] .drawer--end { transform: translateX(-102%); }
.drawer--end.is-open { transform: none; }
.drawer--top {
inset-inline: 0; top: 0; bottom: auto;
width: auto; height: auto;
transform: translateY(-102%);
border-radius: 0 0 var(--r-lg) var(--r-lg);
padding-top: env(safe-area-inset-top);
}
[dir='rtl'] .drawer--top { transform: translateY(-102%); }
.drawer--top.is-open { transform: none; }
.drawer--top .drawer__body { padding: var(--s-4) var(--s-4) var(--s-5); overflow: visible; }
.drawer__head {
display: flex; align-items: center; justify-content: space-between;
gap: var(--s-3); padding: var(--s-4) var(--s-5);
border-bottom: 1px solid var(--line); flex: none;
}
.drawer__head strong { font-size: var(--t-md); }
.drawer__body { overflow-y: auto; flex: 1; padding: var(--s-3) var(--s-3) var(--s-6); overscroll-behavior: contain; }
.drawer__foot { flex: none; border-top: 1px solid var(--line); padding: var(--s-4) var(--s-5); background: var(--surface); }
.drawer__link {
display: flex; align-items: center; gap: var(--s-3);
padding: 11px var(--s-3); border-radius: var(--r-sm);
font-weight: 600; color: var(--ink);
}
.drawer__link:hover, .drawer__link.is-active { background: var(--surface-2); }
.drawer__label {
font-size: var(--t-xs); font-weight: 800; letter-spacing: 0.05em;
text-transform: uppercase; color: var(--ink-3);
padding: var(--s-4) var(--s-3) var(--s-1);
}
.dcat { position: relative; }
.dcat__self { padding-inline-end: 46px; }
.dcat__d > summary {
position: absolute; top: 0; inset-inline-end: 0;
width: 44px; height: 44px;
display: grid; place-items: center;
list-style: none; cursor: pointer; border-radius: var(--r-sm);
color: var(--ink-3);
}
.dcat__d > summary::-webkit-details-marker { display: none; }
.dcat__d > summary:hover { background: var(--surface-2); color: var(--ink); }
.dcat__d > summary .icon { width: 17px; height: 17px; transition: transform var(--dur-fast) var(--ease); }
.dcat__d[open] > summary .icon { transform: rotate(180deg); }
.dcat__kids {
padding-inline-start: var(--s-3);
border-inline-start: 1px solid var(--line);
margin-inline-start: var(--s-4);
}
.dcat__kids .drawer__link { font-weight: 500; color: var(--ink-2); }
.dcat__kids .drawer__link:hover { color: var(--ink); }
.tabbar { display: none; }
body { overflow-x: clip; }
.btn {
display: inline-flex; align-items: center; justify-content: center; gap: var(--s-2);
background: var(--brand); color: var(--brand-fg);
border: 1px solid transparent; border-radius: var(--r-md);
padding: 12px 22px; font-weight: 700; font-size: var(--t-md);
cursor: pointer; text-align: center;
transition: transform var(--dur-fast) var(--ease), background var(--dur-fast) var(--ease), box-shadow var(--dur-fast) var(--ease);
}
.btn:hover { background: var(--brand-strong); }
.btn:active { transform: translateY(1px); }
.btn[disabled] {
background: var(--surface-2); color: var(--ink-3);
border-color: var(--line); box-shadow: none; cursor: not-allowed;
}
.btn.is-busy, .btn-sm.is-busy, .wish-btn.is-busy {
position: relative; cursor: progress; opacity: 1;
}
.btn.is-busy > *, .btn-sm.is-busy > *, .wish-btn.is-busy > * { visibility: hidden; }
.btn.is-busy::after, .btn-sm.is-busy::after, .wish-btn.is-busy::after {
content: ''; position: absolute; inset: 0; margin: auto;
width: 16px; height: 16px; border-radius: 50%;
border: 2px solid currentColor; border-top-color: transparent;
animation: sf-spin 0.6s linear infinite;
}
@keyframes sf-spin { to { transform: rotate(360deg); } }
@media (prefers-reduced-motion: reduce) {
.btn.is-busy::after, .btn-sm.is-busy::after, .wish-btn.is-busy::after {
animation: sf-pulse 1.2s ease-in-out infinite;
}
@keyframes sf-pulse { 50% { opacity: 0.3; } }
}
.btn--block { width: 100%; }
.btn--ghost { background: var(--surface); color: var(--ink); border-color: var(--line-strong); }
.btn--ghost:hover { background: var(--surface-2); }
.btn--soft { background: var(--brand-soft); color: var(--on-brand-soft); }
.btn--soft:hover { background: var(--brand-soft); filter: brightness(0.97); }
.btn-sm, .btn--sm {
padding: 7px 13px; font-size: var(--t-sm); border-radius: var(--r-sm);
border: 1px solid var(--line); background: var(--surface); color: var(--ink);
font-weight: 600; cursor: pointer;
}
.btn-sm:hover, .btn--sm:hover { background: var(--surface-2); }
.sf-mode__moon { display: none; }
@media (prefers-color-scheme: dark) {
:root:not([data-theme='light']) .sf-mode__sun { display: none; }
:root:not([data-theme='light']) .sf-mode__moon { display: block; }
}
:root[data-theme='dark'] .sf-mode__sun { display: none; }
:root[data-theme='dark'] .sf-mode__moon { display: block; }
:root[data-theme='light'] .sf-mode__sun { display: block; }
:root[data-theme='light'] .sf-mode__moon { display: none; }
.preview-bar {
position: relative; z-index: calc(var(--z-header) + 1);
display: flex; flex-wrap: wrap; align-items: center; justify-content: center;
gap: var(--s-2) var(--s-4);
padding: 10px var(--gutter);
background: #1d2430; color: #e8edf4;
font-size: var(--t-sm); font-weight: 600;
}
.preview-bar span { display: inline-flex; align-items: center; gap: 8px; }
.preview-bar .icon { width: 16px; height: 16px; }
.preview-bar a {
color: #fff; text-decoration: underline; text-underline-offset: 3px;
white-space: nowrap;
}
.btn-note { font-size: var(--t-sm); color: var(--ink-3); margin-top: var(--s-2); }
.link-danger { color: var(--danger); background: none; border: 0; cursor: pointer; font-weight: 600; font-size: var(--t-sm); padding: 4px; }
.link-danger:hover { text-decoration: underline; }
.btn.is-busy::after {
content: ''; width: 15px; height: 15px; border-radius: 50%;
border: 2px solid currentColor; border-top-color: transparent;
animation: sf-spin 0.7s linear infinite;
}
@keyframes sf-spin { to { transform: rotate(360deg); } }
.section-title {
display: flex; align-items: baseline; justify-content: space-between; gap: var(--s-4);
font-size: var(--t-xl); font-weight: 700; letter-spacing: -0.01em;
margin: var(--s-8) 0 var(--s-4);
}
.section-title h1 { font: inherit; letter-spacing: inherit; margin: 0; }
.section-title a { font-size: var(--t-base); font-weight: 600; color: var(--brand); white-space: nowrap; }
.section-title a:hover { text-decoration: underline; }
.section-head {
display: flex; align-items: flex-end; justify-content: space-between; gap: var(--s-4);
margin: var(--s-9) 0 var(--s-5);
}
.section-head h2 { font-size: var(--t-2xl); letter-spacing: -0.02em; line-height: var(--lh-tight); }
.section-head--center { flex-direction: column; align-items: center; text-align: center; gap: var(--s-1); }
.section-eyebrow {
display: inline-flex; align-items: center; gap: 6px;
font-size: var(--t-xs); font-weight: 800; letter-spacing: 0.09em; text-transform: uppercase;
color: var(--brand); margin-bottom: var(--s-2);
}
.section-eyebrow .icon { width: 14px; height: 14px; }
.section-eyebrow--sale { color: var(--sale); }
.section-head__more {
display: inline-flex; align-items: center; gap: 6px;
font-size: var(--t-sm); font-weight: 700; color: var(--ink-2); white-space: nowrap;
border: 1px solid transparent; border-radius: var(--r-pill); padding: 8px 14px;
margin-inline-end: -14px;
transition: all var(--dur-fast) var(--ease);
}
.section-head__more .icon { width: 15px; height: 15px; transition: transform var(--dur-fast) var(--ease); }
.section-head__more:hover { border-color: var(--brand); color: var(--brand); background: var(--brand-soft); }
.section-head__more:hover .icon { transform: translateX(2px); }
[dir='rtl'] .section-head__more:hover .icon { transform: translateX(-2px); }
@view-transition { navigation: auto; }
.site-head { view-transition-name: sf-head; }
.tabbar { view-transition-name: sf-tabbar; }
::view-transition-old(root) { animation: sf-vt-out 140ms var(--ease) both; }
::view-transition-new(root) { animation: sf-vt-in 220ms var(--ease) both; }
@keyframes sf-vt-out { to { opacity: 0; } }
@keyframes sf-vt-in { from { opacity: 0; transform: translateY(6px); } }
.gallery__main img { view-transition-name: sf-product-img; }
@media (prefers-reduced-motion: reduce) {
::view-transition-group(*),
::view-transition-old(*),
::view-transition-new(*) { animation: none !important; }
}
.sk {
border-radius: var(--r-sm);
background: linear-gradient(
100deg,
var(--surface-2) 30%,
color-mix(in srgb, var(--ink) 7%, var(--surface-2)) 48%,
var(--surface-2) 66%
);
background-size: 280% 100%;
animation: sf-sheen 1.35s linear infinite;
}
@keyframes sf-sheen {
from { background-position: 160% 0; }
to   { background-position: -60% 0; }
}
@media (prefers-reduced-motion: reduce) {
.sk { animation: none; }
}
.sk-card { display: grid; gap: var(--s-2); }
.sk-card__media { aspect-ratio: var(--card-ratio); border-radius: var(--r-md); }
.sk-card__line { height: 11px; }
.sk-card__line--short { width: 55%; }
.sk-card__price { height: 15px; width: 38%; margin-top: 2px; }
.sk-card__btn { height: 34px; border-radius: var(--r-sm); margin-top: var(--s-2); }
html.sf-js .reveal { opacity: 0; transform: translate3d(34px, 0, 0); }
html.sf-js .reveal.is-in { opacity: 1; transform: none; transition: opacity 0.55s var(--ease), transform 0.6s var(--ease); }
[dir='rtl'] html.sf-js .reveal, html[dir='rtl'].sf-js .reveal { transform: translate3d(-34px, 0, 0); }
@media (prefers-reduced-motion: reduce) {
html.sf-js .reveal { opacity: 1; transform: none; }
}
.chips { display: flex; flex-wrap: wrap; gap: var(--s-2); }
.chip {
display: inline-flex; align-items: center; gap: 6px;
padding: 7px 14px; border-radius: var(--r-pill);
background: var(--surface); border: 1px solid var(--line);
font-weight: 600; font-size: var(--t-sm); color: var(--ink-2);
transition: all var(--dur-fast) var(--ease);
}
.chip:hover { border-color: var(--brand); color: var(--brand); }
.chip.is-active { background: var(--brand); border-color: var(--brand); color: var(--brand-fg); }
.stock { display: inline-flex; align-items: center; gap: 6px; font-size: var(--t-sm); font-weight: 600; padding: 4px 11px; border-radius: var(--r-pill); }
.stock--in { background: var(--ok-bg); color: var(--ok); }
.stock--out { background: var(--danger-bg); color: var(--danger); }
.stock--low { background: var(--warn-bg); color: var(--warn); }
.flash { margin-top: var(--s-4); padding: 12px 16px; border-radius: var(--r-md); font-weight: 600; font-size: var(--t-base); display: flex; gap: var(--s-2); }
.flash--ok { background: var(--ok-bg); color: var(--ok); }
.flash--err { background: var(--danger-bg); color: var(--danger); }
.flash--warn { background: var(--warn-bg); color: var(--warn); }
.breadcrumb { display: flex; flex-wrap: wrap; gap: 6px; font-size: var(--t-sm); color: var(--ink-3); margin: var(--s-5) 0 var(--s-1); }
.breadcrumb a:hover { color: var(--brand); text-decoration: underline; }
.err { text-align: center; padding: var(--s-10) 0 var(--s-11); max-width: 620px; margin-inline: auto; }
.err__code { font-size: clamp(64px, 13vw, 116px); font-weight: 800; line-height: 1; color: var(--line-strong); letter-spacing: -0.04em; }
.err h1 { font-size: var(--t-2xl); margin-top: var(--s-3); }
.err__msg { color: var(--ink-2); margin: var(--s-3) auto 0; max-width: 46ch; }
.err__search { position: relative; display: flex; gap: var(--s-2); margin: var(--s-7) 0 var(--s-5); }
.err__search input {
flex: 1; min-width: 0;
border: 1px solid var(--line); border-radius: var(--r-md);
padding: 12px 16px 12px 42px; background: var(--surface); color: var(--ink);
}
.err__search input:focus { border-color: var(--brand); box-shadow: var(--ring); outline: none; }
.err__search .searchbar__icon {
position: absolute; inset-inline-start: 14px; top: 50%; transform: translateY(-50%);
color: var(--ink-3); pointer-events: none; width: 18px; height: 18px;
}
.err__acts { display: flex; flex-wrap: wrap; gap: var(--s-2); justify-content: center; }
.err__acts .btn { padding: 10px 18px; font-size: var(--t-base); }
.err__cats { margin-top: var(--s-8); display: grid; gap: var(--s-3); justify-items: center; }
.empty {
text-align: center; padding: var(--s-10) var(--s-5); color: var(--ink-2);
background: var(--surface);
border: 1px dashed var(--line-strong); border-radius: var(--r-lg);
}
.empty__icon { display: grid; place-items: center; margin-bottom: var(--s-3); }
.empty__icon .icon,
.empty__icon {
color: var(--on-brand-soft);
}
.empty__icon .icon {
width: 64px; height: 64px; stroke-width: 1.1;
background: var(--brand-soft); border-radius: var(--r-pill); padding: 15px;
}
.empty p { margin-bottom: var(--s-2); }
.pager { display: flex; flex-wrap: wrap; gap: 6px; justify-content: center; align-items: center; margin: var(--s-8) 0; }
.pager a, .pager span {
display: grid; place-items: center;
min-width: 40px; height: 40px; padding: 0 10px;
border-radius: var(--r-sm); border: 1px solid var(--line);
background: var(--surface); font-weight: 600; font-size: var(--t-base);
color: var(--ink-2);
transition: border-color var(--dur-fast) var(--ease), color var(--dur-fast) var(--ease), background var(--dur-fast) var(--ease);
}
.pager a:hover { border-color: var(--brand); color: var(--brand); }
.pager .is-on {
background: var(--brand); border-color: var(--brand); color: var(--brand-fg); cursor: default;
}
.pager .is-off { color: var(--ink-3); opacity: 0.45; }
.pager .pager__gap {
border: 0; background: none; min-width: 18px; height: auto; color: var(--ink-3);
}
.grid {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(var(--grid-min), 1fr));
gap: var(--s-4);
}
.grid--3 { --grid-min: 260px; }
.grid.grid--cols {
--cols: var(--cols-lg, 4);
grid-template-columns: repeat(var(--cols), minmax(0, 1fr));
}
@media (max-width: 1080px) { .grid.grid--cols { --cols: var(--cols-md, 3); } }
@media (max-width: 640px) { .grid.grid--cols { --cols: var(--cols-sm, 2); } }
.card {
container-type: inline-size;
position: relative;
background: var(--surface);
color: var(--ink);
border: 1px solid var(--line);
border-radius: var(--r-md);
overflow: hidden;
display: flex; flex-direction: column;
transition: border-color var(--dur) var(--ease), box-shadow var(--dur) var(--ease), transform var(--dur) var(--ease);
}
.card:hover { border-color: var(--line-strong); box-shadow: var(--e-2); transform: translateY(-2px); }
.card__media {
aspect-ratio: var(--card-ratio);
background: var(--surface-2);
display: grid; place-items: center;
overflow: hidden; position: relative;
}
.card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform var(--dur-slow) var(--ease); }
.card:hover .card__media img { transform: scale(1.04); }
.card__media img.card__alt {
position: absolute; inset: 0; opacity: 0;
transition: opacity var(--dur-slow) var(--ease), transform var(--dur-slow) var(--ease);
}
.card:hover .card__media img.card__alt { opacity: 1; }
.card__ph {
width: 100%; height: 100%;
display: grid; place-items: center;
background: linear-gradient(145deg, var(--brand-soft), var(--surface-2) 72%);
color: var(--on-brand-soft);
}
.card__ph .icon { width: 32%; height: 32%; stroke-width: 1; opacity: 0.4; }
.card__badges { position: absolute; top: var(--s-2); inset-inline-start: var(--s-2); display: flex; flex-direction: column; gap: 4px; align-items: flex-start; }
.card__badge {
background: var(--sale); color: var(--sale-fg);
font-size: 0.6875rem; font-weight: 700; line-height: 1.4;
letter-spacing: 0.03em; text-transform: uppercase;
padding: 3px 8px; border-radius: var(--r-xs);
}
.card__badge--new {
background: color-mix(in srgb, var(--surface) 88%, transparent);
color: var(--brand);
border: 1px solid color-mix(in srgb, var(--brand) 40%, transparent);
backdrop-filter: blur(3px);
}
.card__badge--out { background: var(--n-700); color: var(--n-0); }
.card__wish {
position: absolute; top: var(--s-2); inset-inline-end: var(--s-2);
width: 32px; height: 32px; display: grid; place-items: center;
border: 0; border-radius: var(--r-pill);
background: color-mix(in srgb, var(--surface) 82%, transparent);
backdrop-filter: blur(6px); color: var(--ink-2); cursor: pointer;
opacity: 0; transition: opacity var(--dur) var(--ease), color var(--dur-fast) var(--ease);
}
.card:hover .card__wish, .card__wish:focus-visible, .card__wish.is-on { opacity: 1; }
.card__wish.is-on { color: var(--danger); }
.card__body { padding: var(--s-3) var(--s-3) var(--s-4); display: flex; flex-direction: column; gap: 5px; flex: 1; }
.card__name {
font-weight: 600; font-size: var(--t-base); line-height: var(--lh-snug);
display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;
overflow: hidden;
}
.card:hover .card__name { color: var(--brand); }
.card__brand {
font-size: var(--t-xs); line-height: 1.2; color: var(--ink-3);
text-transform: uppercase; letter-spacing: 0.04em;
white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.card__brand:hover { color: var(--brand); }
.card__rating { display: flex; align-items: center; gap: 5px; font-size: var(--t-xs); line-height: 1; }
.card__rating .rv-stars__on, .card__rating .rv-stars__off { letter-spacing: 0; }
.card__rating-count { color: var(--ink-3); }
.card__foot { padding-top: var(--s-1); display: flex; flex-direction: column; align-items: stretch; gap: var(--s-2); }
.card__add {
flex: none; display: inline-flex; align-items: center; justify-content: center; gap: 7px;
width: 100%; min-height: 36px; padding: 8px 12px;
border: 1px solid var(--line); border-radius: var(--r-pill);
background: var(--surface); color: var(--ink-2); cursor: pointer;
font-size: var(--t-sm); font-weight: 700; line-height: 1.3;
transition: all var(--dur-fast) var(--ease);
}
.card__add .icon { width: 17px; height: 17px; }
.card__add-label { display: inline; }
.card__add:hover { background: var(--brand); border-color: var(--brand); color: var(--brand-fg); box-shadow: 0 6px 16px -6px color-mix(in srgb, var(--brand) 55%, transparent); }
.card__add--options {
background: var(--brand-soft); border-color: color-mix(in srgb, var(--brand) 25%, transparent);
color: var(--on-brand-soft);
}
@container (max-width: 185px) {
.card__name { font-size: var(--t-sm); }
.card__add { min-height: 34px; padding: 7px 10px; font-size: var(--t-xs); }
.card__add .icon { width: 15px; height: 15px; }
}
@container (max-width: 152px) {
.card__add-label { display: none; }
.card__add {
min-height: 38px; padding: 0; width: 100%;
display: grid; place-items: center;
}
.card__add .icon { width: 18px; height: 18px; }
}
[data-card='minimal'] .card { border-color: transparent; background: none; }
[data-card='minimal'] .card:hover { transform: none; box-shadow: none; border-color: transparent; }
[data-card='minimal'] .card__media { border-radius: var(--r-md); }
[data-card='minimal'] .card__body { padding-inline: 0; text-align: center; }
[data-card='minimal'] .card__foot .price { justify-content: center; }
[data-card='minimal'] .card__name { font-weight: 500; }
[data-card='minimal'] .card:hover .card__name { text-decoration: underline; text-underline-offset: 3px; }
[data-card='bold'] .card { border-radius: var(--r-sm); }
[data-card='bold'] .card:hover { transform: none; border-color: var(--brand); box-shadow: var(--e-2); }
[data-card='bold'] .card__body { padding: var(--s-2) var(--s-3) var(--s-3); gap: 3px; }
[data-card='bold'] .card__media img { transition: none; }
[data-card='bold'] .card:hover .card__media img { transform: none; }
[data-card='bold'] .card__foot { display: contents; }
[data-card='bold'] .price { order: -1; font-size: var(--t-lg); }
[data-card='bold'] .card__add { margin-top: var(--s-2); }
[data-card='bold'] .card__badge { font-size: var(--t-xs); padding: 4px 9px; }
.price { font-weight: 800; color: var(--ink); font-size: var(--t-md); font-variant-numeric: tabular-nums; display: flex; align-items: baseline; gap: 6px; flex-wrap: wrap; }
.price .was { font-weight: 500; color: var(--ink-3); text-decoration: line-through; font-size: var(--t-sm); }
.stars { display: inline-flex; gap: 1px; color: var(--star); }
.stars .icon { width: 13px; height: 13px; }
.sect { margin-block: var(--sect-y) 0; }
@media (max-width: 640px) {
:root { --sect-y: var(--s-6); --sect-y-sm: 18px; }
.hero-wrap { gap: var(--s-3); }
}
.band {
margin-block: var(--sect-y) 0;
padding-block: var(--sect-y-sm);
background: var(--band-bg, var(--surface));
box-shadow: 0 0 0 100vmax var(--band-bg, var(--surface));
clip-path: inset(0 -100vmax);
}
.sect .section-head, .band .section-head { margin-block-start: 0; }
.hero {
position: relative; overflow: hidden;
border-radius: var(--r-lg);
margin: var(--s-6) 0;
padding: clamp(28px, 5vw, 64px) clamp(20px, 4vw, 52px);
background:
radial-gradient(90% 130% at 94% 0%, color-mix(in srgb, var(--brand-400) 15%, transparent) 0%, transparent 58%),
radial-gradient(55% 90% at 0% 100%, color-mix(in srgb, var(--brand-300) 9%, transparent) 0%, transparent 55%),
var(--surface);
color: var(--ink);
border: 1px solid var(--line);
isolation: isolate;
box-shadow: var(--e-2);
}
.hero::before {
content: ''; position: absolute; inset: 0; z-index: -1; pointer-events: none;
background-image: radial-gradient(color-mix(in srgb, var(--brand) 26%, transparent) 1px, transparent 1.4px);
background-size: 26px 26px;
mask-image: linear-gradient(115deg, transparent 32%, #000 78%);
}
.hero h1 { font-size: var(--t-4xl); letter-spacing: -0.02em; margin-bottom: var(--s-3); text-wrap: balance; }
.hero p { font-size: var(--t-lg); color: var(--ink-2); max-width: 52ch; }
.hero__actions { display: flex; flex-wrap: wrap; gap: var(--s-3); margin-top: var(--s-6); }
.hero__eyebrow {
display: inline-flex; align-items: center; gap: 7px;
font-size: var(--t-xs); font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase;
background: var(--brand-soft); border: 1px solid color-mix(in srgb, var(--brand) 20%, transparent);
color: var(--on-brand-soft);
border-radius: var(--r-pill); padding: 6px 14px; margin-bottom: var(--s-4);
}
.hero__eyebrow .icon { width: 14px; height: 14px; }
.hero__meta { display: flex; flex-wrap: wrap; gap: var(--s-3) var(--s-5); margin-top: var(--s-6); font-size: var(--t-sm); font-weight: 600; color: var(--ink-2); }
.hero__meta span { display: inline-flex; align-items: center; gap: 7px; }
.hero__meta .icon { width: 17px; height: 17px; color: var(--brand); }
.hero--plain { text-align: center; padding: clamp(56px, 9vw, 120px) clamp(20px, 4vw, 52px); }
.hero--plain .hero__copy { max-width: 640px; margin-inline: auto; }
.hero--plain p { margin-inline: auto; }
.hero--plain .hero__actions, .hero--plain .hero__meta { justify-content: center; }
[data-hero='center'] .hero:not(.hero--split) { text-align: center; }
[data-hero='center'] .hero:not(.hero--split) .hero__copy { max-width: 680px; margin-inline: auto; }
[data-hero='center'] .hero:not(.hero--split) p { margin-inline: auto; }
[data-hero='center'] .hero:not(.hero--split) .hero__actions,
[data-hero='center'] .hero:not(.hero--split) .hero__meta { justify-content: center; }
[data-hero='center'] .hero-slide { text-align: center; }
[data-hero='center'] .hero-slide__body { max-width: 680px; margin-inline: auto; }
.hero--split { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr); gap: var(--s-7); align-items: center; }
.hero__show {
position: relative; display: grid;
grid-template-columns: 1.6fr 1fr; grid-template-rows: 1fr 1fr;
gap: var(--s-3); min-height: 300px;
}
.hero__tile {
position: relative; overflow: hidden; border-radius: var(--r-md);
background: var(--surface-2);
border: 1px solid var(--line);
box-shadow: var(--e-2);
transition: transform var(--dur) var(--ease), box-shadow var(--dur) var(--ease);
}
.hero__tile:hover { transform: translateY(-4px) scale(1.02); box-shadow: var(--e-3); }
.hero__tile--1 { grid-row: span 2; }
.hero__tile img { width: 100%; height: 100%; object-fit: cover; }
.hero__tile-price {
position: absolute; inset-inline-start: var(--s-2); bottom: var(--s-2);
background: rgb(10 13 18 / 0.72); color: #fff; backdrop-filter: blur(6px);
font-size: var(--t-sm); font-weight: 800;
padding: 4px 11px; border-radius: var(--r-pill);
}
.hero.hero--image {
background-size: cover; background-position: center; color: #fff;
background-image:
linear-gradient(var(--hero-shade, rgb(8 11 16 / 0.55)), var(--hero-shade, rgb(8 11 16 / 0.55))),
var(--hero-bg);
}
@media (max-width: 640px) {
.hero.hero--image {
background-image:
linear-gradient(var(--hero-shade, rgb(8 11 16 / 0.55)), var(--hero-shade, rgb(8 11 16 / 0.55))),
var(--hero-bg-m, var(--hero-bg));
}
}
.hero--image h1, .hero--image p { text-shadow: 0 1px 24px rgb(0 0 0 / 0.35); }
.hero--image { border-color: transparent; }
.hero--image p { color: rgb(255 255 255 / 0.92); }
.hero--image .hero__meta { color: rgb(255 255 255 / 0.9); }
.hero--image .hero__meta .icon { color: #fff; }
.hero--image .hero__eyebrow {
background: rgb(255 255 255 / 0.13); border-color: rgb(255 255 255 / 0.22);
color: #fff; backdrop-filter: blur(4px);
}
.hero--image .btn--ghost { background: rgb(255 255 255 / 0.09); color: #fff; border-color: rgb(255 255 255 / 0.4); backdrop-filter: blur(4px); }
.hero--image .btn--ghost:hover { background: rgb(255 255 255 / 0.16); }
.combo-card {
position: relative; display: flex; flex-direction: column; gap: var(--s-3);
padding: var(--s-4);
background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-lg);
transition: box-shadow var(--dur) var(--ease), transform var(--dur) var(--ease), border-color var(--dur) var(--ease);
}
.combo-card:hover { box-shadow: var(--e-2); transform: translateY(-3px); border-color: var(--line-strong); }
.combo-card__badge {
align-self: flex-end;
background: var(--sale); color: var(--sale-fg);
font-size: var(--t-xs); font-weight: 800; line-height: 1;
padding: 5px 10px; border-radius: var(--r-pill);
}
.combo-card__imgs {
display: flex; align-items: center; justify-content: center; gap: var(--s-2);
background: var(--surface-2); border-radius: var(--r-md);
padding: var(--s-3) var(--s-2);
}
.combo-card__img {
flex: 0 1 58px; min-width: 32px; width: 58px;
aspect-ratio: 1; height: auto;
display: grid; place-items: center;
background: var(--surface); border: 1px solid var(--line);
border-radius: var(--r-sm); overflow: hidden;
color: var(--ink-3);
}
.combo-card__img img { width: 100%; height: 100%; object-fit: cover; }
.combo-card__img .icon { width: 22px; height: 22px; }
.combo-card__plus { font-weight: 700; font-size: var(--t-sm); color: var(--ink-3); }
.combo-card__name { font-size: var(--t-md); font-weight: 700; line-height: var(--lh-tight); }
.combo-card__list { margin: 0; padding: 0; list-style: none; display: grid; gap: 5px; }
.combo-card__list li {
display: flex; gap: 7px;
font-size: var(--t-sm); color: var(--ink-2); line-height: 1.45;
}
.combo-card__list li::before { content: '✓'; flex: none; color: var(--ok); font-weight: 800; }
.combo-card__price {
display: flex; align-items: baseline; flex-wrap: wrap; gap: var(--s-2);
font-size: var(--t-xl); font-weight: 800; letter-spacing: -0.01em;
}
.combo-card__price .was { font-size: var(--t-sm); font-weight: 500; color: var(--ink-3); text-decoration: line-through; }
.combo-card__add {
margin-top: auto; width: 100%;
padding: 10px 14px; font-size: var(--t-sm);
border-radius: var(--r-sm);
}
.combo-card__add .icon { width: 17px; height: 17px; }
.promo {
display: block; position: relative; overflow: hidden;
border-radius: var(--r-lg); margin: var(--s-7) 0;
min-height: clamp(140px, 22vw, 260px);
background: var(--surface-2) center/cover no-repeat;
display: grid; align-items: end;
}
.promo__text {
padding: var(--s-7) var(--s-5) var(--s-5);
background: linear-gradient(to top, rgb(8 11 16 / 0.72), transparent);
color: #fff;
}
.promo__text strong { display: block; font-size: var(--t-xl); line-height: var(--lh-tight); }
.promo__text span { font-size: var(--t-base); opacity: 0.9; }
.promo:not([style*="background-image"]) .promo__text { background: none; color: var(--ink); }
.seo-text { max-width: 78ch; margin: var(--s-9) auto var(--s-6); color: var(--ink-2); }
.seo-text h2 { color: var(--ink); font-size: var(--t-xl); margin-bottom: var(--s-3); }
.usp {
display: grid; grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
gap: var(--s-3) 0; margin: var(--s-6) 0 0;
padding: var(--s-5) 0;
border-block: 1px solid var(--line);
}
.usp__item {
display: flex; align-items: center; gap: var(--s-3);
background: none; border: 0;
border-radius: 0; padding: var(--s-2) var(--s-5);
position: relative;
}
@media (min-width: 861px) {
.usp__item + .usp__item::before {
content: ''; position: absolute; inset-block: 18%; inset-inline-start: 0;
width: 1px; background: var(--line);
}
}
.usp__ico {
flex: none; width: 46px; height: 46px; border-radius: var(--r-pill);
display: grid; place-items: center;
background: var(--brand-soft); color: var(--on-brand-soft);
}
.usp__ico .icon, .usp__item > .icon { width: 24px; height: 24px; color: var(--on-brand-soft); }
.usp__item strong { display: block; font-size: var(--t-base); }
.usp__item span { font-size: var(--t-sm); color: var(--ink-3); }
.cat-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(150px, 1fr)); gap: var(--s-3); }
.cat-tile {
position: relative; overflow: hidden;
border-radius: var(--r-md); border: 1px solid var(--line);
background: var(--surface); aspect-ratio: 4 / 3;
display: grid; place-items: end stretch;
transition: border-color var(--dur) var(--ease), box-shadow var(--dur) var(--ease), transform var(--dur) var(--ease);
}
.cat-tile:hover { border-color: var(--brand); box-shadow: var(--e-2); transform: translateY(-3px); }
.cat-tile img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform var(--dur-slow) var(--ease); }
.cat-tile:hover img { transform: scale(1.06); }
.cat-tile__ph {
position: absolute; inset: 0;
background: linear-gradient(140deg, var(--brand-soft), var(--surface-2));
display: grid; place-items: center; overflow: hidden;
}
.cat-tile__ph::after {
content: attr(data-initial);
font-size: clamp(2.75rem, 7vw, 5rem); font-weight: 800; line-height: 1;
color: color-mix(in srgb, var(--brand) 30%, transparent);
transform: translateY(-8%);
}
.cat-tile__name {
position: relative; z-index: 1;
display: flex; align-items: center; justify-content: space-between; gap: var(--s-2);
padding: var(--s-7) var(--s-3) var(--s-3);
background: linear-gradient(to top, rgb(8 11 16 / 0.82), transparent);
color: #fff; font-weight: 700; font-size: var(--t-base); line-height: var(--lh-snug);
}
.cat-tile__name .icon { width: 16px; height: 16px; opacity: 0; transform: translateX(-4px); transition: opacity var(--dur) var(--ease), transform var(--dur) var(--ease); }
.cat-tile:hover .cat-tile__name .icon { opacity: 1; transform: none; }
.cat-tile:not(:has(img)) .cat-tile__name { background: none; color: var(--ink); }
@media (max-width: 640px) {
.cat-tile { aspect-ratio: 1 / 1; }
.cat-tile__name {
padding: var(--s-5) 7px 7px;
font-size: var(--t-xs); line-height: 1.25;
}
.cat-tile__name .icon { display: none; }
}
.cat-chips { display: flex; flex-wrap: wrap; gap: var(--s-2); }
.cat-chips .chip { padding: 11px 20px; font-size: var(--t-base); }
.cat-chips .chip .icon { width: 15px; height: 15px; }
.countdown { display: inline-flex; gap: 6px; align-items: center; font-variant-numeric: tabular-nums; }
.countdown b {
min-width: 42px; text-align: center;
background: var(--cd-bg, var(--n-900)); color: var(--cd-fg, var(--n-0));
border-radius: var(--r-sm); padding: 7px 8px 4px;
font-size: var(--t-md); font-weight: 800; line-height: 1;
display: inline-grid; justify-items: center;
}
.countdown i {
font-style: normal; font-size: 0.625rem; font-weight: 700;
color: var(--cd-label, var(--ink-3)); letter-spacing: 0.04em; align-self: end; padding-bottom: 2px;
margin-inline-end: 2px;
}
.deal {
position: relative;
margin-block: var(--sect-y) 0;
padding: clamp(24px, 3.5vw, 44px) clamp(20px, 3vw, 44px) clamp(20px, 3vw, 36px);
background: var(--deal-bg);
color: var(--deal-ink);
border-radius: var(--r-lg);
--cd-bg: var(--sale); --cd-fg: var(--sale-fg);
--cd-label: color-mix(in srgb, var(--deal-ink) 70%, transparent);
}
.deal__head { display: flex; align-items: flex-end; justify-content: space-between; gap: var(--s-4); flex-wrap: wrap; margin-bottom: var(--s-5); }
.deal__title { font-size: var(--t-2xl); letter-spacing: -0.02em; }
.deal__sub { color: color-mix(in srgb, var(--deal-ink) 75%, transparent); margin-top: 4px; }
.deal__aside { display: flex; align-items: center; gap: var(--s-5); flex-wrap: wrap; }
.deal__timer { display: grid; gap: 5px; justify-items: start; }
.deal .section-head__more { color: color-mix(in srgb, var(--deal-ink) 82%, transparent); }
.deal .section-head__more:hover {
color: var(--deal-ink); border-color: var(--deal-accent);
background: color-mix(in srgb, var(--deal-accent) 16%, transparent);
}
.deal__timer-label { font-size: var(--t-xs); font-weight: 800; letter-spacing: 0.06em; text-transform: uppercase; color: var(--deal-accent); }
.deal .section-eyebrow--sale { color: var(--deal-accent); }
.deal__row {
display: grid; grid-auto-flow: column;
grid-auto-columns: clamp(180px, 21vw, 240px);
gap: var(--s-4);
overflow-x: auto; padding-bottom: var(--s-2);
scroll-snap-type: x proximity;
scrollbar-width: thin;
}
.deal__row > .card { scroll-snap-align: start; }
.tm__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: var(--s-4); }
.tm__card {
position: relative;
background: var(--surface); border: 1px solid var(--line);
border-radius: var(--r-lg); padding: var(--s-6);
display: grid; gap: var(--s-3); align-content: start;
transition: border-color var(--dur) var(--ease), box-shadow var(--dur) var(--ease), transform var(--dur) var(--ease);
}
.tm__card:hover { border-color: var(--line-strong); box-shadow: var(--e-2); transform: translateY(-3px); }
.tm__mark {
position: absolute; top: var(--s-2); inset-inline-end: var(--s-4);
font-size: 4.5rem; line-height: 1; font-weight: 800;
color: var(--brand); opacity: 0.14; pointer-events: none;
}
.tm__card .stars .icon { fill: currentColor; }
.tm__card blockquote { margin: 0; color: var(--ink-2); line-height: var(--lh-body); }
.tm__card figcaption { display: flex; align-items: center; gap: var(--s-3); margin-top: var(--s-2); }
.tm__card figcaption strong { display: block; font-size: var(--t-base); line-height: 1.3; }
.tm__card figcaption small { display: inline-flex; align-items: center; gap: 4px; font-size: var(--t-xs); color: var(--ok); font-weight: 700; }
.tm__avatar {
flex: none; width: 42px; height: 42px; border-radius: var(--r-pill);
background: var(--brand-soft); color: var(--on-brand-soft);
display: grid; place-items: center; font-weight: 800; font-size: var(--t-md);
}
.nl { margin-top: var(--sect-y); }
.nl__inner {
display: flex; align-items: center; justify-content: space-between; gap: var(--s-6);
flex-wrap: wrap;
background:
radial-gradient(80% 140% at 100% 0%, color-mix(in srgb, var(--brand-400) 12%, transparent) 0%, transparent 58%),
var(--surface);
color: inherit;
border: 1px solid var(--line);
border-radius: var(--r-lg);
padding: clamp(24px, 4vw, 44px) clamp(20px, 4vw, 48px);
box-shadow: var(--e-2);
}
.nl__text { display: flex; align-items: center; gap: var(--s-4); }
.nl__icon {
flex: none; width: 54px; height: 54px; border-radius: var(--r-pill);
background: var(--brand-soft); border: 1px solid color-mix(in srgb, var(--brand) 20%, transparent);
color: var(--on-brand-soft);
display: grid; place-items: center;
}
.nl__icon .icon { width: 26px; height: 26px; }
.nl__text h2 { font-size: var(--t-xl); letter-spacing: -0.01em; }
.nl__text p { font-size: var(--t-base); color: var(--ink-2); margin-top: 3px; max-width: 46ch; }
.nl__form { display: flex; gap: var(--s-2); flex: 1 1 320px; min-width: 0; max-width: 460px; }
.nl__form input {
flex: 1; min-width: 0;
border: 1px solid var(--line-strong); border-radius: var(--r-md);
background: var(--surface); color: var(--ink);
padding: 12px 16px; font-size: var(--t-base);
}
.nl__form input::placeholder { color: var(--ink-3); }
.nl__form input:focus { border-color: var(--brand); box-shadow: var(--ring); outline: none; }
.nl__btn { flex: none; }
.listing { display: grid; grid-template-columns: 1fr; gap: var(--s-6); align-items: start; }
.listing:has(> .filters) { grid-template-columns: 250px 1fr; }
.listing__main { min-width: 0; }
.listing-intro { color: var(--ink-2); max-width: 72ch; margin-bottom: var(--s-5); }
.listing-intro p { margin-bottom: var(--s-2); }
.listing-intro ul, .listing-intro ol { margin-bottom: var(--s-2); padding-inline-start: var(--s-5); }
.filters {
background: var(--surface); border: 1px solid var(--line);
border-radius: var(--r-md); padding: var(--s-4);
position: sticky; top: calc(var(--sf-head-h) + var(--s-3));
max-height: calc(100dvh - var(--sf-head-h) - var(--s-6));
overflow-y: auto;
}
.filters__head { display: flex; align-items: center; justify-content: space-between; gap: var(--s-3); margin-bottom: var(--s-2); }
.filters__head strong { font-size: var(--t-md); }
.filters__head-acts { display: inline-flex; align-items: center; gap: var(--s-3); }
.filters__clear { font-size: var(--t-xs); font-weight: 700; color: var(--brand); }
.filters__close { display: none; }
.filter-fab { display: none; }
.filters__group { border-top: 1px solid var(--line); padding-top: var(--s-3); margin-top: var(--s-3); }
.filters__group:first-of-type { border-top: 0; padding-top: 0; margin-top: 0; }
.filters__title { font-size: var(--t-xs); font-weight: 800; text-transform: uppercase; letter-spacing: 0.05em; color: var(--ink-3); margin-bottom: var(--s-2); }
.facet {
display: flex; align-items: center; justify-content: space-between; gap: var(--s-2);
padding: 6px 8px; border-radius: var(--r-xs); font-size: var(--t-base); color: var(--ink-2);
}
.facet:hover { background: var(--surface-2); color: var(--ink); }
.facet.is-on { background: var(--brand-soft); color: var(--on-brand-soft); font-weight: 700; }
.facet__count { font-size: var(--t-xs); color: var(--ink-3); }
.facet.is-on .facet__count, .chip.is-active .facet__count { color: inherit; opacity: 0.75; }
.pricebar { position: relative; height: 28px; margin: 2px 4px 4px; }
.pricebar__track {
position: absolute; inset-inline: 0; top: 50%; transform: translateY(-50%);
height: 4px; border-radius: var(--r-pill); background: var(--line-strong, var(--line));
}
.pricebar__fill {
position: absolute; top: 0; bottom: 0;
border-radius: var(--r-pill); background: var(--brand);
}
.pricebar .pricebar__in {
position: absolute; inset-inline: 0; top: 50%; transform: translateY(-50%);
width: 100%; height: 28px; margin: 0; padding: 0;
border: 0; border-radius: 0;
background: none; appearance: none; -webkit-appearance: none;
pointer-events: none;
}
.pricebar__in:focus-visible { outline: none; }
.pricebar__in::-webkit-slider-thumb {
-webkit-appearance: none;
width: 18px; height: 18px; border-radius: var(--r-pill);
background: var(--surface); border: 3px solid var(--brand);
box-shadow: var(--e-1); cursor: grab;
pointer-events: auto;
}
.pricebar__in::-moz-range-thumb {
width: 18px; height: 18px; border-radius: var(--r-pill);
background: var(--surface); border: 3px solid var(--brand);
box-shadow: var(--e-1); cursor: grab;
pointer-events: auto;
}
.pricebar__in:active::-webkit-slider-thumb { cursor: grabbing; }
.pricebar__in:focus-visible::-webkit-slider-thumb { box-shadow: var(--ring); }
.pricebar__in:focus-visible::-moz-range-thumb { box-shadow: var(--ring); }
.facets.is-capped .facet:nth-child(n + 7):not(.is-on) { display: none; }
.facets.is-capped.is-open .facet:nth-child(n + 7):not(.is-on) { display: flex; }
.facets__more {
margin-top: 4px; padding: 4px 8px;
background: none; border: 0; cursor: pointer;
font: inherit; font-size: var(--t-xs); font-weight: 700;
color: var(--brand); border-radius: var(--r-xs);
}
.facets__more:hover { background: var(--brand-soft); color: var(--on-brand-soft); }
.facet-chips { display: flex; flex-wrap: wrap; gap: 6px; }
.facet-chips .chip { padding: 5px 10px; font-size: var(--t-xs); }
.facet--check, .facet--radio { gap: var(--s-2); }
.facet__label { flex: 1; min-width: 0; }
.facet__box {
flex: none; width: 17px; height: 17px;
border: 1.5px solid var(--line-strong); border-radius: 4px;
background: var(--surface);
display: grid; place-items: center;
transition: background var(--dur-fast) var(--ease), border-color var(--dur-fast) var(--ease);
}
.facet--radio .facet__box { border-radius: var(--r-pill); }
.facet:hover .facet__box { border-color: var(--brand); }
.facet.is-on .facet__box { background: var(--brand); border-color: var(--brand); }
.facet--check.is-on .facet__box::after {
content: ''; width: 4px; height: 8px;
border: solid var(--brand-fg); border-width: 0 2px 2px 0;
transform: rotate(45deg) translate(-1px, -1px);
}
.facet--radio.is-on .facet__box::after {
content: ''; width: 7px; height: 7px; border-radius: var(--r-pill); background: var(--brand-fg);
}
.active-filters {
display: flex; flex-wrap: wrap; align-items: center; gap: var(--s-2);
margin-bottom: var(--s-4);
}
.active-filters__lead { font-size: var(--t-sm); color: var(--ink-3); }
.active-chip {
display: inline-flex; align-items: center; gap: 6px;
padding: 5px 10px; border-radius: var(--r-pill);
background: var(--brand-soft); color: var(--on-brand-soft);
font-size: var(--t-xs); font-weight: 700;
border: 1px solid transparent;
transition: border-color var(--dur-fast) var(--ease);
}
.active-chip:hover { border-color: var(--brand); }
.active-chip__x { opacity: 0.6; font-weight: 400; }
.active-chip:hover .active-chip__x { opacity: 1; }
.active-filters__clear {
font-size: var(--t-xs); font-weight: 700; color: var(--ink-3);
text-decoration: underline; text-underline-offset: 3px;
}
.active-filters__clear:hover { color: var(--danger); }
.fcat { position: relative; }
.fcat__self { padding-inline-end: 36px; }
.fcat__d summary {
position: absolute; top: 0; inset-inline-end: 0;
width: 30px; height: 32px;
display: grid; place-items: center;
list-style: none; cursor: pointer; border-radius: var(--r-xs);
color: var(--ink-3);
}
.fcat__d summary::-webkit-details-marker { display: none; }
.fcat__d summary:hover { background: var(--surface-2); color: var(--ink); }
.fcat__d summary .icon { width: 15px; height: 15px; transition: transform var(--dur-fast) var(--ease); }
.fcat__d[open] > summary .icon { transform: rotate(180deg); }
.fcat__kids { padding-inline-start: var(--s-4); border-inline-start: 1px solid var(--line); margin-inline-start: var(--s-2); }
.filters__price {
display: grid;
grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
align-items: center; gap: 6px;
}
.filters__price .pricebar { grid-column: 1 / -1; }
.filters__price input[type="text"] {
width: 100%; min-width: 0;
border: 1px solid var(--line); border-radius: var(--r-xs);
padding: 7px 9px; font-size: var(--t-sm); background: var(--surface-2);
}
.filters__price .btn { grid-column: 1 / -1; justify-self: start; margin: 0; padding: 7px 12px; font-size: var(--t-sm); }
.listing__bar { display: flex; align-items: center; gap: var(--s-3); justify-content: flex-end; margin-bottom: var(--s-4); flex-wrap: wrap; }
.listing-head {
display: flex; align-items: center; justify-content: space-between;
gap: var(--s-3) var(--s-4); flex-wrap: wrap;
margin: var(--s-8) 0 var(--s-4);
}
.listing-head .section-title { margin: 0; flex: 0 1 auto; justify-content: flex-start; gap: var(--s-3); }
.listing-head .listing__bar { margin-bottom: 0; flex: 1 1 260px; }
.sortbar { display: flex; align-items: center; gap: var(--s-2); font-size: var(--t-sm); flex-wrap: wrap; }
.sortbar select, .var-select, .rv-form select {
border: 1px solid var(--line); border-radius: var(--r-sm);
padding: 9px 12px; font-size: var(--t-base); background: var(--surface); color: var(--ink);
}
.sortbar select:focus-visible, .var-select:focus-visible { border-color: var(--brand); }
.filter-toggle { display: none; }
.pd { display: grid; grid-template-columns: 504px minmax(0, 1fr); gap: var(--s-8); margin: var(--s-5) 0 var(--s-8); align-items: start; }
@media (min-width: 901px) {
.pd:has(.gallery:not(.gallery--thumbs)) { grid-template-columns: 420px minmax(0, 1fr); }
}
.gallery {
position: sticky; top: calc(var(--sf-head-h) + var(--s-4));
display: grid; gap: var(--s-3); align-items: start;
}
.gallery--thumbs { grid-template-columns: 72px minmax(0, 1fr); }
.gallery__main {
order: 2;
aspect-ratio: 1; background: var(--surface-2);
border: 1px solid var(--line); border-radius: var(--r-lg);
overflow: hidden; display: grid; place-items: center; cursor: zoom-in;
max-width: min(100%, 420px); margin-inline: 0;
}
.gallery__main img { width: 100%; height: 100%; object-fit: contain; }
.gallery__ph { color: var(--ink-3); opacity: 0.45; }
.gallery__ph .icon { width: 80px; height: 80px; stroke-width: 1; }
.gallery__thumbs {
order: 1;
display: flex; flex-direction: column; gap: var(--s-2);
max-height: 420px; overflow-y: auto; scrollbar-width: none;
}
.gallery__thumbs::-webkit-scrollbar { display: none; }
.gallery__thumb {
width: 68px; height: 68px; flex: none; padding: 0; cursor: pointer;
border-radius: var(--r-sm); border: 2px solid var(--line);
background: var(--surface-2); overflow: hidden;
transition: border-color var(--dur-fast) var(--ease);
}
.gallery__thumb img { width: 100%; height: 100%; object-fit: cover; }
.gallery__thumb:hover { border-color: var(--brand-300, var(--brand)); }
.gallery__thumb.is-active { border-color: var(--brand); }
.pd__info { display: flex; flex-direction: column; gap: var(--s-5); }
.pd__info > * { margin-top: 0 !important; }
.pd__head { display: flex; flex-direction: column; gap: var(--s-2); }
.pd__cat { color: var(--brand); font-weight: 700; font-size: var(--t-sm); }
.pd__cat:hover { text-decoration: underline; }
.pd h1 { font-size: var(--t-3xl); margin: 0; letter-spacing: -0.02em; line-height: var(--lh-tight); }
.related .section-head h2, .pd-tabs .section-head h2 { font-size: var(--t-2xl); }
.pd__meta { display: flex; align-items: center; flex-wrap: wrap; gap: var(--s-2) var(--s-4); }
.pd__meta > * + *::before {
content: ''; display: inline-block; width: 1px; height: 13px;
margin-inline-end: var(--s-4); background: var(--line-strong); vertical-align: -2px;
}
.pd__brand { display: inline-block; font-size: var(--t-sm); font-weight: 700; color: var(--ink-2); border-bottom: 1px dashed var(--line-strong); }
.pd__brand:hover { color: var(--brand); }
.buybox {
--ctl-h: 48px;
display: flex; flex-wrap: wrap; align-items: center; gap: var(--s-4);
background: none;
border: 0; border-top: 1px solid var(--line);
border-radius: 0; padding: var(--s-5) 0 0; box-shadow: none;
}
.buybox > * { margin-top: 0 !important; flex: 0 0 100%; }
.buybox > .add-form { flex: 1 1 100%; }
.buybox .btn,
.buybox .order-direct__btn,
.buybox .wish-btn {
min-height: var(--ctl-h);
border-radius: var(--r-md);
}
.buybox .qty-stepper { border-radius: var(--r-md); }
.buybox .qty-stepper button,
.buybox .qty-stepper input { height: calc(var(--ctl-h) - 2px); }
.buybox > .wish-row { flex: 0 0 100%; }
.buybox .wish-row > form { flex: 1 1 auto; }
.buybox .wish-btn { width: 100%; justify-content: center; }
.buybox__price { display: flex; align-items: center; justify-content: space-between; gap: var(--s-3); flex-wrap: wrap; }
.pd__price { font-size: var(--t-3xl); font-weight: 800; margin: 0; display: flex; align-items: baseline; gap: var(--s-2); flex-wrap: wrap; line-height: 1.1; }
.pd__price .was { font-size: var(--t-md); font-weight: 500; color: var(--ink-3); text-decoration: line-through; }
.pd__price .off { font-size: var(--t-sm); font-weight: 700; color: var(--sale); background: var(--danger-bg); padding: 2px 8px; border-radius: var(--r-xs); }
.pd__unit { font-size: var(--t-md); font-weight: 600; color: var(--ink-3); }
.pd__tags { display: flex; flex-wrap: wrap; gap: var(--s-2); }
.pd__short { margin: 0; color: var(--ink-2); font-size: var(--t-base); line-height: var(--lh-body); }
.order-direct {
display: grid; grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
gap: var(--s-3); margin-top: var(--s-3);
}
.order-direct__btn {
display: inline-flex; align-items: center; justify-content: center; gap: 9px;
min-height: 46px; padding: 10px 18px;
border-radius: var(--r-md); border: 0;
font-weight: 700; font-size: var(--t-base); color: #fff;
transition: filter var(--dur-fast) var(--ease), transform var(--dur-fast) var(--ease);
}
.order-direct__btn:hover { filter: brightness(1.06); color: #fff; }
.order-direct__btn:active { transform: translateY(1px); }
.order-direct__btn .icon { width: 20px; height: 20px; }
.order-direct__btn--wa { background: #25a35a; }
.order-direct__btn--call { background: #2c3f8f; }
.pd-tabs { margin: var(--s-8) 0; }
.pd-tabs__bar {
display: flex; gap: var(--s-2); border-bottom: 2px solid var(--line);
position: sticky; top: var(--sf-head-h); z-index: var(--z-sticky);
background: var(--bg);
padding-block: 2px;
overflow-x: auto; scrollbar-width: none;
}
.pd-tabs__bar::-webkit-scrollbar { display: none; }
.pd-tabs__tab {
position: relative; display: inline-flex; align-items: center; gap: 7px;
padding: 12px 18px; margin-bottom: -2px;
border: 0; border-bottom: 2px solid transparent; background: none; cursor: pointer;
font-size: var(--t-md); font-weight: 700; color: var(--ink-3);
transition: color var(--dur-fast) var(--ease), border-color var(--dur-fast) var(--ease);
}
.pd-tabs__tab:hover { color: var(--ink); }
.pd-tabs__tab.is-active { color: var(--brand); border-bottom-color: var(--brand); }
.pd-tabs__n {
font-size: var(--t-xs); font-weight: 800; line-height: 1;
background: var(--surface-2); color: var(--ink-2);
padding: 4px 8px; border-radius: var(--r-pill);
}
.pd-tabs__tab.is-active .pd-tabs__n { background: color-mix(in srgb, var(--brand) 12%, transparent); color: var(--brand); }
.pd-tabs__panel { display: none; padding-top: var(--s-5); }
.pd-tabs__panel.is-active { display: block; }
.variant-opts { display: grid; gap: var(--s-4); }
.variant-opt { display: flex; flex-direction: column; gap: 6px; }
.variant-opt label { font-size: var(--t-sm); font-weight: 700; color: var(--ink-2); }
.variant-pills { display: flex; flex-wrap: wrap; gap: var(--s-2); }
.variant-pill {
padding: 8px 16px; min-width: 44px;
border: 1.5px solid var(--line-strong); border-radius: var(--r-sm);
background: var(--surface); color: var(--ink-2); cursor: pointer;
font-size: var(--t-sm); font-weight: 700;
transition: border-color var(--dur-fast) var(--ease), color var(--dur-fast) var(--ease), background var(--dur-fast) var(--ease);
}
.variant-pill:hover { border-color: var(--brand); color: var(--brand); }
.variant-pill.is-on {
border-color: var(--brand); color: var(--brand);
background: color-mix(in srgb, var(--brand) 9%, transparent);
box-shadow: 0 0 0 1px var(--brand) inset;
}
.variant-pill.is-gone {
color: var(--ink-3); border-color: var(--line);
background-image: linear-gradient(to top left,
transparent calc(50% - 0.5px), var(--line-strong) calc(50% - 0.5px),
var(--line-strong) calc(50% + 0.5px), transparent calc(50% + 0.5px));
}
.variant-pill.is-gone:hover { border-color: var(--line-strong); color: var(--ink-2); }
.variant-pill.is-gone.is-on {
border-color: var(--danger); color: var(--danger);
background-color: var(--danger-bg); box-shadow: none;
}
.add-form { display: flex; gap: var(--s-3); align-items: center; flex-wrap: wrap; }
.qty-stepper { display: inline-flex; align-items: center; border: 1px solid var(--line); border-radius: var(--r-md); overflow: hidden; background: var(--surface); }
.qty-stepper button {
width: 42px; height: 46px; border: 0; background: none; cursor: pointer;
color: var(--ink-2); display: grid; place-items: center; font-size: 1.125rem;
}
.qty-stepper button:hover { background: var(--surface-2); color: var(--ink); }
.qty-stepper input {
width: 46px; height: 46px; border: 0; text-align: center;
background: none; font-weight: 700; -moz-appearance: textfield;
}
.qty-stepper input::-webkit-outer-spin-button, .qty-stepper input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }
.add-form .btn { flex: 1 1 0; min-width: 150px; max-width: 260px; padding-block: 12px; }
.wish-row { display: flex; }
.wish-btn {
display: inline-flex; align-items: center; gap: 7px;
border: 1px solid var(--line); border-radius: var(--r-pill);
background: var(--surface); font-size: var(--t-base); font-weight: 600;
padding: 8px 16px; cursor: pointer; color: var(--ink-2);
}
.wish-btn:hover { border-color: var(--danger); color: var(--danger); }
.wish-btn.is-on { border-color: var(--danger); color: var(--danger); }
.trust { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: var(--s-2); }
.trust__row {
display: flex; align-items: center; gap: var(--s-3);
font-size: var(--t-sm); color: var(--ink-2); line-height: var(--lh-snug);
padding-block: 2px;
}
.trust__row .icon { color: var(--brand); width: 18px; height: 18px; flex: none; }
.bill-addr {
margin-top: var(--s-4); padding: var(--s-4);
background: var(--surface-2); border-radius: var(--r-md);
}
.bill-addr .check-row { display: flex; align-items: center; gap: 9px; font-weight: 600; cursor: pointer; }
.bill-addr .check-row input { width: 17px; height: 17px; accent-color: var(--brand); }
.bill-addr__fields { margin-top: var(--s-3); display: grid; gap: var(--s-3); }
.bill-addr__fields > .muted { font-size: var(--t-sm); }
.pd__foot {
display: flex; align-items: center; justify-content: space-between;
flex-wrap: wrap; gap: var(--s-3);
border-top: 1px solid var(--line); padding-top: var(--s-4);
}
.acc { margin-top: var(--s-6); border-top: 1px solid var(--line); }
.acc__item { border-bottom: 1px solid var(--line); }
.acc__head {
width: 100%; display: flex; align-items: center; justify-content: space-between; gap: var(--s-3);
padding: var(--s-4) 0; background: none; border: 0; cursor: pointer;
font-weight: 700; font-size: var(--t-md); text-align: start; color: var(--ink);
}
.acc__head .icon { transition: transform var(--dur) var(--ease); color: var(--ink-3); }
.acc__item.is-open .acc__head .icon { transform: rotate(180deg); }
.acc__body { display: none; padding-bottom: var(--s-5); color: var(--ink-2); }
.acc__item.is-open .acc__body { display: block; }
.pd__desc-body { line-height: var(--lh-body); }
.pd__desc-body > * + * { margin-top: 10px; }
.pd__desc-body ul, .pd__desc-body ol { padding-inline-start: var(--s-5); }
.pd__desc-body li + li { margin-top: 3px; }
.pd__desc-body h2 { color: var(--ink); font-size: var(--t-lg); margin-top: var(--s-5); }
.pd__desc-body h3, .pd__desc-body h4 { color: var(--ink); font-size: var(--t-md); margin-top: var(--s-4); }
.pd__desc-body a { color: var(--brand); text-decoration: underline; }
.pd__desc-body blockquote { padding-inline-start: var(--s-3); border-inline-start: 3px solid var(--line-strong); }
.pd__desc-body img { max-width: 100%; height: auto; border-radius: var(--r-sm); }
.pd__desc-body table { border-collapse: collapse; width: 100%; font-size: var(--t-sm); display: block; overflow-x: auto; }
.pd__desc-body th, .pd__desc-body td { border: 1px solid var(--line); padding: 7px 10px; text-align: start; }
.pd__desc-body th { background: var(--surface-2); font-weight: 700; }
.pd__desc-body pre { background: var(--surface-2); padding: 10px 12px; border-radius: var(--r-sm); overflow-x: auto; }
.pd__desc-body hr { border: 0; border-top: 1px solid var(--line); }
.pd__desc-body mark { background: color-mix(in srgb, var(--star) 35%, transparent); color: inherit; padding: 0 2px; }
.pd-specs { display: grid; gap: var(--s-4); max-width: 680px; }
.pd-specs__group {
background: var(--surface); border: 1px solid var(--line);
border-radius: var(--r-md); overflow: hidden;
}
.pd-specs__head {
margin: 0; padding: 9px var(--s-4);
font-size: var(--t-sm); font-weight: 700; color: var(--brand);
background: color-mix(in srgb, var(--brand) 7%, var(--surface));
border-bottom: 1px solid color-mix(in srgb, var(--brand) 15%, var(--line));
}
.pd-specs__table { width: 100%; border-collapse: collapse; font-size: var(--t-sm); }
.pd-specs__table th,
.pd-specs__table td { padding: 10px var(--s-4); text-align: start; vertical-align: top; }
.pd-specs__table th { width: 40%; font-weight: 400; color: var(--ink-3); }
.pd-specs__table td { color: var(--ink); font-weight: 600; }
.pd-specs__table tr:nth-child(even) { background: var(--surface-2); }
@media (max-width: 560px) {
.pd-specs__table tr { display: block; }
.pd-specs__table th,
.pd-specs__table td { display: block; width: auto; }
.pd-specs__table th { padding: 10px var(--s-4) 0; font-size: var(--t-xs); }
.pd-specs__table td { padding: 1px var(--s-4) 10px; }
}
.sticky-buy { display: none; }
.cat-index { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: var(--s-4); }
.cat-index__card {
background: var(--surface); border: 1px solid var(--line);
border-radius: var(--r-md); padding: var(--s-4);
overflow: hidden;
transition: border-color var(--dur) var(--ease), box-shadow var(--dur) var(--ease);
}
.cat-index__card:hover { border-color: var(--line-strong); box-shadow: var(--e-2); }
.cat-index__shot {
display: block; margin: calc(var(--s-4) * -1) calc(var(--s-4) * -1) var(--s-4);
aspect-ratio: 16 / 10; background: var(--surface-2); overflow: hidden;
}
.cat-index__shot img { width: 100%; height: 100%; object-fit: cover; transition: transform var(--dur-slow) var(--ease); }
.cat-index__card:hover .cat-index__shot img { transform: scale(1.04); }
.cat-index__head {
display: flex; align-items: center; justify-content: space-between; gap: var(--s-3);
font-weight: 700; font-size: var(--t-md); color: var(--ink);
padding-bottom: var(--s-3); border-bottom: 1px solid var(--line);
}
.cat-index__head:hover { color: var(--brand); }
.cat-index__card:not(:has(.cat-branch)) .cat-index__head { border-bottom: 0; padding-bottom: 0; }
.cat-branch { list-style: none; margin: 0; padding: 0; }
.cat-branch .cat-branch { padding-inline-start: var(--s-4); border-inline-start: 1px solid var(--line); margin-inline-start: 6px; }
.cat-branch a {
display: flex; align-items: center; justify-content: space-between; gap: var(--s-3);
padding: 7px 0; font-size: var(--t-sm); color: var(--ink-2);
}
.cat-branch a:hover { color: var(--brand); }
.brand-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(150px, 1fr)); gap: var(--s-3); }
.brand-tile {
background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-md);
padding: var(--s-5) var(--s-3); text-align: center; display: grid; gap: 6px; justify-items: center;
transition: border-color var(--dur) var(--ease), box-shadow var(--dur) var(--ease);
}
.brand-tile:hover { border-color: var(--brand); box-shadow: var(--e-2); }
.brand-tile img { height: 46px; width: auto; object-fit: contain; }
.brand-tile__mark {
width: 48px; height: 48px; border-radius: var(--r-md);
background: var(--brand-soft); color: var(--on-brand-soft);
display: grid; place-items: center; font-size: 1.25rem; font-weight: 800;
}
.brand-head__logo { height: 32px; width: auto; vertical-align: middle; margin-inline-end: var(--s-2); display: inline-block; }
.field { margin-bottom: var(--s-4); position: relative; }
.field label { display: block; font-weight: 600; font-size: var(--t-base); margin-bottom: 6px; }
.field input, .field textarea, .field select {
width: 100%; padding: 11px 13px;
border: 1px solid var(--line); border-radius: var(--r-sm);
font-size: var(--t-base); background: var(--surface); color: var(--ink);
transition: border-color var(--dur-fast) var(--ease), box-shadow var(--dur-fast) var(--ease);
}
.field input::placeholder, .field textarea::placeholder { color: var(--ink-3); }
.field input:focus, .field textarea:focus, .field select:focus { border-color: var(--brand); box-shadow: var(--ring); }
.field .err { color: var(--danger); font-size: var(--t-sm); margin-top: 5px; }
.field .hint { color: var(--ink-3); font-size: var(--t-sm); margin-top: 5px; }
.zone-opts { display: grid; gap: var(--s-2); }
.zone {
display: flex; align-items: center; gap: var(--s-3);
border: 1px solid var(--line); border-radius: var(--r-md);
padding: 12px 14px; cursor: pointer; font-size: var(--t-base);
transition: border-color var(--dur-fast) var(--ease), background var(--dur-fast) var(--ease);
}
.zone:hover { border-color: var(--line-strong); }
.zone:has(input:checked) { border-color: var(--brand); background: var(--brand-soft); color: var(--on-brand-soft); }
.zone input { accent-color: var(--brand); width: 17px; height: 17px; }
.zone b { margin-inline-start: auto; }
.pay-box { border: 1px solid var(--brand); border-radius: var(--r-md); padding: 14px 16px; background: var(--brand-soft); color: var(--on-brand-soft); font-weight: 600; }
.pay-box small { display: block; font-weight: 400; opacity: 0.85; margin-top: 3px; }
.geo-suggest {
position: absolute; z-index: var(--z-sticky); inset-inline: 0; top: 100%;
margin-top: 4px; background: var(--surface);
border: 1px solid var(--line); border-radius: var(--r-md);
box-shadow: var(--e-3); overflow: hidden; max-height: 280px; overflow-y: auto;
}
.geo-suggest__item {
display: block; width: 100%; text-align: start; border: 0; background: none;
padding: 9px 13px; cursor: pointer; border-bottom: 1px solid var(--line);
}
.geo-suggest__item:last-child { border-bottom: 0; }
.geo-suggest__item:hover { background: var(--surface-2); }
.geo-suggest__item strong { display: block; font-size: var(--t-base); font-weight: 600; }
.geo-suggest__item span { font-size: var(--t-xs); color: var(--ink-3); }
.addr-pick { display: flex; gap: var(--s-2); overflow-x: auto; padding-bottom: 3px; }
.addr-chip {
flex: 0 0 auto; max-width: 235px; text-align: start;
border: 1px solid var(--line); border-radius: var(--r-md);
background: var(--surface); padding: 9px 13px; cursor: pointer;
}
.addr-chip.is-on { border-color: var(--brand); background: var(--brand-soft); }
.addr-chip strong { display: block; font-size: var(--t-base); font-weight: 700; }
.addr-chip span { display: block; font-size: var(--t-xs); color: var(--ink-3); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.cart-grid { display: grid; grid-template-columns: minmax(0, 1fr) 340px; gap: var(--s-6); align-items: start; }
.cart-grid > .totals { position: sticky; top: calc(var(--sf-head-h) + var(--s-3)); margin: 0; max-width: none; }
@media (max-width: 900px) {
.cart-grid { grid-template-columns: 1fr; }
.cart-grid > .totals { position: static; }
}
.cart-table { width: 100%; border-collapse: collapse; margin: 0 0 var(--s-5); }
.cart-table th {
text-align: start; font-size: var(--t-xs); text-transform: uppercase;
letter-spacing: 0.05em; color: var(--ink-3); font-weight: 800;
padding: 10px 12px; border-bottom: 1px solid var(--line);
}
.cart-table td { padding: 14px 12px; border-bottom: 1px solid var(--line); vertical-align: middle; }
.cart-prod {
display: grid; grid-template-columns: auto minmax(0, 1fr);
align-items: center; gap: 2px var(--s-3);
}
.cart-prod > img, .cart-prod > .ph { grid-row: 1 / -1; grid-column: 1; }
.cart-prod > a, .cart-prod > .variant-note, .cart-prod > .chip { grid-column: 2; min-width: 0; }
.cart-prod > .chip { justify-self: start; }
.cart-prod img { width: 58px; height: 58px; object-fit: cover; border-radius: var(--r-sm); flex: none; }
.cart-prod .ph { width: 58px; height: 58px; border-radius: var(--r-sm); background: var(--surface-2); display: grid; place-items: center; color: var(--ink-3); flex: none; }
.cart-prod a { font-weight: 600; }
.cart-prod a:hover { color: var(--brand); }
.qty-form { display: inline-flex; gap: 6px; align-items: center; flex-wrap: wrap; }
.qty-form > input { width: 60px; padding: 7px 8px; border: 1px solid var(--line); border-radius: var(--r-xs); text-align: center; background: var(--surface); color: var(--ink); }
.totals {
margin-inline-start: auto; max-width: 360px;
background: var(--surface); border: 1px solid var(--line);
border-radius: var(--r-md); padding: var(--s-5);
}
.totals .row { display: flex; justify-content: space-between; gap: var(--s-3); padding: 6px 0; }
.totals .grand { font-size: var(--t-lg); font-weight: 800; border-top: 1px solid var(--line); margin-top: 6px; padding-top: var(--s-3); }
.coupon-box { margin-bottom: var(--s-3); padding-bottom: var(--s-3); border-bottom: 1px solid var(--line); }
.coupon-form { display: flex; gap: var(--s-2); }
.coupon-form input {
flex: 1; min-width: 0; border: 1px solid var(--line); border-radius: var(--r-sm);
padding: 9px 12px; font-size: var(--t-base); text-transform: uppercase;
background: var(--surface); color: var(--ink);
}
.coupon-form input:focus { border-color: var(--brand); box-shadow: var(--ring); }
.coupon-applied { display: flex; align-items: center; justify-content: space-between; gap: var(--s-2); background: var(--brand-soft); color: var(--on-brand-soft); border-radius: var(--r-sm); padding: 8px 12px; font-size: var(--t-base); }
.freeship { margin-bottom: var(--s-3); font-size: var(--t-sm); }
.freeship .icon { display: inline-block; width: 15px; height: 15px; vertical-align: -3px; margin-inline-end: 2px; }
.freeship__bar { height: 6px; border-radius: var(--r-pill); background: var(--surface-3); overflow: hidden; margin-top: 6px; }
.freeship__fill { display: block; height: 100%; background: var(--ok); transition: width var(--dur-slow) var(--ease); }
.freeship.is-done { color: var(--ok); font-weight: 600; }
.checkout-grid { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr); gap: var(--s-7); align-items: start; margin: var(--s-5) 0; }
@media (min-width: 901px) {
.checkout-grid > .summary { position: sticky; top: calc(var(--sf-head-h) + var(--s-3)); }
}
.checkout-form {
background: var(--surface); border: 1px solid var(--line);
border-radius: var(--r-lg); padding: var(--s-6);
display: grid; gap: var(--s-4);
}
.checkout-form > .field, .checkout-form > .checkout-note, .checkout-form > .bill-addr { margin: 0; }
@media (max-width: 560px) { .checkout-form { padding: var(--s-4); } }
.summary {
background: var(--surface); border: 1px solid var(--line);
border-radius: var(--r-md); padding: var(--s-5);
position: sticky; top: calc(var(--sf-head-h) + var(--s-4));
}
.summary__row { display: flex; justify-content: space-between; gap: var(--s-3); padding: 8px 0; font-size: var(--t-base); }
.summary__row--note { font-size: var(--t-sm); align-items: baseline; }
.summary__row--note .icon { width: 14px; height: 14px; vertical-align: -2px; }
.summary__items {
display: grid; grid-template-columns: 52px minmax(0, 1fr) auto;
align-items: start; gap: var(--s-3);
padding: 12px 0; border-bottom: 1px solid var(--line); font-size: var(--t-sm);
}
.summary__items--addon { grid-template-columns: minmax(0, 1fr) auto; }
.summary__pic {
width: 52px; height: 52px; border-radius: var(--r-sm);
object-fit: cover; background: var(--surface-2); border: 1px solid var(--line);
}
.summary__pic--ph { display: block; }
.summary__pic-link { display: block; width: 52px; height: 52px; border-radius: var(--r-sm); }
.summary__body { display: grid; gap: 3px; min-width: 0; }
.summary__title { font-weight: 700; line-height: 1.3; }
a.summary__title { color: inherit; width: fit-content; }
a.summary__title:hover { color: var(--brand); text-decoration: underline; }
.summary__qty {
display: inline-flex; align-items: center; gap: 2px; margin-top: 3px;
width: max-content;
border: 1px solid var(--line); border-radius: var(--r-pill); padding: 1px;
}
.summary__qty button {
width: 26px; height: 26px; padding: 0;
display: grid; place-items: center;
border: 0; border-radius: var(--r-pill); cursor: pointer;
background: none; color: var(--ink-2);
font: inherit; font-size: 14px; font-weight: 700; line-height: 1;
}
.summary__qty button:hover:not(:disabled) { background: var(--brand-soft); color: var(--on-brand-soft); }
.summary__qty button:disabled { opacity: 0.5; cursor: default; }
.summary__qty > span { min-width: 20px; text-align: center; font-weight: 700; font-variant-numeric: tabular-nums; }
.summary__items.is-busy { opacity: 0.55; }
.lineprice {
display: grid;
grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
align-items: center; gap: var(--s-2);
margin-top: 6px;
}
.lineprice__unit {
font-size: var(--t-sm); color: var(--ink-3);
font-variant-numeric: tabular-nums; white-space: nowrap;
}
.lineprice__total {
text-align: end; font-weight: 700;
font-variant-numeric: tabular-nums; white-space: nowrap;
}
.lineprice .minicart__qty, .lineprice .summary__qty { margin-top: 0; }
.summary__place { margin-top: var(--s-4); justify-content: center; }
.summary__place--inline { display: none; }
.summary__lines { margin-bottom: var(--s-2); }
.summary__end { display: inline-flex; align-items: center; gap: var(--s-2); white-space: nowrap; }
.summary__drop {
display: grid; place-items: center; width: 24px; height: 24px; flex: none;
border: 0; background: none; border-radius: var(--r-xs);
color: var(--ink-3); opacity: 0.5; cursor: pointer;
transition: opacity var(--dur-fast) var(--ease), color var(--dur-fast) var(--ease), background var(--dur-fast) var(--ease);
}
.summary__items:hover .summary__drop, .summary__drop:focus-visible { opacity: 1; }
.summary__drop:hover { color: var(--danger); background: var(--danger-bg); }
.summary__drop .icon { width: 14px; height: 14px; }
@media (hover: none) {
.summary__qty button,
.minicart__qty button {
width: 44px; height: 44px;
}
.summary__drop {
width: 44px; height: 44px;
opacity: 1;
}
.summary__drop .icon { width: 16px; height: 16px; }
}
.field-row { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: var(--s-3); }
@media (max-width: 560px) { .field-row { grid-template-columns: 1fr; } }
.summary__grand { font-weight: 800; font-size: var(--t-md); border-top: 1px solid var(--line); margin-top: 4px; padding-top: var(--s-3); }
.confirm-box {
max-width: 640px; margin: var(--s-8) auto;
background: var(--surface); border: 1px solid var(--line);
border-radius: var(--r-lg); padding: var(--s-8); text-align: center;
}
.confirm-box .tick {
width: 68px; height: 68px; border-radius: 50%;
background: var(--ok-bg); color: var(--ok);
display: grid; place-items: center; margin: 0 auto var(--s-4);
}
.confirm-box .tick .icon { width: 34px; height: 34px; stroke-width: 2.4; }
.confirm-box .ordno { font-size: var(--t-2xl); font-weight: 800; color: var(--brand); margin: var(--s-2) 0; }
.confirm-lines { text-align: start; margin-top: var(--s-5); border-top: 1px solid var(--line); padding-top: var(--s-4); }
.confirm-lines .row { display: flex; justify-content: space-between; gap: var(--s-3); padding: 6px 0; }
.next-offer {
margin-top: var(--s-6);
padding: var(--s-4);
text-align: start;
background: var(--brand-soft);
color: var(--on-brand-soft);
border-radius: var(--r-lg);
}
.next-offer__head { display: flex; align-items: center; gap: var(--s-2); font-size: var(--t-lg); }
.next-offer__head .icon { flex: none; }
.next-offer__terms { margin: var(--s-1) 0 0; font-size: var(--t-sm); }
.next-offer__code {
display: flex; align-items: center; justify-content: space-between;
gap: var(--s-3); margin: var(--s-3) 0;
padding: var(--s-2) var(--s-3);
background: var(--surface); border: 1px dashed var(--line); border-radius: var(--r-md);
}
.next-offer__code code {
font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
font-size: var(--t-lg); font-weight: 700; letter-spacing: .06em;
}
.ri { max-width: 560px; margin: var(--s-8) auto; }
.ri__item {
background: var(--surface); border: 1px solid var(--line);
border-radius: var(--r-lg); padding: var(--s-4); margin-top: var(--s-4);
}
.ri__head { display: flex; align-items: center; gap: var(--s-3); margin-bottom: var(--s-3); }
.ri__head img { border-radius: var(--r-md); object-fit: cover; flex: none; }
.ri__item textarea { width: 100%; margin: var(--s-3) 0; }
.ri__ok { background: var(--ok-bg); color: var(--ok); padding: var(--s-3); border-radius: var(--r-md); }
.ri__err { background: var(--danger-bg, #fee2e2); color: var(--danger, #dc2626); padding: var(--s-3); border-radius: var(--r-md); }
.ri__note { font-size: var(--t-sm); margin-top: var(--s-4); }
.ri__stars { display: flex; flex-direction: row-reverse; justify-content: flex-end; gap: 2px; }
.ri__stars input { appearance: none; margin: 0; width: 0; }
.ri__stars label { cursor: pointer; color: var(--line); line-height: 0; padding: 2px; }
.ri__stars label .icon { width: 28px; height: 28px; }
.ri__stars input:checked ~ label,
.ri__stars label:hover,
.ri__stars label:hover ~ label { color: var(--warn, #f59e0b); }
.ri__stars input:checked + label .icon { fill: currentColor; }
.ri__stars input:focus-visible + label { outline: 2px solid var(--brand); border-radius: var(--r-sm); }
.alertme {
margin-top: var(--s-3);
padding: var(--s-3);
background: var(--surface-2, var(--surface));
border: 1px solid var(--line);
border-radius: var(--r-md);
}
.alertme__lead { margin: 0 0 var(--s-2); font-size: var(--t-sm); }
.alertme__row { display: flex; gap: var(--s-2); }
.alertme__row .input { flex: 1; min-width: 0; }
.alertme__note { margin: var(--s-2) 0 0; font-size: var(--t-xs, 12px); }
@media (max-width: 480px) {
.alertme__row { flex-direction: column; }
}
.rv-wall { margin: var(--s-4) 0; }
.rv-wall__label { font-size: var(--t-sm); margin-bottom: var(--s-2); }
.rv-wall__grid {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(88px, 1fr));
gap: var(--s-2);
}
.rv-wall__grid img,
.rv-item__shots img {
width: 100%;
aspect-ratio: 1;
object-fit: cover;
border-radius: var(--r-md);
background: var(--surface-2, var(--surface));
}
.rv-item__shots { display: flex; flex-wrap: wrap; gap: var(--s-2); margin-top: var(--s-2); }
.rv-item__shots img { width: 72px; }
.rv-form__hint { display: block; font-size: var(--t-xs, 12px); margin-top: 4px; }
.sold-note {
display: inline-flex; align-items: center; gap: 5px;
margin-top: var(--s-2);
font-size: var(--t-sm);
color: #b45309;
}
.sold-note .icon { width: 15px; height: 15px; }
.tiers { margin-top: var(--s-3); }
.tiers__label { font-size: var(--t-xs, 12px); margin-bottom: 4px; }
.tiers__list { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: var(--s-2); }
.tiers__list li {
display: inline-flex; align-items: baseline; gap: 6px;
padding: 4px 10px;
font-size: var(--t-sm);
background: var(--surface-2, var(--surface));
border: 1px solid var(--line);
border-radius: var(--r-pill, 999px);
}
.tiers__list strong { font-variant-numeric: tabular-nums; }
.minicart__xsell { padding: var(--s-3); border-top: 1px solid var(--line); }
.minicart__xsell-label { font-size: var(--t-xs, 12px); color: var(--ink-2); margin-bottom: var(--s-2); }
.minicart__xsell-row { display: grid; gap: var(--s-2); }
.xsell-card { display: flex; align-items: center; gap: var(--s-2); }
.xsell-card__media { flex: none; line-height: 0; }
.xsell-card__media img, .xsell-card .ph {
width: 48px; height: 48px; border-radius: var(--r-sm);
object-fit: cover; background: var(--surface-2, var(--surface)); display: block;
}
.xsell-card__body { flex: 1; min-width: 0; display: grid; }
.xsell-card__name {
font-size: var(--t-sm); color: inherit; text-decoration: none;
display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
}
.xsell-card__price { font-size: var(--t-sm); font-weight: 700; }
.variant-opt__head { display: flex; align-items: baseline; justify-content: space-between; gap: var(--s-2); }
.sizeguide-link {
display: inline-flex; align-items: center; gap: 4px;
background: none; border: 0; padding: 0;
font: inherit; font-size: var(--t-sm);
color: var(--brand); cursor: pointer; text-decoration: underline;
}
.sizeguide-link .icon { width: 14px; height: 14px; }
.sizeguide__scroll { overflow-x: auto; -webkit-overflow-scrolling: touch; }
.sizeguide {
width: 100%; border-collapse: collapse; font-size: var(--t-sm);
th, td { padding: 8px 10px; text-align: start; white-space: nowrap; border-bottom: 1px solid var(--line); }
thead th { font-weight: 700; background: var(--surface-2, var(--surface)); position: sticky; top: 0; }
tbody th { font-weight: 700; position: sticky; inset-inline-start: 0; background: var(--surface); }
}
.sizeguide__note { margin-top: var(--s-3); font-size: var(--t-sm); }
.pay .tick { background: var(--brand-soft); color: var(--on-brand-soft); }
.pay__note { text-align: start; margin: var(--s-4) 0; }
.pay__form { margin-top: var(--s-2); }
.pay__form .btn { width: 100%; justify-content: center; }
.pay__cancel { display: inline-block; margin-top: var(--s-3); }
.oc {
max-width: 440px; margin: var(--s-8) auto;
background: var(--surface); border: 1px solid var(--line);
border-radius: var(--r-lg); padding: var(--s-7) var(--s-6);
text-align: center;
}
.oc h1 { font-size: var(--t-xl); margin: 0 0 var(--s-1); }
.oc__note { font-size: var(--t-base); color: var(--ink-2); margin: 0 0 var(--s-5); }
.oc__code {
width: 100%; text-align: center; letter-spacing: 0.5em;
font: inherit; font-size: var(--t-2xl); font-weight: 700;
border: 1px solid var(--line); border-radius: var(--r-sm);
padding: var(--s-3) var(--s-4); background: var(--bg); color: var(--ink);
}
.oc__code:focus { outline: none; border-color: var(--brand); background: var(--surface); box-shadow: var(--ring); }
.oc .btn { width: 100%; justify-content: center; margin-top: var(--s-3); }
.oc__err { margin-top: var(--s-3); color: var(--danger); font-size: var(--t-base); }
.oc__acts { display: flex; justify-content: space-between; gap: var(--s-2); margin-top: var(--s-4); font-size: var(--t-sm); }
.rv { max-width: 860px; margin: var(--s-4) auto var(--s-9); }
.rv-stars { display: flex; align-items: center; gap: 6px; font-size: var(--t-base); }
.rv-stars--none { opacity: 0.75; font-size: var(--t-sm); }
.rv-stars__on { color: var(--star); letter-spacing: 1px; }
.rv-stars__off { color: var(--line-strong); letter-spacing: 1px; }
.rv-summary {
display: flex; gap: var(--s-6); flex-wrap: wrap; align-items: center;
background: var(--surface); border: 1px solid var(--line);
border-radius: var(--r-md); padding: var(--s-5); margin-bottom: var(--s-4);
}
.rv-summary__avg { display: flex; flex-direction: column; gap: 2px; }
.rv-summary__avg strong { font-size: var(--t-3xl); line-height: 1; }
.rv-summary__bars { flex: 1 1 240px; display: grid; gap: 5px; }
.rv-bar { display: flex; align-items: center; gap: 9px; font-size: var(--t-xs); color: var(--ink-3); }
.rv-bar__track { flex: 1; height: 7px; border-radius: var(--r-pill); background: var(--surface-3); overflow: hidden; }
.rv-bar__fill { display: block; height: 100%; background: var(--star); }
.rv-item { background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-md); padding: var(--s-4) var(--s-5); margin-bottom: var(--s-2); }
.rv-item__top { display: flex; align-items: center; gap: 9px; flex-wrap: wrap; font-size: var(--t-base); }
.rv-item__when { margin-inline-start: auto; font-size: var(--t-xs); color: var(--ink-3); }
.rv-item__body { margin-top: var(--s-2); color: var(--ink-2); }
.rv-badge { font-size: var(--t-xs); font-weight: 700; padding: 2px 8px; border-radius: var(--r-pill); background: var(--ok-bg); color: var(--ok); }
.rv-reply { margin-top: var(--s-3); padding: 11px 14px; border-radius: var(--r-sm); background: var(--surface-2); font-size: var(--t-base); }
.rv-reply strong { font-size: var(--t-xs); color: var(--brand); }
.rv-reply p { margin-top: 4px; color: var(--ink-2); }
.rv-empty { color: var(--ink-3); }
.rv-write { margin-top: var(--s-6); }
.rv-write__head {
display: inline-flex; align-items: center; gap: 9px;
padding: 11px 18px; cursor: pointer;
border: 1px solid var(--line-strong); border-radius: var(--r-md);
background: var(--surface); color: var(--ink);
font-size: var(--t-base); font-weight: 700;
list-style: none;
transition: border-color var(--dur-fast) var(--ease), color var(--dur-fast) var(--ease);
}
.rv-write__head::-webkit-details-marker { display: none; }
.rv-write__head:hover { border-color: var(--brand); color: var(--brand); }
.rv-write[open] .rv-write__head { border-color: var(--brand); color: var(--brand); }
.rv-write .rv-form { margin-top: var(--s-3); }
.rv-form { background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-md); padding: var(--s-5) var(--s-6); margin-top: var(--s-6); }
.rv-form__note { font-size: var(--t-sm); color: var(--ink-3); margin: 4px 0 var(--s-4); }
.rv-form__grid { display: grid; gap: var(--s-4); grid-template-columns: repeat(auto-fit, minmax(190px, 1fr)); }
.page { max-width: 74ch; margin: var(--s-2) auto var(--s-10); }
.page__title { font-size: var(--t-3xl); margin: var(--s-2) 0 var(--s-5); }
.page__body { color: var(--ink-2); font-size: var(--t-md); }
.page__body > * + * { margin-top: var(--s-3); }
.page__body h2 { color: var(--ink); font-size: var(--t-xl); margin-top: var(--s-6); }
.page__body h3 { color: var(--ink); margin-top: var(--s-5); }
.page__body ul, .page__body ol { padding-inline-start: var(--s-6); }
.page__body a { color: var(--brand); text-decoration: underline; }
.page__stamp { margin-top: var(--s-7); padding-top: var(--s-4); border-top: 1px solid var(--line); font-size: var(--t-sm); color: var(--ink-3); }
.post-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: var(--s-5); }
.post-card {
display: flex; flex-direction: column;
border: 1px solid var(--line); border-radius: var(--r-md);
background: var(--surface); overflow: hidden;
transition: border-color var(--dur) var(--ease), box-shadow var(--dur) var(--ease), transform var(--dur) var(--ease);
}
.post-card:hover { border-color: var(--brand); box-shadow: var(--e-2); transform: translateY(-3px); }
.post-card__media { display: block; aspect-ratio: 16 / 9; overflow: hidden; background: var(--surface-2); }
.post-card__media img { display: block; width: 100%; height: 100%; object-fit: cover; }
.post-card__ph { display: grid; place-items: center; width: 100%; height: 100%; color: var(--ink-3); }
.post-card__ph .icon { width: 32px; height: 32px; }
.post-card__body { display: flex; flex-direction: column; gap: var(--s-2); padding: var(--s-4); }
.post-card__meta {
display: flex; flex-wrap: wrap; align-items: center; gap: 4px var(--s-3);
font-size: var(--t-xs);
}
.post-card__views, .post__views { display: inline-flex; align-items: center; gap: 5px; }
.post-card__views .icon, .post__views .icon { width: 14px; height: 14px; flex: none; opacity: 0.8; }
.post-card__title { font-size: var(--t-md); font-weight: 700; color: var(--ink); }
.post-card:hover .post-card__title { color: var(--brand); }
.post-card__excerpt {
font-size: var(--t-sm);
display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden;
}
.post { max-width: 74ch; margin: var(--s-2) auto var(--s-10); }
.post__title { font-size: var(--t-3xl); margin: var(--s-2) 0 var(--s-2); }
.post__meta {
display: flex; flex-wrap: wrap; align-items: center; gap: 4px var(--s-4);
font-size: var(--t-sm); margin-bottom: var(--s-5);
}
.post__cover { display: block; width: 100%; height: auto; border-radius: var(--r-md); margin-bottom: var(--s-5); }
.post__body { color: var(--ink-2); font-size: var(--t-md); }
.site-foot {
position: relative;
border-top: 1px solid var(--line); margin-top: var(--s-10);
background:
linear-gradient(180deg, color-mix(in srgb, var(--brand) 4%, var(--surface)) 0%, var(--surface) 240px);
}
.site-foot::before {
content: ''; position: absolute; top: -1px; inset-inline: 0; height: 2px;
background: linear-gradient(90deg, var(--brand), color-mix(in srgb, var(--brand) 20%, transparent) 60%, transparent);
}
.site-foot__trust {
display: flex; flex-wrap: wrap; justify-content: center; gap: var(--s-3) var(--s-7);
padding: var(--s-5) 0;
border-bottom: 1px solid var(--line);
font-size: var(--t-sm); font-weight: 600; color: var(--ink-2);
}
.site-foot__trust-item { display: inline-flex; align-items: center; gap: 8px; }
.site-foot__trust-item .icon { width: 18px; height: 18px; color: var(--brand); flex: none; }
.site-foot__cols {
display: grid; grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
gap: var(--s-7) var(--s-6); padding: var(--s-8) 0 var(--s-7);
}
@media (min-width: 1000px) { .site-foot__col--brand { grid-column: span 2; max-width: 380px; } }
@media (max-width: 860px) { .site-foot__cols { gap: var(--s-6) var(--s-5); } }
@media (max-width: 640px) {
html:not([data-footer='compact']) .site-foot__cols {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
html:not([data-footer='compact']) .site-foot__col--brand {
grid-column: 1 / -1; text-align: center;
}
html:not([data-footer='compact']) .site-foot__col--brand .site-foot__brand {
justify-content: center;
}
html:not([data-footer='compact']) .site-foot__col--brand p {
max-width: 44ch; margin-inline: auto;
}
}
.site-foot__col h4 {
font-size: var(--t-xs); font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase;
color: var(--ink-2); margin-bottom: var(--s-4);
position: relative; padding-bottom: 10px;
}
.site-foot__col h4::after {
content: ''; position: absolute; bottom: 0; inset-inline-start: 0;
width: 22px; height: 2px; border-radius: 2px; background: var(--brand);
}
.site-foot__col p, .site-foot__col li { font-size: var(--t-sm); color: var(--ink-3); }
.site-foot__col ul { list-style: none; padding: 0; display: grid; gap: 7px; }
.site-foot__col ul a {
display: inline-block;
transition: color var(--dur-fast) var(--ease), transform var(--dur-fast) var(--ease);
}
.site-foot__col a:hover { color: var(--brand); }
.site-foot__col ul a:hover { transform: translateX(3px); }
:dir(rtl) .site-foot__col ul a:hover { transform: translateX(-3px); }
.site-foot__all { display: inline-flex !important; align-items: center; gap: 5px; font-weight: 700; color: var(--brand); }
.site-foot__all .icon { width: 14px; height: 14px; }
.site-foot__brand { display: flex; align-items: center; gap: var(--s-3); margin-bottom: var(--s-3); }
.site-foot__brand strong { font-size: var(--t-lg); font-weight: 800; letter-spacing: -0.01em; color: var(--ink); }
.site-foot__contact { display: grid; gap: 8px; }
.site-foot__contact a {
display: flex; align-items: center; gap: var(--s-3);
font-size: var(--t-sm); color: var(--ink-2); padding: 3px 0;
}
.site-foot__contact .icon {
width: 30px; height: 30px; padding: 7px; flex: none;
color: var(--brand); background: var(--brand-soft); border-radius: var(--r-sm);
}
.socials { display: flex; gap: var(--s-2); margin-top: var(--s-3); }
.socials a {
width: 34px; height: 34px; display: grid; place-items: center;
border: 1px solid var(--line); border-radius: var(--r-pill); color: var(--ink-2);
}
.site-foot .socials a:hover { border-color: var(--brand); color: var(--brand); background: var(--brand-soft); }
.site-foot__bar {
border-top: 1px solid var(--line);
padding: var(--s-5) 0;
display: flex; flex-wrap: wrap; gap: var(--s-3);
align-items: center; justify-content: space-between;
font-size: var(--t-sm); color: var(--ink-3);
}
.foot-links { display: flex; flex-wrap: wrap; gap: 6px var(--s-4); }
.foot-links a { font-weight: 600; color: var(--ink-2); }
.foot-links a:hover { color: var(--brand); }
.pay-marks { display: flex; flex-wrap: wrap; gap: 8px; margin-top: var(--s-5); }
.pay-marks span {
display: inline-flex; align-items: center; gap: 7px;
font-size: var(--t-xs); font-weight: 700; color: var(--on-brand-soft);
background: var(--brand-soft);
border: 1px solid color-mix(in srgb, var(--brand) 22%, transparent);
border-radius: var(--r-pill); padding: 6px 12px;
}
.pay-marks .icon { width: 15px; height: 15px; flex: none; }
[data-footer='compact'] .site-foot { margin-top: var(--s-8); }
[data-footer='compact'] .site-foot__trust { padding-block: var(--s-4); }
[data-footer='compact'] .site-foot__cols {
display: flex; flex-wrap: wrap; align-items: flex-start;
gap: var(--s-5) var(--s-8); padding-block: var(--s-6) var(--s-5);
}
[data-footer='compact'] .site-foot__col--brand { flex: 1 1 260px; max-width: 420px; }
[data-footer='compact'] .site-foot__col { flex: 0 1 auto; }
[data-footer='compact'] .site-foot__col h4 { margin-bottom: var(--s-3); padding-bottom: 7px; }
[data-footer='compact'] .site-foot__col ul { display: flex; flex-wrap: wrap; gap: 6px var(--s-4); }
[data-footer='compact'] .site-foot__col ul a:hover { transform: none; }
.minicart__line { position: relative; display: flex; gap: var(--s-3); padding: var(--s-3) 0; border-bottom: 1px solid var(--line); }
.minicart__line img, .minicart__line .ph { width: 56px; height: 56px; border-radius: var(--r-sm); object-fit: cover; flex: none; background: var(--surface-2); }
.minicart__media { flex: none; display: block; }
.minicart__info { flex: 1; min-width: 0; }
.minicart__name { padding-inline-end: 26px; font-weight: 600; font-size: var(--t-base); display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.minicart__name a { color: inherit; }
.minicart__name a:hover { color: var(--brand-600); }
.minicart__rm {
position: absolute; inset-block-start: var(--s-3); inset-inline-end: 0;
display: grid; place-items: center;
width: 26px; height: 26px; padding: 0;
border: 0; border-radius: var(--r-pill); cursor: pointer;
background: var(--surface-2); color: var(--ink-3);
transition: background var(--dur-fast) var(--ease), color var(--dur-fast) var(--ease);
}
.minicart__rm:hover { background: var(--danger-bg); color: var(--danger); }
.minicart__empty { text-align: center; padding: var(--s-9) var(--s-4); color: var(--ink-3); }
.toasts {
position: fixed; z-index: var(--z-toast);
inset-inline-end: var(--s-4); bottom: var(--s-4);
display: grid; gap: var(--s-2); pointer-events: none;
max-width: min(92vw, 380px);
}
.toast {
display: flex; align-items: center; gap: var(--s-3);
background: var(--n-900); color: var(--n-0);
border-radius: var(--r-md); padding: 12px 16px;
font-size: var(--t-base); font-weight: 600; box-shadow: var(--e-3);
pointer-events: auto;
animation: sf-toast-in var(--dur) var(--ease);
}
.toast--err { background: var(--danger); color: #fff; }
.toast .icon { flex: none; }
@keyframes sf-toast-in { from { opacity: 0; transform: translateY(10px); } }
.floaters {
position: fixed; z-index: var(--z-sticky);
inset-inline-end: var(--s-4); bottom: var(--s-4);
display: grid;
}
.floaters__fold {
display: grid; grid-template-rows: 1fr;
transition: grid-template-rows var(--dur-slow) var(--ease);
}
.floaters__stack {
display: grid; gap: var(--s-2); align-content: end;
min-height: 0; overflow: hidden;
padding-bottom: var(--s-2);
transition: opacity var(--dur) var(--ease);
}
.floaters.is-folded .floaters__fold { grid-template-rows: 0fr; }
.floaters.is-folded .floaters__stack { opacity: 0; pointer-events: none; }
.floaters__fold:last-child .floaters__stack { padding-bottom: 0; }
.floaters.no-anim .floaters__fold, .floaters.no-anim .floaters__stack { transition: none !important; }
.floater.floaters__toggle {
border: 1px solid var(--line); cursor: pointer;
background: var(--surface); color: var(--ink);
transition: transform var(--dur-fast) var(--ease), filter var(--dur-fast) var(--ease);
}
.floaters__toggle .icon { display: none; }
.floaters__toggle::before {
content: '';
width: 5px; height: 5px; border-radius: 50%;
background: currentColor;
box-shadow: 0 -8px 0 currentColor, 0 8px 0 currentColor;
}
.floaters__toggle:active { transform: scale(0.94); }
:root:has(.floaters.is-folded) { --floater-count: 1; }
@media (prefers-reduced-motion: reduce) {
.floaters__fold, .floaters__stack { transition: none; }
}
.floater {
width: 48px; height: 48px; border-radius: var(--r-pill);
display: grid; place-items: center; color: #fff;
box-shadow: var(--e-3);
}
.floater:hover { filter: brightness(1.06); transform: translateY(-1px); }
.floater { transition: transform var(--dur-fast) var(--ease), filter var(--dur-fast) var(--ease); }
.floater--wa,
.floater--whatsapp { background: #25d366; }
.floater--messenger { background: #0084ff; }
.floater--telegram { background: #229ed9; }
.floater--imo { background: #0bb9f5; }
.floater--viber { background: #7360f2; }
.floater--call { background: var(--brand); color: var(--brand-fg); }
.social-auth { display: grid; gap: var(--s-2); margin-top: var(--s-4); }
.social-auth__or {
display: flex; align-items: center; gap: var(--s-3);
color: var(--ink-3); font-size: var(--t-xs); margin: var(--s-2) 0;
}
.social-auth__or::before, .social-auth__or::after {
content: ''; flex: 1; height: 1px; background: var(--line);
}
.social-auth__btn {
display: flex; align-items: center; justify-content: center; gap: var(--s-2);
padding: 11px 16px; border-radius: var(--r-md);
border: 1px solid var(--line-strong); background: var(--surface);
font-size: var(--t-base); font-weight: 700; color: var(--ink);
transition: border-color var(--dur-fast) var(--ease), background var(--dur-fast) var(--ease);
}
.social-auth__btn:hover { background: var(--surface-2); border-color: var(--ink-3); }
.social-auth__btn .icon { width: 18px; height: 18px; }
.social-auth__btn--google .icon { color: #ea4335; }
.social-auth__btn--facebook .icon { color: #1877f2; }
.social-auth__btn--github .icon { color: var(--ink); }
.pw { position: relative; }
.pw__input { width: 100%; padding-inline-end: 44px; }
.pw__eye {
position: absolute; top: 50%; inset-inline-end: 6px; transform: translateY(-50%);
width: 32px; height: 32px; padding: 0;
display: grid; place-items: center;
border: 0; border-radius: var(--r-sm); background: none; cursor: pointer;
color: var(--ink-3);
transition: color var(--dur-fast) var(--ease), background var(--dur-fast) var(--ease);
}
.pw__eye:hover { background: var(--surface-2); color: var(--ink); }
.pw__eye .icon { width: 18px; height: 18px; }
.pw__eye-off { display: none; }
.pw__eye.is-on .pw__eye-on { display: none; }
.pw__eye.is-on .pw__eye-off { display: block; }
.pw__rules { margin-top: 5px; font-size: var(--t-xs); color: var(--ink-3); line-height: var(--lh-snug); }
.acct {
display: grid; grid-template-columns: 232px minmax(0, 1fr);
gap: var(--s-6); align-items: start;
margin: var(--s-5) 0 var(--s-9);
}
.acct__nav {
position: sticky; top: calc(var(--sf-head-h) + var(--s-4));
background: var(--surface); border: 1px solid var(--line);
border-radius: var(--r-lg); padding: var(--s-4);
display: grid; gap: var(--s-3);
}
.acct__who { display: flex; align-items: center; gap: var(--s-3); padding-bottom: var(--s-3); border-bottom: 1px solid var(--line); }
.acct__avatar {
width: 40px; height: 40px; flex: none;
display: grid; place-items: center; border-radius: var(--r-pill);
background: var(--brand); color: var(--brand-fg); font-weight: 800;
}
.acct__avatar--img { object-fit: cover; background: var(--surface-2); }
.acct__who-text { min-width: 0; display: grid; }
.acct__who-text strong { font-size: var(--t-base); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.acct__who-text small { font-size: var(--t-xs); }
.acct__links { display: grid; gap: 2px; }
.acct__link {
display: flex; align-items: center; gap: var(--s-3);
padding: 9px 11px; border-radius: var(--r-sm);
font-size: var(--t-base); font-weight: 600; color: var(--ink-2);
transition: background var(--dur-fast) var(--ease), color var(--dur-fast) var(--ease);
}
.acct__link .icon { width: 17px; height: 17px; flex: none; }
.acct__link:hover { background: var(--surface-2); color: var(--ink); }
.acct__link.is-on { background: var(--brand-soft); color: var(--on-brand-soft); font-weight: 700; }
.acct__badge {
margin-inline-start: auto; min-width: 20px; padding: 1px 6px;
border-radius: var(--r-pill); background: var(--brand); color: var(--brand-fg);
font-size: var(--t-xs); font-weight: 800; line-height: 1.5; text-align: center;
}
.acct__out { padding-top: var(--s-3); border-top: 1px solid var(--line); }
.acct__out .btn { width: 100%; }
.acct__head {
display: flex; align-items: center; justify-content: space-between;
gap: var(--s-3); flex-wrap: wrap; margin-bottom: var(--s-4);
min-height: 40px;
}
.acct__head h1 { font-size: var(--t-2xl); line-height: 1.2; }
.pcard {
background: var(--surface); border: 1px solid var(--line);
border-radius: var(--r-lg); overflow: hidden;
}
.pcard__cover {
height: 84px;
background:
radial-gradient(80% 140% at 85% 0%, color-mix(in srgb, var(--brand-400) 55%, transparent), transparent 60%),
linear-gradient(120deg, var(--brand-700), var(--brand-500));
}
.pcard__id {
display: flex; align-items: flex-end; gap: var(--s-4);
padding: var(--s-3) var(--s-6) var(--s-5);
}
.pcard__avatar {
margin-top: -54px;
width: 96px; height: 96px; flex: none; border-radius: var(--r-pill);
border: 4px solid var(--surface); object-fit: cover;
background: var(--surface-2); box-shadow: var(--e-2);
}
.pcard__avatar--initial {
display: grid; place-items: center;
background: var(--brand); color: var(--brand-fg);
font-size: 38px; font-weight: 800;
}
.pcard__name { min-width: 0; }
.pcard__name h2 { font-size: var(--t-xl); letter-spacing: -0.01em; }
.pcard__phone { display: flex; align-items: center; flex-wrap: wrap; gap: var(--s-2); font-size: var(--t-sm); color: var(--ink-3); margin-top: 2px; }
.pcard__ok { display: inline-flex; align-items: center; gap: 4px; color: var(--ok, #087443); font-weight: 700; }
.pcard__ok .icon { width: 14px; height: 14px; }
.pcard__stats {
display: grid; grid-template-columns: repeat(3, 1fr);
border-top: 1px solid var(--line);
}
.pstat { padding: var(--s-4) var(--s-5); text-align: center; }
.pstat + .pstat { border-inline-start: 1px solid var(--line); }
.pstat__n { display: block; font-size: var(--t-md); font-weight: 800; color: var(--ink); }
.pstat__l { display: block; font-size: var(--t-xs); color: var(--ink-3); margin-top: 2px; }
.pdetails {
background: var(--surface); border: 1px solid var(--line);
border-radius: var(--r-lg); padding: var(--s-5) var(--s-6) var(--s-5);
margin-top: var(--s-4);
}
.pdetails__title { font-size: var(--t-xs); font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; color: var(--ink-3); margin-bottom: var(--s-4); }
.pdetails__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(190px, 1fr)); gap: var(--s-4) var(--s-6); }
.pdetail { min-width: 0; }
.pdetail dt { display: flex; align-items: center; gap: 7px; font-size: var(--t-xs); color: var(--ink-3); }
.pdetail dd { overflow-wrap: anywhere; }
.pdetail dt .icon { width: 14px; height: 14px; }
.pdetail dd { font-size: var(--t-base); font-weight: 600; color: var(--ink); margin-top: 3px; }
.pdetail__empty { font-weight: 500; color: var(--ink-3); }
.pdetails__foot { display: flex; flex-wrap: wrap; gap: var(--s-2); margin-top: var(--s-5); padding-top: var(--s-4); border-top: 1px solid var(--line); }
.pform { display: grid; gap: var(--s-4); }
.pform--narrow { max-width: 460px; }
.pform__card {
background: var(--surface); border: 1px solid var(--line);
border-radius: var(--r-lg); padding: var(--s-5) var(--s-6);
}
.pform__legend { font-size: var(--t-xs); font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; color: var(--ink-3); margin-bottom: var(--s-4); }
.pform__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: var(--s-4) var(--s-5); }
.pform__grid > .field, .pform__card > .field:last-child { margin-bottom: 0; }
.pform .field input:disabled { background: var(--surface-2); color: var(--ink-3); cursor: not-allowed; }
.pform__hint { font-size: var(--t-xs); color: var(--ink-3); margin-top: 4px; line-height: 1.4; }
.pform__note {
display: flex; align-items: flex-start; gap: 8px;
background: var(--info-bg); color: var(--info);
border-radius: var(--r-md); padding: 10px 14px;
font-size: var(--t-sm); font-weight: 600; margin-bottom: var(--s-4);
}
.pform__note .icon { flex: none; margin-top: 2px; }
.pform__foot { display: flex; flex-wrap: wrap; gap: var(--s-3); }
.pform__foot .btn { margin-top: 0; }
.photo-pick { display: flex; align-items: flex-start; gap: var(--s-4); flex-wrap: wrap; }
.photo-pick__img {
width: 88px; height: 88px; flex: none; border-radius: var(--r-pill);
object-fit: cover; background: var(--surface-2); border: 1px solid var(--line);
}
.photo-pick__img--initial { display: grid; place-items: center; background: var(--brand); color: var(--brand-fg); font-size: 34px; font-weight: 800; border-color: transparent; }
.photo-pick__side { min-width: 0; flex: 1 1 200px; display: grid; gap: 6px; justify-items: start; }
.photo-pick__input { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; border: 0; }
.photo-pick__input:focus-visible + .pform__hint { outline: 2px solid var(--brand); outline-offset: 3px; border-radius: var(--r-xs); }
.photo-pick__drop { display: inline-flex; align-items: center; gap: 7px; font-size: var(--t-sm); color: var(--ink-2); cursor: pointer; }
@media (max-width: 860px) {
.acct { grid-template-columns: 1fr; gap: var(--s-4); }
.acct__nav { position: static; }
.acct__who { padding-bottom: 0; border-bottom: 0; }
.acct__links { grid-auto-flow: column; grid-auto-columns: max-content; overflow-x: auto; scrollbar-width: none; padding-bottom: 2px; }
.acct__links::-webkit-scrollbar { display: none; }
.acct__link { white-space: nowrap; }
}
.variant-note {
display: block;
margin-top: 2px;
font-size: var(--t-xs);
font-weight: 500;
color: var(--ink-3);
}
.social-row { display: flex; flex-wrap: wrap; gap: var(--s-2); margin-top: var(--s-4); }
.social-row__link {
width: 36px; height: 36px; display: grid; place-items: center;
border: 1px solid var(--line); border-radius: var(--r-pill);
color: var(--ink-2);
transition: background var(--dur-fast) var(--ease), color var(--dur-fast) var(--ease), border-color var(--dur-fast) var(--ease);
}
.social-row__link:hover,
.site-foot .social-row__link:hover { background: var(--brand); border-color: var(--brand); color: var(--brand-fg); }
.social-row__link .icon { width: 17px; height: 17px; }
@media (max-width: 1080px) {
.pd { grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr); gap: var(--s-6); }
.listing:has(> .filters) { grid-template-columns: 210px 1fr; }
.nav a { padding: 8px 10px; font-size: var(--t-sm); }
.nav a:nth-child(n + 6) { display: none; }
}
@media (max-width: 900px) {
:root { --header-h: 60px; --gutter: var(--s-4); }
.nav { display: none; }
.burger { display: grid; }
.hero--split { grid-template-columns: 1fr; gap: var(--s-6); }
.hero__show { grid-template-columns: 1.6fr 1fr; min-height: 220px; }
.hero-wrap--menu { grid-template-columns: 1fr; }
.hero-menu { display: none; }
.topbar__side { display: none; }
.topbar__row { justify-content: center; }
.site-head__row {
display: grid; grid-template-columns: auto 1fr auto;
align-items: center; height: auto;
padding-block: 9px; gap: 8px var(--s-3);
}
.burger { grid-column: 1; grid-row: 1; }
.brand { grid-column: 2; grid-row: 1; justify-content: center; }
.head-actions { grid-column: 3; grid-row: 1; }
.head-actions > :not(.cart-link) { display: none; }
.head-act__label { display: none; }
.head-act { min-width: 40px; padding: 8px; }
.head-act .cart-count { top: 0; inset-inline-end: 0; }
.searchbar { grid-column: 1 / -1; grid-row: 2; flex: 1 1 auto; }
.searchbar input { padding-inline-end: 92px; height: 44px; }
.searchbar__go {
width: auto; height: auto;
inset-block: 4px; inset-inline-end: 4px; top: auto; transform: none;
padding: 0 16px;
display: inline-flex; align-items: center; justify-content: center;
border-radius: calc(var(--r-md) - 2px);
font-weight: 700; font-size: var(--t-sm);
}
.searchbar__go .icon { display: none; }
.searchbar__go-txt { position: static; width: auto; height: auto; clip-path: none; }
.searchbar__go:active { transform: scale(0.96); }
.brand__name { font-size: var(--t-base); max-width: 46vw; }
.brand:has(.brand__logo) .brand__name { display: none; }
.pd { grid-template-columns: 1fr; gap: var(--s-5); }
.gallery, .gallery--thumbs { position: static; grid-template-columns: 1fr; }
.gallery__main { order: 1; }
.gallery__thumbs {
order: 2; flex-direction: row; max-height: none;
overflow-x: auto; justify-content: flex-start;
scroll-snap-type: x proximity;
}
.gallery__thumb { scroll-snap-align: start; }
.checkout-grid { grid-template-columns: 1fr; gap: var(--s-5); }
.summary { position: static; }
.checkout-grid > .summary { order: -1; }
.summary .summary__place { display: none; }
.summary__place--inline { display: flex; margin-top: var(--s-5); }
.totals { max-width: none; }
.listing { grid-template-columns: 1fr; }
.filters {
position: fixed; inset: auto 0 0 0; z-index: calc(var(--z-drawer) + 1);
max-height: 82dvh; border-radius: var(--r-lg) var(--r-lg) 0 0;
transform: translateY(102%); transition: transform var(--dur-slow) var(--ease);
box-shadow: var(--e-3); padding-bottom: calc(var(--s-6) + env(safe-area-inset-bottom));
}
.filters.is-open { transform: none; }
.filter-toggle { display: inline-flex; align-items: center; gap: 6px; margin-inline-end: auto; }
.filters__close { display: grid; }
.filter-fab {
display: inline-flex; align-items: center; gap: 6px;
position: fixed; z-index: var(--z-sticky);
inset-inline-start: var(--s-4); bottom: var(--s-4);
padding: 8px 13px; border: 0; border-radius: var(--r-pill);
background: var(--ink); color: var(--surface);
font: inherit; font-size: var(--t-xs); font-weight: 700;
box-shadow: var(--e-2); cursor: pointer;
-webkit-tap-highlight-color: transparent;
}
.filter-fab .icon { width: 14px; height: 14px; }
.filter-fab:active { transform: scale(0.96); }
.filter-fab__dot { width: 7px; height: 7px; border-radius: 50%; background: var(--sale); }
}
@media (max-width: 640px) {
:root { --grid-min: 148px; --s-8: 32px; --s-9: 40px; --s-10: 48px; }
.drawer .lang-switch, .drawer #sf-mode-drawer { display: inline-flex; }
.site-head .searchbar { display: none; }
.grid { gap: var(--s-3); }
.section-title { margin: var(--s-6) 0 var(--s-3); }
.listing-head { margin: var(--s-6) 0 var(--s-3); }
.hero { border-radius: var(--r-md); }
.rv-form { padding: var(--s-4); }
.confirm-box { padding: var(--s-5); }
.cart-table thead { display: none; }
.cart-table, .cart-table tbody { display: block; width: 100%; }
.cart-table tr {
position: relative;
display: grid; grid-template-columns: minmax(0, 1fr) auto auto;
align-items: center; gap: var(--s-2) var(--s-3);
border: 1px solid var(--line); border-radius: var(--r-md);
margin-bottom: var(--s-3); padding: 12px; background: var(--surface);
}
.cart-table td { display: block; width: auto; min-width: 0; border: 0; padding: 0; }
.cart-table td::before { content: none; }
.cart-table td:first-child { grid-column: 1 / -1; padding-inline-end: 30px; }
.cart-table td:nth-child(2) { font-size: var(--t-sm); color: var(--ink-3); }
.cart-table td:nth-child(4) { justify-self: end; font-variant-numeric: tabular-nums; }
.cart-table td:nth-child(5) { position: absolute; top: 8px; inset-inline-end: 8px; }
.cart-table td:nth-child(5) .link-danger { font-size: 0; padding: 6px; }
.cart-table td:nth-child(5) .link-danger .icon { width: 16px; height: 16px; }
.cart-table .qty-stepper button { width: 38px; }
.cart-table .qty-stepper input { width: 40px; }
.tabbar {
display: grid; grid-template-columns: repeat(5, minmax(0, 1fr));
position: fixed; inset: auto 0 0 0; z-index: var(--z-header);
background: color-mix(in srgb, var(--surface) 92%, transparent);
backdrop-filter: blur(14px);
border-top: 1px solid var(--line);
padding-bottom: env(safe-area-inset-bottom);
box-shadow: 0 -1px 12px rgb(0 0 0 / 0.05);
}
.tabbar a {
display: grid; justify-items: center; align-content: center; gap: 3px;
min-width: 0;
min-height: 54px; padding: 6px 2px;
color: var(--ink-3); position: relative;
-webkit-tap-highlight-color: transparent;
}
.tabbar__ico {
display: grid; place-items: center; position: relative;
width: 46px; height: 26px; border-radius: var(--r-pill);
transition: background var(--dur-fast) var(--ease), color var(--dur-fast) var(--ease),
transform var(--dur-fast) var(--ease);
}
.tabbar .icon { width: 21px; height: 21px; }
.tabbar__label {
font-size: 0.625rem; font-weight: 700; letter-spacing: 0.01em; line-height: 1.2;
max-width: 100%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.tabbar a.is-active { color: var(--brand); }
.tabbar a.is-active .tabbar__ico { background: var(--brand-soft); color: var(--brand); }
.tabbar a:active .tabbar__ico { transform: scale(0.92); }
.tabbar .cart-count { top: -4px; inset-inline-end: 5px; border-color: var(--surface); }
body { padding-bottom: calc(62px + env(safe-area-inset-bottom)); }
.floaters { bottom: calc(70px + env(safe-area-inset-bottom)); }
.toasts { bottom: calc(70px + env(safe-area-inset-bottom)); }
.filter-fab { bottom: calc(70px + env(safe-area-inset-bottom)); }
.sticky-buy {
display: flex; align-items: center; gap: var(--s-3);
position: fixed; inset: auto 0 0 0; z-index: calc(var(--z-header) + 1);
background: var(--surface); border-top: 1px solid var(--line);
padding: 10px var(--s-4) calc(10px + env(safe-area-inset-bottom));
transform: translateY(110%); transition: transform var(--dur-slow) var(--ease);
box-shadow: var(--e-3);
}
.sticky-buy.is-on { transform: none; }
.sticky-buy__price { font-weight: 800; }
.sticky-buy .btn { flex: 1; }
body.has-sticky-buy .tabbar { display: none; }
}
@media (max-width: 400px) {
:root { --grid-min: 138px; }
.add-form .btn { min-width: 140px; }
}
@media (max-width: 560px) {
.buybox .add-form[data-sf-add] {
display: grid;
grid-template-columns: auto minmax(0, 1fr);
}
.buybox .add-form[data-sf-add] .btn { min-width: 0; max-width: none; }
.buybox .add-form[data-sf-add] .btn[data-sf-buy-now] { grid-column: 1 / -1; }
}
@media (max-width: 640px) {
.grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
.sfc { position: relative; }
.sfc__track {
display: grid; grid-auto-flow: column;
gap: var(--s-4);
overflow-x: auto; scroll-snap-type: x mandatory;
scrollbar-width: none; padding-bottom: 4px;
}
.sfc__track::-webkit-scrollbar { display: none; }
.sfc__track > * { scroll-snap-align: start; }
.sfc__btn {
position: absolute; top: 50%; transform: translateY(-50%);
z-index: 2; width: 40px; height: 40px;
display: grid; place-items: center;
border: 0; border-radius: var(--r-pill); cursor: pointer;
background: rgb(10 13 18 / 0.55); color: #fff;
backdrop-filter: blur(4px);
opacity: 0; transition: opacity var(--dur) var(--ease), background var(--dur-fast) var(--ease);
pointer-events: none;
}
.sfc__btn:hover { background: rgb(10 13 18 / 0.78); }
.sfc:hover .sfc__btn, .sfc__btn:focus-visible { opacity: 1; pointer-events: auto; }
@media (hover: hover) {
.sfc__btn {
opacity: 1;
pointer-events: auto;
background: transparent; backdrop-filter: none; color: var(--ink);
filter: drop-shadow(0 0 2px var(--surface)) drop-shadow(0 1px 3px rgb(0 0 0 / 0.28));
transition: background var(--dur-fast) var(--ease), color var(--dur-fast) var(--ease), filter var(--dur-fast) var(--ease);
}
.sfc:hover .sfc__btn, .gallery:hover .sfc__btn, .sfc__btn:focus-visible {
background: rgb(10 13 18 / 0.55); backdrop-filter: blur(4px); color: #fff; filter: none;
}
.sfc:hover .sfc__btn:hover, .gallery:hover .sfc__btn:hover { background: rgb(10 13 18 / 0.78); }
}
.sfc--static .sfc__btn { display: none; }
.sfc__btn--prev { inset-inline-start: var(--s-2); }
.sfc__btn--next { inset-inline-end: var(--s-2); }
.sfc__btn .icon { width: 20px; height: 20px; }
.sfc__btn--prev .icon { transform: rotate(90deg); }
.sfc__btn--next .icon { transform: rotate(-90deg); }
.sfc--cols .sfc__track {
grid-auto-columns: calc(
(100% - (var(--sfc-cols) - 1) * var(--s-4)) / (var(--sfc-cols) + var(--sfc-peek, 0))
);
}
.sfc--cat { --sfc-cols: var(--sfc-cols-lg, 5); }
.sfc--prod { --sfc-cols: var(--sfc-cols-lg, 4); }
.sfc--tm { --sfc-cols: var(--sfc-cols-lg, 3); }
.sfc--brand { --sfc-cols: var(--sfc-cols-lg, 6); }
.sfc--combo { --sfc-cols: var(--sfc-cols-lg, 4); }
.sfc--post { --sfc-cols: var(--sfc-cols-lg, 3); }
@media (max-width: 1080px) {
.sfc--cat { --sfc-cols: var(--sfc-cols-md, 4); }
.sfc--prod { --sfc-cols: var(--sfc-cols-md, var(--sfc-cols-lg, 4)); }
.sfc--tm { --sfc-cols: var(--sfc-cols-md, var(--sfc-cols-lg, 3)); }
.sfc--brand { --sfc-cols: var(--sfc-cols-md, 5); }
.sfc--combo { --sfc-cols: var(--sfc-cols-md, 3); }
.sfc--post { --sfc-cols: var(--sfc-cols-md, var(--sfc-cols-lg, 3)); }
}
@media (max-width: 900px) {
.sfc--cat, .sfc--prod { --sfc-cols: var(--sfc-cols-md, 3); }
.sfc--tm { --sfc-cols: var(--sfc-cols-md, 2); }
.sfc--brand { --sfc-cols: var(--sfc-cols-md, 4); }
.sfc--combo, .sfc--post { --sfc-cols: var(--sfc-cols-md, 2); }
}
@media (max-width: 640px) {
.sfc--cols { --sfc-peek: 0.2; }
.sfc--cat { --sfc-cols: var(--sfc-cols-sm, 3); }
.sfc--prod { --sfc-cols: var(--sfc-cols-sm, 2); --sfc-peek: 0; }
.sfc--tm { --sfc-cols: var(--sfc-cols-sm, 1); }
.sfc--brand { --sfc-cols: var(--sfc-cols-sm, 3); }
.sfc--combo { --sfc-cols: var(--sfc-cols-sm, 2); --sfc-peek: 0; }
.sfc--post { --sfc-cols: var(--sfc-cols-sm, 1); }
.combo-card { padding: var(--s-3); gap: var(--s-2); }
.combo-card__imgs { gap: 4px; padding: var(--s-2) 4px; }
.combo-card__plus { font-size: var(--t-xs); }
.combo-card__name { font-size: var(--t-sm); }
.combo-card__price { font-size: var(--t-lg); }
.combo-card__add { padding: 8px 10px; font-size: var(--t-xs); }
}
.sfc--combo .combo-card, .sfc--post .post-card { height: 100%; }
.combo-grid .combo-card { height: 100%; }
.hero-slider { margin: var(--s-6) 0; }
@media (max-width: 640px) {
.hero { margin-block: var(--s-6) 0; }
.hero-slider { margin-block-end: 0; }
}
.hero-slider .sfc__track { gap: 0; border-radius: var(--r-lg); grid-auto-columns: 100%; }
.hero-slide {
position: relative; width: 100%; flex: none;
min-height: var(--hero-h);
display: grid; align-content: center;
padding: clamp(28px, 5vw, 64px) clamp(20px, 4.5vw, 56px);
background:
radial-gradient(90% 130% at 94% 0%, color-mix(in srgb, var(--brand-400) 15%, transparent) 0%, transparent 58%),
var(--surface);
color: var(--ink); overflow: hidden;
}
.hero-slide__bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero-slide picture + .hero-slide__body,
.hero-slide__bg + .hero-slide__body { position: relative; }
.hero-slide__body { max-width: 560px; }
.hero-slide--image .hero-slide__body {
text-shadow: 0 1px 20px rgb(0 0 0 / 0.45);
}
.hero-slide--image::before {
content: ''; position: absolute; inset: 0;
background: linear-gradient(100deg, rgb(8 11 16 / 0.62) 20%, rgb(8 11 16 / 0.12) 70%);
}
.hero-slide--image::before { z-index: 1; }
.hero-slide--image .hero-slide__body { z-index: 2; }
.hero-slide h1, .hero-slide h2 { font-size: var(--t-4xl); letter-spacing: -0.02em; margin-bottom: var(--s-3); text-wrap: balance; }
.hero-slide p { font-size: var(--t-lg); color: var(--ink-2); }
.hero-slide .btn { margin-top: var(--s-5); }
.hero-slide--image { color: #fff; }
.hero-slide--image p { color: rgb(255 255 255 / 0.92); }
.hero-slide--image .btn { background: #fff; color: var(--brand-700); }
.hero-slide--image .btn:hover { background: #fff; filter: brightness(0.94); }
.hero-slider .sfc__btn { opacity: 1; }
@media (max-width: 640px) {
.hero-slider .sfc__btn { display: none; }
}
@media (hover: hover) {
.hero-slider .sfc__btn { color: #fff; filter: drop-shadow(0 1px 3px rgb(0 0 0 / 0.6)); }
}
.sfc--fade .sfc__track { overflow: hidden; scroll-snap-type: none; grid-auto-flow: row; }
.sfc--fade .sfc__track > * {
grid-area: 1 / 1;
opacity: 0; pointer-events: none;
transition: opacity 0.7s var(--ease);
}
.sfc--fade .sfc__track > .is-on { opacity: 1; pointer-events: auto; }
.hero-wrap { display: grid; gap: var(--s-4); }
.hero-wrap--menu { grid-template-columns: 250px minmax(0, 1fr); align-items: start; }
.hero-menu {
background: var(--surface); border: 1px solid var(--line);
border-radius: var(--r-lg);
margin: var(--s-6) 0;
align-self: stretch; display: flex; flex-direction: column;
position: relative; z-index: 6;
}
.hero-menu__head {
display: flex; align-items: center; gap: var(--s-2);
padding: 12px var(--s-4); font-weight: 800; font-size: var(--t-sm);
text-transform: uppercase; letter-spacing: 0.06em;
background: var(--brand); color: var(--brand-fg);
border-radius: calc(var(--r-lg) - 1px) calc(var(--r-lg) - 1px) 0 0;
}
.hero-menu__list {
overflow-y: auto; overscroll-behavior: contain;
--hero-menu-row: 43px;
max-height: calc(var(--hero-h) - 44px);
max-height: round(down, calc(var(--hero-h) - 44px), var(--hero-menu-row));
scrollbar-width: thin;
scroll-snap-type: y proximity;
}
.hero-menu { position: relative; }
.hero-menu::after {
content: '';
position: absolute; inset-inline: 1px; bottom: 1px; height: 26px;
border-end-start-radius: calc(var(--r-lg) - 1px);
border-end-end-radius: calc(var(--r-lg) - 1px);
background: linear-gradient(to bottom, transparent, var(--surface));
pointer-events: none; z-index: 2;
}
.hero-menu__item > a {
display: flex; align-items: center; justify-content: space-between; gap: var(--s-2);
padding: 10px var(--s-4); font-weight: 600; font-size: var(--t-sm);
border-top: 1px solid var(--line); color: var(--ink-2);
min-height: var(--hero-menu-row, 43px); box-sizing: border-box;
scroll-snap-align: start;
}
.hero-menu__item:last-child > a { border-radius: 0 0 calc(var(--r-lg) - 1px) calc(var(--r-lg) - 1px); }
.hero-menu__item > a:hover { background: var(--surface-2); color: var(--brand); }
.hero-menu__item > a .icon { width: 15px; height: 15px; opacity: 0.5; }
.hero-menu__item { position: static; }
.hero-mega {
position: absolute; top: var(--mega-y, 0); inset-inline-start: 100%;
min-width: 240px; padding: var(--s-3);
background: var(--surface); border: 1px solid var(--line);
border-radius: var(--r-md); box-shadow: var(--e-3);
display: none; z-index: 30;
}
.hero-menu__item.is-open .hero-mega,
.hero-menu:not(.hero-menu--js) .hero-menu__item:hover .hero-mega,
.hero-menu__item:focus-within .hero-mega {
display: grid; gap: 2px var(--s-4); align-content: start;
grid-template-columns: repeat(var(--mega-cols, 1), minmax(170px, 1fr));
}
.hero-mega a {
display: block; padding: 7px 10px; border-radius: var(--r-xs);
font-weight: 600; font-size: var(--t-sm); color: var(--ink-2);
}
.hero-mega a:hover { background: var(--surface-2); color: var(--brand); }
.hero-menu__item.is-open .hero-mega--rail,
.hero-menu:not(.hero-menu--js) .hero-menu__item:hover .hero-mega--rail,
.hero-menu__item:focus-within .hero-mega--rail {
display: flex; align-items: flex-start; gap: var(--s-4);
max-width: min(760px, 92vw);
}
.hero-mega__cols {
display: grid; gap: 2px var(--s-4); align-content: start;
grid-template-columns: repeat(var(--mega-cols, 1), minmax(160px, 1fr));
}
.hero-mega__rail { display: flex; gap: var(--s-3); }
.hero-mega__cols + .hero-mega__rail {
padding-inline-start: var(--s-4); border-inline-start: 1px solid var(--line);
}
.hero-mega .mega-tile {
display: flex; flex-direction: column; gap: 4px;
width: 110px; padding: 0; white-space: normal;
}
.hero-mega .mega-tile:hover { background: none; }
.hero-mega .mega-tile__media img { width: 110px; height: 110px; }
@media (max-width: 900px) { .sf-only-desktop { display: none !important; } }
@media (min-width: 901px) { .sf-only-mobile { display: none !important; } }
.cat-bar {
background: var(--catbar-bg, var(--surface));
color: var(--catbar-fg, inherit);
border-bottom: 1px solid var(--catbar-line, var(--line));
position: relative; z-index: calc(var(--z-header) - 1);
}
.cat-bar__wrap { position: relative; display: flex; align-items: center; gap: var(--s-3); }
.cat-bar__row {
flex: 1 1 auto; min-width: 0;
display: flex; align-items: stretch; gap: 2px;
justify-content: space-between;
overflow-x: auto; scrollbar-width: none;
scroll-behavior: smooth;
}
.cat-bar__row::-webkit-scrollbar { display: none; }
.cat-item--all { flex: none; }
.cat-item--all > a { font-weight: 800; white-space: nowrap; }
.cat-item--all > a .icon { opacity: 0.9; }
.cat-item--all > a.is-active,
.cat-item--all > a:hover {
color: var(--catbar-fg, var(--brand));
background: color-mix(in srgb, currentColor 12%, transparent);
border-radius: var(--r-sm);
}
.cat-more { position: relative; flex: none; }
.cat-more__btn {
display: inline-flex; align-items: center; gap: 7px;
padding: 5px 12px; border: 0; cursor: pointer;
background: color-mix(in srgb, currentColor 10%, transparent);
color: inherit; font: inherit; font-size: var(--t-sm); font-weight: 700;
border-radius: var(--r-pill);
transition: background var(--dur-fast) var(--ease);
}
.cat-more__btn:hover { background: color-mix(in srgb, currentColor 18%, transparent); }
.cat-more__n {
min-width: 18px; padding: 0 5px; height: 18px;
display: grid; place-items: center;
border-radius: var(--r-pill);
background: var(--brand); color: var(--brand-fg);
font-size: 11px; font-variant-numeric: tabular-nums;
}
.cat-more__caret { width: 14px; height: 14px; transition: transform var(--dur-fast) var(--ease); }
.cat-more.is-open .cat-more__caret { transform: rotate(180deg); }
.cat-more__menu {
position: absolute; top: calc(100% + 6px); inset-inline-end: 0;
display: none; z-index: 6;
min-width: 220px; max-height: min(60vh, 420px); overflow-y: auto;
padding: var(--s-2);
background: var(--surface); color: var(--ink);
border: 1px solid var(--line); border-radius: var(--r-md);
box-shadow: var(--e-3);
}
.cat-more.is-open .cat-more__menu { display: grid; }
@media (hover: hover) {
.cat-more:hover .cat-more__menu,
.cat-more:focus-within .cat-more__menu { display: grid; }
.cat-more:hover .cat-more__caret,
.cat-more:focus-within .cat-more__caret { transform: rotate(180deg); }
.cat-more::after {
content: ''; position: absolute; inset-inline: 0; top: 100%; height: 8px;
}
}
.cat-more__menu {
min-width: 460px;
grid-template-columns: repeat(auto-fill, minmax(210px, 1fr));
gap: var(--s-2) var(--s-4);
}
.cat-more__group { break-inside: avoid; }
.cat-more__root {
display: block; padding: 6px 8px; border-radius: var(--r-xs);
font-size: var(--t-base); font-weight: 800; color: var(--ink);
}
.cat-more__root:hover { background: var(--surface-2); color: var(--brand); }
.cat-more__sub { display: grid; padding-inline-start: 8px; margin-bottom: 4px; }
.cat-more__sub a {
display: block; padding: 4px 8px; border-radius: var(--r-xs);
font-size: var(--t-sm); font-weight: 500; color: var(--ink-3);
}
.cat-more__sub a:hover { background: var(--surface-2); color: var(--brand); }
@media (max-width: 720px) {
.cat-more__menu { min-width: 240px; grid-template-columns: 1fr; }
}
.cat-bar__nav {
flex: none;
width: 30px; align-self: stretch;
display: grid; place-items: center;
border: 0; cursor: pointer; color: var(--catbar-ink-2, var(--ink-2));
background: none;
transition: color var(--dur-fast) var(--ease), background var(--dur-fast) var(--ease);
}
.cat-bar__nav[hidden] { display: none; }
.cat-bar__nav:hover { color: var(--catbar-fg, var(--brand)); background: color-mix(in srgb, currentColor 12%, transparent); }
.cat-bar__nav .icon { width: 18px; height: 18px; }
.cat-bar__nav--prev .icon { transform: rotate(90deg); }
.cat-bar__nav--next .icon { transform: rotate(-90deg); }
.cat-item { position: static; }
.cat-item > a {
display: inline-flex; align-items: center; gap: 6px;
padding: 8px 14px; font-weight: 700; font-size: var(--t-sm);
color: var(--catbar-ink-2, var(--ink-2)); white-space: nowrap;
}
.cat-item > a:hover { color: var(--catbar-fg, var(--brand)); }
.cat-item > a .icon { width: 14px; height: 14px; opacity: 0.6; }
.cat-panel {
position: absolute; top: 100%;
inset-inline-start: var(--cat-x, 0);
width: max-content; max-width: 100%;
padding: var(--s-3);
background: var(--surface); border: 1px solid var(--line); border-top: 0;
border-radius: 0 0 var(--r-md) var(--r-md); box-shadow: var(--e-3);
display: none; z-index: 5;
max-height: min(60vh, 420px); overflow-y: auto;
}
.cat-item:hover .cat-panel, .cat-item:focus-within .cat-panel {
display: flex; flex-wrap: wrap; align-items: flex-start; gap: 2px var(--s-5);
}
.cat-panel a {
display: block; padding: 6px 9px; border-radius: var(--r-xs);
font-weight: 600; font-size: var(--t-sm); color: var(--ink-2);
white-space: nowrap;
transition: color var(--dur-fast) var(--ease), background var(--dur-fast) var(--ease);
}
.cat-panel a:hover { background: var(--surface-2); color: var(--brand); }
.cat-panel__group { min-width: 132px; }
.cat-panel__group > a {
font-weight: 700; color: var(--ink); font-size: var(--t-xs);
letter-spacing: 0.05em; text-transform: uppercase;
padding: 0 0 7px; margin-bottom: 5px;
border-bottom: 1px solid var(--line); border-radius: 0;
}
.cat-panel__group > a:hover { background: none; }
.cat-panel__group--flat { min-width: 0; }
.cat-panel__group--flat > a {
font-size: var(--t-sm); font-weight: 600; color: var(--ink-2);
letter-spacing: normal; text-transform: none;
padding: 6px 9px; margin: 0; border-bottom: 0; border-radius: var(--r-xs);
}
.cat-panel__group--flat > a:hover { background: var(--surface-2); color: var(--brand); }
.cat-panel__group .cat-panel__child { padding-inline-start: 9px; font-weight: 500; }
.cat-panel__group > a:last-child { border-bottom: 0; }
.cat-panel__cols { display: flex; flex-wrap: wrap; align-items: flex-start; gap: 2px var(--s-5); }
.cat-panel--rail { max-width: min(920px, 96vw); }
.cat-panel__rail {
display: flex; gap: var(--s-3);
padding-inline-start: var(--s-4); margin-inline-start: auto;
border-inline-start: 1px solid var(--line);
}
.cat-panel__rail:first-child { border-inline-start: 0; padding-inline-start: 0; margin-inline-start: 0; }
.cat-panel .mega-tile {
display: flex; flex-direction: column; gap: 4px;
width: 120px; padding: 0; white-space: normal;
}
.cat-panel .mega-tile:hover { background: none; }
.mega-tile__media {
display: block; overflow: hidden;
border-radius: var(--r-sm); background: var(--surface-2);
}
.mega-tile__media img {
display: block; width: 120px; height: 120px; object-fit: cover;
transition: transform var(--dur-mid) var(--ease);
}
.mega-tile:hover .mega-tile__media img { transform: scale(1.06); }
.mega-tile__name {
font-size: var(--t-xs); font-weight: 600; color: var(--ink-2);
display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;
overflow: hidden;
}
.mega-tile:hover .mega-tile__name { color: var(--brand); }
.mega-tile__price { font-size: var(--t-xs); font-weight: 700; color: var(--ink); }
@media (max-width: 900px) {
.cat-bar { display: none; }
.hero-wrap--menu { grid-template-columns: 1fr; }
.hero-menu { display: none; }
.hero-slide { min-height: clamp(240px, 52vw, 380px); }
.hero-slide h2 { font-size: var(--t-2xl); }
}
.suggest {
position: absolute; z-index: var(--z-drawer);
top: calc(100% + 6px); inset-inline: 0;
background: var(--surface); border: 1px solid var(--line);
border-radius: var(--r-md); box-shadow: var(--e-3);
overflow: hidden; max-height: 380px; overflow-y: auto;
}
.suggest__item {
display: flex; align-items: center; gap: var(--s-3);
padding: 9px 12px; border-bottom: 1px solid var(--line);
}
.suggest__item:last-child { border-bottom: 0; }
.suggest__item:hover { background: var(--surface-2); }
.suggest__item img, .suggest__ph {
width: 44px; height: 44px; border-radius: var(--r-xs);
object-fit: cover; flex: none; background: var(--surface-2);
}
.suggest__name { flex: 1; min-width: 0; font-weight: 600; font-size: var(--t-sm); line-height: var(--lh-snug); }
.suggest__price { font-weight: 700; font-size: var(--t-sm); white-space: nowrap; }
.suggest__price s { color: var(--ink-3); font-weight: 400; margin-inline-start: 4px; }
.gallery__main { position: relative; }
.gallery__main img { transition: transform 0.18s ease; }
.gallery__main img.is-zoom { transform: scale(2.6); }
.gallery .sfc__btn { opacity: 1; }
html.sf-js .cart-table .qty-form [type='submit'] { display: none; }
.qty-form.is-busy { opacity: 0.55; pointer-events: none; }
.coll-more, .listing__more { display: grid; place-items: center; margin: var(--s-6) 0 0; }
.go-top {
position: fixed; z-index: var(--z-sticky);
inset-inline-end: var(--s-4);
bottom: calc(var(--s-4) + var(--floater-count, 1) * 56px);
width: 44px; height: 44px; border: 0;
border-radius: var(--r-pill); cursor: pointer;
background: var(--surface); color: var(--ink-2); box-shadow: var(--e-2);
display: grid; place-items: center;
opacity: 0; visibility: hidden; transform: translateY(8px);
transition: opacity var(--dur) var(--ease), transform var(--dur) var(--ease), visibility var(--dur);
}
.go-top.is-on { opacity: 1; visibility: visible; transform: none; }
.go-top .icon { transform: rotate(180deg); position: relative; z-index: 1; }
.go-top:hover { color: var(--brand); }
.go-top__ring {
position: absolute; inset: 0;
width: 100%; height: 100%;
transform: rotate(-90deg);
pointer-events: none;
}
.go-top__ring circle { fill: none; stroke-width: 3; }
.go-top__track { stroke: color-mix(in srgb, var(--ink) 14%, transparent); }
.go-top__fill {
stroke: var(--brand);
stroke-linecap: round;
stroke-dasharray: 125.7px;
stroke-dashoffset: calc(125.7px * (1 - var(--sf-read, 0)));
}
@supports (animation-timeline: scroll()) {
.go-top__fill {
animation: sf-gotop-ring linear both;
animation-timeline: scroll(root block);
}
}
@keyframes sf-gotop-ring {
from { stroke-dashoffset: 125.7; }
to   { stroke-dashoffset: 0; }
}
@media (max-width: 640px) {
.go-top { bottom: calc(66px + var(--floater-count, 1) * 56px + env(safe-area-inset-bottom)); }
}
.card__acts {
position: absolute; top: var(--s-2); inset-inline-end: var(--s-2);
display: grid; gap: 6px;
opacity: 0; transform: translateX(4px);
transition: opacity var(--dur) var(--ease), transform var(--dur) var(--ease);
}
.card:hover .card__acts, .card__acts:focus-within { opacity: 1; transform: none; }
.card__act {
width: 32px; height: 32px; display: grid; place-items: center;
border: 0; border-radius: var(--r-pill); cursor: pointer;
background: color-mix(in srgb, var(--surface) 88%, transparent);
backdrop-filter: blur(6px); color: var(--ink-2); box-shadow: var(--e-1);
}
.card__act:hover { background: var(--brand); color: var(--brand-fg); }
.card__act.is-on { background: var(--brand); color: var(--brand-fg); opacity: 1; }
.card__act .icon { width: 16px; height: 16px; }
.card__act--wish.is-on { background: var(--danger); color: #fff; }
.card__act--wish.is-on .icon { fill: currentColor; }
@media (hover: none) {
.card__acts { opacity: 1; transform: none; }
.card__act:not(.card__act--wish) { display: none; }
.card__act { width: 36px; height: 36px; }
.card__act .icon { width: 18px; height: 18px; }
.sf-modal__close,
.cmp__remove,
.share-btn {
width: 44px; height: 44px;
}
.active-chip,
.chip,
.active-filters__clear {
min-height: 44px;
}
.pager a, .pager span { min-width: 44px; height: 44px; }
}
.card__add--wish { border-color: var(--line-strong); }
.card__add--wish:hover { background: var(--danger); border-color: var(--danger); color: #fff; box-shadow: none; }
.card__add--wish.is-on { background: var(--danger-bg); border-color: var(--danger); color: var(--danger); }
.card__add--wish.is-on .icon { fill: currentColor; }
.sf-modal { position: fixed; inset: 0; z-index: var(--z-modal); display: grid; place-items: center; padding: var(--s-4); }
.sf-modal__backdrop { position: absolute; inset: 0; background: rgb(6 9 14 / 0.6); }
.sf-modal__box {
position: relative; width: min(860px, 100%); max-height: 90dvh; overflow-y: auto;
background: var(--surface); border-radius: var(--r-lg); box-shadow: var(--e-3);
}
.sf-modal__close {
position: absolute; top: var(--s-3); inset-inline-end: var(--s-3); z-index: 2;
width: 34px; height: 34px; border: 0; border-radius: var(--r-pill); cursor: pointer;
background: var(--surface-2); color: var(--ink-2);
}
.sf-modal__close:hover { background: var(--danger-bg); color: var(--danger); }
.sf-modal__spin {
width: 34px; height: 34px; margin: var(--s-11) auto; border-radius: 50%;
border: 3px solid var(--line); border-top-color: var(--brand);
animation: sf-spin 0.7s linear infinite;
}
.qv { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); }
.qv__media { aspect-ratio: 1; background: var(--surface-2); display: grid; place-items: center; }
.qv__media img { width: 100%; height: 100%; object-fit: cover; }
.qv__info { padding: var(--s-6); display: grid; gap: var(--s-3); align-content: start; }
.qv__name { font-size: var(--t-xl); letter-spacing: -0.01em; }
.qv__details { justify-self: start; }
.qv__variants-note { font-size: var(--t-sm); }
@media (max-width: 640px) {
.qv { grid-template-columns: 1fr; }
.qv__media { aspect-ratio: 16 / 10; }
}
.side-rail {
position: fixed; z-index: var(--z-sticky);
inset-inline-end: 0; top: 50%; transform: translateY(-50%);
display: grid; gap: 6px;
}
.side-rail__btn {
position: relative;
display: grid; justify-items: center; gap: 3px;
width: auto; min-width: 50px; max-width: 88px; padding: 9px 7px 8px;
border: 0; cursor: pointer;
background: var(--brand); color: var(--brand-fg);
border-start-start-radius: var(--r-md);
border-end-start-radius: var(--r-md);
box-shadow: var(--e-2);
font: inherit; line-height: 1.1;
transition: filter var(--dur-fast) var(--ease), transform var(--dur-fast) var(--ease),
box-shadow var(--dur-fast) var(--ease);
}
.side-rail__btn:hover {
filter: brightness(1.06);
transform: translateX(-3px);
box-shadow: var(--e-3);
}
[dir='rtl'] .side-rail__btn:hover { transform: translateX(3px); }
.side-rail__btn .icon { width: 20px; height: 20px; }
.side-rail__n {
position: absolute; top: 4px; inset-inline-end: 5px;
min-width: 16px; height: 16px; padding: 0 4px;
display: grid; place-items: center;
border-radius: var(--r-pill);
background: var(--surface); color: var(--brand);
font-size: 10px; font-weight: 800; font-variant-numeric: tabular-nums;
box-shadow: 0 0 0 1.5px var(--brand);
}
.side-rail__money {
font-size: 10.5px; font-weight: 800; font-variant-numeric: tabular-nums;
letter-spacing: -0.01em;
max-width: 100%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.side-rail__cmp { background: var(--ink-2); }
@media (max-width: 640px) {
.side-rail__btn { min-width: 44px; max-width: 80px; padding: 8px 6px 7px; }
.side-rail__btn .icon { width: 18px; height: 18px; }
.side-rail__money { font-size: 10px; }
}
.tool-rail { display: none; }
@media (max-width: 900px) {
.tool-rail {
position: fixed; z-index: var(--z-sticky);
inset-inline-start: 0; top: 38%;
display: flex; align-items: center;
}
.tool-rail__fold {
display: grid; grid-template-columns: 0fr;
transition: grid-template-columns var(--dur-slow) var(--ease);
}
.tool-rail.is-open .tool-rail__fold { grid-template-columns: 1fr; }
.tool-rail__panel {
min-width: 0; overflow: hidden;
display: grid; gap: 2px; align-content: center;
background: var(--surface);
border: 1px solid var(--line); border-inline-start: 0;
border-start-end-radius: var(--r-md); border-end-end-radius: var(--r-md);
box-shadow: var(--e-3);
visibility: hidden; transition: visibility 0s var(--dur-slow);
}
.tool-rail.is-open .tool-rail__panel { visibility: visible; transition: visibility 0s; }
.tool-rail__item {
display: flex; align-items: center; gap: 9px;
margin: 4px; padding: 10px 12px; border-radius: var(--r-sm);
border: 0; background: none; cursor: pointer;
font: inherit; font-size: var(--t-sm); font-weight: 600;
color: var(--ink-2); white-space: nowrap;
}
.tool-rail__item + .tool-rail__item { margin-top: 0; }
.tool-rail__item:hover { background: var(--surface-2); color: var(--ink); }
.tool-rail__item .icon { width: 18px; height: 18px; flex: none; }
.tool-rail__n {
margin-inline-start: auto;
min-width: 18px; height: 18px; padding: 0 5px;
display: grid; place-items: center;
border-radius: var(--r-pill);
background: var(--brand); color: var(--brand-fg);
font-size: 10px; font-weight: 800; font-variant-numeric: tabular-nums;
}
.tool-rail__tab {
width: 14px; padding: 10px 0;
display: grid; place-items: center;
border: 0; cursor: pointer;
background: color-mix(in srgb, var(--brand) 88%, transparent); color: var(--brand-fg);
border-start-end-radius: var(--r-sm); border-end-end-radius: var(--r-sm);
box-shadow: var(--e-2);
}
.tool-rail.is-open .tool-rail__tab { background: var(--brand); }
.tool-rail__tab .icon { width: 11px; height: 11px; transition: transform var(--dur) var(--ease); }
.tool-rail.is-open .tool-rail__tab .icon { transform: rotate(180deg); }
}
@media (prefers-reduced-motion: reduce) {
.tool-rail__fold, .tool-rail__panel, .tool-rail__tab .icon { transition: none; }
}
.minicart__qty {
display: inline-flex; align-items: center; gap: 2px;
margin-top: 5px;
border: 1px solid var(--line); border-radius: var(--r-pill);
padding: 1px;
}
.minicart__qty button {
width: 28px; height: 28px; padding: 0;
display: grid; place-items: center;
border: 0; border-radius: var(--r-pill); cursor: pointer;
background: none; color: var(--ink-2);
font: inherit; font-size: 15px; font-weight: 700; line-height: 1;
transition: background var(--dur-fast) var(--ease), color var(--dur-fast) var(--ease);
}
.minicart__qty button:hover:not(:disabled) { background: var(--brand-soft); color: var(--on-brand-soft); }
.minicart__qty button:disabled { opacity: 0.5; cursor: default; }
.minicart__qty span {
min-width: 22px; text-align: center;
font-size: var(--t-sm); font-weight: 700; font-variant-numeric: tabular-nums;
}
.minicart__line.is-busy { opacity: 0.55; }
.coupon-form--mini { display: flex; gap: 6px; margin-bottom: var(--s-3); }
.coupon-form--mini input { flex: 1 1 auto; min-width: 0; }
.coupon-applied--mini {
display: flex; align-items: center; justify-content: space-between; gap: var(--s-2);
margin-bottom: var(--s-3); padding: 8px 10px;
border: 1px dashed var(--brand); border-radius: var(--r-sm);
background: color-mix(in srgb, var(--brand) 7%, transparent);
font-size: var(--t-sm); font-weight: 700;
}
.geo-pair { display: grid; grid-template-columns: 1fr 1fr; gap: var(--s-3); }
.geo-pair__sel { width: 100%; min-width: 0; }
.geo-pair__sel:disabled { opacity: 0.6; cursor: not-allowed; }
@media (max-width: 560px) {
.geo-pair { grid-template-columns: 1fr; }
}
.compare-bar {
position: fixed; z-index: var(--z-sticky);
inset-inline-start: var(--s-4); bottom: var(--s-4);
display: none; align-items: center; gap: var(--s-2);
background: var(--surface); border: 1px solid var(--line);
border-radius: var(--r-pill); padding: 6px; box-shadow: var(--e-3);
}
.compare-bar.is-on { display: inline-flex; }
.compare-bar .btn { padding: 8px 18px; }
@media (max-width: 640px) {
.compare-bar {
bottom: calc(66px + env(safe-area-inset-bottom));
z-index: calc(var(--z-header) + 1);
inset-inline: var(--s-3);
justify-content: center;
}
}
.cmp-scroll { overflow-x: auto; margin-bottom: var(--s-9); }
.cmp { border-collapse: collapse; width: 100%; min-width: 640px; }
.cmp th, .cmp td { border: 1px solid var(--line); padding: 10px 14px; text-align: center; background: var(--surface); vertical-align: middle; }
.cmp__label { text-align: start; font-weight: 700; font-size: var(--t-sm); color: var(--ink-2); background: var(--surface-2) !important; min-width: 110px; }
.cmp__col { position: relative; min-width: 180px; }
.cmp__media { display: block; width: 140px; margin: 0 auto var(--s-2); border-radius: var(--r-sm); overflow: hidden; background: var(--surface-2); aspect-ratio: 1; }
.cmp__media img { width: 100%; height: 100%; object-fit: cover; }
.cmp__name { font-weight: 700; font-size: var(--t-base); }
.cmp__name:hover { color: var(--brand); }
.cmp__remove {
position: absolute; top: 8px; inset-inline-end: 8px;
width: 28px; height: 28px; border: 0; border-radius: var(--r-pill); cursor: pointer;
background: var(--surface-2); color: var(--ink-3);
}
.cmp__remove:hover { background: var(--danger-bg); color: var(--danger); }
.share-row { display: flex; align-items: center; flex-wrap: wrap; gap: var(--s-2); margin-top: var(--s-4); font-size: var(--t-sm); }
.post .share-row { margin-top: var(--s-6); padding-top: var(--s-5); border-top: 1px solid var(--line); }
.share-btn {
width: 34px; height: 34px; display: grid; place-items: center;
border: 1px solid var(--line); border-radius: var(--r-pill);
background: var(--surface); color: var(--ink-2); cursor: pointer;
}
.share-btn:hover { border-color: var(--brand); color: var(--brand); background: var(--brand-soft); }
.share-btn .icon { width: 16px; height: 16px; }
.lightbox {
position: fixed; inset: 0; z-index: var(--z-modal);
background: rgb(6 9 14 / 0.88); display: grid; place-items: center;
padding: var(--s-5); cursor: zoom-out;
}
.lightbox img { max-width: 96vw; max-height: 92dvh; object-fit: contain; border-radius: var(--r-sm); }
.lightbox__close {
position: absolute; top: var(--s-4); inset-inline-end: var(--s-4);
width: 40px; height: 40px; border: 0; border-radius: var(--r-pill); cursor: pointer;
background: rgb(255 255 255 / 0.14); color: #fff; font-size: 1.1rem;
}
.suggest__group {
padding: 8px 12px 4px; font-size: var(--t-xs); font-weight: 800;
text-transform: uppercase; letter-spacing: 0.06em; color: var(--ink-3);
border-bottom: 1px solid var(--line); background: var(--surface-2);
}
.suggest__item--slim { padding-block: 7px; }
.suggest__all {
display: block; text-align: center; padding: 9px 12px;
font-weight: 700; font-size: var(--t-sm); color: var(--brand);
background: var(--surface-2);
}
.suggest__all:hover { text-decoration: underline; }
.sfc__dots {
position: absolute; inset-inline: 0; bottom: 10px;
display: flex; justify-content: center; gap: 7px; z-index: 2;
}
.sfc__dot {
width: 9px; height: 9px; border: 0; border-radius: 50%; cursor: pointer;
background: rgb(255 255 255 / 0.45); padding: 0;
transition: transform var(--dur-fast) var(--ease), background var(--dur-fast) var(--ease);
}
.sfc__dot.is-on { background: #fff; transform: scale(1.25); }
.faq__list { max-width: 760px; margin-inline: auto; border-top: 1px solid var(--line); }
.req { color: var(--danger); font-weight: 700; margin-inline-start: 2px; }
.checkout-note {
background: var(--info-bg); color: var(--info);
border-radius: var(--r-md); padding: 10px 14px;
font-size: var(--t-sm); font-weight: 600; margin-bottom: var(--s-4);
display: flex; gap: 8px; align-items: flex-start;
}
.checkout-note .icon { flex: none; margin-top: 2px; }
.sf-consent {
position: fixed; z-index: var(--z-toast);
inset-inline: var(--s-4); bottom: var(--s-4);
margin-inline: auto; max-width: min(94vw, 640px);
display: flex; flex-wrap: wrap; align-items: center; gap: var(--s-3);
justify-content: space-between;
background: var(--surface); color: var(--text);
border: 1px solid var(--line); border-radius: var(--r-lg);
padding: var(--s-3) var(--s-4); box-shadow: var(--e-3);
animation: sf-toast-in var(--dur) var(--ease);
}
.sf-consent__text { margin: 0; font-size: var(--t-sm); flex: 1 1 260px; }
.sf-consent__actions { display: flex; gap: var(--s-2); flex: none; }
@media (max-width: 640px) {
.sf-consent { bottom: calc(var(--s-4) + 60px); }
}
@media print {
.site-head, .site-foot, .tabbar, .floaters, .toasts, .sticky-buy, .drawer, .drawer-backdrop, .sf-consent { display: none !important; }
body { background: #fff; }
}
