/* ==========================================================================
   بیسل ایران — design system
   Mirrors bissell.com (Sep 2026 redesign): white ground, near-black ink,
   brand red #e4002b accents, navy #002554 pill buttons, Pet Proven® green,
   big tight headlines, generous whitespace — flipped to RTL with Vazirmatn.
   Class vocabulary of the eufy-shop CSS is preserved (cart/checkout/admin).
   ========================================================================== */
:root {
  --ink: #1a1a1a; --ink-2: #4a4a4a; --ink-3: #767676; --ink-4: #b0b0b0;
  --line: #e5e5e5; --line-2: #d2d2d2;
  --bg: #ffffff; --bg-2: #f6f6f6; --bg-3: #ececec; --cream: #f7f3ee;
  --dark: #0f0f0f; --dark-2: #1c1c1c;
  --red: #e4002b; --red-2: #c00024; --red-soft: #fdeaee;
  --navy: #002554; --navy-2: #001a3d; --navy-soft: #e8edf5;
  --pet: #1b8a5a; --pet-soft: #e6f4ed;
  --accent: var(--navy); --accent-strong: var(--navy-2); --accent-soft: var(--navy-soft);
  --new: var(--red); --hot: var(--ink); --sale: var(--red); --ok: #1b8a5a; --star: #f5a623;
  --container-lg: 1440px; --container-md: 1200px; --container-sm: 960px; --content: 720px;
  --gutter: clamp(16px, 4vw, 48px);
  --radius: 16px; --radius-sm: 10px; --pill: 999px;
  --font: "Vazirmatn", system-ui, -apple-system, "Segoe UI", Tahoma, sans-serif;
  --fs-body: 16px; --lh-body: 1.8;
  --header-h: 72px; --announce-h: 40px;
  --ease: cubic-bezier(0.2, 0.7, 0.2, 1);
  --shadow: 0 24px 60px -24px rgba(0, 0, 0, 0.22); --shadow-sm: 0 6px 24px -12px rgba(0, 0, 0, 0.18);
}

/* ---------- reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; scroll-padding-top: calc(var(--header-h) + 72px); }
body { margin: 0; font-family: var(--font); font-size: var(--fs-body); line-height: var(--lh-body); color: var(--ink); background: var(--bg); overflow-x: hidden; -webkit-font-smoothing: antialiased; }
img, svg, video, picture { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; background: none; border: 0; cursor: pointer; }
input, textarea, select { font: inherit; color: inherit; }
ul, ol { list-style: none; margin: 0; padding: 0; }
h1, h2, h3, h4, p, dl, dd, figure, blockquote { margin: 0; }
h1, h2, h3, h4 { font-weight: 800; line-height: 1.25; letter-spacing: -0.01em; }
table { border-collapse: collapse; }
:focus-visible { outline: 3px solid var(--navy); outline-offset: 3px; border-radius: 4px; }
.skip { position: absolute; inset-inline-start: 8px; top: -60px; background: var(--ink); color: #fff; padding: 8px 14px; border-radius: 8px; z-index: 1000; }
.skip:focus { top: 8px; }
::selection { background: var(--red-soft); color: var(--red-2); }
[dir="ltr"] { unicode-bidi: isolate; }
[hidden] { display: none !important; }

/* ---------- layout ---------- */
.container-lg, .container-md, .container-sm, .container-xs { width: min(100% - var(--gutter) * 2, var(--container-lg)); margin-inline: auto; }
.container-md { max-width: var(--container-md); }
.container-sm { max-width: var(--container-sm); }
.container-xs { max-width: var(--content); }
.section { padding-block: clamp(56px, 8vw, 104px); }
.section--tight { padding-block: clamp(36px, 5vw, 64px); }
.section--dark { background: var(--dark); color: #fff; }
.section--gray { background: var(--bg-2); }
.section--cream { background: var(--cream); }
.section__head { text-align: center; max-width: 820px; margin-inline: auto; margin-bottom: clamp(28px, 4vw, 48px); }
.section__head--start { text-align: start; margin-inline: 0; max-width: none; }
.section__head--row { text-align: start; margin-inline: 0; max-width: none; display: flex; justify-content: space-between; align-items: flex-end; gap: 16px 32px; flex-wrap: wrap; }
.section__head h2 { font-size: clamp(28px, 3.8vw, 48px); font-weight: 900; line-height: 1.2; }
.section__head p { color: var(--ink-2); font-size: clamp(16px, 1.3vw, 19px); margin-top: 12px; max-width: 70ch; }
.section__head--row p { margin-top: 6px; }
.section--dark .section__head p { color: rgba(255, 255, 255, 0.7); }
.section__foot { text-align: center; margin-top: clamp(28px, 4vw, 44px); }
.eyebrow { display: inline-block; font-size: 13px; font-weight: 800; color: var(--red); letter-spacing: 0.02em; margin-bottom: 10px; }
.section--dark .eyebrow { color: #ff5c78; }
.display { font-size: clamp(38px, 6vw, 84px); font-weight: 900; line-height: 1.1; letter-spacing: -0.02em; }
.lead { font-size: clamp(17px, 1.5vw, 21px); color: var(--ink-2); }
.section--dark .lead { color: rgba(255, 255, 255, 0.72); }
.muted { color: var(--ink-2); }
.page-title { font-size: clamp(28px, 3.6vw, 44px); font-weight: 900; margin-bottom: 20px; line-height: 1.2; }
.page-head { display: flex; justify-content: space-between; align-items: center; gap: 16px; flex-wrap: wrap; }
.crumbs { display: flex; gap: 8px; font-size: 13px; color: var(--ink-3); margin-bottom: 14px; flex-wrap: wrap; }
.crumbs a:hover { color: var(--ink); text-decoration: underline; text-underline-offset: 3px; }
.empty { text-align: center; padding: 48px 16px; }
.empty h3 { font-size: 22px; margin-bottom: 12px; }
code { font-family: ui-monospace, Menlo, monospace; font-size: 0.9em; background: var(--bg-3); padding: 2px 6px; border-radius: 4px; }

/* ---------- buttons & badges (bissell: navy pill, 48px) ---------- */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 48px; padding: 0 28px; border-radius: var(--pill); font-weight: 700; font-size: 15px; line-height: 1; border: 1.5px solid transparent; transition: background 0.2s var(--ease), color 0.2s, border-color 0.2s, transform 0.2s, box-shadow 0.2s; white-space: nowrap; }
.btn:hover { transform: translateY(-1px); }
.btn:active { transform: translateY(0) scale(0.98); }
.btn:disabled { opacity: 0.45; cursor: not-allowed; transform: none; }
.btn svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; }
.btn--dark { background: var(--navy); color: #fff; border-color: var(--navy); }
.btn--dark:hover { background: var(--navy-2); border-color: var(--navy-2); box-shadow: 0 10px 24px -12px rgba(0, 37, 84, 0.6); }
.btn--light { background: #fff; color: var(--ink); border-color: #fff; }
.btn--light:hover { background: #f0f0f0; border-color: #f0f0f0; }
.btn--outline { background: transparent; color: var(--ink); border-color: var(--ink); }
.btn--outline:hover { background: var(--ink); color: #fff; }
.btn--outline-light { background: rgba(255, 255, 255, 0.08); color: #fff; border-color: #fff; }
.btn--outline-light:hover { background: rgba(255, 255, 255, 0.2); }
.btn--accent { background: var(--red); color: #fff; border-color: var(--red); }
.btn--accent:hover { background: var(--red-2); border-color: var(--red-2); }
.btn--lg { min-height: 56px; padding-inline: 36px; font-size: 16px; }
.btn--sm { min-height: 40px; padding-inline: 18px; font-size: 14px; }
.btn--block { width: 100%; }
.btn-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.btn-row--center { justify-content: center; }
.link-arrow { display: inline-flex; align-items: center; gap: 6px; font-weight: 700; color: var(--navy); white-space: nowrap; }
.link-arrow::after { content: "←"; transition: transform 0.25s var(--ease); }
.link-arrow:hover::after { transform: translateX(-4px); }
.link-arrow:hover { text-decoration: underline; text-underline-offset: 4px; }
.link-danger { color: var(--red); font-size: 14px; }
.badge { display: inline-block; font-style: normal; font-size: 11.5px; font-weight: 800; line-height: 1; padding: 6px 9px; border-radius: 4px; background: var(--ink); color: #fff; letter-spacing: 0.01em; white-space: nowrap; }
.badge--new { background: var(--red); }
.badge--hot { background: var(--ink); }
.badge--sale { background: var(--red-soft); color: var(--red-2); }
.badge--pet { background: var(--pet); }
.badge--excl { background: #fff; color: var(--navy); box-shadow: inset 0 0 0 1.5px var(--navy); }

/* ---------- top bar ---------- */
.announce { min-height: var(--announce-h); background: var(--navy); color: #fff; font-size: 13px; font-weight: 500; display: flex; align-items: center; overflow: hidden; }
.announce__inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; min-height: var(--announce-h); }
.announce__track { display: flex; gap: 32px; flex: 1; min-width: 0; align-items: center; }
.announce__item { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; opacity: 0.92; }
.announce__item:hover { text-decoration: underline; text-underline-offset: 4px; opacity: 1; }
.announce__item:not(:first-child)::before { content: "·"; margin-inline-end: 32px; opacity: 0.5; }
@media (max-width: 1280px) and (min-width: 961px) { .announce__item:nth-child(3) { display: none; } }
.announce__links { display: flex; gap: 20px; flex: none; }
.announce__links a { opacity: 0.85; white-space: nowrap; }
.announce__links a:hover { opacity: 1; text-decoration: underline; text-underline-offset: 4px; }

/* ---------- header ---------- */
.header { position: sticky; top: 0; z-index: 100; background: #fff; border-bottom: 1px solid var(--line); transition: box-shadow 0.25s; }
.header.is-scrolled { box-shadow: 0 8px 30px -18px rgba(0, 0, 0, 0.25); }
.header__inner { height: var(--header-h); display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 20px; }
.logo { display: inline-flex; align-items: baseline; gap: 8px; }
.logo__word { font-weight: 900; font-size: 28px; letter-spacing: -0.04em; line-height: 1; color: var(--red); font-family: "Helvetica Neue", "Arial Black", Arial, var(--font); font-stretch: condensed; }
.logo__fa { font-size: 13px; font-weight: 700; color: var(--ink-2); }
.nav__list { display: flex; gap: 2px; justify-content: center; }
.nav__link { display: inline-flex; align-items: center; height: var(--header-h); padding: 0 14px; font-size: 15px; font-weight: 700; position: relative; white-space: nowrap; }
.nav__link--sale { color: var(--red); }
.nav__link--pet { color: var(--pet); }
.nav__link::after { content: ""; position: absolute; inset-inline: 14px; bottom: 18px; height: 2.5px; background: currentColor; transform: scaleX(0); transform-origin: right; transition: transform 0.3s var(--ease); border-radius: 2px; }
.nav__item:hover .nav__link::after, .nav__link[aria-current]::after, .nav__item:focus-within .nav__link::after { transform: scaleX(1); }
.header__actions { display: flex; align-items: center; gap: 2px; }
.icon-btn { width: 44px; height: 44px; display: inline-grid; place-items: center; border-radius: var(--pill); position: relative; transition: background 0.2s; }
.icon-btn:hover { background: var(--bg-2); }
.icon-btn svg { width: 23px; height: 23px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.cart-count { position: absolute; top: 4px; inset-inline-start: 24px; min-width: 18px; height: 18px; padding: 0 5px; border-radius: 9px; background: var(--red); color: #fff; font-size: 11px; font-weight: 800; display: grid; place-items: center; line-height: 1; }
.cart-count.is-empty { display: none; }
.header__burger { display: none; width: 44px; height: 44px; flex-direction: column; align-items: center; justify-content: center; gap: 5px; }
.header__burger span { width: 22px; height: 2px; background: var(--ink); border-radius: 2px; transition: transform 0.3s var(--ease), opacity 0.3s; }
.header__burger[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.header__burger[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.header__burger[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* mega menu */
.mega { position: absolute; inset-inline: 0; top: 100%; background: #fff; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); box-shadow: 0 30px 60px -30px rgba(0, 0, 0, 0.25); opacity: 0; visibility: hidden; transform: translateY(-6px); transition: opacity 0.22s var(--ease), transform 0.22s var(--ease), visibility 0s 0.22s; z-index: 5; }
.nav__item:hover .mega, .nav__item:focus-within .mega, .nav__item.is-open .mega { opacity: 1; visibility: visible; transform: none; transition-delay: 0s; }
.mega__inner { display: grid; grid-template-columns: 260px 1fr; gap: 40px; padding-block: 28px 32px; }
.mega__inner--links { grid-template-columns: repeat(4, max-content); gap: 80px; }
.mega__col h4 { font-size: 12.5px; font-weight: 800; color: var(--ink-3); margin-bottom: 12px; text-transform: uppercase; letter-spacing: 0.04em; }
.mega__cats { border-inline-end: 1px solid var(--line); padding-inline-end: 24px; display: flex; flex-direction: column; gap: 2px; }
.mega__cats button { width: 100%; text-align: start; display: flex; flex-direction: column; gap: 1px; padding: 10px 14px; border-radius: var(--radius-sm); transition: background 0.2s, color 0.2s; }
.mega__cats button span { font-weight: 700; font-size: 15px; display: flex; align-items: center; gap: 8px; }
.mega__cats button small { font-size: 11.5px; color: var(--ink-3); }
.mega__cats button:hover, .mega__cats button.is-active { background: var(--bg-2); }
.mega__cats button.is-active { box-shadow: inset 3px 0 0 var(--red); }
.mega__cats-foot { margin-top: auto; padding-top: 16px; border-top: 1px solid var(--line); display: flex; flex-direction: column; gap: 6px; font-size: 14px; font-weight: 600; }
.mega__cats-foot a:hover { text-decoration: underline; text-underline-offset: 4px; }
.mega__cats-foot .is-sale { color: var(--red); }
.mega__panels { position: relative; min-height: 320px; }
.mega__panel { display: none; grid-template-columns: 220px 1fr 300px; gap: 32px; animation: fade 0.3s var(--ease); }
.mega__panel.is-active { display: grid; }
.mega__links { display: flex; flex-direction: column; gap: 6px; font-size: 15px; }
.mega__links a { display: inline-flex; align-items: center; gap: 6px; padding: 3px 0; }
.mega__links a small { color: var(--ink-3); font-size: 12px; }
.mega__links a:hover { text-decoration: underline; text-underline-offset: 4px; }
.mega__all { margin-top: 8px; font-weight: 700; color: var(--navy); }
.mega__inner--links .mega__links { margin-top: 0; }
.mega__products { display: grid; grid-template-columns: 1fr 1fr; gap: 6px 12px; align-content: start; }
.mega__products h4 { grid-column: 1 / -1; }
.mega__product { display: flex; align-items: center; gap: 12px; padding: 8px; border-radius: var(--radius-sm); transition: background 0.2s; }
.mega__product:hover { background: var(--bg-2); }
.mega__product img { width: 64px; height: 64px; object-fit: contain; flex: none; background: var(--bg-2); border-radius: 8px; padding: 4px; }
.mega__product span { display: flex; flex-direction: column; gap: 2px; min-width: 0; }
.mega__product strong { font-weight: 700; font-size: 14px; line-height: 1.4; }
.mega__product small { color: var(--ink-2); font-size: 12px; }
.mega__image { position: relative; border-radius: var(--radius); overflow: hidden; background: var(--bg-2); min-height: 280px; display: flex; align-items: flex-end; isolation: isolate; color: #fff; }
.mega__image img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: -1; transition: transform 0.7s var(--ease); }
.mega__image:hover img { transform: scale(1.04); }
.mega__image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent 60%); z-index: -1; }
.mega__image span { padding: 20px; display: flex; flex-direction: column; gap: 2px; }
.mega__image strong { font-size: 17px; }
.mega__image small { font-size: 12.5px; opacity: 0.85; }

/* drawer (mobile nav) */
.drawer { position: fixed; inset: 0; z-index: 200; visibility: hidden; }
.drawer[aria-hidden="false"] { visibility: visible; }
.drawer__backdrop { position: absolute; inset: 0; background: rgba(0, 0, 0, 0.45); opacity: 0; transition: opacity 0.3s; }
.drawer__panel { position: absolute; top: 0; bottom: 0; inset-inline-start: 0; width: min(88vw, 400px); background: #fff; padding: 16px 24px 32px; overflow-y: auto; transform: translateX(100%); transition: transform 0.35s var(--ease); }
.drawer[aria-hidden="false"] .drawer__panel { transform: none; }
.drawer[aria-hidden="false"] .drawer__backdrop { opacity: 1; }
.drawer__head { display: flex; justify-content: space-between; align-items: center; padding-bottom: 12px; }
.drawer__close { width: 40px; height: 40px; border-radius: 50%; display: grid; place-items: center; font-size: 18px; }
.drawer__close:hover { background: var(--bg-2); }
.drawer details, .drawer__link { border-bottom: 1px solid var(--line); }
.drawer summary, .drawer__link { list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 8px; padding: 15px 0; font-size: 17px; font-weight: 700; cursor: pointer; }
.drawer summary::-webkit-details-marker { display: none; }
.drawer summary::after { content: "+"; font-size: 22px; color: var(--ink-3); font-weight: 400; }
.drawer details[open] summary::after { content: "–"; }
.drawer details a { display: flex; align-items: center; gap: 8px; padding: 8px 0 8px 12px; color: var(--ink-2); font-size: 15px; }
.drawer details a.is-all { color: var(--navy); font-weight: 700; padding-bottom: 16px; }
.drawer__link--sale { color: var(--red); }
.drawer__link--pet { color: var(--pet); }
.drawer__foot { display: flex; flex-direction: column; gap: 12px; padding-top: 24px; font-weight: 700; }

/* search overlay */
.search { position: fixed; inset: 0; z-index: 300; background: rgba(255, 255, 255, 0.98); backdrop-filter: blur(10px); visibility: hidden; opacity: 0; transition: opacity 0.25s, visibility 0s 0.25s; overflow-y: auto; }
.search[aria-hidden="false"] { visibility: visible; opacity: 1; transition-delay: 0s; }
.search__panel { padding-block: 10vh 60px; }
.search__form { display: flex; align-items: center; gap: 14px; border-bottom: 2px solid var(--ink); padding-bottom: 12px; }
.search__form svg { width: 28px; height: 28px; fill: none; stroke: currentColor; stroke-width: 1.8; flex: none; }
.search__form input { flex: 1; min-width: 0; border: 0; background: none; font-size: clamp(20px, 3vw, 32px); font-weight: 700; outline: none; }
.search__form input::-webkit-search-cancel-button { -webkit-appearance: none; }
.search__close { font-size: 22px; padding: 8px; flex: none; }
.search__cols { display: grid; grid-template-columns: 1.4fr 1fr; gap: 48px; margin-top: 32px; }
.search__cols h3 { font-size: 12.5px; color: var(--ink-3); font-weight: 800; margin-bottom: 10px; text-transform: uppercase; letter-spacing: 0.04em; }
.search__cols h3 + ul + h3 { margin-top: 24px; }
.search__list li { border-bottom: 1px solid var(--line); }
.search__list li.is-hidden { display: none; }
.search__list a { display: flex; align-items: center; gap: 14px; padding: 10px 0; }
.search__list a:hover { background: var(--bg-2); margin-inline: -10px; padding-inline: 10px; border-radius: var(--radius-sm); }
.search__list img { width: 52px; height: 52px; object-fit: contain; background: var(--bg-2); border-radius: 8px; flex: none; }
.search__list span { flex: 1; display: flex; flex-direction: column; min-width: 0; font-weight: 700; font-size: 15px; }
.search__list small { font-weight: 400; color: var(--ink-3); font-size: 12px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.search__list em { font-style: normal; font-size: 13px; font-weight: 700; white-space: nowrap; }
.search__empty { color: var(--ink-3); padding: 16px 0; }
.search__quick li { padding: 6px 0; font-size: 16px; font-weight: 600; }
.search__quick a:hover { color: var(--navy); text-decoration: underline; text-underline-offset: 4px; }

/* flash */
.flash { padding: 12px 0; font-size: 15px; font-weight: 600; }
.flash--ok { background: var(--pet-soft); color: var(--ok); }
.flash--error { background: var(--red-soft); color: var(--red-2); }
.flash--inline { padding: 12px 16px; border-radius: var(--radius-sm); margin-bottom: 20px; }
.flash ul { padding-inline-start: 18px; list-style: disc; }

/* ==========================================================================
   HOME
   ========================================================================== */
/* hero: full-bleed image with text (bissell.com "Putting Pets First") */
.hero { position: relative; min-height: min(78svh, 760px); display: flex; align-items: center; color: #fff; background: var(--dark); isolation: isolate; overflow: hidden; }
.hero__media, .hero__media img { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero__media img { object-fit: cover; object-position: center; z-index: -2; }
.hero::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(to left, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.25) 45%, rgba(0, 0, 0, 0) 75%); }
.hero__content { padding-block: clamp(56px, 10vw, 120px); }
.hero__content > * { max-width: 560px; }
.hero__content .eyebrow { color: #fff; opacity: 0.85; }
.hero__content h1 { font-size: clamp(42px, 6.4vw, 88px); font-weight: 900; line-height: 1.05; letter-spacing: -0.02em; text-shadow: 0 2px 20px rgba(0, 0, 0, 0.25); }
.hero__content p { font-size: clamp(16px, 1.5vw, 20px); margin-top: 18px; opacity: 0.92; max-width: 52ch; }
.hero__content > * { animation: rise 0.9s var(--ease) both; }
.hero__content > :nth-child(2) { animation-delay: 0.08s; }
.hero__content > :nth-child(3) { animation-delay: 0.16s; }
.hero__content > :nth-child(4) { animation-delay: 0.24s; }
@keyframes rise { from { opacity: 0; transform: translateY(22px); } to { opacity: 1; transform: none; } }

/* generic carousel (scroll-snap + arrows + dots) */
.carousel { position: relative; }
.carousel__track { display: flex; gap: 16px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; padding: 4px 2px 8px; scroll-behavior: smooth; }
.carousel__track::-webkit-scrollbar { display: none; }
.carousel__track > * { scroll-snap-align: start; flex: 0 0 auto; }
.carousel__nav button { position: absolute; top: 42%; z-index: 2; box-shadow: var(--shadow-sm); }
.carousel__nav [data-dir="prev"] { inset-inline-start: -20px; }
.carousel__nav [data-dir="next"] { inset-inline-end: -20px; }
.carousel__nav button, .row-scroll__nav button { width: 44px; height: 44px; border-radius: 50%; border: 1.5px solid var(--line-2); background: #fff; display: grid; place-items: center; transition: background 0.2s, border-color 0.2s, opacity 0.2s; }
.carousel__nav button:hover, .row-scroll__nav button:hover { border-color: var(--ink); background: var(--ink); color: #fff; }
.carousel__nav button:disabled, .row-scroll__nav button:disabled { opacity: 0.35; pointer-events: none; }
.carousel__nav svg, .row-scroll__nav svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.carousel__dots { display: flex; justify-content: center; gap: 6px; margin-top: 14px; }
.carousel__dots button { width: 8px; height: 8px; border-radius: 4px; background: var(--line-2); padding: 0; transition: width 0.3s var(--ease), background 0.3s; }
.carousel__dots button.is-active { width: 26px; background: var(--ink); }
.carousel--tiles .carousel__track > * { width: clamp(220px, 22vw, 300px); }
.carousel--banners .carousel__track > * { width: min(88vw, 640px); }
.carousel--banners .carousel__dots { margin-top: 18px; }

/* category tile (600×720) */
.tile { position: relative; aspect-ratio: 5 / 6; border-radius: var(--radius); overflow: hidden; background: var(--bg-2); color: #fff; display: flex; align-items: flex-end; isolation: isolate; }
.tile img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: -1; transition: transform 0.7s var(--ease); }
.tile:hover img { transform: scale(1.05); }
.tile::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(to top, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.05) 55%); }
.tile__body { padding: 20px; display: flex; flex-direction: column; gap: 4px; align-items: flex-start; }
.tile__body .badge { margin-bottom: 6px; }
.tile__body strong { font-size: 18px; line-height: 1.35; font-weight: 800; }
.tile__body small { font-size: 13px; opacity: 0.85; }
.tile__body::after { content: "←"; font-weight: 700; margin-top: 8px; transition: transform 0.25s var(--ease); }
.tile:hover .tile__body::after { transform: translateX(-4px); }

/* image + text story (50/50 content section) */
.story { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(28px, 5vw, 72px); align-items: center; }
.story--reverse > .story__media { order: 2; }
.story__media { border-radius: var(--radius); overflow: hidden; background: var(--bg-2); aspect-ratio: 3 / 2; }
.story__media--wide { aspect-ratio: 4 / 3; }
.story__media img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.9s var(--ease); }
.story:hover .story__media img { transform: scale(1.03); }
.story__text h2 { font-size: clamp(30px, 4vw, 54px); font-weight: 900; line-height: 1.15; }
.story__text p { margin-top: 16px; color: var(--ink-2); font-size: clamp(16px, 1.3vw, 18px); max-width: 52ch; }
.story__text .btn, .story__text .btn-row { margin-top: 26px; }
.story__text .btn-row .btn { margin-top: 0; }

/* product row scroller */
.row-scroll { position: relative; }
.row-scroll__track { display: flex; gap: 16px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; padding: 6px 2px 10px; scroll-behavior: smooth; }
.row-scroll__track::-webkit-scrollbar { display: none; }
.row-scroll__track > * { flex: 0 0 min(78vw, 300px); scroll-snap-align: start; }
.row-scroll__nav { display: flex; gap: 10px; justify-content: flex-end; margin-top: 12px; }

/* 150 years strip */
.legacy { background: var(--navy); color: #fff; }
.legacy__inner { display: grid; grid-template-columns: auto 1fr; gap: clamp(28px, 5vw, 72px); align-items: center; }
.legacy__mark { text-align: center; padding: 28px 32px; border: 2px solid rgba(255, 255, 255, 0.35); border-radius: var(--radius); min-width: 220px; }
.legacy__mark span { display: block; font-size: clamp(64px, 8vw, 110px); font-weight: 900; line-height: 1; letter-spacing: -0.03em; }
.legacy__mark small { display: block; font-size: 14px; opacity: 0.8; margin-top: 6px; letter-spacing: 0.04em; }
.legacy h2 { font-size: clamp(30px, 4vw, 54px); font-weight: 900; line-height: 1.15; }
.legacy p { margin-top: 16px; opacity: 0.85; font-size: clamp(16px, 1.3vw, 18px); max-width: 60ch; }
.legacy .link-arrow { color: #fff; margin-top: 22px; }

/* banner slide (1280×880) */
.banner { position: relative; aspect-ratio: 16 / 11; border-radius: var(--radius); overflow: hidden; background: var(--bg-2); color: #fff; display: flex; align-items: flex-end; isolation: isolate; }
.banner img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: -1; transition: transform 0.9s var(--ease); }
.banner:hover img { transform: scale(1.04); }
.banner::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(to top, rgba(0, 0, 0, 0.72), rgba(0, 0, 0, 0.05) 60%); }
.banner__text { padding: clamp(20px, 3vw, 36px); display: flex; flex-direction: column; align-items: flex-start; gap: 6px; }
.banner__text .eyebrow { color: #fff; opacity: 0.85; margin-bottom: 2px; }
.banner__text h3 { font-size: clamp(22px, 2.6vw, 34px); font-weight: 900; line-height: 1.2; max-width: 18ch; }
.banner__text .btn { margin-top: 12px; }

/* full-bleed banner (Designed for pet parents) */
.fullbleed { position: relative; min-height: min(70svh, 640px); display: flex; align-items: center; color: #fff; background: var(--dark); isolation: isolate; overflow: hidden; }
.fullbleed--tall { min-height: min(80svh, 720px); }
.fullbleed > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: -2; }
.fullbleed::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(to left, rgba(0, 0, 0, 0.62), rgba(0, 0, 0, 0.2) 55%, rgba(0, 0, 0, 0.05)); }
.fullbleed__content { padding-block: clamp(56px, 9vw, 110px); }
.fullbleed__content > * { max-width: 560px; }
.fullbleed__content .eyebrow { color: #fff; opacity: 0.85; }
.fullbleed__content h1, .fullbleed__content h2 { font-size: clamp(36px, 5.4vw, 72px); font-weight: 900; line-height: 1.08; letter-spacing: -0.02em; }
.fullbleed__content p { font-size: clamp(16px, 1.4vw, 19px); margin-top: 16px; opacity: 0.92; max-width: 50ch; }
.fullbleed__content .btn { margin-top: 26px; }

/* capsule tabs */
.tabs-center { text-align: center; }
.capsule-tabs { display: inline-flex; gap: 4px; background: var(--bg-3); border-radius: var(--pill); padding: 4px; margin-bottom: 36px; max-width: 100%; }
.capsule-tabs button { padding: 9px 22px; border-radius: var(--pill); color: var(--ink-2); font-weight: 700; font-size: 14px; transition: background 0.25s, color 0.25s; white-space: nowrap; display: inline-flex; align-items: center; gap: 6px; }
.capsule-tabs button small { font-size: 11px; opacity: 0.7; }
.capsule-tabs button.is-active { background: var(--navy); color: #fff; }
.capsule-tabs button:not(.is-active):hover { color: var(--ink); background: #fff; }
.tab-panel { display: none; }
.tab-panel.is-active { display: block; animation: fade 0.4s var(--ease); }
@keyframes fade { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: none; } }

/* blog cards */
.blog-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.blog-grid--3 { grid-template-columns: repeat(3, 1fr); }
.post { display: flex; flex-direction: column; }
.post__media { position: relative; aspect-ratio: 3 / 2; border-radius: var(--radius); overflow: hidden; background: var(--bg-3); margin-bottom: 14px; }
.post__media--hero { aspect-ratio: 16 / 9; margin-block: 24px 32px; }
.post__media img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.7s var(--ease); }
.post:hover .post__media img { transform: scale(1.04); }
.post__tag { position: absolute; bottom: 14px; inset-inline-start: 14px; background: #fff; color: var(--ink); font-weight: 800; font-size: 13px; padding: 6px 12px; border-radius: var(--pill); }
.post__cat { font-size: 12.5px; font-weight: 800; color: var(--red); }
.post h3 { font-size: 18px; font-weight: 800; margin-top: 4px; line-height: 1.45; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.post:hover h3 { text-decoration: underline; text-underline-offset: 4px; }
.post p { font-size: 14px; color: var(--ink-2); margin-top: 6px; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
.post--featured { grid-column: span 2; grid-row: span 2; }
.post--featured .post__media { aspect-ratio: 16 / 10; }
.post--featured h3 { font-size: 28px; }
.prose { font-size: 17px; margin-top: 8px; }
.prose h2 { font-size: 24px; margin: 30px 0 10px; }
.prose p, .prose ul { margin-bottom: 14px; color: var(--ink-2); }
.prose ul { list-style: disc; padding-inline-start: 22px; }
.prose a { color: var(--navy); text-decoration: underline; text-underline-offset: 3px; font-weight: 600; }

/* support block */
.support-block { display: grid; grid-template-columns: 1fr 1.4fr; gap: clamp(28px, 5vw, 72px); align-items: center; }
.support-block__intro h2 { font-size: clamp(30px, 4vw, 52px); font-weight: 900; line-height: 1.15; }
.support-block__intro p { color: var(--ink-2); margin-top: 14px; max-width: 46ch; }
.support-block__intro .btn { margin-top: 24px; }
.support-block__links { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.support-link { display: flex; gap: 14px; align-items: flex-start; padding: 22px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); transition: border-color 0.25s, transform 0.25s var(--ease), box-shadow 0.25s; }
.support-link:hover { border-color: var(--ink); transform: translateY(-3px); box-shadow: var(--shadow-sm); }
.support-link svg { width: 30px; height: 30px; flex: none; fill: none; stroke: var(--red); stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.support-link span { display: flex; flex-direction: column; gap: 3px; }
.support-link strong { font-size: 16px; font-weight: 800; }
.support-link small { font-size: 13px; color: var(--ink-2); }

/* USP bar */
.usp { border-top: 1px solid var(--line); background: #fff; }
.usp__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; padding-block: 28px; }
.usp__item { display: flex; align-items: center; gap: 14px; padding: 8px 4px; }
.usp__item svg { width: 34px; height: 34px; flex: none; fill: none; stroke: var(--red); stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.usp__item span { display: flex; flex-direction: column; }
.usp__item strong { font-size: 15px; font-weight: 800; }
.usp__item small { font-size: 12.5px; color: var(--ink-2); }
.usp__item:hover strong { text-decoration: underline; text-underline-offset: 4px; }

/* ---------- footer ---------- */
.footer { background: var(--bg-2); border-top: 1px solid var(--line); padding-block: clamp(40px, 6vw, 72px) 28px; font-size: 14px; }
.footer__top { display: grid; grid-template-columns: 340px 1fr; gap: clamp(32px, 5vw, 80px); }
.newsletter h2 { font-size: 22px; font-weight: 900; }
.newsletter p { color: var(--ink-2); margin-top: 8px; font-size: 14px; }
.newsletter__form { display: grid; grid-template-columns: 1fr auto; gap: 8px; margin-top: 16px; }
.newsletter__form input { min-height: 48px; padding: 0 18px; border: 1.5px solid var(--line-2); border-radius: var(--pill); background: #fff; outline: none; min-width: 0; }
.newsletter__form input:focus { border-color: var(--ink); }
.newsletter__form small { grid-column: 1 / -1; color: var(--ink-3); font-size: 12px; }
.newsletter__form small a { text-decoration: underline; text-underline-offset: 3px; }
.footer__grid { display: grid; grid-template-columns: repeat(4, 1fr) 1.3fr; gap: 28px 20px; }
.footer__col h2 { font-size: 14px; font-weight: 800; margin-bottom: 12px; }
.footer__col li { padding: 3px 0; color: var(--ink-2); }
.footer__col li a:hover { color: var(--ink); text-decoration: underline; text-underline-offset: 4px; }
.footer__contact { display: block; font-weight: 800; font-size: 16px; padding: 2px 0; }
.footer__hours { color: var(--ink-3); margin-top: 6px; font-size: 13px; }
.footer__rate { margin-top: 14px; padding: 10px 12px; border-radius: var(--radius-sm); background: #fff; border: 1px solid var(--line); font-size: 13px; }
.footer__rate small { color: var(--ink-3); }
.socials { display: flex; gap: 8px; margin-top: 14px; }
.socials a { width: 40px; height: 40px; border: 1px solid var(--line-2); background: #fff; border-radius: 50%; display: grid; place-items: center; transition: background 0.2s, color 0.2s, border-color 0.2s; }
.socials a:hover { background: var(--ink); color: #fff; border-color: var(--ink); }
.socials svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linejoin: round; }
.footer__bottom { border-top: 1px solid var(--line); margin-top: 40px; padding-top: 22px; display: flex; flex-wrap: wrap; gap: 14px 32px; align-items: center; justify-content: space-between; color: var(--ink-3); font-size: 13px; }
.footer__brand { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; }
.footer__brand .logo__word { font-size: 20px; }
.footer__bottom ul { display: flex; gap: 18px; flex-wrap: wrap; }
.footer__bottom ul a:hover { color: var(--ink); text-decoration: underline; text-underline-offset: 4px; }
.payments { display: flex; gap: 6px; flex-wrap: wrap; }
.payments span { border: 1px solid var(--line-2); background: #fff; border-radius: 6px; padding: 3px 10px; font-size: 12px; }

.toast { position: fixed; bottom: 24px; inset-inline-start: 50%; transform: translate(50%, 20px); background: var(--ink); color: #fff; padding: 12px 20px; border-radius: var(--pill); font-size: 14px; font-weight: 700; opacity: 0; visibility: hidden; transition: opacity 0.3s, transform 0.3s, visibility 0s 0.3s; z-index: 500; box-shadow: var(--shadow); max-width: calc(100vw - 32px); }
.toast.is-visible { opacity: 1; visibility: visible; transform: translate(50%, 0); transition-delay: 0s; }
.to-top { position: fixed; bottom: 24px; inset-inline-end: 24px; width: 46px; height: 46px; border-radius: 50%; background: #fff; border: 1px solid var(--line-2); color: var(--ink); display: grid; place-items: center; opacity: 0; transform: translateY(12px); transition: opacity 0.3s, transform 0.3s; z-index: 90; box-shadow: var(--shadow-sm); }
.to-top.is-visible { opacity: 1; transform: none; }
.to-top svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 2; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity 0.8s var(--ease), transform 0.8s var(--ease); }
.reveal.in { opacity: 1; transform: none; }
.reveal-stagger > * { opacity: 0; transform: translateY(18px); transition: opacity 0.7s var(--ease), transform 0.7s var(--ease); }
.reveal-stagger.in > * { opacity: 1; transform: none; }
.reveal-stagger.in > :nth-child(2) { transition-delay: 0.07s; }
.reveal-stagger.in > :nth-child(3) { transition-delay: 0.14s; }
.reveal-stagger.in > :nth-child(4) { transition-delay: 0.21s; }
.reveal-stagger.in > :nth-child(5) { transition-delay: 0.28s; }
.reveal-stagger.in > :nth-child(6) { transition-delay: 0.35s; }
@media (prefers-reduced-motion: reduce) { .reveal, .reveal-stagger > * { opacity: 1; transform: none; transition: none; } .hero__content > * { animation: none; } html { scroll-behavior: auto; } }

/* ==========================================================================
   PRODUCT CARDS / PRICE / STARS
   ========================================================================== */
.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.product-grid--4 { grid-template-columns: repeat(4, 1fr); }
.product-card { position: relative; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); display: flex; flex-direction: column; overflow: hidden; transition: transform 0.35s var(--ease), box-shadow 0.35s var(--ease), border-color 0.35s; }
.product-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); border-color: transparent; }
.product-card__tags { position: absolute; top: 12px; inset-inline-start: 12px; z-index: 1; display: flex; gap: 6px; flex-wrap: wrap; }
.product-card__media { background: var(--bg-2); aspect-ratio: 1; display: grid; place-items: center; padding: 22px; }
.product-card__media img { width: 100%; height: 100%; object-fit: contain; mix-blend-mode: multiply; transition: transform 0.6s var(--ease); }
.product-card:hover .product-card__media img { transform: scale(1.05); }
.product-card__body { padding: 16px 18px 20px; display: flex; flex-direction: column; flex: 1; }
.product-card__series { font-size: 12px; font-weight: 700; color: var(--ink-3); }
.product-card h3 { font-size: 17px; font-weight: 800; margin-top: 2px; line-height: 1.45; }
.product-card h3 a:hover { text-decoration: underline; text-underline-offset: 4px; }
.product-card__en { display: block; font-size: 11.5px; color: var(--ink-3); line-height: 1.4; margin-top: 2px; text-align: end; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.product-card__bullets { margin-top: 10px; display: flex; flex-direction: column; gap: 3px; font-size: 13px; color: var(--ink-2); flex: 1; }
.product-card__bullets li { display: flex; gap: 6px; }
.product-card__bullets li::before { content: "✓"; color: var(--pet); font-weight: 800; }
.product-card .price { margin-top: 12px; }
.product-card__actions { display: flex; gap: 8px; margin-top: 14px; }
.product-card__actions form { flex: 1; }
.product-card__actions .btn { min-height: 42px; padding-inline: 14px; font-size: 14px; width: 100%; }
.product-card--compact h3 { font-size: 15px; }
.product-card--compact .product-card__body { padding: 14px 16px 16px; }
.product-card--compact .product-card__actions .btn--outline { display: none; }
.stars { display: inline-flex; align-items: center; gap: 1px; font-size: 14px; color: var(--ink-4); margin-top: 4px; }
.stars i { font-style: normal; }
.stars i.on { color: var(--star); }
.stars small { color: var(--ink-3); margin-inline-start: 6px; font-size: 12px; }

.price { display: flex; flex-wrap: wrap; align-items: baseline; gap: 4px 10px; font-weight: 800; font-size: 17px; }
.price__toman small { font-size: 12px; font-weight: 500; color: var(--ink-2); }
.price del { color: var(--ink-3); font-weight: 400; font-size: 13.5px; }
.price__save { font-size: 12px; font-weight: 800; color: var(--red); }
.price__usd { font-size: 12px; font-weight: 500; color: var(--ink-3); }
.price--big { font-size: 30px; }
.price--big .price__toman small { font-size: 15px; }
.price--big del { font-size: 17px; }
.price--big .price__save, .price--big .price__usd { font-size: 14px; }
.price--hero { font-size: 22px; }

/* ==========================================================================
   COLLECTION (listing)
   ========================================================================== */
.collection-hero { background: var(--bg-2); padding-block: clamp(32px, 5vw, 64px); }
.collection-hero__inner { display: grid; grid-template-columns: 1fr; gap: 32px; align-items: center; }
.collection-hero--image .collection-hero__inner { grid-template-columns: 1.3fr 1fr; }
.collection-hero__media { aspect-ratio: 16 / 9; border-radius: var(--radius); overflow: hidden; background: var(--bg-3); }
.collection-hero__media img { width: 100%; height: 100%; object-fit: cover; }
.collection-hero h1 { font-size: clamp(32px, 4.6vw, 58px); font-weight: 900; line-height: 1.15; }
.collection-hero p { color: var(--ink-2); font-size: clamp(15px, 1.3vw, 18px); margin-top: 10px; max-width: 70ch; }
.pill-tabs, .series-tabs { display: flex; gap: 8px; margin-top: 22px; flex-wrap: wrap; }
.pill-tabs a, .series-tabs a { padding: 9px 18px; border-radius: var(--pill); border: 1.5px solid var(--line-2); background: #fff; font-weight: 700; font-size: 14px; transition: background 0.2s, color 0.2s, border-color 0.2s; }
.pill-tabs a.is-active, .pill-tabs a:hover, .series-tabs a.is-active, .series-tabs a:hover { background: var(--navy); color: #fff; border-color: var(--navy); }
.collection { display: grid; grid-template-columns: 260px 1fr; gap: 40px; align-items: start; }
.filters { position: sticky; top: calc(var(--header-h) + 20px); max-height: calc(100vh - var(--header-h) - 40px); overflow-y: auto; scrollbar-width: thin; padding-inline-end: 4px; }
.filters__head { display: flex; justify-content: space-between; align-items: center; gap: 10px; padding-bottom: 12px; border-bottom: 1px solid var(--line); font-size: 15px; }
.filters__head b { display: inline-grid; place-items: center; min-width: 20px; height: 20px; border-radius: 10px; background: var(--red); color: #fff; font-size: 11px; padding: 0 5px; margin-inline-start: 4px; }
.filters__head a { font-size: 13px; color: var(--navy); font-weight: 700; margin-inline-start: auto; }
.filters__close, .filters__foot { display: none; }
.filters details { border-bottom: 1px solid var(--line); }
.filters summary { list-style: none; display: flex; justify-content: space-between; align-items: center; padding: 14px 0; font-weight: 800; cursor: pointer; font-size: 15px; }
.filters summary::-webkit-details-marker { display: none; }
.filters summary::after { content: ""; width: 9px; height: 9px; border-inline-end: 2px solid var(--ink-3); border-bottom: 2px solid var(--ink-3); transform: rotate(45deg); margin-bottom: 4px; transition: transform 0.25s; }
.filters details[open] summary::after { transform: rotate(-135deg); margin-bottom: -4px; }
.filters__opts { padding-bottom: 12px; display: flex; flex-direction: column; gap: 2px; }
.filters__opt { display: flex; align-items: center; gap: 10px; padding: 5px 0; font-size: 14px; color: var(--ink-2); border-radius: 6px; }
.filters__opt:hover { color: var(--ink); }
.filters__opt span { flex: 1; min-width: 0; }
.filters__opt b { font-weight: 500; font-size: 12px; color: var(--ink-3); }
.filters__opt i { width: 18px; height: 18px; border: 1.5px solid var(--line-2); border-radius: 4px; flex: none; display: grid; place-items: center; transition: background 0.2s, border-color 0.2s; background: #fff; }
.filters__opt.is-on { color: var(--ink); font-weight: 700; }
.filters__opt.is-on i { background: var(--navy); border-color: var(--navy); }
.filters__opt.is-on i::after { content: "✓"; color: #fff; font-size: 11px; }
.filters__opt.is-zero { opacity: 0.45; }
.toolbar { display: flex; justify-content: space-between; align-items: center; margin-bottom: 18px; color: var(--ink-2); font-size: 14px; gap: 12px; flex-wrap: wrap; }
.toolbar__meta { display: flex; align-items: center; gap: 14px; }
.toolbar__filters { display: none; }
.toolbar select { border: 1.5px solid var(--line-2); border-radius: var(--pill); padding: 8px 14px; background: #fff; font-size: 14px; font-weight: 600; }
.active-chips { display: flex; gap: 8px; flex-wrap: wrap; align-items: center; margin-bottom: 18px; }
.active-chip { display: inline-flex; align-items: center; gap: 8px; padding: 6px 12px; border-radius: var(--pill); background: var(--navy-soft); color: var(--navy); font-size: 13px; font-weight: 700; }
.active-chip span { opacity: 0.6; font-size: 11px; }
.active-chip:hover { background: var(--navy); color: #fff; }
.active-chips__clear { font-size: 13px; color: var(--ink-3); text-decoration: underline; text-underline-offset: 3px; }
.cat-links { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.cat-links--5 { grid-template-columns: repeat(5, 1fr); }
.cat-link { display: flex; align-items: center; gap: 12px; padding: 10px 14px 10px 10px; border-radius: var(--radius-sm); background: #fff; border: 1px solid var(--line); font-weight: 700; font-size: 14px; transition: border-color 0.2s, transform 0.2s; }
.cat-link:hover { border-color: var(--ink); transform: translateY(-2px); }
.cat-link img { width: 56px; height: 56px; object-fit: cover; border-radius: 8px; flex: none; }

/* ==========================================================================
   PRODUCT PAGE
   ========================================================================== */
.pdp { padding-block: 16px 48px; }
.pdp__grid { display: grid; grid-template-columns: 1.1fr 1fr; gap: clamp(24px, 4vw, 64px); align-items: start; }
.gallery { display: grid; grid-template-columns: 76px 1fr; gap: 12px; position: sticky; top: calc(var(--header-h) + 16px); }
.gallery__thumbs { display: flex; flex-direction: column; gap: 8px; }
.gallery__thumbs button { width: 76px; height: 76px; border-radius: 10px; border: 1.5px solid var(--line); background: var(--bg-2); padding: 6px; transition: border-color 0.2s; }
.gallery__thumbs button.is-active, .gallery__thumbs button:hover { border-color: var(--ink); }
.gallery__thumbs img { width: 100%; height: 100%; object-fit: contain; mix-blend-mode: multiply; }
.gallery__main { position: relative; background: var(--bg-2); border-radius: var(--radius); aspect-ratio: 1; display: grid; place-items: center; padding: 32px; overflow: hidden; }
.gallery__tags { position: absolute; top: 16px; inset-inline-start: 16px; display: flex; gap: 6px; flex-wrap: wrap; z-index: 1; }
.gallery__main img { width: 100%; height: 100%; object-fit: contain; mix-blend-mode: multiply; transition: opacity 0.3s; }
.buybox__series { font-size: 13px; font-weight: 800; color: var(--red); }
.buybox h1 { font-size: clamp(26px, 3vw, 40px); font-weight: 900; margin-top: 4px; line-height: 1.2; }
.buybox__en { display: block; font-size: 13px; color: var(--ink-3); margin-top: 4px; text-align: end; }
.buybox__tagline { color: var(--ink-2); margin-top: 8px; font-size: 16px; }
.buybox__rating { display: flex; align-items: center; gap: 14px; margin-top: 8px; }
.buybox__rating a { font-size: 13px; color: var(--navy); text-decoration: underline; text-underline-offset: 3px; font-weight: 600; }
.buybox__price { margin-top: 20px; padding-top: 20px; border-top: 1px solid var(--line); }
.buybox__rate { display: block; font-size: 12px; color: var(--ink-3); margin-top: 6px; }
.choice { margin-top: 22px; }
.choice h3 { font-size: 15px; font-weight: 800; margin-bottom: 10px; }
.choice__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.choice__opt { position: relative; display: flex; align-items: center; gap: 12px; padding: 12px; border: 1.5px solid var(--line-2); border-radius: var(--radius-sm); cursor: pointer; transition: border-color 0.2s, background 0.2s; }
.choice__opt:hover { border-color: var(--ink); }
.choice__opt.is-active { border-color: var(--navy); background: var(--navy-soft); box-shadow: inset 0 0 0 1px var(--navy); }
.choice__opt input { position: absolute; opacity: 0; pointer-events: none; }
.choice__opt img { width: 56px; height: 56px; object-fit: contain; background: #fff; border-radius: 8px; flex: none; }
.choice__opt span { display: flex; flex-direction: column; gap: 2px; min-width: 0; }
.choice__opt strong { font-size: 14px; }
.choice__opt small { font-size: 12px; color: var(--ink-2); }
.choice__opt em { font-style: normal; font-size: 13px; font-weight: 800; }
.buybox__qty { display: flex; align-items: center; gap: 16px; margin-top: 22px; flex-wrap: wrap; }
.buybox__qty label { font-weight: 700; font-size: 14px; }
.qty { display: inline-flex; align-items: center; border: 1.5px solid var(--line-2); border-radius: var(--pill); overflow: hidden; background: #fff; }
.qty button { width: 40px; height: 40px; font-size: 20px; display: grid; place-items: center; }
.qty button:hover { background: var(--bg-2); }
.qty input { width: 48px; height: 40px; text-align: center; border: 0; outline: none; -moz-appearance: textfield; font-weight: 700; }
.qty input::-webkit-outer-spin-button, .qty input::-webkit-inner-spin-button { -webkit-appearance: none; }
.qty span { width: 40px; text-align: center; font-weight: 700; }
.qty--sm button, .qty--sm span { width: 34px; height: 34px; font-size: 16px; line-height: 34px; }
.buybox__stock { font-size: 13px; font-weight: 700; }
.buybox__stock.in { color: var(--ok); }
.buybox__stock.out { color: var(--red); }
.buybox__cta { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 20px; }
.buybox__perks { margin-top: 20px; display: grid; gap: 8px; font-size: 13px; color: var(--ink-2); padding: 16px; border-radius: var(--radius-sm); background: var(--bg-2); }
.buybox__perks li { display: flex; align-items: center; gap: 10px; }
.buybox__perks svg { width: 20px; height: 20px; fill: none; stroke: var(--red); stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; flex: none; }
.buybox__fit, .buybox__features { margin-top: 22px; }
.buybox__fit h3, .buybox__features h3 { font-size: 15px; font-weight: 800; margin-bottom: 8px; }
.fit-chips { display: flex; flex-wrap: wrap; gap: 6px; }
.fit-chips span { font-size: 12.5px; font-weight: 600; padding: 6px 12px; border-radius: var(--pill); border: 1px solid var(--line-2); background: #fff; }
.buybox__features li { position: relative; padding-inline-start: 20px; font-size: 14px; color: var(--ink-2); padding-block: 3px; }
.buybox__features li::before { content: "✓"; position: absolute; inset-inline-start: 0; color: var(--pet); font-weight: 800; }

.buybar { position: sticky; top: var(--header-h); z-index: 80; background: rgba(255, 255, 255, 0.95); backdrop-filter: blur(14px); border-block: 1px solid var(--line); transform: translateY(-8px); opacity: 0; visibility: hidden; transition: opacity 0.25s, transform 0.25s, visibility 0s 0.25s; }
.buybar.is-stuck { transform: none; opacity: 1; visibility: visible; transition-delay: 0s; }
.buybar__inner { height: 62px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.buybar__id { display: flex; align-items: center; gap: 12px; min-width: 0; }
.buybar__id img { width: 44px; height: 44px; object-fit: contain; background: var(--bg-2); border-radius: 8px; flex: none; }
.buybar__name { font-weight: 800; font-size: 15px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.buybar__links { display: flex; gap: 20px; font-size: 14px; color: var(--ink-2); font-weight: 600; }
.buybar__links a:hover { color: var(--ink); }
.buybar__cta { display: flex; align-items: center; gap: 14px; flex: none; }
.buybar__price { font-weight: 800; font-size: 15px; white-space: nowrap; }

.ksp { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.ksp--1 { grid-template-columns: 1fr; max-width: 320px; margin-inline: auto; }
.ksp--2 { grid-template-columns: repeat(2, 1fr); }
.ksp--3 { grid-template-columns: repeat(3, 1fr); }
.ksp__item { text-align: center; padding: 24px 14px; border-radius: var(--radius); background: var(--bg-2); }
.ksp__item strong { display: block; font-size: clamp(22px, 2.4vw, 30px); font-weight: 900; line-height: 1.15; }
.ksp__item span { display: block; margin-top: 6px; font-size: 13px; color: var(--ink-2); }

.split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(28px, 5vw, 80px); align-items: center; }
.split--reverse > :first-child { order: 2; }
.split h2 { font-size: clamp(28px, 3.6vw, 48px); font-weight: 900; line-height: 1.15; }
.split p { margin-top: 16px; color: var(--ink-2); max-width: 48ch; font-size: 17px; }
.section--dark .split p { color: rgba(255, 255, 255, 0.72); }
.split__media { border-radius: var(--radius); overflow: hidden; aspect-ratio: 4 / 3; background: var(--bg-2); display: grid; place-items: center; }
.split__media img { width: 100%; height: 100%; object-fit: cover; }
.section--dark .split__media { background: var(--dark-2); }

.dims { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.dim { border-radius: var(--radius); background: #fff; border: 1px solid var(--line); padding: 28px; }
.dim > img { width: 100%; max-width: 320px; margin-inline: auto; aspect-ratio: 4 / 3; object-fit: contain; mix-blend-mode: multiply; }
.dim h3 { font-size: 20px; font-weight: 900; margin-block: 12px 10px; }
.dim p { color: var(--ink-2); font-size: 15px; }
.box-list { display: grid; grid-template-columns: 1fr 1fr; gap: 8px 16px; font-size: 15px; color: var(--ink-2); }
.box-list li::before { content: "✓ "; color: var(--pet); font-weight: 800; }
.check-list { margin-top: 16px; display: grid; gap: 6px; font-size: 15px; color: var(--ink-2); }
.check-list li::before { content: "✓ "; color: var(--pet); font-weight: 800; }

.table-wrap { overflow-x: auto; -webkit-overflow-scrolling: touch; border-radius: var(--radius); border: 1px solid var(--line); background: #fff; }
.table-wrap--plain { border: 0; border-radius: 0; }
.spec { width: 100%; min-width: 640px; font-size: 14px; }
.spec th, .spec td { padding: 14px 18px; text-align: start; border-bottom: 1px solid var(--line); vertical-align: top; }
.spec thead th { background: #fff; font-size: 15px; font-weight: 800; min-width: 180px; }
.spec thead th img { width: 96px; height: 96px; object-fit: contain; margin-bottom: 6px; mix-blend-mode: multiply; }
.spec thead th a:hover { text-decoration: underline; text-underline-offset: 4px; }
.spec thead th small { display: block; font-weight: 500; color: var(--ink-2); font-size: 12px; }
.spec thead th small[dir="ltr"] { text-align: end; }
.spec tbody th { font-weight: 700; color: var(--ink-2); background: var(--bg-2); width: 190px; position: sticky; inset-inline-start: 0; }
.spec tbody tr:last-child td, .spec tbody tr:last-child th { border-bottom: 0; }
.spec .is-this { background: var(--navy-soft); }
.spec .is-best { color: var(--navy); font-weight: 800; }
.spec--single { min-width: 0; }
.spec--single th { width: 40%; }
.spec--sticky-head thead th { position: sticky; top: var(--header-h); z-index: 1; }

.review-grid, .kol-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.review, .kol { border-radius: var(--radius); background: #fff; border: 1px solid var(--line); padding: 22px 24px 24px; }
.review blockquote, .kol__body blockquote { font-size: 15px; line-height: 1.8; margin-top: 10px; }
.review cite, .kol__body cite { display: flex; align-items: center; gap: 10px; margin-top: 14px; font-style: normal; font-size: 13px; color: var(--ink-2); }
.review cite i, .kol__body cite i { width: 30px; height: 30px; border-radius: 50%; background: linear-gradient(135deg, var(--red), #ff7a90); flex: none; }

.accordion { border-top: 1px solid var(--line); }
.accordion details { border-bottom: 1px solid var(--line); }
.accordion summary { list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 24px; padding: 20px 0; font-size: 17px; font-weight: 800; cursor: pointer; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary::after { content: ""; width: 11px; height: 11px; border-inline-end: 2px solid var(--ink); border-bottom: 2px solid var(--ink); transform: rotate(45deg); flex: none; transition: transform 0.3s var(--ease); margin-bottom: 6px; }
.accordion details[open] summary::after { transform: rotate(-135deg); margin-bottom: -6px; }
.accordion .acc__body { padding: 0 0 22px; color: var(--ink-2); max-width: 75ch; font-size: 15px; }

.perks { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.perks--4 { grid-template-columns: repeat(4, 1fr); }
.perk { border: 1px solid var(--line); border-radius: var(--radius); padding: 26px 24px; background: #fff; }
.perk svg { width: 34px; height: 34px; fill: none; stroke: var(--red); stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; margin-bottom: 14px; }
.perk h3 { font-size: 17px; font-weight: 800; }
.perk p { color: var(--ink-2); font-size: 14px; margin-top: 6px; }

/* ==========================================================================
   COMPARE / QUIZ
   ========================================================================== */
.quiz { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.quiz__q { border: 1px solid var(--line); border-radius: var(--radius); padding: 22px; background: #fff; }
.quiz__q h3 { font-size: 16px; font-weight: 800; margin-bottom: 12px; }
.quiz__opts { display: flex; flex-wrap: wrap; gap: 8px; }
.quiz__opts button { padding: 8px 16px; border-radius: var(--pill); border: 1.5px solid var(--line-2); font-size: 14px; font-weight: 700; transition: background 0.2s, color 0.2s, border-color 0.2s; }
.quiz__opts button.is-active, .quiz__opts button:hover { background: var(--navy); color: #fff; border-color: var(--navy); }
.quiz__result { margin-top: 24px; padding: 28px; border-radius: var(--radius); background: var(--cream); }
.quiz__picks { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 8px; }
.quiz__pick { display: flex; flex-direction: column; gap: 8px; background: #fff; border-radius: var(--radius); padding: 18px; border: 1px solid var(--line); }
.quiz__pick img { width: 100%; aspect-ratio: 1; object-fit: contain; background: var(--bg-2); border-radius: var(--radius-sm); mix-blend-mode: multiply; }
.quiz__pick h3 { font-size: 18px; font-weight: 800; }
.quiz__pick p { color: var(--ink-2); font-size: 14px; }
.quiz__pick strong { display: block; font-size: 16px; }
.quiz__pick .btn { margin-top: auto; }
.quiz__pick--best { border-color: var(--navy); box-shadow: 0 0 0 1px var(--navy); }
.quiz__pick .badge { align-self: flex-start; }

/* ==========================================================================
   PET PROVEN / NEEDS
   ========================================================================== */
.stories { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.story-card { display: flex; flex-direction: column; }
.story-card__media { position: relative; aspect-ratio: 4 / 3; border-radius: var(--radius); overflow: hidden; background: var(--bg-3); margin-bottom: 16px; }
.story-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.7s var(--ease); }
.story-card:hover .story-card__media img { transform: scale(1.04); }
.story-card__word { position: absolute; bottom: 16px; inset-inline-start: 16px; background: var(--pet); color: #fff; font-weight: 900; font-size: 22px; padding: 6px 16px; border-radius: var(--pill); }
.story-card h3 { font-size: 22px; font-weight: 900; }
.story-card p { color: var(--ink-2); margin-top: 8px; font-size: 15px; flex: 1; }
.story-card .link-arrow { margin-top: 12px; }
.need-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.need-tile { display: flex; flex-direction: column; border-radius: var(--radius); overflow: hidden; background: #fff; border: 1px solid var(--line); transition: transform 0.3s var(--ease), box-shadow 0.3s; }
.need-tile:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.need-tile__media { aspect-ratio: 16 / 10; background: var(--bg-2); display: grid; place-items: center; padding: 16px; }
.need-tile__media img { width: 100%; height: 100%; object-fit: contain; mix-blend-mode: multiply; }
.need-tile__body { padding: 18px 20px 20px; }
.need-tile__body h3 { font-size: 20px; font-weight: 900; }
.need-tile__body p { color: var(--ink-2); font-size: 14px; margin-top: 4px; }
.need-tile__body small { display: block; margin-top: 8px; color: var(--navy); font-weight: 700; font-size: 13px; }
.need-chips { display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); gap: 12px; }
.need-chip { display: flex; flex-direction: column; padding: 16px 18px; border-radius: var(--radius-sm); background: #fff; border: 1px solid var(--line); transition: border-color 0.2s, transform 0.2s, background 0.2s; }
.need-chip:hover { border-color: var(--navy); transform: translateY(-2px); }
.need-chip strong { font-size: 15px; }
.need-chip small { color: var(--ink-3); font-size: 12px; margin-top: 2px; }
.need-chips--outline .need-chip { background: var(--bg-2); border-color: transparent; }
.need-chips--outline .need-chip:hover { background: #fff; border-color: var(--navy); }

/* ==========================================================================
   SUPPORT / ABOUT
   ========================================================================== */
.support-hero { background: var(--navy); color: #fff; padding-block: clamp(56px, 8vw, 104px); text-align: center; }
.support-hero .eyebrow { color: #fff; opacity: 0.8; }
.support-hero h1 { font-size: clamp(32px, 4.8vw, 60px); font-weight: 900; }
.support-hero p { color: rgba(255, 255, 255, 0.75); margin-top: 10px; max-width: 60ch; margin-inline: auto; }
.support-search { display: flex; margin: 28px auto 0; max-width: 640px; background: #fff; border-radius: var(--pill); padding: 6px 6px 6px 22px; color: var(--ink); gap: 8px; }
.support-search input { flex: 1; border: 0; background: none; outline: none; font-size: 16px; min-width: 0; }
.cat-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.cat { padding: 26px; border-radius: var(--radius); border: 1.5px solid var(--line); background: #fff; transition: border-color 0.3s, transform 0.3s var(--ease); }
.cat:hover { border-color: var(--ink); transform: translateY(-4px); }
.cat svg { width: 34px; height: 34px; stroke: var(--red); fill: none; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; margin-bottom: 14px; }
.cat h3 { font-size: 18px; font-weight: 800; }
.cat p { color: var(--ink-2); font-size: 14px; margin-top: 4px; }
.manuals { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.manual { display: flex; align-items: center; gap: 14px; padding: 14px 16px; border: 1px solid var(--line); border-radius: var(--radius-sm); background: #fff; }
.manual img { width: 56px; height: 56px; object-fit: contain; background: var(--bg-2); border-radius: 10px; mix-blend-mode: multiply; flex: none; }
.manual > div { min-width: 0; }
.manual strong { display: block; font-size: 15px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.manual span { font-size: 12px; color: var(--ink-3); }
.manual a { margin-inline-start: auto; font-size: 14px; font-weight: 800; color: var(--navy); white-space: nowrap; }
.warranty { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(28px, 5vw, 72px); align-items: start; }
.warranty__text h2 { font-size: clamp(28px, 3.6vw, 48px); font-weight: 900; }
.warranty__text p { color: var(--ink-2); margin-top: 14px; }
.warranty__form h3 { font-size: 20px; font-weight: 900; margin-bottom: 16px; }
.warranty__form small { display: block; margin-top: 12px; font-size: 12px; }
.values { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.value { padding: 28px; border-radius: var(--radius); background: #fff; border: 1px solid var(--line); scroll-margin-top: calc(var(--header-h) + 24px); }
.section--gray .value { border: 0; }
.value h3 { font-size: 18px; font-weight: 800; margin-bottom: 6px; }
.value p { color: var(--ink-2); font-size: 14px; }
.contact-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.contact { padding: 28px; border-radius: var(--radius); background: var(--bg-2); text-align: center; }
.contact strong { display: block; font-size: 20px; margin-bottom: 4px; }
.contact span { color: var(--ink-2); font-size: 14px; display: block; }
.contact .btn { margin-top: 18px; }

.about-hero { background: var(--cream); padding-block: clamp(64px, 10vw, 140px); }
.about-hero__inner { text-align: center; }
.about-hero .lead { max-width: 760px; margin: 22px auto 0; }
.stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.stat { text-align: center; padding: 28px 16px; border-radius: var(--radius); background: var(--bg-2); }
.stat strong { display: block; font-size: clamp(28px, 3.4vw, 44px); font-weight: 900; line-height: 1.1; color: var(--navy); }
.stat span { display: block; margin-top: 8px; color: var(--ink-2); font-size: 14px; }
.timeline { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 20px; position: relative; }
.timeline li { background: #fff; border-radius: var(--radius); padding: 24px; border: 1px solid var(--line); }
.timeline li strong { display: inline-block; font-size: 13px; font-weight: 900; color: var(--red); border: 1.5px solid var(--red); border-radius: var(--pill); padding: 3px 12px; margin-bottom: 12px; }
.timeline li h3 { font-size: 18px; font-weight: 800; }
.timeline li p { color: var(--ink-2); font-size: 14px; margin-top: 6px; }
.about-iran { display: grid; grid-template-columns: 1.3fr 1fr; gap: clamp(28px, 5vw, 72px); align-items: center; padding: clamp(28px, 5vw, 64px); border-radius: var(--radius); background: var(--navy); color: #fff; }
.about-iran .eyebrow { color: #ff5c78; }
.about-iran h2 { font-size: clamp(30px, 4vw, 52px); font-weight: 900; }
.about-iran p { margin-top: 14px; opacity: 0.85; }
.about-iran .btn--outline { color: #fff; border-color: #fff; }
.about-iran .btn--outline:hover { background: #fff; color: var(--navy); }
.about-iran .btn--dark { background: #fff; color: var(--navy); border-color: #fff; }
.about-iran__facts { display: grid; gap: 12px; }
.about-iran__facts li { display: flex; flex-direction: column; padding: 16px 18px; border-radius: var(--radius-sm); background: rgba(255, 255, 255, 0.08); border: 1px solid rgba(255, 255, 255, 0.15); }
.about-iran__facts strong { font-size: 15px; }
.about-iran__facts span { font-size: 13px; opacity: 0.75; }

/* ==========================================================================
   CART / CHECKOUT / ORDER (class names kept from eufy-shop)
   ========================================================================== */
.cart { display: grid; grid-template-columns: 1fr 380px; gap: 32px; align-items: start; }
.cart-line { display: grid; grid-template-columns: 120px 1fr auto; gap: 20px; padding: 20px 0; border-bottom: 1px solid var(--line); align-items: start; }
.cart-line__img { background: var(--bg-2); border-radius: var(--radius-sm); aspect-ratio: 1; display: grid; place-items: center; padding: 10px; }
.cart-line__img img { width: 100%; height: 100%; object-fit: contain; mix-blend-mode: multiply; }
.cart-line__body h3 { font-size: 17px; }
.cart-line__body p { font-size: 14px; color: var(--ink-2); margin-top: 2px; }
.cart-line__ctrl { display: flex; align-items: center; gap: 16px; margin-top: 12px; }
.cart-line__total { text-align: end; font-size: 17px; white-space: nowrap; font-weight: 800; }
.cart-line__total small { font-size: 12px; color: var(--ink-2); font-weight: 500; }
.cart-line__total del { display: block; color: var(--ink-3); font-size: 13px; font-weight: 400; }
.summary { position: sticky; top: calc(var(--header-h) + 20px); border: 1px solid var(--line); border-radius: var(--radius); padding: 24px; background: #fff; }
.summary h2 { font-size: 18px; margin-bottom: 14px; }
.summary dl > div { display: flex; justify-content: space-between; gap: 12px; padding: 8px 0; font-size: 15px; color: var(--ink-2); }
.summary__total { border-top: 1px solid var(--line); margin-top: 6px; padding-top: 14px !important; font-weight: 800; color: var(--ink) !important; font-size: 17px !important; }
.summary .btn { margin-top: 12px; }
.summary__note { font-size: 12px; color: var(--ink-3); margin-top: 12px; }
.summary__note a { text-decoration: underline; text-underline-offset: 3px; }
.summary__perks { margin-top: 14px; font-size: 13px; color: var(--ink-2); display: grid; gap: 4px; }
.summary__perks li::before { content: "✓ "; color: var(--pet); font-weight: 800; }
.summary__lines { display: grid; gap: 10px; margin-bottom: 12px; }
.summary__lines li { display: flex; align-items: center; gap: 10px; font-size: 14px; }
.summary__lines img { width: 44px; height: 44px; object-fit: contain; background: var(--bg-2); border-radius: 8px; flex: none; mix-blend-mode: multiply; }
.summary__lines span { flex: 1; display: flex; flex-direction: column; }
.summary__lines small { color: var(--ink-3); font-size: 12px; }
.checkout { display: grid; grid-template-columns: 1fr 380px; gap: 32px; align-items: start; }
fieldset { border: 1px solid var(--line); border-radius: var(--radius); padding: 22px 24px 24px; margin: 0 0 20px; background: #fff; }
legend { font-weight: 800; padding: 0 8px; font-size: 17px; }
.field { display: flex; flex-direction: column; gap: 6px; margin-bottom: 14px; }
.field label { font-size: 13px; font-weight: 700; color: var(--ink-2); }
.field small { font-size: 12px; color: var(--ink-3); }
.field input, .field select, .field textarea { min-height: 48px; padding: 10px 14px; border: 1.5px solid var(--line-2); border-radius: var(--radius-sm); background: #fff; outline: none; transition: border-color 0.2s, box-shadow 0.2s; width: 100%; }
.field textarea { resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--navy); box-shadow: 0 0 0 3px var(--navy-soft); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 0 14px; }
.field--full { grid-column: 1 / -1; }
.form-stack { max-width: 480px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0 16px; }
.form-grid__foot { grid-column: 1 / -1; }
.check { display: flex; align-items: center; gap: 10px; font-size: 14px; margin-bottom: 14px; }
.check input { width: 18px; height: 18px; accent-color: var(--navy); }
.pay-opts { display: grid; gap: 10px; }
.pay-opt { display: flex; align-items: center; gap: 12px; padding: 14px 16px; border: 1.5px solid var(--line-2); border-radius: var(--radius-sm); cursor: pointer; }
.pay-opt:has(input:checked) { border-color: var(--navy); background: var(--navy-soft); }
.pay-opt input { accent-color: var(--navy); width: 18px; height: 18px; }
.pay-opt span { display: flex; flex-direction: column; }
.pay-opt small { color: var(--ink-2); font-size: 12px; }
.order-head { text-align: center; margin-bottom: 28px; }
.order-head h1 { margin-bottom: 6px; }
.status { display: inline-block; padding: 4px 10px; border-radius: 6px; font-size: 12px; font-weight: 800; background: var(--bg-3); }
.status--pending { background: #fff4e5; color: #b25e00; }
.status--paid, .status--delivered { background: var(--pet-soft); color: var(--ok); }
.status--processing, .status--shipped { background: var(--navy-soft); color: var(--navy); }
.status--cancelled { background: var(--red-soft); color: var(--red-2); }
.paybox { border: 1.5px solid var(--navy); background: var(--navy-soft); border-radius: var(--radius); padding: 24px; margin-bottom: 24px; }
.paybox h2 { font-size: 20px; margin-bottom: 8px; }
.paybox__card { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: 12px; background: #fff; border-radius: var(--radius-sm); padding: 12px 16px; font-size: 22px; font-weight: 800; letter-spacing: 0.06em; }
.order-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-bottom: 8px; }
.card { border: 1px solid var(--line); border-radius: var(--radius); padding: 24px; background: #fff; margin-bottom: 20px; }
.card h2 { font-size: 18px; margin-bottom: 14px; }
.card dl > div { display: flex; justify-content: space-between; padding: 6px 0; font-size: 14px; color: var(--ink-2); }

/* ==========================================================================
   ADMIN (class names kept from eufy-shop)
   ========================================================================== */
body.is-admin { background: var(--bg-2); }
.admin { display: grid; grid-template-columns: 240px 1fr; min-height: 100vh; }
.admin__side { background: #fff; border-inline-end: 1px solid var(--line); padding: 24px 20px; position: sticky; top: 0; height: 100vh; display: flex; flex-direction: column; gap: 24px; }
.admin__nav { display: flex; flex-direction: column; gap: 2px; }
.admin__nav a { padding: 10px 12px; border-radius: 10px; font-size: 14px; font-weight: 700; color: var(--ink-2); }
.admin__nav a:hover { background: var(--bg-2); color: var(--ink); }
.admin__nav a.is-active { background: var(--navy); color: #fff; }
.admin__logout { margin-top: auto; }
.admin__main { padding: 32px clamp(16px, 3vw, 40px); min-width: 0; }
.admin-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.stats--admin { margin-bottom: 20px; }
.stats--admin .stat { background: #fff; border: 1px solid var(--line); }
.stats--admin .stat strong { font-size: clamp(20px, 2vw, 28px); }
.login { min-height: 100vh; display: grid; place-items: center; background: var(--bg-2); padding: 24px; }
.login__box { background: #fff; border-radius: var(--radius); padding: 40px; width: min(100%, 420px); box-shadow: var(--shadow-sm); display: flex; flex-direction: column; gap: 14px; }
.login__box h1 { font-size: 22px; }
.table { width: 100%; font-size: 14px; }
.table th, .table td { padding: 10px 12px; text-align: start; border-bottom: 1px solid var(--line); vertical-align: middle; }
.table thead th { font-size: 12px; color: var(--ink-3); font-weight: 800; }
.table tfoot th, .table tfoot td { border-bottom: 0; font-weight: 800; }
.table .thumb { width: 44px; height: 44px; object-fit: contain; background: var(--bg-2); border-radius: 8px; float: inline-start; margin-inline-end: 10px; mix-blend-mode: multiply; }
.table td small { display: block; font-size: 12px; }
.table--edit input:not([type="checkbox"]) { width: 120px; min-height: 38px; padding: 6px 10px; border: 1.5px solid var(--line-2); border-radius: 8px; }
.table--edit input.w-sm { width: 80px; }
.table--edit input[type="checkbox"] { width: 18px; height: 18px; accent-color: var(--navy); }
.table .is-sub td { background: #fafafa; font-size: 13px; color: var(--ink-2); }
.table .is-off td { opacity: 0.5; }
.table .num { font-weight: 800; white-space: nowrap; }
.table .up { color: var(--red); font-weight: 800; }
.table .down { color: var(--ok); font-weight: 800; }
.rate-form__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0 16px; }
.rate-form__grid .check { grid-column: 1 / -1; }
.rate-form__live { padding: 12px 16px; border-radius: var(--radius-sm); background: var(--navy-soft); font-size: 14px; margin-top: 4px; }
.rate-form__live strong { font-size: 18px; }
.chips { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 16px; }
.chips a { padding: 7px 14px; border-radius: var(--pill); border: 1.5px solid var(--line-2); background: #fff; font-size: 13px; font-weight: 700; }
.chips a.is-on { background: var(--navy); color: #fff; border-color: var(--navy); }

/* ==========================================================================
   RESPONSIVE
   ========================================================================== */
@media (max-width: 1200px) {
  .mega__panel { grid-template-columns: 200px 1fr; }
  .mega__image { display: none; }
  .mega__inner--links { gap: 48px; }
  .footer__top { grid-template-columns: 1fr; }
  .footer__grid { grid-template-columns: repeat(3, 1fr); }
  .footer__col--contact { grid-column: span 3; }
  .blog-grid, .perks--4, .cat-links, .support-block__links { grid-template-columns: repeat(2, 1fr); }
  .blog-grid--3 { grid-template-columns: repeat(3, 1fr); }
  .cat-links--5 { grid-template-columns: repeat(3, 1fr); }
  .product-grid--4 { grid-template-columns: repeat(3, 1fr); }
  .ksp, .stats, .quiz__picks { grid-template-columns: repeat(2, 1fr); }
  .rate-form__grid { grid-template-columns: 1fr 1fr; }
  .nav__link { padding-inline: 10px; font-size: 14px; }
}
@media (max-width: 960px) {
  :root { --header-h: 60px; }
  .nav { display: none; }
  .header__burger { display: flex; }
  .header__inner { grid-template-columns: auto 1fr auto; }
  .logo { justify-self: center; }
  .announce__links { display: none; }
  .announce__track { position: relative; height: var(--announce-h); justify-content: center; }
  .announce__item { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; text-align: center; opacity: 0; transform: translateY(8px); transition: opacity 0.4s var(--ease), transform 0.4s var(--ease); }
  .announce__item.is-active { opacity: 1; transform: none; }
  .announce__item:not(:first-child)::before { content: none; }
  .hero { min-height: min(88svh, 720px); align-items: flex-end; }
  .hero::after { background: linear-gradient(to top, rgba(0, 0, 0, 0.78) 0%, rgba(0, 0, 0, 0.2) 55%, rgba(0, 0, 0, 0) 80%); }
  .hero__content { padding-block: 40px; }
  .fullbleed { align-items: flex-end; }
  .fullbleed::after { background: linear-gradient(to top, rgba(0, 0, 0, 0.78), rgba(0, 0, 0, 0.15) 60%, rgba(0, 0, 0, 0)); }
  .carousel__nav [data-dir="prev"] { inset-inline-start: 4px; }
  .carousel__nav [data-dir="next"] { inset-inline-end: 4px; }
  .story, .split, .legacy__inner, .support-block, .warranty, .about-iran, .newsletter__inner, .dims, .cart, .checkout, .order-grid, .admin-grid { grid-template-columns: 1fr; }
  .story--reverse > .story__media, .split--reverse > :first-child { order: 0; }
  .legacy__mark { min-width: 0; }
  .stories, .need-grid, .review-grid, .kol-grid, .quiz, .cat-grid, .contact-grid, .manuals, .values, .perks { grid-template-columns: 1fr; }
  .product-grid, .product-grid--4 { grid-template-columns: repeat(2, 1fr); }
  .collection-hero--image .collection-hero__inner { grid-template-columns: 1fr; }
  .collection-hero__media { display: none; }
  .collection { grid-template-columns: 1fr; }
  /* filters → off-canvas drawer */
  .filters { position: fixed; inset: 0 auto 0 0; inset-inline-start: 0; width: min(88vw, 380px); max-height: none; background: #fff; z-index: 250; padding: 20px 20px 96px; transform: translateX(100%); transition: transform 0.35s var(--ease); box-shadow: var(--shadow); overflow-y: auto; }
  .filters.is-open { transform: none; }
  .filters__close { display: grid; place-items: center; width: 36px; height: 36px; border-radius: 50%; }
  .filters__foot { display: block; position: fixed; bottom: 0; inset-inline-start: 0; width: min(88vw, 380px); padding: 12px 20px; background: #fff; border-top: 1px solid var(--line); }
  .toolbar__filters { display: inline-flex; }
  .pdp__grid { grid-template-columns: 1fr; }
  .gallery { position: static; grid-template-columns: 1fr; }
  .gallery__thumbs { flex-direction: row; order: 2; overflow-x: auto; }
  .gallery__thumbs button { flex: none; }
  .buybar__links { display: none; }
  .summary { position: static; }
  .usp__grid { grid-template-columns: 1fr; gap: 6px; padding-block: 18px; }
  .admin { grid-template-columns: 1fr; }
  .admin__side { position: static; height: auto; flex-direction: row; flex-wrap: wrap; align-items: center; }
  .admin__nav { flex-direction: row; flex-wrap: wrap; }
  .admin__logout { margin: 0; }
  .form-grid, .field-row { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
  :root { --fs-body: 15px; }
  .product-grid, .product-grid--4, .blog-grid, .blog-grid--3, .perks--4, .ksp, .ksp--2, .ksp--3, .stats, .box-list, .choice__grid, .cat-links, .cat-links--5, .support-block__links, .quiz__picks { grid-template-columns: 1fr; }
  .product-grid { gap: 14px; }
  .footer__grid { grid-template-columns: 1fr 1fr; }
  .footer__col--contact { grid-column: span 2; }
  .newsletter__form { grid-template-columns: 1fr; }
  .search__cols { grid-template-columns: 1fr; gap: 28px; }
  .search__form { gap: 8px; }
  .search__submit { display: none; }
  .btn-row { gap: 10px; }
  .btn-row .btn { flex: 1 1 auto; }
  .capsule-tabs { width: 100%; overflow-x: auto; scrollbar-width: none; }
  .capsule-tabs button { flex: 1; padding-inline: 12px; }
  .post--featured { grid-column: auto; grid-row: auto; }
  .post--featured h3 { font-size: 20px; }
  .cart-line { grid-template-columns: 90px 1fr; }
  .cart-line__total { grid-column: 2; text-align: start; }
  .buybox__cta { grid-template-columns: 1fr; }
  .buybar__inner { height: 58px; gap: 12px; }
  .buybar__id img { display: none; }
  .rate-form__grid { grid-template-columns: 1fr; }
  .to-top { bottom: 84px; }
  .carousel__nav { display: none; }
  .carousel--tiles .carousel__track > * { width: 72vw; }
  .tile__body strong { font-size: 16px; }
  .row-scroll__track > * { flex-basis: 76vw; }
  .legacy__mark span { font-size: 64px; }
  .timeline { grid-template-columns: 1fr; }
  .pill-tabs { overflow-x: auto; flex-wrap: nowrap; scrollbar-width: none; margin-inline: calc(var(--gutter) * -1); padding-inline: var(--gutter); }
  .pill-tabs a { flex: none; }
  .section__head--row { flex-direction: column; align-items: flex-start; }
}

/* ---------- پنل مدیریت: گالری رسانه، استعلام قیمت، برچسب «به‌زودی» ---------- */
.p-gallery { display: grid; grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); gap: 18px; }
.p-gallery__item { margin: 0; background: var(--bg-2); border-radius: var(--radius); overflow: hidden; }
.p-gallery__item img, .p-gallery__item video { display: block; width: 100%; height: 240px; object-fit: cover; background: var(--bg-2); }
@media (max-width: 520px) { .p-gallery__item img, .p-gallery__item video { height: 200px; } }
.price__quote { font-weight: 800; color: var(--navy); }
.badge--soon { background: var(--navy-soft); color: var(--navy); }
