/*
Theme Name: Far Store
Theme URI: https://far.test
Author: Far Store
Description: قالب اختصاصی و راست‌چین فروشگاه پوشاک فر.
Version: 1.4.2
Text Domain: far-store
*/

@font-face {
  font-family: Vazirmatn;
  src: url('assets/fonts/Vazirmatn.woff2') format('woff2');
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}

:root {
  --far-black: #111211;
  --far-ink: #171817;
  --far-muted: #696965;
  --far-line: #deddd9;
  --far-cream: #fbf1eb;
  --far-blush: #f7e9e1;
  --far-warm: #f4ece6;
  --far-white: #fff;
  --far-green: #428a43;
  --far-shell: 1180px;
  --far-shadow: 0 18px 50px rgba(43, 30, 22, .08);
  color-scheme: light;
  font-family: Vazirmatn, Tahoma, Arial, sans-serif;
  color: var(--far-ink);
  background: #fff;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { min-height: 100vh; margin: 0; background: #fff; color: var(--far-ink); font-family: Vazirmatn, Tahoma, Arial, sans-serif; font-size: 14px; line-height: 1.75; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
svg { pointer-events: none; }
.far-shell { width: min(calc(100% - 80px), var(--far-shell)); margin-inline: auto; }
.far-icon { width: 24px; height: 24px; }
.far-announcement { display: grid; place-items: center; height: 29px; background: var(--far-black); color: #fff; font-size: 11px; }

.far-header { position: relative; z-index: 30; border-bottom: 1px solid var(--far-line); background: rgba(255,255,255,.97); }
.far-header__inner { position: relative; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; min-height: 76px; }
.far-nav, .far-actions { display: flex; align-items: center; gap: 34px; }
.far-nav { grid-column: 1; grid-row: 1; justify-self: right; margin-right: 54px; font-size: 12px; font-weight: 700; }
.far-nav a, .far-actions a { position: relative; }
.far-nav a::after, .far-actions a.is-active::after { position: absolute; right: 0; bottom: -10px; width: 100%; height: 2px; background: var(--far-black); content: ''; transform: scaleX(0); transition: .2s; }
.far-nav a:hover::after, .far-nav a.is-active::after, .far-actions a.is-active::after { transform: scaleX(1); }
.far-logo { grid-column: 2; grid-row: 1; justify-self: center; display: inline-flex; align-items: center; justify-content: center; width: 90px; color: #070807; font-family: Georgia, serif; font-size: 50px; font-style: italic; font-weight: 700; line-height: 1; transform: rotate(-7deg); }
.far-logo--header { height: 72px; font-size: 0; transform: none; }
.far-logo--header img { width: 90px; height: 68px; object-fit: contain; }
.far-actions { grid-column: 3; grid-row: 1; justify-self: left; gap: 12px; direction: rtl; }
.far-icon-button { position: relative; display: inline-grid; place-items: center; width: 36px; height: 36px; padding: 0; border: 0; background: none; cursor: pointer; }
.far-icon-button:hover { background: #f7f4f1; }
.far-badge { position: absolute; top: -5px; left: -5px; display: none; min-width: 18px; height: 18px; padding-inline: 4px; border-radius: 99px; background: var(--far-black); color: #fff; font-size: 10px; line-height: 18px; text-align: center; }
.far-badge.is-visible { display: block; }
.far-menu-button, .far-mobile-menu-close { display: none; }
.far-search { position: absolute; top: 100%; right: 0; left: 0; padding: 18px 0; border-top: 1px solid var(--far-line); border-bottom: 1px solid var(--far-line); background: #fff; box-shadow: var(--far-shadow); }
.far-search[hidden] { display: none; }
.far-search .far-shell { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 18px; }
.far-search input { height: 48px; padding-inline: 16px; border: 1px solid var(--far-line); }

.far-button { display: inline-flex; min-height: 44px; padding: 9px 25px; align-items: center; justify-content: center; gap: 10px; border: 1px solid var(--far-black); border-radius: 1px; background: transparent; font-weight: 700; cursor: pointer; transition: .2s ease; }
.far-button:hover { transform: translateY(-2px); box-shadow: 0 10px 25px rgba(0,0,0,.12); }
.far-button--dark { background: var(--far-black); color: #fff; }
.far-button--light { border-color: #fff; background: #fff; color: var(--far-black); }
.far-button--outline { background: #fff; }
.far-button--full { width: 100%; }
.far-link-button { display: flex; align-items: center; gap: 9px; padding: 14px 0; border: 0; background: none; cursor: pointer; }
.far-link-button .far-icon { width: 20px; }

.far-hero { position: relative; height: min(520px, 44vw); min-height: 430px; overflow: hidden; background: var(--far-cream); }
.far-hero > img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.far-hero::after { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(252,244,239,.08) 45%, rgba(252,244,239,.15)); content: ''; }
.far-hero__content { position: absolute; z-index: 2; top: 50%; right: 0; left: 0; display: grid; grid-template-columns: 56% 44%; direction: ltr; transform: translateY(-50%); }
.far-hero__copy { grid-column: 1; width: max-content; max-width: 100%; justify-self: center; direction: rtl; text-align: right; }
.far-hero__copy > * { direction: rtl; }
.far-hero__content h1 { margin: 0 0 4px; font-size: clamp(38px, 4.2vw, 58px); line-height: 1.25; }
.far-hero__content p { margin: 0 0 20px; font-size: 15px; }
.far-hero__copy .far-button { width: 100%; }
.far-section { padding: 58px 0; }
.far-section-heading { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-bottom: 28px; }
.far-section-heading h2 { margin: 0; font-size: clamp(24px, 2.5vw, 33px); }
.far-section-heading--line::after { height: 1px; background: #555; content: ''; flex: 1; order: 2; }
.far-section-heading--line h2 { order: 1; }
.far-section-heading--line a { display: flex; align-items: center; gap: 8px; order: 3; font-size: 14px; }
.far-section-heading--line a .far-icon { width: 17px; }
.far-categories { background: linear-gradient(135deg, #fff7f2, #f8e8df); }
.far-category-grid { display: grid; grid-template-columns: repeat(6, 1fr); grid-template-rows: 210px 210px 230px; gap: 12px; direction: ltr; }
.far-category { position: relative; overflow: hidden; background: #eee; direction: rtl; }
.far-category img { width: 100%; height: 100%; object-fit: cover; object-position: center; transition: transform .5s; }
.far-category:hover img { transform: scale(1.035); }
.far-category span { position: absolute; right: auto; bottom: 12px; left: 0; min-width: 140px; padding: 10px 17px; background: rgba(255,255,255,.50); -webkit-backdrop-filter: blur(3px); backdrop-filter: blur(3px); font-weight: 700; }
.far-category:nth-child(1) { grid-column: 1 / 3; grid-row: 1 / 3; }
.far-category:nth-child(2) { grid-column: 3 / 5; grid-row: 1 / 3; }
.far-category:nth-child(3) { grid-column: 5 / 7; grid-row: 1; }
.far-category:nth-child(4) { grid-column: 5 / 7; grid-row: 2; }
.far-category:nth-child(5) { grid-column: 1 / 4; grid-row: 3; }
.far-category:nth-child(6) { grid-column: 4 / 7; grid-row: 3; }

.far-product-grid { display: grid; gap: 18px; }
.far-product-grid--home { grid-template-columns: repeat(4, 1fr); }
.far-product-grid--shop { grid-template-columns: repeat(3, 1fr); }
.far-product-card { min-width: 0; background: #fff; }
.far-product-card__media { position: relative; aspect-ratio: .84; overflow: hidden; background: var(--far-warm); }
.far-product-card__media > a, .far-product-card__media img { width: 100%; height: 100%; }
.far-product-card__media img { object-fit: cover; object-position: center top; transition: transform .4s; }
.far-product-card:hover .far-product-card__media img { transform: scale(1.025); }
.far-heart-button { position: absolute; right: 12px; bottom: 12px; display: grid; width: 38px; height: 38px; padding: 0; place-items: center; border: 0; border-radius: 50%; background: rgba(255,255,255,.9); cursor: pointer; }
.far-heart-button.is-active { background: var(--far-black); color: #fff; }
.far-heart-button.is-active .far-icon { fill: currentColor; }
.far-heart-button--large { top: 18px; right: auto; bottom: auto; left: 18px; width: 48px; height: 48px; }
.far-sale { position: absolute; z-index: 2; top: 12px; right: 12px; padding: 5px 10px; background: var(--far-black); color: #fff; font-size: 12px; }
.far-product-card__body { padding: 11px 3px; }
.far-product-card__name { display: block; margin-bottom: 8px; font-weight: 700; }
.far-product-card__meta { display: flex; align-items: flex-end; justify-content: space-between; gap: 10px; color: var(--far-muted); font-size: 13px; }
.far-product-card__meta > div:first-child { display: grid; }
.far-product-card__meta del { color: #999; font-size: 11px; }
.far-swatches { display: flex; gap: 7px; }
.far-swatches i, .far-inline-swatch { display: inline-block; width: 14px; height: 14px; border: 1px solid #c8c7c3; border-radius: 50%; background: var(--swatch); }
.far-product-grid--home .far-product-card__body,
.far-product-grid--shop .far-product-card__body { text-align: center; }
.far-product-grid--home .far-product-card__meta,
.far-product-grid--shop .far-product-card__meta { display: grid; justify-content: center; justify-items: center; gap: 8px; }
.far-product-grid--home .far-product-card__meta > div:first-child,
.far-product-grid--shop .far-product-card__meta > div:first-child { justify-items: center; }
.far-product-grid--home .far-swatches,
.far-product-grid--shop .far-swatches { justify-content: center; direction: ltr; }
.far-card-cart-button { margin-top: 11px; padding: 4px 0; border: 0; border-bottom: 1px solid currentColor; background: transparent; font-weight: 700; cursor: pointer; }
.far-card-cart-button.is-added-to-cart { border: 0; color: #6f6f6f; font-size: 11px; }
.far-product-card .added_to_cart.wc-forward { display: none !important; }
.far-card-out-of-stock { display: block; margin-top: 11px; color: var(--far-muted); font-size: 12px; }

body.product-variant-dialog-open { overflow: hidden; }
.product-variant-dialog { width: min(520px, calc(100% - 32px)); max-width: none; max-height: min(760px, calc(100dvh - 32px)); margin: auto; padding: 0; overflow: hidden; border: 1px solid var(--far-line); border-radius: 16px; background: #fff; color: var(--far-ink); box-shadow: 0 28px 80px rgba(42,35,30,.24); }
.product-variant-dialog::backdrop { background: rgba(35,29,25,.5); -webkit-backdrop-filter: blur(3px); backdrop-filter: blur(3px); }
.product-variant-dialog__shell { position: relative; max-height: min(760px, calc(100dvh - 32px)); padding: 28px; overflow-y: auto; }
.product-variant-dialog__close { position: absolute; top: 14px; left: 14px; display: grid; width: 36px; height: 36px; padding: 0; place-items: center; border: 1px solid var(--far-line); border-radius: 50%; background: #fff; color: var(--far-muted); font-size: 24px; line-height: 1; cursor: pointer; }
.product-variant-dialog__header { margin-bottom: 20px; padding-left: 42px; }
.product-variant-dialog__header p { margin: 0 0 5px; color: #7a5f52; font-size: 12px; font-weight: 700; }
.product-variant-dialog__header h2 { margin: 0 0 10px; font-size: 21px; }
.product-variant-dialog__price { display: flex; min-height: 25px; align-items: center; flex-wrap: wrap; gap: 5px 9px; }
.product-variant-dialog__price ins { color: var(--far-ink); font-weight: 700; text-decoration: none; }
.product-variant-dialog__price del { color: #999; font-size: 12px; }
.product-variant-dialog__form { display: grid; gap: 18px; }
.product-variant-dialog__group { min-width: 0; margin: 0; padding: 0; border: 0; }
.product-variant-dialog__group legend { width: 100%; margin-bottom: 10px; font-weight: 700; }
.product-variant-dialog__choices { display: grid; grid-template-columns: repeat(auto-fit, minmax(96px, 1fr)); gap: 9px; }
.product-variant-dialog__choice { width: 100%; min-width: 0; min-height: 44px; padding: 8px 10px; border: 1px solid var(--far-line); background: #fff; cursor: pointer; }
.product-variant-dialog__choice.far-color-choice { display: flex; align-items: center; justify-content: center; gap: 8px; }
.product-variant-dialog__choice.far-color-choice i { width: 23px; height: 23px; border: 1px solid #ccc; border-radius: 50%; background: var(--swatch); }
.product-variant-dialog__choice.is-selected { border-color: var(--far-black); box-shadow: inset 0 0 0 1px var(--far-black); }
.product-variant-dialog__choice:disabled, .far-options button:disabled { opacity: .32; cursor: not-allowed; }
.product-variant-dialog__message, .far-variant-message { min-height: 24px; margin: 0; color: var(--far-muted); font-size: 12px; }
.product-variant-dialog__submit { width: 100%; min-height: 48px; }
.product-variant-dialog__submit:disabled { opacity: .45; cursor: not-allowed; }

.far-editorial { padding: 38px 0; background: linear-gradient(125deg, #191a19, #2d2d2c); color: #fff; }
.far-editorial__inner { display: grid; grid-template-columns: .75fr 1.25fr; align-items: center; gap: 50px; direction: ltr; }
.far-editorial__inner > * { direction: rtl; }
.far-editorial__copy p { margin: 0; font-size: 22px; }
.far-editorial__copy h2 { margin: 0 0 24px; font-size: 36px; }
.far-editorial__images { display: grid; grid-template-columns: 1.35fr .65fr; align-items: end; height: 270px; min-height: 0; }
.far-editorial__images img { width: 100%; height: 270px; min-height: 0; object-fit: cover; object-position: center; }
.far-editorial__images img:last-child { height: 150px; margin-right: -70px; border: 8px solid #252525; }
.far-instagram__grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px; }
.far-instagram__grid a { aspect-ratio: 1; overflow: hidden; }
.far-instagram__grid img { width: 100%; height: 100%; object-fit: cover; object-position: top; }
.far-instagram .far-icon { width: 31px; height: 31px; vertical-align: middle; }

.far-page-hero { padding: 28px 0; background: linear-gradient(110deg, #fff7f3, #f7e9e1); }
.far-page-hero h1, .far-page-content > .far-shell > h1 { margin: 6px 0 2px; font-size: clamp(32px, 3.3vw, 44px); }
.far-page-hero p { margin: 0; color: var(--far-muted); }
.far-breadcrumb { display: flex; flex-wrap: wrap; gap: 11px; color: #6b6a67; font-size: 13px; }
.far-category-tabs { border-bottom: 1px solid var(--far-line); }
.far-category-tabs .far-shell { display: flex; justify-content: space-between; overflow-x: auto; }
.far-category-tabs button { min-width: max-content; padding: 24px 10px; border: 0; border-bottom: 3px solid transparent; background: transparent; cursor: pointer; }
.far-category-tabs button.is-active { border-color: var(--far-black); font-weight: 700; }
.far-shop__layout { display: grid; grid-template-columns: 250px 1fr; align-items: start; gap: 30px; }
.far-filters { border: 1px solid var(--far-line); }
.far-filters__heading { display: flex; align-items: center; justify-content: space-between; padding: 20px; }
.far-filters__heading h2 { margin: 0; font-size: 21px; }
.far-filters__heading button { display: none; border: 0; background: none; font-size: 28px; cursor: pointer; }
.far-filters details { padding: 18px 20px; border-top: 1px solid var(--far-line); }
.far-filters summary { font-weight: 700; cursor: pointer; }
.far-filters label { display: block; margin-top: 11px; color: #555; }
.far-filters input[type=range] { width: 100%; margin-top: 14px; accent-color: var(--far-black); }
.far-filter-swatches { display: flex; flex-wrap: wrap; gap: 13px 12px; margin-top: 18px; }
.far-filter-swatches button { flex: 0 0 28px; width: 28px; height: 28px; padding: 0; border: 2px solid #fff; border-radius: 50%; outline: 1px solid #c7c7c7; background: var(--swatch); cursor: pointer; transition: transform .15s, outline-color .15s, outline-width .15s; }
.far-filter-swatches button:hover { transform: scale(1.08); }
.far-filter-swatches button.is-selected { outline: 2px solid var(--far-black); outline-offset: 2px; transform: scale(1.06); }
.far-filter-swatches button:focus-visible, .far-pagination button:focus-visible { outline: 2px solid var(--far-black); outline-offset: 2px; }
.far-price-range { display: flex; justify-content: space-between; gap: 8px; font-size: 11px; }
.far-filters > .far-link-button { margin: 0 20px; border-top: 1px solid var(--far-line); }
.far-shop-toolbar { display: flex; align-items: center; gap: 22px; margin-bottom: 23px; }
.far-shop-toolbar [data-result-count] { white-space: nowrap; }
.far-shop-toolbar label { margin-right: auto; }
.far-shop-toolbar select { min-width: 150px; height: 43px; padding-inline: 12px; border: 1px solid var(--far-line); background: #fff; }
.far-view-controls { display: flex; gap: 5px; direction: ltr; }
.far-view-icon { display: grid; width: 44px; height: 44px; padding: 10px; place-items: center; border: 1px solid transparent; background: #f3f2ef; color: var(--far-black); cursor: pointer; }
.far-view-icon.is-active { border-color: var(--far-black); background: #fff; }
.far-product-grid--shop.is-list { grid-template-columns: 1fr; }
.far-product-grid--shop.is-list .far-product-card { display: grid; grid-template-columns: 240px minmax(0, 1fr); }
.far-product-grid--shop.is-list .far-product-card__media { aspect-ratio: 1.2; }
.far-product-grid--shop.is-list .far-product-card__body { align-self: center; padding: 22px 26px; text-align: right; }
.far-product-grid--shop.is-list .far-product-card__meta { justify-content: start; justify-items: start; }
.far-product-grid--shop.is-list .far-swatches { justify-content: flex-start; }
.far-filter-toggle { display: none; }
.far-empty { padding: 60px; text-align: center; }
.far-pagination { display: flex; justify-content: center; gap: 7px; margin-top: 28px; direction: rtl; }
.far-pagination button { display: grid; width: 34px; height: 34px; padding: 0; place-items: center; border: 1px solid transparent; background: #fff; cursor: pointer; }
.far-pagination button.is-active { border-color: var(--far-black); background: var(--far-black); color: #fff; }
.far-pagination button:disabled { opacity: .32; cursor: default; }
.far-pagination .far-icon { width: 16px; }

.far-product-page { padding: 28px 0 55px; }
.far-product-detail { display: grid; grid-template-columns: 1.08fr .92fr; gap: 48px; margin-top: 20px; direction: ltr; }
.far-product-detail > * { direction: rtl; }
.far-gallery__main { position: relative; aspect-ratio: .9; overflow: hidden; background: var(--far-warm); }
.far-gallery__main img { width: 100%; height: 100%; object-fit: cover; object-position: top; }
.far-gallery__zoom-trigger { position: absolute; inset: 0; width: 100%; height: 100%; padding: 0; border: 0; background: transparent; cursor: zoom-in; }
.far-gallery__zoom-hint { position: absolute; right: 14px; bottom: 14px; display: inline-flex; align-items: center; gap: 6px; padding: 8px 12px; border: 1px solid rgba(255,255,255,.72); border-radius: 999px; background: rgba(255,255,255,.88); color: #55483f; font-size: 12px; box-shadow: 0 6px 18px rgba(65,49,37,.1); -webkit-backdrop-filter: blur(7px); backdrop-filter: blur(7px); }
.far-gallery__zoom-hint svg { width: 17px; height: 17px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-width: 1.7; }
.far-gallery__main .far-heart-button { z-index: 2; }
.far-gallery__thumbs { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 14px; }
.far-gallery__thumbs button { aspect-ratio: 1.15; padding: 0; overflow: hidden; border: 1px solid transparent; background: var(--far-warm); cursor: pointer; }
.far-gallery__thumbs button.is-active { border-color: var(--far-black); }
.far-gallery__thumbs img { width: 100%; height: 100%; object-fit: cover; object-position: top; }
body.product-lightbox-open { overflow: hidden; }
.far-product-lightbox { width: 100vw; max-width: none; height: 100dvh; max-height: none; margin: 0; padding: 0; border: 0; background: rgba(23,20,18,.96); color: #fff; }
.far-product-lightbox::backdrop { background: rgba(23,20,18,.88); }
.far-product-lightbox__shell { position: relative; display: grid; width: 100%; height: 100%; padding: clamp(54px, 7vh, 76px) clamp(52px, 7vw, 96px) 54px; place-items: center; }
.far-product-lightbox__viewport { position: relative; display: flex; width: 100%; height: 100%; align-items: center; justify-content: center; overflow: hidden; cursor: zoom-in; touch-action: none; user-select: none; }
.far-product-lightbox__viewport.is-zoomed { cursor: grab; }
.far-product-lightbox__viewport.is-dragging { cursor: grabbing; }
.far-product-lightbox__viewport img { max-width: 100%; max-height: 100%; object-fit: contain; pointer-events: none; transform: translate3d(var(--lightbox-x, 0), var(--lightbox-y, 0), 0) scale(var(--lightbox-scale, 1)); transform-origin: center; transition: transform 180ms ease; will-change: transform; }
.far-product-lightbox__viewport.is-gesturing img { transition: none; }
.far-product-lightbox__close, .far-product-lightbox__nav { position: absolute; z-index: 3; display: grid; width: 46px; height: 46px; padding: 0; place-items: center; border: 1px solid rgba(255,255,255,.22); border-radius: 50%; background: rgba(255,255,255,.12); color: #fff; font-family: Arial, sans-serif; font-size: 32px; line-height: 1; cursor: pointer; -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px); }
.far-product-lightbox__close { top: 18px; right: 20px; }
.far-product-lightbox__nav { top: 50%; transform: translateY(-50%); }
.far-product-lightbox__nav--previous { right: 18px; }
.far-product-lightbox__nav--next { left: 18px; }
.far-product-lightbox__help, .far-product-lightbox__counter { position: absolute; z-index: 2; bottom: 18px; margin: 0; color: rgba(255,255,255,.72); font-size: 12px; }
.far-product-lightbox__help { left: 50%; max-width: calc(100% - 160px); transform: translateX(-50%); text-align: center; white-space: nowrap; }
.far-product-lightbox__counter { right: 22px; }
.far-product-info { padding-top: 18px; }
.far-product-info h1 { margin: 0; font-size: clamp(30px, 3.2vw, 44px); line-height: 1.35; }
.far-stock { display: flex; align-items: center; gap: 9px; }
.far-stock i { width: 11px; height: 11px; border-radius: 50%; background: #66b565; }
.far-product-price { font-size: 24px; }
.far-product-lead { color: var(--far-muted); }
.far-options { margin: 20px 0; padding: 0; border: 0; }
.far-options legend { margin-bottom: 13px; font-weight: 700; }
.far-options > a { display: inline-block; margin-top: 12px; border-bottom: 1px solid; font-size: 13px; }
.far-color-options, .far-size-options { display: flex; flex-wrap: wrap; gap: 10px; }
.far-color-options button, .far-size-options button { min-height: 44px; padding: 8px 14px; border: 1px solid var(--far-line); background: #fff; cursor: pointer; }
.far-color-options button { display: flex; align-items: center; gap: 8px; }
.far-color-options button i { width: 25px; height: 25px; border: 1px solid #ccc; border-radius: 50%; background: var(--swatch); }
.far-color-options button.is-selected, .far-size-options button.is-selected { border-color: var(--far-black); box-shadow: inset 0 0 0 1px var(--far-black); }
.far-size-options button { min-width: 58px; }
.far-quantity-row { display: flex; align-items: center; gap: 20px; margin: 20px 0; }
.far-quantity { display: grid; grid-template-columns: 38px 48px 38px; height: 42px; border: 1px solid var(--far-line); }
.far-quantity-row .far-quantity { direction: ltr; }
.far-quantity button, .far-quantity input { width: 100%; border: 0; background: #fff; text-align: center; }
.far-quantity input[type=number] { appearance: textfield; -moz-appearance: textfield; }
.far-quantity input[type=number]::-webkit-inner-spin-button,
.far-quantity input[type=number]::-webkit-outer-spin-button { margin: 0; appearance: none; -webkit-appearance: none; }
.far-quantity button { cursor: pointer; }
.far-selected-price { display: grid; place-items: center; margin: 16px 0; padding: 12px; background: #faf9f7; }
.far-selected-price strong { font-size: 23px; }
.far-product-info > .far-button, .far-product-form + .far-button { margin-top: 10px; }
.far-product-form .single_add_to_cart_button.is-loading { opacity: .65; }
.far-product-form .single_add_to_cart_button.is-added-to-cart { border-color: #858585; background: #9b9b9b; color: #fff; }
.far-product-code { color: #777; font-size: 12px; }
.far-product-code span { margin-inline: 10px; }
.far-accordion { margin-top: 36px; border: 1px solid var(--far-line); }
.far-accordion details + details { border-top: 1px solid var(--far-line); }
.far-accordion summary { position: relative; padding: 21px 25px; font-size: 19px; font-weight: 700; cursor: pointer; list-style: none; }
.far-accordion summary::after { position: absolute; left: 25px; content: '+'; }
.far-accordion details[open] summary::after { content: '−'; }
.far-accordion details p { margin: 0; padding: 0 25px 25px; color: var(--far-muted); }
.far-related { background: linear-gradient(110deg, #fff7f3, #f8e8df); }

.far-page-content { padding: 28px 0 55px; }
.far-checkout-steps { display: grid; grid-template-columns: repeat(4, 1fr); max-width: 900px; margin: 36px auto; padding: 0; overflow: hidden; list-style: none; }
.far-checkout-steps li { position: relative; display: grid; justify-items: center; gap: 10px; color: #666; }
.far-checkout-steps li::after { position: absolute; z-index: -1; top: 22px; right: 50%; width: 100%; height: 1px; background: #d6d5d1; content: ''; }
.far-checkout-steps li:first-child::after { display: none; }
.far-checkout-steps i { display: grid; width: 44px; height: 44px; place-items: center; border: 1px solid #ccc; border-radius: 50%; background: #fff; font-style: normal; }
.far-checkout-steps .is-active { color: var(--far-black); font-weight: 700; }
.far-checkout-steps .is-active i { border-color: var(--far-black); background: var(--far-black); color: #fff; }
.far-checkout-steps .is-done i { border-color: #7da878; color: var(--far-green); }
.far-checkout-steps i .far-icon { width: 19px; }
.far-cart-layout, .far-checkout-layout { display: grid; grid-template-columns: 1fr 310px; align-items: start; gap: 22px; direction: ltr; }
.far-cart-layout > *, .far-checkout-layout > * { direction: rtl; }
.far-cart-table, .far-summary, .far-checkout-form { border: 1px solid var(--far-line); background: #fff; }
.far-cart-head, .far-cart-row { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr 1fr; align-items: center; gap: 12px; padding: 16px; }
.far-cart-head { border-bottom: 1px solid var(--far-line); font-weight: 700; }
.far-cart-row + .far-cart-row { border-top: 1px solid var(--far-line); }
.far-cart-product { display: grid; grid-template-columns: 90px 1fr; align-items: center; gap: 12px; }
.far-cart-product img { width: 90px; aspect-ratio: .75; object-fit: cover; object-position: top; }
.far-cart-product a { font-weight: 700; text-decoration: underline; }
.far-cart-variant { display: grid; gap: 5px; }
.far-cart-variant span { display: flex; align-items: center; gap: 7px; }
.far-trash { display: block; margin-top: 12px; padding: 0; border: 0; background: none; cursor: pointer; }
.far-trash .far-icon { width: 21px; }
.far-cart-update { display: flex; justify-content: flex-end; padding: 16px; border-top: 1px solid var(--far-line); }
.far-cart-empty { border: 1px solid var(--far-line); background: #fff; }
.far-summary { position: sticky; top: 20px; padding: 22px; }
.far-summary h2 { margin: 0 0 18px; }
.far-summary dl { margin: 0; }
.far-summary dl div { display: flex; justify-content: space-between; gap: 20px; padding: 14px 0; border-bottom: 1px solid var(--far-line); }
.far-summary dd { margin: 0; text-align: left; }
.far-summary__total { display: grid; gap: 5px; padding: 24px 0; }
.far-summary__total strong { font-size: 24px; }
.far-cart-note { color: var(--far-muted); text-align: center; }
.far-success-notice, .far-info-notice { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin: 25px 0; padding: 17px 20px; border: 1px solid #bcd7bb; background: #f4faf2; }
.far-success-notice span { display: flex; align-items: center; gap: 10px; }
.far-success-notice .far-icon, .far-info-notice .far-icon { color: var(--far-green); }
.far-success-notice button { border: 0; border-bottom: 1px solid; background: none; }
.far-checkout-form { padding: 25px; }
.far-checkout-form h2 { margin-top: 0; }
.far-form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.far-form-grid label, .far-account-card label { display: grid; gap: 8px; font-weight: 700; }
.far-field-full { grid-column: 1 / -1; }
.far-form-grid input, .far-form-grid select, .far-form-grid textarea, .far-coupon input, .far-account-card input { width: 100%; min-height: 52px; padding: 12px 14px; border: 1px solid var(--far-line); background: #fff; }
.far-form-grid textarea { min-height: 100px; resize: vertical; }
.far-form-grid input:disabled { background: #f7f7f5; }
.far-coupon { margin-top: 25px; padding-top: 20px; border-top: 1px solid var(--far-line); }
.far-coupon > div { display: grid; grid-template-columns: 1fr auto; gap: 10px; }
.far-mini-order > div { display: grid; grid-template-columns: 65px 1fr; gap: 12px; padding: 12px 0; border-bottom: 1px solid var(--far-line); }
.far-mini-order img { width: 65px; height: 80px; object-fit: cover; object-position: top; }

.far-wishlist-note { padding: 15px; background: var(--far-cream); text-align: center; }
.far-wishlist-note .far-icon { width: 20px; vertical-align: middle; }
.far-product-grid--wishlist { grid-template-columns: repeat(3, 1fr); }
.far-empty-state { padding: 100px 20px; text-align: center; }
.far-empty-state > .far-icon { width: 60px; height: 60px; }
.far-account { padding: 38px 0; background: linear-gradient(110deg, #fff8f4, #fae9e0); }
.far-account-card { width: min(100%, 520px); margin: auto; padding: 34px; border-radius: 9px; background: #fff; box-shadow: var(--far-shadow); }
.far-account-card h2, .far-account-card > p { text-align: center; }
.far-account-icon { display: grid; width: 70px; height: 70px; margin: auto; place-items: center; border-radius: 50%; background: var(--far-cream); }
.far-account-icon .far-icon { width: 39px; height: 39px; }
.far-captcha { display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 25px; margin: 15px 0 25px; }
.far-captcha strong { font-size: 25px; direction: ltr; }
.far-otp { margin-top: 28px; padding-top: 24px; border-top: 1px solid var(--far-line); }
.far-otp__inputs { display: grid; grid-template-columns: repeat(6, 1fr); direction: ltr; gap: 10px; margin: 12px 0 22px; }
.far-otp__inputs input { text-align: center; }
.far-otp .far-button a { width: 100%; }
.far-account-secure { display: flex; justify-content: center; gap: 10px; margin-top: 26px; }
.far-account-resend { margin: 14px 0 4px; color: var(--far-muted); text-align: center; }
.far-account-edit { display: block; text-align: center; text-decoration: underline; }

.far-page-title-row { display: flex; align-items: start; justify-content: space-between; margin-bottom: 35px; }
.far-page-title-row h1 { margin-bottom: 0; }
.far-page-title-row p { color: var(--far-muted); }
.far-order-list { display: grid; gap: 26px; }
.far-order-card { padding: 24px; border: 1px solid var(--far-line); border-radius: 6px; box-shadow: 0 10px 30px rgba(0,0,0,.03); }
.far-order-card__top { display: grid; grid-template-columns: 160px 160px 1fr 290px; align-items: center; gap: 25px; }
.far-order-card__top > div:first-child { display: grid; }
.far-order-card__top > div:first-child strong { font-size: 20px; text-decoration: underline; }
.far-status { display: inline-block; width: max-content; padding: 8px 20px; border-radius: 6px; font-weight: 700; }
.far-status--sent { background: #e8effa; color: #28558d; }
.far-status--pending { background: #faedce; color: #7a581a; }
.far-status--done { background: #e4f3e8; color: #397346; }
.far-order-products { display: flex; gap: 18px; }
.far-order-products > div { display: grid; grid-template-columns: 85px 1fr; align-items: center; gap: 12px; }
.far-order-products img { width: 85px; height: 100px; object-fit: cover; object-position: top; }
.far-order-products p { display: grid; min-width: 130px; }
.far-order-products span { color: var(--far-muted); }
.far-tracking { display: grid; grid-template-columns: 1fr auto; gap: 4px 12px; padding: 15px; border: 1px solid var(--far-line); }
.far-tracking span { grid-column: 1 / -1; }
.far-tracking button { padding-inline: 13px; border: 1px solid #aaa; background: #fff; }
.far-order-card__bottom { display: grid; grid-template-columns: 1fr 1fr 1fr auto; align-items: end; gap: 20px; margin-top: 24px; padding-top: 22px; border-top: 1px solid var(--far-line); }
.far-order-card__bottom p { display: grid; margin: 0; }
.far-order-card__bottom span { color: var(--far-muted); }
.far-back-link { display: inline-flex; align-items: center; gap: 7px; margin: 25px 0; }
.far-order-heading, .far-package-notice, .far-tracking-progress, .far-order-products-table, .far-order-info-grid > section { margin-bottom: 22px; padding: 24px; border: 1px solid var(--far-line); border-radius: 6px; }
.far-order-heading { text-align: center; }
.far-order-heading h1 { margin: 0; font-family: Arial, sans-serif; font-size: 37px; direction: ltr; }
.far-order-heading .far-status { margin: 10px; }
.far-order-heading dl { display: grid; grid-template-columns: repeat(3, 1fr); margin: 18px 0 0; padding-top: 20px; border-top: 1px solid var(--far-line); }
.far-order-heading dl div { display: grid; }
.far-order-heading dl div + div { border-right: 1px solid var(--far-line); }
.far-order-heading dd { margin: 0; font-weight: 700; }
.far-package-notice { display: grid; grid-template-columns: 80px 1fr auto; align-items: center; gap: 20px; background: #f2f7fe; }
.far-package-notice > div { display: grid; width: 65px; height: 65px; place-items: center; border: 1px solid #789; border-radius: 50%; }
.far-package-notice p { display: grid; margin: 0; }
.far-tracking-progress ol { display: grid; grid-template-columns: repeat(3, 1fr); margin: 0; padding: 20px 0 0; list-style: none; }
.far-tracking-progress { overflow: hidden; }
.far-tracking-progress li { position: relative; display: grid; justify-items: center; text-align: center; }
.far-tracking-progress li::after { position: absolute; top: 15px; right: 50%; z-index: -1; width: 100%; height: 2px; background: #84a779; content: ''; }
.far-tracking-progress li:first-child::after { display: none; }
.far-tracking-progress i { display: grid; width: 32px; height: 32px; place-items: center; border-radius: 50%; background: #65945c; color: #fff; }
.far-tracking-progress i .far-icon { width: 18px; }
.far-tracking-progress span { color: var(--far-muted); font-size: 12px; }
.far-order-product-row { display: grid; grid-template-columns: 2fr .5fr 1fr 1fr; align-items: center; gap: 25px; padding: 15px; border-top: 1px solid var(--far-line); }
.far-order-product-row > div { display: grid; grid-template-columns: 100px 1fr; align-items: center; gap: 15px; }
.far-order-product-row img { width: 100px; height: 120px; object-fit: cover; object-position: top; }
.far-order-product-row p { display: grid; }
.far-order-product-row p span { color: var(--far-muted); }
.far-order-info-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 26px; }
.far-order-info-grid dl { display: grid; grid-template-columns: 150px 1fr; }
.far-order-info-grid dd { margin: 0; }
.far-order-actions { display: flex; gap: 20px; }

.far-payment-success { padding: 28px 0 55px; background: linear-gradient(110deg, #fff, #fff8f4); }
.far-payment-success h1 { text-align: right; }
.far-payment-success > .far-shell > h2, .far-payment-success > .far-shell > p { text-align: center; }
.far-payment-check { display: grid; width: 84px; height: 84px; margin: 22px auto 5px; place-items: center; border: 2px solid var(--far-green); border-radius: 50%; color: var(--far-green); }
.far-payment-check .far-icon { width: 44px; height: 44px; }
.far-payment-status { color: var(--far-green); font-weight: 700; }
.far-payment-meta { display: grid; grid-template-columns: repeat(4, 1fr); margin: 35px 0; padding: 24px; border: 1px solid var(--far-line); border-radius: 8px; background: #fff; box-shadow: var(--far-shadow); }
.far-payment-meta div { display: grid; text-align: center; }
.far-payment-meta div + div { border-right: 1px solid var(--far-line); }
.far-payment-meta dd { margin: 0; font-weight: 700; }
.far-payment-actions { display: flex; justify-content: center; gap: 20px; }
.far-payment-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 25px; margin-top: 40px; }
.far-payment-grid > section { padding: 28px; border: 1px solid var(--far-line); border-radius: 8px; background: #fff; }
.far-payment-product { display: grid; grid-template-columns: 65px 1fr auto; align-items: center; gap: 14px; margin-bottom: 12px; }
.far-payment-product img { width: 65px; height: 78px; object-fit: cover; object-position: top; }
.far-payment-product p { display: grid; }
.far-payment-grid section > p:last-child { display: flex; justify-content: space-between; }
.far-info-notice { justify-content: flex-start; }
.far-info-notice a { font-weight: 700; text-decoration: underline; }

.far-faq-hero { padding: 48px 0; background: linear-gradient(110deg, #fff2eb, #f9e2d7); }
.far-faq-hero .far-shell { display: flex; align-items: center; justify-content: space-between; }
.far-faq-hero h1 { margin: 0; font-size: 44px; }
.far-faq-hero p { margin: 30px 0 0; font-weight: 700; }
.far-question-mark { display: grid; width: 180px; height: 150px; place-items: center; border: 2px solid #c99880; border-radius: 50%; color: #c99880; font-size: 105px; font-family: Georgia, serif; }
.far-accordion--faq { width: min(100%, 1120px); margin: 0 auto; border: 0; }
.far-accordion--faq details { margin-bottom: 20px; border: 1px solid var(--far-line) !important; border-radius: 7px; }
.far-accordion--faq details[open] summary { background: var(--far-cream); }
.far-faq-cta { background: #202120; color: #fff; }
.far-faq-cta .far-shell { display: grid; grid-template-columns: 1fr 340px; align-items: center; min-height: 270px; direction: ltr; }
.far-faq-cta .far-shell > * { direction: rtl; }
.far-faq-cta h2 { font-size: 32px; }
.far-faq-cta img { width: 100%; height: 270px; object-fit: cover; object-position: right center; }

.far-about-hero { background: linear-gradient(110deg, #fff5ef, #f7e4da); }
.far-about-hero > .far-shell { display: grid; grid-template-columns: .85fr 1.15fr; align-items: stretch; width: min(100%, 1600px); margin-left: 0; direction: ltr; }
.far-about-hero > .far-shell > * { direction: rtl; }
.far-about-hero__copy { align-self: center; padding: 45px 6vw; }
.far-about-hero__copy h1 { margin: 8px 0; font-size: 45px; }
.far-about-hero__copy h2 { font-size: 27px; }
.far-about-hero__copy p { color: var(--far-muted); }
.far-about-hero img { width: 100%; height: 500px; object-fit: cover; object-position: center; }
.far-story .far-shell { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 55px; }
.far-story h2 { font-size: 36px; }
.far-story p { color: var(--far-muted); font-size: 16px; }
.far-story img { width: 100%; height: 410px; object-fit: cover; object-position: center; }
.far-values { padding: 48px 0; background: #242524; color: #fff; text-align: center; }
.far-values h2 { font-size: 30px; }
.far-values__grid { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 40px; }
.far-values__grid > div { padding: 30px; }
.far-values__grid > div + div { border-right: 1px solid #888; }
.far-values__grid .far-icon { width: 52px; height: 52px; color: #e3cba2; }
.far-store-gallery h2 { text-align: center; }
.far-store-gallery .far-shell > div { display: grid; grid-template-columns: 1.3fr .9fr .9fr; gap: 8px; height: 300px; }
.far-store-gallery img { width: 100%; height: 300px; object-fit: cover; object-position: center; }
.far-follow { padding: 38px 0; background: var(--far-cream); }
.far-follow .far-shell { display: flex; align-items: center; justify-content: center; gap: 90px; }
.far-follow .far-shell > div:first-child .far-icon { width: 100px; height: 100px; }
.far-follow h2 { margin: 0; font-size: 35px; }
.far-follow .far-button { margin: 12px 0 0 8px; }

.far-benefits { border-top: 1px solid var(--far-line); border-bottom: 1px solid var(--far-line); background: #fff; }
.far-benefits__grid { display: grid; grid-template-columns: repeat(3, 1fr); padding: 22px 0; }
.far-benefits__grid > div { display: flex; align-items: center; justify-content: center; gap: 17px; }
.far-benefits__grid > div + div { border-right: 1px solid var(--far-line); }
.far-benefits__grid .far-icon { width: 36px; height: 36px; }
.far-benefits__grid p { display: grid; margin: 0; }
.far-benefits__grid span { color: var(--far-muted); font-size: 12px; }
.far-footer { background: #fff; }
.far-footer__grid { display: grid; grid-template-columns: 1.5fr repeat(3, 1fr); gap: 38px; padding: 38px 0; }
.far-footer__grid > div { display: flex; flex-direction: column; gap: 9px; }
.far-footer__grid h2 { margin: 0 0 10px; font-size: 16px; }
.far-footer__grid a, .far-footer__grid p { color: var(--far-muted); font-size: 13px; }
.far-footer__brand { order: -1; }
.far-logo--footer { grid-column: auto; justify-self: start; width: 88px; height: 64px; margin: 0; font-size: 0; transform: none; }
.far-logo--footer img { width: 88px; height: 64px; object-fit: contain; }
.far-footer__brand strong { margin-top: 9px; }
.far-footer__brand p { max-width: 330px; }
.far-footer__grid p .far-icon { width: 17px; vertical-align: middle; }
.far-socials a { display: flex; align-items: center; gap: 8px; }
.far-socials .far-icon { width: 25px; }
.far-footer__copyright { padding: 14px; border-top: 1px solid var(--far-line); color: var(--far-muted); font-size: 12px; text-align: center; }
.far-prose { min-height: 300px; padding-block: 50px; }
.far-toast { position: fixed; z-index: 100; bottom: 25px; left: 50%; padding: 13px 24px; border-radius: 4px; background: var(--far-black); color: #fff; opacity: 0; pointer-events: none; transform: translate(-50%, 20px); transition: .25s; }
.far-toast.is-visible { opacity: 1; transform: translate(-50%, 0); }

@media (max-width: 1100px) {
  .far-shell { width: min(calc(100% - 40px), var(--far-shell)); }
  .far-nav { gap: 18px; }
  .far-category-grid { grid-template-rows: 220px 220px 250px; }
  .far-product-grid--home { grid-template-columns: repeat(4, 1fr); }
  .far-product-grid--home .far-product-card:nth-child(4) { display: block; }
  .far-order-card__top { grid-template-columns: 140px 140px 1fr; }
  .far-tracking { grid-column: 1 / -1; }
  .far-order-products { justify-content: end; }
}

@media (max-width: 820px) {
  body { font-size: 14px; }
  .far-shell { width: min(calc(100% - 30px), var(--far-shell)); }
  .far-announcement { height: 32px; }
  .far-header__inner { grid-template-columns: 44px 1fr auto; min-height: 70px; }
  .far-logo { position: absolute; left: 50%; grid-column: 1 / -1; width: 72px; font-size: 38px; transform: translateX(-50%); }
  .far-logo--header img { width: 72px; }
  .far-menu-button { display: inline-grid; grid-column: 1; grid-row: 1; justify-self: right; margin: 0; }
  .far-actions { grid-column: 3; grid-row: 1; justify-self: left; gap: 0; }
  .far-nav { position: fixed; top: 102px; right: 0; bottom: 0; left: auto; display: grid; width: 100vw; max-width: none; align-content: start; justify-self: stretch; gap: 0; margin: 0; padding: 58px 30px 30px; visibility: hidden; background: #fff; pointer-events: none; transform: translateX(100%); transition: transform .25s, visibility .25s; }
  .far-nav.is-open { visibility: visible; pointer-events: auto; transform: translateX(0); }
  .far-mobile-menu-close { position: absolute; top: 12px; right: 18px; display: grid; width: 40px; height: 40px; padding: 0; place-items: center; border: 0; background: transparent; font-size: 34px; line-height: 1; cursor: pointer; }
  .far-nav a { padding: 16px; border-bottom: 1px solid var(--far-line); font-size: 18px; }
  .far-search .far-shell { grid-template-columns: 1fr auto; }
  .far-search label { grid-column: 1 / -1; }
  .far-hero { height: 560px; min-height: 0; }
  .far-hero > img { object-position: 62% center; }
  .far-hero::after { top: auto; height: 58%; background: linear-gradient(180deg, rgba(255,248,244,0), rgba(255,248,244,.18) 42%, rgba(255,248,244,.58)); }
  .far-hero__content { top: auto; bottom: 35px; display: block; transform: none; }
  .far-hero__copy { width: max-content; margin-right: auto; margin-left: auto; text-align: center; }
  .far-hero__content h1 { width: auto; margin-right: 0; margin-left: 0; }
  .far-hero__content h1 { font-size: 44px; }
  .far-section { padding: 55px 0; }
  .far-category-grid { grid-template-columns: 1fr 1fr; grid-template-rows: repeat(4, 230px); }
  .far-category:nth-child(n) { grid-column: auto; grid-row: auto; }
  .far-category:nth-child(1), .far-category:nth-child(2) { grid-row: span 2; }
  .far-product-grid--home { grid-template-columns: 1fr 1fr; gap: 14px; }
  .far-product-grid--home .far-product-card:nth-child(4) { display: block; }
  .far-product-card__body { padding-inline: 0; }
  .far-editorial__inner { grid-template-columns: 1fr; }
  .far-editorial__images { height: 300px; }
  .far-instagram__grid { grid-template-columns: repeat(3, 1fr); }
  .far-shop__layout { display: block; }
  body.filter-open { overflow: hidden; }
  .far-filters { position: fixed; z-index: 80; inset: 0 0 0 auto; width: min(88%, 360px); overflow-y: auto; visibility: hidden; background: #fff; pointer-events: none; transform: translateX(110%); transition: transform .25s, visibility .25s; }
  .far-filters.is-open { visibility: visible; pointer-events: auto; transform: translateX(0); box-shadow: -20px 0 50px rgba(0,0,0,.2); }
  .far-filters__heading button, .far-filter-toggle { display: inline-flex; }
  .far-product-grid--shop { grid-template-columns: 1fr 1fr; gap: 14px; }
  .far-shop-toolbar label { margin-right: 0; }
  .far-shop-toolbar .far-view-controls { display: none; }
  .far-product-grid--shop.is-list { grid-template-columns: 1fr 1fr; }
  .far-product-grid--shop.is-list .far-product-card { display: block; }
  .far-product-detail { grid-template-columns: 1fr; gap: 20px; }
  .far-product-info { padding-top: 10px; }
  .far-cart-layout, .far-checkout-layout { grid-template-columns: 1fr; }
  .far-cart-head { display: none; }
  .far-cart-row { grid-template-columns: 1fr 1fr; }
  .far-cart-product { grid-column: 1 / -1; }
  .far-summary { position: static; }
  .far-product-grid--wishlist { grid-template-columns: 1fr 1fr; }
  .far-order-card__top, .far-order-card__bottom { grid-template-columns: 1fr 1fr; }
  .far-order-products, .far-tracking { grid-column: 1 / -1; }
  .far-order-products { justify-content: start; overflow-x: auto; }
  .far-order-heading dl, .far-tracking-progress ol { grid-template-columns: 1fr; gap: 20px; }
  .far-order-heading dl div + div { border: 0; }
  .far-tracking-progress li::after { display: none; }
  .far-order-product-row { grid-template-columns: 1fr 1fr; }
  .far-order-product-row > div { grid-column: 1 / -1; }
  .far-order-info-grid, .far-payment-grid { grid-template-columns: 1fr; }
  .far-payment-meta { grid-template-columns: 1fr 1fr; gap: 20px; }
  .far-payment-meta div + div { border: 0; }
  .far-faq-hero .far-shell { gap: 20px; }
  .far-question-mark { width: 120px; height: 120px; font-size: 80px; }
  .far-faq-cta .far-shell { grid-template-columns: 1fr 260px; }
  .far-about-hero > .far-shell { grid-template-columns: 1fr; width: 100%; }
  .far-about-hero__copy { padding: 45px 25px; }
  .far-about-hero img { height: 450px; }
  .far-story .far-shell { grid-template-columns: 1fr; gap: 30px; }
  .far-values__grid { grid-template-columns: 1fr; }
  .far-values__grid > div + div { border-top: 1px solid #888; border-right: 0; }
  .far-store-gallery .far-shell > div { height: 320px; }
  .far-store-gallery img { height: 320px; }
  .far-follow .far-shell { gap: 35px; }
  .far-benefits__grid { grid-template-columns: 1fr; gap: 20px; }
  .far-benefits__grid > div + div { border: 0; }
  .far-footer__grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 520px) {
  .far-actions .far-icon-button { width: 29px; }
  .far-hero { height: 500px; }
  .far-category-grid { grid-template-rows: repeat(4, 190px); gap: 9px; }
  .far-category span { min-width: 0; padding: 7px 10px; font-size: 12px; }
  .far-section-heading { align-items: flex-end; }
  .far-section-heading--line::after { display: none; }
  .far-section-heading h2 { font-size: 25px; }
  .far-product-card__name { font-size: 13px; }
  .far-product-card__meta { display: grid; }
  .far-card-cart-button { font-size: 12px; }
  .product-variant-dialog { width: calc(100% - 16px); max-height: calc(100dvh - 16px); border-radius: 14px; }
  .product-variant-dialog__shell { max-height: calc(100dvh - 16px); padding: 24px 18px max(20px, env(safe-area-inset-bottom)); }
  .product-variant-dialog__header { padding-left: 38px; }
  .product-variant-dialog__choices { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .far-editorial__copy p { font-size: 22px; }
  .far-editorial__copy h2 { font-size: 34px; }
  .far-page-hero h1, .far-page-content > .far-shell > h1 { font-size: 34px; }
  .far-category-tabs .far-shell { gap: 20px; }
  .far-shop-toolbar { flex-wrap: wrap; }
  .far-shop-toolbar label { width: 100%; }
  .far-shop-toolbar select { width: 100%; }
  .far-gallery__main { aspect-ratio: .78; }
  .far-gallery__zoom-hint { padding: 7px 10px; font-size: 11px; }
  .far-product-lightbox__shell { padding: 64px 10px 62px; }
  .far-product-lightbox__nav { top: auto; bottom: 14px; width: 42px; height: 42px; transform: none; }
  .far-product-lightbox__nav--previous { right: 14px; }
  .far-product-lightbox__nav--next { left: 14px; }
  .far-product-lightbox__counter { right: auto; bottom: 24px; left: 50%; transform: translateX(-50%); }
  .far-product-lightbox__help { top: 22px; bottom: auto; max-width: calc(100% - 120px); font-size: 10px; white-space: normal; }
  .far-product-info h1 { font-size: 32px; }
  .far-color-options button { padding: 8px 10px; font-size: 12px; }
  .far-checkout-steps { margin: 35px -5px; }
  .far-checkout-steps span { font-size: 10px; }
  .far-cart-row { grid-template-columns: 1fr; }
  .far-cart-product { grid-column: auto; }
  .far-cart-product img { width: 90px; }
  .far-form-grid { grid-template-columns: 1fr; }
  .far-field-full { grid-column: auto; }
  .far-checkout-form, .far-summary, .far-account-card { padding: 20px; }
  .far-product-grid--wishlist { grid-template-columns: 1fr; }
  .far-page-title-row { display: grid; }
  .far-order-card { padding: 20px; }
  .far-order-card__top, .far-order-card__bottom { grid-template-columns: 1fr; }
  .far-order-products, .far-tracking { grid-column: auto; }
  .far-order-card__bottom .far-button { width: 100%; }
  .far-package-notice { grid-template-columns: 1fr; }
  .far-order-product-row { grid-template-columns: 1fr; }
  .far-order-info-grid dl { grid-template-columns: 110px 1fr; }
  .far-order-actions, .far-payment-actions { display: grid; }
  .far-payment-meta { grid-template-columns: 1fr; }
  .far-faq-hero h1 { font-size: 38px; }
  .far-question-mark { display: none; }
  .far-faq-cta .far-shell { grid-template-columns: 1fr; padding-top: 35px; }
  .far-faq-cta img { height: 280px; }
  .far-about-hero img { height: 350px; }
  .far-story img { height: 380px; }
  .far-store-gallery .far-shell > div { grid-template-columns: 1fr 1fr; height: 500px; }
  .far-store-gallery img { height: 245px; }
  .far-store-gallery img:first-child { grid-column: 1 / -1; }
  .far-follow .far-shell { display: grid; gap: 20px; text-align: center; }
  .far-follow .far-button { width: 100%; }
  .far-footer__grid { grid-template-columns: 1fr; gap: 25px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
}
