@font-face {
  font-family: "IRANYekanX";
  src: url("../fonts/IRANYekanXFaNum-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "IRANYekanX";
  src: url("../fonts/IRANYekanXFaNum-Bold.woff") format("woff");
  font-weight: 600 900;
  font-style: normal;
  font-display: swap;
}

:root {
  /* Brand + surfaces — aligned with example_ui product-card-demo UI-KIT */
  --brand: #ae111c;
  --brand-2: #8f0e17;
  --brand-dark: var(--brand-2);
  --ink: #343a40;
  --ink-2: #212529;
  --ink-soft: #8a949e;
  --muted: #69737d;
  --line: #d9d9d9;
  --line-2: #cfd7df;
  --border-soft: #e6e6e6;
  --hover-border: #c5cad1;
  --page: #f8f9fa;
  --soft: #f7f7f7;
  --soft-2: #f7f7f7;
  --media: #f5f3f4;
  --white: #fff;
  --brand-soft: #fff7f7;
  --brand-line: #efb6ba;
  --brand-line-strong: #e09aa0;
  --brand-border: var(--brand-line);
  --success: #16715f;
  --warning: #9b6500;
  --info: #2f6b8f;
  --info-bg: #eef8ff;
  --info-border: #c9e1ef;
  --info-text: #2f6b8f;
  --gold: #b27b12;
  --radius: 8px;
  --radius-sm: 4px;
  --radius-lg: 12px;
  --shadow: 0 14px 34px rgba(22, 26, 32, .08);
  --shadow-soft: 0 10px 22px rgba(22, 26, 32, .04);
  --shadow-brand: 0 8px 18px color-mix(in srgb, var(--brand) 14%, transparent);
  /* Mobile bottom chrome — shared by .mobile-cta + #asc-product-sticky-cart
   * Stack: sticky (24) < FAB (25) < sheet backdrop (40) < sheets (41) < mobile-cta (42).
   * Backdrop dims the page above the nav; mobile-cta stays tappable on top.
   * Shadow uses negative spread so blur does not bleed onto the nav below. */
  --arsin-mobile-chrome-bg: #fff;
  --arsin-mobile-chrome-shadow: 0 -10px 22px -12px rgba(0, 0, 0, .18);
  /* Stronger upward lift when a bottom sheet sits against .mobile-cta. */
  --arsin-mobile-cta-sheet-shadow: 0 -8px 28px rgba(15, 18, 22, .24);
  --arsin-z-product-sticky: 24;
  --arsin-z-fab: 25;
  --arsin-z-sheet-backdrop: 40;
  --arsin-z-sheet: 41;
  --arsin-z-filter-sheet: var(--arsin-z-sheet);
  --arsin-z-mobile-cta: 42;
  --arsin-sheet-scrim: rgba(15, 18, 22, 0.55);
  --focus-ring: 0 0 0 3px rgba(174, 17, 28, .08);
  --container: 1200px;
  --space-1: 4px;
  --space-2: 8px;
  --space-3: 12px;
  --space-4: 16px;
  --space-5: 20px;
  --space-6: 24px;
  --section-y: 28px;
  --card-gap: 12px;
  --card-pad: 14px;
  --gap-lg: 16px;
  --control-height: 44px;
  --control-height-lg: 48px;
  --btn-height-sm: 32px;
  --btn-height-md: 36px;
  --btn-height: var(--control-height);
  --btn-height-lg: var(--control-height-lg);
  --btn-padding-x-sm: 11px;
  /*
   * Type scale — demo-aligned; desktop bumps at min-width 761px.
   * Demo aliases (--text-*) map onto the same ladder.
   *
   * Role              Token / alias              Base → Desktop
   * caption / badge   --type-xs / --fs-caption   12 → 12
   * meta / crumb      --type-sm / --fs-meta      12 → 13
   * body / btn / form --type-md / --fs-body      13 → 14
   * nav / card title  --type-lg / --fs-nav       15 → 16
   * price             --type-price / --fs-price  15 → 16
   * section H2        --type-h2 / --fs-h2        16 → 18
   * section / brand   --type-xl / --fs-section   18 → 20 (brand); H2 uses --fs-h2
   * page H1           --type-2xl / --fs-page     22 → 24
   * hero H1           --type-3xl / --fs-hero     24 → 26
   */
  --type-xs: 12px;
  --type-sm: 12px;
  --type-md: 13px;
  --type-lg: 15px;
  --type-price: 15px;
  --type-h2: 16px;
  --type-xl: 18px;
  --type-2xl: 22px;
  --type-3xl: 24px;
  --fs-caption: var(--type-xs);
  --fs-meta: var(--type-sm);
  --fs-body: var(--type-md);
  --fs-ui: var(--type-md);
  --fs-btn: var(--type-md);
  --fs-nav: var(--type-lg);
  --fs-card-title: var(--type-lg);
  --fs-price: var(--type-price);
  --fs-h2: var(--type-h2);
  --fs-section: var(--type-h2);
  --fs-brand: var(--type-xl);
  --fs-page: var(--type-2xl);
  --fs-hero: var(--type-3xl);
  /* Demo UI-KIT aliases */
  --text: var(--ink);
  --text-heading: var(--ink-2);
  --text-muted: var(--muted);
  --text-soft: var(--ink-soft);
  --page-bg: var(--page);
  --surface: var(--white);
  --surface-soft: var(--media);
  --surface-muted: var(--soft);
  --surface-tint: var(--soft);
  --border: var(--line);
  --border-strong: var(--line-2);
  --text-2xs: 10px;
  --text-xs: 11px;
  --text-sm: var(--type-xs);
  --text-base: var(--type-md);
  --text-md: 14px;
  --text-lg: var(--type-lg);
  --text-xl: 16px;
  --text-2xl: var(--type-xl);
  --text-3xl: 20px;
  --text-4xl: var(--type-2xl);
  --ease: .18s ease;
  --ease-media: .28s ease;
  --sticky-offset: 82px;
  --skeleton-base: #e8eaed;
  --skeleton-shine: #f4f5f7;
  --skeleton-duration: 1.35s;
  /* Reusable surface shine (topbar, CTAs, cards, …) */
  --shine-color: rgb(255 255 255 / 0.16);
  --shine-color-strong: rgb(255 255 255 / 0.28);
  --shine-color-soft: rgb(255 255 255 / 0.08);
  --shine-duration: 4.8s;
  --shine-angle: 115deg;
  --shine-span: 42%;
  font-family: "IRANYekanX", Tahoma, Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  /* Keep layout width stable when overlays hide the page scrollbar. */
  scrollbar-gutter: stable;
}

body {
  margin: 0;
  background: var(--page);
  color: var(--ink);
  font-family: "IRANYekanX", Tahoma, Arial, sans-serif;
  font-size: var(--fs-body);
  line-height: 1.7;
  letter-spacing: 0;
}

/* Desktop type bump — denser chrome stays subordinate; content steps up one notch. */
@media (min-width: 761px) {
  :root {
    --type-sm: 13px;
    --type-md: 14px;
    --type-lg: 16px;
    --type-price: 16px;
    --type-h2: 18px;
    --type-xl: 20px;
    --type-2xl: 24px;
    --type-3xl: 26px;
    --text-base: var(--type-md);
    --text-md: 15px;
    --text-xl: 16px;
    --text-3xl: 22px;
    --text-4xl: var(--type-2xl);
  }
}

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

button,
input,
textarea,
select {
  font: inherit;
}

button {
  cursor: pointer;
}

img:not(.brand__logo) {
  display: block;
  max-width: 100%;
  height: auto;
}

.icon {
  direction: ltr;
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  font-family: "Material Symbols Outlined", sans-serif;
  font-size: 21px;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  white-space: nowrap;
  vertical-align: middle;
  font-feature-settings: "liga" 1;
  -webkit-font-feature-settings: "liga" 1;
  font-variation-settings: "FILL" 0, "wght" 430, "GRAD" 0, "opsz" 24;
}

.container {
  width: min(var(--container), calc(100% - 32px));
  margin: 0 auto;
}

.surface {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.card {
  min-width: 240px;
  overflow: hidden;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  transition: border-color var(--ease), box-shadow var(--ease), transform var(--ease);
}

.category-card:hover,
.product-card:hover,
a.brand-chip:hover,
.article-card:hover {
  border-color: var(--hover-border);
  box-shadow: var(--shadow);
  transform: translateY(-2px);
}

.meta-muted {
  color: var(--muted);
  font-size: var(--fs-caption);
  line-height: 1.7;
}

.panel--accent {
  border-top: 3px solid var(--brand);
}

.topbar {
  background: #222;
  color: var(--white);
  font-size: var(--fs-meta);
}

/* ——— Shine utility (reusable) ———
 * Usage: class="arsin-shine" (+ optional modifier)
 *   arsin-shine--dark   | dark surfaces (topbar)
 *   arsin-shine--brand  | brand-red surfaces
 *   arsin-shine--soft   | subtle light surfaces
 *   arsin-shine--once   | single pass (no loop)
 *   arsin-shine--fast   | shorter duration
 *   arsin-shine--click  | post-click pending feedback (faster rhythm)
 * Override locally: style="--shine-color: …; --shine-duration: 3s"
 */
.arsin-shine {
  --_shine: var(--shine-color);
  --_shine-duration: var(--shine-duration);
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.arsin-shine::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -40%;
  z-index: 1;
  width: 40%;
  pointer-events: none;
  background: linear-gradient(
    var(--shine-angle),
    transparent 0%,
    var(--_shine) 50%,
    transparent 100%
  );
  opacity: 0.95;
  transform: translate3d(0, 0, 0);
  will-change: transform, opacity;
  animation: arsin-shine-sweep var(--_shine-duration) ease-in-out infinite;
}

.arsin-shine > * {
  position: relative;
  z-index: 2;
}

.arsin-shine--dark {
  --_shine: var(--shine-color-strong);
}

.arsin-shine--brand {
  --_shine: rgb(255 255 255 / 0.22);
}

.arsin-shine--soft {
  --_shine: var(--shine-color-soft);
}

.arsin-shine--once::before {
  animation-iteration-count: 1;
}

.arsin-shine--fast {
  --_shine-duration: 2.6s;
}

/* Faster, stronger sweep while waiting for navigation / AJAX after click */
.arsin-shine--click {
  --_shine: rgb(255 255 255 / 0.42);
  --_shine-duration: 1.15s;
  --shine-span: 55%;
  --shine-angle: 105deg;
}

.arsin-shine--click.arsin-shine--dark {
  --_shine: rgb(255 255 255 / 0.38);
}

.arsin-shine--click.btn,
.arsin-shine--click.mini-btn,
.arsin-shine--click.arsin-shine--brand {
  --_shine: rgb(255 255 255 / 0.48);
}

.arsin-shine--click::before {
  animation-name: arsin-shine-click-sweep;
  animation-timing-function: linear;
}

.arsin-shine--paused::before,
.arsin-shine:hover.arsin-shine--pause-hover::before {
  animation-play-state: paused;
}

@keyframes arsin-shine-sweep {
  0%,
  12% {
    transform: translate3d(0, 0, 0);
    opacity: 0;
  }
  20% {
    opacity: 0.95;
  }
  48%,
  100% {
    transform: translate3d(350%, 0, 0);
    opacity: 0;
  }
}

@keyframes arsin-shine-click-sweep {
  0% {
    transform: translate3d(0, 0, 0);
    opacity: 0.2;
  }
  100% {
    transform: translate3d(360%, 0, 0);
    opacity: 0;
  }
}

.marquee-wrap.is-marquee-offscreen [data-marquee-track],
.marquee-wrap.is-marquee-offscreen [class*="__track"] {
  animation-play-state: paused !important;
}

@media (prefers-reduced-motion: reduce) {
  .arsin-shine::before {
    animation: none;
    opacity: 0;
  }
}

.topbar__inner,
.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

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

.topbar__inner {
  min-height: 38px;
  flex-wrap: wrap;
}

.topbar__marquee-track,
.topbar__marquee-group {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
}

.topbar__marquee-track {
  flex: 1 1 auto;
}

.topbar__marquee-group[aria-hidden="true"] {
  display: none;
}

.topbar__note,
.topbar__items,
.topbar__item {
  display: flex;
  align-items: center;
  gap: 8px;
}

.topbar__note {
  font-weight: 700;
}

.topbar__items {
  flex-wrap: wrap;
  color: #e5e8ec;
}

@media (min-width: 1121px) {
  .topbar__inner {
    flex-wrap: nowrap;
  }

  .topbar__marquee-track {
    width: 100%;
    animation: none !important;
    transform: none !important;
    will-change: auto;
  }

  .topbar__marquee-group:not([aria-hidden="true"]) {
    width: 100%;
    justify-content: space-between;
  }

  .topbar__note,
  .topbar__items {
    flex: 0 0 auto;
  }

  .topbar__items {
    flex-wrap: nowrap;
  }
}

.topbar__item {
  min-height: 28px;
  padding: 3px 9px;
  border: 1px solid rgba(255, 255, 255, .14);
  background: rgba(255, 255, 255, .06);
  border-radius: var(--radius);
  white-space: nowrap;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  padding: 0 !important;
  background: var(--white);
  border-bottom: 1px solid var(--line);
}

.header__inner {
  min-height: 82px;
  flex-wrap: nowrap;
}

.mobile-header-menu {
  display: none;
}

.site-branding {
  flex: 0 1 auto;
  min-width: 0;
  max-width: min(280px, 32vw);
}

.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
  max-width: 100%;
  text-decoration: none;
}

.brand > span {
  min-width: 0;
}

.brand picture {
  display: block;
  flex: 0 0 48px;
  width: 48px;
  height: 48px;
  overflow: hidden;
}

.brand picture .brand__logo,
.brand__logo {
  flex: 0 0 48px;
  width: 48px !important;
  height: 48px !important;
  min-width: 48px;
  max-width: 48px !important;
  max-height: 48px !important;
  object-fit: contain;
  padding: 0;
  background: var(--white);
  border: 0;
  border-radius: var(--radius);
}

.brand__name {
  display: block;
  color: var(--brand);
  font-size: var(--fs-brand);
  font-weight: 800;
  line-height: 1.35;
  white-space: nowrap;
}

.brand__tagline {
  display: block;
  overflow: hidden;
  color: var(--muted);
  font-size: var(--fs-caption);
  line-height: 1.5;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.searchbar {
  position: relative;
  flex: 1;
  min-width: 260px;
  margin: 0;
}

.searchbar__box {
  display: flex;
  align-items: center;
  height: 48px;
  overflow: hidden;
  background: var(--white);
  border: 1px solid var(--line-2);
  border-radius: var(--radius);
}

.searchbar__field {
  position: relative;
  flex: 1;
  min-width: 0;
  height: 100%;
  display: flex;
  align-items: stretch;
}

.searchbar input {
  width: 100%;
  min-width: 0;
  height: 100%;
  border: 0;
  outline: 0;
  padding: 0 14px;
  color: var(--ink);
  background: transparent;
}

/* Typewriter overlay: typed text sits behind a transparent input (RTL-safe caret). */
.searchbar__typed {
  position: absolute;
  inset-block: 0;
  inset-inline: 14px;
  z-index: 0;
  display: flex;
  align-items: center;
  max-width: calc(100% - 28px);
  overflow: hidden;
  pointer-events: none;
  color: color-mix(in srgb, var(--muted) 88%, transparent);
  font: inherit;
  white-space: nowrap;
  text-overflow: ellipsis;
  direction: inherit;
  unicode-bidi: plaintext;
}

.searchbar__typed[hidden] {
  display: none !important;
}

.searchbar__typed-text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.searchbar__typed-caret {
  flex: 0 0 auto;
  width: 1.5px;
  height: 1.05em;
  margin-inline-start: 2px;
  background: currentColor;
  opacity: 1;
  animation: arsin-search-caret-blink 1.05s steps(1, end) infinite;
}

.searchbar.searchbar--typewriter.is-typewriting input {
  position: relative;
  z-index: 1;
  background: transparent;
}

.searchbar.searchbar--typewriter.is-typewriting input::placeholder {
  color: transparent;
  opacity: 0;
}

@keyframes arsin-search-caret-blink {
  0%,
  45% {
    opacity: 1;
  }
  50%,
  100% {
    opacity: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .searchbar__typed-caret {
    animation: none;
    opacity: 0.85;
  }
}

.searchbar__submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  align-self: stretch;
  min-width: 108px;
  padding-inline: 14px;
  border: 0;
  border-inline-start: 1px solid var(--line-2);
  background: var(--white);
  color: var(--muted);
  font-weight: 700;
  cursor: pointer;
}

.searchbar__submit span:not(.icon) {
  display: inline;
}

.searchbar__submit .icon {
  width: 20px;
  height: 20px;
  margin: 0;
  font-size: 20px;
  line-height: 1;
  color: inherit;
  opacity: 1;
  font-variation-settings: "FILL" 0, "wght" 500, "GRAD" 0, "opsz" 20;
  pointer-events: none;
  user-select: none;
  translate: 0 0.5px;
}

.searchbar__submit:hover,
.searchbar__submit:focus-visible {
  background: var(--soft, #f7f7f7);
  color: var(--brand);
  outline: 0;
}

/* Live-search dropdown only — must NOT match WP body.search-results */
.searchbar .search-results {
  position: absolute;
  top: calc(100% + 6px);
  right: 0;
  left: 0;
  z-index: 30;
  display: none;
  max-height: 420px;
  overflow: auto;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  text-align: right;
}

.searchbar .search-results.is-open {
  display: block;
}

.searchbar__box:focus-within {
  border-color: var(--brand);
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--brand) 18%, transparent);
}

.search-results__status,
.search-results__empty {
  padding: 14px 12px;
  color: var(--muted);
  font-size: var(--fs-meta);
}

.search-results__group {
  padding: 6px 0;
  border-bottom: 1px solid var(--line);
}

.search-results__group:last-child {
  border-bottom: 0;
}

.search-results__group--chips {
  padding-bottom: 0;
}

.search-results__label {
  padding: 6px 12px 4px;
  color: var(--muted);
  font-size: var(--fs-caption);
  font-weight: 700;
  letter-spacing: 0.02em;
}

.search-results__chips {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  padding: 4px 12px;
  scroll-snap-type: inline proximity;
  scrollbar-width: thin;
  -webkit-overflow-scrolling: touch;
}

.search-result {
  display: grid;
  grid-template-columns: 52px 1fr auto;
  gap: 10px;
  align-items: center;
  width: 100%;
  padding: 10px 12px;
  border: 0;
  border-bottom: 1px solid var(--line);
  background: transparent;
  color: inherit;
  text-align: right;
  text-decoration: none;
  cursor: pointer;
}

.search-result.is-active,
.search-result:hover,
.search-result:focus-visible {
  background: var(--soft);
  outline: 0;
}

.search-result--term {
  display: inline-grid;
  flex: 0 0 auto;
  grid-template-columns: minmax(0, auto);
  width: max-content;
  min-width: 0;
  max-width: min(260px, calc(100vw - 48px));
  min-height: 40px;
  padding: 7px 10px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  scroll-snap-align: start;
}

.search-result--category {
  grid-template-columns: minmax(0, auto);
}

.search-result--term:last-child {
  border-bottom: 1px solid var(--line);
}

.search-result--term:hover,
.search-result--term:focus-visible,
.search-result--term.is-active {
  border-color: var(--brand-line-strong);
  background: var(--brand-soft);
  color: var(--brand);
}

.search-result__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  color: var(--muted);
  font-size: 20px;
}

.search-result img {
  width: 52px;
  height: 52px;
  object-fit: contain;
  background: var(--soft);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.search-result b {
  display: block;
  color: var(--ink);
  font-size: var(--fs-ui);
  font-weight: 700;
}

.search-result span {
  color: var(--muted);
  font-size: var(--fs-caption);
}

.search-result__price {
  direction: rtl;
  unicode-bidi: plaintext;
  display: inline-block;
  margin-top: 2px;
  color: var(--brand);
  font-size: var(--fs-meta);
  font-weight: 700;
  white-space: nowrap;
}

.search-result--term b {
  overflow: hidden;
  color: currentColor;
  font-size: var(--fs-meta);
  white-space: nowrap;
  text-overflow: ellipsis;
}

.search-result--term .search-result__icon,
.search-result--term .search-result__count {
  color: currentColor;
}

.search-result__count {
  min-width: 22px;
  text-align: left;
}

.search-results__foot {
  position: sticky;
  bottom: 0;
  z-index: 3;
  display: block;
  padding: 10px 12px;
  border-top: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(255, 255, 255, .96), var(--white));
  color: var(--brand);
  font-size: var(--fs-meta);
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  box-shadow: 0 -8px 18px rgba(15, 23, 42, .06);
}

.search-results__foot:hover {
  background: var(--soft);
}

@media (min-width: 761px) {
  .searchbar .search-results {
    top: calc(100% + 8px);
    max-height: 480px;
    border-color: var(--line-2);
    border-radius: var(--radius-lg, 12px);
    box-shadow: var(--shadow-soft);
  }

  .search-results__group {
    padding: 10px 8px;
  }

  .search-results__label {
    padding: 2px 6px 8px;
    color: var(--ink);
    font-size: var(--fs-meta);
    font-weight: 800;
    letter-spacing: 0;
  }

  .search-results__chips {
    gap: 6px;
    padding: 4px 6px;
  }

  .search-result--term {
    min-height: 36px;
    padding: 7px 11px;
    border-color: var(--line-2);
    background: #fff;
  }

  .search-result--term b {
    font-size: var(--fs-meta);
    font-weight: 700;
  }

  .search-result__count {
    min-width: 18px;
    color: var(--muted);
    font-size: var(--fs-caption);
  }

  .search-results__group:not(.search-results__group--chips) .search-result {
    padding: 10px 6px;
  }

  .search-results__foot {
    padding: 12px;
    font-size: var(--fs-ui);
    box-shadow: none;
  }
}

.header-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  flex: 0 0 auto;
  flex-wrap: nowrap;
}

.header-actions > .btn {
  min-width: 152px;
  min-height: 47px;
}

.cart-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  min-width: 152px;
  min-height: 47px;
  padding: 8px 14px;
  background: var(--soft-2);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  color: var(--ink);
  font-size: var(--fs-ui);
  font-weight: 700;
  white-space: nowrap;
}

.cart-link:hover {
  border-color: var(--brand-line-strong);
  background: var(--brand-soft);
  color: var(--brand);
}

.cart-link .icon {
  color: var(--brand);
}

.cart-link b {
  display: inline-grid;
  place-items: center;
  min-width: 24px;
  height: 24px;
  padding: 0 6px;
  background: var(--brand);
  color: var(--white);
  border-radius: var(--radius);
  font-size: var(--fs-caption);
  line-height: 1;
}

/* Keep the empty-cart zero visible while preserving badge dimensions. */
.cart-link b[data-cart-count][data-empty="1"] {
  opacity: 1;
}

.phone-box {
  display: grid;
  gap: 2px;
  min-width: 132px;
  line-height: 1.4;
  text-align: left;
}

.phone-box small {
  color: var(--muted);
  font-size: var(--fs-caption);
}

.phone-box strong {
  color: var(--brand);
  font-size: var(--fs-nav);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  min-height: var(--btn-height);
  border: 1px solid transparent;
  border-radius: var(--radius);
  background: var(--brand);
  color: var(--white);
  padding: 8px 14px;
  font-size: var(--fs-btn);
  font-weight: 700;
  white-space: nowrap;
  transition: background var(--ease), border-color var(--ease), color var(--ease), box-shadow var(--ease);
}

.btn:hover {
  background: var(--brand-2);
  color: var(--white);
}

.btn--outline {
  background: var(--white);
  color: var(--brand);
  border-color: var(--brand-border);
}

.btn--outline:hover {
  background: var(--brand-soft);
  color: var(--brand);
}

.btn--dark {
  background: var(--ink);
}

.btn--dark:hover {
  background: #111;
}

.btn--quiet {
  background: var(--white);
  color: var(--ink);
  border-color: var(--border);
}

.btn--quiet:hover {
  background: var(--soft);
  color: var(--ink);
}

.btn--quote,
.btn--support {
  background: var(--brand);
  color: var(--white);
  box-shadow: none;
}

.btn--quote:hover,
.btn--support:hover {
  background: var(--brand-2);
}

.btn--support .icon {
  color: inherit;
}

.fab-contact-popover {
  position: relative;
}

.fab-contact-panel {
  position: absolute;
  top: calc(100% + 12px);
  left: 0;
  z-index: 35;
  display: flex;
  flex-direction: column;
  width: min(360px, calc(100vw - 32px));
  max-height: min(70vh, 560px);
  padding: 12px;
  visibility: hidden;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity .18s ease, transform .18s ease, visibility .18s ease;
  background: var(--white);
  border: 1px solid var(--line);
  border-top: 3px solid var(--brand);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  overflow: hidden;
  direction: rtl;
}

.fab-contact-popover.is-open .fab-contact-panel {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

.fab-contact-panel[aria-hidden="true"] {
  pointer-events: none;
}

.fab-contact-popover.is-open .fab-contact-panel[aria-hidden="false"] {
  pointer-events: auto;
}

.fab-contact-panel::before {
  content: "";
  position: absolute;
  top: -12px;
  right: 0;
  left: 0;
  height: 12px;
}

.fab-contact-panel__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--line);
}

.fab-contact-panel__head strong {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-width: 0;
  color: var(--text-heading);
  font-size: var(--fs-ui);
  font-weight: 700;
}

.fab-contact-panel .arsin-fab-sheet__nav {
  flex: 1 1 auto;
  min-height: 0;
  margin-top: 10px;
  overflow: auto;
}

.fab-contact-panel .filter-box__title {
  margin: 0 0 8px;
}

.btn--contact-pulse {
  position: relative;
  min-width: 152px;
  min-height: 47px;
  overflow: visible;
  border-color: var(--brand);
  background: var(--white);
  color: var(--brand);
  box-shadow: none;
  animation: none;
}

.btn--contact-pulse::after {
  content: none;
  display: none;
}

.btn--contact-pulse .icon {
  color: var(--brand);
  transform-origin: 70% 70%;
  animation: contactIconRing 1.8s ease-in-out infinite;
}

.btn--contact-pulse span {
  display: grid;
  gap: 1px;
  line-height: 1.25;
  text-align: right;
  font-weight: 800;
}

.btn--contact-pulse strong {
  direction: ltr;
  font-size: 1.25rem;
  font-weight: 800;
  letter-spacing: 0.01em;
}

.btn--contact-pulse:hover {
  background: var(--brand-soft);
  color: var(--brand);
}

@keyframes contactIconRing {
  0%,
  12%,
  24%,
  100% {
    transform: rotate(0deg);
  }

  4% {
    transform: rotate(14deg);
  }

  8% {
    transform: rotate(-12deg);
  }

  16% {
    transform: rotate(10deg);
  }

  20% {
    transform: rotate(-8deg);
  }
}

@media (prefers-reduced-motion: reduce) {
  .btn--contact-pulse .icon {
    animation: none;
  }
}

.nav {
  background: var(--white);
  border-bottom: 1px solid var(--line);
}

.nav__inner {
  justify-content: flex-start;
  min-height: 46px;
  gap: 22px;
  overflow: visible;
}

/* WP primary menu: flat <li> siblings + mega wrap (no <ul> wrapper). */
.nav__inner > li,
.nav__menu > li {
  list-style: none;
  margin: 0;
  padding: 0;
  display: contents;
}

.nav__inner > li > a,
.nav__menu > li > a {
  text-decoration: none;
}

.nav__link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 46px;
  padding: 0;
  border: 0;
  color: #333;
  background: transparent;
  font-size: var(--fs-nav);
  font-weight: 650;
  font-family: inherit;
  white-space: nowrap;
  border-bottom: 2px solid transparent;
  cursor: pointer;
}

.nav__link.is-active,
.nav__link:hover {
  color: var(--brand);
  border-bottom-color: var(--brand);
}

.nav__link .icon {
  font-size: 20px;
}

/* Mega trigger: search-submit treatment — brand bg, white text/icons; chevron always on. */
.nav__link--mega-trigger {
  gap: 8px;
  min-height: 40px;
  padding: 0 16px;
  font-weight: 700;
  color: var(--white);
  background: var(--brand);
  border: 0;
  border-bottom: 0;
  border-radius: var(--radius);
}

.nav__link--mega-trigger > .icon.nav__mega-icon {
  font-size: 20px;
  line-height: 1;
  color: var(--white);
  font-variation-settings: "FILL" 1, "wght" 430, "GRAD" 0, "opsz" 20;
}

.nav__link--mega-trigger .nav__mega-chevron {
  display: inline;
  font-size: 18px;
  line-height: 1;
  color: var(--white);
  transition: transform .18s ease;
}

.nav__link--mega-trigger:hover,
.nav__link--mega-trigger.is-active,
.nav__link--mega-trigger:focus-visible,
.nav__mega-wrap.is-open .nav__link--mega-trigger {
  color: var(--white);
  background: var(--brand);
  border-bottom-color: transparent;
}

.nav__link--mega-trigger:hover > .icon.nav__mega-icon,
.nav__link--mega-trigger.is-active > .icon.nav__mega-icon,
.nav__link--mega-trigger:focus-visible > .icon.nav__mega-icon,
.nav__mega-wrap.is-open .nav__link--mega-trigger > .icon.nav__mega-icon,
.nav__link--mega-trigger:hover .nav__mega-chevron,
.nav__link--mega-trigger.is-active .nav__mega-chevron,
.nav__link--mega-trigger:focus-visible .nav__mega-chevron,
.nav__mega-wrap.is-open .nav__link--mega-trigger .nav__mega-chevron {
  color: var(--white);
}

.nav__mega-wrap.is-open .nav__link--mega-trigger .nav__mega-chevron,
.nav__link--mega-trigger[aria-expanded="true"] .nav__mega-chevron {
  transform: rotate(180deg);
}

.cart-popover,
.fab-contact-popover,
.nav__mega-wrap {
  position: relative;
}

/* ASC shop submenus target .main-navigation (Storefront); collapse in Arsin nav. */
.nav__inner li.asc-shop-menu-has-categories > ul.sub-menu,
.nav__inner li.asc-shop-menu-has-categories > ul.children {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  max-height: 0 !important;
  overflow: hidden !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
}

.mini-cart {
  position: absolute;
  top: calc(100% + 12px);
  left: 0;
  z-index: 35;
  display: flex;
  flex-direction: column;
  width: min(340px, calc(100vw - 32px));
  max-height: min(70vh, 520px);
  padding: 12px;
  visibility: hidden;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity .18s ease, transform .18s ease, visibility .18s ease;
  background: var(--white);
  border: 1px solid var(--line);
  border-top: 3px solid var(--brand);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.cart-popover.is-open .mini-cart {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

.mini-cart::before,
.mega-menu::before {
  content: "";
  position: absolute;
  top: -12px;
  right: 0;
  left: 0;
  height: 12px;
}

.mini-cart__head,
.mini-cart__total,
.mini-cart__actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.mini-cart__head {
  padding-bottom: 10px;
  border-bottom: 1px solid var(--line);
}

.popover-close {
  display: inline-grid;
  place-items: center;
  flex: 0 0 30px;
  width: 30px;
  height: 30px;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--soft);
  color: var(--ink-soft);
  cursor: pointer;
}

.popover-close:hover {
  border-color: var(--brand-line-strong);
  background: var(--brand-soft);
  color: var(--brand);
}

.popover-close .icon {
  font-size: 18px;
}

.mini-cart__head strong {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.mini-cart__head span,
.mini-cart__empty span {
  color: var(--muted);
  font-size: 12px;
}

.mini-cart__items {
  display: grid;
  gap: 8px;
  flex: 1 1 auto;
  min-height: 0;
  max-height: min(45vh, 360px);
  padding: 10px 0;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.mini-cart__item {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 9px;
  align-items: center;
  padding: 7px;
  color: var(--ink);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.mini-cart__item:hover {
  border-color: var(--brand-line-strong);
  background: var(--brand-soft);
}

.mini-cart__item img {
  width: 48px;
  height: 48px;
  object-fit: contain;
  background: var(--soft);
  border-radius: var(--radius);
}

.mini-cart__item b {
  display: block;
  margin-bottom: 3px;
  font-size: 12px;
}

.mini-cart__item small {
  color: var(--muted);
  font-size: 11px;
}

.mini-cart__total {
  flex: 0 0 auto;
  padding: 10px 0;
  border-top: 1px solid var(--line);
}

.mini-cart__head,
.mini-cart__actions {
  flex: 0 0 auto;
}

.mini-cart__total b {
  color: var(--brand);
}

.mini-cart__actions {
  align-items: stretch;
}

.mini-cart__actions .mini-btn,
.mini-cart__empty + .mini-btn {
  flex: 1;
}

.mini-cart__empty {
  display: grid;
  gap: 6px;
  justify-items: center;
  padding: 18px 8px;
  text-align: center;
}

.mini-cart__empty .icon {
  color: var(--brand);
  font-size: 28px;
}

.mega-menu {
  position: absolute;
  top: calc(100% + 1px);
  right: 0;
  z-index: 34;
  width: min(880px, calc(100vw - 32px));
  padding: 14px;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transform: translateY(8px);
  transition: opacity .18s ease, transform .18s ease, visibility .18s ease;
  background: var(--white);
  border: 1px solid var(--line);
  border-top: 3px solid var(--brand);
  border-radius: 0 0 var(--radius) var(--radius);
  box-shadow: var(--shadow);
}

.nav__mega-wrap.is-open .mega-menu {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.mega-menu__head,
.mega-menu__foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.mega-menu__head {
  padding-bottom: 12px;
  border-bottom: 1px solid var(--line);
}

.mega-menu__head strong,
.mega-menu__foot span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.mega-menu__head a {
  color: var(--brand);
  font-weight: 800;
}

.mega-menu__head-actions {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.mega-menu__grid {
  display: grid;
  grid-template-columns: repeat(var(--mega-cols, 3), minmax(0, 1fr));
  gap: 12px;
  padding: 12px 0;
}

.mega-menu__column {
  min-width: 0;
  padding: 10px;
  background: #fafafa;
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.mega-menu__root {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
  color: var(--ink);
}

.mega-menu__root .icon {
  color: var(--brand);
  font-size: 25px;
}

.mega-menu__root b,
.mega-menu__root small {
  display: block;
}

.mega-menu__root b {
  font-size: 13px;
}

.mega-menu__root small {
  color: var(--muted);
  font-size: 11px;
}

.mega-menu__children {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: repeat(4, auto);
  grid-auto-flow: column;
  gap: 5px;
}

.mega-menu__children a {
  display: flex;
  align-items: center;
  gap: 6px;
  min-height: 30px;
  padding: 4px 6px;
  color: #444;
  font-size: 12px;
  border-radius: var(--radius);
}

.mega-menu__children a:hover {
  background: var(--brand-soft);
  color: var(--brand);
}

.mega-menu__children .mega-menu__view-all {
  justify-content: space-between;
  background: var(--brand-soft);
  color: var(--brand);
  font-weight: 800;
}

.mega-menu__children .icon {
  color: var(--muted);
  font-size: 18px;
}

.mega-menu__children .mega-menu__view-all .icon {
  color: currentColor;
}

.mega-menu__foot {
  padding-top: 12px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 13px;
}

.page-main {
  min-height: 60vh;
}

.band {
  border-bottom: 1px solid var(--line);
  background: linear-gradient(180deg, var(--white) 0%, var(--page) 100%);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(360px, .88fr);
  gap: 34px;
  align-items: center;
  padding: 30px 0 28px;
}

/* Band heroes without media: text column uses full container width. */
.hero.hero--no-media {
  grid-template-columns: minmax(0, 1fr);
}

.hero-copy {
  display: grid;
  gap: 18px;
  min-width: 0;
  align-content: start;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 32px;
  margin-bottom: 12px;
  padding: 5px 10px;
  color: var(--brand);
  background: var(--brand-soft);
  border: 1px solid var(--brand-line);
  border-radius: var(--radius);
  font-size: var(--fs-meta);
  font-weight: 700;
}

.hero-copy .eyebrow {
  margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--text-heading, #212529);
  letter-spacing: 0;
}

h1 {
  max-width: 780px;
  margin: 0;
  font-size: var(--fs-hero);
  line-height: 1.5;
}

h2 {
  font-size: var(--fs-h2);
  line-height: 1.45;
}

.lead {
  max-width: 760px;
  margin: 12px 0 18px;
  color: var(--ink, #343a40);
  font-size: var(--fs-nav);
  line-height: 2;
}

.hero-copy .lead {
  margin: 0;
}

.hero-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin: 18px 0 20px;
}

.hero-copy .hero-actions {
  margin: 0;
}

.trust-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: var(--card-gap);
}

.trust-item {
  display: grid;
  gap: 6px;
  align-content: start;
  justify-items: center;
  min-height: 108px;
  padding: var(--space-4);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  text-align: center;
}

.trust-item b {
  color: var(--text-heading, var(--ink-2));
  font-size: var(--fs-ui);
  font-weight: 600;
  line-height: 1.5;
}

.trust-item > span {
  color: var(--ink);
  font-size: var(--fs-ui);
  line-height: 1.65;
}

.hero-media {
  position: relative;
  min-height: 360px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #f1f2f3;
  box-shadow: var(--shadow);
}

.hero-media img {
  width: 100%;
  height: 100%;
  min-height: 360px;
  object-fit: cover;
}

.hero-proof {
  position: absolute;
  right: 14px;
  bottom: 14px;
  left: 14px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.hero-proof span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 4px 8px;
  color: var(--ink);
  background: rgba(255, 255, 255, .68);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
}

.product-carousel {
  display: flex;
  gap: var(--card-gap);
  overflow-x: auto;
  padding-bottom: 6px;
  scroll-snap-type: x proximity;
}

.product-carousel > .product-card {
  flex: 0 0 220px;
  width: 220px;
  scroll-snap-align: start;
}

.product-marquee {
  overflow: hidden;
  container-type: inline-size;
  cursor: grab;
  touch-action: pan-y;
  mask-image: linear-gradient(90deg, transparent, #000 3%, #000 97%, transparent);
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 3%, #000 97%, transparent);
  user-select: none;
  -webkit-user-select: none;
}

.product-marquee__track {
  display: flex;
  gap: var(--card-gap);
  width: max-content;
  animation: product-marquee-scroll var(--product-marquee-duration, 36s) linear infinite;
  will-change: transform;
}

.section--home-featured .product-marquee__track,
.section--home-brands .brand-marquee__track,
.section--home-articles .article-strip {
  padding-block: 8px;
}

/* Avoid sticky :hover on touch freezing the marquee while pan is broken. */
@media (hover: hover) and (pointer: fine) {
  .product-marquee:hover .product-marquee__track,
  .product-marquee:focus-within .product-marquee__track {
    animation-play-state: paused;
  }
}

.marquee-wrap {
  position: relative;
}

.marquee-wrap.is-panning {
  cursor: grabbing;
}

.marquee-wrap.is-panning .product-marquee,
.marquee-wrap.is-panning .brand-marquee,
.marquee-wrap.is-panning .shop-categories-marquee,
.marquee-wrap.is-panning .article-marquee,
.marquee-wrap.is-panning .about-gallery-marquee {
  cursor: grabbing;
  touch-action: none;
}

.marquee-wrap.is-panning .product-marquee__track,
.marquee-wrap.is-panning .brand-marquee__track,
.marquee-wrap.is-panning .shop-categories-track,
.marquee-wrap.is-panning .about-gallery-marquee__track {
  animation: none !important;
  pointer-events: none;
}

.marquee-wrap.is-controlled .product-marquee,
.marquee-wrap.is-controlled .brand-marquee,
.marquee-wrap.is-controlled .shop-categories-marquee {
  overflow-x: auto;
  scroll-snap-type: x proximity;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 4px;
  scrollbar-width: thin;
  cursor: grab;
  touch-action: pan-x;
}

.marquee-wrap.is-controlled .product-marquee__track,
.marquee-wrap.is-controlled .brand-marquee__track,
.marquee-wrap.is-controlled .shop-categories-track {
  animation: none !important;
  transform: none !important;
  overflow-x: visible;
  width: max-content;
  max-width: none;
}

.marquee-wrap.is-controlled .product-marquee .product-card,
.marquee-wrap.is-controlled .brand-marquee .brand-chip,
.marquee-wrap.is-controlled .shop-categories-track .category-card {
  scroll-snap-align: start;
}

.product-marquee .product-card {
  /* Desktop: ~4.2 cards (4 full + peek). Mobile/demo card width ≈ 178px. */
  flex: 0 0 calc((100cqi - (var(--card-gap) * 3.2)) / 4.2);
  width: calc((100cqi - (var(--card-gap) * 3.2)) / 4.2);
  min-width: min(178px, calc(100vw - 24px));
}

@keyframes product-marquee-scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(50%);
  }
}

@media (prefers-reduced-motion: reduce) {
  .product-marquee__track {
    animation: none;
    overflow-x: auto;
    width: auto;
    max-width: 100%;
    padding-bottom: 4px;
    scroll-snap-type: x proximity;
  }

  .marquee-wrap.is-controlled .product-marquee__track {
    overflow-x: visible;
    width: max-content;
    max-width: none;
  }

  .product-marquee {
    mask-image: none;
    -webkit-mask-image: none;
  }

  .product-marquee .product-card {
    scroll-snap-align: start;
  }
}

.section {
  padding: var(--section-y) 0;
}

.section--home-categories {
  margin-top: 20px;
}

@media (min-width: 1121px) {
  .section--home-categories {
    padding-top: 20px;
  }
}

@media (max-width: 760px) {
  .section--home-categories {
    padding-top: 15px;
  }
}

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

.section-head h2 {
  margin: 0;
  font-size: var(--fs-section);
  line-height: 1.45;
}

.section-head p {
  margin: 4px 0 0;
  color: var(--muted);
  font-size: var(--fs-ui);
}

.grid {
  display: grid;
  gap: var(--space-5);
}

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

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

.category-card {
  min-width: 0;
  overflow: hidden;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  transition: border-color var(--ease), box-shadow var(--ease), transform var(--ease);
}

.category-card__image {
  display: block;
  overflow: hidden;
  background: var(--media);
  color: inherit;
  text-decoration: none;
}

.category-card__placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 120px;
  aspect-ratio: 4 / 3;
  color: var(--muted);
}

/* Natural image ratio via width/height attrs — do not force 1:1 or aspect-ratio:auto. */
.category-card__image img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  object-fit: contain;
  object-position: center;
  box-sizing: border-box;
}

.category-card__content {
  padding: 14px 12px 12px;
}

.category-card__title {
  margin: 0;
  color: var(--text-heading, var(--ink-2));
  font-size: var(--fs-card-title);
  font-weight: 800;
  line-height: 1.5;
  text-align: right;
}

.category-card__title a {
  display: block;
  color: inherit;
  text-decoration: none;
}

.category-card__title a:hover {
  color: var(--brand);
}

.category-card__title .icon {
  display: inline;
  margin-inline-end: 4px;
  color: var(--brand);
  vertical-align: middle;
  font-size: 1.1em;
}

.category-card__description {
  display: -webkit-box;
  min-height: 0;
  margin: 10px 0 0;
  overflow: hidden;
  color: var(--ink-soft);
  font-size: var(--fs-ui);
  font-weight: 400;
  line-height: 1.7;
  text-align: right;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

/* Product card — demo BEM (image tags + title + price-button) */
.product-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  overflow: hidden;
  background: var(--white);
  border: 1px solid var(--line-2);
  border-radius: var(--radius);
  transition: border-color var(--ease), box-shadow var(--ease);
  /* Demo price scale — independent of global mobile type bumps. */
  --pc-text-2xs: 10px;
  --pc-text-xs: 11px;
  --pc-text-sm: 12px;
  --pc-text-base: 13px;
}

.product-card--unavailable {
  opacity: .96;
  border-color: var(--line-2);
}

.product-card--inquiry:not(.product-card--unavailable) {
  border-color: var(--brand-line-strong);
}

.product-card__image {
  position: relative;
  display: block;
  flex-shrink: 0;
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: var(--media);
}

/* Beat WooCommerce `.products a img { height:auto; margin }` so image fills the square. */
.product-card__image img,
.woocommerce ul.products li.product .product-card__image img,
.woocommerce-page ul.products li.product .product-card__image img {
  display: block;
  width: 100%;
  max-width: none;
  height: 100%;
  margin: 0;
  padding: 24px 10px 8px;
  object-fit: contain;
  object-position: center;
  mix-blend-mode: multiply;
  box-sizing: border-box;
}

.product-card__image-tags {
  position: absolute;
  top: 6px;
  right: 6px;
  bottom: 6px;
  left: 6px;
  pointer-events: none;
}

.product-card__content {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 9px 8px 8px;
  justify-content: space-between;
}

.product-card__title {
  margin: 0;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.8;
  text-align: right;
}

.product-card__title a {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.product-card .tag {
  display: inline-flex;
  height: 22px;
  align-items: center;
  gap: 0px;
  padding: 2px 5px;
  border: 1px solid;
  border-radius: var(--radius);
  background: var(--white);
  font-size: var(--text-2xs);
  line-height: 1;
  white-space: nowrap;
}

.product-card .tag .icon {
  font-size: 13px;
  width: 13px;
  height: 13px;
}

.product-card .tag--rating {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  border-color: #e5bd70;
  background: var(--white);
  color: #ff9f1c;
  box-shadow: 0 1px 2px rgba(22, 26, 32, .06);
}

.product-card .tag--rating .icon {
  font-variation-settings: "FILL" 1, "wght" 500, "GRAD" 0, "opsz" 20;
}

.product-card .tag--discount {
  position: absolute;
  top: 0;
  left: 0;
  border-color: var(--brand-border);
  background: var(--brand-soft);
  color: var(--brand);
  font-weight: 700;
}

.product-card__footer {
  margin-top: 12px;
}

.product-card__price-button {
  display: flex;
  direction: rtl;
  align-items: center;
  justify-content: center;
  color: var(--brand);
  font-size: var(--pc-text-xs);
  text-decoration: none;
}

.product-card__price-button bdi {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  font-size: 16px;
  font-weight: 800;
}

.product-card__price-button bdi::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 15px;
  height: 15px;
  transform: translateY(-50%);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='12' viewBox='0 0 13 12' fill='none'%3E%3Cpath d='M2.32002 6.11782C2.63548 5.96391 2.87208 5.81 3.10867 5.57913C3.2664 5.34826 3.42413 5.11739 3.58186 4.88652C3.66073 4.57869 3.73959 4.27087 3.73959 3.96304H11.2318C11.705 3.96304 12.0993 3.80913 12.4147 3.57826C12.6513 3.27043 12.8091 2.88565 12.8091 2.34696V0.5H11.7838V2.27C11.7838 2.65478 11.5472 2.88565 11.1529 2.88565H3.73959V2.50087C3.73959 2.11609 3.66073 1.88522 3.58186 1.57739C3.58186 1.34652 3.42413 1.11565 3.2664 0.961739C3.10867 0.807826 2.95094 0.730869 2.79321 0.653913C2.55662 0.576956 2.32002 0.5 2.16229 0.5C1.84683 0.5 1.61024 0.576956 1.37364 0.653913C1.21591 0.807826 0.979316 0.884782 0.900451 1.11565C0.742721 1.26956 0.584991 1.42348 0.584991 1.65435C0.506126 1.88522 0.427261 2.11609 0.427261 2.34696C0.427261 2.57782 0.427261 2.80869 0.506126 3.03956C0.584991 3.27043 0.663856 3.42435 0.742721 3.57826C0.900451 3.65521 1.05818 3.80913 1.29478 3.88608C1.53137 3.96304 1.76797 3.96304 2.16229 3.96304H2.79321C2.79321 4.11695 2.71435 4.27087 2.71435 4.42478C2.63548 4.57869 2.47775 4.7326 2.39889 4.88652C2.32002 4.96347 2.16229 5.04043 1.9257 5.11739C1.76797 5.19434 1.53137 5.2713 1.29478 5.2713H0.269531V6.34869H1.29478C1.6891 6.27173 2.00456 6.19478 2.32002 6.11782ZM2.16229 2.88565C1.84683 2.88565 1.6891 2.88565 1.53137 2.73174C1.45251 2.65478 1.37364 2.50087 1.37364 2.27C1.37364 2.03913 1.45251 1.80826 1.53137 1.7313C1.6891 1.65435 1.84683 1.57739 2.08343 1.57739C2.32002 1.57739 2.47775 1.65435 2.63548 1.80826C2.79321 1.96217 2.79321 2.19304 2.79321 2.50087V2.96261H2.16229V2.88565Z' fill='%238a8a8a'/%3E%3Cpath d='M10.4422 0.5H7.44531V1.42348H10.4422V0.5Z' fill='%238a8a8a'/%3E%3Cpath d='M12.7298 8.50383C12.6509 8.27296 12.5721 8.11905 12.4143 7.96514C12.2566 7.81122 12.0989 7.65731 11.8623 7.58035C11.7046 7.5034 11.468 7.42644 11.2314 7.42644C10.9948 7.42644 10.7582 7.5034 10.5216 7.58035C10.285 7.65731 10.1273 7.81122 9.96953 7.96514C9.8118 8.11905 9.73293 8.27296 9.65407 8.50383C9.5752 8.7347 9.5752 8.96557 9.5752 9.19644V9.42731C9.5752 9.65818 9.49634 9.73513 9.41747 9.88905C9.25974 9.966 9.10201 10.043 8.86542 10.043H8.54996C8.39223 10.043 8.2345 9.966 8.15563 9.88905C8.07677 9.73513 7.9979 9.58122 7.9979 9.42731V5.7334H6.97266V9.58122C6.97266 9.88905 6.97266 10.1199 7.05152 10.2738C7.13039 10.4277 7.20925 10.5817 7.36698 10.7356C7.52471 10.8125 7.60358 10.9664 7.84017 10.9664C7.9979 11.0434 8.15563 11.0434 8.39223 11.0434H8.94428C9.10201 11.0434 9.33861 10.9664 9.49634 10.8895C9.65407 10.8125 9.89066 10.6586 9.96953 10.4277C10.1273 10.6586 10.285 10.8125 10.5216 10.8895C10.7582 10.9664 10.9948 11.0434 11.3102 11.0434C11.7834 11.0434 12.2566 10.8895 12.4932 10.5817C12.8087 10.2738 12.9664 9.81209 12.9664 9.2734C12.8875 8.96557 12.8087 8.7347 12.7298 8.50383ZM11.2314 9.966C10.9948 9.966 10.837 9.88905 10.7582 9.81209C10.5216 9.65818 10.5216 9.50427 10.5216 9.2734C10.5216 9.04253 10.6004 8.88861 10.6793 8.7347C10.7582 8.58079 10.9948 8.50383 11.2314 8.50383C11.468 8.50383 11.7046 8.58079 11.7834 8.7347C11.8623 8.88861 11.9412 9.04253 11.9412 9.2734C11.8623 9.73513 11.6257 9.966 11.2314 9.966Z' fill='%238a8a8a'/%3E%3Cpath d='M4.92256 8.50364C4.92256 8.73451 4.92256 8.88842 4.8437 9.11929C4.76484 9.2732 4.68597 9.42712 4.60711 9.58103C4.44938 9.73494 4.29165 9.8119 4.13392 9.88886C3.97619 9.96581 3.73959 10.0428 3.42413 10.0428H2.71435C2.47775 10.0428 2.24116 10.0428 2.00456 9.96581C1.84683 9.8119 1.6891 9.73494 1.61024 9.58103C1.53137 9.42712 1.37364 9.2732 1.37364 9.11929C1.29478 8.96538 1.29478 8.73451 1.29478 8.50364V7.65712H0.269531V8.5806C0.269531 9.35016 0.506126 9.96581 0.900451 10.4276C1.29478 10.8893 1.84683 11.1202 2.63548 11.1202H3.42413C3.81846 11.1202 4.13392 11.0432 4.44938 10.8893C4.76484 10.7354 5.00143 10.5815 5.23803 10.3506C5.47462 10.1197 5.63235 9.8119 5.71122 9.50407C5.79008 9.19625 5.86894 8.88842 5.86894 8.50364V5.73321L4.8437 5.65625L4.92256 8.50364Z' fill='%238a8a8a'/%3E%3Cpath d='M3.73962 7.42578H2.55664V8.50317H3.73962V7.42578Z' fill='%238a8a8a'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}

.product-card__price-button--sale {
  min-height: auto;
  padding: 6px 8px;
}

.product-card__price-button:hover {
  border-color: #eadfe2;
  background: #fdfbfc;
}

.product-card--unavailable .product-card__price-button {
  color: var(--muted);
  font-weight: 700;
}

@media (min-width: 761px) {
  .product-card--unavailable .product-card__price-button {
    font-size: 15px;
  }
}

.product-card--inquiry:not(.product-card--unavailable) .product-card__price-button {
  color: var(--brand);
  font-weight: 800;
}

.product-card__price-stack {
  display: inline-flex;
  flex-direction: row;
  align-items: flex-end;
  gap: 5px;
  line-height: 1.25;
}

.product-card__regular-price {
  display: inline-flex;
  flex-direction: column-reverse;
  align-items: baseline;
  gap: 0;
  min-width: 0;
}

.product-card__sale-timer {
  color: var(--brand);
  font-size: var(--pc-text-2xs);
  font-weight: 700;
  line-height: 1.2;
  white-space: nowrap;
}

.product-card__price-stack del {
  display: block;
  color: #8a8a8a;
  font-size: var(--pc-text-2xs);
  font-weight: 100;
  text-decoration: line-through;
  text-decoration-thickness: 0.5px;
}

.product-card__price-stack del bdi {
  padding-left: 0;
  font-size: var(--pc-text-2xs);
  font-weight: 100;
  color: inherit;
  text-decoration: line-through;
  text-decoration-thickness: 0.5px;
}

.product-card__price-stack del bdi::after {
  display: none;
}

.product-card__price-stack ins {
  display: block;
  color: var(--brand);
  font-weight: 800;
  text-decoration: none;
  background: transparent;
}

.product-card__price-stack ins bdi {
  font-size: 16px;
  font-weight: 800;
}

/* Toman icon — storefront display surfaces (card / single / sticky) */
.arsin-price--toman-icon .woocommerce-Price-currencySymbol,
.arsin-single-product .product-decision-card .price .woocommerce-Price-currencySymbol,
.arsin-single-product .summary > .price .woocommerce-Price-currencySymbol,
#asc-product-sticky-cart .asc-product-sticky-cart__price .woocommerce-Price-currencySymbol {
  display: none !important;
}

/* Scope to price surfaces only — never descendant-match catalog/footer <bdi> counts. */
.woocommerce-Price-amount.arsin-price--toman-icon > bdi,
.arsin-price--toman-icon .woocommerce-Price-amount > bdi,
.arsin-price--toman-icon.cart-item-price bdi,
.arsin-price--toman-icon.cart-item-line-total bdi,
.cart_totals.arsin-price--toman-icon .amount bdi,
.arsin-single-product .product-decision-card .price bdi,
.arsin-single-product .summary > .price bdi,
#asc-product-sticky-cart .asc-product-sticky-cart__price bdi {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  font-size: var(--text-base);
  font-weight: 800;
}

/* Range prices: one toman mark on the max amount only. */
.arsin-single-product .product-decision-card .price .arsin-price-range > .woocommerce-Price-amount:has(~ .woocommerce-Price-amount) bdi,
.arsin-single-product .product-decision-card .price:has(> .woocommerce-Price-amount ~ .woocommerce-Price-amount) > .woocommerce-Price-amount:has(~ .woocommerce-Price-amount) bdi,
#asc-product-sticky-cart .asc-product-sticky-cart__price .arsin-price-range > .woocommerce-Price-amount:has(~ .woocommerce-Price-amount) bdi {
  padding-left: 0;
}

.arsin-single-product .product-decision-card .price .arsin-price-range > .woocommerce-Price-amount:has(~ .woocommerce-Price-amount) bdi::after,
.arsin-single-product .product-decision-card .price:has(> .woocommerce-Price-amount ~ .woocommerce-Price-amount) > .woocommerce-Price-amount:has(~ .woocommerce-Price-amount) bdi::after,
#asc-product-sticky-cart .asc-product-sticky-cart__price .arsin-price-range > .woocommerce-Price-amount:has(~ .woocommerce-Price-amount) bdi::after {
  display: none;
}

.arsin-single-product .product-decision-card .price ins bdi {
  font-size: var(--type-2xl);
  font-weight: 800;
}

#asc-product-sticky-cart .asc-product-sticky-cart__price ins bdi {
  font-size: var(--type-xl, 18px);
  font-weight: 800;
  line-height: 1.15;
}

.woocommerce-Price-amount.arsin-price--toman-icon > bdi::after,
.arsin-price--toman-icon .woocommerce-Price-amount > bdi::after,
.arsin-price--toman-icon.cart-item-price bdi::after,
.arsin-price--toman-icon.cart-item-line-total bdi::after,
.cart_totals.arsin-price--toman-icon .amount bdi::after,
.arsin-single-product .product-decision-card .price bdi::after,
.arsin-single-product .summary > .price bdi::after,
#asc-product-sticky-cart .asc-product-sticky-cart__price bdi::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 15px;
  height: 15px;
  transform: translateY(-50%);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='12' viewBox='0 0 13 12' fill='none'%3E%3Cpath d='M2.32002 6.11782C2.63548 5.96391 2.87208 5.81 3.10867 5.57913C3.2664 5.34826 3.42413 5.11739 3.58186 4.88652C3.66073 4.57869 3.73959 4.27087 3.73959 3.96304H11.2318C11.705 3.96304 12.0993 3.80913 12.4147 3.57826C12.6513 3.27043 12.8091 2.88565 12.8091 2.34696V0.5H11.7838V2.27C11.7838 2.65478 11.5472 2.88565 11.1529 2.88565H3.73959V2.50087C3.73959 2.11609 3.66073 1.88522 3.58186 1.57739C3.58186 1.34652 3.42413 1.11565 3.2664 0.961739C3.10867 0.807826 2.95094 0.730869 2.79321 0.653913C2.55662 0.576956 2.32002 0.5 2.16229 0.5C1.84683 0.5 1.61024 0.576956 1.37364 0.653913C1.21591 0.807826 0.979316 0.884782 0.900451 1.11565C0.742721 1.26956 0.584991 1.42348 0.584991 1.65435C0.506126 1.88522 0.427261 2.11609 0.427261 2.34696C0.427261 2.57782 0.427261 2.80869 0.506126 3.03956C0.584991 3.27043 0.663856 3.42435 0.742721 3.57826C0.900451 3.65521 1.05818 3.80913 1.29478 3.88608C1.53137 3.96304 1.76797 3.96304 2.16229 3.96304H2.79321C2.79321 4.11695 2.71435 4.27087 2.71435 4.42478C2.63548 4.57869 2.47775 4.7326 2.39889 4.88652C2.32002 4.96347 2.16229 5.04043 1.9257 5.11739C1.76797 5.19434 1.53137 5.2713 1.29478 5.2713H0.269531V6.34869H1.29478C1.6891 6.27173 2.00456 6.19478 2.32002 6.11782ZM2.16229 2.88565C1.84683 2.88565 1.6891 2.88565 1.53137 2.73174C1.45251 2.65478 1.37364 2.50087 1.37364 2.27C1.37364 2.03913 1.45251 1.80826 1.53137 1.7313C1.6891 1.65435 1.84683 1.57739 2.08343 1.57739C2.32002 1.57739 2.47775 1.65435 2.63548 1.80826C2.79321 1.96217 2.79321 2.19304 2.79321 2.50087V2.96261H2.16229V2.88565Z' fill='%238a8a8a'/%3E%3Cpath d='M10.4422 0.5H7.44531V1.42348H10.4422V0.5Z' fill='%238a8a8a'/%3E%3Cpath d='M12.7298 8.50383C12.6509 8.27296 12.5721 8.11905 12.4143 7.96514C12.2566 7.81122 12.0989 7.65731 11.8623 7.58035C11.7046 7.5034 11.468 7.42644 11.2314 7.42644C10.9948 7.42644 10.7582 7.5034 10.5216 7.58035C10.285 7.65731 10.1273 7.81122 9.96953 7.96514C9.8118 8.11905 9.73293 8.27296 9.65407 8.50383C9.5752 8.7347 9.5752 8.96557 9.5752 9.19644V9.42731C9.5752 9.65818 9.49634 9.73513 9.41747 9.88905C9.25974 9.966 9.10201 10.043 8.86542 10.043H8.54996C8.39223 10.043 8.2345 9.966 8.15563 9.88905C8.07677 9.73513 7.9979 9.58122 7.9979 9.42731V5.7334H6.97266V9.58122C6.97266 9.88905 6.97266 10.1199 7.05152 10.2738C7.13039 10.4277 7.20925 10.5817 7.36698 10.7356C7.52471 10.8125 7.60358 10.9664 7.84017 10.9664C7.9979 11.0434 8.15563 11.0434 8.39223 11.0434H8.94428C9.10201 11.0434 9.33861 10.9664 9.49634 10.8895C9.65407 10.8125 9.89066 10.6586 9.96953 10.4277C10.1273 10.6586 10.285 10.8125 10.5216 10.8895C10.7582 10.9664 10.9948 11.0434 11.3102 11.0434C11.7834 11.0434 12.2566 10.8895 12.4932 10.5817C12.8087 10.2738 12.9664 9.81209 12.9664 9.2734C12.8875 8.96557 12.8087 8.7347 12.7298 8.50383ZM11.2314 9.966C10.9948 9.966 10.837 9.88905 10.7582 9.81209C10.5216 9.65818 10.5216 9.50427 10.5216 9.2734C10.5216 9.04253 10.6004 8.88861 10.6793 8.7347C10.7582 8.58079 10.9948 8.50383 11.2314 8.50383C11.468 8.50383 11.7046 8.58079 11.7834 8.7347C11.8623 8.88861 11.9412 9.04253 11.9412 9.2734C11.8623 9.73513 11.6257 9.966 11.2314 9.966Z' fill='%238a8a8a'/%3E%3Cpath d='M4.92256 8.50364C4.92256 8.73451 4.92256 8.88842 4.8437 9.11929C4.76484 9.2732 4.68597 9.42712 4.60711 9.58103C4.44938 9.73494 4.29165 9.8119 4.13392 9.88886C3.97619 9.96581 3.73959 10.0428 3.42413 10.0428H2.71435C2.47775 10.0428 2.24116 10.0428 2.00456 9.96581C1.84683 9.8119 1.6891 9.73494 1.61024 9.58103C1.53137 9.42712 1.37364 9.2732 1.37364 9.11929C1.29478 8.96538 1.29478 8.73451 1.29478 8.50364V7.65712H0.269531V8.5806C0.269531 9.35016 0.506126 9.96581 0.900451 10.4276C1.29478 10.8893 1.84683 11.1202 2.63548 11.1202H3.42413C3.81846 11.1202 4.13392 11.0432 4.44938 10.8893C4.76484 10.7354 5.00143 10.5815 5.23803 10.3506C5.47462 10.1197 5.63235 9.8119 5.71122 9.50407C5.79008 9.19625 5.86894 8.88842 5.86894 8.50364V5.73321L4.8437 5.65625L4.92256 8.50364Z' fill='%238a8a8a'/%3E%3Cpath d='M3.73962 7.42578H2.55664V8.50317H3.73962V7.42578Z' fill='%238a8a8a'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}

.woocommerce-Price-amount.arsin-price--toman-icon del bdi,
.arsin-price--toman-icon .woocommerce-Price-amount del bdi,
.arsin-price--toman-icon.cart-item-price del bdi,
.arsin-price--toman-icon.cart-item-line-total del bdi,
.cart_totals.arsin-price--toman-icon del bdi,
.arsin-single-product .product-decision-card .price del bdi,
.arsin-single-product .summary > .price del bdi,
#asc-product-sticky-cart .asc-product-sticky-cart__price del bdi {
  padding-left: 0;
  font-size: var(--text-2xs);
  font-weight: 100;
  color: inherit;
}

.woocommerce-Price-amount.arsin-price--toman-icon del bdi::after,
.arsin-price--toman-icon .woocommerce-Price-amount del bdi::after,
.arsin-price--toman-icon.cart-item-price del bdi::after,
.arsin-price--toman-icon.cart-item-line-total del bdi::after,
.cart_totals.arsin-price--toman-icon del bdi::after,
.arsin-single-product .product-decision-card .price del bdi::after,
.arsin-single-product .summary > .price del bdi::after,
#asc-product-sticky-cart .asc-product-sticky-cart__price del bdi::after {
  display: none;
}

.arsin-price--toman-icon.cart-item-price ins bdi,
.arsin-price--toman-icon .product-card__price-stack ins bdi {
  font-weight: 800;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.badge {
  position: absolute;
  top: 10px;
  right: 10px;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  min-height: 28px;
  padding: 3px 8px;
  color: var(--white);
  background: var(--success);
  border-radius: var(--radius);
  font-size: var(--fs-caption);
  font-weight: 700;
}

.badge--unavailable {
  background: #6b727c;
}

.mini-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  min-height: 38px;
  border: 1px solid var(--line-2);
  border-radius: var(--radius);
  background: var(--ink);
  color: var(--white);
  padding: 7px 8px;
  font-size: 12px;
  font-weight: 700;
  white-space: nowrap;
}

.mini-btn--light {
  background: var(--white);
  color: var(--brand);
  border-color: var(--brand-line-strong);
}

@keyframes arsin-call-reveal-pulse {
  0%,
  100% {
    box-shadow: 0 0 0 0 rgb(166 0 0 / 0.34);
    filter: saturate(1);
  }

  50% {
    box-shadow: 0 0 0 6px rgb(166 0 0 / 0);
    filter: saturate(1.35);
  }
}

@keyframes arsin-call-icon-blink {
  0%,
  100% {
    opacity: 1;
    transform: scale(1);
  }

  50% {
    opacity: 0.42;
    transform: scale(1.12);
  }
}

a.is-call-revealed {
  border-color: var(--brand) !important;
  animation: arsin-call-reveal-pulse 1s ease-in-out infinite;
}

a.is-call-revealed .icon {
  animation: arsin-call-icon-blink 0.8s ease-in-out infinite;
}

a.is-call-revealed .arsin-call-reveal__number {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  direction: ltr;
  unicode-bidi: plaintext;
  font-weight: 800;
}

.toolbar {
  display: block;
  margin-bottom: 16px;
  padding: 12px 14px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

/* AJAX category chrome hides root shop-toolbar via [hidden]; .toolbar { display:block } wins without this. */
.shop-toolbar[hidden],
.toolbar.shop-toolbar[hidden] {
  display: none !important;
}

.pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.category-toolbar .pills,
.shop-toolbar .pills {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}

.shop-toolbar__controls,
.category-toolbar__controls {
  display: inline-flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 8px;
  margin-inline-start: auto;
}

.shop-toolbar__controls .shop-toolbar__filter-button,
.shop-toolbar__controls .catalog-ordering,
.category-toolbar__controls .shop-toolbar__filter-button,
.category-toolbar__controls .category-toolbar__filter-button,
.category-toolbar__controls .catalog-ordering {
  flex: 0 1 auto;
  min-width: 0;
}

.category-toolbar {
  display: block;
  margin-bottom: 14px;
}

.category-toolbar .catalog-ordering {
  margin-inline-start: 0;
  width: fit-content;
  max-width: min(100%, 8rem);
}

.category-toolbar .catalog-ordering-select {
  width: fit-content;
  max-width: 8rem;
}

.category-toolbar__filter-button,
.shop-toolbar__filter-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  min-height: 40px;
  padding: 8px 12px;
  border: 1px solid var(--brand);
  border-radius: var(--radius);
  background: var(--brand);
  color: var(--white);
  font-size: 13px;
  font-weight: 900;
  line-height: 1.2;
}

.category-toolbar__filter-button .icon,
.shop-toolbar__filter-button .icon {
  color: inherit;
  font-size: 19px;
}

@media (min-width: 761px) {
  .shop-toolbar .shop-toolbar__filter-button,
  .section--shop .catalog-ordering {
    display: none;
  }
}

.pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 36px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  color: var(--ink);
  padding: 6px 10px;
  font-size: var(--fs-meta);
  font-weight: 700;
  line-height: 1.2;
  white-space: nowrap;
  transition: color var(--ease), border-color var(--ease), background var(--ease);
}

.pill.is-active,
.pill:hover {
  color: var(--brand);
  border-color: var(--brand-line-strong);
  background: var(--brand-soft);
}

.pill--reset {
  color: var(--brand);
  border-color: var(--brand-line);
  background: var(--white);
}

.pill--back {
  background: var(--white);
}

.catalog-ordering {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  margin-inline-start: auto;
  min-width: 0;
}

.catalog-ordering-select {
  appearance: none;
  -webkit-appearance: none;
  width: fit-content;
  min-width: 6.875rem;
  max-width: 8rem;
  field-sizing: content;
  min-height: 36px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background-color: var(--soft-2);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23333333' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: left 10px center;
  background-size: 14px;
  color: #333;
  padding: 6px 12px 6px 34px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
  cursor: pointer;
  transition: color var(--ease), border-color var(--ease), background-color var(--ease);
}

.catalog-ordering-select:hover,
.catalog-ordering-select:focus {
  color: var(--brand);
  border-color: var(--brand-line-strong);
  background-color: var(--brand-soft);
  outline: 0;
}

.section--category .asc-shop-products > form.woocommerce-ordering,
.section--shop .asc-shop-products > form.woocommerce-ordering,
.section--shop .woocommerce > form.woocommerce-ordering {
  display: none;
}

.catalog-layout {
  display: grid;
  grid-template-columns: 272px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
}

.catalog-sidebar {
  position: sticky;
  top: var(--sticky-offset, 94px);
  display: grid;
  gap: 14px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 14px 14px 0;
}

.catalog-sidebar__mobile-head {
  display: none;
}

.catalog-sidebar__title {
  display: flex;
  align-items: center;
  gap: 7px;
  margin: 0;
  font-size: 13px;
}

.category-nav {
  display: grid;
  gap: 4px;
}

.category-nav__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  min-height: 40px;
  padding: 7px 10px;
  border: 1px solid transparent;
  border-radius: var(--radius);
  color: var(--ink-soft);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.5;
  transition: border-color var(--ease), background var(--ease), color var(--ease), box-shadow var(--ease);
}

.category-nav__item:hover {
  background: var(--soft-2);
  color: var(--ink);
}

.category-nav__item.is-active {
  border-color: var(--brand-line-strong);
  background: var(--brand-soft);
  color: var(--brand);
  box-shadow: inset -3px 0 0 var(--brand);
}

.category-nav__label {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-width: 0;
}

.category-nav__count {
  flex: 0 0 auto;
  margin: 0;
  font-size: 11px;
  font-weight: 600;
}

.category-branch {
  display: grid;
  gap: 2px;
}

/* Accordion: grid 0fr→1fr keeps height transition snappy without JS measure. */
.category-children {
  display: grid;
  grid-template-rows: 0fr;
  margin-inline-start: 10px;
  transition: grid-template-rows 200ms ease;
}

.category-branch.is-open .category-children {
  grid-template-rows: 1fr;
}

.category-children__inner {
  overflow: hidden;
  min-height: 0;
  display: grid;
  gap: 2px;
  margin-top: 0;
  padding-inline-start: 8px;
  border-inline-start: 2px solid transparent;
  transition: margin-top 200ms ease, border-color 200ms ease;
}

.category-branch.is-open .category-children__inner {
  margin-top: 2px;
  border-inline-start-color: var(--brand-line);
}

@media (prefers-reduced-motion: reduce) {
  .category-children,
  .category-children__inner {
    transition: none;
  }
}

.category-nav__item--child {
  min-height: 36px;
  padding-block: 6px;
  font-size: 12px;
}

.catalog-sidebar__filters {
  display: contents;
}

.filters-panel {
  display: grid;
  gap: 10px;
}

.filter-box {
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--soft-2);
}

.filter-box--categories {
  background: var(--white);
}

/* Stock filter: title + toggles on one row (compact). */
.filter-box--stock {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 8px 10px;
}

.filter-box--stock .filter-box__title {
  margin: 0;
  flex: 0 0 auto;
  white-space: nowrap;
}

.filter-box--stock .filter-toggle-grid {
  flex: 1 1 auto;
  min-width: 0;
  gap: 6px;
}

.filter-box--stock .filter-toggle {
  min-height: 30px;
  padding: 2px 8px;
  font-size: var(--fs-meta);
}

.filter-box__title {
  margin: 0 0 10px;
  color: var(--text-heading);
  font-size: var(--fs-ui);
  font-weight: 700;
  line-height: 1.45;
  text-align: right;
}

.filter-toggle-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.filter-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: var(--btn-height-sm);
  padding: 4px 10px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  color: var(--ink);
  font-size: var(--fs-body);
  font-weight: 600;
  line-height: 1.35;
  text-align: center;
  transition: color var(--ease), border-color var(--ease), background var(--ease);
}

.filter-toggle:hover,
.filter-toggle.is-active {
  border-color: var(--brand-line-strong);
  background: var(--brand-soft);
  color: var(--brand);
}

.filter-tree {
  display: grid;
  gap: 4px;
}

.filter-tree > .filter-list__item {
  color: var(--text-heading);
  font-weight: 700;
}

.filter-list__item {
  display: flex;
  min-height: 34px;
  align-items: center;
  gap: 12px;
  padding: 0 10px;
  border: 1px solid transparent;
  border-radius: var(--radius);
  color: var(--ink);
  font-size: var(--fs-body);
  font-weight: 600;
  line-height: 1.45;
  transition: border-color var(--ease), background-color var(--ease), color var(--ease);
}

.filter-list__item span {
  flex: 1;
  min-width: 0;
  text-align: right;
}

.filter-list__item bdi {
  flex: 0 0 auto;
  margin-right: auto;
  color: var(--text-muted);
  font-size: var(--fs-meta);
  font-weight: 500;
  padding-left: 0;
}

/* Category counts reuse <bdi> like prices — block any toman ::after leak. */
.catalog-sidebar .filter-list__item bdi::after,
.catalog-sidebar .filter-tree__group summary bdi::after,
.catalog-active-filters__count::after {
  content: none !important;
  display: none !important;
  background-image: none !important;
  width: 0 !important;
  height: 0 !important;
  padding: 0 !important;
}

.filter-list__item:hover {
  background: var(--soft-2);
  color: var(--ink-2);
}

.filter-list__item.is-active {
  border-color: var(--brand-line-strong);
  background: var(--brand-soft);
  color: var(--brand);
}

.filter-tree__children-inner > .filter-list__item {
  min-height: 30px;
  color: var(--muted);
  font-size: var(--fs-meta);
  font-weight: 500;
}

.filter-tree__children-inner > .filter-list__item:hover {
  background: var(--white);
  color: var(--ink);
}

.filter-tree__children-inner > .filter-list__item.is-active {
  border-color: var(--brand-line);
  background: var(--brand-soft);
  color: var(--brand);
  font-weight: 700;
}

.filter-tree__children-inner > .filter-list__item bdi {
  color: var(--ink-soft);
  font-size: var(--type-xs);
}

.filter-tree__group {
  border-radius: var(--radius);
  background: var(--white);
}

.filter-tree__group summary {
  display: flex;
  min-height: 34px;
  align-items: center;
  gap: 12px;
  padding: 0 10px;
  border-radius: var(--radius);
  color: var(--text-heading);
  font-size: var(--fs-body);
  font-weight: 700;
  line-height: 1.45;
  cursor: pointer;
  list-style: none;
}

.filter-tree__group summary::-webkit-details-marker {
  display: none;
}

.filter-tree__group summary::before {
  content: "›";
  color: var(--text-soft);
  font-size: var(--type-xl);
  line-height: 1;
  transition: transform 160ms ease;
}

.filter-tree__group[open] summary::before {
  transform: rotate(-90deg);
}

.filter-tree__group[open] > summary {
  background: var(--soft-2);
}

.filter-tree__group[open] {
  padding: 6px;
  background: var(--soft-2);
}

@media (prefers-reduced-motion: reduce) {
  .filter-tree__children,
  .filter-tree__group summary::before {
    transition: none;
  }
}

.filter-tree__group summary span {
  flex: 1;
  min-width: 0;
  color: var(--text-heading);
  text-align: right;
}

.filter-tree__group summary bdi {
  flex: 0 0 auto;
  margin-right: auto;
  color: var(--text-muted);
  font-size: var(--fs-meta);
  font-weight: 500;
}

.filter-tree__children {
  display: grid;
  grid-template-rows: 0fr;
  margin: 2px 10px 6px 0;
  padding-right: 10px;
  border-right: 1px solid var(--brand-line);
  overflow: hidden;
  transition: grid-template-rows 160ms ease;
}

.filter-tree__group[open] > .filter-tree__children {
  grid-template-rows: 1fr;
}

.filter-tree__children-inner {
  overflow: hidden;
  min-height: 0;
  display: grid;
  gap: 3px;
}

.filter-tree__all {
  display: flex;
  min-height: 30px;
  align-items: center;
  padding: 0 10px;
  color: var(--ink);
  font-size: var(--fs-meta);
  font-weight: 700;
  line-height: 1.45;
}

.filter-tree__all.is-active {
  color: var(--brand);
}

.brand-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.brand-chips a {
  display: inline-flex;
  min-height: var(--btn-height-sm);
  align-items: center;
  justify-content: center;
  padding: 0 11px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  color: var(--ink);
  font-size: var(--fs-body);
  font-weight: 600;
  line-height: 1.35;
  transition: color var(--ease), border-color var(--ease), background var(--ease);
}

.brand-chips a:hover,
.brand-chips a.is-active {
  border-color: var(--brand-line-strong);
  background: var(--brand-soft);
  color: var(--brand);
}

.sidebar-filter-group {
  display: grid;
  gap: 8px;
}

.sidebar-section {
  padding: 12px 10px;
  border: 1px solid var(--line);
  border-radius: calc(var(--radius) - 2px);
  background: var(--soft-2);
}

.sidebar-section + .sidebar-section {
  margin-top: 2px;
}

.catalog-sidebar > .sidebar-filter-reset {
  margin-top: 4px;
}

.sidebar-filter-reset {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  min-height: 44px;
  margin: 0;
  padding: 10px 14px;
  box-sizing: border-box;
  border: 1px solid var(--brand-line, var(--brand-line-strong, var(--brand)));
  border-radius: var(--radius);
  background: var(--brand-soft);
  color: var(--brand);
  font-size: var(--fs-ui);
  font-weight: 700;
  line-height: 1.35;
  text-decoration: none;
  transition: color var(--ease), border-color var(--ease), background var(--ease);
}

.sidebar-filter-reset .icon {
  font-size: 20px;
  line-height: 1;
}

.sidebar-filter-reset:hover,
.sidebar-filter-reset:focus-visible {
  border-color: var(--brand);
  background: var(--white);
  color: var(--brand-dark, var(--brand));
  outline: none;
}

.sidebar-filter-group h4 {
  display: flex;
  align-items: center;
  gap: 6px;
  margin: 0;
  color: var(--ink-soft);
  font-size: 13px;
}

.sidebar-filter-chips {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 6px;
}

/* Brands: wrap by content width — not a fixed 2-column grid (all catalog archives). */
.sidebar-filter-chips--brands {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
  gap: 6px;
}

.filter-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  min-width: 0;
  min-height: 32px;
  padding: 4px 10px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--soft-2);
  color: var(--ink-soft);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  transition: color var(--ease), border-color var(--ease), background var(--ease);
}

.sidebar-filter-chips--brands .filter-chip {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
  justify-content: flex-start;
}

.filter-chip .icon {
  flex: 0 0 auto;
  font-size: 18px;
  line-height: 1;
  width: 18px;
  height: 18px;
}

.filter-chip__thumb {
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
  border-radius: 3px;
  object-fit: contain;
}

.filter-chip:hover,
.filter-chip.is-active {
  border-color: var(--brand-line-strong);
  background: var(--brand-soft);
  color: var(--brand);
}

/* Active catalog filters trail (brand/stock). */
.catalog-active-filters {
  margin: 0 0 12px;
  padding: 12px;
  background: var(--soft-2, var(--soft));
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.catalog-active-filters__label {
  margin: 0 0 10px;
  color: var(--text-heading);
  font-size: var(--fs-ui);
  font-weight: 700;
  line-height: 1.45;
}

.catalog-active-filters__trail {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 6px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.catalog-active-filters__sep {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--muted);
  line-height: 1;
}

.catalog-active-filters__sep .icon {
  font-size: 20px;
}

.catalog-active-filters__step {
  display: flex;
  align-items: center;
  min-width: 0;
}

.catalog-active-filters__chip {
  display: flex;
  flex: 1 1 auto;
  align-items: stretch;
  min-width: 0;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  transition: border-color var(--ease), background var(--ease);
}

.catalog-active-filters__link {
  display: flex;
  flex: 1 1 auto;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px 10px;
  min-width: 0;
  min-height: 40px;
  padding: 8px 12px;
  background: transparent;
  border: 0;
  border-radius: 0;
  color: var(--ink);
  font-size: var(--fs-body);
  font-weight: 600;
  line-height: 1.45;
  text-decoration: none;
  cursor: default;
}

.catalog-active-filters__link:hover,
.catalog-active-filters__link:focus-visible {
  color: inherit;
  outline: none;
}

.catalog-active-filters__text {
  min-width: 0;
}

.catalog-active-filters__count {
  color: var(--muted);
  font-size: var(--fs-meta);
  font-weight: 600;
  white-space: nowrap;
}

.catalog-active-filters__clear {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  width: 36px;
  min-height: 40px;
  margin: 0;
  padding: 0;
  border: 0;
  border-inline-start: 1px solid var(--line);
  border-radius: 0;
  background: transparent;
  color: var(--muted);
  text-decoration: none;
  transition: color var(--ease), background var(--ease), border-color var(--ease);
}

.catalog-active-filters__clear .icon {
  font-size: 18px;
}

.catalog-active-filters__clear:hover,
.catalog-active-filters__clear:focus-visible {
  background: var(--brand-soft);
  color: var(--brand);
  border-inline-start-color: var(--brand-line-strong);
  outline: none;
}

@media (min-width: 761px) {
  .catalog-active-filters {
    padding: 12px 14px;
  }

  .catalog-active-filters__label {
    margin-bottom: 8px;
  }

  .catalog-active-filters__trail {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
  }

  .catalog-active-filters__sep .icon {
    transform: rotate(90deg);
  }

  .catalog-active-filters__chip {
    flex: 0 1 auto;
  }

  .catalog-active-filters__link {
    min-height: 36px;
    padding: 6px 12px;
    font-size: var(--fs-ui);
  }

  .catalog-active-filters__clear {
    width: 32px;
    min-height: 36px;
  }
}

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

/* ASC shop loop: CSS grid + theme cards (override WC float % widths on li.product). */
.asc-shop-products ul.products.grid--products {
  display: grid;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
}

/* WC float clearfix pseudo-elements become empty grid cells — disable on theme grids. */
.asc-shop-products ul.products.grid--products::before,
.asc-shop-products ul.products.grid--products::after,
.section--category .products.grid--products::before,
.section--category .products.grid--products::after,
.section--shop .products.grid--products::before,
.section--shop .products.grid--products::after {
  content: none !important;
  display: none !important;
}

/* Neutralize WC responsive float columns when prototype grid is active. */
.woocommerce .asc-shop-products ul.products.grid--products[class*="columns-"] > li.product,
.woocommerce-page .asc-shop-products ul.products.grid--products[class*="columns-"] > li.product,
.woocommerce .asc-shop-products ul.products.grid--products[class*="columns-"] > li.product-card-wrap,
.woocommerce-page .asc-shop-products ul.products.grid--products[class*="columns-"] > li.product-card-wrap {
  width: 100% !important;
  max-width: none !important;
  float: none !important;
  clear: none !important;
  margin: 0 !important;
}

.asc-shop-products ul.products.grid--products > li.product:not(:has(.product-card)),
.asc-shop-products ul.products.grid--products > li.product-card-wrap:not(:has(.product-card)) {
  display: none;
}

.asc-shop-products ul.products.grid--products.columns-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.asc-shop-products ul.products.grid--products.columns-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.asc-shop-products ul.products.grid--products.columns-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.asc-shop-products ul.products.grid--products.columns-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.asc-shop-products ul.products.grid--products.columns-6 {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.woocommerce-pagination {
  margin-top: 24px;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

.woocommerce-pagination::-webkit-scrollbar {
  display: none;
}

.woocommerce-pagination ul.page-numbers {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: max-content;
  max-width: none;
  min-width: 100%;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  white-space: nowrap;
}

.woocommerce-pagination ul.page-numbers li {
  flex: 0 0 auto;
  margin: 0;
}

.woocommerce-pagination .page-numbers a,
.woocommerce-pagination .page-numbers span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  min-width: 40px;
  min-height: 40px;
  padding: 7px 10px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  color: var(--ink);
  text-decoration: none;
  font-weight: 800;
  line-height: 1;
  transition: color var(--ease), border-color var(--ease), background var(--ease);
}

.woocommerce-pagination .page-numbers a:hover,
.woocommerce-pagination .page-numbers a:focus-visible {
  color: var(--brand);
  border-color: var(--brand-line-strong);
  background: var(--brand-soft);
  outline: none;
}

.woocommerce-pagination .page-numbers .current {
  border-color: var(--brand);
  background: var(--brand);
  color: var(--white);
}

.woocommerce-pagination .page-numbers.dots {
  min-width: 1.25rem;
  padding-inline: 2px;
  border: 0;
  background: transparent;
  color: var(--muted);
  font-weight: 800;
  pointer-events: none;
}

.woocommerce-pagination .page-numbers.prev,
.woocommerce-pagination .page-numbers.next {
  min-width: 52px;
  padding: 0 10px;
  font-size: 13px;
  font-weight: 900;
}

.asc-shop-products ul.products.grid--products > li.product,
.asc-shop-products ul.products.grid--products > li.product-card-wrap {
  display: flex;
  flex-direction: column;
  width: 100% !important;
  max-width: none;
  float: none !important;
  clear: none !important;
  margin: 0 !important;
  min-width: 0;
  height: 100%;
}

.asc-shop-products ul.products.grid--products .product-card {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-width: 0;
  height: 100%;
  flex: 1 1 auto;
}

.category-band .category-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(220px, 280px);
  gap: 22px;
  align-items: center;
  padding: 18px 0 16px;
}

.category-hero--shop {
  padding-top: 16px;
}

.category-hero__content {
  display: grid;
  gap: 16px;
  min-width: 0;
  align-content: start;
}

.category-hero__content h1 {
  max-width: 720px;
  margin: 0;
  font-size: var(--fs-page);
  line-height: 1.45;
}

.category-hero__title {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: 8px 12px;
  max-width: 720px;
}

.category-hero__title h1 {
  max-width: none;
  flex: 1 1 auto;
  min-width: 0;
}

.category-hero__title .section-head__count {
  margin-inline-start: 0;
  flex-shrink: 0;
}

.category-hero__content .lead {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-width: 640px;
  margin: 0;
  color: var(--ink);
  font-size: var(--fs-ui);
  line-height: 1.75;
}

.category-hero__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 12px;
  margin: 0;
}

.category-hero__meta .price-update-banner {
  margin: 0;
}

.category-hero__meta .hero-actions {
  margin: 0;
}

.category-hero__media {
  min-height: 0;
  aspect-ratio: 4 / 3;
  max-width: 360px;
  width: 100%;
  justify-self: end;
  box-shadow: var(--shadow-soft);
  isolation: isolate;
  background: var(--media);
}

.category-hero__media img {
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
  mix-blend-mode: multiply;
}

.category-hero__media.hero-media,
.category-hero__media.hero-media img {
  min-height: 0;
}

.price-update-banner {
  display: inline-flex;
  width: max-content;
  max-width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 48px;
  margin: 0 0 14px;
  padding: 0 12px;
  border: 1px solid #e4e9ef;
  border-radius: var(--radius);
  background: #fff;
  color: var(--muted);
  font-size: var(--text-sm);
  font-weight: 500;
}

.price-update-banner__label {
  min-width: 0;
}

.price-update-banner b {
  color: var(--brand);
  font-size: var(--text-md);
  font-weight: 700;
  white-space: nowrap;
}

.section-head__row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: baseline;
  gap: 8px 12px;
  width: 100%;
}

.section-head__count {
  margin-inline-start: auto;
  color: var(--muted);
  font-size: var(--fs-ui);
  font-weight: 700;
}

.quick-guide-strip {
  display: grid;
  gap: 14px;
}

.quick-guide-strip__head h2 {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 6px;
  font-size: var(--fs-section);
}

.quick-guide-strip__head p {
  margin: 0;
  color: var(--muted);
  font-size: var(--fs-ui);
}

.quick-guide-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--card-gap);
}

.quick-guide-card {
  padding: var(--card-pad);
}

.quick-guide-card h3 {
  margin: 0 0 8px;
  font-size: var(--fs-card-title);
}

.quick-guide-card p {
  margin: 0;
  color: var(--ink-soft);
  font-size: var(--fs-meta);
  line-height: 1.7;
}

.sales-inline-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin: 18px 0;
  padding: 12px 16px;
  background:
    linear-gradient(180deg, #fff 0%, var(--brand-soft) 140%);
  border: 1px solid var(--brand-line);
  border-radius: var(--radius);
}

.sales-inline-cta__copy {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 14px;
  min-width: 0;
}

.sales-inline-cta h3 {
  margin: 0;
  font-size: var(--fs-card-title);
  line-height: 1.4;
}

.sales-inline-cta__actions {
  display: flex;
  flex-wrap: nowrap;
  gap: 8px;
  flex-shrink: 0;
}

.section--tight {
  padding-top: calc(var(--section-y) * 0.55);
  padding-bottom: calc(var(--section-y) * 0.55);
}

.guide-panel {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow-soft);
  overflow: hidden;
}

.guide-panel__head {
  padding: 16px 18px 0;
}

.guide-panel__head h2 {
  margin: 0;
  font-size: var(--fs-section);
  line-height: 1.45;
}

.guide-panel__head p {
  margin: 6px 0 0;
  color: var(--muted);
  font-size: var(--fs-ui);
  line-height: 1.7;
}

.guide-panel__clip {
  position: relative;
  padding: 14px 18px 8px;
}

.guide-panel__clip.is-collapsed {
  max-height: 320px;
  overflow: hidden;
}

.guide-panel__clip.is-collapsed::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 88px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0), var(--white) 78%);
  pointer-events: none;
}

.guide-panel__more {
  display: flex;
  justify-content: center;
  padding: 0 18px 16px;
}

.guide-panel__toggle {
  min-width: 148px;
}

.guide-article {
  max-width: none;
  padding: 0;
  color: var(--ink-soft);
  font-size: var(--fs-body);
  line-height: 1.9;
}

.guide-article__lead-title {
  margin: 0 0 10px;
  color: var(--ink);
  font-size: var(--fs-section);
  line-height: 1.55;
}

.guide-article__lead {
  margin: 0 0 22px;
}

.guide-article__block {
  margin: 0 0 22px;
}

.guide-article__block:last-child {
  margin-bottom: 0;
}

.guide-article__block h3 {
  margin: 0 0 8px;
  color: var(--text-heading, #212529);
  font-size: var(--fs-nav);
  line-height: 1.55;
}

.guide-article__block p {
  margin: 0 0 10px;
}

.guide-article__block ul {
  margin: 0;
  padding-inline-start: 20px;
}

.guide-article__block li {
  margin: 0 0 6px;
}

.guide-article__block li:last-child {
  margin-bottom: 0;
}

.guide-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--card-gap);
}

.guide-card {
  padding: var(--card-pad);
}

.guide-card h3 {
  margin: 0 0 8px;
  font-size: 16px;
}

.guide-card p {
  margin: 0 0 10px;
  color: var(--ink-soft);
  font-size: 14px;
  line-height: 1.75;
}

.guide-card ul {
  margin: 0;
  padding-inline-start: 18px;
  color: var(--ink-soft);
  font-size: 13px;
  line-height: 1.8;
}

.customer-gallery-wrap {
  position: relative;
}

.customer-gallery {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  padding: 2px 2px 8px;
  scroll-snap-type: x proximity;
  scrollbar-width: thin;
  -webkit-overflow-scrolling: touch;
}

.customer-gallery::-webkit-scrollbar {
  height: 6px;
}

.customer-gallery::-webkit-scrollbar-thumb {
  background: #c9d4de;
  border-radius: 999px;
}

.customer-gallery__item {
  flex: 0 0 132px;
  width: 132px;
  margin: 0;
  overflow: hidden;
  background: var(--media);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  scroll-snap-align: start;
}

.customer-gallery__zoom {
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: zoom-in;
}

.customer-gallery__item img {
  display: block;
  width: 100%;
  height: 96px;
  object-fit: cover;
  transition: transform var(--ease-media), opacity var(--ease);
}

.customer-gallery__zoom:hover img,
.customer-gallery__zoom:focus-visible img {
  transform: scale(1.04);
}

.customer-gallery__item figcaption {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 34px;
  padding: 6px 7px 8px;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.45;
}

.customer-gallery__nav {
  position: absolute;
  top: 40px;
  z-index: 2;
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, .96);
  color: var(--ink);
  box-shadow: var(--shadow-soft);
  cursor: pointer;
}

.customer-gallery__nav:disabled {
  opacity: .35;
  cursor: default;
}

.customer-gallery__nav--prev {
  right: -4px;
}

.customer-gallery__nav--next {
  left: -4px;
}

.customer-gallery__nav .icon {
  font-size: 20px;
}

.pagination {
  display: flex;
  justify-content: center;
  gap: 7px;
  flex-wrap: wrap;
  margin-top: 18px;
}

.pagination a {
  display: inline-grid;
  place-items: center;
  min-width: 38px;
  height: 38px;
  padding: 0 10px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  color: var(--ink);
  font-weight: 700;
}

.pagination a:hover,
.pagination a.is-active {
  border-color: var(--brand);
  background: var(--brand);
  color: var(--white);
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(340px, .95fr);
  gap: 18px;
  align-items: start;
}

.panel {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 20px;
}

.panel h2 {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 12px;
  font-size: var(--fs-section);
}

.panel p {
  margin: 0 0 12px;
  color: var(--ink-soft);
  font-size: var(--fs-ui);
}

.compare-table {
  width: 100%;
  margin: 14px 0;
  border-collapse: collapse;
  border: 1px solid var(--line);
  font-size: var(--fs-meta);
}

.compare-table th,
.compare-table td {
  padding: 9px 10px;
  text-align: right;
  border-bottom: 1px solid var(--line);
}

.compare-table th {
  background: #f4f4f4;
  font-weight: 800;
}

.compare-table tr:last-child td {
  border-bottom: 0;
}

.form-grid {
  display: grid;
  gap: 12px;
}

.woocommerce-billing-fields .form-grid,
.shipping-address-fields.form-grid,
.woocommerce-EditAccountForm.form-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (max-width: 720px) {
  .woocommerce-billing-fields .form-grid,
  .shipping-address-fields.form-grid,
  .woocommerce-EditAccountForm.form-grid {
    grid-template-columns: 1fr;
  }
}

.field {
  display: grid;
  gap: 6px;
}

.field label {
  color: #333;
  font-size: 13px;
  font-weight: 700;
}

.field input,
.field select,
.field textarea {
  width: 100%;
  min-height: 42px;
  border: 1px solid var(--line-2);
  border-radius: var(--radius);
  background: var(--white);
  color: var(--ink);
  outline: 0;
  padding: 8px 10px;
}

.field textarea {
  min-height: 96px;
  resize: vertical;
}

.form-actions {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.status {
  display: none;
  margin: 10px 0 0;
  padding: 10px;
  color: var(--success);
  background: #f0faf6;
  border: 1px solid #cbe7dc;
  border-radius: var(--radius);
  font-size: 13px;
}

.status.is-visible {
  display: block;
}

.faq-list {
  display: grid;
  gap: 8px;
}

.faq-list details {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 12px;
}

.faq-list summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  cursor: pointer;
  color: #222;
  font-weight: 800;
  list-style: none;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  content: "expand_more";
  direction: ltr;
  color: var(--brand);
  font-family: "Material Symbols Outlined", sans-serif;
  font-size: 21px;
  line-height: 1;
}

.faq-list details[open] summary::after {
  content: "expand_less";
}

.faq-list p {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: var(--fs-meta);
}

.product-band {
  padding-top: 8px;
}

.breadcrumb-band {
  margin: 0;
  padding: 0;
  min-width: 0;
}

.breadcrumb,
.woocommerce-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  column-gap: 6px;
  row-gap: 4px;
  margin: 0;
  min-width: 0;
  color: var(--muted);
  font-size: var(--fs-meta);
  font-weight: 500;
  line-height: 1.45;
}

.breadcrumb-band .breadcrumb,
.breadcrumb-band .woocommerce-breadcrumb {
  margin: 0;
}

.breadcrumb a,
.breadcrumb__link,
.woocommerce-breadcrumb a {
  flex: 0 1 auto;
  max-width: 100%;
  color: var(--muted);
  text-decoration: none;
  transition: color var(--ease);
}

.breadcrumb a:hover,
.breadcrumb__link:hover,
.woocommerce-breadcrumb a:hover {
  color: var(--brand);
}

.breadcrumb a:focus-visible,
.breadcrumb__link:focus-visible,
.woocommerce-breadcrumb a:focus-visible {
  outline: 2px solid var(--brand);
  outline-offset: 2px;
  border-radius: 2px;
}

.breadcrumb__sep {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  color: var(--line-2);
  user-select: none;
  pointer-events: none;
}

.breadcrumb__sep .icon {
  font-size: 15px;
  font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 20;
  opacity: .85;
}

.breadcrumb__current {
  flex: 1 1 12rem;
  min-width: 0;
  max-width: 100%;
  overflow: hidden;
  color: var(--ink);
  font-weight: 600;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* Canonical outer band — all contexts use arsin_render_breadcrumb_band() */
.band--breadcrumb {
  padding-top: var(--space-4);
  padding-bottom: var(--space-4);
}

.band--breadcrumb .breadcrumb-band {
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
}

@media (max-width: 760px) {
  .band--breadcrumb {
    padding-top: var(--space-3);
    padding-bottom: var(--space-3);
  }

  .breadcrumb,
  .woocommerce-breadcrumb {
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    font-size: 10.5px;
    column-gap: 4px;
    row-gap: 2px;
    padding-bottom: 2px;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  .breadcrumb::-webkit-scrollbar,
  .woocommerce-breadcrumb::-webkit-scrollbar {
    display: none;
  }

  .breadcrumb a,
  .breadcrumb__link,
  .woocommerce-breadcrumb a {
    flex: 0 0 auto;
    max-width: 8.5rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .breadcrumb__current {
    flex: 0 0 auto;
    max-width: 11.5rem;
  }

  .breadcrumb__sep .icon {
    font-size: 14px;
  }
}

.product-detail {
  display: grid;
  grid-template-columns: minmax(320px, .95fr) minmax(0, 1.05fr);
  gap: 24px;
  align-items: start;
  padding: 8px 0 28px;
}

.product-gallery {
  position: sticky;
  top: var(--sticky-offset, 94px);
  display: grid;
  gap: 10px;
}

.product-gallery__main {
  overflow: hidden;
  margin: 0;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.product-gallery__zoom {
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: zoom-in;
}

.product-gallery__main img,
.product-gallery img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: contain;
  padding: 0;
  background: var(--media);
  transition: opacity var(--ease);
}

.product-gallery__zoom:hover img,
.product-gallery__zoom:focus-visible img {
  opacity: .92;
}

.product-gallery__thumbs {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 8px;
  overflow-x: auto;
  scrollbar-width: thin;
}

.product-gallery__thumb {
  flex: 0 0 84px;
  overflow: hidden;
  width: 84px;
  height: 84px;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  cursor: pointer;
}

.product-gallery__thumb img {
  width: 84px;
  height: 84px;
  aspect-ratio: 1 / 1;
  object-fit: contain;
  padding: 0;
  background: var(--media);
}

.product-gallery__thumb.is-active,
.product-gallery__thumb:hover {
  border-color: var(--brand);
  box-shadow: var(--shadow-soft);
}

.arsin-single-product .woocommerce-product-gallery {
  /* Authoritative gallery layout lives in product-single.css */
  container-type: inline-size;
}

.product-summary {
  display: grid;
  gap: 12px;
  align-content: start;
  position: static;
  padding: var(--card-pad);
  background: var(--white);
  border: 1px solid var(--line);
  border-top: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow-soft);
}

.product-buy-box {
  /* TC-B09 buy panel alias — styles shared with .product-summary */
}

.product-summary__topline {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}

.product-topline-chip {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  min-height: 30px;
  max-width: 100%;
  padding: 4px 8px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--soft-2);
  color: var(--ink-soft);
  font-size: var(--fs-meta);
  font-weight: 800;
  line-height: 1.2;
  text-decoration: none;
  transition: border-color var(--ease), color var(--ease), background var(--ease);
}

a.product-topline-chip:hover {
  border-color: var(--brand);
  background: var(--brand-soft);
  color: var(--brand);
}

.product-topline-chip .icon {
  flex: 0 0 auto;
  color: var(--brand);
  font-size: 16px;
  line-height: 1;
}

.product-topline-chip .filter-chip__thumb {
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
  border-radius: 3px;
  object-fit: contain;
  background: var(--white);
}

.product-topline-chip span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.product-topline-chip__label {
  color: var(--muted);
  font-weight: 700;
}

.product-topline-chip__label::after {
  content: ":";
  margin-inline-start: 1px;
}

.product-topline-chip__value {
  color: inherit;
  font-weight: 800;
}

.product-topline-chip--production {
  border-color: var(--brand-line-strong);
  background: var(--brand-soft);
  color: var(--brand);
}

.product-topline-chip--discount {
  border-color: var(--brand-line-strong);
  background: var(--brand-soft);
  color: var(--brand);
}

.product-topline-chip--discount .icon {
  color: var(--brand);
}

.product-summary__topline-start {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  min-width: 0;
}

.product-summary__topline-sep {
  color: var(--muted);
  font-weight: 700;
  opacity: .55;
}

.product-rating-row {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  gap: 10px 12px;
  padding: 10px 12px;
  background: var(--soft-2);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.product-rating-row__score {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  gap: 10px;
  min-width: 0;
}

.product-rating-row__average {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  min-height: 44px;
  padding: 0 8px;
  border-radius: var(--radius);
  background: var(--white);
  border: 1px solid var(--brand-line);
  color: var(--brand);
  font-size: 22px;
  font-weight: 900;
  line-height: 1;
  font-variant-numeric: tabular-nums;
}

.product-rating-row__count {
  color: var(--muted);
  font-size: var(--fs-caption);
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
}

a.product-rating-row__count:hover {
  color: var(--brand);
}

.product-rating-row__jumps {
  display: flex;
  flex: 1 1 auto;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
  gap: 6px;
  min-width: 0;
}

.product-rating-row__jump {
  display: inline-flex;
  align-items: center;
  flex: 1 1 0;
  gap: 6px;
  width: auto;
  max-width: 100%;
  min-width: 0;
  min-height: 34px;
  padding: 6px 10px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  color: var(--ink-soft);
  font-size: var(--fs-caption);
  font-weight: 800;
  line-height: 1.35;
  text-decoration: none;
  white-space: nowrap;
  transition: border-color var(--ease), color var(--ease), background var(--ease);
}

.product-rating-row__jump span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.product-rating-row__jump:hover {
  border-color: var(--brand);
  background: var(--brand-soft);
  color: var(--brand);
}

.product-rating-row__jump .icon {
  flex: 0 0 auto;
  font-size: 18px;
  color: var(--brand);
}

@media (max-width: 760px) {
  .product-rating-row {
    flex-wrap: wrap;
  }

  .product-rating-row__jumps {
    flex: 1 1 100%;
  }
}

.product-detail-trust {
  margin-top: 12px;
}

.product-summary h1,
.product_title {
  margin: 0;
  font-size: var(--fs-page);
  line-height: 1.35;
}

.product-mode-badge {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  min-height: 30px;
  padding: 4px 9px;
  border: 1px solid var(--brand-line-strong);
  border-radius: var(--radius);
  background: var(--brand-soft);
  color: var(--brand);
  font-size: var(--fs-caption);
  font-weight: 800;
}

.product-mode-badge--production {
  border-color: var(--brand-line-strong);
  background: var(--brand-soft);
  color: var(--brand);
}

.product-mode-badge--simple {
  border-color: #b7e0d2;
  background: #eef9f5;
  color: var(--success);
}

.product-rating {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}

.product-rating__stars {
  display: inline-flex;
  gap: 1px;
  color: #d4a017;
}

.product-rating__stars .icon {
  font-size: 18px;
}

.product-rating a {
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
}

.product-decision-card {
  display: grid;
  gap: 10px;
  padding: 12px;
  background: var(--soft-2);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.product-decision-card .wc-trust {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin-top: 0;
}

.product-decision-card .wc-trust__item {
  padding: 10px;
  background: var(--white);
}

.product-decision-card .product-variation-options {
  width: 100%;
  margin: 0;
}

.product-decision-card .product-variation-options__group {
  display: grid;
  gap: 8px;
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
}

.product-decision-card .product-variation-options__label {
  display: block;
  color: var(--ink-soft);
  font-size: var(--fs-meta);
  font-weight: 700;
  line-height: 1.5;
}

.product-decision-card .product-variation-options__choices .variation-chip-group,
.product-decision-card .variation-chip-group {
  display: grid;
  grid-template-columns: repeat(var(--variation-chip-cols, 2), minmax(0, 1fr));
  gap: var(--space-2);
  overflow: visible;
  background: transparent;
  border: 0;
  border-radius: 0;
}

.product-decision-card .product-variation-options__choices .variation-chip,
.product-decision-card .variation-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  min-width: 0;
  min-height: 40px;
  padding: 8px 10px;
  margin: 0;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  color: var(--ink-soft);
  font-size: var(--fs-meta);
  font-weight: 600;
  line-height: 1.3;
  white-space: normal;
  transition: background var(--ease), color var(--ease), box-shadow var(--ease);
}

.product-decision-card .product-variation-options__choices .variation-chip:hover,
.product-decision-card .product-variation-options__choices .variation-chip:focus-visible,
.product-decision-card .variation-chip:hover,
.product-decision-card .variation-chip:focus-visible {
  background: var(--brand-soft);
  color: var(--brand);
  outline: 0;
}

.product-decision-card .product-variation-options__choices .variation-chip.is-selected,
.product-decision-card .variation-chip.is-selected {
  position: relative;
  z-index: 1;
  background: var(--white);
  color: var(--brand);
  border: 1px solid var(--brand);
  box-shadow: none;
  font-weight: 700;
}

.product-decision-card .product-variation-options__choices .variation-chip.is-selected::before,
.product-decision-card .variation-chip.is-selected::before {
  content: "check";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  font-family: "Material Symbols Outlined", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  font-feature-settings: "liga" 1;
  -webkit-font-feature-settings: "liga" 1;
  font-variation-settings: "FILL" 0, "wght" 600, "GRAD" 0, "opsz" 20;
}

.product-decision-card table.variations {
  width: 100%;
  margin: 0;
  border-collapse: collapse;
}

.product-decision-card table.variations tr {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
  padding: 12px 0;
  border-top: 1px solid var(--line);
}

.product-decision-card table.variations tr:first-child {
  border-top: 0;
  padding-top: 0;
}

.product-decision-card table.variations tr:last-child {
  padding-bottom: 0;
}

.product-decision-card table.variations th,
.product-decision-card table.variations td {
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  text-align: right;
}

.product-decision-card table.variations label {
  display: block;
  color: var(--ink-soft);
  font-size: var(--fs-meta);
  font-weight: 800;
  line-height: 1.5;
}

.product-decision-card .variation-chip-group {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(88px, 1fr));
  gap: var(--space-2);
  overflow: visible;
  background: transparent;
  border: 0;
  border-radius: 0;
}

.product-decision-card .variation-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  min-width: 0;
  min-height: 40px;
  padding: 8px 10px;
  margin: 0;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  color: var(--ink-soft);
  font-size: var(--fs-meta);
  font-weight: 800;
  line-height: 1.3;
  white-space: normal;
  transition: border-color var(--ease), background var(--ease), color var(--ease);
}

.product-decision-card .variation-chip:hover,
.product-decision-card .variation-chip:focus-visible {
  border-color: var(--brand-line-strong);
  background: var(--brand-soft);
  color: var(--brand);
  outline: 0;
}

.product-decision-card .variation-chip.is-selected {
  border: 1px solid var(--brand);
  background: var(--white);
  color: var(--brand);
  box-shadow: none;
}

.product-decision-card .variation-chip.is-selected::before {
  content: "check";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  font-family: "Material Symbols Outlined", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  font-feature-settings: "liga" 1;
  -webkit-font-feature-settings: "liga" 1;
  font-variation-settings: "FILL" 0, "wght" 600, "GRAD" 0, "opsz" 20;
}

.product-price-row {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 10px;
  margin: 0;
  padding: 13px 14px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.product-decision-card .product-price-row {
  background: var(--white);
}

.product-price-row strong {
  justify-self: center;
  font-size: var(--fs-page);
  color: var(--brand);
}

.product-price-row .stock {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.product-price-row .stock .icon {
  font-size: 15px;
}

.product-price-row .stock.in-stock {
  color: var(--success);
}

.product-price-row .stock.out-of-stock {
  color: var(--brand);
}

.product-price-row .stock.low-stock {
  color: var(--warning);
}

.product-price-row .stock.available-on-backorder {
  color: var(--info);
}

.product-decision-facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.product-decision-fact {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 2px 7px;
  align-items: center;
  min-width: 0;
  padding: 9px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.product-decision-fact .icon {
  grid-row: span 2;
  color: var(--brand);
  font-size: 20px;
}

.product-decision-fact span {
  color: var(--muted);
  font-size: var(--fs-caption);
  font-weight: 700;
}

.product-decision-fact b {
  overflow: hidden;
  color: var(--ink);
  font-size: var(--fs-caption);
  text-overflow: ellipsis;
  white-space: nowrap;
}

.product-variations {
  display: grid;
  gap: 10px;
  padding: 14px;
  background: var(--soft-2);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.product-variations--simple {
  background: #eef9f5;
  border-color: #b7e0d2;
}

.product-variations__hint {
  display: flex;
  align-items: center;
  gap: 6px;
  margin: 0;
  color: var(--ink-soft);
  font-size: 13px;
  font-weight: 700;
}

.product-buy-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.product-buy-row .btn {
  flex: 1;
  min-width: 200px;
}

.product-sales-actions {
  display: grid;
  gap: 8px;
  margin: 0;
}

.product-sales-actions .btn {
  width: 100%;
  justify-content: center;
}

.product-selection-note {
  display: flex;
  align-items: flex-start;
  gap: 7px;
  margin: 0;
  padding: 10px 12px;
  color: var(--info);
  background: #f1f7fb;
  border: 1px solid #c9ddeb;
  border-radius: var(--radius);
  font-size: var(--fs-caption);
  font-weight: 700;
  line-height: 1.7;
}

.product-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 14px;
  padding-top: 4px;
  color: var(--muted);
  font-size: var(--fs-caption);
}

.product-meta a,
.product-meta b {
  color: var(--brand);
}

.product-quick-specs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--card-gap);
}

.product-summary .product-quick-specs {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.product-quick-spec {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 8px;
  align-items: center;
  padding: 12px;
}

.product-quick-spec .icon {
  color: var(--brand);
  font-size: 22px;
}

.product-quick-spec small {
  display: block;
  color: var(--muted);
  font-size: 11px;
}

.product-quick-spec b {
  font-size: 13px;
}

.product-highlights {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin: 0;
}

.highlight {
  min-height: 70px;
  padding: 10px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  color: var(--ink-soft);
  font-size: 13px;
}

.highlight .icon {
  margin-inline-end: 5px;
  color: var(--success);
}

.product-usecases,
.product-order-guide {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: var(--card-gap);
}

.product-usecase,
.product-order-step {
  display: grid;
  gap: 8px;
  padding: var(--card-pad);
  align-content: start;
}

.product-usecase .icon,
.product-order-step .icon {
  color: var(--brand);
  font-size: 26px;
}

.product-usecase h3,
.product-order-step h3 {
  margin: 0;
  font-size: var(--fs-card-title);
}

.product-usecase p,
.product-order-step p {
  margin: 0;
  color: var(--muted);
  font-size: var(--fs-meta);
}

.product-order-step__num {
  display: inline-grid;
  place-items: center;
  width: 28px;
  height: 28px;
  background: var(--brand-soft);
  color: var(--brand);
  border-radius: 50%;
  font-size: 12px;
  font-weight: 800;
}

.product-review-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--card-gap);
}

.product-review-highlight {
  display: grid;
  gap: 10px;
  padding: var(--card-pad);
}

.product-review-highlight header {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 10px;
}

.product-review-highlight header > div {
  display: grid;
  gap: 4px;
}

.product-review-highlight b {
  color: var(--ink);
  font-size: 14px;
}

.product-review-highlight header span {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: var(--success);
  font-size: 12px;
  font-weight: 700;
}

.product-review-highlight p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 13px;
  line-height: 1.8;
}

.product-review-highlight small {
  color: var(--muted);
  font-size: 12px;
}

.product-tabs {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
}

.product-tabs__nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  border-bottom: 1px solid var(--line);
  background: var(--soft-2);
}

.product-tabs__nav button {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 48px;
  padding: 0 16px;
  border: 0;
  border-bottom: 2px solid transparent;
  background: transparent;
  color: var(--ink-soft);
  font: inherit;
  font-size: 13px;
  font-weight: 800;
  cursor: pointer;
}

.product-tabs__nav li.is-active button,
.product-tabs__nav button:hover {
  color: var(--brand);
  border-bottom-color: var(--brand);
  background: var(--white);
}

.product-tabs__panel {
  display: none;
  padding: 18px;
}

.product-tabs__panel.is-active {
  display: block;
}

.product-desc-block + .product-desc-block {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid var(--line);
}

.product-desc-block h3 {
  margin: 0 0 8px;
  font-size: 17px;
}

.product-desc-block p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 14px;
  line-height: 1.9;
}

.product-reviews__summary {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
  padding: 12px;
  background: var(--soft-2);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.product-reviews__summary span {
  color: var(--muted);
  font-size: 13px;
}

.product-reviews__list {
  display: grid;
  gap: 10px;
}

.product-review {
  display: grid;
  gap: 8px;
  padding: 14px;
}

.product-review header {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 8px;
}

.product-review__verified {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  margin-inline-start: 8px;
  color: var(--success);
  font-size: 12px;
  font-weight: 700;
}

.product-review__meta {
  display: grid;
  gap: 4px;
  justify-items: end;
  color: var(--muted);
  font-size: 12px;
}

.product-review p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 13px;
}

.spec-table {
  width: 100%;
  border-collapse: collapse;
  background: var(--white);
  border: 1px solid var(--line);
  font-size: 13px;
}

.spec-table th,
.spec-table td {
  padding: 10px;
  text-align: right;
  border-bottom: 1px solid var(--line);
}

.spec-table th {
  width: 34%;
  color: #333;
  background: var(--soft);
}

.spec-table tr:last-child th,
.spec-table tr:last-child td {
  border-bottom: 0;
}

.arsin-specs-table {
  font-size: var(--fs-ui);
}

.arsin-specs-table th,
.arsin-specs-table td {
  padding-block: 12px;
}

.arsin-specs-table__label {
  color: var(--ink-soft);
  font-size: var(--fs-ui);
  font-weight: 800;
}

.arsin-specs-table__value {
  color: var(--ink);
  font-size: var(--fs-ui);
  font-weight: 700;
}
.split--stacked {
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, .85fr);
}

.panel-kicker {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 8px;
  color: var(--brand);
  font-size: 12px;
  font-weight: 700;
}

.sales-callbox--large {
  padding: 16px;
}

.brand-marquee {
  overflow: hidden;
  cursor: grab;
  touch-action: pan-y;
  user-select: none;
  -webkit-user-select: none;
  mask-image: linear-gradient(90deg, transparent, #000 4%, #000 96%, transparent);
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 4%, #000 96%, transparent);
}

.brand-marquee__track {
  display: flex;
  gap: var(--card-gap);
  width: max-content;
  animation: brand-marquee-scroll var(--brand-marquee-duration, 36s) linear infinite;
  will-change: transform;
}

@media (hover: hover) and (pointer: fine) {
  .brand-marquee:hover .brand-marquee__track,
  .brand-marquee:focus-within .brand-marquee__track {
    animation-play-state: paused;
  }
}

@keyframes brand-marquee-scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(50%);
  }
}

@media (prefers-reduced-motion: reduce) {
  .brand-marquee__track {
    animation: none;
    flex-wrap: nowrap;
    overflow-x: auto;
    width: auto;
    max-width: 100%;
    padding-bottom: 4px;
    scroll-snap-type: x proximity;
  }

  .marquee-wrap.is-controlled .brand-marquee__track {
    overflow-x: visible;
    width: max-content;
    max-width: none;
  }

  .brand-marquee {
    mask-image: none;
    -webkit-mask-image: none;
  }
}

.brand-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: var(--card-gap);
}

.brand-chip {
  display: grid;
  grid-template-rows: auto 1fr;
  flex: 0 0 240px;
  width: 240px;
  min-width: 0;
  overflow: hidden;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  transition: border-color var(--ease), box-shadow var(--ease), transform var(--ease);
}

.brand-grid .brand-chip {
  width: auto;
  flex: initial;
}

.brand-chip__media {
  aspect-ratio: 1.35 / 1;
  overflow: hidden;
  background: var(--media);
  border-bottom: 1px solid var(--line);
}

.brand-chip--logo .brand-chip__media {
  display: grid;
  place-items: center;
  padding: 22px 18px;
  background: linear-gradient(180deg, var(--soft-2) 0%, #f1f2f3 100%);
}

.brand-chip--logo .brand-chip__media img {
  width: auto;
  max-width: 82%;
  max-height: 78px;
  object-fit: contain;
  filter: drop-shadow(0 6px 14px rgba(27, 31, 38, .08));
}

.brand-chip--photo .brand-chip__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform var(--ease-media);
}

.brand-chip--photo:hover .brand-chip__media img {
  transform: scale(1.04);
}

/* Home marquee — brand media ~70% of default chip size (prototype scale) */
.brand-marquee__track .brand-chip__media {
  aspect-ratio: 1.93 / 1;
}

.brand-marquee__track .brand-chip--logo .brand-chip__media {
  padding: 15px 13px;
}

.brand-marquee__track .brand-chip--logo .brand-chip__media img {
  max-width: 57%;
  max-height: 55px;
}

.brand-marquee__track .brand-chip--photo .brand-chip__media {
  display: flex;
  align-items: center;
  justify-content: center;
}

.brand-marquee__track .brand-chip--photo .brand-chip__media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.brand-chip__body {
  display: grid;
  gap: 4px;
  align-content: start;
  padding: var(--space-4) var(--card-pad) var(--card-pad);
}

.brand-chip b {
  color: var(--ink);
  font-size: var(--fs-card-title);
  line-height: 1.5;
}

.brand-chip__body > span:not(.brand-chip__cta) {
  display: -webkit-box;
  overflow: hidden;
  color: var(--muted);
  font-size: var(--fs-caption);
  line-height: 1.65;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.brand-chip__cta {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  margin-top: 6px;
  color: var(--brand);
  font-size: var(--fs-caption);
  font-weight: 700;
  line-height: 1.4;
}

.brand-chip__cta .icon {
  font-size: 16px;
}

.article-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: var(--card-gap);
}

.article-marquee .article-strip {
  display: flex;
  grid-template-columns: none;
  width: max-content;
  animation: article-marquee-scroll var(--article-marquee-duration, 34s) linear infinite;
  will-change: transform;
}

.article-marquee {
  overflow: hidden;
  container-type: inline-size;
  cursor: grab;
  touch-action: pan-y;
  mask-image: linear-gradient(90deg, transparent, #000 3%, #000 97%, transparent);
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 3%, #000 97%, transparent);
  user-select: none;
  -webkit-user-select: none;
}

@media (hover: hover) and (pointer: fine) {
  .article-marquee:hover .article-strip,
  .article-marquee:focus-within .article-strip {
    animation-play-state: paused;
  }
}

@keyframes article-marquee-scroll {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(50%);
  }
}

.article-card {
  display: grid;
  grid-template-rows: auto 1fr;
  min-width: 0;
  overflow: hidden;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  transition: border-color var(--ease), box-shadow var(--ease), transform var(--ease);
}

.article-marquee .article-card {
  flex: 0 0 calc((100cqi - (var(--card-gap) * 2.3)) / 3.3);
  width: calc((100cqi - (var(--card-gap) * 2.3)) / 3.3);
  min-width: 240px;
}

.article-card__media {
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: var(--media);
}

.article-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform var(--ease-media);
}

.article-card:hover .article-card__media img {
  transform: scale(1.04);
}

.article-card__body {
  display: flex;
  flex-direction: column;
  gap: var(--space-2);
  padding: var(--card-pad);
}

.article-card__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--brand);
  font-size: var(--fs-caption);
  font-weight: 700;
}

.article-card__eyebrow .icon {
  font-size: 18px;
}

.article-card b {
  color: var(--ink);
  font-size: var(--fs-card-title);
  line-height: 1.65;
}

.article-card p {
  margin: 0;
  color: var(--muted);
  font-size: var(--fs-caption);
  line-height: 1.75;
}

.article-card__more {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  margin-top: auto;
  color: var(--brand);
  font-size: 12px;
  font-weight: 700;
}

.article-card__more .icon {
  font-size: 16px;
}

.sales-callbox {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 10px;
  align-items: center;
  margin: 14px 0;
  padding: 13px;
  background: var(--brand-soft);
  border: 1px solid var(--brand-line-strong);
  border-radius: var(--radius);
}

.sales-callbox > .icon {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  background: var(--brand);
  color: var(--white);
  border-radius: var(--radius);
  font-size: 25px;
}

.sales-callbox b {
  display: block;
  color: var(--brand);
  font-size: var(--fs-page);
  direction: ltr;
  text-align: right;
}

.sales-callbox span {
  display: block;
  color: var(--muted);
  font-size: var(--fs-caption);
}

.notice {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  padding: 11px 12px;
  background: #f1f7fb;
  border: 1px solid #c9ddeb;
  border-radius: var(--radius);
  color: var(--info);
  font-size: var(--fs-meta);
  font-weight: 400;
}

.notices-mount {
  padding-top: 14px;
}

.woocommerce-notices-wrapper {
  display: grid;
  gap: 10px;
  margin-bottom: 14px;
}

.woocommerce-notices-wrapper:empty,
.woocommerce-notices-wrapper:not(:has(*)),
.woocommerce-notices-wrapper[hidden] {
  display: none;
  margin: 0;
}

/* Page flash notices removed — feedback uses bottom toasts (.arsin-toast-root) */

.arsin-notice {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 10px;
  align-items: start;
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: var(--shadow-soft);
}

.arsin-notice:has(.arsin-notice__media) {
  grid-template-columns: auto auto minmax(0, 1fr) auto;
}

.arsin-notice__icon {
  display: inline-grid;
  place-items: center;
  width: 28px;
  height: 28px;
  color: inherit;
}

.arsin-notice__icon .icon {
  font-size: 22px;
}

.arsin-notice__media img {
  width: 48px;
  height: 48px;
  object-fit: contain;
  background: var(--media);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.arsin-notice__body {
  display: grid;
  gap: 4px;
  min-width: 0;
}

.arsin-notice__title {
  color: var(--ink);
  font-size: 14px;
}

.arsin-notice__text {
  color: var(--ink-soft);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.7;
}

.arsin-notice__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 6px;
}

.arsin-notice__action {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 10px;
  border: 1px solid var(--line-2);
  border-radius: var(--radius);
  background: var(--soft-2);
  color: var(--ink);
  font-size: 12px;
  font-weight: 800;
}

.arsin-notice__action:hover {
  border-color: var(--brand);
  color: var(--brand);
  background: var(--brand-soft);
}

.arsin-notice__close {
  display: inline-grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border: 0;
  background: transparent;
  color: var(--muted);
  border-radius: var(--radius);
}

.arsin-notice__close:hover {
  background: var(--soft);
  color: var(--ink);
}

/* —— Unified WooCommerce front notices (classic + block) —— */
.arsin-wc-notice,
.woocommerce-message:not(.arsin-wc-notice),
.woocommerce-info:not(.arsin-wc-notice),
ul.woocommerce-error:not(.arsin-wc-notice__list) {
  position: relative;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  margin: 0;
  padding: 12px 14px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 12px 28px rgb(15 23 42 / 0.07);
  list-style: none;
}

.arsin-wc-notice::after,
.woocommerce-message:not(.arsin-wc-notice)::after,
.woocommerce-info:not(.arsin-wc-notice)::after,
ul.woocommerce-error:not(.arsin-wc-notice__list)::after {
  position: absolute;
  inset-block: 0;
  inset-inline-start: 0;
  width: 4px;
  background: currentColor;
  content: "";
  opacity: 0.9;
}

.arsin-wc-notice__icon {
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  flex-shrink: 0;
  border: 1px solid currentColor;
  border-radius: 50%;
  background: color-mix(in srgb, currentColor 10%, var(--white));
  color: inherit;
}

.arsin-wc-notice__icon .icon {
  font-size: 20px;
  line-height: 1;
}

.arsin-wc-notice__content,
.arsin-wc-notice__list {
  min-width: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.8;
  color: var(--ink);
}

.arsin-wc-notice__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px 14px;
}

.arsin-wc-notice__list li {
  margin: 0;
  padding: 0;
}

.arsin-wc-notice__list li + li {
  margin-top: 6px;
  padding-top: 8px;
  border-top: 1px dashed currentColor;
  opacity: 0.92;
}

/* Nested ul.woocommerce-error inside shell — no second card */
.arsin-wc-notice .woocommerce-error,
.arsin-wc-notice__list.woocommerce-error {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  color: inherit;
  list-style: none;
}

.arsin-wc-notice--success,
.woocommerce-message,
.arsin-notice--success {
  background: linear-gradient(90deg, #ffffff 0%, #ffffff 72%, #f4fbf7 100%);
  border-color: #cfe9dd;
  color: var(--success);
}

.arsin-wc-notice--info,
.woocommerce-info,
.arsin-notice--info {
  background: linear-gradient(90deg, #ffffff 0%, #ffffff 72%, #f5f9fc 100%);
  border-color: #d4e5ef;
  color: var(--info);
}

.arsin-wc-notice--error,
ul.woocommerce-error:not(.arsin-wc-notice__list),
.arsin-notice--error {
  background: linear-gradient(90deg, #ffffff 0%, #ffffff 72%, #fff7f7 100%);
  border-color: #efc4c4;
  color: var(--brand);
}

.arsin-notice--warning,
.woocommerce-message--warning {
  background: linear-gradient(90deg, #ffffff 0%, #ffffff 72%, #fff9ef 100%);
  border-color: #ead2a4;
  color: var(--warning);
}

.woocommerce-message::before,
.woocommerce-info::before,
.woocommerce-error::before {
  display: none !important;
  content: none !important;
}

.arsin-wc-notice a:not(.button):not(.btn),
.woocommerce-message a:not(.button):not(.btn),
.woocommerce-info a:not(.button):not(.btn),
.woocommerce-error a:not(.button):not(.btn) {
  color: inherit;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.arsin-wc-notice .button,
.arsin-wc-notice .btn,
.woocommerce-message .button,
.woocommerce-info .button,
.woocommerce-error .button,
.woocommerce-message a.button,
.woocommerce-info a.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  margin: 0;
  padding: 0 14px;
  border: 1px solid currentColor;
  border-radius: var(--radius);
  background: color-mix(in srgb, currentColor 8%, var(--white));
  color: inherit;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
  text-decoration: none;
  box-shadow: none;
  white-space: nowrap;
}

.arsin-wc-notice .button:hover,
.arsin-wc-notice .btn:hover,
.woocommerce-message .button:hover,
.woocommerce-info .button:hover,
.woocommerce-error .button:hover {
  border-color: currentColor;
  color: inherit;
  background: color-mix(in srgb, currentColor 14%, var(--white));
}

@media (max-width: 640px) {
  .arsin-wc-notice,
  .woocommerce-message:not(.arsin-wc-notice),
  .woocommerce-info:not(.arsin-wc-notice),
  ul.woocommerce-error:not(.arsin-wc-notice__list) {
    grid-template-columns: auto minmax(0, 1fr);
    padding: 11px 12px;
  }

  .arsin-wc-notice__content {
    display: grid;
    gap: 8px;
  }

  .arsin-wc-notice .button,
  .arsin-wc-notice .btn,
  .woocommerce-message .button,
  .woocommerce-info .button,
  .woocommerce-error .button,
  .woocommerce-message a.button,
  .woocommerce-info a.button {
    width: 100%;
  }
}

/* Block / Store API notice banners */
.wc-block-components-notice-banner {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 10px;
  align-items: start;
  margin: 0 0 14px;
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow-soft);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.7;
}

.wc-block-components-notice-banner__content {
  min-width: 0;
}

.wc-block-components-notice-banner.is-success {
  background: #eef9f5;
  border-color: #b7e0d2;
  color: var(--success);
}

.wc-block-components-notice-banner.is-info,
.wc-block-components-notice-banner.is-warning {
  background: #f1f7fb;
  border-color: #c9ddeb;
  color: var(--info);
}

.wc-block-components-notice-banner.is-warning {
  background: #fff8eb;
  border-color: #ead2a4;
  color: var(--warning);
}

.wc-block-components-notice-banner.is-error {
  background: var(--brand-soft);
  border-color: #efc4c4;
  color: var(--brand);
}

/* Align PDP notices with .container */
.band.product-band > .woocommerce-notices-wrapper {
  width: min(var(--container), calc(100% - 32px));
  margin-inline: auto;
  margin-bottom: 14px;
}

.arsin-toast-root {
  position: fixed;
  bottom: 18px;
  inset-inline-start: 18px;
  /* Above theme floating controls */
  z-index: 2147483000;
  display: grid;
  gap: 10px;
  width: min(380px, calc(100vw - 24px));
  pointer-events: none;
}

@media (max-width: 760px) {
  .arsin-toast-root {
    bottom: calc(16px + env(safe-area-inset-bottom, 0px) + 64px);
    inset-inline: 11px;
    width: auto;
  }
}

.arsin-toast-item {
  pointer-events: auto;
  opacity: 0;
  transform: translateY(12px);
  transition: opacity .2s ease, transform .2s ease;
}

.arsin-toast-item.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.arsin-toast-item.is-leaving {
  opacity: 0;
  transform: translateY(10px);
}

.arsin-toast {
  align-items: center;
  box-shadow: var(--shadow);
}

.arsin-toast .arsin-notice__actions {
  margin-top: 2px;
}

.arsin-toast .arsin-notice__action {
  min-height: 30px;
  font-size: 11px;
}

html.is-lightbox-open {
  overflow: hidden;
}

.woocommerce-product-gallery__image a,
a.asc-review-attachment[data-asc-lightbox="1"],
a.asc-cat-customer-gallery__item,
a.customer-gallery__zoom,
.entry-content a[href]:has(img),
.term-description a[href]:has(img),
.asc-cat-intro__body a[href]:has(img) {
  cursor: zoom-in;
}

.arsin-lightbox {
  position: fixed;
  inset: 0;
  z-index: 1400;
  display: grid;
  place-items: center;
  padding: 18px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity .18s ease, visibility .18s ease;
}

.arsin-lightbox.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.arsin-lightbox[hidden] {
  display: none !important;
}

.arsin-lightbox__backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(18, 22, 28, var(--arsin-lightbox-backdrop-opacity, .78));
  cursor: zoom-out;
}

.arsin-lightbox__dialog {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  width: min(var(--arsin-lightbox-max-width, 920px), calc(100vw - 28px));
  max-height: min(90dvh, 880px);
  background: var(--white);
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: calc(var(--radius) + 2px);
  box-shadow: 0 24px 60px rgba(0, 0, 0, .34);
  overflow: hidden;
}

.arsin-lightbox__stage {
  position: relative;
  display: grid;
  place-items: center;
  min-height: min(62dvh, 560px);
  background:
    linear-gradient(180deg, #f7f8fa 0%, #eef0f3 100%);
}

.arsin-lightbox__image {
  display: block;
  max-width: min(100%, calc(var(--arsin-lightbox-max-width, 920px) - 60px));
  max-height: min(68dvh, var(--arsin-lightbox-max-image-height, 620px));
  width: auto;
  height: auto;
  object-fit: contain;
  opacity: 0;
  transition: opacity .2s ease;
}

.arsin-lightbox:not(.is-loading) .arsin-lightbox__image {
  opacity: 1;
}

@media (min-width: 761px) {
  .arsin-lightbox__stage {
    isolation: isolate;
    background: var(--media);
  }

  .arsin-lightbox__image {
    background: transparent;
    mix-blend-mode: multiply;
  }
}

.arsin-lightbox__loader {
  position: absolute;
  width: 36px;
  height: 36px;
  border: 3px solid color-mix(in srgb, var(--brand) 18%, transparent);
  border-top-color: var(--brand);
  border-radius: 50%;
  opacity: 0;
  pointer-events: none;
  transition: opacity .15s ease;
}

.arsin-lightbox.is-loading .arsin-lightbox__loader {
  opacity: 1;
  animation: arsin-lightbox-spin .7s linear infinite;
}

@keyframes arsin-lightbox-spin {
  to { transform: rotate(360deg); }
}

.arsin-lightbox__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 16px;
  border-top: 1px solid var(--line);
  background: var(--white);
}

.arsin-lightbox--no-footer .arsin-lightbox__dialog {
  grid-template-rows: minmax(0, 1fr);
}

.arsin-lightbox--no-footer .arsin-lightbox__footer {
  display: none;
}

.arsin-lightbox__caption {
  margin: 0;
  color: var(--ink-soft);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.6;
}

.arsin-lightbox__counter {
  flex: 0 0 auto;
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
  white-space: nowrap;
}

.arsin-lightbox__close,
.arsin-lightbox__nav {
  position: absolute;
  z-index: 2;
  display: inline-grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 999px;
  background: rgba(22, 26, 32, .72);
  color: #fff;
  cursor: pointer;
  transition: background var(--ease), transform var(--ease);
}

.arsin-lightbox__close:hover,
.arsin-lightbox__nav:hover {
  background: color-mix(in srgb, var(--brand) 92%, transparent);
}

.arsin-lightbox__close {
  top: 12px;
  left: 12px;
}

.arsin-lightbox__nav--prev {
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
}

.arsin-lightbox__nav--next {
  top: 50%;
  left: 12px;
  transform: translateY(-50%);
}

.arsin-lightbox__nav--prev:hover,
.arsin-lightbox__nav--next:hover {
  transform: translateY(-50%);
}

.arsin-lightbox__close .icon,
.arsin-lightbox__nav .icon {
  font-size: 22px;
}

@media (max-width: 760px) {
  .arsin-lightbox {
    padding: 10px;
  }

  .arsin-lightbox__dialog {
    width: calc(100vw - 16px);
    max-height: 92dvh;
  }

  .arsin-lightbox__stage {
    min-height: min(54dvh, 420px);
  }

  .arsin-lightbox__image {
    max-height: min(56dvh, 460px);
  }

  .arsin-lightbox__nav {
    width: 36px;
    height: 36px;
  }

  .arsin-lightbox__nav--prev {
    right: 6px;
  }

  .arsin-lightbox__nav--next {
    left: 6px;
  }
}

.btn,
.mini-btn,
.pill,
.filter-chip,
.category-nav__item,
.brand-chip,
.article-card,
.category-card,
.product-card,
[data-add-to-cart] {
  position: relative;
}

[data-add-to-cart].is-loading,
.is-click-pending {
  position: relative;
  pointer-events: none;
  opacity: .88;
  filter: saturate(.94);
}

.is-click-pending {
  box-shadow: inset 0 0 0 999px color-mix(in srgb, var(--brand) 5%, transparent);
}

/* Shine is the primary pending cue; keep icons readable */
.is-click-pending.arsin-shine--click > .icon:not(.click-loader),
.is-click-pending.arsin-shine--click > img {
  opacity: 1;
}

.is-click-pending > .icon:not(.click-loader),
.is-click-pending > img {
  opacity: .35;
}

.click-loader {
  position: absolute;
  inset: 0;
  z-index: 3;
  display: grid;
  place-items: center;
  pointer-events: none;
}

.click-loader::before {
  content: "";
  width: 16px;
  height: 16px;
  border: 2px solid color-mix(in srgb, var(--brand) 22%, transparent);
  border-top-color: var(--brand);
  border-radius: 50%;
  animation: clickSpin .6s linear infinite;
}

.product-card.is-click-pending,
.category-card.is-click-pending,
.article-card.is-click-pending,
.brand-chip.is-click-pending {
  opacity: 1;
  transform: none;
}

.product-card.is-click-pending .click-loader,
.category-card.is-click-pending .click-loader,
.article-card.is-click-pending .click-loader,
.brand-chip.is-click-pending .click-loader {
  background: rgba(255, 255, 255, .55);
  border-radius: inherit;
}

.product-card.is-click-pending .click-loader::before,
.category-card.is-click-pending .click-loader::before,
.article-card.is-click-pending .click-loader::before,
.brand-chip.is-click-pending .click-loader::before {
  width: 22px;
  height: 22px;
}

html.is-nav-pending,
html.is-nav-pending body {
  cursor: progress;
}

@keyframes clickSpin {
  to { transform: rotate(360deg); }
}

@media (prefers-reduced-motion: reduce) {
  .click-loader::before {
    animation: none;
    border-top-color: var(--brand);
    opacity: .8;
  }

  .is-click-pending.arsin-shine--click {
    opacity: .78;
  }
}

[data-add-to-cart].is-loading {
  opacity: .82;
  pointer-events: none;
}

[data-add-to-cart].is-added {
  background: var(--success);
  border-color: var(--success);
}

.cart-link.is-cart-pulse,
.mobile-cta__item.is-cart-pulse {
  animation: cartPulse .85s ease;
}

.mobile-cta__badge {
  position: absolute;
  top: 2px;
  inset-inline-end: calc(50% - 22px);
  display: inline-grid;
  place-items: center;
  min-width: 16px;
  height: 16px;
  padding: 0 4px;
  background: var(--brand);
  color: var(--white);
  border-radius: 999px;
  font-size: 10px;
  font-weight: 800;
  line-height: 1;
}

.mobile-cta__item {
  position: relative;
}

.mobile-cta__icon-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  min-width: 0;
}

.mobile-cta__item b[data-cart-count] {
  display: inline-grid;
  place-items: center;
  min-width: 18px;
  height: 18px;
  padding: 0 5px;
  background: var(--brand);
  color: var(--white);
  border-radius: var(--radius);
  font-size: 10px;
  font-weight: 800;
  line-height: 1;
}

.mobile-cta__item b[data-cart-count][data-empty="1"] {
  opacity: 1;
}

@keyframes cartPulse {
  0% { transform: scale(1); }
  35% { transform: scale(1.06); }
  100% { transform: scale(1); }
}

@media (prefers-reduced-motion: reduce) {
  .arsin-toast-item,
  .cart-link.is-cart-pulse,
  .mobile-cta__item.is-cart-pulse {
    animation: none;
    transition: none;
  }
}

.wc-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  gap: 18px;
  align-items: start;
}

.cart-table-wrap {
  overflow-x: auto;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.cart-table {
  width: 100%;
  min-width: 760px;
  border-collapse: collapse;
  font-size: 13px;
}

.cart-table th,
.cart-table td {
  padding: 12px;
  text-align: right;
  border-bottom: 1px solid var(--line);
  vertical-align: middle;
}

.cart-table th {
  background: var(--soft);
  color: #333;
  font-weight: 800;
}

.cart-table tr:last-child td {
  border-bottom: 0;
}

.cart-product {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  min-width: 260px;
}

.cart-product img {
  width: 58px;
  height: 58px;
  object-fit: contain;
  background: var(--media);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.cart-product b {
  display: block;
  color: var(--ink);
  line-height: 1.5;
}

.cart-product small {
  display: block;
  color: var(--muted);
  font-size: 12px;
}

.qty-control {
  position: relative;
  display: inline-flex;
  align-items: stretch;
  justify-content: center;
  box-sizing: border-box;
  overflow: hidden;
  min-width: 116px;
  height: 36px;
  padding: 0;
  border: 1px solid var(--line-2);
  border-radius: var(--radius);
  background: var(--white);
}

/* WC quantity label must not take flex space or show paddings. */
.qty-control > label,
.qty-control .screen-reader-text {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.qty-control button,
.qty-control .qty-control__btn {
  display: inline-grid;
  place-items: center;
  flex: 0 0 36px;
  box-sizing: border-box;
  width: 36px;
  min-width: 36px;
  height: auto;
  min-height: 100%;
  margin: 0;
  padding: 0 !important;
  border: 0;
  border-radius: 0;
  background: var(--soft-2);
  color: var(--ink);
  font-size: 18px;
  font-weight: 800;
  line-height: 1;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
}

.qty-control button:hover,
.qty-control .qty-control__btn:hover {
  background: var(--brand-soft);
  color: var(--brand);
}

.qty-control button:disabled,
.qty-control .qty-control__btn:disabled {
  opacity: 0.45;
  cursor: default;
}

.qty-control span:not(.screen-reader-text),
.qty-control input.qty {
  display: inline-grid;
  place-items: center;
  flex: 1 1 44px;
  box-sizing: border-box;
  min-width: 42px;
  width: 44px;
  height: auto;
  min-height: 100%;
  margin: 0;
  padding: 0 !important;
  border: 0;
  border-inline: 1px solid var(--line);
  border-radius: 0;
  background: var(--white);
  color: var(--ink);
  font: inherit;
  font-weight: 800;
  line-height: 1;
  text-align: center;
  appearance: textfield;
  -moz-appearance: textfield;
}

.qty-control input.qty::-webkit-outer-spin-button,
.qty-control input.qty::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}

.remove-btn {
  display: inline-grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border: 1px solid #e2caca;
  background: var(--brand-soft);
  color: var(--brand);
  border-radius: var(--radius);
}

.order-box {
  position: sticky;
  top: var(--sticky-offset, 94px);
  display: grid;
  gap: 13px;
  background: var(--white);
  border: 1px solid var(--line);
  border-top: 3px solid var(--brand);
  border-radius: var(--radius);
  padding: 16px;
}

.order-box h2 {
  display: flex;
  align-items: center;
  gap: 7px;
  margin: 0;
  font-size: var(--fs-h2);
}

.summary-list {
  display: grid;
  gap: 8px;
}

.summary-list > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 38px;
  padding: 8px 0;
  border-bottom: 1px solid var(--line);
  color: var(--muted);
  font-size: 13px;
}

.summary-list > div:last-child {
  border-bottom: 0;
}

.summary-list b {
  color: var(--ink);
  text-align: left;
}

.summary-list .total {
  color: var(--ink);
  font-size: 15px;
  font-weight: 800;
}

.summary-list .total b {
  color: var(--brand);
  font-size: 18px;
}

.checkout-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 400px);
  gap: 20px;
  align-items: start;
}

.checkout-items {
  display: grid;
  gap: 8px;
  margin-bottom: 12px;
}

.checkout-items > div {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 9px 0;
  border-bottom: 1px solid var(--line);
  font-size: 13px;
}

.checkout-items b {
  color: var(--brand);
  white-space: nowrap;
}

.mobile-cta__item + .mobile-cta__item {
  margin-inline-start: 0;
}

.mobile-cta__item:first-child {
  border-radius: 0;
}

.mobile-cta__item:last-child {
  border-radius: 0;
}

.checkout-summary {
  margin: 12px 0;
  padding: 10px 12px;
  background: var(--soft-2);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.payment-options {
  display: grid;
  gap: 8px;
  margin: 12px 0;
}

.payment-options label {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 42px;
  padding: 8px 10px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  color: #333;
  font-size: 13px;
  font-weight: 700;
}

.payment-options input {
  accent-color: var(--brand);
}

.payment-options__item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  min-height: 52px;
  padding: 10px 12px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.payment-options__item span {
  display: grid;
  gap: 2px;
}

.payment-options__item b {
  color: var(--ink);
  font-size: 13px;
}

.payment-options__item small {
  color: var(--muted);
  font-size: 12px;
  font-weight: 500;
}

.wc-trust {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--card-gap);
  margin-top: 14px;
}

.wc-trust__item {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 8px;
  align-items: start;
  padding: 12px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.wc-trust__item .icon {
  color: var(--brand);
  font-size: var(--wc-trust-icon-size, 22px);
  line-height: 1;
  width: 1em;
  height: 1em;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}

.product-detail-trust .wc-trust {
  --wc-trust-icon-size: 28px;
}

.product-detail-trust .wc-trust__item {
  align-items: center;
  gap: 10px;
}

.product-detail-trust .wc-trust__item .icon {
  font-size: var(--wc-trust-icon-size, 28px);
}

.wc-trust__item b {
  display: block;
  font-size: 13px;
}

.wc-trust__item span,
.wc-trust__item .wc-trust__text {
  color: var(--muted);
  font-size: 12px;
}

.cart-actions-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  justify-content: space-between;
}

.cart-actions-row .coupon,
.checkout-coupon {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}

.cart-actions-row .coupon input,
.checkout-coupon input {
  min-width: 160px;
  height: 40px;
  padding: 0 12px;
  border: 1px solid var(--line-2);
  border-radius: var(--radius);
  background: var(--white);
}

.cart-actions-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.cart-section-head__notice {
  display: none;
}

.checkout-main {
  display: grid;
  gap: 14px;
}

.checkbox-row {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin: 10px 0;
  color: var(--ink);
  font-size: 13px;
  font-weight: 600;
}

.checkbox-row input {
  margin-top: 4px;
  accent-color: var(--brand);
}

.shipping-address-fields.is-collapsed {
  display: none;
}

.shipping-methods {
  display: grid;
  gap: 8px;
  margin-top: 12px;
}

.shipping-methods h3,
.payment-options h3 {
  margin: 4px 0 0;
  font-size: 15px;
}

.field--full {
  grid-column: 1 / -1;
}

.checkout-alt-actions {
  display: grid;
  gap: 8px;
  margin: 10px 0;
}

.checkout-alt-actions .btn {
  width: 100%;
}

.order-received-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin: 18px 0;
  text-align: right;
}

.woocommerce-order-overview {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 18px 0;
  padding: 0;
  list-style: none;
  text-align: right;
}

.woocommerce-order-overview li {
  display: grid;
  gap: 4px;
  padding: 12px;
  background: var(--soft-2);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.woocommerce-order-overview span {
  color: var(--muted);
  font-size: 12px;
}

.order-received address {
  margin: 0 0 14px;
  color: var(--muted);
  font-style: normal;
  line-height: 1.8;
}

body.arsin-account .account-layout,
body.arsin-account .account-layout.woocommerce-MyAccount-content-wrap {
  display: grid;
  grid-template-columns: minmax(220px, 240px) minmax(0, 1fr);
  gap: var(--gap-lg);
  align-items: start;
  direction: rtl;
}

/* WC/Storefront float nav (~17.6% → ~72px in narrow containers) — reset for grid */
body.arsin-account .account-layout > .woocommerce-MyAccount-navigation,
body.arsin-account .account-layout > .account-nav,
body.arsin-account .woocommerce-MyAccount-navigation.account-nav {
  float: none !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
}

body.arsin-account .account-layout > .woocommerce-MyAccount-content,
body.arsin-account .account-layout > .account-content,
body.arsin-account .woocommerce-MyAccount-content.account-content {
  float: none !important;
  width: auto !important;
  max-width: none !important;
  margin: 0 !important;
}

body.arsin-account .account-nav,
body.arsin-account .woocommerce-MyAccount-navigation.account-nav {
  display: grid;
  width: 100%;
  min-width: 0;
  gap: 12px;
  padding: 12px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  align-self: start;
}

body.arsin-account .account-nav ul {
  display: grid;
  gap: 4px;
  margin: 0;
  padding: 0;
  list-style: none;
}

body.arsin-account .account-nav a {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 40px;
  padding: 8px 10px;
  border-radius: var(--radius);
  color: var(--ink-soft);
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}

.mobile-catalog-sidebar-backdrop {
  position: fixed;
  inset: 0;
  z-index: var(--arsin-z-sheet-backdrop, 40);
  background: var(--arsin-sheet-scrim, rgba(15, 18, 22, 0.55));
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity .24s ease, visibility 0s linear .24s;
}

.mobile-catalog-sidebar-backdrop[hidden] {
  display: none !important;
}

body.mobile-catalog-sidebar-open .mobile-catalog-sidebar-backdrop,
.mobile-catalog-sidebar-backdrop.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition: opacity .24s ease, visibility 0s linear 0s;
}

body.mobile-catalog-sidebar-open {
  overflow: hidden;
  padding-right: var(--arsin-scrollbar-compensation, 0px);
}

.catalog-sidebar__skeleton {
  display: grid;
  gap: 12px;
}

.catalog-sidebar__skeleton-label {
  margin: 0;
  color: var(--muted);
  font-size: var(--fs-meta, 15px);
  font-weight: 700;
}

.catalog-sidebar.is-loading .catalog-sidebar__skeleton .skeleton--btn {
  display: inline-block;
  min-width: 72px;
  min-height: 36px;
  border-radius: 999px;
}

.mobile-cta__item.is-loading {
  opacity: .88;
  pointer-events: none;
}

body.arsin-account .account-nav li.is-active a,
body.arsin-account .account-nav a:hover {
  background: var(--brand-soft);
  color: var(--brand);
}

body.arsin-account .account-nav__sales {
  justify-content: center;
}

body.arsin-account .account-content {
  display: grid;
  gap: 14px;
  min-width: 0;
}

.account-auth-grid,
.account-addresses {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.account-auth-panel {
  max-width: 520px;
  margin: 0 auto;
}

.asc-login-tabs {
  display: flex;
  gap: 6px;
  margin-bottom: 16px;
  padding: 4px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--soft-2);
}

.asc-login-tab {
  flex: 1;
  min-height: 40px;
  border: 0;
  border-radius: calc(var(--radius) - 2px);
  background: transparent;
  color: var(--ink-soft);
  font: inherit;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
}

.asc-login-tab--active {
  background: var(--white);
  color: var(--brand);
  box-shadow: 0 1px 3px rgba(0, 0, 0, .06);
}

.asc-login-panel {
  display: grid;
  gap: 12px;
}

.asc-login-form {
  display: grid;
  gap: 12px;
}

.account-otp-register,
.asc-otp-register-row {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.account-auth-panel h2 {
  display: flex;
  align-items: center;
  gap: 6px;
  margin: 0 0 12px;
  font-size: var(--fs-h2);
}

.asc-otp-form {
  display: grid;
  gap: 12px;
}

.asc-otp-actions {
  flex-wrap: wrap;
}

.asc-otp-message.is-error {
  color: #c62828;
}

.asc-otp-message.is-success {
  color: #2e7d32;
}

.asc-otp-resend-wrap {
  display: block;
  margin-top: 6px;
}

.asc-otp-resend {
  border: 0;
  background: none;
  color: var(--brand);
  font: inherit;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
  padding: 0;
}

.asc-otp-resend:disabled {
  opacity: .55;
  cursor: not-allowed;
}

.section-title {
  margin: 0 0 14px;
  font-size: 20px;
}

.about-intro h2 {
  margin-top: 0;
}

.about-block {
  display: grid;
  gap: 16px;
}

.about-block__title {
  margin: 0;
  color: var(--text-heading, var(--ink-2));
  font-size: var(--fs-section, 1.35rem);
  font-weight: 800;
  line-height: 1.45;
}

.about-block__prose {
  display: grid;
  gap: 12px;
  max-width: 72ch;
}

.about-block__prose p {
  margin: 0;
  color: var(--ink-soft);
  font-size: var(--fs-body, 16px);
  line-height: 1.85;
}

.about-timeline {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 12px;
}

.about-timeline__item {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  padding: 14px 16px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
}

.about-timeline__year {
  font-size: 18px;
  font-weight: 800;
  color: var(--brand);
  line-height: 1.4;
}

.about-timeline__item p {
  margin: 0;
  color: var(--ink-soft);
  font-size: var(--fs-ui, 14px);
  line-height: 1.75;
}

.about-service-lead {
  margin: 4px 0 0;
  color: var(--muted);
  font-size: var(--fs-ui, 14px);
  line-height: 1.7;
}

/* About gallery — same carousel pattern as home product marquee. */
.section--about-gallery .marquee-wrap {
  position: relative;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  overflow: hidden;
}

.about-gallery-marquee {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
  overflow: hidden;
  container-type: inline-size;
  cursor: grab;
  touch-action: pan-y;
  mask-image: linear-gradient(90deg, transparent, #000 3%, #000 97%, transparent);
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 3%, #000 97%, transparent);
  user-select: none;
  -webkit-user-select: none;
}

.about-gallery-marquee__track {
  display: flex;
  gap: var(--card-gap, 14px);
  width: max-content;
  max-width: none;
  animation: about-gallery-marquee-scroll var(--about-gallery-duration, 36s) linear infinite;
  will-change: transform;
}

@media (hover: hover) and (pointer: fine) {
  .about-gallery-marquee:hover .about-gallery-marquee__track,
  .about-gallery-marquee:focus-within .about-gallery-marquee__track {
    animation-play-state: paused;
  }
}

.marquee-wrap.is-controlled .about-gallery-marquee {
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x proximity;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 4px;
  scrollbar-width: thin;
  cursor: grab;
  touch-action: pan-x;
  mask-image: none;
  -webkit-mask-image: none;
}

.marquee-wrap.is-controlled .about-gallery-marquee__track,
.marquee-wrap.is-paused .about-gallery-marquee__track {
  animation-play-state: paused;
}

.marquee-wrap.is-controlled .about-gallery-marquee__track {
  animation: none !important;
  transform: none !important;
  overflow-x: visible;
  width: max-content;
  max-width: none;
}

.marquee-wrap.is-controlled .about-gallery-card {
  scroll-snap-align: start;
}

/* RTL: same +50% direction as .product-marquee / .brand-marquee (clone set). */
@keyframes about-gallery-marquee-scroll {
  from { transform: translateX(0); }
  to { transform: translateX(50%); }
}

.about-gallery-card {
  /* ~3.2 cards visible with peek — mirrors home product marquee density. */
  flex: 0 0 calc((100cqi - (var(--card-gap, 14px) * 2.2)) / 3.2);
  width: calc((100cqi - (var(--card-gap, 14px) * 2.2)) / 3.2);
  min-width: min(220px, calc(100vw - 48px));
  margin: 0;
  overflow: hidden;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.about-gallery-card__media {
  aspect-ratio: 3 / 2;
  overflow: hidden;
  background: var(--media);
}

.about-gallery-card__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}

.about-gallery-card figcaption {
  display: none;
}

@media (max-width: 760px) {
  .about-gallery-card {
    /* Mobile: ~1 full + peek — same density idea as home product marquee. */
    flex: 0 0 min(280px, calc(100vw - 48px));
    width: min(280px, calc(100vw - 48px));
    min-width: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .about-gallery-marquee__track {
    animation: none;
  }

  .about-gallery-card--clone {
    display: none !important;
  }

  .section--about-gallery .marquee-wrap,
  .section--about-gallery .about-gallery-marquee {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    mask-image: none;
    -webkit-mask-image: none;
  }

  .section--about-gallery .about-gallery-marquee__track {
    display: flex;
    width: max-content;
    max-width: none;
  }
}

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

.about-why-card {
  margin: 0;
  padding: 16px 16px 14px;
  display: grid;
  gap: 8px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.about-why-card__title {
  margin: 0;
  color: var(--brand);
  font-size: var(--fs-card-title, 1.05rem);
  font-weight: 800;
  line-height: 1.45;
}

.about-why-card__text {
  margin: 0;
  color: var(--ink-soft);
  font-size: var(--fs-ui, 14px);
  line-height: 1.75;
}

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

.about-service-gallery__item {
  margin: 0;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  background: var(--white);
}

.about-service-gallery__item figcaption {
  padding: 10px 12px;
  font-size: 12px;
  color: var(--muted);
  line-height: 1.6;
}

.contact-why__title {
  margin: 0 0 12px;
  color: var(--text-heading, var(--ink-2));
  font-size: var(--fs-section, 1.35rem);
  font-weight: 800;
  line-height: 1.45;
}

.contact-why__list {
  margin: 0;
  padding: 0 18px 0 0;
  display: grid;
  gap: 10px;
}

.contact-why__list li {
  line-height: 1.7;
  color: var(--ink-soft);
}

.contact-why--hero {
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.contact-why--hero .contact-why__title {
  margin: 0 0 12px;
  color: var(--text-heading, var(--ink-2));
  font-size: var(--fs-section, 1.35rem);
  font-weight: 800;
  line-height: 1.45;
}

.contact-why__items {
  display: grid;
  gap: 12px;
}

.contact-why__item {
  display: grid;
  gap: 6px;
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
}

.contact-why__item-title {
  margin: 0;
  color: var(--brand);
  font-size: var(--fs-card-title, 1.05rem);
  font-weight: 800;
  line-height: 1.45;
}

.contact-why__item-text {
  margin: 0;
  color: var(--ink-soft);
  font-size: var(--fs-ui, 14px);
  line-height: 1.75;
}

.contact-hero > div:first-child {
  display: grid;
  align-content: center;
  gap: 12px;
  min-width: 0;
}

.contact-hero > div:first-child > .eyebrow,
.contact-hero > div:first-child > h1,
.contact-hero > div:first-child > .lead,
.contact-hero > div:first-child > .contact-why--hero,
.contact-hero > div:first-child > .hero-actions {
  margin: 0;
}

.contact-hero > div:first-child > .eyebrow {
  width: fit-content;
  font-size: var(--fs-meta);
  line-height: 1.5;
}

.contact-hero > div:first-child > h1 {
  font-size: clamp(28px, 3vw, var(--fs-hero));
  line-height: 1.45;
}

.contact-hero > div:first-child > .lead {
  max-width: 62ch;
  color: var(--muted);
  font-size: var(--fs-body);
  line-height: 1.9;
}

.contact-hero > div:first-child > .hero-actions {
  margin-top: 4px;
}

/* Band page heroes (about / contact / blog): fixed 3:2 media frame. */
.band .hero .hero-media {
  aspect-ratio: 3 / 2;
  min-height: 0;
  align-self: center;
}

.band .hero .hero-media picture,
.band .hero .hero-media img,
.band .hero .hero-media .hero-media__placeholder {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
  object-position: center;
}

.contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(300px, .95fr);
  gap: 24px;
  align-items: start;
}

.contact-details {
  display: grid;
  gap: 18px;
}

.contact-panel {
  display: grid;
  gap: 12px;
}

.contact-panel__title {
  margin: 0;
  font-size: var(--type-lg, 16px);
  font-weight: 800;
  line-height: 1.5;
}

.contact-map {
  min-height: 420px;
  padding: 16px;
  overflow: hidden;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.contact-map #neshanMapContainer {
  width: 100% !important;
  height: 100% !important;
  min-height: 388px;
  margin: 0 !important;
  border: 1px solid var(--line);
  border-radius: calc(var(--radius) - 2px);
  overflow: hidden;
  background: var(--media, #f5f5f5);
}

.contact-map__frame {
  display: block;
  width: 100%;
  min-height: 388px;
  border: 1px solid var(--line);
  border-radius: calc(var(--radius) - 2px);
}

.contact-map__placeholder {
  display: grid;
  place-items: center;
  gap: 10px;
  min-height: 388px;
  padding: 24px;
  color: var(--muted);
  text-align: center;
  line-height: 1.8;
  border: 1px dashed var(--line-2);
  border-radius: calc(var(--radius) - 2px);
  background: var(--media, #f5f5f5);
}

@media (min-width: 761px) {
  .contact-map {
    position: sticky;
    top: 110px;
    align-self: start;
  }
}

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

.article-strip--grid .article-card {
  min-width: 0;
}

.account-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--card-gap);
  margin: 14px 0;
}

.account-stats .surface {
  display: grid;
  gap: 4px;
  padding: var(--card-pad);
  text-align: center;
}

.account-stats b {
  font-size: 22px;
  color: var(--brand);
}

.account-stats span {
  color: var(--muted);
  font-size: 12px;
}

.account-address-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 8px;
}

.account-address-head h2 {
  margin: 0;
}

.account-orders-table,
.shop_table.order_details {
  width: 100%;
  border-collapse: collapse;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  font-size: 13px;
}

.account-orders-table th,
.account-orders-table td,
.shop_table.order_details th,
.shop_table.order_details td {
  padding: 12px;
  text-align: right;
  border-bottom: 1px solid var(--line);
}

.account-orders-table th,
.shop_table.order_details th {
  background: var(--soft);
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.order-received {
  max-width: 760px;
  margin: 0 auto;
  padding: 28px;
  background: var(--white);
  border: 1px solid var(--line);
  border-top: 4px solid var(--success);
  border-radius: var(--radius);
  text-align: center;
}

.order-received > .icon {
  display: inline-grid;
  place-items: center;
  width: 62px;
  height: 62px;
  margin-bottom: 10px;
  background: #eef9f5;
  color: var(--success);
  border-radius: 50%;
  font-size: 38px;
}

.order-received h1 {
  margin: 0;
}

.order-received p {
  margin: 7px 0;
  color: var(--muted);
}

.order-received .summary-list {
  margin: 18px 0;
  text-align: right;
}

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

.contact-stack {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.contact-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 0;
  align-items: start;
  padding: 16px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.contact-card__body {
  display: grid;
  gap: 6px;
  min-width: 0;
}

.contact-card__label {
  margin: 0;
  font-size: var(--fs-card-title, 15px);
  font-weight: 800;
  line-height: 1.5;
}

.contact-card__text {
  margin: 0;
  color: var(--muted);
  font-size: var(--fs-meta);
  line-height: 1.8;
}

.contact-card__link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-width: 0;
  max-width: 100%;
  color: var(--brand);
  font-size: var(--fs-meta);
  font-weight: 700;
  line-height: 1.6;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.contact-card__link:hover {
  color: var(--brand-2);
}

.contact-item {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 10px;
  min-height: 96px;
  padding: 14px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.contact-item .icon {
  color: var(--brand);
  font-size: 26px;
}

.contact-item b {
  display: block;
  margin-bottom: 4px;
}

.contact-item span,
.contact-item a {
  color: var(--muted);
  font-size: var(--fs-meta);
}

.empty-state {
  padding: 24px;
  color: var(--muted);
  background: var(--white);
  border: 1px dashed var(--line-2);
  border-radius: var(--radius);
  text-align: center;
}

/* ---------------------------------------------------------------------------
   Skeleton loading system
   Use same class names in WP template-parts/loading/ for AJAX filters & hydrate.
   Full page content should SSR in PHP; skeleton is for pending/partial states.
---------------------------------------------------------------------------- */

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skeleton {
  display: block;
  background: linear-gradient(
    90deg,
    var(--skeleton-base) 0%,
    var(--skeleton-shine) 45%,
    var(--skeleton-base) 90%
  );
  background-size: 220% 100%;
  border-radius: var(--radius);
  animation: skeleton-shimmer var(--skeleton-duration) ease-in-out infinite;
  content-visibility: auto;
}

.skeleton--line {
  height: 12px;
  width: 100%;
}

.skeleton--line-short {
  width: 62%;
}

.skeleton--eyebrow {
  width: 160px;
  height: 14px;
}

.skeleton--title {
  width: 92%;
  height: 28px;
}

.skeleton--title-short {
  width: 68%;
}

.skeleton--lead {
  width: 100%;
  height: 12px;
}

.skeleton--lead-short {
  width: 78%;
}

.skeleton--btn {
  width: 168px;
  height: 42px;
}

.skeleton--btn-ghost {
  width: 148px;
}

.skeleton--heading {
  width: 220px;
  height: 22px;
}

.skeleton--sub {
  width: min(420px, 80%);
  height: 12px;
}

.skeleton--logo {
  width: 148px;
  height: 40px;
}

.skeleton--search {
  flex: 1;
  height: 42px;
  min-width: 120px;
}

.skeleton--actions {
  width: 220px;
  height: 42px;
}

.skeleton--nav {
  width: 72px;
  height: 14px;
}

.skeleton--topbar {
  width: 180px;
  height: 10px;
}

.skeleton--topbar-wide {
  width: min(420px, 55%);
  height: 10px;
}

.skeleton--trust {
  height: 72px;
  min-width: 0;
}

.skeleton--price {
  width: 48%;
  height: 18px;
  margin-top: 4px;
}

.skeleton--media {
  width: 100%;
  background-color: var(--media);
}

.skeleton-header,
.skeleton-nav {
  display: flex;
  align-items: center;
  gap: var(--space-4);
}

.skeleton-shell .topbar__inner {
  display: flex;
  justify-content: space-between;
  gap: var(--space-4);
  align-items: center;
  min-height: 34px;
}

.skeleton-nav {
  min-height: 44px;
  flex-wrap: wrap;
}

.skeleton-hero {
  align-items: stretch;
}

.skeleton-hero__copy {
  display: grid;
  gap: var(--space-4);
  align-content: start;
  padding-block: 8px;
}

.skeleton-hero__ctas {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-3);
  margin-top: 4px;
}

.skeleton-hero__media {
  aspect-ratio: 1.15 / 1;
  min-height: 280px;
}

.skeleton-trust {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: var(--card-gap);
  margin-top: 8px;
}

.skeleton-section-head {
  display: grid;
  gap: var(--space-3);
  margin-bottom: var(--space-5);
}

.skeleton-card {
  display: grid;
  gap: 0;
  min-width: 0;
  padding: 0;
  overflow: hidden;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.skeleton-card--category {
  gap: var(--space-3);
  padding-bottom: var(--card-pad);
}

.skeleton-card--product {
  display: flex;
  flex-direction: column;
  min-height: 0;
  padding-bottom: 0;
}

.skeleton-card--category .skeleton--line,
.skeleton-card--category .skeleton--price {
  margin-inline: var(--card-pad);
}

.skeleton-card__media {
  aspect-ratio: 1.25 / 1;
  border-radius: 0;
}

.skeleton-card__media--square {
  flex: 0 0 auto;
  aspect-ratio: 1 / 1;
  border-radius: 0;
  border-bottom: 1px solid var(--line);
}

.skeleton-card__body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  gap: 0;
  min-height: 0;
  padding: 8px;
}

.skeleton--card-title {
  flex: 1 1 auto;
  width: 100%;
  min-height: calc(1.5em * 2);
  height: calc(12.5px * 1.5 * 2);
  margin: 0;
}

.skeleton--card-label {
  flex: 0 0 auto;
  width: 72%;
  height: 22px;
  margin-top: 4px;
}

.skeleton-card__foot {
  display: grid;
  gap: 7px;
  flex: 0 0 auto;
  margin-top: 6px;
  padding-top: 8px;
  border-top: 1px solid var(--line);
}

.skeleton-card__foot .skeleton--price {
  width: 58%;
  height: 18px;
  margin-top: 0;
}

.skeleton-card__actions {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 7px;
  align-items: center;
}

.skeleton--cta {
  width: 100%;
  height: 38px;
  min-height: 38px;
}

.skeleton--icon-btn {
  width: 38px;
  min-width: 38px;
  height: 38px;
  min-height: 38px;
}

.skeleton--banner {
  width: 100%;
  min-width: 0;
  height: 40px;
}

/* Soft loading for shop/category AJAX (no product-archive skeletons). */
.asc-shop-loading ul.products {
  opacity: 0.55;
  pointer-events: none;
}

@media (max-width: 760px) {
  .skeleton-card__body {
    padding: 8px;
  }

  .skeleton-card__actions {
    gap: 7px;
  }

  .skeleton--cta,
  .skeleton--icon-btn {
    min-height: 38px;
  }
}


.asc-archive-blocks--loading {
  opacity: 0.55;
  pointer-events: none;
}

.asc-shop-loading .catalog-main {
  overflow-anchor: none;
}

.skeleton-status {
  margin: 0;
}

@keyframes skeleton-shimmer {
  0% {
    background-position: 100% 0;
  }
  100% {
    background-position: -100% 0;
  }
}

@media (max-width: 980px) {
  .skeleton-trust {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }


  .skeleton-shell .skeleton--actions {
    display: none;
  }
}

@media (max-width: 720px) {
  .skeleton-hero__media {
    min-height: 200px;
  }

  .skeleton-shell .skeleton--topbar-wide {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .skeleton {
    animation: none;
    background: var(--skeleton-base);
  }
}

/* Theme skeleton overlays disabled — WooCommerce/WordPress defaults only. */
.arsin-skeleton-host,
.arsin-skeleton-overlay,
[data-skeleton-overlay] {
  display: none !important;
}

/*
 * Checkout lock fix: WooCommerce jquery.blockUI overlays the whole form during
 * update_order_review. If AJAX hangs or leaves .blockUI behind, the page feels
 * frozen. Never let overlays trap clicks — always-on (even without checkout.css).
 */
body.woocommerce-checkout .blockUI,
body.woocommerce-checkout .blockOverlay,
body.arsin-checkout .blockUI,
body.arsin-checkout .blockOverlay,
body.arsin-checkout-blocks .blockUI {
  pointer-events: none !important;
}

.skeleton-checkout {
  display: grid;
  gap: 16px;
  width: 100%;
}

.skeleton-checkout__items {
  display: grid;
  gap: 12px;
}

.skeleton-checkout__item {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr) 64px;
  gap: 10px;
  align-items: center;
}

.skeleton-checkout__thumb {
  width: 72px;
  height: 72px;
  min-height: 72px;
}

.skeleton-checkout__meta {
  display: grid;
  gap: 8px;
}

.skeleton-checkout__summary {
  display: grid;
  gap: 10px;
  padding-top: 8px;
  border-top: 1px solid var(--line);
}

.skeleton-checkout__total {
  width: 48%;
  height: 18px;
}

.skeleton-checkout__payment {
  display: grid;
  gap: 10px;
  padding-top: 8px;
  border-top: 1px solid var(--line);
}

.skeleton-checkout__method {
  width: 100%;
  height: 40px;
}

.skeleton-checkout__place {
  width: 100%;
  height: 46px;
  margin-top: 4px;
}

.skeleton-mini-cart {
  display: grid;
  gap: 12px;
  width: 100%;
  min-height: 140px;
}

.skeleton-mini-cart__items {
  display: grid;
  gap: 10px;
}

.skeleton-mini-cart__row {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
}

.skeleton-mini-cart__thumb {
  width: 48px;
  height: 48px;
  min-height: 48px;
}

.skeleton-mini-cart__meta {
  display: grid;
  gap: 7px;
}

.skeleton-mini-cart__foot {
  display: grid;
  gap: 10px;
  padding-top: 8px;
  border-top: 1px solid var(--line);
}

.skeleton-mini-cart__foot .skeleton--btn {
  width: 100%;
  height: 38px;
}

.footer {
  margin-top: 8px;
  padding: 42px 0 96px;
  background: #222;
  color: #e8edf3;
  font-size: var(--fs-body);
  line-height: 1.75;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.25fr .85fr 1.1fr 1fr;
  gap: 26px;
  align-items: start;
}

@media (min-width: 1121px) {
  .footer-col--links {
    order: 1;
  }

  .footer-col--addresses {
    order: 2;
  }

  .footer-col--contact {
    order: 3;
  }

  .footer-col--about {
    order: 4;
  }
}

.footer h3,
.footer__heading {
  display: block;
  margin: 0 0 9px;
  color: #fff;
  font-size: var(--fs-nav);
  font-weight: 700;
  line-height: 1.45;
}

.footer__heading .icon,
.footer-list .icon,
.footer-row .icon {
  display: none !important;
}

.footer__about-text,
.footer-col--about > p {
  margin: 0;
  color: #c9d0d8;
  font-size: var(--fs-body);
  line-height: 1.9;
  text-align: right;
}

.footer a {
  color: #c9d0d8;
  text-decoration: none;
}

.footer a:hover {
  color: #fff;
}

.footer-links-nav {
  display: block;
}

.footer-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-list .footer-list__item--account {
  grid-column: 1 / -1;
}

.footer-list a {
  display: flex;
  min-height: 34px;
  align-items: center;
  justify-content: center;
  gap: 0;
  margin: 0;
  padding: 8px 10px;
  border: 0;
  border-radius: var(--radius-sm, 4px);
  background: rgba(255, 255, 255, .06);
  color: #e7edf4;
  font-size: var(--fs-body);
  font-weight: 700;
  line-height: 1.45;
  text-align: center;
}

.footer-list .footer-list__item--account a {
  width: 100%;
}

.footer-list a:hover,
.footer-list a:focus-visible {
  background: rgba(255, 255, 255, .12);
  color: #fff;
}

.footer-col--addresses {
  display: block;
}

.footer-address + .footer-address {
  margin-top: 10px;
}

.footer-address {
  display: block;
  margin: 0;
  color: #c9d0d8;
  font-size: var(--fs-body);
  line-height: 1.75;
}

.footer-address__label {
  display: inline;
  margin: 0;
  margin-inline-end: 0.35em;
  color: #fff;
  font-size: inherit;
  font-weight: 700;
  white-space: nowrap;
}

.footer-address__text {
  display: inline;
  margin: 0;
  color: #c9d0d8;
  font-size: inherit;
  font-style: normal;
  line-height: inherit;
}

.footer-contacts {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}

.footer-contact {
  display: flex;
  min-width: 0;
  flex-direction: row;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  margin: 0;
  color: inherit;
  font-size: var(--fs-body);
}

.footer-contact strong {
  color: #fff;
  font-size: inherit;
  font-weight: 700;
}

.footer-contact bdi {
  color: #c9d0d8;
  font-size: inherit;
  unicode-bidi: isolate;
}

.footer-contact[href^="tel:"] bdi,
.footer-contact[href^="mailto:"] bdi {
  direction: ltr;
}

/* Legacy row markup (if cached) */
.footer-row {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  color: #c9d0d8;
  font-size: var(--fs-body);
  line-height: 1.75;
}

.footer-row strong {
  display: block;
  color: #fff;
  font-size: inherit;
}

.footer-socials,
.footer-badges {
  margin-top: 13px;
}

.footer-badges {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  width: 100%;
  max-width: 360px;
}

.footer-badge--logo {
  min-height: 72px;
  padding: 10px 12px;
  justify-content: center;
}

.footer-badge--logo img,
.footer-badge--script img {
  display: block;
  width: auto;
  max-width: 100%;
  max-height: 52px;
  object-fit: contain;
}

.footer-badge--script {
  min-height: 72px;
  padding: 10px 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.social-link--text {
  padding: 0 10px;
  font-weight: 500;
  font-size: var(--fs-meta);
  white-space: nowrap;
}

.footer-bottom .footer-socials {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  margin-top: 0;
}

.social-link,
.footer-badge {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 34px;
  padding: 6px 9px;
  border-radius: var(--radius-sm, 4px);
  font-size: var(--fs-meta);
}

.social-link {
  border: 1px solid #474747;
  background: #2c2c2c;
  color: #fff;
}

/* Trust badges — same chip surface as footer quick-links */
.footer-badge,
.footer-badge--logo,
.footer-badge--script,
#enamad.footer-badge,
#torob.footer-badge,
#zarinpal.footer-badge {
  border: 0;
  background: rgba(255, 255, 255, .06);
  border-radius: var(--radius-sm, 4px);
  color: inherit;
}

.footer-badge--script,
#enamad.footer-badge,
#torob.footer-badge,
#zarinpal.footer-badge {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 72px;
  padding: 10px 12px;
  background: rgba(255, 255, 255, .06);
  border: 0;
}

.footer-badge--script img,
#enamad.footer-badge img,
#torob.footer-badge img,
#zarinpal.footer-badge img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 52px;
  object-fit: contain;
}

.footer-badge--script .trust-seal,
#enamad.footer-badge .trust-seal,
#torob.footer-badge .trust-seal,
#zarinpal.footer-badge .trust-seal {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 52px;
}

.social-link--text:hover,
.social-link--icon:hover {
  color: #fff;
  border-color: #5a5a5a;
  background: #333;
}

.social-link--icon {
  width: 36px;
  height: 36px;
  min-height: 36px;
  padding: 0;
  justify-content: center;
  background: #2c2c2c;
}

.social-link--icon img,
.social-link--icon svg {
  width: 18px;
  height: 18px;
  display: block;
}

.social-link--icon svg {
  fill: currentColor;
}

.social-mark {
  display: inline-grid;
  place-items: center;
  width: 22px;
  height: 22px;
  background: var(--white);
  color: var(--brand);
  border-radius: var(--radius);
  font-weight: 800;
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 24px;
  padding-top: 15px;
  border-top: 1px solid #414141;
}

.footer-bottom p {
  margin: 0;
  color: #c9d0d8;
  font-size: var(--fs-meta);
}

.mobile-cta {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: var(--arsin-z-mobile-cta, 28);
  display: none;
  gap: 0;
  padding: 6px 8px calc(6px + env(safe-area-inset-bottom, 0px));
  background: var(--arsin-mobile-chrome-bg, #fff) !important;
  background-color: var(--arsin-mobile-chrome-bg, #fff) !important;
  border: 1px solid var(--line);
  border-right: 0;
  border-bottom: 0;
  border-left: 0;
  border-radius: 0;
  box-shadow: var(--arsin-mobile-chrome-shadow, 0 -10px 22px -12px rgba(0, 0, 0, .18));
}

/* Lift .mobile-cta against open bottom sheets (FAB contact + catalog filters). */
body.arsin-fab-sheet-open .mobile-cta,
body.mobile-catalog-sidebar-open .mobile-cta {
  box-shadow: var(--arsin-mobile-cta-sheet-shadow, 0 -8px 28px rgba(15, 18, 22, .24));
}

.mobile-cta__item {
  flex: 1;
  display: inline-flex;
  flex-direction: row;
  min-width: 0;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  gap: 5px;
  border: 0;
  border-radius: 0;
  -webkit-appearance: none;
  appearance: none;
  background: var(--arsin-mobile-chrome-bg, #fff) !important;
  background-color: var(--arsin-mobile-chrome-bg, #fff) !important;
  color: var(--ink);
  font-size: 12.5px;
  font-weight: 900;
  line-height: 1;
  white-space: nowrap;
}

/* Catalog toggle is shorter so tracking/cart keep more room. */
.mobile-cta__item[data-mobile-catalog-filters-toggle] {
  flex: 0.72;
}

.mobile-cta__item .icon {
  color: var(--muted);
  font-size: 15px;
}

.mobile-cta__item--primary {
  border-color: transparent;
  background: var(--brand);
  color: var(--white);
}

.mobile-cta__item--primary .icon {
  color: var(--white);
}

/* Mobile contact FAB — theme shell (TC-A15); ASC owns commerce flags */
.arsin-fab {
  --arsin-fab-bg: var(--brand);
  --arsin-fab-color: var(--white);
  --arsin-fab-shadow: 0 4px 12px rgba(0, 0, 0, 0.18);
  --arsin-fab-z: var(--arsin-z-fab, 25);

  position: fixed;
  z-index: var(--arsin-fab-z);
  display: none;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  direction: ltr;
}

.arsin-fab[hidden] {
  display: none !important;
}

.arsin-fab--bottom-left {
  inset-inline-start: auto;
  inset-inline-end: auto;
  left: 16px;
  right: auto;
  bottom: var(--arsin-float-clearance, 72px);
}

.arsin-fab--bottom-right {
  inset-inline-start: auto;
  inset-inline-end: auto;
  right: 16px;
  left: auto;
  bottom: var(--arsin-float-clearance, 72px);
}

.arsin-fab__trigger {
  position: relative;
  flex-shrink: 0;
  width: var(--arsin-fab-size, 56px);
  height: var(--arsin-fab-size, 56px);
  border: 0;
  border-radius: 50%;
  background: var(--arsin-fab-bg);
  color: var(--arsin-fab-color);
  box-shadow: var(--arsin-fab-shadow);
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  pointer-events: auto;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.arsin-fab__trigger:hover,
.arsin-fab__trigger:focus-visible {
  transform: scale(1.04);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.22);
  outline: 2px solid rgba(255, 255, 255, 0.85);
  outline-offset: 2px;
}

.arsin-fab__trigger-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: calc(var(--arsin-fab-size, 56px) * 0.58);
  line-height: 1;
  color: inherit;
}

.arsin-fab__trigger-icon .icon {
  font-size: inherit;
  color: inherit;
}

.arsin-fab__trigger-ring {
  position: absolute;
  inset: -6px;
  border-radius: 50%;
  border: 2px solid var(--arsin-fab-bg);
  opacity: 0;
  pointer-events: none;
}

.arsin-fab--attention .arsin-fab__trigger-ring {
  animation: arsin-fab-pulse 2s ease-out infinite;
}

@keyframes arsin-fab-pulse {
  0% {
    transform: scale(0.92);
    opacity: 0.75;
  }

  70% {
    transform: scale(1.2);
    opacity: 0;
  }

  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}

/* FAB contact options — catalog-sidebar mobile portal pattern */
.arsin-fab-sheet-backdrop {
  position: fixed;
  inset: 0;
  z-index: var(--arsin-z-sheet-backdrop, 40);
  background: var(--arsin-sheet-scrim, rgba(15, 18, 22, 0.55));
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.24s ease, visibility 0s linear 0.24s;
}

.arsin-fab-sheet-backdrop[hidden] {
  display: none !important;
}

body.arsin-fab-sheet-open .arsin-fab-sheet-backdrop,
.arsin-fab-sheet-backdrop.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition: opacity 0.24s ease, visibility 0s linear 0s;
}

.arsin-fab-sheet {
  --arsin-mobile-sheet-height: min(78dvh, calc(100vh - 72px - 56px - env(safe-area-inset-bottom, 0px)));
  position: fixed;
  top: auto;
  right: 0;
  bottom: calc(56px + env(safe-area-inset-bottom, 0px));
  left: 0;
  z-index: var(--arsin-z-sheet, 27);
  height: fit-content;
  max-height: var(--arsin-mobile-sheet-height);
  display: flex;
  flex-direction: column;
  gap: 10px;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
  padding: 20px 14px;
  border-radius: 18px 18px 0 0;
  background: var(--white);
  box-shadow: 0 -12px 38px rgba(0, 0, 0, 0.26);
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  transform: translateY(100%);
  transition:
    transform 0.32s cubic-bezier(0.32, 0.72, 0, 1),
    opacity 0.24s ease,
    visibility 0s linear 0.32s;
  direction: rtl;
}

.arsin-fab-sheet::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
}

.arsin-fab-sheet[hidden] {
  display: none !important;
}

body.arsin-fab-sheet-open .arsin-fab-sheet,
.arsin-fab-sheet.is-open,
.arsin-fab-sheet.arsin-fab-sheet--mobile-open {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
  transform: translateY(0);
  transition:
    transform 0.32s cubic-bezier(0.32, 0.72, 0, 1),
    opacity 0.24s ease,
    visibility 0s linear 0s;
}

.arsin-fab-sheet__mobile-head {
  position: relative;
  top: auto;
  z-index: 2;
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin: -14px -14px 2px;
  padding: 14px;
  border-bottom: 1px solid var(--line);
  background: var(--white);
}

.arsin-fab-sheet__mobile-head strong {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-width: 0;
  color: var(--text-heading);
  font-size: var(--fs-ui);
  font-weight: 700;
}

.arsin-fab-sheet__mobile-close {
  appearance: none;
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 1px solid var(--brand-line);
  border-radius: var(--radius);
  background: var(--brand-soft);
  color: var(--brand);
  cursor: pointer;
  line-height: 1;
}

.arsin-fab-sheet__nav {
  display: grid;
  flex: 1 1 auto;
  grid-auto-rows: max-content;
  align-content: start;
  gap: 10px;
  min-width: 0;
  min-height: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

.arsin-fab-sheet__nav::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
}

.arsin-fab-sheet__options {
  align-self: start;
  height: auto;
  background: var(--white, #fff);
  border: none;
  border-image: none;
}

.arsin-fab-sheet__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 8px;
}

.arsin-fab-sheet__item {
  margin: 0;
  padding: 0;
}

.arsin-fab-sheet__item:not(:last-child) {
  padding-bottom: 8px;
  border-bottom: 1px solid var(--line);
}

.arsin-fab__action {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
  min-height: 44px;
  padding: 8px 10px;
  border: 1px solid transparent;
  border-radius: var(--radius);
  background: transparent;
  color: var(--ink);
  box-shadow: none;
  text-decoration: none;
  font-size: var(--fs-body);
  font-weight: 600;
  line-height: 1.45;
  cursor: pointer;
  text-align: right;
  transition: border-color var(--ease), background var(--ease), color var(--ease);
}

.arsin-fab__action:hover,
.arsin-fab__action:focus-visible {
  border-color: transparent;
  background: var(--soft-2);
  color: var(--ink-2);
  outline: none;
}

.arsin-fab__action .icon {
  flex-shrink: 0;
  color: var(--brand);
  font-size: 20px;
}

.arsin-fab__action-copy {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 4px 8px;
  flex: 1;
  min-width: 0;
  text-align: right;
}

.arsin-fab__action-label {
  min-width: 0;
  overflow: hidden;
  color: var(--text-heading);
  font-size: var(--fs-body);
  font-weight: 700;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.arsin-fab__action-copy small {
  color: var(--muted);
  font-size: var(--fs-meta);
  font-weight: 500;
  line-height: 1.35;
  white-space: nowrap;
}

.arsin-fab__action:hover .arsin-fab__action-label,
.arsin-fab__action:focus-visible .arsin-fab__action-label {
  color: var(--ink-2);
}

.arsin-fab__brand-icon {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  line-height: 0;
}

.arsin-fab__brand-icon--whatsapp {
  color: #25d366;
}

.arsin-fab__brand-icon--bale {
  color: transparent;
}

.arsin-fab__brand-svg {
  display: block;
  width: 22px;
  height: 22px;
}

.arsin-fab-sheet__footer {
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid var(--line);
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 10px 12px;
}

.arsin-fab-sheet__footer-note {
  margin: 0;
  flex: 1 1 0;
  min-width: 0;
  color: var(--muted);
  font-size: var(--fs-meta);
  font-weight: 500;
  line-height: 1.65;
  text-align: right;
}

.arsin-fab-sheet__footer-phone {
  display: grid;
  gap: 6px;
  flex: 0 0 fit-content;
  width: fit-content;
  max-width: 100%;
}

.arsin-fab-sheet__footer-phone-label {
  color: var(--text-heading);
  font-size: var(--fs-meta);
  font-weight: 700;
}

.arsin-fab-sheet__footer-phone-row {
  display: inline-flex;
  flex-direction: column;
  align-items: stretch;
  gap: 8px;
  width: fit-content;
  max-width: 100%;
  padding: 6px 10px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--soft-2, #f6f7f8);
}

.arsin-fab-sheet__footer-phone-row .arsin-fab-sheet__copy {
  justify-content: center;
}

.arsin-fab-sheet__footer-phone-num {
  min-width: 0;
  color: var(--text-heading);
  font-size: var(--fs-body);
  font-weight: 700;
  letter-spacing: 0.02em;
  text-decoration: none;
  direction: ltr;
  unicode-bidi: isolate;
}

.arsin-fab-sheet__footer-phone-num:hover,
.arsin-fab-sheet__footer-phone-num:focus-visible {
  color: var(--brand);
  outline: none;
}

.arsin-fab-sheet__copy {
  appearance: none;
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  min-height: 32px;
  padding: 4px 10px;
  border: 1px solid var(--brand-line);
  border-radius: var(--radius);
  background: var(--brand-soft);
  color: var(--brand);
  cursor: pointer;
  font-size: var(--fs-meta);
  font-weight: 700;
  line-height: 1;
  transition: background var(--ease), color var(--ease), border-color var(--ease);
}

.arsin-fab-sheet__copy .icon {
  font-size: 16px;
}

.arsin-fab-sheet__copy-svg {
  display: block;
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}

.arsin-fab-sheet__copy:hover,
.arsin-fab-sheet__copy:focus-visible {
  background: var(--brand);
  border-color: var(--brand);
  color: #fff;
  outline: none;
}

.arsin-fab-sheet__copy.is-copied {
  background: var(--brand);
  border-color: var(--brand);
  color: #fff;
}

body.arsin-fab-sheet-open {
  overflow: hidden;
  padding-right: var(--arsin-scrollbar-compensation, 0px);
}

body.arsin-fab-sheet-open .arsin-fab {
  visibility: hidden;
  pointer-events: none;
}

body.arsin-fab-hidden .arsin-fab,
body.arsin-fab-hidden .arsin-fab-sheet,
body.arsin-fab-hidden .arsin-fab-sheet-backdrop {
  display: none !important;
}

@media (prefers-reduced-motion: reduce) {
  .arsin-fab--attention .arsin-fab__trigger-ring {
    animation: none;
    opacity: 0;
  }

  .arsin-fab-sheet-backdrop,
  .arsin-fab-sheet,
  .arsin-fab__trigger {
    transition: none;
  }
}

@media (min-width: 761px) {
  .arsin-fab-sheet,
  .arsin-fab-sheet-backdrop {
    display: none !important;
  }
}

@media (max-width: 1120px) {
  .header__inner {
    display: grid;
    grid-template-columns: 1fr;
    padding: 12px 0;
  }

  .site-branding {
    max-width: none;
  }

  .header-actions {
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .phone-box {
    text-align: right;
  }

  .hero,
  .category-band .category-hero,
  .split,
  .product-detail,
  .catalog-layout,
  .wc-layout,
  .account-auth-grid,
  .account-addresses,
  .contact-layout,
  .about-service-gallery,
  .about-why-grid,
  .article-strip--grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .account-otp-register,
  .order-received-grid,
  .wc-trust,
  .woocommerce-order-overview,
  .account-stats,
  .product-quick-specs,
  .product-usecases,
  .product-order-guide,
  .product-review-strip,
  .product-highlights {
    grid-template-columns: 1fr;
  }

  .category-band .category-hero {
    gap: 14px;
    padding: 12px 0 10px;
  }


  .category-hero__media {
    max-width: 300px;
    justify-self: start;
  }

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

  .product-gallery {
    position: static;
  }

  .product-summary {
    position: static;
  }

  .product-quick-specs,
  .product-usecases,
  .product-order-guide,
  .product-review-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sales-inline-cta {
    flex-wrap: wrap;
    align-items: center;
  }

  .sales-inline-cta__copy {
    flex: 1 1 220px;
  }

  .sales-inline-cta__actions {
    width: auto;
  }

  .sales-inline-cta .btn {
    width: auto;
  }


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

  .customer-gallery__item {
    flex-basis: 118px;
    width: 118px;
  }

  .customer-gallery__nav--prev {
    right: 4px;
  }

  .customer-gallery__nav--next {
    left: 4px;
  }

  .catalog-sidebar,
  .order-box {
    position: static;
  }

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

  .grid--products,
  .catalog-layout .grid--products,
  .asc-shop-products ul.products.grid--products,
  .asc-shop-products ul.products.grid--products.columns-6,
  .asc-shop-products ul.products.grid--products.columns-5,
  .asc-shop-products ul.products.grid--products.columns-4,
  .asc-shop-products ul.products.grid--products.columns-3 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .asc-shop-products ul.products.grid--products.columns-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .section--shop .catalog-layout,
  .section--category .catalog-layout {
    grid-template-columns: minmax(184px, 220px) minmax(0, 1fr);
    gap: 14px;
  }

  .section--shop .catalog-sidebar,
  .section--category .catalog-sidebar {
    gap: 12px;
    padding: 14px 14px 0;
  }

  .section--shop .catalog-sidebar .filter-toggle,
  .section--shop .catalog-sidebar .filter-list__item,
  .section--category .catalog-sidebar .filter-toggle,
  .section--category .catalog-sidebar .filter-list__item {
    min-height: 36px;
    padding: 6px 9px;
  }

  body.asc-shop-tablet-cols-1 .asc-shop-products ul.products.grid--products,
  body.asc-shop-tablet-cols-1 .asc-shop-products ul.products.grid--products[class*="columns-"] {
    grid-template-columns: 1fr;
  }

  body.asc-shop-tablet-cols-2 .asc-shop-products ul.products.grid--products,
  body.asc-shop-tablet-cols-2 .asc-shop-products ul.products.grid--products[class*="columns-"] {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.asc-shop-tablet-cols-3 .asc-shop-products ul.products.grid--products,
  body.asc-shop-tablet-cols-3 .asc-shop-products ul.products.grid--products[class*="columns-"] {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  body.asc-shop-tablet-cols-4 .asc-shop-products ul.products.grid--products,
  body.asc-shop-tablet-cols-4 .asc-shop-products ul.products.grid--products[class*="columns-"] {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

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

  body.arsin-blog-page .section--blog-archive .article-strip--grid,
  body.arsin-blog-page .section--blog-archive .article-strip--grid.is-cols-2,
  body.arsin-blog-page .section--blog-archive .article-strip--grid.is-cols-3,
  body.arsin-blog-page .section--blog-archive .article-strip--grid.is-cols-4 {
    grid-template-columns: 1fr;
  }

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

@media (min-width: 761px) and (max-width: 1120px) {
  .topbar__inner {
    min-height: 44px;
    flex-wrap: nowrap;
    overflow: hidden;
    justify-content: flex-start;
  }

  .topbar__marquee-track {
    flex: 0 0 max-content;
    min-width: max-content;
    animation: topbar-tablet-marquee 24s linear infinite;
    will-change: transform;
  }

  .topbar__marquee-group {
    flex: 0 0 auto;
    min-width: max-content;
    padding-inline-end: 14px;
  }

  .topbar__marquee-group[aria-hidden="true"] {
    display: flex;
  }

  .topbar__note {
    flex: 0 0 auto;
    white-space: nowrap;
  }

  .topbar__items {
    flex: 0 0 auto;
    min-width: max-content;
    flex-wrap: nowrap;
    overflow: visible;
  }

  .topbar__item {
    flex: 0 0 auto;
  }

  .header__inner {
    grid-template-columns: minmax(162px, .72fr) minmax(220px, 1fr) auto;
    grid-template-areas: "brand search actions";
    align-items: center;
    min-height: 0;
    gap: 10px;
    padding: 10px 0;
  }

  .site-branding {
    grid-area: brand;
    min-width: 0;
  }

  .brand picture,
  .brand picture .brand__logo,
  .brand__logo {
    flex-basis: 40px;
    width: 40px !important;
    height: 40px !important;
    min-width: 40px;
    max-width: 40px !important;
    max-height: 40px !important;
  }

  .brand__name {
    font-size: 16px;
  }

  .brand__tagline {
    font-size: 11px;
  }

  .searchbar {
    grid-area: search;
    width: 100%;
    min-width: 0;
  }

  .searchbar__box {
    height: 44px;
  }

  .searchbar__submit {
    min-width: 80px;
  }

  .header-actions {
    grid-area: actions;
    display: flex;
    width: auto;
    gap: 8px;
    justify-content: flex-end;
  }

  .header-actions .btn--quote {
    display: none;
  }

  .header-actions > *,
  .header-actions .cart-popover {
    flex: 0 0 auto;
    width: auto;
    min-width: 0;
  }

  .header-actions > .btn,
  .header-actions .cart-link {
    width: auto;
    min-width: 0;
    min-height: 42px;
    padding-inline: 11px;
  }

  .phone-box {
    min-width: 0;
    justify-content: center;
    min-height: 44px;
    padding: 4px 10px;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: var(--soft-2);
    text-align: center;
  }

  .phone-box small {
    display: none;
  }

  .cart-link b {
    min-width: 22px;
    height: 22px;
  }
}

@keyframes topbar-tablet-marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(50%);
  }
}

@media (max-width: 760px) {
  :root {
    /* Mobile typography — caption 14 / meta 15 / body 16 (≤760 site contract). */
    --type-xs: 14px;
    --type-sm: 15px;
    --type-md: 16px;
    --type-lg: 16px;
    --type-price: 16px;
    --type-xl: 20px;
    --type-2xl: 23px;
    --type-3xl: 26px;
    --text-2xs: 12px;
    --text-xs: 13px;
    --text-sm: var(--type-xs);
    --text-base: var(--type-md);
    --text-md: var(--type-md);
    --text-lg: var(--type-lg);
    --text-xl: 17px;
    --text-2xl: var(--type-xl);
    --text-3xl: 22px;
    --text-4xl: var(--type-2xl);
    --btn-height-sm: 36px;
    --btn-height-md: 40px;
  }

  /* Demo card price scale at mobile (matches demo ≤640 tokens). */
  .product-card {
    --pc-text-2xs: 11px;
    --pc-text-xs: 12px;
    --pc-text-sm: 13px;
    --pc-text-base: 14px;
  }

  .container {
    width: min(100% - 22px, var(--container));
  }

  .topbar > .container.topbar__inner,
  .topbar__inner {
    width: 100%;
    max-width: none;
    margin-inline: 0;
    align-items: center;
    min-height: 36px;
    height: 36px;
    padding: 0;
    padding-inline: 0;
    flex-wrap: nowrap;
    overflow: hidden;
    justify-content: flex-start;
  }

  .topbar__marquee-track {
    flex: 0 0 max-content;
    min-width: max-content;
    margin-inline: 0;
    padding-inline: 0;
    animation: topbar-tablet-marquee 24s linear infinite;
    will-change: transform;
  }

  .topbar__marquee-group {
    flex: 0 0 auto;
    min-width: max-content;
    padding-inline-end: 14px;
  }

  .topbar__marquee-group[aria-hidden="true"] {
    display: flex;
  }

  .topbar__items {
    width: auto;
    min-width: max-content;
    flex: 0 0 auto;
    flex-wrap: nowrap;
    overflow: visible;
  }

  .topbar__items::-webkit-scrollbar {
    display: none;
  }

  .topbar__note {
    flex: 0 0 auto;
    min-width: max-content;
    overflow: visible;
    white-space: nowrap;
  }

  .topbar__item {
    flex: 0 0 auto;
    min-height: 24px;
    padding: 2px 7px;
    font-size: 11px;
  }

  .header__inner {
    grid-template-columns: minmax(0, 1fr) auto auto;
    grid-template-areas:
      "brand contact menu"
      "search search search";
    align-items: center;
    gap: 7px;
    min-height: 0;
    padding: 7px 0 8px;
  }

  .site-header {
    box-shadow: 0 5px 18px rgba(15, 23, 42, .06);
  }

  .site-branding {
    grid-area: brand;
    min-width: 0;
  }

  .brand picture,
  .brand picture .brand__logo,
  .brand__logo {
    flex-basis: 40px;
    width: 40px !important;
    height: 40px !important;
    min-width: 40px;
    max-width: 40px !important;
    max-height: 40px !important;
  }

  .brand__name {
    font-size: 20px;
    line-height: 1.35;
  }

  .brand__tagline {
    display: block;
    font-size: 10.5px;
  }

  .searchbar__box {
    height: 36px;
    border-color: var(--line);
    box-shadow: 0 2px 9px rgba(15, 23, 42, .05);
  }

  .searchbar input {
    padding-inline: 10px;
    font-size: 12.5px;
  }

  .brand {
    min-width: 0;
  }

  .mobile-header-menu {
    grid-area: menu;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    box-sizing: border-box;
    width: 44px;
    min-width: 44px;
    max-width: 44px;
    height: 44px;
    min-height: 44px;
    max-height: 44px;
    padding: 0;
    border: 1px solid var(--brand);
    border-radius: var(--radius);
    background: var(--brand);
    color: var(--white);
    font-size: 12px;
    font-weight: 800;
    line-height: 1;
    white-space: nowrap;
  }

  .mobile-header-menu .icon {
    color: currentColor;
    font-size: 22px;
    width: 22px;
    height: 22px;
    line-height: 1;
  }

  .searchbar {
    grid-area: search;
    min-width: 0;
  }

  .header-actions {
    display: contents;
  }

  .header-actions .phone-box,
  .header-actions .cart-link,
  .header-actions .cart-popover,
  .header-actions .btn--quote,
  .header-actions .fab-contact-popover,
  .header-actions .btn--outline {
    display: none;
  }

  .btn--contact-pulse {
    grid-area: contact;
    box-sizing: border-box;
    width: auto;
    min-width: 0;
    height: 40px !important;
    min-height: 40px !important;
    max-height: 40px;
    padding: 0 8px !important;
    background: var(--brand-soft);
    font-size: 12px;
    line-height: 1;
    white-space: nowrap;
    box-shadow: none;
    animation: none;
  }

  .btn--contact-pulse::after {
    display: none;
  }

  .header-actions > .btn--contact-pulse {
    gap: 1px !important;
    width: auto;
    min-width: 0;
  }

  .btn--contact-pulse .icon {
    width: 16px;
    height: 16px;
    font-size: 16px;
    animation: contactIconRing 1.8s ease-in-out infinite;
  }

  .btn--contact-pulse span {
    display: inline-flex;
    min-width: 0;
    font-weight: 800;
  }

  .btn--contact-pulse strong {
    font-size: 16px;
    font-weight: 800;
    font-variant-numeric: tabular-nums;
  }

  .searchbar__submit {
    min-width: 42px;
    padding-inline: 10px;
  }

  .searchbar__submit .icon {
    width: 18px;
    height: 18px;
    font-size: 18px;
  }

  .searchbar__submit span:not(.icon) {
    display: none;
  }

  .nav {
    display: none;
  }

  .nav__inner {
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .nav__inner::-webkit-scrollbar {
    display: none;
  }

  body.arsin-mobile-catalog-filters .catalog-layout {
    grid-template-columns: 1fr !important;
  }

  body.arsin-mobile-catalog-filters .catalog-layout > .catalog-sidebar,
  body.arsin-mobile-catalog-filters > .catalog-sidebar--mobile-portal {
    --arsin-mobile-sheet-height: min(78dvh, calc(100vh - 72px - 56px - env(safe-area-inset-bottom, 0px)));
    position: fixed;
    top: auto;
    right: 0;
    bottom: calc(56px + env(safe-area-inset-bottom, 0px));
    left: 0;
    z-index: var(--arsin-z-sheet, 27);
    height: var(--arsin-mobile-sheet-height);
    max-height: var(--arsin-mobile-sheet-height);
    display: flex;
    flex-direction: column;
    gap: 10px;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
    padding: 14px 14px 0;
    border-radius: 18px 18px 0 0;
    box-shadow: 0 -12px 38px rgba(0, 0, 0, .26);
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    transform: translateY(100%);
    transition:
      transform .32s cubic-bezier(.32, .72, 0, 1),
      opacity .24s ease,
      visibility 0s linear .32s;
  }

  body.arsin-mobile-catalog-filters .catalog-layout > .catalog-sidebar .filters-panel,
  body.arsin-mobile-catalog-filters > .catalog-sidebar--mobile-portal .filters-panel {
    flex: 1 1 auto;
    min-height: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  body.arsin-mobile-catalog-filters .catalog-layout > .catalog-sidebar .filters-panel::-webkit-scrollbar,
  body.arsin-mobile-catalog-filters > .catalog-sidebar--mobile-portal .filters-panel::-webkit-scrollbar {
    display: none;
    width: 0;
    height: 0;
  }

  body.arsin-mobile-catalog-filters .catalog-layout > .catalog-sidebar .sidebar-filter-reset,
  body.arsin-mobile-catalog-filters > .catalog-sidebar--mobile-portal .sidebar-filter-reset {
    flex: 0 0 auto;
    z-index: 2;
    width: auto;
    min-height: 52px;
    margin: 0 -14px 0;
    padding: 14px 14px 14px;
    border: 0;
    border-top: 1px solid var(--brand-line, var(--line));
    border-radius: 0;
    background: var(--brand-soft);
    box-shadow: 0 -10px 24px rgba(17, 24, 39, .06);
    font-size: var(--fs-ui);
    gap: 8px;
  }

  body.arsin-mobile-catalog-filters .catalog-layout > .catalog-sidebar .sidebar-filter-reset:hover,
  body.arsin-mobile-catalog-filters > .catalog-sidebar--mobile-portal .sidebar-filter-reset:hover,
  body.arsin-mobile-catalog-filters .catalog-layout > .catalog-sidebar .sidebar-filter-reset:focus-visible,
  body.arsin-mobile-catalog-filters > .catalog-sidebar--mobile-portal .sidebar-filter-reset:focus-visible {
    background: var(--white);
    border-top-color: var(--brand);
    color: var(--brand-dark, var(--brand));
  }

  body.arsin-mobile-catalog-filters .catalog-layout > .catalog-sidebar .sidebar-filter-reset .icon,
  body.arsin-mobile-catalog-filters > .catalog-sidebar--mobile-portal .sidebar-filter-reset .icon {
    font-size: 22px;
  }

  body.arsin-mobile-catalog-filters .catalog-layout > .catalog-sidebar::-webkit-scrollbar,
  body.arsin-mobile-catalog-filters > .catalog-sidebar--mobile-portal::-webkit-scrollbar {
    display: none;
    width: 0;
    height: 0;
  }

  body.mobile-catalog-sidebar-open .catalog-layout > .catalog-sidebar,
  body.mobile-catalog-sidebar-open > .catalog-sidebar--mobile-portal {
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
    transform: translateY(0);
    transition:
      transform .32s cubic-bezier(.32, .72, 0, 1),
      opacity .24s ease,
      visibility 0s linear 0s;
  }

  .catalog-sidebar__mobile-head {
    position: relative;
    top: auto;
    z-index: 2;
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin: -14px -14px 2px;
    padding: 14px;
    border-bottom: 1px solid var(--line);
    background: var(--white);
  }

  .catalog-sidebar__mobile-head strong {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    min-width: 0;
    color: var(--text-heading);
    font-size: var(--fs-ui);
    font-weight: 700;
  }

  .catalog-sidebar__mobile-close {
    appearance: none;
    width: 36px;
    height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 1px solid var(--brand-line);
    border-radius: var(--radius);
    background: var(--brand-soft);
    color: var(--brand);
  }

  .contact-hero {
    gap: 18px;
    padding-block: 22px;
  }

  .contact-hero > div:first-child {
    gap: 10px;
  }

  .contact-hero > div:first-child > .eyebrow {
    min-height: 30px;
    font-size: 14px;
  }

  .contact-hero > div:first-child > h1 {
    font-size: 24px;
    line-height: 1.5;
  }

  .contact-hero > div:first-child > .lead {
    font-size: 15px;
    line-height: 1.8;
  }

  .contact-hero > div:first-child > .hero-actions {
    margin-top: 2px;
  }

  .contact-hero .hero-media,
  .contact-hero .hero-media img,
  .contact-hero .hero-media picture {
    min-height: 0;
  }

  .band .hero .hero-media,
  .band .hero .hero-media img,
  .band .hero .hero-media picture {
    min-height: 0;
  }

  h1,
  .product-summary h1 {
    font-size: 25px;
  }

  .lead {
    font-size: 14px;
  }

  .trust-row,
  .contact-layout,
  .grid--categories,
  .grid--products,
  .catalog-layout .grid--products,
  .brand-grid,
  .article-strip,
  .toolbar,
  .product-highlights,
  .product-review-strip,
  .contact-grid,
  .footer-grid,
  .quick-guide-grid,
  .guide-grid {
    grid-template-columns: 1fr;
  }

  .contact-layout {
    gap: 16px;
  }

  .about-why-grid {
    grid-template-columns: 1fr;
  }

  .about-timeline__item {
    grid-template-columns: 56px minmax(0, 1fr);
    gap: 10px;
    padding: 12px;
  }

  .contact-map,
  .contact-map__frame,
  .contact-map__placeholder {
    min-height: 300px;
  }

  .contact-map #neshanMapContainer {
    min-height: 268px;
  }

  .contact-map {
    order: -1;
    padding: 12px;
  }

  .contact-stack {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .footer-badges {
    gap: 12px;
    max-width: none;
  }

  .footer-badge--logo,
  .footer-badge--script,
  #enamad.footer-badge,
  #torob.footer-badge,
  #zarinpal.footer-badge {
    min-height: 86px;
    padding: 12px 10px;
  }

  .footer-badge--logo img,
  .footer-badge--script img,
  #enamad.footer-badge img,
  #torob.footer-badge img,
  #zarinpal.footer-badge img {
    max-height: 68px;
  }

  .footer-bottom {
    justify-content: center;
    text-align: center;
  }

  .footer-bottom .footer-socials {
    width: 100%;
    justify-content: center;
  }

  .footer-bottom .social-link {
    min-height: 38px;
  }

  /* Catalog mobile columns honor ASC body class (default 2). */
  .asc-shop-products ul.products.grid--products,
  .asc-shop-products ul.products.grid--products[class*="columns-"] {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.asc-shop-mobile-cols-1 .asc-shop-products ul.products.grid--products,
  body.asc-shop-mobile-cols-1 .asc-shop-products ul.products.grid--products[class*="columns-"] {
    grid-template-columns: 1fr;
  }

  body.asc-shop-mobile-cols-2 .asc-shop-products ul.products.grid--products,
  body.asc-shop-mobile-cols-2 .asc-shop-products ul.products.grid--products[class*="columns-"] {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .asc-shop-products ul.products.grid--products > li.product,
  .asc-shop-products ul.products.grid--products > li.product-card-wrap {
    min-width: 0;
  }

  .asc-shop-products ul.products.grid--products .product-card {
    min-height: 0;
  }


  .product-decision-facts,
  .product-decision-card .wc-trust,
  .product-summary .product-quick-specs {
    grid-template-columns: 1fr;
  }

  .customer-gallery__item {
    flex-basis: 110px;
    width: 110px;
  }

  .customer-gallery__item img {
    height: 84px;
  }

  .brand-chip {
    flex-basis: 210px;
    width: 210px;
  }

  .section-head {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    grid-template-areas:
      "title cta"
      "desc desc";
    align-items: center;
    gap: 10px;
  }

  .section-head > :first-child {
    display: contents;
    min-width: 0;
  }

  .section-head h2 {
    grid-area: title;
  }

  .section-head p {
    grid-area: desc;
    margin-top: 6px;
  }

  .section-head .btn,
  .section-head a[class*="btn"] {
    grid-area: cta;
    width: max-content;
    display: flex;
    justify-self: end;
    margin-block-start: 0;
    margin-right: 0;
    margin-left: 0;
  }

  .hero {
    gap: 20px;
    padding: 24px 0 22px;
  }

  .hero-copy {
    gap: 20px;
  }

  .category-hero__media--hide-mobile {
    display: none;
  }

  .hero .eyebrow {
    justify-self: start;
    width: fit-content;
    max-width: 100%;
    min-height: 28px;
    margin-bottom: 0;
    padding: 4px 8px;
    font-size: var(--fs-meta);
    line-height: 1.7;
  }

  .hero h1 {
    font-size: 24px;
    line-height: 1.38;
  }

  .hero .lead {
    display: -webkit-box;
    margin: 0;
    overflow: hidden;
    font-size: 14px;
    line-height: 1.85;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
  }

  .band .hero-copy .hero-actions {
    display: none;
  }

  .hero .trust-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px 10px;
  }

  .hero .trust-item {
    gap: 4px;
    min-height: 0;
    padding: 12px 10px;
    align-content: start;
    justify-items: start;
    text-align: start;
    border-radius: var(--radius-lg, 12px);
  }

  .hero .trust-item b {
    font-size: var(--type-sm, 15px);
    font-weight: 600;
    line-height: 1.45;
    color: var(--text-heading, var(--ink-2));
  }

  .hero .trust-item > span {
    display: -webkit-box;
    overflow: hidden;
    font-size: var(--type-sm, 15px);
    line-height: 1.6;
    color: var(--ink);
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .hero-media,
  .hero-media img {
    min-height: 220px;
  }

  .hero-proof {
    right: 10px;
    bottom: 10px;
    left: 10px;
    gap: 6px;
  }

  .hero-proof span {
    min-height: 30px;
    padding: 3px 5px;
    font-size: 11px;
    line-height: 1.45;
  }

  .section--home-categories .grid--categories {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .section--shop-categories .shop-categories-track .category-card__content {
    padding: 9px 8px 8px;
  }

  .section--home-categories .category-card__content {
    padding: 9px 8px 8px;
  }

  .section--home-categories .category-card__title {
    font-size: var(--text-xl, 17px);
    font-weight: 700;
    line-height: 1.55;
  }

  .section--home-categories .category-card__description {
    margin: 8px 0 0;
    font-size: var(--text-lg, 16px);
    font-weight: 500;
    line-height: 1.7;
    -webkit-line-clamp: 3;
  }

  .section--home-articles .article-marquee .article-card {
    /* Mobile: 1 full + ~0.5 peek. */
    flex: 0 0 calc((100cqi - (var(--card-gap) * 0.5)) / 1.5);
    width: calc((100cqi - (var(--card-gap) * 0.5)) / 1.5);
    min-width: 0;
  }

  .section--home-articles .article-card p {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 1.55;
  }

  .product-card__title,
  .category-card__description {
    min-height: auto;
  }

  .form-actions {
    grid-template-columns: 1fr;
  }

  .product-card__image img,
  .woocommerce ul.products li.product .product-card__image img,
  .woocommerce-page ul.products li.product .product-card__image img {
    padding: 24px 10px 8px;
  }

  .product-marquee .product-card,
  .product-carousel > .product-card {
    flex: 0 0 min(178px, calc(100vw - 24px));
    width: min(178px, calc(100vw - 24px));
    min-width: 0;
  }

  .toolbar {
    padding: 10px 12px;
  }

  .catalog-ordering__label {
    display: none;
  }

  .catalog-ordering {
    width: auto;
    margin-inline-start: 0;
  }

  .catalog-ordering-select {
    width: 100%;
    max-width: none;
    field-sizing: fixed;
  }

  .shop-toolbar .pills,
  .category-toolbar .pills {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: stretch;
  }

  .shop-toolbar .pills > .pill {
    width: 100%;
    justify-content: center;
  }

  .category-toolbar .pills > .pill {
    width: 100%;
    justify-content: flex-start;
    text-align: right;
  }

  .shop-toolbar .shop-toolbar__controls,
  .category-toolbar .shop-toolbar__controls,
  .category-toolbar .category-toolbar__controls {
    grid-column: 1 / -1;
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
    gap: 8px;
    width: 100%;
    min-width: 0;
    margin-inline-start: 0;
  }

  .shop-toolbar .shop-toolbar__filter-button,
  .shop-toolbar .catalog-ordering,
  .category-toolbar .shop-toolbar__filter-button,
  .category-toolbar .category-toolbar__filter-button,
  .category-toolbar .catalog-ordering {
    flex: 1 1 0;
    width: auto;
    min-width: 0;
    margin-inline-start: 0;
    order: unset;
  }

  .shop-toolbar .catalog-ordering-select,
  .category-toolbar .catalog-ordering-select {
    width: 100%;
    max-width: none;
  }

  .product-price-row {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .product-price-row strong {
    justify-self: start;
  }

  .category-children {
    margin-inline-start: 8px;
  }

  .notice {
    align-items: flex-start;
  }

  body.arsin-cart .section--cart > .container > .notice {
    display: none;
  }

  body.arsin-cart .cart-section-head__notice {
    display: flex;
    align-items: center;
    gap: 7px;
    width: 100%;
    margin-top: 4px;
    padding: 8px 10px;
    background: #eef8ff;
    border: 1px solid #cfe8f6;
    border-radius: var(--radius);
    color: #2f6f93;
    font-size: 12px;
    font-weight: 800;
    line-height: 1.6;
  }

  body.arsin-cart .cart-section-head__notice .icon {
    flex: 0 0 auto;
    color: #2f6f93;
    font-size: 18px;
  }

  body.arsin-cart .cart-table-wrap {
    overflow: visible;
  }

  body.arsin-cart .cart-table {
    min-width: 0;
    display: block;
    border-collapse: separate;
    border-spacing: 0;
  }

  body.arsin-cart .cart-table thead {
    display: none;
  }

  body.arsin-cart .cart-table tbody,
  body.arsin-cart .cart-table tr,
  body.arsin-cart .cart-table td {
    display: block;
    width: 100%;
  }

  body.arsin-cart .cart-table tr.cart_item {
    position: relative;
    display: grid;
    grid-template-columns: 76px minmax(0, 1fr);
    column-gap: 10px;
    row-gap: 0;
    padding: 12px 12px 10px;
    background: var(--white);
    border-bottom: 1px solid var(--line);
  }

  body.arsin-cart .cart-table tr.cart_item td {
    padding: 0;
    border-bottom: 0;
    text-align: right;
  }

  body.arsin-cart .cart-table tr.cart_item td::before {
    content: attr(data-title) ":";
    color: var(--muted);
    font-size: 12px;
    font-weight: 800;
  }

  body.arsin-cart .cart-table tr.cart_item .product-thumbnail {
    grid-column: 1;
    grid-row: 1 / span 4;
    align-self: start;
  }

  body.arsin-cart .cart-table tr.cart_item .product-thumbnail::before,
  body.arsin-cart .cart-table tr.cart_item .product-remove::before {
    display: none;
  }

  body.arsin-cart .cart-product-thumb,
  body.arsin-cart .cart-product-thumb img {
    display: block;
    width: 72px;
    height: 72px;
  }

  body.arsin-cart .cart-product-thumb img {
    object-fit: contain;
    background: var(--media);
    border: 1px solid var(--line);
    border-radius: var(--radius);
  }

  body.arsin-cart .cart-table tr.cart_item .product-remove {
    position: absolute;
    top: 10px;
    left: 10px;
    width: auto;
  }

  body.arsin-cart .cart-table tr.cart_item .remove-btn {
    width: 32px;
    height: 32px;
    font-size: 20px;
  }

  body.arsin-cart .cart-table tr.cart_item .product-name {
    grid-column: 2;
    padding-inline-start: 34px;
    color: var(--ink);
    font-size: 12.5px;
    font-weight: 800;
    line-height: 1.65;
  }

  body.arsin-cart .cart-table tr.cart_item .product-name::before {
    display: none;
  }

  body.arsin-cart .cart-table tr.cart_item .product-name a {
    color: inherit;
  }

  body.arsin-cart .cart-table tr.cart_item .product-name dl.variation {
    margin: 2px 0 0;
    color: var(--muted);
    font-size: 11.5px;
    font-weight: 700;
  }

  body.arsin-cart .cart-table tr.cart_item .product-price,
  body.arsin-cart .cart-table tr.cart_item .product-quantity,
  body.arsin-cart .cart-table tr.cart_item .product-subtotal {
    grid-column: 2;
    display: grid;
    grid-template-columns: 58px minmax(0, 1fr);
    align-items: center;
    gap: 8px;
    min-height: 30px;
    padding-top: 3px;
    border-top: 1px solid var(--line);
    font-size: 12px;
  }

  body.arsin-cart .cart-table tr.cart_item .product-price {
    margin-top: 4px;
  }

  body.arsin-cart .cart-table tr.cart_item .product-subtotal {
    color: var(--brand);
    font-weight: 900;
  }

  body.arsin-cart .cart-table tr.cart_item .qty-control {
    min-width: 94px;
    width: max-content;
    height: 32px;
    border-radius: 8px;
  }

  body.arsin-cart .cart-table tr.cart_item .qty-control button,
  body.arsin-cart .cart-table tr.cart_item .qty-control .qty-control__btn {
    width: 30px;
    height: 30px;
    font-size: 16px;
  }

  body.arsin-cart .cart-table tr.cart_item .qty-control span,
  body.arsin-cart .cart-table tr.cart_item .qty-control input.qty {
    width: 34px;
    min-width: 34px;
    height: 30px;
    font-size: 12px;
  }

  body.arsin-cart .cart-table tr:not(.cart_item) td.actions {
    display: block;
    padding: 12px;
    border-top: 1px solid var(--line);
  }

  body.arsin-cart .cart-actions-row {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
  }

  body.arsin-cart .cart-actions-row .coupon {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 8px;
    width: 100%;
  }

  body.arsin-cart .cart-actions-row .coupon input,
  body.arsin-cart .cart-actions-row .coupon .mini-btn {
    width: 100%;
    min-width: 0;
    height: 44px;
  }

  body.arsin-cart .cart-actions-buttons {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 8px;
  }

  body.arsin-cart .cart-actions-buttons .mini-btn {
    width: 100%;
    min-width: 0;
    padding-inline: 8px;
  }

  .order-received {
    padding: 22px 14px;
  }

  .mobile-cta {
    display: flex;
    right: 0;
    bottom: 0;
    left: 0;
    gap: 0;
    padding: 6px 8px calc(6px + env(safe-area-inset-bottom, 0px));
  }

  .mobile-cta__item {
    min-height: 44px;
    gap: 5px;
    font-size: var(--fs-meta);
  }

  .band--breadcrumb .breadcrumb,
  .band--breadcrumb .woocommerce-breadcrumb {
    font-size: 12px;
  }

  body.arsin-fab-active .arsin-fab {
    display: flex;
    bottom: var(--arsin-float-clearance, 86px);
  }

  .arsin-toast-root {
    bottom: var(--arsin-float-clearance, 86px);
  }

  .mega-menu,
  .mini-cart,
  .fab-contact-panel {
    display: none;
  }

  .nav__mega-wrap {
    display: none;
  }

  .hero {
    grid-template-columns: 1fr;
  }

  :root {
    --arsin-handheld-footer-height: 56px;
  }

  /* Mobile typography normalization across catalog, product, cart, footer and contact pages. */
  .meta-muted,
  .product-card .meta-muted,
  .section-head p,
  .category-card__description,
  .contact-card__body,
  .notice,
  .price-update-banner,
  .catalog-ordering-label,
  .catalog-ordering-select {
    font-size: var(--fs-meta);
  }

  .pill,
  .filter-chip,
  .mini-btn,
  .btn,
  .cart-table tr.cart_item td::before {
    font-size: var(--fs-meta);
  }

  .product-card .product-title,
  .category-card__title,
  .contact-card__title,
  .panel h3,
  .summary-list th,
  .summary-list td,
  .cart-table tr.cart_item .product-name {
    font-size: var(--fs-nav);
  }

  .price,
  .amount,
  .product-price,
  .product-subtotal,
  .checkout-summary .order-total,
  .cart_totals .order-total {
    font-size: var(--fs-price);
  }

  .account-layout,
  .account-layout.woocommerce-MyAccount-content-wrap,
  body.arsin-account .account-layout,
  body.arsin-account .account-layout.woocommerce-MyAccount-content-wrap {
    grid-template-columns: 1fr;
  }
}

@media (min-width: 761px) and (max-width: 1120px) {
  .hero {
    gap: 24px;
  }

  .hero-copy {
    gap: 16px;
  }

  .hero h1 {
    line-height: 1.42;
  }

  .hero .lead {
    margin: 0;
    line-height: 1.85;
  }

  .band .hero-copy .hero-actions {
    display: none;
    margin: 0;
  }

  .hero .trust-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .hero .trust-item {
    gap: 4px;
    min-height: 0;
    padding: 12px 10px;
    align-content: start;
    justify-items: start;
    text-align: start;
    border-radius: var(--radius-lg, 12px);
  }

  .hero .trust-item b {
    color: var(--text-heading, var(--ink-2));
    font-weight: 600;
  }

  .hero .trust-item > span {
    display: -webkit-box;
    overflow: hidden;
    color: var(--ink);
    font-size: var(--fs-ui);
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .hero-media,
  .hero-media img {
    min-height: 320px;
  }
}

@media (max-width: 360px) {
  .section--home-categories .grid--categories {
    grid-template-columns: 1fr;
  }
}

/* Mobile header off-canvas navigation — demo mobile-menu-demo parity */
.mobile-offcanvas {
  position: fixed;
  inset: 0;
  z-index: 2147483647;
  pointer-events: none;
}

.mobile-offcanvas[hidden] {
  display: none !important;
}

.mobile-offcanvas--open {
  pointer-events: auto;
}

.mobile-offcanvas__backdrop {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: rgba(0, 0, 0, .48);
  opacity: 0;
  pointer-events: none;
  transition: opacity .24s ease;
}

.mobile-offcanvas--open .mobile-offcanvas__backdrop {
  opacity: 1;
  pointer-events: auto;
}

.mobile-offcanvas__panel {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  width: min(84vw, 320px);
  display: flex;
  flex-direction: column;
  background: var(--white);
  color: var(--ink);
  box-shadow: 10px 0 30px rgba(0, 0, 0, .22);
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  transform: translateX(-100%);
  transition:
    transform .32s cubic-bezier(.32, .72, 0, 1),
    opacity .24s ease,
    visibility 0s linear .32s;
  direction: rtl;
}

.mobile-offcanvas--open .mobile-offcanvas__panel {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
  transform: translateX(0);
  transition:
    transform .32s cubic-bezier(.32, .72, 0, 1),
    opacity .24s ease,
    visibility 0s linear 0s;
}

.mobile-offcanvas__header {
  display: flex;
  min-height: 42px;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 14px 12px;
  border-bottom: 1px solid #ececec;
  background: #fff8f8;
}

.mobile-offcanvas__title {
  margin: 0;
  color: var(--brand);
  font-size: var(--fs-nav);
  font-weight: 700;
  line-height: 1.45;
}

.mobile-offcanvas__close {
  appearance: none;
  display: inline-flex;
  width: 36px;
  height: 36px;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 1px solid #e1b3b6;
  border-radius: var(--radius);
  background: #fff8f8;
  color: var(--brand);
  font: inherit;
  font-size: var(--fs-section);
  line-height: 1;
  cursor: pointer;
}

.mobile-offcanvas__close .icon {
  display: none;
}

.mobile-offcanvas__nav {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 12px 12px calc(var(--arsin-handheld-footer-height, 72px) + 18px);
  overscroll-behavior: contain;
}

.mobile-offcanvas__product-link {
  display: flex;
  width: 100%;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  margin: 0 0 10px;
  padding: 0 12px;
  border: 0;
  border-radius: var(--radius);
  background: var(--brand);
  color: #fff;
  font: inherit;
  font-size: var(--fs-body);
  font-weight: 700;
  line-height: 1.45;
  text-decoration: none;
  cursor: pointer;
}

.mobile-offcanvas__product-link > .icon {
  color: rgba(255, 255, 255, .9);
  font-size: var(--fs-section);
  line-height: 1;
}

.mobile-offcanvas__product-link .icon {
  display: inline-flex;
}

.mobile-offcanvas__menu {
  list-style: none;
  width: 100%;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.mobile-offcanvas__menu li {
  margin: 0;
  min-width: 0;
  width: 100%;
}

.mobile-offcanvas__menu .mobile-offcanvas__menu-item--account {
  grid-column: 1 / -1;
}

.mobile-offcanvas__menu a {
  display: flex;
  box-sizing: border-box;
  width: 100%;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  gap: 0;
  padding: 9px 10px;
  border: 1px solid #d8d8d8;
  border-radius: var(--radius);
  background: #fff;
  color: #222;
  font-size: var(--fs-body);
  font-weight: 700;
  line-height: 1.45;
  text-align: center;
  text-decoration: none;
}

.mobile-offcanvas__menu a .icon {
  display: none !important;
}

.mobile-offcanvas__menu a:hover,
.mobile-offcanvas__menu a:focus-visible {
  border-color: var(--brand-line-strong);
  background: var(--brand-soft);
  color: var(--brand);
  outline: none;
}

.mobile-offcanvas__menu .sub-menu {
  list-style: none;
  margin: 6px 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 6px;
  grid-column: 1 / -1;
}

.mobile-offcanvas__menu > .menu-item-has-children {
  grid-column: 1 / -1;
}

.mobile-offcanvas__menu .sub-menu a {
  min-height: 38px;
  font-size: var(--fs-meta);
  font-weight: 700;
  color: var(--muted);
}

.mobile-offcanvas__info {
  display: grid;
  gap: 10px;
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid #e3e3e3;
}

.mobile-offcanvas__info-title {
  margin: 0;
  color: var(--ink);
  font-size: var(--fs-body);
  font-weight: 700;
  text-align: right;
  line-height: 1.45;
}

.mobile-offcanvas__info-title .icon,
.mobile-offcanvas__info-title .material-symbols-outlined {
  display: none !important;
}

.mobile-offcanvas__info-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.mobile-offcanvas__info-card,
.mobile-offcanvas__address {
  min-width: 0;
  display: grid;
  gap: 5px;
  padding: 12px;
  border: 1px solid #d8d8d8;
  border-radius: var(--radius);
  background: #fff;
  color: var(--ink, #343a40);
  text-decoration: none;
}

.mobile-offcanvas__address {
  display: block;
  font-size: var(--fs-meta);
  line-height: 1.75;
}

.mobile-offcanvas__info-card .icon,
.mobile-offcanvas__info-card .material-symbols-outlined,
.mobile-offcanvas__address .icon,
.mobile-offcanvas__address .material-symbols-outlined {
  display: none !important;
}

.mobile-offcanvas__info-card strong,
.mobile-offcanvas__address strong {
  font-size: var(--fs-meta);
  font-weight: 700;
  line-height: 1.45;
}

.mobile-offcanvas__address strong {
  display: inline;
  margin-inline-end: 0.35em;
  color: var(--ink);
  white-space: nowrap;
}

.mobile-offcanvas__info-card bdi,
.mobile-offcanvas__address span,
.mobile-offcanvas__info-card small,
.mobile-offcanvas__address small {
  color: #69737d;
  font-size: var(--fs-meta);
  font-weight: 500;
  line-height: 1.75;
  overflow-wrap: anywhere;
}

.mobile-offcanvas__address span {
  display: inline;
  color: #69737d;
}

.mobile-offcanvas__info-card bdi {
  direction: ltr;
}

.mobile-offcanvas__addresses {
  display: grid;
  gap: 8px;
}

.mobile-offcanvas__badges {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.mobile-offcanvas__badge {
  min-height: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 8px;
  border: 1px solid #d8d8d8;
  border-radius: var(--radius);
  background: #fff;
}

.mobile-offcanvas__badge a,
.mobile-offcanvas__badge > div {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
}

.mobile-offcanvas__badge img {
  display: block;
  max-width: 100%;
  max-height: 62px;
  width: auto;
  height: auto;
}

body.mobile-offcanvas-body-open {
  overflow: hidden;
  padding-right: var(--arsin-scrollbar-compensation, 0px);
}

/* Fixed chrome follows the same gutter so it does not jump sideways. */
body.arsin-scroll-locked .site-header,
body.mobile-offcanvas-body-open .site-header,
body.arsin-fab-sheet-open .site-header,
body.arsin-handheld-categories-body-open .site-header,
body.mobile-catalog-sidebar-open .site-header,
body.arsin-scroll-locked .mobile-cta,
body.mobile-offcanvas-body-open .mobile-cta,
body.arsin-fab-sheet-open .mobile-cta,
body.arsin-handheld-categories-body-open .mobile-cta,
body.mobile-catalog-sidebar-open .mobile-cta,
body.arsin-scroll-locked #asc-product-sticky-cart,
body.mobile-offcanvas-body-open #asc-product-sticky-cart,
body.arsin-fab-sheet-open #asc-product-sticky-cart,
body.arsin-handheld-categories-body-open #asc-product-sticky-cart,
body.mobile-catalog-sidebar-open #asc-product-sticky-cart {
  padding-right: var(--arsin-scrollbar-compensation, 0px);
}

@media (min-width: 761px) {
  .mobile-offcanvas {
    display: none !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .mobile-offcanvas__backdrop,
  .mobile-offcanvas__panel {
    transition: none;
  }
}

/* Handheld categories bottom sheet (theme mobile nav) */
.arsin-handheld-categories {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 72px;
  z-index: var(--arsin-z-sheet, 27);
  pointer-events: none;
}

.arsin-handheld-categories[hidden] {
  display: none !important;
}

.arsin-handheld-categories.arsin-handheld-categories-open {
  pointer-events: auto;
}

.arsin-handheld-categories__backdrop {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: var(--arsin-sheet-scrim, rgba(15, 18, 22, 0.55));
  opacity: 0;
  transition: opacity .25s ease;
}

.arsin-handheld-categories-open .arsin-handheld-categories__backdrop {
  opacity: 1;
}

.arsin-handheld-categories__sheet {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 2;
  max-height: min(70vh, 100%);
  display: flex;
  flex-direction: column;
  background: var(--white);
  border-radius: 16px 16px 0 0;
  box-shadow: 0 -4px 24px rgba(0, 0, 0, .15);
  transform: translateY(100%);
  transition: transform .28s ease;
}

.arsin-handheld-categories-open .arsin-handheld-categories__sheet {
  transform: translateY(0);
}

.arsin-handheld-categories__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 16px 20px;
  border-bottom: 1px solid var(--line);
  flex-shrink: 0;
}

.arsin-handheld-categories__title {
  margin: 0;
  font-size: 16px;
  font-weight: 800;
}

.arsin-handheld-categories__close {
  appearance: none;
  border: 0;
  background: transparent;
  padding: 4px;
  cursor: pointer;
  color: inherit;
  line-height: 1;
}

.arsin-handheld-categories__nav {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 8px 0 16px;
}

.arsin-handheld-categories__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.arsin-handheld-categories__list li {
  margin: 0;
}

.arsin-handheld-categories__list a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 14px 20px;
  text-decoration: none;
  color: inherit;
  font-size: 14px;
  border-bottom: 1px solid rgba(0, 0, 0, .05);
}

.arsin-handheld-categories__list a small {
  color: var(--muted);
  font-weight: 600;
}

.arsin-handheld-categories__list a:hover,
.arsin-handheld-categories__list a:focus {
  background: rgba(0, 0, 0, .04);
}

.arsin-handheld-categories__view-all > a {
  font-weight: 800;
}

body.arsin-handheld-categories-body-open {
  overflow: hidden;
  padding-right: var(--arsin-scrollbar-compensation, 0px);
}

@media (min-width: 761px) {
  .arsin-handheld-categories {
    display: none !important;
  }
}

/* ==========================================================================
   Mini-cart dropdown (TC-F16 / v0.3.82)
   All cart lines; scrollable `.mini-cart__items`. `[data-cart-toggle]` opens `.cart-popover`.
   ========================================================================== */

.cart-popover .cart-link {
  text-decoration: none;
}

.cart-popover .cart-link[aria-expanded="true"] {
  border-color: var(--brand-line-strong);
  background: var(--brand-soft);
  color: var(--brand);
}

.mini-cart[aria-hidden="true"] {
  pointer-events: none;
}

.cart-popover.is-open .mini-cart[aria-hidden="false"] {
  pointer-events: auto;
}

.cart-popover .mini-cart__item img {
  display: block;
}

@media (min-width: 761px) {
  nav.woocommerce-pagination ul.page-numbers {
    display: flex !important;
    flex-wrap: nowrap !important;
    width: max-content;
    max-width: none;
  }

  nav.woocommerce-pagination ul.page-numbers li {
    flex: 0 0 auto;
  }
}

@media (max-width: 760px) {
  nav.woocommerce-pagination {
    display: block;
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    margin-top: 16px;
    padding-block: 2px;
    padding-inline: 0;
    overflow-x: hidden;
    overflow-y: visible;
  }

  nav.woocommerce-pagination::-webkit-scrollbar {
    display: none;
  }

  nav.woocommerce-pagination ul.page-numbers {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center;
    align-items: center;
    gap: 6px;
    width: 100%;
    min-width: 0;
    max-width: 100%;
    margin: 0;
    padding: 0;
  }

  nav.woocommerce-pagination ul.page-numbers li {
    flex: 0 0 auto;
  }

  nav.woocommerce-pagination .page-numbers a,
  nav.woocommerce-pagination .page-numbers span {
    min-width: 36px;
    min-height: 40px;
    padding: 0 6px;
    font-size: 13px;
    font-weight: 900;
    touch-action: manipulation;
  }

  nav.woocommerce-pagination .page-numbers.dots {
    min-width: 14px;
    min-height: 40px;
    padding: 0;
    border: 0;
    background: transparent;
    color: var(--muted);
  }

  nav.woocommerce-pagination .page-numbers.prev,
  nav.woocommerce-pagination .page-numbers.next {
    min-width: auto;
    min-height: 40px;
    padding: 0 10px;
    font-size: 12px;
    font-weight: 900;
    background: var(--soft);
    border-color: var(--line);
  }

  nav.woocommerce-pagination .page-numbers.current {
    box-shadow: none;
  }

  /* Final mobile typography pass; placed at EOF to win over late component blocks. */
  .topbar__item {
    font-size: 12px;
  }

  .brand__tagline {
    font-size: 11.5px;
  }

  .searchbar input {
    font-size: var(--fs-meta);
  }

  body.arsin-cart .cart-table tr.cart_item .qty-control span,
  body.arsin-cart .cart-table tr.cart_item .qty-control input.qty {
    font-size: var(--fs-meta);
  }
}

/* ==========================================================================
   Jalali dates — THEME-STANDARDS §۱۱.۵ / D27
   ========================================================================== */

.arsin-date {
  direction: rtl;
  unicode-bidi: plaintext;
  display: inline-block;
}

/* Canonical SVG Toman mark — all WooCommerce price surfaces site-wide. */
.woocommerce-Price-amount.arsin-price--toman-icon > bdi {
  font-size: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
}

.arsin-toman-svg {
  position: relative;
  display: inline-flex;
  width: 15px;
  height: 15px;
  flex: 0 0 15px;
  margin-inline-start: 4px;
  vertical-align: -2px;
}

.arsin-toman-svg.arsin-price--toman-icon > bdi {
  display: inline-block !important;
  width: 15px !important;
  height: 15px !important;
  padding: 0 !important;
  color: transparent !important;
  font-size: 0 !important;
  line-height: 0 !important;
}

.arsin-toman-svg.arsin-price--toman-icon > bdi::after {
  top: 50%;
  left: 0;
  width: 15px;
  height: 15px;
}

.arsin-toman-sr {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
