/* Approved commerce surfaces. Functional content stays static. */
html { scrollbar-gutter: stable; }
body.hs-commerce-locked { overflow: hidden; }
.hs-dialog {
  position: fixed;
  inset: 0 0 0 auto;
  width: min(500px, calc(100vw - 48px));
  max-width: none;
  height: 100vh;
  height: 100dvh;
  max-height: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  border: 1px solid #2e3336;
  border-radius: 28px 0 0 28px;
  background: #0e1011;
  color: var(--hs-color-text);
  transform: translateX(100%);
  opacity: 0;
  transition: transform 280ms var(--hs-motion-ease), opacity 280ms var(--hs-motion-ease);
}
.hs-dialog::backdrop { background: rgb(0 0 0 / 65%); backdrop-filter: blur(3px); }
.hs-dialog.is-open { transform: none; opacity: 1; }
.hs-mini-cart { right: calc(100% - 100vw); }
.hs-mini-cart[open] { display: flex; flex-direction: column; }
.hs-mini-header { display: flex; min-height: 66px; gap: 8px; align-items: center; padding: 10px 16px; flex-shrink: 0; }
.hs-mini-header h2 { flex: 1; margin: 0; font-size: 14px; padding-inline: 12px; }
.hs-mini-header:has([data-hs-mini-message]:not([hidden])) h2 { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); }
.hs-mini-header p { display: flex; align-items: center; justify-content: flex-start; gap: 10px; flex: 1; min-width: 0; margin: 0; min-height: 42px; padding: 8px 12px; background: #111314; border-radius: 9px; font-size: 12px; }
.hs-icon-button { display: inline-grid; place-items: center; flex-shrink: 0; width: 44px; height: 44px; padding: 10px; background: transparent; border: 0; cursor: pointer; }
.hs-icon-button img { width: 100%; height: 100%; }
[data-hs-mini-content] { display: flex; flex-direction: column; flex: 1; min-height: 0; }
.hs-mini-scroll { flex: 1; min-height: 0; padding: 0 23px 26px; overflow-y: auto; overscroll-behavior: contain; scrollbar-width: thin; }
.hs-mini-items { padding: 0; margin: 0; background: #161819; border: 1px solid #2d3033; border-radius: 12px; list-style: none; }
.hs-mini-item { position: relative; min-height: 152px; margin: 0 16px; padding: 16px 0; display: grid; grid-template-columns: 104px 1fr 30px; grid-template-rows: auto 36px; gap: 8px 16px; direction: ltr; }
.hs-mini-item + .hs-mini-item { border-top: 1px solid #2e3336; }
.hs-mini-item__image { grid-row: 1 / 3; display: grid; place-items: center; }
.hs-mini-item__image img { width: 104px; height: 104px; object-fit: contain; }
.hs-mini-item__info { min-width: 0; grid-column: 2 / 4; padding-right: 20px; font-size: 12px; line-height: 1.8; }
.hs-mini-item__name { display: block; font-family: Montserrat, "Estedad", Tahoma, sans-serif; font-size: 12px; font-weight: 700; overflow-wrap: anywhere; }
.hs-mini-item__meta { min-height: 22px; color: #a3abad; font-size: 11px; margin: 5px 0; }
.hs-mini-item__meta dl { margin: 0; }
.hs-mini-item__meta dt, .hs-mini-item__meta dd { display: inline; margin: 0 3px; }
.hs-mini-item__meta p { display: inline; margin: 0; }
.hs-mini-item__remove { position: absolute; right: -10px; top: 51px; width: 40px; height: 40px; opacity: .7; }
.hs-quantity { grid-column: 2; display: inline-flex; align-items: center; justify-content: space-between; justify-self: start; width: 108px; min-height: 36px; border: 1px solid #2e3336; border-radius: 8px; background: #141617; }
.hs-quantity button { display: grid; place-items: center; min-width: 36px; height: 36px; padding: 0; border: 0; border-radius: 7px; background: transparent; font-size: 18px; cursor: pointer; }
.hs-quantity button:disabled { opacity: .35; cursor: not-allowed; }
.hs-quantity output { min-width: 28px; text-align: center; font-size: 12px; font-weight: 700; }
.hs-mini-suggestion { position: relative; display: grid; gap: 5px; margin-top: 28px; padding: 14px 26px; border: 1px solid #3c2b2e; border-radius: 12px; background: linear-gradient(90deg, #161819, #181618 56%, #340e13); font-size: 12px; }
.hs-mini-suggestion::before { content: ""; position: absolute; top: 13px; bottom: 13px; right: 16px; width: 3px; border-radius: 2px; background: var(--hs-color-brand); }
.hs-mini-suggestion span { color: #a3abad; font-size: 11px; }
.hs-mini-summary { flex-shrink: 0; display: grid; justify-items: center; gap: 12px; padding: 18px 23px max(20px, env(safe-area-inset-bottom)); border-top: 1px solid #2d3235; background: #0c0e0f; }
.hs-mini-total { display: flex; align-items: center; justify-content: space-between; gap: 12px; flex-wrap: wrap; width: 100%; font-size: 13px; }
.hs-mini-total strong { font-size: 15px; }
.hs-mini-total small { color: var(--hs-color-muted); font-size: 10px; font-weight: 400; margin-inline-start: 8px; }
.hs-mini-summary p { width: 100%; margin: -5px 0 6px; font-size: 10px; color: #a3abad; }
.hs-mini-cart .woocommerce-Price-currencySymbol,
.cart_totals .woocommerce-Price-currencySymbol,
.woocommerce-cart-form .woocommerce-Price-currencySymbol,
.woocommerce-checkout-review-order .woocommerce-Price-currencySymbol,
.woocommerce-order-overview .woocommerce-Price-currencySymbol,
.woocommerce-orders-table .woocommerce-Price-currencySymbol,
.hs-compact-card .woocommerce-Price-currencySymbol {
  font-size: max(10px, .73em); font-weight: 400; color: #a3abad; margin-inline-start: .3em;
}
.hs-mini-checkout { width: 100%; max-width: 360px; min-height: 48px; position: relative; clip-path: none; padding-inline: 40px; border-radius: 12px; font-size: 13px; }
.hs-mini-checkout img { position: absolute; left: 22px; width: 20px; height: 20px; }
.hs-mini-view { width: 100%; max-width: 360px; min-height: 42px; font-size: 12px; border-color: #2e3336; border-radius: 11px; }
.hs-mini-help { color: #a3abad; font-size: 9px; text-align: center; margin-top: 8px; }
.hs-mini-empty { display: grid; gap: 18px; justify-items: center; align-content: center; flex: 1; padding: 24px; text-align: center; }
.hs-mini-empty h2 { margin: 0; font-size: 20px; }
.hs-mini-empty p { color: var(--hs-color-muted); font-size: 13px; }
.hs-mini-loading { padding: 32px; }
.hs-commerce-error { margin: 0 24px 12px; padding: 10px; background: rgb(255 16 40 / 10%); border-radius: 8px; font-size: 12px; color: #ffacb7; }
.hs-commerce-alert { position: fixed; z-index: 10050; top: calc(var(--hs-header-height-desktop) + 20px); left: 50%; transform: translateX(-50%); width: min(440px, calc(100% - 32px)); border: 1px solid #674047; border-radius: 12px; background: #181c20; padding: 16px 20px; box-shadow: 0 12px 36px #0008; font-size: 13px; }
.hs-product-card__cart > .hs-cart-spinner::before,
.hs-product-card__cart > .hs-cart-spinner::after,
.hs-product-card__cart > .hs-cart-added::before,
.hs-product-card__cart > .hs-cart-added::after { content: none; }
.hs-cart-spinner, .hs-cart-added { display: none; }
.hs-product-card__cart { overflow: visible; }
.hs-product-card__cart.is-loading { cursor: progress; }
.hs-product-card__cart.is-loading > span:not(.hs-cart-spinner),
.hs-product-card__cart.is-added > img,
.hs-product-card__cart.is-added > span:not(.hs-cart-added) { display: none; }
.hs-product-card__cart.is-loading .hs-cart-spinner { display: block; position: absolute; left: 40px; top: 12px; width: 16px; height: 16px; }
.hs-cart-spinner img { width: 16px; height: 16px; animation: hs-cart-spin 800ms linear infinite; }
.hs-product-card__cart.is-added .hs-cart-added { display: block; width: 22px; height: 22px; }
.hs-cart-added img { width: 22px; height: 22px; }
@keyframes hs-cart-spin { to { transform: rotate(360deg); } }
.hs-pdp-purchase { display: grid; justify-items: start; gap: 12px; }
.hs-pdp-cart-slot { width: 232px; height: 52px; display: flex; align-items: center; justify-content: flex-end; }
.hs-pdp-purchase .hs-quantity { position: relative; width: 124px; min-height: 40px; color: var(--hs-color-brand); background: #1a1d1f; }
.hs-pdp-purchase .hs-quantity button { width: 40px; height: 40px; }
.hs-pdp-purchase .hs-quantity img { width: 18px; height: 18px; }
.hs-pdp-purchase .hs-quantity output { width: 44px; font-size: 14px; }
.hs-quantity-loading { display: none; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); }
.hs-quantity.is-loading output { visibility: hidden; }
.hs-quantity.is-loading .hs-quantity-loading { display: block; }
.hs-quantity-loading img { animation: hs-cart-spin 800ms linear infinite; }
.hs-pdp-purchase .is-loading .hs-cart-spinner { display: block; }
.hs-pdp-purchase .is-loading { opacity: .6; pointer-events: none; }
[hidden] { display: none !important; }
.hs-curated-heading[data-hs-reveal] { opacity: 1; transform: none; transition: none; }
/* Figma tracks 1225:19–21, one viewport entry per approved no-loop rule. */
@keyframes hs-curated-eyebrow-opacity { 0%, 2.083% { opacity: 0; } 2.083% { animation-timing-function: ease-out; } 20%, 100% { opacity: 1; } }
@keyframes hs-curated-eyebrow-translate { 0%, 2.083% { translate: 9px 0; } 2.083% { animation-timing-function: ease-out; } 20%, 100% { translate: 0 0; } }
@keyframes hs-curated-title-opacity { 0%, 4.167% { opacity: 0; } 4.167% { animation-timing-function: ease-out; } 28.333%, 100% { opacity: 1; } }
@keyframes hs-curated-title-translate { 0%, 4.167% { translate: 14px 0; } 4.167% { animation-timing-function: ease-out; } 28.333%, 100% { translate: 0 0; } }
@keyframes hs-curated-copy-opacity { 0%, 7.5% { opacity: 0; } 7.5% { animation-timing-function: ease-out; } 31.667%, 100% { opacity: 1; } }
@keyframes hs-curated-copy-translate { 0%, 7.5% { translate: 0 8px; } 7.5% { animation-timing-function: ease-out; } 31.667%, 100% { translate: 0 0; } }
@media (max-width: 899px) and (prefers-reduced-motion: no-preference) {
  .hs-curated-heading.is-revealed > .hs-eyebrow { animation: hs-curated-eyebrow-opacity 2.4s linear both, hs-curated-eyebrow-translate 2.4s linear both; }
  .hs-curated-heading.is-revealed > h2 { animation: hs-curated-title-opacity 2.4s linear both, hs-curated-title-translate 2.4s linear both; }
  .hs-curated-heading.is-revealed > p:not(.hs-eyebrow) { animation: hs-curated-copy-opacity 2.4s linear both, hs-curated-copy-translate 2.4s linear both; }
}
.hs-finder-banner { margin-top: var(--hs-header-height-desktop); height: 520px; position: relative; background: #090b0d; }
.hs-finder-banner > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hs-finder-banner .hs-container { position: relative; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; height: 100%; padding-inline-start: 45%; }
.hs-finder-banner h1 { direction: ltr; font-size: clamp(32px, 3.5vw, 52px); line-height: 1.2; margin: 10px 0 20px; }
.hs-finder-banner h1 em { color: var(--hs-color-brand); font-style: normal; }
.hs-finder-banner h2 { font-size: 22px; margin: 0; }
.hs-finder-banner p:not(.hs-eyebrow) { color: var(--hs-color-muted); font-size: 14px; }
.hs-finder-workspace { padding-bottom: 100px; }
.hs-finder-progress { display: grid; grid-template-columns: repeat(4, 1fr); direction: ltr; padding: 34px 0; gap: 24px; text-align: center; font-size: 12px; color: var(--hs-color-muted); }
.hs-finder-progress span { border-top: 2px solid #30373b; padding-top: 20px; position: relative; }
.hs-finder-progress b { position: absolute; top: -11px; left: 50%; width: 20px; height: 20px; line-height: 20px; border-radius: 50%; background: #30373b; font-size: 10px; }
.hs-finder-progress [aria-current], .hs-finder-progress .is-complete { color: var(--hs-color-text); border-color: var(--hs-color-brand); }
.hs-finder-progress [aria-current] b, .hs-finder-progress .is-complete b { background: var(--hs-color-brand); }
.hs-finder-step { border: 1px solid #2e3336; border-radius: 18px; background: #141617; padding: 32px 40px; margin: 0 0 20px; min-width: 0; min-height: 400px; scroll-margin-top: 100px; }
.hs-finder-step header h2 { font-size: 26px; margin: 12px 0; }
.hs-finder-step > p { font-size: 13px; color: var(--hs-color-muted); }
.hs-finder-columns { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 40px; margin-top: 40px; }
.hs-finder-columns h3 { font-size: 16px; }
.hs-finder-range { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; font-size: 14px; }
.hs-finder-range output { direction: ltr; text-align: left; color: var(--hs-color-brand); font-weight: 700; }
.hs-finder-range input { grid-column: 1 / -1; direction: ltr; width: 100%; accent-color: var(--hs-color-brand); min-height: 40px; }
.hs-finder-range small { grid-column: 1 / -1; display: flex; justify-content: space-between; color: var(--hs-color-muted); font-size: 10px; }
.hs-finder-fit-note { margin-top: 30px; padding: 18px; background: #1a1d1f; border-radius: 12px; }
.hs-finder-choices { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.hs-finder-choices label { position: relative; cursor: pointer; }
.hs-finder-choices input { position: absolute; opacity: 0; width: 100%; height: 100%; margin: 0; cursor: pointer; }
.hs-finder-choices span { display: grid; place-items: center; text-align: center; padding: 12px; min-height: 86px; border: 1px solid #30373b; border-radius: 8px; font-size: 13px; }
.hs-finder-choices input:checked + span { border-color: var(--hs-color-brand); color: var(--hs-color-brand); }
.hs-finder-choices:has(input[name="brand"]) { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.hs-finder-choices:has(input[name="brand"]) span { gap: 10px; font-size: 10px; min-height: 88px; }
.hs-finder-choices img { width: 96px; height: 30px; max-width: 100%; object-fit: contain; }
.hs-mini-item__name, .hs-finder-budget-fields input { font-family: Montserrat, Arial, sans-serif; }
/* Monetary display uses Persian digits; IDs, models and machine values do not. */
.woocommerce-Price-amount, .hs-mini-cart .woocommerce-Price-amount,
.hs-compact-card__price, .hs-product-card__price strong, .hs-pdp-price strong,
.hs-editorial__price-stock strong { font-family: Estedad, Tahoma, sans-serif; }
.hs-finder-choices input:focus-visible + span { outline: 2px solid var(--hs-color-focus); outline-offset: 3px; }
.hs-finder-budget-fields { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 20px; margin-block: 40px 24px; }
.hs-finder-budget-fields label { display: flex; align-items: center; gap: 8px; font-size: 13px; }
.hs-finder-budget-fields label span { font-size: 11px; font-weight: 400; color: var(--hs-color-muted); }
.hs-finder-budget-fields input { width: 170px; max-width: 100%; padding: 10px; background: #0e1112; border: 1px solid #30373b; border-radius: 8px; direction: ltr; font-size: 16px; font-weight: 700; }
.hs-finder-budget-range { position: relative; height: 44px; margin: 0 10px; }
.hs-finder-budget-range > div { position: absolute; left: 0; right: 0; top: 20px; height: 4px; border-radius: 2px; background: linear-gradient(to right, #6d7478 0 var(--range-start, 0%), var(--hs-color-brand) var(--range-start, 0%) var(--range-end, 100%), #6d7478 var(--range-end, 100%) 100%); }
.hs-finder-budget-range input { appearance: none; pointer-events: none; position: absolute; inset: 0; width: 100%; margin: 0; background: transparent; }
.hs-finder-budget-range input::-webkit-slider-runnable-track { height: 4px; background: transparent; }
.hs-finder-budget-range input::-webkit-slider-thumb { appearance: none; pointer-events: auto; width: 18px; height: 18px; border: 2px solid white; border-radius: 50%; background: var(--hs-color-brand); margin-top: -7px; cursor: grab; }
.hs-finder-budget-range input::-moz-range-thumb { pointer-events: auto; width: 16px; height: 16px; border: 2px solid white; border-radius: 50%; background: var(--hs-color-brand); }
.hs-finder-actions { display: flex; justify-content: space-between; flex-direction: row-reverse; gap: 20px; padding: 20px 0; }
.hs-finder-actions > :only-child { margin-inline-start: auto; }
.hs-finder-error { color: #ffacb7; }
.hs-finder-results { scroll-margin-top: 100px; }
.hs-finder-results > header { border: 1px solid #2e3336; border-radius: 18px; background: #141617; padding: 32px; margin-block: 30px; }
.hs-finder-results header p { font-size: 13px; }
.hs-finder-matches { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.hs-finder-matches .products { padding: 0; margin: 0; list-style: none; display: block; }
.hs-finder-matches .products > li { width: 100%; margin: 0; }
.hs-nearby-label { color: var(--hs-color-muted); font-size: 11px; min-height: 38px; }
[data-hs-finder-more], [data-hs-finder-edit] { display: flex; margin: 32px auto; }
.hs-catalog { padding-bottom: 80px; }
.hs-catalog-categories { display: flex; gap: 20px; flex-wrap: wrap; padding-block: 16px 28px; font-size: 13px; color: var(--hs-color-muted); }
.hs-catalog-filter-bar { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 20px; }
.hs-catalog-filter-bar button { display: flex; align-items: center; justify-content: center; gap: 30px; min-height: 52px; padding: 10px 28px; background: #13171b; border: 1px solid #384045; border-radius: 8px; font-size: 13px; cursor: pointer; }
.hs-catalog-filter-bar img { transform: rotate(-90deg); }
.hs-filter-chips { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 24px; }
.hs-filter-chips a, .hs-filter-chips button { display: flex; align-items: center; gap: 12px; min-height: 36px; padding: 6px 12px; border: 1px solid #384045; border-radius: 8px; background: #171b1e; font-size: 12px; }
.hs-filter-chips button { border: 0; background: none; color: var(--hs-color-muted); cursor: pointer; }
.hs-filter-dialog { inset: 0 auto 0 0; width: min(470px, calc(100vw - 24px)); background: #161a1d; border-radius: 0 28px 28px 0; transform: translateX(-100%); }
.hs-filter-dialog[open] { display: flex; flex-direction: column; }
.hs-filter-dialog > header { display: flex; align-items: center; justify-content: space-between; padding: 16px 28px; }
.hs-filter-dialog h2 { margin: 0; font-size: 24px; }
.hs-filter-dialog form { display: flex; flex: 1; flex-direction: column; min-height: 0; }
.hs-filter-body { overflow-y: auto; overscroll-behavior: contain; padding: 0 28px 20px; flex: 1; min-height: 0; }
.hs-filter-body details { border-bottom: 1px solid #384045; }
.hs-filter-body summary { min-height: 58px; padding: 16px 24px 16px 30px; display: flex; align-items: center; justify-content: space-between; background: #13171b; font-size: 16px; cursor: pointer; }
.hs-filter-body summary::-webkit-details-marker { display: none; }
.hs-filter-body summary::after { content: ''; display: block; width: 12px; height: 12px; background: url('../images/commerce/chevron-left.svg') center / contain no-repeat; transform: rotate(-90deg); }
.hs-filter-body details[open] summary::after { transform: rotate(90deg); }
.hs-filter-fields { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; padding: 18px 0; }
.hs-filter-fields label, .hs-filter-fit label { font-size: 12px; }
.hs-filter-body input[type="number"], .hs-filter-search input { width: 100%; min-width: 0; min-height: 44px; background: #0e1113; border: 1px solid #384045; border-radius: 8px; padding: 8px 12px; }
.hs-filter-body input[type="number"] { direction: ltr; margin-top: 8px; }
.hs-filter-body input[type="range"] { width: 100%; accent-color: var(--hs-color-brand); min-height: 40px; direction: ltr; }
.hs-filter-option { display: flex; align-items: center; gap: 12px; min-height: 44px; font-size: 14px; cursor: pointer; padding: 8px 12px; }
.hs-filter-option input { accent-color: var(--hs-color-brand); width: 18px; height: 18px; flex-shrink: 0; }
.hs-filter-options { padding-block: 12px; }
.hs-filter-search { display: block; font-size: 12px; padding: 0 12px 8px; }
.hs-filter-fit { padding: 16px 0; display: grid; gap: 12px; }
.hs-filter-dialog footer { flex-shrink: 0; display: flex; align-items: center; gap: 12px; padding: 24px 28px max(24px, env(safe-area-inset-bottom)); border-top: 1px solid #384045; }
.hs-filter-dialog footer .hs-button { min-width: 0; max-width: none; font-size: 13px; padding-inline: 16px; flex: 2; }
.hs-filter-dialog footer .hs-button--secondary { flex: 1; }
.hs-filter-error { padding: 10px 28px; color: #ffacb7; font-size: 13px; }
@media (min-width: 900px) {
  .hs-filter-dialog.is-quick-filter { inset: var(--filter-top) auto auto var(--filter-left); width: 360px; height: auto; max-height: calc(100dvh - var(--filter-top) - 16px); border-radius: 12px; transform: translateY(-8px); }
  .hs-filter-dialog.is-quick-filter.is-open { transform: none; }
  .hs-filter-dialog.is-quick-filter > header { padding: 8px 16px; }
  .hs-filter-dialog.is-quick-filter h2 { font-size: 16px; }
  .hs-filter-dialog.is-quick-filter .hs-filter-body { padding-inline: 16px; max-height: 420px; }
  .hs-filter-dialog.is-quick-filter footer { padding: 16px; }
  .hs-filter-dialog.is-quick-filter::backdrop { backdrop-filter: none; background: rgb(0 0 0 / 18%); }
}
.hs-catalog.is-enhanced .hs-catalog-native-sort { display: none; }
.hs-result-count { font-family: "Estedad", Montserrat, Tahoma, sans-serif; font-size: 13px; font-weight: 400; line-height: 22px; color: #aeb4b7; margin: 0 0 24px; text-align: left; }
.hs-load-more { display: flex; margin: 52px auto 0; }
/* Appending keeps the existing list/button fully visible; only the plus changes. */
[data-hs-catalog-results][aria-busy="true"]:has([data-hs-load-more][aria-busy="true"]) { opacity: 1; }
[data-hs-load-more][aria-busy="true"] { pointer-events: auto; }
[data-hs-catalog-results][aria-busy="true"] { opacity: .65; pointer-events: none; }
.hs-product-rail { border-radius: 8px; background: #292b2e; overflow: hidden; }
.hs-rail-tabs { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); background: #111314; }
.hs-rail-tabs button { position: relative; min-height: 64px; border: 0; background: #111314; color: #b2b5ba; font-size: 13px; padding: 8px; cursor: pointer; }
.hs-rail-tabs [aria-selected="true"] { background: #292b2e; color: #fafafa; }
.hs-rail-tabs button::after { content: ''; position: absolute; top: 0; right: -16px; width: 32px; height: 100%; background: inherit; transform: skewX(14deg); z-index: 1; }
.hs-rail-panel { padding: 32px 32px 0; }
.hs-rail-layout { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 3fr); gap: 18px; direction: ltr; }
.hs-rail-intro { position: relative; min-height: 488px; border-radius: 8px; background: #141617; padding: 96px 24px 28px; direction: rtl; text-align: center; }
.hs-rail-intro > span { position: absolute; top: -16px; left: 32px; min-width: 128px; padding: 8px 18px; font-size: 11px; border-radius: 6px; background: var(--hs-color-brand-strong); }
.hs-rail-intro h3 { font-size: 24px; margin: 0 0 26px; }
.hs-rail-intro p { color: #a8adb2; font-size: 13px; }
.hs-rail-intro ul { padding: 12px 0; list-style: none; font-size: 12px; text-align: right; width: fit-content; margin: auto; }
.hs-rail-intro li::before { content: ''; display: inline-block; width: 12px; height: 12px; background: url('../images/commerce/chevron-left.svg') center / contain no-repeat; margin-inline-end: 5px; }
.hs-rail-track { display: grid; grid-auto-flow: column; grid-auto-columns: calc((100% - 36px) / 3); gap: 18px; min-width: 0; overflow-x: auto; scroll-snap-type: x mandatory; overscroll-behavior-inline: contain; scrollbar-width: none; }
.hs-compact-card { min-width: 0; height: 488px; padding: 20px 18px; background: #1a1d1f; border: 1px solid #25292b; border-radius: 8px; display: flex; flex-direction: column; gap: 16px; scroll-snap-align: start; }
.hs-compact-card__image { display: grid; place-items: center; height: 300px; flex-shrink: 0; }
.hs-compact-card__image img { width: 236px; max-width: 100%; height: 235px; object-fit: contain; }
.hs-compact-card__details { position: relative; text-align: center; direction: rtl; }
.hs-compact-card small { display: block; color: #969a9e; font-size: 10px; letter-spacing: .8px; }
.hs-compact-card h3 { margin: 6px 0; font-size: 19px; line-height: 1.3; overflow-wrap: anywhere; }
.hs-compact-card__copy { color: #969a9e; font-size: 12px; margin: 6px 0; }
.hs-compact-card__price { display: block; font-size: 16px; margin-top: 8px; }
.hs-compact-card__more { display: none; }
.hs-compact-card__more ul { padding: 0; margin: 0 0 10px; list-style: none; font-size: 11px; }
.hs-compact-card__more a { display: grid; place-items: center; min-height: 36px; background: var(--hs-color-brand-strong); border-radius: 4px; font-size: 12px; font-weight: 700; }
.hs-rail-footer { display: flex; direction: ltr; align-items: center; justify-content: space-between; min-height: 64px; gap: 16px; }
.hs-rail-footer > a { display: flex; gap: 8px; direction: rtl; font-size: 12px; }
.hs-rail-pager { display: flex; gap: 6px; }
.hs-rail-pager button { border: 0; background: none; width: 42px; height: 44px; padding: 0; cursor: pointer; }
.hs-rail-pager button::after { content: ''; display: block; height: 2px; background: #596166; }
.hs-rail-pager [aria-current="true"]::after { background: var(--hs-color-brand); }
.hs-rail-empty { grid-column: span 3; direction: rtl; font-size: 14px; padding: 24px; }
@media (min-width: 900px) and (hover: hover) and (pointer: fine) {
  .hs-compact-card:hover .hs-compact-card__image, .hs-compact-card:focus-within .hs-compact-card__image { height: 234px; }
  .hs-compact-card:hover .hs-compact-card__copy, .hs-compact-card:focus-within .hs-compact-card__copy { display: none; }
  .hs-compact-card:hover .hs-compact-card__more, .hs-compact-card:focus-within .hs-compact-card__more { display: block; margin-top: 12px; }
}
.hs-wishlist-page { padding-block: 120px 64px; }
.hs-wishlist > h2 { color: var(--hs-color-brand); font-size: 22px; margin-bottom: 24px; }
.hs-wishlist-empty { min-height: 310px; display: grid; justify-items: center; align-content: center; gap: 18px; padding: 32px 24px; background: #171b1e; border: 1px solid #343a3e; border-radius: 14px; }
.hs-wishlist-empty__icon { display: grid; place-items: center; background: #20272b; border: 1px solid #343a3e; width: 64px; height: 64px; border-radius: 50%; }
.hs-wishlist-empty h2, .hs-wishlist-empty p { margin: 0; text-align: center; }
.hs-wishlist-empty h2 { font-size: 18px; }
.hs-wishlist-empty p { font-size: 13px; color: #a7aeb2; max-width: 420px; }
.hs-wishlist-products { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(280px, 100%), 1fr)); gap: 24px; padding: 0; list-style: none; }
.hs-wishlist-products li { list-style: none; }
.hs-product-card__favorite.is-active img { content: url('../images/commerce/heart-filled.svg'); filter: none; }
.hs-wishlist-toast { position: fixed; z-index: 10045; top: calc(var(--hs-header-height-desktop) + 20px); left: 50%; width: min(456px, calc(100% - 32px)); padding: 22px 24px 20px; border: 1px solid #25292b; border-radius: 14px; background: #1a1d1f; box-shadow: 0 28px 72px -8px #0008; display: grid; justify-items: center; gap: 18px; opacity: 0; transform: translate(-50%, -12px); transition: opacity 180ms ease, transform 220ms var(--hs-motion-ease); }
.hs-wishlist-toast.is-visible { opacity: 1; transform: translate(-50%, 0); }
.hs-wishlist-toast > div { display: flex; gap: 20px; align-items: center; width: 100%; }
.hs-wishlist-toast p { flex: 1; font-size: 16px; margin: 0; }
.hs-wishlist-toast a { display: grid; place-items: center; min-height: 40px; width: 200px; border-radius: 4px; background: var(--hs-color-brand-strong); font-size: 12px; font-weight: 700; }
.hs-gallery-open { display: grid; place-items: center; width: 100%; height: 100%; touch-action: pan-y; cursor: zoom-in; }
.hs-lightbox { inset: 0 auto 0 0; width: 100vw; border: 0; border-radius: 0; padding: 64px 5vw 12px; background: #0e1112; transform: none; }
.hs-lightbox[open] { display: flex; flex-direction: column; }
.hs-lightbox-close { position: absolute; top: 10px; right: 16px; }
.hs-lightbox-stage { min-height: 0; flex: 1; display: flex; overflow-x: auto; scroll-snap-type: x mandatory; overscroll-behavior: contain; border: 1px solid #30373b; border-radius: 14px 14px 0 0; background: #1a1d1f; scrollbar-width: none; }
.hs-lightbox-stage figure { margin: 0; flex: 0 0 100%; min-width: 0; display: grid; place-items: center; padding: 24px; scroll-snap-align: center; }
.hs-lightbox-stage img { max-width: 100%; height: 100%; max-height: calc(100dvh - 260px); object-fit: contain; }
.hs-lightbox-thumbs { display: flex; flex-shrink: 0; justify-content: center; gap: 14px; padding: 38px 16px; border: 1px solid #30373b; background: #121618; border-radius: 0 0 12px 12px; overflow-x: auto; }
.hs-lightbox-thumbs button { position: relative; width: 56px; height: 56px; flex-shrink: 0; padding: 0; background: none; border: 0; border-radius: 8px; cursor: pointer; }
.hs-lightbox-thumbs img { width: 100%; height: 100%; object-fit: contain; }
.hs-lightbox-thumbs [aria-pressed="true"]::after { content: ''; position: absolute; inset: auto 0 -8px; height: 3px; background: var(--hs-color-brand); }
.hs-accessories { margin-top: 28px; border-top: 1px solid var(--hs-color-line); }
.hs-accessories h2 { font-size: 18px; }
.hs-accessory { display: grid; grid-template-columns: 96px minmax(0, 1fr) 80px; align-items: center; gap: 16px; padding: 20px 0; }
.hs-accessory + .hs-accessory { border-top: 1px solid var(--hs-color-line); }
.hs-accessory__image img { width: 96px; height: 80px; object-fit: contain; }
.hs-accessory h3 { margin: 0 0 4px; font-size: 14px; }
.hs-accessory p { margin: 0; font-size: 11px; color: var(--hs-color-muted); line-height: 1.7; }
.hs-accessory__link { display: flex; align-items: center; gap: 4px; font-size: 11px; min-height: 44px; }
.hs-accessory__link:hover { color: var(--hs-color-brand); }
@media (max-width: 899px) {
  .hs-finder-banner { height: 0; margin-top: var(--hs-header-height-mobile); overflow: hidden; }
  .hs-finder-banner h1 { position: absolute; width: 1px; height: 1px; clip-path: inset(50%); }
  .hs-finder-workspace { width: calc(100% - 40px); }
  .hs-finder-progress { padding: 28px 0 20px; gap: 8px; font-size: 0; }
  .hs-finder-progress span { border-top-width: 4px; border-radius: 3px; padding: 0; }
  .hs-finder-progress b { display: none; }
  .hs-finder-step { padding: 24px 20px; min-height: 560px; scroll-margin-top: 74px; }
  .hs-finder-step header h2 { font-size: 28px; }
  .hs-finder-columns { grid-template-columns: minmax(0, 1fr); gap: 28px; margin-top: 28px; }
  .hs-finder-actions { position: sticky; bottom: 0; padding: 20px 0 max(20px, env(safe-area-inset-bottom)); background: #0c0e0f; border-top: 1px solid #25292b; gap: 12px; z-index: 2; }
  .hs-finder-actions .hs-button--primary { flex: 2; margin-inline: auto; }
  .hs-finder-actions .hs-button--secondary { flex: 1; min-width: 0; font-size: 11px; padding: 12px; }
  .hs-finder-budget-fields { gap: 12px; }
  .hs-finder-budget-fields label { width: 100%; justify-content: space-between; }
  .hs-finder-budget-fields input { width: 160px; }
  .hs-finder-choices span { font-size: 12px; }
  .hs-finder-matches { grid-template-columns: minmax(0, 1fr); }
  .hs-catalog-filter-bar { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
  .hs-catalog-filter-bar button { gap: 20px; padding-inline: 16px; }
  .hs-filter-dialog { width: calc(100vw - 24px); border-radius: 0 18px 18px 0; }
  .hs-filter-dialog > header { padding: 12px 16px; }
  .hs-filter-dialog h2 { font-size: 20px; }
  .hs-filter-body { padding-inline: 16px; }
  .hs-filter-body summary { min-height: 52px; padding-inline: 8px 20px; font-size: 14px; }
  .hs-filter-dialog footer { padding: 20px 16px max(20px, env(safe-area-inset-bottom)); }
  .hs-filter-dialog.is-quick-filter { inset: auto auto 0 0; width: 100vw; height: auto; max-height: 85dvh; border-radius: 20px 20px 0 0; transform: translateY(100%); }
  .hs-filter-dialog.is-quick-filter.is-open { transform: none; }
  .hs-filter-dialog.is-quick-filter .hs-filter-body { max-height: calc(85dvh - 180px); }
  .hs-product-rail { background: transparent; overflow: visible; }
  .hs-rail-tabs { gap: 6px; background: transparent; }
  .hs-rail-tabs button { font-size: 11px; min-height: 52px; border-radius: 8px; }
  .hs-rail-tabs button::after { content: none; }
  .hs-rail-panel { padding: 28px 0 0; }
  .hs-rail-layout { display: grid; grid-template-columns: minmax(0, 1fr); gap: 18px; }
  .hs-rail-intro { min-height: 232px; padding: 40px 24px 20px; text-align: right; }
  .hs-rail-intro h3 { font-size: 22px; margin-bottom: 14px; }
  .hs-rail-intro ul { margin: 0; width: auto; }
  .hs-rail-track { grid-auto-columns: min(298.5px, 90%); gap: 12px; }
  .hs-rail-footer { flex-wrap: wrap; }
  .hs-rail-footer > a { order: 2; width: 100%; justify-content: flex-start; }
  .hs-rail-pager { margin-inline: auto; }
  .hs-wishlist-toast { top: calc(var(--hs-header-height-mobile) + 16px); max-width: 360px; padding: 22px 20px 20px; }
  .hs-lightbox { width: 100vw; padding: 60px 16px 20px; border-radius: 0; }
  .hs-lightbox-thumbs { justify-content: start; padding-block: 22px; }
  .hs-lightbox-stage figure { padding: 12px; }
  .hs-lightbox-stage img { max-height: calc(100dvh - 200px); }
  .hs-accessory { grid-template-columns: minmax(0, 1fr) 80px; gap: 8px; padding: 16px; }
  .hs-accessory__image { grid-column: 1 / -1; }
  .hs-accessory > div { grid-column: 1 / -1; }
  .hs-accessory__link { grid-column: 2; justify-self: end; }
  .hs-mini-cart { width: min(500px, calc(100vw - 48px)); border-radius: 24px 0 0 24px; }
  .hs-mini-item { grid-template-columns: minmax(0, 1fr) 80px; gap: 8px 12px; min-height: 144px; }
  .hs-mini-item__image { grid-column: 2; grid-row: 1; }
  .hs-mini-item__image img { width: 80px; height: 80px; }
  .hs-mini-item__info { grid-column: 1; grid-row: 1; text-align: right; padding: 0; }
  .hs-mini-item__name { font-size: 11px; }
  .hs-mini-item__meta { font-size: 10px; }
  .hs-mini-item .hs-quantity { grid-column: 1; }
  .hs-mini-item__remove { right: -8px; top: auto; bottom: 12px; }
  .hs-mini-scroll { padding-inline: 16px; }
  .hs-mini-header { padding-inline: 10px; }
  .hs-mini-header p { font-size: 11px; gap: 6px; padding: 8px; }
  .hs-mini-summary { padding-inline: 16px; gap: 10px; }
  .hs-mini-total { font-size: 12px; gap: 6px; }
  .hs-mini-total strong { font-size: 14px; }
  .hs-mini-total small { display: inline-block; margin: 0; }
  .hs-mini-cart .hs-mini-checkout { max-width: 232px; min-height: 52px; clip-path: polygon(0 0, 100% 0, calc(100% - 20px) 100%, 0 100%); border-radius: 8px; }
  .hs-mini-checkout img, .hs-mini-help { display: none; }
  .hs-commerce-alert { top: calc(var(--hs-header-height-mobile) + 16px); }
  .hs-quantity button { min-height: 40px; }
}
@media (max-height: 600px) { .hs-mini-summary { gap: 7px; padding-block: 10px; } .hs-mini-help, .hs-mini-summary p { display: none; } }
@media (prefers-reduced-motion: reduce) {
  .hs-filter-dialog, .hs-filter-dialog.is-quick-filter { transform: none; }
  .hs-wishlist-toast { transform: translate(-50%, 0); }
  .hs-dialog { transform: none; transition: opacity 80ms linear; }
  .hs-cart-spinner img, .hs-quantity-loading img { animation: none; }
}

/* Approved mobile actions: equal widths, primary below secondary. */
@media(max-width:899px){.hs-mini-cart .hs-mini-view{max-width:232px;order:2}.hs-mini-cart .hs-mini-checkout{order:3}.hs-mini-cart .hs-mini-help{order:4}}
