/** Shopify CDN: Minification failed

Line 7268:0 Unexpected "949"
Line 7371:0 Unexpected "@media"

**/
:root {
  --zaini-ink: #11100e;
  --zaini-paper: #F6F2EB;
  --zaini-paper-deep: #ece3d6;
  --zaini-gold: #9a784e;
  --zaini-line: #E8E2D8;
  --zaini-serif: "Iowan Old Style", "Baskerville", "Times New Roman", serif;
  --zaini-sans: "Helvetica Neue", Helvetica, Arial, sans-serif;
  --zaini-scroll: 0px;
}

html { scroll-behavior: smooth; }
body {
  background: var(--zaini-paper);
  color: var(--zaini-ink);
  font-family: var(--zaini-sans);
  letter-spacing: 0.01em;
}

h1, h2, h3, h4, .h1, .h2, .h3, .h4, .hometitle {
  font-family: var(--zaini-serif);
  font-weight: 400;
  letter-spacing: -0.035em;
}

::selection { background: var(--zaini-ink); color: var(--zaini-paper); }

/* Accessible struck-through prices */
.price__was, .price__was .js-value, .price__was .js-label { color: #6B625A !important; opacity: 1 !important; }

/* ZAINI eyewear carousel — mobile */
@media (max-width: 767px) {
  #shopify-section-template--28536404705652__featured_collection_LFePcW .collection-listing {
    overflow-x: auto !important;
    overflow-y: visible !important;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    overscroll-behavior-inline: contain;
    scrollbar-width: none;
  }

  #shopify-section-template--28536404705652__featured_collection_LFePcW .collection-listing::-webkit-scrollbar {
    display: none;
  }

  #shopify-section-template--28536404705652__featured_collection_LFePcW .product-grid.slider__grid {
    display: flex !important;
    width: max-content !important;
    grid-template-columns: none !important;
    gap: 12px !important;
  }

  #shopify-section-template--28536404705652__featured_collection_LFePcW .product-grid.slider__grid > .product-block {
    flex: 0 0 82vw !important;
    width: 82vw !important;
    max-width: 82vw !important;
    min-width: 0 !important;
    scroll-snap-align: start;
  }

  #shopify-section-template--28536404705652__featured_collection_LFePcW .product-block__detail {
    min-width: 0;
  }

  #shopify-section-template--28536404705652__featured_collection_LFePcW .product-block__title {
    display: -webkit-box !important;
    min-height: 2.7em;
    overflow: hidden !important;
    white-space: normal !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  #shopify-section-template--28536404705652__featured_collection_LFePcW .product-price {
    display: flex !important;
    flex-wrap: wrap;
    align-items: baseline;
    column-gap: 7px;
    row-gap: 2px;
  }

  #shopify-section-template--28536404705652__featured_collection_LFePcW .zaini-swipe-hint {
    display: none !important;
  }
}

/* ZAINI card surface system */
.product-block .block-inner,
.zv10-brand-card {
  background: #FFFFFF !important;
  border: 1px solid var(--zaini-line) !important;
  box-shadow: none;
}

@media (hover: hover) and (pointer: fine) {
  .product-block .block-inner,
  .zv10-brand-card {
    transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
  }

  .product-block:hover .block-inner,
  .zv10-brand-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 26px rgba(17, 16, 14, .07);
  }
}

@media (prefers-reduced-motion: reduce) {
  .product-block .block-inner,
  .zv10-brand-card {
    transition: none !important;
    transform: none !important;
  }
}

.section-announcement-bar {
  background: var(--zaini-ink);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
.section-announcement-bar .announcement-bar__announcements {
  min-height: 34px;
  font-family: var(--zaini-sans);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.section-header { z-index: 30; }
.pageheader {
  border-bottom: 1px solid rgba(17, 16, 14, 0.1);
  background: rgba(246, 242, 234, 0.9);
  transition: background-color 320ms ease, box-shadow 320ms ease, backdrop-filter 320ms ease;
}
.pageheader--transparent {
  background: linear-gradient(to bottom, rgba(246, 242, 234, 0.92), rgba(246, 242, 234, 0));
  border-bottom-color: transparent;
}
.zaini-is-scrolled .pageheader {
  background: rgba(246, 242, 234, 0.94);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
  box-shadow: 0 8px 36px rgba(17, 16, 14, 0.06);
}
.logo-area { min-height: 76px; }
.logo__link { display: inline-flex; align-items: center; }
.logo__image.zaini-wordmark { width: 176px; height: auto; }
.navigation__link,
.header-account-link,
.show-search-link,
.cart-link {
  font-family: var(--zaini-sans);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.navigation__link::after { height: 1px !important; }

.zaini-home {
  width: 100%;
  max-width: 100%;
  margin-inline: 0;
  overflow: clip;
  background: var(--zaini-paper);
}
.zaini-hero {
  position: relative;
  min-height: clamp(650px, 84vh, 940px);
  display: grid;
  align-items: center;
  isolation: isolate;
}
.zaini-hero__media,
.zaini-hero__media::after {
  position: absolute;
  inset: 0;
}
.zaini-hero__media { z-index: -2; overflow: hidden; }
.zaini-hero__media::after {
  content: "";
  background: linear-gradient(90deg, rgba(246,242,234,.95) 0%, rgba(246,242,234,.68) 29%, rgba(246,242,234,.04) 63%);
}
.zaini-hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1.035) translate3d(0, calc(var(--zaini-scroll) * .025), 0);
  transition: transform 100ms linear;
}
.zaini-hero__content {
  width: min(680px, 88vw);
  margin-left: max(6vw, calc((100vw - 1600px) / 2));
  padding: 130px 0 80px;
}
.zaini-kicker {
  margin: 0 0 24px;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.25em;
  text-transform: uppercase;
}
.zaini-hero h1 {
  margin: 0;
  max-width: 630px;
  font-family: var(--zaini-serif);
  font-size: clamp(64px, 7.2vw, 122px);
  font-weight: 400;
  line-height: .86;
  letter-spacing: -.065em;
}
.zaini-hero__text {
  max-width: 430px;
  margin: 34px 0 0;
  font-size: clamp(15px, 1.25vw, 19px);
  line-height: 1.65;
}
.zaini-actions { display: flex; align-items: center; gap: 28px; margin-top: 40px; }
.zaini-button {
  min-height: 54px;
  padding: 0 26px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  border: 1px solid var(--zaini-ink);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .14em;
  text-transform: uppercase;
  transition: background-color 220ms ease, color 220ms ease, transform 220ms ease;
}
.zaini-button--dark { background: var(--zaini-ink); color: #fff; }
.zaini-button:hover { transform: translateY(-2px); background: var(--zaini-gold); border-color: var(--zaini-gold); color: #fff; }
.zaini-text-link {
  border-bottom: 1px solid currentColor;
  padding-bottom: 4px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.zaini-hero__scroll {
  position: absolute;
  right: 34px;
  bottom: 26px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  font-size: 8px;
  letter-spacing: .26em;
  writing-mode: vertical-rl;
}
.zaini-hero__scroll i { width: 1px; height: 44px; background: currentColor; opacity: .5; }

.zaini-marquee {
  overflow: hidden;
  border-top: 1px solid var(--zaini-line);
  border-bottom: 1px solid var(--zaini-line);
  background: var(--zaini-paper);
}
.zaini-marquee__track {
  width: max-content;
  display: flex;
  align-items: center;
  gap: 32px;
  padding: 16px 0;
  animation: zaini-marquee 26s linear infinite;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: .24em;
}
.zaini-marquee__track b { color: var(--zaini-gold); font-weight: 400; }
@keyframes zaini-marquee { to { transform: translateX(-50%); } }

.zaini-categories { padding: clamp(84px, 10vw, 150px) max(4vw, 24px); }
.zaini-section-head {
  max-width: 1520px;
  margin: 0 auto 54px;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(300px, .55fr);
  align-items: end;
  gap: 50px;
}
.zaini-section-head h2 {
  margin: 0;
  font-size: clamp(48px, 5.6vw, 92px);
  line-height: .92;
}
.zaini-section-head > p {
  max-width: 440px;
  margin: 0 0 8px auto;
  color: rgba(17,16,14,.7);
  font-size: 15px;
  line-height: 1.8;
}
.zaini-category-grid {
  max-width: 1720px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}
.zaini-category {
  position: relative;
  min-height: clamp(480px, 54vw, 720px);
  overflow: hidden;
  color: #fff;
  background: #d8d0c3;
}
.zaini-category__media,
.zaini-category__media img,
.zaini-category__shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.zaini-category__media img { object-fit: cover; transition: transform 800ms cubic-bezier(.2,.7,.2,1); }
.zaini-category__shade { background: linear-gradient(to top, rgba(8,8,7,.72) 0%, rgba(8,8,7,0) 48%); transition: background 300ms ease; }
.zaini-category__number {
  position: absolute;
  z-index: 2;
  top: 20px;
  left: 20px;
  font-size: 9px;
  letter-spacing: .18em;
}
.zaini-category__copy {
  position: absolute;
  z-index: 2;
  left: 24px;
  right: 24px;
  bottom: 24px;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
}
.zaini-category__copy small { grid-column: 1 / -1; margin-bottom: 8px; font-size: 8px; font-weight: 600; letter-spacing: .25em; }
.zaini-category__copy h3 { margin: 0; color: #fff; font-size: clamp(34px, 3.2vw, 54px); line-height: 1; }
.zaini-category__copy > span { font-size: 24px; transition: transform 250ms ease; }
.zaini-category:hover .zaini-category__media img { transform: scale(1.045); }
.zaini-category:hover .zaini-category__copy > span { transform: translate(4px, -4px); }

.zaini-manifesto {
  position: relative;
  padding: clamp(110px, 14vw, 210px) 24px;
  text-align: center;
  color: #f7f3ec;
  background: var(--zaini-ink);
}
.zaini-manifesto__mark { width: 76px; height: 76px; margin-bottom: 32px; filter: invert(1); opacity: .85; }
.zaini-manifesto .zaini-kicker { color: #b99a74; }
.zaini-manifesto h2 {
  max-width: 1180px;
  margin: 0 auto;
  color: inherit;
  font-size: clamp(48px, 6.8vw, 108px);
  line-height: .98;
}
.zaini-manifesto h2 em { color: #b99a74; font-weight: 400; }
.zaini-manifesto > p:last-child { max-width: 580px; margin: 40px auto 0; color: rgba(255,255,255,.63); line-height: 1.8; }
.zaini-assurance {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-bottom: 1px solid var(--zaini-line);
  background: var(--zaini-paper-deep);
}
.zaini-assurance > div { min-height: 170px; padding: 34px; display: flex; flex-direction: column; border-right: 1px solid var(--zaini-line); }
.zaini-assurance > div:last-child { border-right: 0; }
.zaini-assurance span { color: var(--zaini-gold); font-size: 9px; letter-spacing: .2em; }
.zaini-assurance strong { margin-top: auto; font-family: var(--zaini-serif); font-size: 25px; font-weight: 400; }
.zaini-assurance small { margin-top: 7px; color: rgba(17,16,14,.62); font-size: 11px; letter-spacing: .03em; }

.zaini-reveal--ready { opacity: 0; transform: translateY(28px); transition: opacity 800ms ease, transform 800ms cubic-bezier(.2,.7,.2,1); }
.zaini-reveal--ready.is-visible { opacity: 1; transform: translateY(0); }

/* Theme-wide editorial polish */
.collection-slider-row,
.section-signup { padding-block: clamp(72px, 9vw, 130px); }
.collection-slider-row .hometitle { margin-bottom: 44px; }
.collection-slider-row .hometitle h2,
.section-signup h2 { font-size: clamp(42px, 5vw, 76px); font-weight: 400; }
.product-block .block-inner { overflow: hidden; background: #eee9e0; }
.product-block .block-inner-inner img { transition: transform 650ms cubic-bezier(.2,.7,.2,1); }
.product-block:hover .block-inner-inner img { transform: scale(1.025); }
.product-block__detail { padding-top: 17px; }
.product-block__title { font-family: var(--zaini-serif); font-size: 17px; line-height: 1.25; }
.product-price--block { margin-top: 7px; font-size: 12px; letter-spacing: .04em; }
.product-block .quickbuy-toggle { border-radius: 0; font-size: 10px; letter-spacing: .13em; text-transform: uppercase; }
.product-block .product-label--sale { border-radius: 2px; }
.product-block .product-label--sale > span { padding: 4px 7px !important; font-size: 8.5px !important; line-height: 1.1 !important; letter-spacing: .04em !important; font-weight: 750; }
.product-block .product-label-container { gap: 5px; }

/* ZAINI customer ease enhancements — 2026-07-22 */

/* Only expose payment controls with a verified native destination. */
[data-zaini-quick-pay],
[data-zaini-cod-pay] {
  display: none !important;
}

[data-zaini-online-link] {
  text-decoration: none !important;
  cursor: pointer;
}

html body .es-popup-button-product {
  display: flex !important;
  min-height: 96px !important;
  height: auto !important;
  padding: 14px 12px !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 7px !important;
  width: 100% !important;
  text-transform: uppercase !important;
}

html body .es-popup-button-product::after {
  content: "Kapıda ödeme • Güvenli teslimat • Kolay değişim";
  display: block;
  font-size: 10px;
  line-height: 1.35;
  letter-spacing: .04em;
  text-align: center;
  text-transform: none;
}

[data-zaini-online-link],
[data-zaini-cod-pay] {
  display: flex !important;
  min-height: 96px !important;
  height: auto !important;
  padding: 14px 12px !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 7px !important;
  overflow: visible !important;
}

[data-zaini-online-link] .zaini-extra-buy-actions__eyebrow,
[data-zaini-online-link] .zaini-extra-buy-actions__meta,
[data-zaini-cod-pay] .zaini-extra-buy-actions__eyebrow,
[data-zaini-cod-pay] .zaini-extra-buy-actions__meta {
  display: none !important;
}

[data-zaini-online-link]::after {
  content: "ONLINE ÖDEMEYE ÖZEL 300 TL İNDİRİM\A 12 TAKSİTE VARAN • ÖNCELİKLİ HAZIRLIK • ANINDA ONAY";
  display: block;
  white-space: pre-line;
  font-size: 10px;
  line-height: 1.45;
  letter-spacing: .06em;
  text-align: center;
}

[data-zaini-cod-pay]::after {
  content: "Kapıda ödeme • Güvenli teslimat • Kolay değişim";
  display: block;
  font-size: 10px;
  line-height: 1.35;
  letter-spacing: .04em;
  text-align: center;
}
.zaini-search-host {
  position: relative;
}

.zaini-suggest {
  position: absolute;
  z-index: 1200;
  top: calc(100% + 8px);
  left: 0;
  right: 0;
  max-height: min(68vh, 620px);
  overflow: auto;
  padding: 10px;
  color: #171717;
  background: #fff;
  border: 1px solid rgba(17, 17, 17, 0.12);
  border-radius: 14px;
  box-shadow: 0 20px 60px rgba(17, 17, 17, 0.16);
}

.zaini-suggest[hidden] {
  display: none !important;
}

.zaini-suggest__heading,
.zaini-ux-eyebrow {
  color: #681f27;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.zaini-suggest__heading {
  padding: 5px 7px 8px;
}

.zaini-suggest__product {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 11px;
  align-items: center;
  min-height: 70px;
  padding: 6px;
  color: inherit;
  text-decoration: none;
  border-radius: 10px;
}

.zaini-suggest__product:hover,
.zaini-suggest__product:focus-visible {
  background: #f6f3f1;
}

.zaini-suggest__product img {
  width: 58px;
  height: 58px;
  object-fit: contain;
  background: #f7f7f7;
  border-radius: 8px;
}

.zaini-suggest__info {
  display: grid;
  gap: 4px;
  min-width: 0;
  font-size: 12px;
}

.zaini-suggest__info strong {
  overflow: hidden;
  font-size: 13px;
  line-height: 1.3;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.zaini-suggest__collections,
.zaini-suggest__quick {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 8px;
  padding: 9px 6px 2px;
  border-top: 1px solid rgba(17, 17, 17, 0.08);
}

.zaini-suggest__collections a,
.zaini-suggest__quick a,
.zaini-no-results__popular a {
  padding: 8px 11px;
  color: #171717;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
  background: #f6f3f1;
  border-radius: 999px;
}

.zaini-suggest__all {
  display: block;
  margin-top: 10px;
  padding: 12px;
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  text-align: center;
  text-decoration: none;
  background: #171717;
  border-radius: 9px;
}

.zaini-suggest__loading,
.zaini-suggest__empty {
  padding: 18px 12px;
  font-size: 13px;
}

.zaini-suggest__empty {
  display: grid;
  gap: 6px;
}

.zaini-size-guide {
  margin: 0 0 12px;
  border: 1px solid rgba(104, 31, 39, 0.2);
  border-radius: 10px;
  background: #fbf8f6;
}

.zaini-size-guide summary {
  min-height: 42px;
  padding: 11px 13px;
  color: #681f27;
  font-size: 12px;
  font-weight: 800;
  cursor: pointer;
}

.zaini-size-guide__body {
  padding: 0 14px 12px;
  font-size: 12px;
  line-height: 1.55;
}

.zaini-size-guide__body ol {
  margin: 7px 0 0;
  padding-left: 18px;
}

.zaini-size-error {
  margin: 10px 0 0;
  padding: 10px 12px;
  color: #681f27;
  font-size: 13px;
  font-weight: 800;
  background: #fff2f2;
  border: 1px solid rgba(104, 31, 39, 0.22);
  border-radius: 9px;
}

.option-selector.zaini-size-required .option-selector__btns {
  padding: 7px;
  border: 1px solid #681f27;
  border-radius: 10px;
  animation: zainiSizePulse 0.55s ease;
}

@keyframes zainiSizePulse {
  0%, 100% { transform: translateX(0); }
  35% { transform: translateX(-4px); }
  70% { transform: translateX(4px); }
}

.zaini-size-gated {
  cursor: pointer !important;
}

.zaini-product-trust {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6px;
  margin: 10px 0 0;
}

.zaini-product-trust span {
  display: grid;
  place-items: center;
  min-height: 40px;
  padding: 6px;
  color: #343434;
  font-size: 10px;
  font-weight: 750;
  line-height: 1.25;
  text-align: center;
  background: #f7f5f3;
  border-radius: 8px;
}

.zaini-extra-buy-actions__button--cod,
.sticky-atc__action--cod {
  color: #fff !important;
  background: #681f27 !important;
  border-color: #681f27 !important;
}

.zaini-extra-buy-actions__button--checkout,
.sticky-atc__action--online {
  color: #171717 !important;
  background: #fff !important;
  border: 1px solid rgba(17, 17, 17, 0.35) !important;
}

.product-form .add-to-cart:not(.sticky-atc__native-submit) {
  color: #171717;
  background: #f4f2f0;
  border-color: #f4f2f0;
}

.zaini-collection-tools {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  margin: 0 auto 12px;
  padding: 2px max(16px, calc((100vw - 1400px) / 2));
  scrollbar-width: none;
}

.zaini-collection-tools::-webkit-scrollbar {
  display: none;
}

.zaini-collection-chip {
  flex: 0 0 auto;
  min-height: 40px;
  padding: 9px 14px;
  color: #171717;
  font: inherit;
  font-size: 12px;
  font-weight: 750;
  line-height: 1;
  text-decoration: none;
  background: #fff;
  border: 1px solid rgba(17, 17, 17, 0.18);
  border-radius: 999px;
  cursor: pointer;
}

.zaini-collection-chip--stock {
  color: #fff;
  background: #171717;
  border-color: #171717;
}

.zaini-no-results,
.zaini-empty-cart {
  width: min(940px, calc(100% - 32px));
  margin: 28px auto 48px;
  padding: clamp(22px, 5vw, 42px);
  text-align: center;
  background: #f8f6f4;
  border-radius: 18px;
}

.zaini-no-results h2,
.zaini-empty-cart h2 {
  margin: 8px 0;
  font-size: clamp(21px, 4vw, 32px);
}

.zaini-no-results p {
  max-width: 620px;
  margin: 0 auto 20px;
  color: #606060;
  font-size: 14px;
}

.zaini-ux-category-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  margin-top: 18px;
}

.zaini-ux-category-link {
  display: grid;
  place-items: center;
  min-height: 58px;
  padding: 10px;
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
  background: #171717;
  border-radius: 10px;
}

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

.zaini-no-results__popular strong {
  width: 100%;
  margin-bottom: 3px;
  font-size: 12px;
}

.zaini-empty-cart__recent {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin-top: 12px;
}

.zaini-empty-cart__recent-title {
  margin: 26px 0 0;
  font-size: 18px;
}

.zaini-empty-cart__recent a {
  display: grid;
  gap: 6px;
  color: inherit;
  font-size: 12px;
  text-align: left;
  text-decoration: none;
}

.zaini-empty-cart__recent img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: contain;
  background: #fff;
  border-radius: 9px;
}

.product-block__title,
.product-block .product-block__title,
.product-block .title {
  font-size: 14px !important;
  line-height: 1.35 !important;
}

@media (max-width: 767px) {
  input[type="search"],
  input[type="text"],
  input[type="email"],
  input[type="tel"],
  select,
  textarea {
    font-size: 16px !important;
  }

  .zaini-suggest {
    position: fixed;
    top: 72px;
    right: 10px;
    left: 10px;
    max-height: calc(100vh - 90px);
  }

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

  .zaini-product-trust span {
    min-height: 44px;
    font-size: 9px;
  }

  .zaini-extra-buy-actions__button,
  .sticky-atc__action,
  .option-selector .opt-label,
  .zaini-collection-chip {
    min-height: 44px;
  }

  .zaini-collection-tools {
    margin-bottom: 8px;
    padding-right: 16px;
    padding-left: 16px;
  }

  .zaini-no-results,
  .zaini-empty-cart {
    margin-top: 18px;
    padding: 22px 14px;
  }

  .zaini-ux-category-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .zaini-empty-cart__recent {
    grid-template-columns: repeat(2, 1fr);
  }

  .product-block__title,
  .product-block .product-block__title,
  .product-block .title,
  .vtl-product-card__title-inner {
    font-size: 13px !important;
    line-height: 1.35 !important;
  }
}


/* Mobile rhythm: compact spacing without changing hero banners */
@media (max-width: 767.98px) {
  .template-index .zaini-v6-portals { padding-top: 16px !important; padding-bottom: 20px !important; }
  .template-index .section-featured-collection .collection-slider-row { padding-top: 20px !important; padding-bottom: 24px !important; }
  .template-index .section-zaini-assurance .zaini-assurance--compact { padding-top: 16px !important; padding-bottom: 16px !important; }
  .template-index .section-zaini-assurance .zaini-assurance__head { margin-bottom: 20px !important; }
  .template-index .section-zaini-assurance .zaini-assurance__card { padding-top: 14px !important; padding-bottom: 14px !important; }
  .template-index .zaini-v5-intro { padding-top: 32px !important; padding-bottom: 32px !important; }
  .template-index .zaini-v5-board { padding-top: 26px !important; padding-bottom: 26px !important; }
  .template-index .zaini-v5-board__head { margin-bottom: 28px !important; }
  .template-index .zaini-v5-quote { padding-top: 15px !important; padding-bottom: 15px !important; }
  .template-index .zaini-v5-quote p { margin-top: 16px !important; margin-bottom: 16px !important; }
}
.pagination-row { border-top: 1px solid var(--zaini-line); padding-top: 32px; }

.template-collection .page-header,
.template-search .page-header { padding-top: clamp(70px, 9vw, 130px); }
.template-collection .page-header h1,
.template-search .page-header h1 { font-size: clamp(52px, 6vw, 88px); font-weight: 400; }

.template-product .product-info { padding-top: clamp(50px, 6vw, 90px); padding-bottom: clamp(90px, 10vw, 150px); }
.template-product .product-column-left .rimage-wrapper,
.template-product .product-column-left .media-wrapper { background: #eee9e0; }
.template-product .product-title { font-family: var(--zaini-serif); font-size: clamp(38px, 4vw, 58px); font-weight: 400; line-height: 1.02; }
.template-product .product-info__price { margin-top: 18px; }
.template-product .product-price--large { font-size: 19px; }
.template-product .product-form .label { font-size: 10px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; }
.template-product .option-selector__btns .opt-label { border-radius: 0; min-width: 52px; border-color: rgba(17,16,14,.24); }
.template-product .option-selector__btns .opt-btn:checked + .opt-label { background: var(--zaini-ink); color: #fff; border-color: var(--zaini-ink); }
.template-product .quantity-submit-row__submit .btn,
.template-product .shopify-payment-button__button { min-height: 58px; border-radius: 0 !important; font-size: 11px !important; letter-spacing: .14em !important; text-transform: uppercase; }
.template-product .product-info-accordion .disclosure__title { padding-block: 20px; border-color: var(--zaini-line); }
.template-product .product-form .rte { color: rgba(17,16,14,.72); line-height: 1.8; }

.section-footer { padding-top: 36px; }
.section-footer__text-block__image img { width: 170px; filter: invert(1); }
.section-footer__title { font-family: var(--zaini-sans); font-size: 10px; letter-spacing: .18em; text-transform: uppercase; }
.section-footer a { text-underline-offset: 4px; }

@media (max-width: 1040px) {
  .zaini-category-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .zaini-category { min-height: 68vw; }
  .zaini-assurance { grid-template-columns: repeat(2, 1fr); }
  .zaini-assurance > div:nth-child(2) { border-right: 0; }
  .zaini-assurance > div:nth-child(-n+2) { border-bottom: 1px solid var(--zaini-line); }
}

@media (max-width: 767.98px) {
  .logo-area { min-height: 64px; }
  .logo__image.zaini-wordmark { width: 138px; }
  .zaini-hero { min-height: 720px; align-items: end; }
  .zaini-hero__media::after { background: linear-gradient(to top, rgba(246,242,234,.98) 0%, rgba(246,242,234,.72) 40%, rgba(246,242,234,.05) 75%); }
  .zaini-hero__media img { object-position: 66% center; transform: scale(1.05); }
  .zaini-hero__content { width: auto; margin: 0; padding: 340px 22px 74px; }
  .zaini-hero h1 { font-size: clamp(58px, 18vw, 84px); }
  .zaini-hero__text { max-width: 330px; margin-top: 26px; font-size: 14px; }
  .zaini-actions { align-items: flex-start; flex-direction: column; gap: 20px; margin-top: 30px; }
  .zaini-button { width: 100%; }
  .zaini-hero__scroll { display: none; }
  .zaini-categories { padding: 82px 12px; }
  .zaini-section-head { display: block; margin-bottom: 32px; padding-inline: 10px; }
  .zaini-section-head h2 { font-size: 52px; }
  .zaini-section-head > p { margin: 26px 0 0; font-size: 14px; }
  .zaini-category-grid { gap: 8px; }
  .zaini-category { min-height: 66vw; }
  .zaini-category__number { top: 12px; left: 12px; }
  .zaini-category__copy { left: 14px; right: 14px; bottom: 14px; }
  .zaini-category__copy h3 { font-size: clamp(25px, 8vw, 38px); }
  .zaini-category__copy > span { font-size: 18px; }
  .zaini-manifesto { padding: 105px 20px; }
  .zaini-manifesto h2 { font-size: 51px; }
  .zaini-assurance > div { min-height: 145px; padding: 22px 18px; }
  .zaini-assurance strong { font-size: 20px; }
  .zaini-assurance small { font-size: 10px; }
  .collection-slider-row, .section-signup { padding-block: 76px; }
  .collection-slider-row .container { padding-inline: 12px; }
  .template-product .product-title { font-size: 40px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .zaini-marquee__track { animation-play-state: paused; }
  .zaini-hero__media img,
  .zaini-category__media img,
  .zaini-reveal--ready { transform: none !important; transition: none !important; }
}

/* V45 — refined product-card typography (locked against theme overrides) */
.template-collection .product-block__detail,
.template-search .product-block__detail,
.template-index .section-featured-collection .product-block__detail,
.product-block__detail {
  color: #17120f;
  font-family: var(--base-font-family);
  font-kerning: normal;
  -webkit-font-smoothing: antialiased;
}

.template-collection .product-block .vendor,
.template-search .product-block .vendor,
.featured-collection .product-block .vendor,
.product-block .vendor {
  margin-bottom: 9px;
  color: var(--zaini-v5-accent) !important;
  font-family: var(--base-font-family) !important;
  font-size: 10.5px !important;
  font-weight: 850 !important;
  line-height: 1.15 !important;
  letter-spacing: .15em !important;
  text-transform: uppercase;
}

.template-collection .product-block__title,
.template-search .product-block__title,
.featured-collection .product-block__title,
.product-block__title {
  max-width: 96%;
  min-height: 2.64em;
  color: #201c19 !important;
  font-family: var(--base-font-family) !important;
  font-size: clamp(15.5px, 1.08vw, 17px) !important;
  font-weight: 650 !important;
  line-height: 1.32 !important;
  letter-spacing: -.018em !important;
  text-wrap: pretty;
}

.template-collection .product-price--block,
.template-search .product-price--block,
.featured-collection .product-price--block,
.product-price--block {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 6px 10px;
  margin-top: 11px;
  color: #17120f;
  font-family: var(--base-font-family) !important;
  font-size: 15px !important;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: -.012em;
}

.product-price--block .price__current {
  font-size: 1.08em !important;
  font-weight: 850 !important;
  letter-spacing: -.025em !important;
}

.product-price--block .price__was {
  color: #8c8580;
  font-size: .86em !important;
  font-weight: 500 !important;
  text-decoration-thickness: 1px;
}

.product-price--block .price-label--sale {
  display: inline-flex;
  min-height: 23px;
  align-items: center;
  margin-inline-start: 1px;
  padding: 0 7px;
  color: var(--zaini-v5-accent);
  background: rgba(127, 32, 45, .075);
  font-size: 9.5px !important;
  font-weight: 900 !important;
  line-height: 1;
  letter-spacing: .1em;
  text-transform: uppercase;
}

@media (max-width: 767.98px) {
  .template-collection .product-block .vendor,
  .template-search .product-block .vendor,
  .featured-collection .product-block .vendor,
  .product-block .vendor {
    margin-bottom: 6px;
    font-size: 9.5px !important;
    letter-spacing: .13em !important;
  }

  .template-collection .product-block__title,
  .template-search .product-block__title,
  .featured-collection .product-block__title,
  .product-block__title {
    max-width: 100%;
    min-height: 2.68em;
    font-size: 13.75px !important;
    font-weight: 650 !important;
    line-height: 1.34 !important;
  }

  .template-collection .product-price--block,
  .template-search .product-price--block,
  .featured-collection .product-price--block,
  .product-price--block {
    gap: 5px 7px;
    margin-top: 8px;
    font-size: 13px !important;
  }

  .product-price--block .price-label--sale {
    min-height: 20px;
    padding-inline: 5px;
    font-size: 8.5px !important;
  }
}

/* ZAINI v3 — bold commercial editorial direction */
:root {
  --zaini-ink: #050505;
  --zaini-paper: #ffffff;
  --zaini-paper-deep: #f3f3f1;
  --zaini-gold: #050505;
  --zaini-line: rgba(5, 5, 5, 0.18);
  --zaini-serif: Arial, Helvetica, sans-serif;
  --zaini-sans: Arial, Helvetica, sans-serif;
}

body { background: #fff; color: #050505; }
h1, h2, h3, h4, .h1, .h2, .h3, .h4, .hometitle {
  font-family: var(--zaini-sans);
  font-weight: 800;
  letter-spacing: -0.045em;
}

.section-announcement-bar { background: #050505; }
.section-announcement-bar .announcement-bar__announcements { min-height: 38px; font-weight: 700; }
.pageheader,
.pageheader--transparent {
  background: rgba(255, 255, 255, 0.98);
  border-bottom: 1px solid #dedede;
  box-shadow: none;
}
.zaini-is-scrolled .pageheader { background: rgba(255, 255, 255, 0.96); }
.logo-area { min-height: 82px; }
.logo__image.zaini-wordmark { width: 185px; }
.navigation__link,
.header-account-link,
.show-search-link,
.cart-link { font-weight: 700; letter-spacing: .08em; }

.zaini-hero { min-height: clamp(660px, 78vh, 860px); background: #ece7df; }
.zaini-hero__media::after { background: linear-gradient(90deg, rgba(255,255,255,.92) 0%, rgba(255,255,255,.5) 31%, rgba(255,255,255,0) 58%); }
.zaini-hero__content { width: min(720px, 90vw); }
.zaini-kicker { font-weight: 800; letter-spacing: .2em; }
.zaini-hero h1 {
  max-width: 720px;
  font-family: var(--zaini-sans);
  font-size: clamp(62px, 6.5vw, 108px);
  font-weight: 900;
  line-height: .9;
  letter-spacing: -.07em;
  text-transform: uppercase;
}
.zaini-button { font-weight: 800; }
.zaini-button--dark { background: #050505; }
.zaini-button:hover { background: #fff; color: #050505; border-color: #050505; }

.zaini-marquee { background: #050505; color: #fff; border: 0; }
.zaini-marquee__track { padding: 14px 0; font-weight: 800; letter-spacing: .18em; }
.zaini-marquee__track b { color: #fff; opacity: .55; }

.zaini-categories { padding-top: clamp(74px, 8vw, 120px); }
.zaini-section-head { align-items: end; }
.zaini-section-head h2 {
  max-width: 900px;
  font-family: var(--zaini-sans);
  font-size: clamp(45px, 5.2vw, 78px);
  font-weight: 900;
  line-height: .88;
  letter-spacing: -.065em;
}
.zaini-category { min-height: clamp(430px, 43vw, 620px); }
.zaini-category__copy h3 {
  font-family: var(--zaini-sans);
  font-size: clamp(25px, 2.3vw, 38px);
  font-weight: 900;
  letter-spacing: -.04em;
}
.zaini-category__copy small { font-weight: 800; }

.zaini-studio { padding: clamp(80px, 10vw, 150px) max(4vw, 24px); background: #f3f3f1; }
.zaini-studio__head {
  max-width: 1720px;
  margin: 0 auto 36px;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 30px;
}
.zaini-studio__head .zaini-kicker { margin-bottom: 7px; }
.zaini-studio__head h2 { margin: 0; font-size: clamp(48px, 6vw, 92px); font-weight: 900; line-height: .85; }
.zaini-studio__grid {
  max-width: 1720px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.65fr) minmax(320px, .75fr);
  gap: 14px;
}
.zaini-studio-card { position: relative; min-height: 690px; overflow: hidden; background: #ddd; color: #fff; }
.zaini-studio-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform 700ms cubic-bezier(.2,.7,.2,1); }
.zaini-studio-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(0,0,0,.72), rgba(0,0,0,0) 54%); }
.zaini-studio-card > span { position: absolute; z-index: 2; left: 28px; right: 28px; bottom: 28px; display: grid; grid-template-columns: 1fr auto; align-items: end; }
.zaini-studio-card small { grid-column: 1/-1; margin-bottom: 10px; font-size: 9px; font-weight: 800; letter-spacing: .2em; }
.zaini-studio-card strong { font-size: clamp(31px, 3.8vw, 62px); font-weight: 900; line-height: .9; letter-spacing: -.05em; }
.zaini-studio-card i { border-bottom: 1px solid currentColor; padding-bottom: 4px; font-size: 10px; font-style: normal; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.zaini-studio-card:hover img { transform: scale(1.035); }

.zaini-assurance { background: #fff; }
.zaini-assurance strong { font-family: var(--zaini-sans); font-size: 20px; font-weight: 800; letter-spacing: -.02em; text-transform: uppercase; }
.zaini-assurance span { color: #050505; font-weight: 700; }

.collection-slider-row { background: #fff; }
.collection-slider-row .hometitle h2,
.section-signup h2 {
  font-family: var(--zaini-sans);
  font-size: clamp(38px, 4vw, 62px);
  font-weight: 900;
  letter-spacing: -.055em;
  text-transform: uppercase;
}
.product-block .block-inner { background: #f4f4f4; }
.product-block .vendor { font-size: 9px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.product-block__title { font-family: var(--zaini-sans); font-size: 12px; font-weight: 600; letter-spacing: 0; }
.product-price--block { font-size: 12px; font-weight: 700; }
.product-block .quickbuy-toggle { background: #050505; color: #fff; font-weight: 800; }
.section-signup { background: #f3f3f1; }
.section-signup .signup-form__button { background: #050505; color: #fff; }

.template-collection .page-header h1,
.template-search .page-header h1,
.template-product .product-title {
  font-family: var(--zaini-sans);
  font-weight: 900;
  letter-spacing: -.055em;
  text-transform: uppercase;
}
.template-product .product-column-left .rimage-wrapper,
.template-product .product-column-left .media-wrapper { background: #f3f3f3; }
.template-product .quantity-submit-row__submit .btn { background: #050505; }

@media (max-width: 1040px) {
  .zaini-studio__grid { grid-template-columns: 1fr 1fr; }
  .zaini-studio-card { min-height: 58vw; }
}

@media (max-width: 767.98px) {
  .logo-area { min-height: 66px; }
  .logo__image.zaini-wordmark { width: 145px; }
  .zaini-hero { min-height: 700px; }
  .zaini-hero__media::after { background: linear-gradient(to top, rgba(255,255,255,.98) 0%, rgba(255,255,255,.72) 46%, rgba(255,255,255,.02) 78%); }
  .zaini-hero h1 { font-size: clamp(51px, 15vw, 72px); }
  .zaini-categories { padding-top: 68px; }
  .zaini-section-head h2 { font-size: 44px; }
  .zaini-category { min-height: 64vw; }
  .zaini-category__copy h3 { font-size: clamp(21px, 6.6vw, 30px); }
  .zaini-category__copy small { display: none; }
  .zaini-studio { padding: 76px 12px; }
  .zaini-studio__head { display: block; padding-inline: 8px; }
  .zaini-studio__head h2 { font-size: 50px; }
  .zaini-studio__grid { grid-template-columns: 1fr; gap: 8px; }
  .zaini-studio-card { min-height: 112vw; }
  .zaini-studio-card:first-child { min-height: 76vw; }
  .zaini-studio-card > span { left: 18px; right: 18px; bottom: 18px; }
  .zaini-studio-card strong { font-size: 34px; }
  .zaini-studio-card i { display: none; }
  .zaini-assurance strong { font-size: 16px; }
}

/* ZAINI v4 — Pinterest-inspired fashion moodboard */
:root {
  --zaini-paper: #f7f2ea;
  --zaini-paper-deep: #eee6db;
  --zaini-accent: #681f27;
  --zaini-accent-soft: #8f4a4f;
  --zaini-line: rgba(18, 14, 12, 0.16);
}

body { background: var(--zaini-paper); }
.pageheader,
.pageheader--transparent,
.zaini-is-scrolled .pageheader { background: rgba(247, 242, 234, 0.96); }

.zaini-hero--v4 {
  min-height: clamp(690px, 86vh, 980px);
  color: #17120f;
  background: #d6c5ad;
}
.zaini-home--v4 { width: 100%; margin-inline: 0; }
.zaini-hero--v4 .zaini-hero__media::after {
  background:
    linear-gradient(90deg, rgba(247,242,234,.98) 0%, rgba(247,242,234,.82) 24%, rgba(247,242,234,.13) 50%, rgba(247,242,234,0) 67%),
    linear-gradient(to top, rgba(20,14,11,.13), transparent 35%);
}
.zaini-hero--v4 .zaini-hero__media img { object-position: center center; }
.zaini-hero--v4 .zaini-hero__content { width: min(600px, 86vw); }
.zaini-hero--v4 h1 {
  max-width: 590px;
  font-size: clamp(68px, 7vw, 124px);
  line-height: .82;
}
.zaini-hero--v4 .zaini-hero__text { max-width: 390px; }
.zaini-hero__edition {
  position: absolute;
  z-index: 2;
  top: 34px;
  right: 34px;
  width: 126px;
  height: 126px;
  padding: 18px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid rgba(23,18,15,.35);
  border-radius: 50%;
  background: rgba(247,242,234,.36);
  -webkit-backdrop-filter: blur(9px);
  backdrop-filter: blur(9px);
}
.zaini-hero__edition span { font-size: 9px; font-weight: 800; letter-spacing: .18em; }
.zaini-hero__edition p { margin: 0; font-size: 8px; font-weight: 800; line-height: 1.35; letter-spacing: .15em; }
.zaini-home--v4 .zaini-button:hover { background: var(--zaini-accent); border-color: var(--zaini-accent); color: #fff; }
.zaini-home--v4 .zaini-marquee { background: var(--zaini-accent); }

.zaini-pinboard {
  padding: clamp(88px, 10vw, 154px) max(3vw, 20px);
  background: var(--zaini-paper-deep);
}
.zaini-pinboard__head {
  max-width: 1720px;
  margin: 0 auto 48px;
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, .55fr);
  align-items: end;
  gap: 60px;
}
.zaini-pinboard__head h2 {
  margin: 0;
  font-size: clamp(54px, 6.7vw, 112px);
  font-weight: 900;
  line-height: .82;
  letter-spacing: -.075em;
}
.zaini-pinboard__head > p {
  max-width: 430px;
  margin: 0 0 6px auto;
  color: rgba(18,14,12,.68);
  font-size: 15px;
  line-height: 1.75;
}
.zaini-pinboard__grid {
  max-width: 1720px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-template-rows: repeat(12, clamp(42px, 4.15vw, 68px));
  gap: 12px;
}
.zaini-pin {
  position: relative;
  min-height: 0;
  overflow: hidden;
  border-radius: 18px;
  background: #d7cec1;
  color: #fff;
  box-shadow: 0 12px 34px rgba(55, 35, 23, .08);
  transform: translateZ(0);
}
.zaini-pin::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(8,5,4,.72) 0%, rgba(8,5,4,.05) 43%, transparent 67%);
  transition: background 350ms ease;
}
.zaini-pin img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 850ms cubic-bezier(.2,.72,.2,1), filter 450ms ease;
}
.zaini-pin:hover img { transform: scale(1.04); filter: saturate(1.05); }
.zaini-pin__label {
  position: absolute;
  z-index: 2;
  left: 20px;
  right: 52px;
  bottom: 20px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.zaini-pin__label small { font-size: 8px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.zaini-pin__label strong { font-size: clamp(18px, 1.7vw, 29px); font-weight: 900; line-height: 1; letter-spacing: -.04em; text-transform: uppercase; }
.zaini-pin__arrow {
  position: absolute;
  z-index: 2;
  right: 16px;
  bottom: 16px;
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(255,255,255,.94);
  color: #100d0b;
  font-size: 17px;
  font-style: normal;
  transition: transform 250ms ease, background-color 250ms ease;
}
.zaini-pin:hover .zaini-pin__arrow { transform: translate(2px, -2px); background: #fff; }

.zaini-pin--model { grid-column: 1 / 4; grid-row: 1 / 10; }
.zaini-pin--quote { grid-column: 1 / 4; grid-row: 10 / 13; }
.zaini-pin--shoe { grid-column: 4 / 7; grid-row: 1 / 6; }
.zaini-pin--accessory { grid-column: 4 / 7; grid-row: 6 / 13; }
.zaini-pin--stilllife { grid-column: 7 / 10; grid-row: 1 / 7; }
.zaini-pin--bag { grid-column: 7 / 10; grid-row: 7 / 13; }
.zaini-pin--eyewear { grid-column: 10 / 13; grid-row: 1 / 5; }
.zaini-pin--campaign { grid-column: 10 / 13; grid-row: 5 / 13; }
.zaini-pin--campaign img { object-position: 68% center; }
.zaini-pin--quote {
  padding: 22px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: var(--zaini-accent);
  color: #fff;
}
.zaini-pin--quote::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .22;
  background: radial-gradient(circle at 75% 24%, rgba(255,255,255,.45), transparent 24%);
}
.zaini-pin--quote::after { display: none; }
.zaini-pin--quote span { position: relative; font-size: clamp(27px, 2.8vw, 47px); font-weight: 900; line-height: .76; letter-spacing: -.07em; }
.zaini-pin--quote small { position: relative; font-size: 8px; font-weight: 800; letter-spacing: .18em; }

.zaini-home--v4 .zaini-categories { background: var(--zaini-paper); }
.zaini-home--v4 .zaini-category { border-radius: 16px; }
.zaini-home--v4 .zaini-category-grid { gap: 12px; }

.zaini-studio--v4 { color: #fff; background: #15100e; }
.zaini-studio--v4 .zaini-kicker,
.zaini-studio--v4 h2 { color: #fff; }
.zaini-studio--v4 .zaini-studio-card { border-radius: 18px; }
.zaini-studio--v4 .zaini-studio-card:first-child img { object-position: 66% center; }
.zaini-home--v4 .zaini-assurance { background: var(--zaini-paper-deep); }

@media (max-width: 1040px) {
  .zaini-hero__edition { width: 104px; height: 104px; top: 24px; right: 24px; }
  .zaini-pinboard__grid {
    display: block;
    columns: 3;
    column-gap: 10px;
  }
  .zaini-pin {
    width: 100%;
    margin: 0 0 10px;
    display: inline-block;
    break-inside: avoid;
  }
  .zaini-pin--model { aspect-ratio: 3 / 5; }
  .zaini-pin--quote { aspect-ratio: 1 / 1; }
  .zaini-pin--shoe { aspect-ratio: 4 / 5; }
  .zaini-pin--accessory { aspect-ratio: 3 / 4; }
  .zaini-pin--stilllife { aspect-ratio: 4 / 5; }
  .zaini-pin--bag { aspect-ratio: 3 / 4; }
  .zaini-pin--eyewear { aspect-ratio: 4 / 5; }
  .zaini-pin--campaign { aspect-ratio: 4 / 5; }
}

@media (max-width: 767.98px) {
  .zaini-hero--v4 { min-height: 760px; align-items: end; }
  .zaini-hero--v4 .zaini-hero__media::after {
    background: linear-gradient(to top, rgba(247,242,234,.99) 0%, rgba(247,242,234,.88) 35%, rgba(247,242,234,.18) 67%, transparent 84%);
  }
  .zaini-hero--v4 .zaini-hero__media img { object-position: 65% center; transform: scale(1.06); }
  .zaini-hero--v4 .zaini-hero__content { padding: 350px 20px 62px; }
  .zaini-hero--v4 h1 { font-size: clamp(58px, 17vw, 80px); }
  .zaini-hero__edition { top: 18px; right: 16px; width: 86px; height: 86px; padding: 13px; }
  .zaini-hero__edition p { font-size: 6px; }
  .zaini-pinboard { padding: 76px 8px; }
  .zaini-pinboard__head { display: block; margin-bottom: 30px; padding: 0 12px; }
  .zaini-pinboard__head h2 { font-size: clamp(49px, 15vw, 70px); }
  .zaini-pinboard__head > p { margin: 24px 0 0; font-size: 13px; }
  .zaini-pinboard__grid { columns: 2; column-gap: 8px; }
  .zaini-pin { margin-bottom: 8px; border-radius: 12px; box-shadow: none; }
  .zaini-pin__label { left: 12px; right: 36px; bottom: 12px; }
  .zaini-pin__label small { display: none; }
  .zaini-pin__label strong { font-size: clamp(14px, 4.4vw, 20px); }
  .zaini-pin__arrow { right: 9px; bottom: 9px; width: 28px; height: 28px; font-size: 14px; }
  .zaini-pin--quote { padding: 14px; }
  .zaini-pin--quote span { font-size: clamp(25px, 8vw, 38px); }
  .zaini-pin--quote small { font-size: 6px; }
  .zaini-home--v4 .zaini-categories { padding-top: 78px; }
  .zaini-home--v4 .zaini-category { border-radius: 10px; }
  .zaini-studio--v4 .zaini-studio-card { border-radius: 12px; }
}

@media (prefers-reduced-motion: reduce) {
  .zaini-pin img { transform: none !important; transition: none !important; }
}

/* ========================================================================== */
/* ZAINI V5 — quiet-luxury editorial system + complete storefront finishing   */
/* ========================================================================== */
:root {
  --zaini-v5-paper: #f6f1e9;
  --zaini-v5-paper-deep: #ebe3d8;
  --zaini-v5-ink: #17120f;
  --zaini-v5-muted: #766e66;
  --zaini-v5-line: rgba(23, 18, 15, .18);
  --zaini-v5-accent: #681f27;
  --zaini-product-canvas: #f1efea;
  --zaini-v5-serif: "Iowan Old Style", "Baskerville", "Times New Roman", serif;
}

html { scroll-behavior: smooth; }
body { color: var(--zaini-v5-ink); background: var(--zaini-v5-paper); }
.section-zaini-home { overflow: clip; background: var(--zaini-v5-paper); }
.zaini-home--v5 { color: var(--zaini-v5-ink); background: var(--zaini-v5-paper); }
.zaini-home--v5 *, .zaini-home--v5 *::before, .zaini-home--v5 *::after { box-sizing: border-box; }
.zaini-v5-kicker { margin: 0; font-size: 10px; font-weight: 800; line-height: 1.25; letter-spacing: .22em; text-transform: uppercase; }

/* Hero */
.zaini-v5-hero { position: relative; display: grid; min-height: min(88vh, 920px); isolation: isolate; overflow: hidden; }
.zaini-v5-hero__media, .zaini-v5-hero__veil { position: absolute; inset: 0; }
.zaini-v5-hero__media img { width: 100%; height: 100%; object-fit: cover; object-position: 64% 45%; }
.zaini-v5-hero__veil { z-index: 1; background: linear-gradient(90deg, rgba(246,241,233,.98) 0%, rgba(246,241,233,.91) 29%, rgba(246,241,233,.27) 56%, rgba(246,241,233,.03) 76%); }
.zaini-v5-hero__content { position: relative; z-index: 2; align-self: center; width: min(680px, 48vw); padding: 96px clamp(26px, 6.5vw, 120px); padding-right: 0; }
.zaini-v5-hero__content .zaini-v5-kicker { color: var(--zaini-v5-accent); }
.zaini-v5-hero__content h1 { margin: 28px 0 28px; color: var(--zaini-v5-ink); font-family: var(--font-stack-headings); font-size: clamp(72px, 7.4vw, 136px); font-weight: 900; line-height: .75; letter-spacing: -.065em; text-transform: uppercase; }
.zaini-v5-hero__content h1 em { display: inline-block; margin-top: .22em; font-family: var(--zaini-v5-serif); font-size: .58em; font-weight: 400; line-height: .92; letter-spacing: -.04em; text-transform: none; }
.zaini-v5-hero__content > p:not(.zaini-v5-kicker) { max-width: 410px; margin: 0; font-size: 15px; line-height: 1.65; }
.zaini-v5-actions { display: flex; align-items: center; gap: 28px; margin-top: 38px; }
.zaini-v5-button { display: inline-flex; align-items: center; justify-content: space-between; min-width: 220px; padding: 17px 20px; color: #fff; background: var(--zaini-v5-ink); border: 1px solid var(--zaini-v5-ink); font-size: 11px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; transition: color .25s ease, background .25s ease; }
.zaini-v5-button:hover { color: var(--zaini-v5-ink); background: transparent; }
.zaini-v5-button span { font-size: 18px; font-weight: 400; }
.zaini-v5-link { padding-bottom: 5px; color: inherit; border-bottom: 1px solid currentColor; font-size: 11px; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.zaini-v5-hero__issue { position: absolute; z-index: 3; top: 34px; right: 34px; display: grid; width: 116px; height: 116px; padding: 17px; color: #fff; background: var(--zaini-v5-accent); border-radius: 50%; text-align: center; }
.zaini-v5-hero__issue span, .zaini-v5-hero__issue small { font-size: 7px; font-weight: 800; line-height: 1; letter-spacing: .18em; }
.zaini-v5-hero__issue strong { align-self: center; font-family: var(--zaini-v5-serif); font-size: 42px; font-weight: 400; line-height: .7; }

/* Editorial rhythm */
.zaini-v5-marquee { overflow: hidden; color: #fff; background: var(--zaini-v5-accent); border-block: 1px solid rgba(255,255,255,.26); }
.zaini-v5-marquee > div { display: flex; width: max-content; align-items: center; gap: 30px; padding: 12px 0; animation: zaini-v5-marquee 30s linear infinite; }
.zaini-v5-marquee span { font-size: 10px; font-weight: 800; letter-spacing: .17em; }
.zaini-v5-marquee i { font-style: normal; font-size: 9px; }
@keyframes zaini-v5-marquee { to { transform: translateX(-50%); } }
.zaini-v5-intro { display: grid; grid-template-columns: .58fr 1.7fr .55fr; align-items: start; gap: 40px; max-width: 1560px; margin: 0 auto; padding: clamp(110px, 12vw, 210px) clamp(24px, 6.5vw, 116px); }
.zaini-v5-intro .zaini-v5-kicker { color: var(--zaini-v5-accent); }
.zaini-v5-intro h2 { margin: 0; font-family: var(--font-stack-headings); font-size: clamp(44px, 5.4vw, 92px); font-weight: 850; line-height: .91; letter-spacing: -.055em; text-transform: uppercase; }
.zaini-v5-intro h2 em { font-family: var(--zaini-v5-serif); font-size: .86em; font-weight: 400; text-transform: none; }
.zaini-v5-intro > span { justify-self: end; color: var(--zaini-v5-muted); font-size: 8px; font-weight: 700; letter-spacing: .16em; writing-mode: vertical-rl; }

/* Pinterest-style campaign board */
.zaini-v5-board { padding: clamp(80px, 9vw, 150px) clamp(12px, 3.2vw, 58px); background: var(--zaini-v5-paper-deep); }
.zaini-v5-board__head { display: grid; grid-template-columns: 1.35fr .65fr; gap: 60px; align-items: end; max-width: 1440px; margin: 0 auto 60px; padding: 0 clamp(10px, 3vw, 48px); }
.zaini-v5-board__head .zaini-v5-kicker { margin-bottom: 18px; color: var(--zaini-v5-accent); }
.zaini-v5-board__head h2 { margin: 0; font-size: clamp(56px, 7.2vw, 122px); font-weight: 900; line-height: .76; letter-spacing: -.07em; }
.zaini-v5-board__head > p { max-width: 480px; margin: 0; color: #514942; font-size: 14px; line-height: 1.7; }
.zaini-v5-board__grid { display: grid; grid-template-columns: repeat(12, 1fr); grid-template-rows: repeat(12, minmax(48px, 5.1vw)); gap: clamp(8px, .9vw, 15px); max-width: 1560px; margin: 0 auto; }
.zaini-v5-pin, .zaini-v5-quote { position: relative; min-width: 0; overflow: hidden; background: #d7d0c8; }
.zaini-v5-pin img { width: 100%; height: 100%; object-fit: cover; transition: transform .75s cubic-bezier(.2,.7,.2,1); }
.zaini-v5-pin:hover img { transform: scale(1.025); }
.zaini-v5-pin::after { content: ""; position: absolute; inset: 42% 0 0; background: linear-gradient(transparent, rgba(8,6,5,.67)); pointer-events: none; }
.zaini-v5-pin > span { position: absolute; z-index: 2; left: clamp(16px, 2vw, 31px); bottom: clamp(16px, 2vw, 29px); color: #fff; }
.zaini-v5-pin > span small { display: block; margin-bottom: 7px; font-size: 8px; font-weight: 800; letter-spacing: .18em; }
.zaini-v5-pin > span strong { display: block; font-family: var(--zaini-v5-serif); font-size: clamp(24px, 2.4vw, 42px); font-weight: 400; line-height: .9; }
.zaini-v5-pin > i { position: absolute; z-index: 3; right: 18px; bottom: 18px; display: grid; place-items: center; width: 38px; height: 38px; color: var(--zaini-v5-ink); background: #fff; border-radius: 50%; font-size: 19px; font-style: normal; }
.zaini-v5-pin--look { grid-column: 1 / 5; grid-row: 1 / 8; }
.zaini-v5-pin--look img { object-position: center 38%; }
.zaini-v5-quote { grid-column: 5 / 9; grid-row: 1 / 5; display: flex; flex-direction: column; justify-content: space-between; padding: clamp(22px, 3vw, 48px); color: #fff; background: var(--zaini-v5-accent); }
.zaini-v5-quote small, .zaini-v5-quote span { font-size: 8px; font-weight: 800; letter-spacing: .18em; }
.zaini-v5-quote p { margin: 20px 0; font-family: var(--zaini-v5-serif); font-size: clamp(29px, 3.1vw, 53px); line-height: .9; letter-spacing: -.035em; }
.zaini-v5-pin--shoe { grid-column: 9 / 13; grid-row: 1 / 6; }
.zaini-v5-pin--bag { grid-column: 5 / 9; grid-row: 5 / 11; }
.zaini-v5-pin--eyewear { grid-column: 9 / 13; grid-row: 6 / 13; }
.zaini-v5-pin--objects { grid-column: 1 / 5; grid-row: 8 / 13; }

/* Category index */
.zaini-v5-index { max-width: 1560px; margin: 0 auto; padding: clamp(100px, 11vw, 190px) clamp(24px, 6.5vw, 116px); }
.zaini-v5-index__head { display: grid; grid-template-columns: .65fr 1.35fr; align-items: start; gap: 44px; margin-bottom: 72px; }
.zaini-v5-index__head .zaini-v5-kicker { color: var(--zaini-v5-accent); }
.zaini-v5-index__head h2 { margin: 0; font-size: clamp(55px, 6.6vw, 112px); font-weight: 900; line-height: .78; letter-spacing: -.065em; }
.zaini-v5-index__head h2 em { font-family: var(--zaini-v5-serif); font-size: .8em; font-weight: 400; text-transform: none; }
.zaini-v5-index__list { border-top: 1px solid var(--zaini-v5-ink); }
.zaini-v5-index__row { position: relative; display: grid; grid-template-columns: 60px minmax(210px, .9fr) 1fr 180px 48px; align-items: center; gap: 24px; min-height: 132px; color: inherit; border-bottom: 1px solid var(--zaini-v5-line); }
.zaini-v5-index__row small { color: var(--zaini-v5-accent); font-size: 9px; font-weight: 800; letter-spacing: .16em; }
.zaini-v5-index__row h3 { margin: 0; font-size: clamp(30px, 3.2vw, 53px); font-weight: 900; letter-spacing: -.045em; }
.zaini-v5-index__row p { max-width: 300px; margin: 0; color: var(--zaini-v5-muted); font-size: 13px; }
.zaini-v5-index__row figure { width: 150px; height: 92px; margin: 0; overflow: hidden; opacity: .8; transition: opacity .25s ease, transform .25s ease; }
.zaini-v5-index__row figure img { width: 100%; height: 100%; object-fit: cover; }
.zaini-v5-index__row > span { display: grid; place-items: center; width: 42px; height: 42px; border: 1px solid var(--zaini-v5-line); border-radius: 50%; font-size: 18px; }
.zaini-v5-index__row:hover figure { opacity: 1; transform: translateX(-7px); }
.zaini-v5-index__row:hover > span { color: #fff; background: var(--zaini-v5-accent); border-color: var(--zaini-v5-accent); }

/* Trust row: exact store service promises */
.zaini-assurance--v5 { display: grid; grid-template-columns: repeat(4, 1fr); padding: 0; background: var(--zaini-v5-ink); }
.zaini-assurance--v5 > div { position: relative; display: flex; min-height: 178px; flex-direction: column; justify-content: flex-end; padding: 30px; color: #fff; border-right: 1px solid rgba(255,255,255,.16); }
.zaini-assurance--v5 > div:last-child { border-right: 0; }
.zaini-assurance--v5 span { position: absolute; top: 26px; right: 26px; color: rgba(255,255,255,.45); font-family: var(--zaini-v5-serif); font-size: 15px; }
.zaini-assurance--v5 strong { margin-bottom: 7px; font-size: 17px; font-weight: 750; }
.zaini-assurance--v5 small { color: rgba(255,255,255,.68); font-size: 11px; line-height: 1.4; }

/* Header: an unmistakable mobile menu control */
.zaini-mobile-menu-label { display: none; font-size: 10px; font-weight: 850; letter-spacing: .13em; }
@media (max-width: 767.98px) {
  .logo-area .mobile-nav-toggle { display: inline-flex; width: auto; min-height: 44px; align-items: center; gap: 8px; padding: 0 6px; }
  .logo-area .mobile-nav-toggle svg { width: 21px; height: 21px; }
  .zaini-mobile-menu-label { display: inline; }
}

/* Collection + search: one continuous #efefef product canvas */
.template-collection main, .template-search main { background: var(--zaini-product-canvas); }
.template-collection .zaini-collection-breadcrumbs { padding-top: 26px; padding-bottom: 2px; }
.template-collection .page-header, .template-collection .filter-container,
.template-collection .filters, .template-collection .filters-adjacent,
.template-collection .collection-listing, .template-collection .product-block,
.template-collection .product-block__detail, .template-search .filter-container,
.template-search .filters, .template-search .filters-adjacent,
.template-search .product-block, .template-search .product-block__detail { background: var(--zaini-product-canvas); }
.template-collection .page-header--with-upper-spacing { margin-top: 0; padding-top: clamp(34px, 4.2vw, 56px); }
.template-collection .pagetitle { color: var(--zaini-v5-ink); font-size: clamp(46px, 5vw, 78px); font-weight: 900; line-height: .86; letter-spacing: -.055em; text-transform: uppercase; }
.template-collection .utility-bar { border-color: rgba(23,18,15,.24); }
.template-collection .filters__inner { background: var(--zaini-product-canvas); }
.template-collection .filter-group__heading, .template-collection .filter-group__item { font-size: 13px; }
.template-collection .product-block__detail, .template-search .product-block__detail { padding: 16px 1px 22px; }
.template-collection .product-block .vendor, .template-search .product-block .vendor,
.featured-collection .product-block .vendor { margin-bottom: 5px; color: var(--zaini-v5-accent); font-size: 9px; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.template-collection .product-block__title, .template-search .product-block__title,
.featured-collection .product-block__title { display: -webkit-box; min-height: 2.75em; overflow: hidden; font-size: 13px; font-weight: 650; line-height: 1.38; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.template-collection .product-price--block, .template-search .product-price--block { margin-top: 9px; font-size: 13px; font-weight: 700; }
.product-block-options__label { margin: 9px 0 5px; color: var(--zaini-v5-muted); font-size: 8px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.product-block-options:not(.product-block-options--swatch) .product-block-options__item { min-width: auto; padding: 3px 7px; border: 1px solid rgba(23,18,15,.18); font-size: 9px; line-height: 1.2; }
.product-label--sale {
  color: #681f27 !important;
  background: #f7ecec !important;
  border: 1px solid rgba(104, 31, 39, .22) !important;
  box-shadow: none !important;
  font-size: 9.5px !important;
  font-weight: 850 !important;
  letter-spacing: .075em;
  text-transform: uppercase;
}

/* Product page hierarchy and navigation */
.template-product main { background: var(--zaini-v5-paper); }
.zaini-product-breadcrumbs { padding-top: 26px; }
.zaini-product-breadcrumbs .page-header { display: flex; align-items: center; justify-content: space-between; gap: 28px; margin: 0; padding: 0 0 24px; border-bottom: 1px solid var(--zaini-v5-line); }
.breadcrumbs { font-size: 10px; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; }
.breadcrumbs-list { display: flex; flex-wrap: wrap; align-items: center; gap: 2px; }
.breadcrumbs-list__link { color: var(--zaini-v5-muted); }
.breadcrumbs-list__item:last-child .breadcrumbs-list__link { color: var(--zaini-v5-ink); }
.zaini-back-to-products { flex: 0 0 auto; color: var(--zaini-v5-ink); font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.zaini-product-vendor { margin-bottom: 16px !important; }
.zaini-product-vendor a { color: var(--zaini-v5-accent); font-size: 12px; font-weight: 900; letter-spacing: .17em; text-decoration: none; text-transform: uppercase; }
.template-product .product-title { max-width: 690px; margin: 0; overflow-wrap: anywhere; color: var(--zaini-v5-ink); font-family: var(--font-stack-headings); font-size: clamp(34px, 4vw, 58px) !important; font-weight: 850; line-height: .94; letter-spacing: -.045em; text-transform: none; }
.template-product .product-info__price { margin-top: 22px; font-size: clamp(20px, 2vw, 28px); }
.template-product .option-selector { margin-top: 22px; }
.template-product .option-selector .label { margin-bottom: 11px; color: var(--zaini-v5-ink); font-size: 11px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.template-product .option-selector__label-value { color: var(--zaini-v5-accent); font-weight: 900; }
.template-product .option-selector__btns label { min-width: 46px; min-height: 43px; }
.template-product .product-form .btn--primary, .template-product .product-form button[type="submit"] { min-height: 54px; font-size: 12px; font-weight: 850; letter-spacing: .09em; text-transform: uppercase; }
.template-product .product-info-block { font-size: 12px; }

/* Cart drawer */
cart-drawer, .cart-drawer { --drawer-bg: #fbf8f2; }
.cart-drawer__content, .cart-drawer__footer, .cart-drawer__empty-content { color: var(--zaini-v5-ink); background: #fbf8f2; }
.cart-drawer__header { padding-top: 26px; border-bottom: 1px solid var(--zaini-v5-line); }
.cart-drawer__title { font-size: clamp(29px, 4vw, 42px); font-weight: 900; line-height: .9; letter-spacing: -.045em; }
.cart-drawer .cart-item { padding-block: 20px; border-bottom: 1px solid var(--zaini-v5-line); }
.cart-drawer .cart-item__image { width: 112px; background: var(--zaini-product-canvas); }
.cart-drawer .cart-item__title { font-size: 14px; font-weight: 750; line-height: 1.3; }
.cart-drawer .cart-item__variant, .cart-drawer .backorder, .cart-drawer .small-text { font-size: 11px; }
.cart-drawer .cart-info-block { color: var(--zaini-v5-ink); background: var(--zaini-v5-paper-deep) !important; }
.cart-drawer__footer { border-top: 1px solid var(--zaini-v5-ink); }
.cart-drawer__footer .subtotal { font-size: 24px; font-weight: 850; letter-spacing: -.03em; }
.cart-drawer__footer .cart-policies { color: var(--zaini-v5-muted); font-size: 11px; }
.cart-drawer__footer .checkout-buttons .btn { min-height: 54px; background: var(--zaini-v5-ink); font-size: 11px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }

/* Footer keeps the store's own menu handle and policy URLs */
.section-footer { color: #fff; background: var(--zaini-v5-ink); }
.section-footer__row--blocks { align-items: start; gap: clamp(32px, 6vw, 90px); padding-top: clamp(64px, 8vw, 110px); }
.section-footer__title { color: #fff; font-size: 11px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.section-footer__text { color: rgba(255,255,255,.65); font-size: 12px; line-height: 1.65; }
.section-footer__text-block__image { margin-top: 28px; filter: invert(1); }
.section-footer__menu-block__menu li { margin-bottom: 10px; }
.section-footer__menu-block__menu a { color: #fff; font-family: var(--zaini-v5-serif); font-size: 16px; line-height: 1.35; }
.section-footer__newsletter-block .signup-form__email { color: #fff; border-color: rgba(255,255,255,.4); }

@media (max-width: 1040px) {
  .zaini-v5-hero { min-height: 780px; }
  .zaini-v5-hero__content { width: 58vw; padding-left: 42px; }
  .zaini-v5-intro { grid-template-columns: 1fr 3fr; }
  .zaini-v5-intro > span { display: none; }
  .zaini-v5-board__grid { grid-template-rows: repeat(12, 62px); }
  .zaini-v5-index__row { grid-template-columns: 48px .8fr 1fr 120px 44px; }
  .zaini-v5-index__row figure { width: 110px; height: 76px; }
}

@media (max-width: 767.98px) {
  .zaini-v5-hero { min-height: 760px; align-items: end; }
  .zaini-v5-hero__media img { object-position: 66% 35%; }
  .zaini-v5-hero__veil { background: linear-gradient(0deg, rgba(246,241,233,1) 0%, rgba(246,241,233,.96) 30%, rgba(246,241,233,.15) 65%, rgba(246,241,233,.02) 100%); }
  .zaini-v5-hero__content { align-self: end; width: 100%; padding: 360px 20px 48px; }
  .zaini-v5-hero__content h1 { margin: 20px 0 20px; font-size: clamp(57px, 16.5vw, 78px); }
  .zaini-v5-hero__content > p:not(.zaini-v5-kicker) { max-width: 330px; font-size: 13px; }
  .zaini-v5-actions { flex-wrap: wrap; gap: 18px; margin-top: 26px; }
  .zaini-v5-button { min-width: 205px; padding: 15px 17px; }
  .zaini-v5-hero__issue { top: 18px; right: 16px; width: 88px; height: 88px; padding: 13px; }
  .zaini-v5-hero__issue strong { font-size: 31px; }
  .zaini-v5-marquee > div { gap: 22px; padding: 10px 0; }
  .zaini-v5-intro { display: block; padding: 95px 20px; }
  .zaini-v5-intro h2 { margin-top: 24px; font-size: clamp(43px, 12.5vw, 60px); }
  .zaini-v5-board { padding: 82px 8px; }
  .zaini-v5-board__head { display: block; margin-bottom: 34px; padding: 0 12px; }
  .zaini-v5-board__head h2 { font-size: clamp(52px, 16vw, 74px); }
  .zaini-v5-board__head > p { margin-top: 23px; font-size: 12px; }
  .zaini-v5-board__grid { display: block; columns: 2; column-gap: 8px; }
  .zaini-v5-pin, .zaini-v5-quote { display: inline-flex; width: 100%; margin: 0 0 8px; break-inside: avoid; }
  .zaini-v5-pin--look { aspect-ratio: 3 / 5; }
  .zaini-v5-quote { min-height: 250px; aspect-ratio: 3 / 4; }
  .zaini-v5-pin--shoe { aspect-ratio: 4 / 5; }
  .zaini-v5-pin--bag { aspect-ratio: 3 / 4; }
  .zaini-v5-pin--eyewear { aspect-ratio: 3 / 5; }
  .zaini-v5-pin--objects { aspect-ratio: 4 / 5; }
  .zaini-v5-pin > span { left: 13px; right: 36px; bottom: 13px; }
  .zaini-v5-pin > span small { display: none; }
  .zaini-v5-pin > span strong { font-size: 20px; }
  .zaini-v5-pin > i { right: 9px; bottom: 9px; width: 29px; height: 29px; font-size: 14px; }
  .zaini-v5-quote { padding: 18px; }
  .zaini-v5-quote p { font-size: clamp(27px, 8vw, 38px); }
  .zaini-v5-index { padding: 92px 20px; }
  .zaini-v5-index__head { display: block; margin-bottom: 45px; }
  .zaini-v5-index__head h2 { margin-top: 20px; font-size: clamp(50px, 14.5vw, 70px); }
  .zaini-v5-index__row { grid-template-columns: 30px 1fr 36px; gap: 10px; min-height: 94px; }
  .zaini-v5-index__row h3 { font-size: 28px; }
  .zaini-v5-index__row p, .zaini-v5-index__row figure { display: none; }
  .zaini-v5-index__row > span { width: 34px; height: 34px; }
  .zaini-assurance--v5 { grid-template-columns: 1fr 1fr; }
  .zaini-assurance--v5 > div { min-height: 142px; padding: 22px 18px; border-bottom: 1px solid rgba(255,255,255,.16); }
  .zaini-assurance--v5 > div:nth-child(2n) { border-right: 0; }
  .zaini-assurance--v5 span { top: 18px; right: 18px; }
  .zaini-assurance--v5 strong { font-size: 14px; }
  .zaini-assurance--v5 small { font-size: 10px; }
  .zaini-collection-breadcrumbs { padding-inline: 20px; }
  .template-collection .pagetitle { font-size: clamp(46px, 15vw, 70px); }
  .zaini-product-breadcrumbs { padding: 18px 20px 0; }
  .zaini-product-breadcrumbs .page-header { display: block; padding-bottom: 18px; }
  .zaini-product-breadcrumbs .breadcrumbs-list__item:last-child { display: none; }
  .zaini-back-to-products { display: inline-block; margin-top: 14px; }
  .template-product .product-title { font-size: clamp(31px, 10vw, 44px) !important; line-height: .98; }
  .cart-drawer .cart-item__image { width: 92px; }
  .section-footer__menu-block__menu a { font-size: 15px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .zaini-v5-marquee > div { animation: none; }
  .zaini-v5-pin img, .zaini-v5-index__row figure { transition: none; }
}

/* ========================================================================== */
/* ZAINI V6 — stronger category portals and true editorial commerce pages     */
/* ========================================================================== */
.zaini-v6-portals { padding: clamp(92px, 10vw, 170px) clamp(12px, 3.2vw, 58px); color: #fff; background: var(--zaini-v5-ink); }
.zaini-v6-portals__head { display: grid; grid-template-columns: 1.45fr .55fr; align-items: end; gap: 70px; max-width: 1560px; margin: 0 auto clamp(45px, 6vw, 90px); padding: 0 clamp(8px, 3vw, 44px); }
.zaini-v6-portals__head .zaini-v5-kicker { margin-bottom: 22px; color: #d7aeb2; }
.zaini-v6-portals__head h2 { margin: 0; color: #fff; font-size: clamp(60px, 7.6vw, 128px); font-weight: 900; line-height: .76; letter-spacing: -.07em; }
.zaini-v6-portals__head h2 em { font-family: var(--zaini-v5-serif); font-size: .57em; font-weight: 400; text-transform: none; }
.zaini-v6-portals__head > p { max-width: 430px; margin: 0 0 8px; color: rgba(255,255,255,.62); font-size: 13px; line-height: 1.7; }
.zaini-v6-portals__grid { display: grid; grid-template-columns: repeat(12, 1fr); grid-template-rows: repeat(2, minmax(330px, 28vw)); gap: clamp(8px, 1vw, 16px); max-width: 1560px; margin: 0 auto; }
.zaini-v6-portal { position: relative; min-width: 0; overflow: hidden; isolation: isolate; color: #fff; background: #2b2522; }
.zaini-v6-portal--shoe { grid-column: 1 / 7; grid-row: 1 / 3; }
.zaini-v6-portal--bag { grid-column: 7 / 13; grid-row: 1; }
.zaini-v6-portal--eyewear { grid-column: 7 / 10; grid-row: 2; }
.zaini-v6-portal--accessory { grid-column: 10 / 13; grid-row: 2; }
.zaini-v6-portal > img { position: absolute; z-index: -2; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .85s cubic-bezier(.2,.7,.2,1), filter .5s ease; }
.zaini-v6-portal--shoe > img { object-position: 56% center; }
.zaini-v6-portal--bag > img { object-position: center 57%; }
.zaini-v6-portal--eyewear > img { object-position: center 34%; }
.zaini-v6-portal::after { content: ""; position: absolute; z-index: -1; inset: 0; background: linear-gradient(180deg, rgba(8,6,5,.08) 32%, rgba(8,6,5,.84) 100%); transition: background .35s ease; }
.zaini-v6-portal:hover > img { transform: scale(1.035); filter: saturate(1.05); }
.zaini-v6-portal:hover::after { background: linear-gradient(180deg, rgba(8,6,5,.02) 20%, rgba(8,6,5,.9) 100%); }
.zaini-v6-portal__number { position: absolute; top: clamp(17px, 2vw, 28px); left: clamp(17px, 2vw, 28px); display: grid; place-items: center; width: 41px; height: 41px; border: 1px solid rgba(255,255,255,.65); border-radius: 50%; font-family: var(--zaini-v5-serif); font-size: 12px; }
.zaini-v6-portal > div { position: absolute; left: clamp(20px, 2.8vw, 44px); right: 65px; bottom: clamp(22px, 3vw, 46px); }
.zaini-v6-portal > div small { display: block; margin-bottom: 9px; font-size: 8px; font-weight: 800; letter-spacing: .18em; }
.zaini-v6-portal > div h3 { margin: 0; color: #fff; font-size: clamp(35px, 4.2vw, 72px); font-weight: 900; line-height: .82; letter-spacing: -.055em; }
.zaini-v6-portal--eyewear > div h3, .zaini-v6-portal--accessory > div h3 { font-size: clamp(27px, 2.75vw, 46px); }
.zaini-v6-portal > div p { max-width: 300px; margin: 12px 0 0; color: rgba(255,255,255,.72); font-size: 11px; }
.zaini-v6-portal > i { position: absolute; right: clamp(16px, 2vw, 27px); bottom: clamp(18px, 2.4vw, 35px); display: grid; place-items: center; width: 43px; height: 43px; color: var(--zaini-v5-ink); background: #fff; border-radius: 50%; font-size: 19px; font-style: normal; transition: color .25s ease, background .25s ease, transform .25s ease; }
.zaini-v6-portal:hover > i { color: #fff; background: var(--zaini-v5-accent); transform: rotate(8deg); }

/* Collection: remove the generic sidebar-store feeling */
.template-collection main { background: var(--zaini-product-canvas); }
.template-collection .zaini-collection-breadcrumbs { max-width: none; padding: 18px clamp(20px, 4.5vw, 76px) 0; background: var(--zaini-v5-paper); }
.template-collection .page-header--with-upper-spacing { margin: 0; padding: clamp(34px, 4.2vw, 56px) clamp(20px, 4.5vw, 76px) clamp(34px, 3.8vw, 52px); background: var(--zaini-v5-paper); border-bottom: 1px solid var(--zaini-v5-line); }
.template-collection .page-header--with-upper-spacing .container { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(270px, .9fr); align-items: end; gap: 36px; max-width: 1500px; padding: 0; }
.template-collection .zaini-collection-kicker { grid-column: 1 / -1; margin: 0 0 2px; color: var(--zaini-v5-accent); font-size: 9px; font-weight: 850; letter-spacing: .18em; }
.template-collection .pagetitle { align-self: end; margin: 0; font-size: clamp(46px, 5vw, 78px); font-weight: 900; line-height: .86; letter-spacing: -.055em; text-align: left; }
.template-collection .zaini-collection-intro,
.template-collection .page-header .rte { justify-self: end; max-width: 370px; margin: 0 0 2px; color: var(--zaini-v5-muted); font-size: 12.5px; line-height: 1.55; text-align: left; }
.template-collection main > [data-section-id] > .container--no-max { padding-inline: clamp(16px, 3.5vw, 58px); }
.template-collection .utility-bar { min-height: 64px; margin: 0; border-top: 0; border-bottom: 1px solid rgba(23,18,15,.28); background: var(--zaini-product-canvas); }
.template-collection .utility-bar__item { font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.template-collection .utility-bar .toggle-btn { padding: 0 2px; }
.template-collection .utility-bar .btn-icon { margin-inline-end: 10px; }
.template-collection .collection-listing { padding-top: clamp(24px, 3vw, 44px); }
.template-collection .product-grid { --gutter: clamp(14px, 2.2vw, 36px); row-gap: clamp(38px, 5vw, 80px); }
.template-collection .product-block__detail { padding: 18px 0 0; }
.template-collection .product-block .vendor { margin-bottom: 8px; font-size: 9px; letter-spacing: .17em; }
.template-collection .product-block__title { max-width: 95%; min-height: 0; font-family: var(--font-stack-headings); font-size: clamp(14px, 1.2vw, 18px); font-weight: 700; line-height: 1.25; }
.template-collection .product-price--block { margin-top: 12px; font-size: 14px; }
.template-collection .product-block-options__label { margin-top: 13px; }
.template-collection .product-block .image-cont { overflow: hidden; background: var(--zaini-product-canvas); }
.template-collection .product-block .image-cont .theme-img { transition: transform .65s cubic-bezier(.2,.7,.2,1); }
.template-collection .product-block:hover .image-cont .theme-img { transform: scale(1.018); }

@media (min-width: 1000px) {
  .template-collection .filter-container--side .filters { position: fixed; z-index: 1002; top: 0; bottom: 0; left: 0; display: block; width: min(420px, 92vw) !important; height: 100vh !important; padding: 0; visibility: hidden; overflow: auto; opacity: 0; background: var(--zaini-v5-paper); box-shadow: 14px 0 48px rgba(0,0,0,.18); transform: translateX(-102%); transition: transform .35s ease, opacity .25s ease, visibility .35s; }
  .template-collection .filter-container--side.filter-container--show-filters-desktop .filters { width: min(420px, 92vw) !important; height: 100vh !important; visibility: visible; opacity: 1; transform: translateX(0); }
  .template-collection .filter-container--side .filters .filters__inner { height: auto; min-height: 100%; padding: 34px 38px 60px; }
  .template-collection .filters__heading { display: flex; margin-bottom: 34px; padding-bottom: 24px; border-bottom: 1px solid var(--zaini-v5-line); }
  .template-collection .filter-shade { position: fixed; z-index: 1001; inset: 0; display: block; visibility: hidden; opacity: 0; background: rgba(15,12,10,.46); transition: opacity .25s ease, visibility .25s; }
  .template-collection .filter-container--show-filters-desktop .filter-shade { visibility: visible; opacity: 1; }
}

/* Product detail: editorial gallery + a disciplined information column */
.template-product main { background: var(--zaini-v5-paper); }
.template-product .product-info { max-width: 1560px; margin-inline: auto; padding: 18px clamp(20px, 4vw, 66px) clamp(90px, 9vw, 150px); }
.template-product .media-gallery { background: var(--zaini-product-canvas); }
.template-product .media-gallery .product-media-collage { gap: 2px; }
.template-product .media-gallery .product-media-collage__item { background: var(--zaini-product-canvas); }
.template-product .product-column-right { align-self: stretch; }
.template-product .product-column-right > .product-form { max-width: 520px; padding-top: clamp(20px, 3.5vw, 54px); }
.template-product .zaini-product-vendor a { display: inline-flex; align-items: center; gap: 10px; }
.template-product .zaini-product-vendor a::before { content: ""; width: 28px; height: 1px; background: currentColor; }
.template-product .product-title { max-width: 560px; font-size: clamp(34px, 3.4vw, 52px) !important; line-height: .97; }
.template-product .price-container { margin-top: 24px; padding-bottom: 24px; border-bottom: 1px solid var(--zaini-v5-line); }
.template-product .option-selector { padding-top: 4px; }
.template-product .option-selector__btns { gap: 7px; }
.template-product .option-selector__btns label { border-radius: 0; }
.template-product .product-form button[type="submit"] { color: #fff; background: var(--zaini-v5-accent); border-color: var(--zaini-v5-accent); }
.template-product .product-form button[type="submit"]:hover { color: #fff; background: var(--zaini-v5-ink); border-color: var(--zaini-v5-ink); }
.template-product .product-info-accordion { border-top: 1px solid var(--zaini-v5-line); }
.template-product .product-info-accordion:last-of-type { border-bottom: 1px solid var(--zaini-v5-line); }

@media (max-width: 900px) {
  .zaini-v6-portals__head { grid-template-columns: 1fr; gap: 28px; }
  .zaini-v6-portals__grid { grid-template-columns: 1fr 1fr; grid-template-rows: auto; }
  .zaini-v6-portal--shoe { grid-column: 1 / -1; grid-row: auto; min-height: 620px; }
  .zaini-v6-portal--bag, .zaini-v6-portal--eyewear { grid-column: auto; grid-row: auto; min-height: 430px; }
  .zaini-v6-portal--accessory { grid-column: 1 / -1; grid-row: auto; min-height: 390px; }
}

@media (max-width: 767.98px) {
  .zaini-v6-portals { padding: 88px 8px; }
  .zaini-v6-portals__head { padding: 0 12px; margin-bottom: 38px; }
  .zaini-v6-portals__head h2 { font-size: clamp(53px, 16vw, 72px); }
  .zaini-v6-portals__head > p { font-size: 12px; }
  .zaini-v6-portals__grid { gap: 8px; }
  .zaini-v6-portal--shoe { min-height: 520px; }
  .zaini-v6-portal--bag, .zaini-v6-portal--eyewear { min-height: 330px; }
  .zaini-v6-portal--accessory { min-height: 340px; }
  .zaini-v6-portal > div { left: 15px; right: 45px; bottom: 17px; }
  .zaini-v6-portal > div h3,
  .zaini-v6-portal--eyewear > div h3,
  .zaini-v6-portal--accessory > div h3 { font-size: clamp(25px, 8vw, 39px); }
  .zaini-v6-portal > div small, .zaini-v6-portal > div p { display: none; }
  .zaini-v6-portal__number { top: 13px; left: 13px; width: 34px; height: 34px; }
  .zaini-v6-portal > i { right: 11px; bottom: 12px; width: 31px; height: 31px; font-size: 14px; }
  .template-collection .page-header--with-upper-spacing { padding: 40px 20px 36px; }
  .template-collection .page-header--with-upper-spacing .container { display: block; }
  .template-collection .zaini-collection-kicker { margin-bottom: 13px; }
  .template-collection .pagetitle { font-size: clamp(44px, 12.5vw, 62px); }
  .template-collection .zaini-collection-intro, .template-collection .page-header .rte { margin-top: 17px; font-size: 12px; }
  .template-collection main > [data-section-id] > .container--no-max { padding-inline: 10px; }
  .template-collection .utility-bar { min-height: 58px; }
  .template-collection .utility-bar__centre { display: none; }
  .template-collection .collection-listing { padding-top: 18px; }
  .template-collection .product-grid { --gutter: 8px; row-gap: 34px; }
  .template-collection .product-block__detail { padding-top: 12px; }
  .template-collection .product-block__title { max-width: 100%; font-size: 12px; line-height: 1.3; }
  .template-collection .product-price--block { margin-top: 7px; font-size: 12px; }
  .template-product .product-info { padding: 0 16px 80px; }
  .template-product .media-gallery { margin-inline: -16px; }
  .template-product .product-column-right > .product-form { padding-top: 34px; }
}

/* ========================================================================== */
/* ZAINI V7 — complete retail header, desktop and mobile                      */
/* ========================================================================== */
.section-header { z-index: 900; }
.pageheader--layout-inline-menu-left { color: #071a2e; background: #fff; }
.pageheader--layout-inline-menu-left .logo-area { min-height: 88px; padding-inline: clamp(22px, 3.2vw, 58px); border-top: 2px solid var(--zaini-v5-ink); border-bottom-color: rgba(7,26,46,.14); background: #fff; }
.pageheader--layout-inline-menu-left .logo__image { display: block; }
.pageheader--layout-inline-menu-left .logo-area__right__inner { gap: 0; }
.pageheader--layout-inline-menu-left .logo-area__right svg { width: 23px; height: 23px; stroke-width: 1.7; }
.pageheader--layout-inline-menu-left .header-account-link,
.pageheader--layout-inline-menu-left .logo-area__right .show-search-link { margin-inline-end: 24px; }
.pageheader--layout-inline-menu-left .cart-link__count { top: -9px; right: -10px; display: grid; place-items: center; min-width: 21px; height: 21px; padding: 2px; color: #fff; background: #050505; border: 2px solid #fff; border-radius: 50%; font-size: 10px; font-weight: 800; line-height: 1; }
.pageheader--layout-inline-menu-left .cart-link__count:empty { display: grid; }
.zaini-nav-chevron { display: inline-flex; width: 11px; height: 11px; margin-inline-start: 6px; vertical-align: -1px; }

@media (min-width: 768px) {
  .pageheader--layout-inline-menu-left .logo-area { display: grid; grid-template-columns: auto minmax(0, 1fr) auto; justify-content: normal; }
  .pageheader--layout-inline-menu-left .logo-area__middle { grid-column: 1; grid-row: 1; width: 178px; max-width: 178px !important; margin: 0 clamp(28px, 3vw, 54px) 0 0; text-align: left; }
  .pageheader--layout-inline-menu-left .logo-area__middle__inner,
  .pageheader--layout-inline-menu-left .logo-area__middle .logo { display: block; }
  .pageheader--layout-inline-menu-left .logo-area__left { grid-column: 2; grid-row: 1; min-width: 0; min-height: 88px; }
  .pageheader--layout-inline-menu-left .logo-area__left__inner { min-height: 88px; overflow: visible; }
  .pageheader--layout-inline-menu-left .navigation--left { position: relative; top: auto; left: auto; display: block; width: 100%; height: 88px; visibility: visible; }
  .pageheader--layout-inline-menu-left .navigation--left .navigation__tier-1-container { position: relative; top: auto; left: auto; width: 100%; height: 88px; margin: 0; }
  .pageheader--layout-inline-menu-left .navigation--left .navigation__tier-1 { display: flex; height: 88px; align-items: center; border: 0; background: transparent; }
  .pageheader--layout-inline-menu-left .navigation--left .navigation__tier-1 > .navigation__item { flex: 0 0 auto; }
  .pageheader--layout-inline-menu-left .navigation--left .navigation__tier-1 > .navigation__item > .navigation__link { display: flex; height: 88px; align-items: center; padding: 0 clamp(10px, 1.15vw, 19px); color: #071a2e; font-size: 13px; font-weight: 600; letter-spacing: -.01em; text-transform: none; }
  .pageheader--layout-inline-menu-left .navigation--left .navigation__tier-1 > .navigation__item:first-child > .navigation__link { padding-inline-start: 0; }
  .pageheader--layout-inline-menu-left .navigation--left .navigation__tier-1 > .navigation__item > .navigation__link::before { right: clamp(10px, 1.15vw, 19px); bottom: 0; left: clamp(10px, 1.15vw, 19px); height: 2px; background: var(--zaini-v5-accent); }
  .pageheader--layout-inline-menu-left .logo-area__right { grid-column: 3; grid-row: 1; flex: none; }
  .pageheader--layout-inline-menu-left .logo-area__right__inner { min-height: 88px; }
}

@media (min-width: 768px) and (max-width: 1120px) {
  .pageheader--layout-inline-menu-left .logo-area { padding-inline: 20px; }
  .pageheader--layout-inline-menu-left .logo-area__middle { width: 145px; max-width: 145px !important; margin-right: 22px; }
  .pageheader--layout-inline-menu-left .navigation--left .navigation__tier-1 > .navigation__item > .navigation__link { padding-inline: 8px; font-size: 11px; }
  .pageheader--layout-inline-menu-left .header-account-link,
  .pageheader--layout-inline-menu-left .logo-area__right .show-search-link { margin-inline-end: 14px; }
}

@media (max-width: 767.98px) {
  .pageheader--layout-inline-menu-left .logo-area { display: grid; grid-template-columns: minmax(44px, 1fr) auto minmax(132px, 1fr); min-height: 72px; padding: 0 12px; border-top-width: 2px; }
  .pageheader--layout-inline-menu-left .logo-area__left { grid-column: 1; grid-row: 1; min-width: 44px; }
  .pageheader--layout-inline-menu-left .logo-area__left__inner { justify-content: flex-start; }
  .pageheader--layout-inline-menu-left .logo-area__left .show-search-link { display: none !important; }
  .pageheader--layout-inline-menu-left .logo-area .mobile-nav-toggle { display: inline-flex; width: 44px; height: 44px; min-height: 44px; align-items: center; justify-content: flex-start; padding: 0; }
  .pageheader--layout-inline-menu-left .logo-area .mobile-nav-toggle svg { width: 25px; height: 25px; stroke-width: 2; }
  .pageheader--layout-inline-menu-left .zaini-mobile-menu-label { display: none !important; }
  .pageheader--layout-inline-menu-left .logo-area__middle { grid-column: 2; grid-row: 1; width: 130px; max-width: 130px !important; margin: 0; text-align: center; }
  .pageheader--layout-inline-menu-left .logo-area__middle__inner { display: block; }
  .pageheader--layout-inline-menu-left .logo-area__right { grid-column: 3; grid-row: 1; min-width: 132px; }
  .pageheader--layout-inline-menu-left .logo-area__right__inner { width: 100%; justify-content: flex-end; gap: 4px; }
  .pageheader--layout-inline-menu-left .header-account-link,
  .pageheader--layout-inline-menu-left .logo-area__right .show-search-link,
  .pageheader--layout-inline-menu-left .cart-link { width: 40px; height: 44px; margin: 0; padding: 0; justify-content: center; }
  .pageheader--layout-inline-menu-left .logo-area__right .show-search-link__icon { width: 40px; height: 44px; justify-content: center; }
  .pageheader--layout-inline-menu-left .logo-area__right svg { width: 23px; height: 23px; }
  .pageheader--layout-inline-menu-left .cart-link__count { top: -9px; right: -9px; min-width: 20px; height: 20px; font-size: 10px; }
}

@media (max-width: 380px) {
  .pageheader--layout-inline-menu-left .logo-area { grid-template-columns: 42px auto minmax(116px, 1fr); padding-inline: 9px; }
  .pageheader--layout-inline-menu-left .logo-area__middle { width: 112px; max-width: 112px !important; }
  .pageheader--layout-inline-menu-left .logo-area__right { min-width: 116px; }
  .pageheader--layout-inline-menu-left .header-account-link,
  .pageheader--layout-inline-menu-left .logo-area__right .show-search-link,
  .pageheader--layout-inline-menu-left .cart-link { width: 36px; }
}

/* ========================================================================== */
/* ZAINI V9 — layout-level header; independent from Shopify header groups     */
/* ========================================================================== */
.zaini-fixed-header { position: fixed; z-index: 11000; top: 0; right: 0; left: 0; display: block; height: 88px; color: #071a2e; background: #fff; border-top: 2px solid #050505; border-bottom: 1px solid rgba(7,26,46,.14); }
.zaini-fixed-header * { box-sizing: border-box; }
.zaini-fixed-header__row { display: grid; grid-template-columns: 178px minmax(0, 1fr) auto; align-items: center; gap: clamp(28px, 3vw, 56px); width: 100%; height: 86px; padding: 0 clamp(22px, 3.2vw, 58px); }
.zaini-fixed-header__logo { display: block; width: 178px; line-height: 0; }
.zaini-fixed-header__logo img { display: block; width: 100%; height: auto; }
.zaini-fixed-header__menu-button { display: none; color: #071a2e; }
.zaini-fixed-header__nav { align-self: stretch; min-width: 0; }
.zaini-fixed-header__nav > ul { display: flex; height: 100%; align-items: stretch; margin: 0; padding: 0; list-style: none; }
.zaini-fixed-header__nav > ul > li { position: relative; display: flex; align-items: stretch; }
.zaini-fixed-header__nav > ul > li > a { position: relative; display: flex; align-items: center; gap: 5px; padding: 0 clamp(10px, 1.15vw, 20px); color: #071a2e; font-size: 13px; font-weight: 600; line-height: 1; white-space: nowrap; }
.zaini-fixed-header__nav > ul > li:first-child > a { padding-inline-start: 0; }
.zaini-fixed-header__nav > ul > li > a::after { content: ""; position: absolute; right: clamp(10px, 1.15vw, 20px); bottom: -1px; left: clamp(10px, 1.15vw, 20px); height: 2px; background: var(--zaini-v5-accent); transform: scaleX(0); transform-origin: center; transition: transform .22s ease; }
.zaini-fixed-header__nav > ul > li:first-child > a::after { left: 0; }
.zaini-fixed-header__nav > ul > li:hover > a::after,
.zaini-fixed-header__nav > ul > li:focus-within > a::after { transform: scaleX(1); }
.zaini-fixed-header__nav li.featured > a { color: var(--zaini-v5-accent); }
.zaini-fixed-header__dropdown { position: absolute; z-index: 2; top: calc(100% + 1px); left: 0; min-width: 250px; padding: 24px 28px; visibility: hidden; opacity: 0; background: #fff; border: 1px solid rgba(7,26,46,.14); box-shadow: 0 18px 42px rgba(10,17,24,.13); transform: translateY(8px); transition: opacity .2s ease, transform .2s ease, visibility .2s; }
.zaini-fixed-header__nav li:hover > .zaini-fixed-header__dropdown,
.zaini-fixed-header__nav li:focus-within > .zaini-fixed-header__dropdown { visibility: visible; opacity: 1; transform: translateY(0); }
.zaini-fixed-header__dropdown ul { margin: 0; padding: 0; list-style: none; }
.zaini-fixed-header__dropdown > ul > li + li { margin-top: 13px; }
.zaini-fixed-header__dropdown a { color: #071a2e; font-size: 12px; font-weight: 650; }
.zaini-fixed-header__dropdown li ul { margin-top: 9px; padding-left: 13px; border-left: 1px solid rgba(7,26,46,.16); }
.zaini-fixed-header__dropdown li li { margin-top: 7px; }
.zaini-fixed-header__dropdown li li a { color: #6e737a; font-size: 11px; font-weight: 500; }
.zaini-fixed-header__actions { display: flex; align-items: center; gap: 23px; }
.zaini-fixed-header__actions > a { position: relative; display: grid; place-items: center; width: 26px; height: 44px; color: #071a2e; }
.zaini-fixed-header__actions svg { width: 24px; height: 24px; stroke-width: 1.7; }
.zaini-fixed-header__cart > span { position: absolute; top: 1px; right: -11px; display: grid; place-items: center; min-width: 21px; height: 21px; padding: 2px; color: #fff; background: #050505; border: 2px solid #fff; border-radius: 50%; font-size: 10px; font-weight: 800; line-height: 1; }
.zaini-fixed-header__shade, .zaini-fixed-header__drawer { display: none; }

@media (max-width: 1120px) and (min-width: 768px) {
  .zaini-fixed-header__row { grid-template-columns: 145px minmax(0, 1fr) auto; gap: 22px; padding-inline: 20px; }
  .zaini-fixed-header__logo { width: 145px; }
  .zaini-fixed-header__nav > ul > li > a { padding-inline: 8px; font-size: 11px; }
  .zaini-fixed-header__actions { gap: 14px; }
}

@media (max-width: 767.98px) {
  .zaini-fixed-header { height: 72px; }
  .zaini-fixed-header__row { grid-template-columns: minmax(44px, 1fr) 130px minmax(132px, 1fr); gap: 0; height: 70px; padding: 0 12px; }
  .zaini-fixed-header__menu-button { display: inline-flex; grid-column: 1; grid-row: 1; width: 44px; height: 44px; align-items: center; justify-content: flex-start; padding: 0; }
  .zaini-fixed-header__menu-button svg { width: 26px; height: 26px; stroke-width: 2; }
  .zaini-fixed-header__logo { grid-column: 2; grid-row: 1; width: 130px; }
  .zaini-fixed-header__nav { display: none; }
  .zaini-fixed-header__actions { grid-column: 3; grid-row: 1; justify-content: flex-end; gap: 3px; }
  .zaini-fixed-header__actions > a { width: 40px; height: 44px; }
  .zaini-fixed-header__actions svg { width: 23px; height: 23px; }
  .zaini-fixed-header__cart > span { top: 0; right: -5px; min-width: 20px; height: 20px; }
  .zaini-fixed-header__shade { position: fixed; z-index: 1; inset: 72px 0 0; display: block; width: 100%; height: calc(100vh - 72px); visibility: hidden; opacity: 0; background: rgba(8,12,16,.48); transition: opacity .28s ease, visibility .28s; }
  .zaini-fixed-header__drawer { position: fixed; z-index: 2; top: 72px; bottom: 0; left: 0; display: flex; width: min(88vw, 390px); flex-direction: column; visibility: hidden; overflow: auto; color: var(--zaini-v5-ink); background: var(--zaini-v5-paper); box-shadow: 18px 0 45px rgba(0,0,0,.18); transform: translateX(-102%); transition: transform .32s ease, visibility .32s; }
  .zaini-fixed-header.is-menu-open .zaini-fixed-header__shade { visibility: visible; opacity: 1; }
  .zaini-fixed-header.is-menu-open .zaini-fixed-header__drawer { visibility: visible; transform: translateX(0); }
  .zaini-fixed-header__drawer-head { display: flex; min-height: 72px; align-items: center; justify-content: space-between; padding: 0 22px; border-bottom: 1px solid var(--zaini-v5-line); }
  .zaini-fixed-header__drawer-head strong { font-size: 11px; letter-spacing: .17em; }
  .zaini-fixed-header__drawer-head button { display: grid; place-items: center; width: 40px; height: 40px; }
  .zaini-fixed-header__drawer-head svg { width: 22px; height: 22px; }
  .zaini-fixed-header__drawer nav { padding: 14px 22px 34px; }
  .zaini-fixed-header__drawer nav ul { margin: 0; padding: 0; list-style: none; }
  .zaini-fixed-header__drawer nav > ul > li { border-bottom: 1px solid var(--zaini-v5-line); }
  .zaini-fixed-header__drawer nav > ul > li > a,
  .zaini-fixed-header__drawer summary { display: flex; min-height: 61px; align-items: center; justify-content: space-between; color: var(--zaini-v5-ink); font-size: 23px; font-weight: 800; letter-spacing: -.035em; }
  .zaini-fixed-header__drawer summary { cursor: pointer; list-style: none; }
  .zaini-fixed-header__drawer summary::-webkit-details-marker { display: none; }
  .zaini-fixed-header__drawer details > div { padding: 2px 0 20px 15px; }
  .zaini-fixed-header__drawer details > div a { display: block; padding: 8px 0; color: #605a54; font-size: 13px; }
  .zaini-fixed-header__drawer .zaini-fixed-header__all-link { color: var(--zaini-v5-accent); font-weight: 800; }
  .zaini-fixed-header__drawer-foot { display: flex; gap: 22px; margin-top: auto; padding: 22px; background: var(--zaini-v5-paper-deep); }
  .zaini-fixed-header__drawer-foot a { color: var(--zaini-v5-ink); font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
  html.zaini-menu-open, html.zaini-menu-open body { overflow: hidden; }
}

@media (max-width: 380px) {
  .zaini-fixed-header__row { grid-template-columns: 42px 112px minmax(116px, 1fr); padding-inline: 9px; }
  .zaini-fixed-header__logo { width: 112px; }
  .zaini-fixed-header__actions > a { width: 36px; }
}

/* V9 typography — bold, legible, unmistakably ZAINI */
body { font-size: 15px; line-height: 1.55; }
h1, h2, h3, h4, h5, h6,
.heading-font, .pagetitle, .product-title, .product-block__title { font-family: var(--font-stack-headings); font-weight: 800; letter-spacing: -.035em; }
.btn, button, .button, .navigation__link { font-weight: 800; letter-spacing: .07em; }
.zaini-fixed-header__nav > ul > li > a { font-size: 14px; font-weight: 700; letter-spacing: 0; }
.zaini-fixed-header__dropdown a { font-weight: 700; }
.template-collection .product-block__title { font-weight: 800; }
.template-product .zaini-product-vendor a { font-weight: 900; }
.template-product .option-selector .label { font-size: 12px; font-weight: 900; }
.section-footer__row--blocks { column-gap: clamp(45px, 7vw, 120px); }
.section-footer__title { color: #fff !important; font-family: var(--font-stack-headings); font-size: 14px !important; font-weight: 900 !important; letter-spacing: .17em !important; line-height: 1.2; text-transform: uppercase; }
.section-footer__text-block:first-child .section-footer__title { font-size: 16px !important; letter-spacing: .2em !important; }
.section-footer__text { max-width: 390px; color: rgba(255,255,255,.68) !important; font-size: 13px; line-height: 1.7; }
.section-footer__text-block__image { display: block; width: min(240px, 75%); max-width: none !important; margin-top: 42px; filter: none !important; }
.section-footer__text-block__image img,
.section-footer__text-block__image .theme-img { display: block; width: 100%; height: auto; opacity: 1 !important; filter: brightness(0) invert(1) !important; }
.section-footer__menu-block__menu a { color: #fff; font-size: 16px; font-weight: 600; line-height: 1.4; }
.section-footer__newsletter-block .signup-form__email { min-height: 56px; padding-inline: 20px; color: var(--zaini-v5-ink); background: #fff; border: 1px solid #fff; font-size: 14px; }
.section-footer__newsletter-block .signup-form__button { min-height: 52px; margin-top: 10px; font-size: 11px; font-weight: 900; letter-spacing: .12em; }

@media (max-width: 767.98px) {
  body { font-size: 14px; }
  .zaini-fixed-header__nav > ul > li > a { font-size: 13px; }
  .section-footer__title { font-size: 13px !important; }
  .section-footer__text-block:first-child .section-footer__title { font-size: 14px !important; }
  .section-footer__text-block__image { width: 190px; margin-top: 34px; }
  .section-footer__menu-block .mobile-disclosure__title { min-height: 58px; align-items: center; }
  .section-footer__menu-block__menu a { font-size: 15px; }
}

/* V10 product-card type hierarchy — calm title, strong brand, clear price */
.product-block__detail { font-family: var(--base-font-family); }
.template-collection .product-block .vendor,
.template-search .product-block .vendor,
.featured-collection .product-block .vendor,
.product-block .vendor {
  margin-bottom: 7px;
  color: #17120f;
  font-family: var(--heading-font-family);
  font-size: 10px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: .17em;
  text-transform: uppercase;
}
.template-collection .product-block__title,
.template-search .product-block__title,
.featured-collection .product-block__title,
.product-block__title {
  display: -webkit-box;
  max-width: 96%;
  min-height: 2.8em;
  margin: 0;
  overflow: hidden;
  color: #211d1a;
  font-family: var(--base-font-family);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: -.01em;
  text-transform: none;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.template-collection .product-price--block,
.template-search .product-price--block,
.featured-collection .product-price--block,
.product-price--block {
  gap: 2px;
  margin-top: 10px;
  color: #17120f;
  font-family: var(--base-font-family);
  font-size: 13px;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0;
}
.product-price--block .price__current { font-weight: 750; }
.product-price--block .price__was { color: #88827c; font-size: .93em; font-weight: 400; opacity: 1; }
.product-price--block .price-label--sale {
  margin-inline-start: 8px;
  color: var(--zaini-v5-accent);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .09em;
  text-transform: uppercase;
}

@media (max-width: 767.98px) {
  .template-collection .product-block .vendor,
  .template-search .product-block .vendor,
  .featured-collection .product-block .vendor,
  .product-block .vendor { margin-bottom: 5px; font-size: 9px; }
  .template-collection .product-block__title,
  .template-search .product-block__title,
  .featured-collection .product-block__title,
  .product-block__title { max-width: 100%; min-height: 2.7em; font-size: 12.5px; line-height: 1.35; }
  .template-collection .product-price--block,
  .template-search .product-price--block,
  .featured-collection .product-price--block,
  .product-price--block { margin-top: 7px; font-size: 12px; }
  .product-price--block .price-label--sale { margin-inline-start: 5px; font-size: 9px; }
}

/* V11 category-first home rhythm — visible sooner, lighter, more shoppable */
.zaini-v6-portals { padding: clamp(62px, 6.5vw, 112px) clamp(12px, 3.2vw, 58px); }
.zaini-v6-portals__head {
  gap: clamp(34px, 4vw, 70px);
  margin-bottom: clamp(32px, 3.8vw, 60px);
}
.zaini-v6-portals__head .zaini-v5-kicker { margin-bottom: 16px; }
.zaini-v6-portals__head h2 { font-size: clamp(52px, 6vw, 104px); line-height: .8; }
.zaini-v6-portals__grid { grid-template-rows: repeat(2, minmax(285px, 23vw)); }

@media (max-width: 900px) {
  .zaini-v6-portals__grid { grid-template-rows: auto; }
  .zaini-v6-portal--shoe { min-height: 540px; }
  .zaini-v6-portal--bag,
  .zaini-v6-portal--eyewear { min-height: 370px; }
  .zaini-v6-portal--accessory { min-height: 340px; }
}

@media (max-width: 767.98px) {
  .zaini-v6-portals { padding: 58px 8px 68px; }
  .zaini-v6-portals__head { gap: 18px; margin-bottom: 26px; }
  .zaini-v6-portals__head .zaini-v5-kicker { margin-bottom: 12px; }
  .zaini-v6-portals__head h2 { font-size: clamp(46px, 13vw, 60px); line-height: .82; }
  .zaini-v6-portals__head > p { max-width: 330px; line-height: 1.55; }
  .zaini-v6-portal--shoe { min-height: 420px; }
  .zaini-v6-portal--bag,
  .zaini-v6-portal--eyewear { min-height: 260px; }
  .zaini-v6-portal--accessory { min-height: 275px; }
}

/* V11 product-card legibility — comfortably readable without marketplace bulk */
.template-collection .product-block .vendor,
.template-search .product-block .vendor,
.featured-collection .product-block .vendor,
.product-block .vendor { font-size: 11px; }
.template-collection .product-block__title,
.template-search .product-block__title,
.featured-collection .product-block__title,
.product-block__title { font-size: 15.5px; font-weight: 550; line-height: 1.38; }
.template-collection .product-price--block,
.template-search .product-price--block,
.featured-collection .product-price--block,
.product-price--block { font-size: 14px; }
.product-price--block .price-label--sale { font-size: 10.5px; }

@media (max-width: 767.98px) {
  .template-collection .product-block .vendor,
  .template-search .product-block .vendor,
  .featured-collection .product-block .vendor,
  .product-block .vendor { font-size: 9.5px; }
  .template-collection .product-block__title,
  .template-search .product-block__title,
  .featured-collection .product-block__title,
  .product-block__title { font-size: 13.5px; }
  .template-collection .product-price--block,
  .template-search .product-price--block,
  .featured-collection .product-price--block,
  .product-price--block { font-size: 13px; }
  .product-price--block .price-label--sale { font-size: 9.5px; }
}

/* ========================================================================== */
/* V12 — four-slide campaign hero                                              */
/* ========================================================================== */
.zaini-v11-hero { position: relative; display: block; min-height: min(88vh, 920px); background: #120e0d; }
.zaini-v11-hero__slides { position: absolute; inset: 0; }
.zaini-v11-hero__slide {
  position: absolute;
  inset: 0;
  display: grid;
  visibility: hidden;
  overflow: hidden;
  opacity: 0;
  transition: opacity .75s ease, visibility .75s;
}
.zaini-v11-hero__slide.is-active { z-index: 1; visibility: visible; opacity: 1; }
.zaini-v11-hero__slide .zaini-v5-hero__media img { transform: scale(1.018); transition: transform 7s cubic-bezier(.2,.65,.2,1); }
.zaini-v11-hero__slide.is-active .zaini-v5-hero__media img { transform: scale(1); }
.zaini-v11-hero__slide .zaini-v5-hero__content { opacity: 0; transform: translateY(20px); transition: opacity .65s .18s ease, transform .65s .18s ease; }
.zaini-v11-hero__slide.is-active .zaini-v5-hero__content { opacity: 1; transform: translateY(0); }
.zaini-v11-hero__slide--shoe .zaini-v5-hero__media img,
.zaini-v11-hero__slide--bag .zaini-v5-hero__media img,
.zaini-v11-hero__slide--eyewear .zaini-v5-hero__media img { object-position: center; }
.zaini-v11-hero__veil--dark { background: linear-gradient(90deg, rgba(9,7,7,.9) 0%, rgba(9,7,7,.62) 36%, rgba(9,7,7,.05) 67%, rgba(9,7,7,0) 100%); }
.zaini-v11-hero__content--light { color: #fff; }
.zaini-v11-hero__content--light h1 { color: #fff; }
.zaini-v11-hero__content--light .zaini-v5-kicker { color: #f1aeb5; }
.zaini-v11-hero__content--light .zaini-v5-button { color: #17120f; background: #fff; border-color: #fff; }
.zaini-v11-hero__content--light .zaini-v5-button:hover { color: #fff; background: transparent; }
.zaini-v11-hero__eyewear-link { position: absolute; z-index: 1; inset: 0; display: block; }
.zaini-v11-hero__mobile-copy { display: none; }
.zaini-v11-hero__controls {
  position: absolute;
  z-index: 6;
  right: clamp(18px, 2.4vw, 44px);
  bottom: clamp(22px, 2.8vw, 42px);
  display: flex;
  height: 46px;
  align-items: center;
  gap: 12px;
  padding: 0 9px;
  color: #fff;
  background: rgba(12,10,9,.72);
  border: 1px solid rgba(255,255,255,.34);
  backdrop-filter: blur(12px);
}
.zaini-v11-hero__controls > button { display: grid; width: 32px; height: 32px; place-items: center; color: inherit; }
.zaini-v11-hero__controls svg { width: 19px; height: 19px; }
.zaini-v11-hero__dots { display: flex; align-items: center; gap: 7px; }
.zaini-v11-hero__dots button { width: 18px; height: 2px; padding: 0; background: rgba(255,255,255,.42); transition: width .25s ease, background .25s ease; }
.zaini-v11-hero__dots button.is-active { width: 34px; background: #fff; }
.zaini-v11-hero__progress { position: absolute; z-index: 7; right: 0; bottom: 0; left: 0; height: 2px; overflow: hidden; background: rgba(255,255,255,.18); }
.zaini-v11-hero__progress span { display: block; width: 100%; height: 100%; background: var(--zaini-v5-accent); transform-origin: left; animation: zaini-v11-progress 6.5s linear forwards; }
@keyframes zaini-v11-progress { from { transform: scaleX(0); } to { transform: scaleX(1); } }

/* V12 — stronger assurance architecture */
.zaini-assurance--v11 { display: block; padding: clamp(64px, 7vw, 112px) clamp(18px, 4vw, 68px); color: #fff; background: #151110; }
.zaini-assurance--v11 > .zaini-assurance__head,
.zaini-assurance--v11 > .zaini-assurance__grid { display: grid; min-height: 0; padding: 0; border: 0; }
.zaini-assurance__head { grid-template-columns: .65fr 1.35fr; align-items: end; gap: 50px; max-width: 1540px; margin: 0 auto clamp(34px, 4vw, 58px); }
.zaini-assurance__head .zaini-v5-kicker { color: #e8a2aa; }
.zaini-assurance__head h2 { max-width: 800px; margin: 0; color: #fff; font-size: clamp(34px, 3.5vw, 58px); font-weight: 850; line-height: .95; letter-spacing: -.045em; text-transform: uppercase; }
.zaini-assurance__grid { grid-template-columns: repeat(4, 1fr); max-width: 1540px; margin: 0 auto; border-top: 1px solid rgba(255,255,255,.28) !important; border-left: 1px solid rgba(255,255,255,.28) !important; }
.zaini-assurance__grid article { display: flex; min-height: 168px; align-items: center; gap: 20px; padding: 28px; border-right: 1px solid rgba(255,255,255,.28); border-bottom: 1px solid rgba(255,255,255,.28); }
.zaini-assurance--v11 .zaini-assurance__icon { position: static; display: grid; width: 52px; height: 52px; place-items: center; align-self: start; color: #fff; background: var(--zaini-v5-accent); border: 0; }
.zaini-assurance__icon svg { width: 25px; height: 25px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.6; }
.zaini-assurance__grid article > div { display: flex; min-width: 0; flex-direction: column; justify-content: center; }
.zaini-assurance--v11 .zaini-assurance__grid strong { margin: 0 0 8px; color: #fff; font-family: var(--base-font-family); font-size: 17.5px; font-weight: 800; line-height: 1.18; letter-spacing: -.015em; text-transform: none; -webkit-font-smoothing: antialiased; }
.zaini-assurance--v11 .zaini-assurance__grid small { max-width: 210px; margin: 0; color: rgba(255,255,255,.8); font-family: var(--base-font-family); font-size: 13.5px; font-weight: 550; line-height: 1.45; -webkit-font-smoothing: antialiased; }

/* V12 — balanced, confidence-building cart drawer */
@media (min-width: 768px) {
  cart-drawer.drawer { width: min(100vw, 620px); max-width: 620px; }
}
cart-drawer .cart-drawer__content-item { padding-inline: clamp(20px, 4vw, 30px); }
cart-drawer .cart-item-list__body { margin-block: 0; }
cart-drawer .cart-item {
  display: grid;
  grid-template-columns: 132px minmax(0, 1fr);
  gap: 20px;
  align-items: start;
  padding: 24px 0;
  border-bottom: 1px solid rgba(23,18,15,.18);
}
cart-drawer .cart-item__image { width: 132px; padding: 0; background: var(--zaini-product-canvas); }
cart-drawer .cart-item__image-link { display: grid; width: 100%; aspect-ratio: 1; place-items: center; overflow: hidden; }
cart-drawer .cart-item__image .theme-img { width: 100%; height: 100%; object-fit: contain; }
cart-drawer .cart-item__not-image { display: grid; min-width: 0; grid-template-columns: minmax(0, 1fr) auto; gap: 14px 18px; align-items: start; }
cart-drawer .cart-item__description { min-width: 0; padding: 0; }
cart-drawer .cart-item__title { margin: 0 0 8px; font-family: var(--base-font-family); font-size: 16px; font-weight: 750; line-height: 1.28; letter-spacing: -.012em; }
cart-drawer .cart-item__variant,
cart-drawer .line-item-property { color: #5f5954; font-size: 12.5px; line-height: 1.5; }
cart-drawer .cart-item__variant-label,
cart-drawer .line-item-property__label { color: #17120f; font-weight: 700; }
cart-drawer .product-inventory--small { display: inline-flex; align-items: center; gap: 6px; color: #356543; font-size: 11.5px; font-weight: 700; }
cart-drawer .product-inventory--small::before { content: ""; width: 6px; height: 6px; flex: 0 0 6px; background: #3a8750; border-radius: 50%; }
cart-drawer .cart-item__price { min-width: 105px; color: #17120f; font-size: 15.5px; font-weight: 850; line-height: 1.25; white-space: nowrap; }
cart-drawer .cart-item__price .struck-out-price { margin-top: 5px; color: #8b857f; font-size: 11.5px; font-weight: 450; }
cart-drawer .cart-item__quantity { grid-column: 1 / -1; width: auto; margin-top: 2px; }
cart-drawer .cart-item__quantity .buttoned-input { width: 126px; height: 44px; background: #fff; border: 1px solid rgba(23,18,15,.28); }
cart-drawer .cart-item__quantity .buttoned-input a { width: 38px; color: #4f4944; }
cart-drawer .cart-item__quantity-input { color: #17120f; font-size: 15px; font-weight: 750; }
cart-drawer .cart-item__item-discounts { grid-column: 1 / -1; }
cart-drawer .cart-drawer__footer { padding: 25px clamp(20px, 4vw, 30px) calc(25px + env(safe-area-inset-bottom, 0px)); }
cart-drawer .cart-drawer__footer .subtotal { font-size: 26px; font-weight: 900; }

/* V12 — legal links beneath the ZAINI footer identity */
.zaini-footer-policies { display: grid; gap: 9px; margin-top: 30px; padding-top: 27px; border-top: 1px solid rgba(255,255,255,.2); }
.zaini-footer-policies a { width: fit-content; color: rgba(255,255,255,.82); font-size: 13px; font-weight: 550; line-height: 1.35; transition: color .2s ease, transform .2s ease; }
.zaini-footer-policies a:hover { color: #fff; transform: translateX(3px); }

@media (max-width: 900px) {
  .zaini-assurance__grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 767.98px) {
  .zaini-v11-hero { min-height: 740px; }
  .zaini-v11-hero__slide--shoe .zaini-v5-hero__media { transform: translateY(-7.5%) scale(1.08); transform-origin: center; }
  .zaini-v11-hero__slide--shoe .zaini-v5-hero__media img { object-position: 70% center; }
  .zaini-v11-hero__slide--bag .zaini-v5-hero__media img { object-position: 73% center; }
  .zaini-v11-hero__slide--eyewear .zaini-v5-hero__media img { object-position: 70% center; }
  .zaini-v11-hero__slide--shoe .zaini-v11-hero__veil--dark,
  .zaini-v11-hero__slide--bag .zaini-v11-hero__veil--dark { background: linear-gradient(0deg, rgba(9,7,7,.98) 0%, rgba(9,7,7,.82) 30%, rgba(9,7,7,.08) 66%, rgba(9,7,7,.02) 100%); }
  .zaini-v11-hero__slide .zaini-v5-hero__content { padding: 250px 18px 172px; }
  .zaini-v11-hero__slide .zaini-v5-hero__content h1 { font-size: clamp(54px, 15vw, 72px); }
  .zaini-v11-hero__slide .zaini-v5-hero__content > p:not(.zaini-v5-kicker) { max-width: 350px; font-size: 12.5px; }
  .zaini-v11-hero__controls { right: 12px; bottom: 17px; height: 42px; gap: 7px; }
  .zaini-v11-hero__controls > button { width: 27px; }
  .zaini-v11-hero__dots button { width: 12px; }
  .zaini-v11-hero__dots button.is-active { width: 24px; }
  .zaini-v11-hero__slide--eyewear::after { content: ""; position: absolute; z-index: 2; inset: 36% 0 0; background: linear-gradient(0deg, rgba(6,5,5,.96), rgba(6,5,5,0)); pointer-events: none; }
  .zaini-v11-hero__mobile-copy { position: absolute; z-index: 3; right: 18px; bottom: 138px; left: 18px; display: block; color: #fff; }
  .zaini-v11-hero__mobile-copy .zaini-v5-kicker { color: #e8a2aa; }
  .zaini-v11-hero__mobile-copy h2 { margin: 13px 0 22px; color: #fff; font-size: clamp(48px, 14vw, 68px); font-weight: 900; line-height: .82; letter-spacing: -.055em; }
  .zaini-v11-hero__mobile-copy .zaini-v5-button { width: fit-content; min-width: 205px; color: #17120f; background: #fff; border-color: #fff; }
  .zaini-assurance--v11 { padding: 58px 14px 68px; }
  .zaini-assurance__head { grid-template-columns: 1fr; gap: 17px; margin-bottom: 32px; padding-inline: 4px !important; }
  .zaini-assurance__head h2 { font-size: clamp(31px, 9vw, 44px); }
  .zaini-assurance__grid article { min-height: 148px; gap: 14px; padding: 20px 17px; }
  .zaini-assurance--v11 .zaini-assurance__icon { width: 46px; height: 46px; flex: 0 0 46px; }
  .zaini-assurance__icon svg { width: 21px; height: 21px; }
  .zaini-assurance--v11 .zaini-assurance__grid strong { font-size: 16px; }
  .zaini-assurance--v11 .zaini-assurance__grid small { font-size: 12.5px; }
  .zaini-footer-policies { gap: 11px; }
  .zaini-footer-policies a { font-size: 14px; }
}

@media (max-width: 479px) {
  cart-drawer .cart-drawer__content-item { padding-inline: 16px; }
  cart-drawer .cart-item { grid-template-columns: 96px minmax(0, 1fr); gap: 13px; padding: 19px 0; }
  cart-drawer .cart-item__image { width: 96px; }
  cart-drawer .cart-item__not-image { gap: 11px 10px; }
  cart-drawer .cart-item__title { font-size: 14px; line-height: 1.3; }
  cart-drawer .cart-item__price { min-width: 82px; font-size: 13.5px; }
  cart-drawer .cart-item__variant,
  cart-drawer .line-item-property { font-size: 11.5px; }
  cart-drawer .cart-item__quantity .buttoned-input { width: 116px; height: 42px; }
  .zaini-assurance__grid { grid-template-columns: 1fr; }
  .zaini-assurance__grid article { min-height: 132px; }
}

@media (prefers-reduced-motion: reduce) {
  .zaini-v11-hero__slide,
  .zaini-v11-hero__slide .zaini-v5-hero__media img,
  .zaini-v11-hero__slide .zaini-v5-hero__content { transition: none; }
  .zaini-v11-hero__progress span { animation: none; }
}

/* ========================================================================== */
/* ZAINI V15 — conversion-first luxury product page                           */
/* ========================================================================== */
.template-product {
  --zaini-pdp-canvas: #f1efea;
  --zaini-pdp-paper: #f8f4ed;
  --zaini-pdp-ink: #17120f;
  --zaini-pdp-muted: #6e6660;
  --zaini-pdp-line: rgba(23,18,15,.17);
  --zaini-pdp-accent: #7c1d2b;
}

.template-product main { color: var(--zaini-pdp-ink); background: var(--zaini-pdp-paper); }
.template-product .zaini-product-breadcrumbs { max-width: 1540px; padding: 14px clamp(18px, 3.6vw, 56px) 0; }
.template-product .zaini-product-breadcrumbs .page-header { min-height: 45px; padding: 0 0 12px; border-color: var(--zaini-pdp-line); }
.template-product .zaini-product-breadcrumbs .breadcrumbs,
.template-product .zaini-product-breadcrumbs .breadcrumbs-list__link { font-size: 14px !important; line-height: 1.35; }
.template-product .zaini-back-to-products { display: inline-flex; min-height: 42px; align-items: center; gap: 8px; padding: 9px 16px; border: 1px solid var(--zaini-pdp-line); font-size: 13px !important; letter-spacing: .08em; transition: color .2s ease, background .2s ease, border-color .2s ease; }
.template-product .zaini-back-to-products:hover { color: #fff; background: var(--zaini-pdp-ink); border-color: var(--zaini-pdp-ink); }

.template-product .product-info { display: grid !important; max-width: 1540px; grid-template-columns: minmax(0, 1.18fr) minmax(360px, .82fr); gap: clamp(34px, 5vw, 82px); align-items: start; margin-inline: auto; padding: clamp(18px, 2.6vw, 38px) clamp(18px, 3.6vw, 56px) clamp(82px, 8vw, 132px) !important; }
.template-product .product-info > .product-column-left,
.template-product .product-info > .product-column-right { width: auto !important; min-width: 0; max-width: none !important; margin: 0 !important; }

.template-product .media-gallery { overflow: hidden; background: var(--zaini-pdp-canvas); border: 1px solid rgba(23,18,15,.08); }
.template-product .media-gallery > .media-gallery__inner { padding: clamp(10px, 1.25vw, 18px); }
.template-product .media-gallery .main-image { margin: 0 !important; background: var(--zaini-pdp-canvas); }
.template-product .media-gallery .product-media--image,
.template-product .media-gallery .product-media-wrapper { background: var(--zaini-pdp-canvas); }
.template-product .media-gallery .product-media--image .img-ar { --aspect-ratio: 1.04 !important; background: var(--zaini-pdp-canvas); }
.template-product .media-gallery .product-media--image .theme-img { object-fit: contain; }
.template-product .media-gallery .slider-nav--floating { right: 14px; bottom: 14px; left: auto; width: auto; gap: 6px; }
.template-product .media-gallery .slider-nav--floating .slider-nav__btn { width: 42px; height: 42px; color: var(--zaini-pdp-ink); background: rgba(255,255,255,.93); border: 1px solid rgba(23,18,15,.12); }
.template-product .media-gallery .product-label-container { top: 15px; right: 15px; bottom: auto; left: auto; align-items: flex-end; justify-content: flex-start; }
.template-product .media-gallery .product-label { margin: 0; }
.template-product .media-gallery .product-label > span { padding: 8px 11px; font-size: 9px !important; font-weight: 850; letter-spacing: .08em; line-height: 1; }
.template-product .media-gallery .thumbnails { margin: 0; padding-top: 12px; }
.template-product .media-gallery .thumbnails .slider__item { width: 76px; padding-inline-end: 8px; }
.template-product .media-gallery .thumbnails .thumbnail { overflow: hidden; background: #e8e8e8; border: 1px solid transparent; }
.template-product .media-gallery .thumbnails .is-active .thumbnail { border-color: var(--zaini-pdp-ink); }
.template-product .media-gallery .thumbnails .thumbnail::after { display: none; }

.template-product .product-column-right > .product-form { width: 100%; max-width: 510px; margin-inline: auto; padding: clamp(14px, 2.2vw, 32px) 0 48px; }
.template-product .product-column-right > .product-form::before { content: "ZAINI SEÇKİSİ"; display: block; margin-bottom: 21px; color: var(--zaini-pdp-accent); font-size: 9px; font-weight: 900; letter-spacing: .2em; }
.template-product .zaini-product-vendor { margin: 0 0 13px !important; }
.template-product .zaini-product-vendor a { color: var(--zaini-pdp-muted); font-size: 11px; letter-spacing: .16em; }
.template-product .zaini-product-vendor a::before { width: 20px; }
.template-product .product-title { max-width: 510px; margin: 0 !important; font-size: clamp(30px, 3.05vw, 48px) !important; font-weight: 880; line-height: .96; letter-spacing: -.045em; }
.template-product .price-container { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 8px 16px; align-items: center; margin: 25px 0 0; padding: 19px 0 21px; border-top: 1px solid var(--zaini-pdp-line); border-bottom: 1px solid var(--zaini-pdp-line); }
.template-product .price-container .product-price { margin: 0; }
.template-product .product-info__price,
.template-product .product-info__price .price__default { font-size: clamp(21px, 2vw, 28px); font-weight: 900; letter-spacing: -.025em; }
.template-product .product-info__price .price--on-sale .price__current { color: var(--zaini-pdp-ink); }
.template-product .product-info__price .price__was { margin-inline-start: 10px; color: #8b837d; font-size: 13px; font-weight: 500; }
.template-product .price-container .price-descriptors { grid-column: 1 / -1; }
.template-product .zaini-product-availability { display: inline-flex; align-items: center; gap: 7px; color: #315f3e; font-size: 10px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.template-product .zaini-product-availability > span { width: 7px; height: 7px; background: #3f8a54; border-radius: 50%; box-shadow: 0 0 0 4px rgba(63,138,84,.12); }
.template-product .zaini-product-availability.is-sold-out { color: #8b2d35; }
.template-product .zaini-product-availability.is-sold-out > span { background: #8b2d35; box-shadow: 0 0 0 4px rgba(139,45,53,.12); }
.template-product .product-form > hr { margin: 18px 0 0; border-color: transparent; }

.template-product .product-form .option-selector { margin: 0 0 22px; padding: 0; }
.template-product .product-form .option-selector .label { display: flex; align-items: baseline; justify-content: space-between; margin-bottom: 12px; font-size: 10px; letter-spacing: .12em; }
.template-product .product-form .option-selector__label-value { color: var(--zaini-pdp-muted); font-size: 10px; letter-spacing: .04em; text-transform: none; }
.template-product .product-form .option-selector__btns { gap: 8px; }
.template-product .product-form .option-selector__btns label,
.template-product .product-form .option-selector__btns .opt-label { display: inline-grid; min-width: 48px; min-height: 45px; place-items: center; padding: 8px 11px; background: rgba(255,255,255,.55); border: 1px solid rgba(23,18,15,.24); font-size: 12px; font-weight: 750; transition: color .18s ease, background .18s ease, border-color .18s ease; }
.template-product .product-form .option-selector__btns label:hover,
.template-product .product-form .option-selector__btns .opt-label:hover { border-color: var(--zaini-pdp-ink); }
.template-product .product-form .option-selector__btns .opt-btn:checked + .opt-label { color: #fff; background: var(--zaini-pdp-ink); border-color: var(--zaini-pdp-ink); }

.template-product .product-form .quantity-submit-row { display: grid; grid-template-columns: 112px minmax(0, 1fr); grid-template-rows: auto auto; gap: 8px 12px; align-items: end; margin: 0 0 22px; }
.template-product .product-form .quantity-submit-row > .label { grid-column: 1; grid-row: 1; margin: 0; font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }
.template-product .product-form .quantity-submit-row > quantity-wrapper { grid-column: 1; grid-row: 2; width: 112px; height: 56px; background: rgba(255,255,255,.7); border: 1px solid var(--zaini-pdp-line); }
.template-product .product-form .quantity-submit-row__submit { grid-column: 2; grid-row: 1 / 3; margin: 0 !important; }
.template-product .product-form .quantity-submit-row__submit .btn,
.template-product .product-form button[type="submit"] { min-height: 56px; color: #fff; background: var(--zaini-pdp-accent); border-color: var(--zaini-pdp-accent); font-size: 11px; box-shadow: 0 12px 28px rgba(124,29,43,.15); }
.template-product .product-form .quantity-submit-row__submit .btn:hover,
.template-product .product-form button[type="submit"]:hover { color: #fff; background: var(--zaini-pdp-ink); border-color: var(--zaini-pdp-ink); }

.template-product .zaini-product-service { margin: 0 !important; }
.template-product .zaini-product-service + .zaini-product-service { margin-top: -1px !important; }
.template-product .zaini-product-service .product-info-block { display: flex; min-height: 48px; align-items: center; gap: 12px; padding: 11px 14px; color: var(--zaini-pdp-ink); background: rgba(255,255,255,.4); border: 1px solid var(--zaini-pdp-line); font-size: 11px; font-weight: 700; }
.template-product .zaini-product-service .icon { color: var(--zaini-pdp-accent); }
.template-product .product-info-accordion { margin-top: 22px; border-color: var(--zaini-pdp-line); }
.template-product .product-info-accordion .disclosure__title { padding-block: 17px; color: var(--zaini-pdp-ink); font-size: 10px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.template-product .product-info-accordion .disclosure__content { padding-bottom: 18px; color: var(--zaini-pdp-muted); font-size: 13px; line-height: 1.72; }

.zaini-mobile-product-head { display: none; }

@media (min-width: 768px) and (max-width: 1040px) {
  .template-product .product-info { grid-template-columns: minmax(0, 1.02fr) minmax(330px, .98fr); gap: 30px; padding-inline: 24px !important; }
  .template-product .product-title { font-size: clamp(29px, 4.2vw, 40px) !important; }
  .template-product .media-gallery .product-media--image .img-ar { --aspect-ratio: .94 !important; }
}

@media (max-width: 767.98px) {
  .template-product .zaini-product-breadcrumbs { padding: 7px 14px 0; }
  .template-product .zaini-product-breadcrumbs .page-header { display: flex; min-height: 42px; align-items: center; justify-content: space-between; gap: 10px; padding-bottom: 7px; }
  .template-product .zaini-product-breadcrumbs .breadcrumbs { min-width: 0; overflow: hidden; white-space: nowrap; }
  .template-product .zaini-product-breadcrumbs .breadcrumbs-list { flex-wrap: nowrap; overflow: hidden; }
  .template-product .zaini-product-breadcrumbs .breadcrumbs-list__item { flex: 0 0 auto; }
  .template-product .zaini-product-breadcrumbs .breadcrumbs-list__item:last-child { display: none; }
  .template-product .zaini-product-breadcrumbs .breadcrumbs,
  .template-product .zaini-product-breadcrumbs .breadcrumbs-list__link { font-size: 12px !important; }
  .template-product .zaini-back-to-products { min-height: 38px; margin: 0; padding: 8px 12px; font-size: 11px !important; white-space: nowrap; }

  .template-product .product-info { display: block !important; margin: 0; padding: 0 14px 78px !important; }
  .template-product .zaini-mobile-product-head { display: block !important; padding: 18px 2px 19px; }
  .zaini-mobile-product-head__eyebrow { display: flex; align-items: center; justify-content: space-between; gap: 14px; margin-bottom: 11px; color: var(--zaini-pdp-accent); font-size: 9px; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
  .zaini-mobile-product-head__eyebrow > span:last-child { display: inline-flex; align-items: center; gap: 7px; color: #315f3e; letter-spacing: .08em; }
  .zaini-mobile-product-head__eyebrow i { width: 6px; height: 6px; background: #3f8a54; border-radius: 50%; box-shadow: 0 0 0 4px rgba(63,138,84,.12); }
  .zaini-mobile-product-head__eyebrow > span.is-sold-out { color: #8b2d35; }
  .zaini-mobile-product-head__eyebrow > span.is-sold-out i { background: #8b2d35; box-shadow: 0 0 0 4px rgba(139,45,53,.12); }
  .zaini-mobile-product-head__title { max-width: 580px; color: var(--zaini-pdp-ink); font-size: clamp(25px, 7vw, 36px); font-weight: 900; line-height: .98; letter-spacing: -.04em; }
  .zaini-mobile-product-head__price { display: flex; align-items: center; justify-content: space-between; gap: 14px; margin-top: 15px; }
  .zaini-mobile-product-head__price .product-info__price,
  .zaini-mobile-product-head__price .price__default { font-size: 19px; }
  .zaini-mobile-product-head__price .price__was { color: #8b837d; font-size: 11px; }
  .zaini-mobile-product-head__discount { flex: 0 0 auto; padding: 7px 9px; color: #fff; background: var(--zaini-pdp-accent); font-size: 8px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }

  .template-product .product-info > .media-gallery { width: auto !important; margin: 0 -14px !important; border-right: 0; border-left: 0; }
  .template-product .media-gallery > .media-gallery__inner { padding: 0; }
  .template-product .media-gallery .main-image { width: 100%; margin: 0 !important; }
  .template-product .media-gallery .product-media--image .img-ar { --aspect-ratio: 1.28 !important; min-height: 0; }
  .template-product .media-gallery .product-label--sale { display: none; }
  .template-product .media-gallery .slider-nav--floating { right: 10px; bottom: 10px; }
  .template-product .media-gallery .slider-nav--floating .slider-nav__btn { width: 38px; height: 38px; }
  .template-product .media-gallery .thumbnails { margin: 0 !important; padding: 10px 14px 12px; }
  .template-product .media-gallery .thumbnails .slider__item { width: 64px; padding-inline-end: 7px; }

  .template-product .product-column-right > .product-form { max-width: none; padding: 27px 0 0; }
  .template-product .product-column-right > .product-form::before,
  .template-product .product-column-right .zaini-product-vendor,
  .template-product .product-column-right .title-row,
  .template-product .product-column-right .price-container { display: none !important; }
  .template-product .product-form > hr { display: none; }
  .template-product .product-form .input-row { margin-top: 0; }
  .template-product .product-form .option-selector { margin-bottom: 20px; }
  .template-product .product-form .quantity-submit-row { grid-template-columns: 96px minmax(0, 1fr); gap: 8px 10px; }
  .template-product .product-form .quantity-submit-row > quantity-wrapper { width: 96px; height: 54px; }
  .template-product .product-form .quantity-submit-row__submit .btn,
  .template-product .product-form button[type="submit"] { min-height: 54px; }
  .template-product .zaini-product-service .product-info-block { min-height: 46px; padding: 10px 12px; }
  .template-product .product-info-accordion { margin-top: 18px; }
}

@media (max-width: 389px) {
  .template-product .product-form .quantity-submit-row { grid-template-columns: 1fr; }
  .template-product .product-form .quantity-submit-row > .label,
  .template-product .product-form .quantity-submit-row > quantity-wrapper,
  .template-product .product-form .quantity-submit-row__submit { grid-column: 1; grid-row: auto; }
  .template-product .product-form .quantity-submit-row > quantity-wrapper { width: 112px; }
}

/* ========================================================================== */
/* ZAINI V16 — refined product purchase flow                                  */
/* ========================================================================== */
.template-product .zaini-product-price-meta { display: flex; align-items: center; justify-content: flex-end; gap: 9px; }
.template-product .zaini-product-discount { display: inline-flex; min-height: 27px; align-items: center; padding: 5px 8px; color: #fff; background: var(--zaini-pdp-accent); font-size: 8px; font-weight: 900; letter-spacing: .08em; line-height: 1; text-transform: uppercase; white-space: nowrap; }
.template-product .zaini-purchase-note { display: flex; align-items: center; justify-content: center; gap: 8px; margin: -9px 0 22px; color: var(--zaini-pdp-muted); font-size: 10px; font-weight: 700; letter-spacing: .02em; }
.template-product .zaini-purchase-note .icon { width: 14px; height: 14px; color: var(--zaini-pdp-accent); }
.template-product .zaini-product-assurance-head { display: flex; align-items: end; justify-content: space-between; gap: 16px; margin: 28px 0 12px; }
.template-product .zaini-product-assurance-head > span { color: var(--zaini-pdp-ink); font-size: 10px; font-weight: 950; letter-spacing: .15em; }
.template-product .zaini-product-assurance-head > small { max-width: 210px; color: var(--zaini-pdp-muted); font-size: 9px; line-height: 1.35; text-align: right; }
.template-product .zaini-product-service .product-info-block { min-height: 64px; gap: 14px; padding: 11px 13px; background: rgba(255,255,255,.68); }
.template-product .zaini-product-service .product-info-block > .icon { width: 40px; height: 40px; flex: 0 0 40px; padding: 10px; color: #fff; background: var(--zaini-pdp-accent); stroke-width: 1.7; }
.template-product .zaini-service-copy { display: grid; gap: 3px; }
.template-product .zaini-service-copy strong { color: var(--zaini-pdp-ink); font-size: 11px; font-weight: 900; letter-spacing: .02em; line-height: 1.15; }
.template-product .zaini-service-copy small { color: var(--zaini-pdp-muted); font-size: 10px; font-weight: 550; line-height: 1.35; }

@media (max-width: 767.98px) {
  .template-product .zaini-mobile-product-head { padding-bottom: 17px; }
  .template-product .zaini-mobile-product-head__eyebrow { justify-content: flex-start; }
  .template-product .zaini-mobile-product-head__eyebrow > span:last-child { margin-left: auto; color: var(--zaini-pdp-muted); }

  .template-product .product-column-right > .product-form { margin: 14px -4px 0; padding: 22px 16px 25px; background: rgba(255,255,255,.48); border: 1px solid rgba(23,18,15,.12); }
  .template-product .product-column-right .price-container { display: grid !important; grid-template-columns: minmax(0,1fr) auto; gap: 10px 14px; margin: 0 0 24px; padding: 0 0 20px; border-top: 0; border-bottom: 1px solid var(--zaini-pdp-line); }
  .template-product .product-column-right .price-container .product-info__price,
  .template-product .product-column-right .price-container .price__default { font-size: 24px; }
  .template-product .product-column-right .price-container .price__was { font-size: 11px; }
  .template-product .zaini-product-price-meta { flex-direction: column; align-items: flex-end; gap: 8px; }
  .template-product .zaini-product-availability { font-size: 9px; }
  .template-product .zaini-product-discount { min-height: 25px; }

  .template-product .product-form .option-selector .label { margin-bottom: 13px; font-size: 11px; font-weight: 950; }
  .template-product .product-form .option-selector[data-option*="numara" i] .option-selector__btns,
  .template-product .product-form .option-selector[data-option*="size" i] .option-selector__btns { display: grid; grid-template-columns: repeat(auto-fit, minmax(52px, 1fr)); gap: 7px; }
  .template-product .product-form .option-selector[data-option*="numara" i] .opt-label,
  .template-product .product-form .option-selector[data-option*="size" i] .opt-label { width: 100%; min-width: 0; min-height: 54px; background: #fff; border-color: rgba(23,18,15,.2); font-size: 13px; font-weight: 850; }
  .template-product .product-form .option-selector .opt-btn:checked + .opt-label { box-shadow: inset 0 0 0 1px var(--zaini-pdp-ink); }

  .template-product .product-form .quantity-submit-row { grid-template-columns: 112px minmax(0,1fr); gap: 9px 12px; margin-bottom: 20px; }
  .template-product .product-form .quantity-submit-row > .label { font-size: 10px; font-weight: 950; }
  .template-product .product-form .quantity-submit-row > quantity-wrapper { --buttoned-input-size: 58px; width: 112px; height: 60px; background: #fff; border-color: rgba(23,18,15,.22); }
  .template-product .product-form .quantity-submit-row > quantity-wrapper a { width: 34px; justify-content: center; padding: 0; }
  .template-product .product-form .quantity-submit-row > quantity-wrapper input { width: 44px; font-size: 16px; font-weight: 800; }
  .template-product .product-form .quantity-submit-row__submit .btn,
  .template-product .product-form button[type="submit"] { min-height: 60px; background: var(--zaini-pdp-ink); border-color: var(--zaini-pdp-ink); font-size: 12px; font-weight: 950; letter-spacing: .13em; box-shadow: 0 12px 30px rgba(23,18,15,.14); }
  .template-product .product-form .quantity-submit-row__submit .btn::after { content: "→"; margin-inline-start: 12px; font-size: 15px; }
  .template-product .zaini-purchase-note { margin-top: -7px; }

  .template-product .zaini-product-assurance-head { align-items: start; margin-top: 28px; padding-top: 22px; border-top: 1px solid var(--zaini-pdp-line); }
  .template-product .zaini-product-assurance-head > small { max-width: 170px; }
  .template-product .zaini-product-service .product-info-block { min-height: 68px; padding: 12px; }
}

@media (max-width: 389px) {
  .template-product .product-form .quantity-submit-row { grid-template-columns: 104px minmax(0,1fr); }
  .template-product .product-form .quantity-submit-row > quantity-wrapper { width: 104px; }
  .template-product .product-form .quantity-submit-row > quantity-wrapper a { width: 30px; }
  .template-product .product-form .quantity-submit-row > quantity-wrapper input { width: 42px; }
  .template-product .zaini-product-assurance-head { display: block; }
  .template-product .zaini-product-assurance-head > small { display: block; max-width: none; margin-top: 5px; text-align: left; }
}

/* ========================================================================== */
/* ZAINI V17 — cart journey and EasySell compatibility                        */
/* ========================================================================== */
.zaini-cart-progress { margin: 0 0 22px; padding: 0 0 18px; border-bottom: 1px solid rgba(23,18,15,.14); }
.zaini-cart-progress ol { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); margin: 0; padding: 0; list-style: none; }
.zaini-cart-progress li { position: relative; display: grid; justify-items: center; gap: 6px; color: #8a817a; font-size: 8px; font-weight: 850; letter-spacing: .09em; text-transform: uppercase; }
.zaini-cart-progress li:not(:last-child)::after { content: ""; position: absolute; z-index: 0; top: 11px; left: calc(50% + 16px); width: calc(100% - 32px); height: 1px; background: rgba(23,18,15,.18); }
.zaini-cart-progress li > span { position: relative; z-index: 1; display: grid; width: 23px; height: 23px; place-items: center; background: #f8f4ed; border: 1px solid rgba(23,18,15,.22); border-radius: 50%; font-size: 9px; }
.zaini-cart-progress li.is-active { color: #17120f; }
.zaini-cart-progress li.is-active > span { color: #fff; background: #7c1d2b; border-color: #7c1d2b; }
cart-drawer .checkout-buttons .btn { display: flex; align-items: center; justify-content: center; gap: 12px; }
cart-drawer .checkout-buttons .btn > span { font-size: 15px; line-height: 1; }
.template-cart .zaini-cart-progress { margin-bottom: 25px; }

.template-product .quantity-submit-row__submit,
.template-product .quantity-submit-row__submit .btn { width: 100%; }
.template-product .quantity-submit-row__submit .btn { white-space: nowrap; }
.template-product .es-popup-button-product { width: 100% !important; min-height: 60px !important; padding: 15px 20px !important; color: #fff !important; background: #17120f !important; border: 1px solid #17120f !important; border-radius: 0 !important; font-family: var(--base-font-family) !important; font-size: 12px !important; font-weight: 950 !important; letter-spacing: .12em !important; text-transform: uppercase !important; box-shadow: 0 12px 30px rgba(23,18,15,.14) !important; }
.template-product.zaini-easysell-active .product-column-right .zaini-purchase-note { display: none !important; }

@media (max-width: 389px) {
  .template-product .product-form .quantity-submit-row > .label { grid-column: 1 !important; grid-row: 1 !important; }
  .template-product .product-form .quantity-submit-row > quantity-wrapper { grid-column: 1 !important; grid-row: 2 !important; }
  .template-product .product-form .quantity-submit-row__submit { grid-column: 2 !important; grid-row: 1 / 3 !important; width: 100%; }
}

/* V26 — native Symmetry header visibility safeguard */
.shopify-section-group-header-group .section-header,
.section-header,
.section-header page-header,
.section-header .pageheader,
.section-header .logo-area {
  visibility: visible !important;
  opacity: 1 !important;
}

.section-header page-header,
.section-header .pageheader {
  transform: none !important;
}

.section-header {
  display: block !important;
  z-index: 10000 !important;
}

.section-header .pageheader,
.section-header .pageheader--transparent {
  color: #071a2e !important;
  background: #ffffff !important;
}

.section-header .logo-area {
  min-height: 88px;
  border-bottom: 1px solid rgba(7, 26, 46, 0.14);
}

@media (max-width: 767.98px) {
  .section-header .logo-area { min-height: 72px; }
}

/* V35 — compact search-results rhythm */
.template-search .page-header {
  margin: 0 !important;
  padding: 34px 0 28px !important;
}
.template-search .page-header .main-search__container {
  max-width: 760px;
  margin-inline: auto;
}
.template-search .page-header + .container,
.template-search .page-header + .container--no-max {
  margin-top: 0 !important;
}

@media (max-width: 767.98px) {
  .template-search .page-header { padding: 20px 0 18px !important; }
}

/* V36 — warm, continuous product-image canvas */
.template-collection main,
.template-search main,
.template-collection .page-header,
.template-collection .filter-container,
.template-collection .filters,
.template-collection .filters-adjacent,
.template-collection .collection-listing,
.template-search .page-header,
.template-search .filter-container,
.template-search .filters,
.template-search .filters-adjacent,
.template-search .collection-listing {
  background: var(--zaini-product-canvas) !important;
}

.product-block .block-inner,
.product-block .block-inner-inner,
.product-block .image-cont,
.product-block .product-block__image,
.product-block .placeholder-image,
.template-product .media-gallery,
.template-product .media-gallery .product-media-collage__item {
  background: var(--zaini-product-canvas) !important;
}

.product-block .placeholder-image svg {
  color: #d8d0c5;
  background: var(--zaini-product-canvas) !important;
}

/* V37 — compact, conversion-focused featured collection */
.template-index .section-featured-collection .collection-slider-row {
  margin-top: 0;
  padding: clamp(64px, 6.5vw, 104px) 0 clamp(62px, 7vw, 112px);
  background: var(--zaini-v5-paper);
}

.template-index .section-featured-collection .hometitle {
  display: grid;
  grid-template-columns: 46px minmax(0, auto) 46px;
  align-items: center;
  justify-content: center;
  gap: clamp(12px, 1.6vw, 26px);
  margin-bottom: 24px;
}

.template-index .section-featured-collection .hometitle h2 {
  font-size: clamp(40px, 3.2vw, 58px);
  line-height: .92;
  letter-spacing: -.05em;
}

.template-index .section-featured-collection .hometitle .slider-nav__btn {
  display: grid;
  width: 46px;
  height: 46px;
  margin: 0 !important;
  padding: 0;
  place-items: center;
  color: var(--zaini-v5-ink);
  background: transparent;
  border: 1px solid #d8d0c5;
  border-radius: 50%;
  transition: color .2s ease, background-color .2s ease, border-color .2s ease;
}

.template-index .section-featured-collection .hometitle .slider-nav__btn:hover {
  color: #fff;
  background: var(--zaini-v5-accent);
  border-color: var(--zaini-v5-accent);
}

.template-index .section-featured-collection .view-all {
  margin: 0 0 30px;
}

.template-index .section-featured-collection .collection-listing {
  overflow: hidden;
}

.template-index .section-featured-collection .product-grid {
  --zaini-featured-gap: clamp(14px, 1.25vw, 22px);
  gap: var(--zaini-featured-gap);
}

.template-index .section-featured-collection .product-grid--carousel {
  grid-auto-columns: calc((100% - var(--zaini-featured-gap) - var(--zaini-featured-gap) - var(--zaini-featured-gap)) / 4);
}

.template-index .section-featured-collection .product-grid .product-block__detail {
  margin-bottom: 18px;
  padding-top: 15px;
}

.template-index .section-featured-collection .product-label-container {
  top: 10px;
  right: 10px;
  bottom: 10px;
  left: 10px;
}

.template-index .section-featured-collection .product-label > span {
  padding: 7px 11px;
  font-size: 9px;
  letter-spacing: .035em;
}

@media (max-width: 767.98px) {
  .template-index .section-featured-collection .collection-slider-row {
    padding: 50px 0 66px;
  }
  .template-index .section-featured-collection .hometitle {
    grid-template-columns: 38px minmax(0, auto) 38px;
    gap: 8px;
    margin-bottom: 18px;
  }
  .template-index .section-featured-collection .hometitle h2 {
    font-size: clamp(31px, 9.5vw, 42px);
  }
  .template-index .section-featured-collection .hometitle .slider-nav__btn {
    width: 38px;
    height: 38px;
  }
  .template-index .section-featured-collection .view-all { margin-bottom: 22px; }
  .template-index .section-featured-collection .product-grid--carousel {
    grid-auto-columns: calc((100% - 12px) / 2);
  }
  .template-index .section-featured-collection .product-grid { gap: 12px; }
  .template-index .section-featured-collection .product-label > span {
    padding: 6px 8px;
    font-size: 8px;
  }
}

/* V46 — true circular color swatches on product cards */
.product-block-options--swatch {
  margin-top: 13px;
}

.product-block-options__label {
  overflow: visible !important;
  margin: 0 0 8px !important;
  padding: 0 !important;
  color: transparent !important;
  font-size: 0 !important;
  line-height: 1 !important;
}

.product-block-options__label::before {
  content: "RENK";
  display: block;
  color: #625b56;
  font-family: var(--base-font-family);
  font-size: 9px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: .16em;
}

.product-block-options--swatch .product-block-options__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 9px;
}

.swatch-method-swatches.swatch-style-icon_circle
  .product-block-options--swatch .product-block-options__item,
.product-block-options--swatch .product-block-options__item {
  position: relative;
  display: block;
  width: 27px !important;
  min-width: 27px !important;
  height: 27px !important;
  min-height: 27px !important;
  padding: 0 !important;
  overflow: visible;
  background-color: var(--swatch-background-color, #dedbd5) !important;
  background-image: var(--swatch-background-image, none) !important;
  background-position: center !important;
  background-size: cover !important;
  border: 3px solid #f1efea !important;
  border-radius: 50% !important;
  box-shadow: 0 0 0 1px rgba(23,18,15,.3);
  cursor: pointer;
  transition: box-shadow .18s ease, transform .18s ease;
}

.product-block-options--swatch .product-block-options__item:hover,
.product-block-options--swatch .product-block-options__item:focus-visible {
  z-index: 2;
  box-shadow: 0 0 0 2px var(--zaini-v5-accent);
  transform: translateY(-1px);
}

.product-block-options--swatch .product-block-options__item__text {
  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;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
}

.product-block-options--swatch .product-block-options__more-label {
  display: inline-flex;
  min-height: 27px;
  align-items: center;
  color: #625b56;
  font-size: 10px;
  font-weight: 800;
}

@media (max-width: 767.98px) {
  .product-block-options--swatch { margin-top: 10px; }
  .product-block-options__label::before { font-size: 8px; }
  .product-block-options--swatch .product-block-options__inner { gap: 7px; }
  .swatch-method-swatches.swatch-style-icon_circle
    .product-block-options--swatch .product-block-options__item,
  .product-block-options--swatch .product-block-options__item {
    width: 24px !important;
    min-width: 24px !important;
    height: 24px !important;
    min-height: 24px !important;
  }
}

/* V58 - keep the reassurance note quiet while the native quantity/add row,
   permanent payment panel and sticky actions each retain one clear job. */
.template-product .product-column-right .zaini-purchase-note {
  display: none !important;
}

.template-product .product-column-right .es-popup-button-product,
.template-product .product-column-right [data-es-popup-button-product],
.template-product .product-column-right button[class*="es-popup-button"],
.template-product .product-column-right a[class*="es-popup-button"] {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  min-width: 0 !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  opacity: 0 !important;
  overflow: hidden !important;
  clip-path: inset(50%) !important;
  pointer-events: none !important;
}

/* V51 - permanent add-to-cart and quick-checkout panel */
.template-product .zaini-extra-buy-actions {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 10px;
  margin-top: 20px;
  padding-top: 18px;
  border-top: 1px solid rgba(23, 18, 15, .18);
}

.template-product .zaini-extra-buy-actions__button {
  display: inline-flex;
  width: 100%;
  min-width: 0;
  min-height: 70px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 14px 18px;
  border: 1px solid #17120f;
  border-radius: 0;
  font-family: var(--base-font-family);
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: .11em;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  transition: background-color .18s ease, color .18s ease, border-color .18s ease, transform .18s ease;
}

.template-product .zaini-extra-buy-actions__button--checkout {
  color: #ffffff;
  background: var(--zaini-v5-accent, #681f27);
  border-color: var(--zaini-v5-accent, #681f27);
}

.template-product .zaini-extra-buy-actions__button--cod {
  min-height: 82px;
  color: #ffffff;
  background: #17120f;
  border-color: #17120f;
}

.template-product .zaini-extra-buy-actions__label,
.template-product .zaini-extra-buy-actions__meta {
  display: block;
  pointer-events: none;
}

.template-product .zaini-extra-buy-actions__label {
  font-size: 13px;
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: .11em;
}

.template-product .zaini-extra-buy-actions__meta {
  color: rgba(255, 255, 255, .74);
  font-size: 10px;
  font-weight: 750;
  line-height: 1.1;
  letter-spacing: .09em;
  text-transform: none;
}

.template-product .zaini-extra-buy-actions__button:hover,
.template-product .zaini-extra-buy-actions__button:focus-visible {
  color: #17120f;
  background: #ffffff;
  border-color: #17120f;
  transform: translateY(-1px);
}

.template-product .zaini-extra-buy-actions__button:disabled,
.template-product .zaini-extra-buy-actions__button[aria-disabled="true"] {
  color: #8f8984;
  background: #e8e4de;
  border-color: #d6d0c8;
  cursor: not-allowed;
  transform: none;
}

.template-product .zaini-extra-buy-actions__button.is-loading {
  cursor: wait;
  opacity: .72;
}

.template-product .zaini-extra-buy-actions__error {
  grid-column: 1 / -1;
  padding: 11px 13px;
  color: #681f27;
  background: #f8e9e9;
  border: 1px solid rgba(104, 31, 39, .25);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.45;
}

@media (max-width: 767.98px) {
  .template-product .zaini-extra-buy-actions {
    gap: 8px;
    margin-top: 16px;
    padding-top: 16px;
  }

  .template-product .zaini-extra-buy-actions__button {
    min-height: 68px;
    padding: 13px 12px;
  }

  .template-product .zaini-extra-buy-actions__button--cod {
    min-height: 78px;
  }

  .template-product .zaini-extra-buy-actions__label {
    font-size: 12px;
    letter-spacing: .09em;
  }

  .template-product .zaini-extra-buy-actions__meta {
    font-size: 9.5px;
    letter-spacing: .07em;
  }
}

/* V47 - clean active-filter count badge */
.template-collection .toggle-btn[data-toggle-filters],
.template-search .toggle-btn[data-toggle-filters] {
  display: inline-flex;
  align-items: center;
  gap: 9px;
}

.template-collection .toggle-btn[data-toggle-filters] .toggle-btn__label,
.template-search .toggle-btn[data-toggle-filters] .toggle-btn__label {
  margin: 0;
}

.template-collection .toggle-btn[data-toggle-filters] .toggle-btn__count,
.template-search .toggle-btn[data-toggle-filters] .toggle-btn__count {
  display: inline-grid;
  min-width: 22px;
  height: 22px;
  margin: 0;
  padding: 0 6px;
  place-items: center;
  color: #ffffff !important;
  background: var(--zaini-v5-accent, #681f27);
  border-radius: 999px;
  font-size: 10px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0;
  text-indent: 0;
}

@media (max-width: 767.98px) {
  .template-collection .toggle-btn[data-toggle-filters],
  .template-search .toggle-btn[data-toggle-filters] {
    gap: 8px;
  }

  .template-collection .toggle-btn[data-toggle-filters] .toggle-btn__count,
  .template-search .toggle-btn[data-toggle-filters] .toggle-btn__count {
    min-width: 20px;
    height: 20px;
    padding: 0 5px;
    font-size: 9px;
  }
}

/* V57 - clearer collection facets supplied by Shopify Search & Discovery */
.template-collection .filter-group[data-filter-role="color"].filter-group--swatch .filter-group__item::before,
.template-search .filter-group[data-filter-role="color"].filter-group--swatch .filter-group__item::before {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  box-shadow: 0 0 0 1px rgb(var(--body-bg-color)), 0 0 0 2px rgb(var(--body-text-color) / .24);
}

.template-collection .filter-group[data-filter-role="size"].filter-group--button-grid .filter-group__item__text,
.template-search .filter-group[data-filter-role="size"].filter-group--button-grid .filter-group__item__text {
  min-height: 44px;
  justify-content: center;
  font-weight: 700;
}

/* ========================================================================== */
/* ZAINI V58 — premium native quantity + add-to-cart module                   */
/* ========================================================================== */
.template-product .product-column-right .zaini-variant-picker-row {
  margin-bottom: 0 !important;
}

.template-product .product-column-right .zaini-variant-picker-row variant-picker > .option-selector:last-of-type {
  margin-bottom: 0 !important;
}

.template-product .product-column-right .zaini-native-purchase-block {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.template-product .product-column-right .zaini-native-purchase {
  --zaini-purchase-quantity-width: 118px;
  position: relative;
  isolation: isolate;
  display: grid !important;
  grid-template-columns: var(--zaini-purchase-quantity-width) minmax(0, 1fr) !important;
  grid-template-rows: 15px 64px !important;
  align-items: stretch !important;
  gap: 9px 12px !important;
  margin: 12px 0 22px !important;
  padding: 17px !important;
  background: rgba(255, 255, 255, .68);
  border: 1px solid rgba(23, 18, 15, .15);
  box-shadow: 0 14px 38px rgba(23, 18, 15, .055);
}

.template-product .product-column-right .zaini-native-purchase::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: -1px;
  left: -1px;
  width: 52px;
  height: 2px;
  background: var(--zaini-pdp-accent, #7c1d2b);
}

.template-product .product-column-right .zaini-native-purchase > .label {
  grid-column: 1 !important;
  grid-row: 1 !important;
  align-self: end;
  margin: 0 !important;
  color: rgba(23, 18, 15, .72);
  font-size: 9.5px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  letter-spacing: .15em !important;
  text-transform: uppercase;
}

.template-product .product-column-right .zaini-native-purchase > quantity-wrapper {
  --buttoned-input-size: 62px;
  grid-column: 1 !important;
  grid-row: 2 !important;
  display: flex;
  width: var(--zaini-purchase-quantity-width) !important;
  height: 64px !important;
  min-width: 0;
  align-items: stretch;
  overflow: hidden;
  color: #17120f;
  background: #f8f4ed !important;
  border: 1px solid rgba(23, 18, 15, .28) !important;
  border-radius: 0 !important;
  transition: border-color .18s ease, box-shadow .18s ease;
}

.template-product .product-column-right .zaini-native-purchase > quantity-wrapper:hover,
.template-product .product-column-right .zaini-native-purchase > quantity-wrapper:has(input:focus-visible) {
  border-color: #17120f !important;
  box-shadow: 0 0 0 1px #17120f;
}

.template-product .product-column-right .zaini-native-purchase > quantity-wrapper :is(a, button[data-quantity]) {
  display: grid;
  flex: 0 0 34px;
  width: 34px;
  height: 62px;
  padding: 0 !important;
  place-items: center;
  color: rgba(23, 18, 15, .66);
  transition: color .18s ease, background .18s ease;
}

.template-product .product-column-right .zaini-native-purchase > quantity-wrapper :is(a, button[data-quantity]):first-child {
  border-right: 1px solid rgba(23, 18, 15, .12);
}

.template-product .product-column-right .zaini-native-purchase > quantity-wrapper :is(a, button[data-quantity]):last-child {
  border-left: 1px solid rgba(23, 18, 15, .12);
}

.template-product .product-column-right .zaini-native-purchase > quantity-wrapper :is(a, button[data-quantity]):hover,
.template-product .product-column-right .zaini-native-purchase > quantity-wrapper :is(a, button[data-quantity]):focus-visible {
  color: #ffffff;
  background: #17120f;
  outline: 0;
}

.template-product .product-column-right .zaini-native-purchase > quantity-wrapper svg {
  width: 13px;
  height: 13px;
}

.template-product .product-column-right .zaini-native-purchase > quantity-wrapper input {
  flex: 1 1 auto;
  width: auto !important;
  min-width: 0;
  height: 62px !important;
  padding: 0 !important;
  color: #17120f;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  font-size: 16px !important;
  font-weight: 850;
  line-height: 1;
  text-align: center;
  appearance: textfield;
}

.template-product .product-column-right .zaini-native-purchase > quantity-wrapper input::-webkit-inner-spin-button,
.template-product .product-column-right .zaini-native-purchase > quantity-wrapper input::-webkit-outer-spin-button {
  margin: 0;
  appearance: none;
}

.template-product .product-column-right .zaini-native-purchase .quantity-submit-row__submit {
  grid-column: 2 !important;
  grid-row: 2 !important;
  display: flex;
  width: 100%;
  min-width: 0;
  margin: 0 !important;
  align-items: stretch;
}

.template-product .product-column-right .zaini-native-purchase > .product-dynamic-payment-button,
.template-product .product-column-right .zaini-native-purchase > [data-dynamic-variant-content$="-backorder"] {
  grid-column: 1 / -1 !important;
  grid-row: auto !important;
  width: 100%;
  min-width: 0;
  margin: 2px 0 0 !important;
}

.template-product .product-column-right .zaini-native-purchase > [data-dynamic-variant-content$="-backorder"] {
  color: #716963;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.45;
}

.template-product .product-column-right .zaini-native-purchase .quantity-submit-row__submit .js-form-error:not([hidden]) {
  position: absolute;
  right: 17px;
  bottom: -28px;
  left: 17px;
  z-index: 2;
  margin: 0;
  color: #7c1d2b;
  font-size: 11px;
  font-weight: 750;
}

.template-product .product-column-right .zaini-native-purchase .quantity-submit-row__submit .add-to-cart {
  display: inline-flex;
  width: 100%;
  min-width: 0;
  min-height: 64px !important;
  height: 64px;
  margin: 0 !important;
  padding: 0 24px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  color: #ffffff !important;
  background: #17120f !important;
  border: 1px solid #17120f !important;
  border-radius: 0 !important;
  box-shadow: 0 13px 26px rgba(23, 18, 15, .15) !important;
  font-size: 11.5px !important;
  font-weight: 950 !important;
  line-height: 1.15;
  letter-spacing: .135em !important;
  text-align: center;
  text-transform: uppercase;
  white-space: normal !important;
  transition: color .2s ease, background .2s ease, border-color .2s ease, transform .2s ease, box-shadow .2s ease;
}

.template-product .product-column-right .zaini-native-purchase .quantity-submit-row__submit .add-to-cart::after {
  content: "\2192" !important;
  display: inline-block;
  margin: 0 !important;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  transform: translateX(0);
  transition: transform .2s ease;
}

.template-product .product-column-right .zaini-native-purchase .quantity-submit-row__submit .add-to-cart:hover,
.template-product .product-column-right .zaini-native-purchase .quantity-submit-row__submit .add-to-cart:focus-visible {
  color: #ffffff !important;
  background: var(--zaini-pdp-accent, #7c1d2b) !important;
  border-color: var(--zaini-pdp-accent, #7c1d2b) !important;
  box-shadow: 0 16px 32px rgba(124, 29, 43, .19) !important;
  transform: translateY(-1px);
  outline: 0;
}

.template-product .product-column-right .zaini-native-purchase .quantity-submit-row__submit .add-to-cart:hover::after,
.template-product .product-column-right .zaini-native-purchase .quantity-submit-row__submit .add-to-cart:focus-visible::after {
  transform: translateX(3px);
}

.template-product .product-column-right .zaini-native-purchase .quantity-submit-row__submit .add-to-cart:disabled {
  color: #766f69 !important;
  background: #e8e4de !important;
  border-color: #d4cec6 !important;
  box-shadow: none !important;
  cursor: not-allowed;
  transform: none;
}

.template-product .product-column-right .zaini-native-purchase .quantity-submit-row__submit .add-to-cart:disabled::after {
  display: none;
}

.template-product .product-column-right .zaini-native-purchase:has(.add-to-cart:disabled) > quantity-wrapper {
  color: #8b847e;
  background: #e8e4de !important;
  border-color: #d4cec6 !important;
  box-shadow: none;
  opacity: .58;
  pointer-events: none;
}

.template-product .product-column-right .zaini-native-purchase:not(:has(> quantity-wrapper)) {
  grid-template-columns: minmax(0, 1fr) !important;
  grid-template-rows: 64px !important;
}

.template-product .product-column-right .zaini-native-purchase:not(:has(> quantity-wrapper)) .quantity-submit-row__submit {
  grid-column: 1 !important;
  grid-row: 1 !important;
}

@media (max-width: 767.98px) {
  .template-product .product-column-right .zaini-native-purchase {
    --zaini-purchase-quantity-width: 104px;
    grid-template-rows: 14px 58px !important;
    gap: 8px 9px !important;
    margin: 9px 0 18px !important;
    padding: 13px !important;
    box-shadow: 0 10px 28px rgba(23, 18, 15, .05);
  }

  .template-product .product-column-right .zaini-native-purchase::before {
    width: 44px;
  }

  .template-product .product-column-right .zaini-native-purchase > .label {
    font-size: 9px !important;
  }

  .template-product .product-column-right .zaini-native-purchase > quantity-wrapper {
    --buttoned-input-size: 56px;
    height: 58px !important;
  }

  .template-product .product-column-right .zaini-native-purchase > quantity-wrapper :is(a, button[data-quantity]) {
    flex-basis: 30px;
    width: 30px;
    height: 56px;
  }

  .template-product .product-column-right .zaini-native-purchase > quantity-wrapper input {
    height: 56px !important;
    font-size: 15px !important;
  }

  .template-product .product-column-right .zaini-native-purchase .quantity-submit-row__submit .add-to-cart {
    min-height: 58px !important;
    height: 58px;
    padding: 0 14px;
    font-size: 11px !important;
    letter-spacing: .11em !important;
  }

  .template-product .product-column-right .zaini-native-purchase .quantity-submit-row__submit .add-to-cart::after {
    font-size: 14px;
  }

  .template-product .product-column-right .zaini-native-purchase .quantity-submit-row__submit .js-form-error:not([hidden]) {
    right: 13px;
    bottom: -26px;
    left: 13px;
  }

  .template-product .product-column-right .zaini-native-purchase:not(:has(> quantity-wrapper)) {
    grid-template-rows: 58px !important;
  }
}

@media (max-width: 359px) {
  .template-product .product-column-right .zaini-native-purchase {
    --zaini-purchase-quantity-width: 96px;
    gap: 7px !important;
    padding: 11px !important;
  }

  .template-product .product-column-right .zaini-native-purchase > quantity-wrapper :is(a, button[data-quantity]) {
    flex-basis: 28px;
    width: 28px;
  }

  .template-product .product-column-right .zaini-native-purchase .quantity-submit-row__submit .add-to-cart {
    padding-inline: 10px;
    font-size: 10.25px !important;
    letter-spacing: .08em !important;
  }

  .template-product .product-column-right .zaini-native-purchase .quantity-submit-row__submit .add-to-cart::after {
    font-size: 13px;
  }
}

/* ========================================================================== */
/* ZAINI V59 — payment actions up, reassurance section in their former place */
/* ========================================================================== */
.template-product .product-column-right .zaini-native-purchase-block > .zaini-native-purchase {
  margin-bottom: 10px !important;
}

.template-product .product-column-right .zaini-native-purchase-block > .zaini-extra-buy-actions {
  margin: 0 !important;
  padding-top: 0;
  border-top: 0;
}

@media (max-width: 767.98px) {
  .template-product .product-column-right .zaini-native-purchase-block > .zaini-native-purchase {
    margin-bottom: 8px !important;
  }
}

/* ========================================================================== */
/* ZAINI V62 — trust, conversion hierarchy and Vitals recently viewed polish */
/* ========================================================================== */
.template-product .zaini-extra-buy-actions__button--checkout {
  min-height: 64px;
}

.template-product .zaini-extra-buy-actions__button--cod {
  min-height: 70px;
}

.template-product .zaini-extra-buy-actions__button {
  box-shadow: none;
}

.template-product .zaini-extra-buy-actions__button--checkout {
  box-shadow: 0 12px 28px rgba(104, 31, 39, .14);
}

.template-product .zaini-extra-buy-actions__label {
  letter-spacing: .095em;
}

.template-product .zaini-extra-buy-actions__meta {
  letter-spacing: .055em;
}

.template-cart .vtl-rv-main-widget {
  width: 100%;
  margin: clamp(42px, 6vw, 76px) auto 0;
  color: var(--zaini-v5-ink, #17120f);
}

.template-cart .vtl-rv-main-widget .vtl-product-carousel__wrapper {
  padding-top: clamp(24px, 3vw, 38px);
  border-top: 1px solid rgba(23, 18, 15, .18);
}

.template-cart .vtl-rv-main-widget .vtl-product-carousel__title {
  margin: 0 0 24px;
  color: var(--zaini-v5-ink, #17120f);
  font-family: var(--font-stack-headings);
  font-size: clamp(23px, 2.5vw, 34px);
  font-weight: 850;
  line-height: 1;
  letter-spacing: -.035em;
  text-align: left;
  text-transform: uppercase;
}

.template-cart .vtl-rv-main-widget .vtl-product-card {
  background: transparent;
}

.template-cart .vtl-rv-main-widget .vtl-product-card__header,
.template-cart .vtl-rv-main-widget .vtl-product-card__image {
  background: var(--zaini-product-canvas, #f1efea);
}

.template-cart .vtl-rv-main-widget .vtl-product-card__image {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
}

.template-cart .vtl-rv-main-widget .vtl-product-card__image-img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
}

.template-cart .vtl-rv-main-widget .vtl-product-card__discount-badge {
  min-width: 0;
  padding: 7px 9px;
  color: #681f27;
  background: #f7ecec;
  border: 1px solid rgba(104, 31, 39, .22);
  border-radius: 0;
  box-shadow: none;
  font-size: 9px;
  font-weight: 850;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.template-cart .vtl-rv-main-widget .vtl-product-card__title-inner {
  display: -webkit-box;
  min-height: 2.7em;
  margin: 10px 0 0;
  overflow: hidden;
  color: var(--zaini-v5-ink, #17120f);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.35;
  text-align: left;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.template-cart .vtl-rv-main-widget .vtl-product-card__details {
  justify-content: flex-start;
  text-align: left;
}

.template-cart .vtl-rv-main-widget .vtl-product-card__current-price {
  color: var(--zaini-v5-ink, #17120f);
  font-size: 14px;
  font-weight: 850;
  letter-spacing: -.01em;
}

.template-cart .vtl-rv-main-widget .vtl-product-carousel__slider {
  scrollbar-width: none;
}

.template-cart .vtl-rv-main-widget .vtl-product-carousel__slider::-webkit-scrollbar {
  display: none;
}

@media (max-width: 767.98px) {
  .template-product .zaini-extra-buy-actions__button--checkout {
    min-height: 62px;
  }

  .template-product .zaini-extra-buy-actions__button--cod {
    min-height: 68px;
  }

  .template-cart .vtl-rv-main-widget {
    margin-top: 44px;
  }

  .template-cart .vtl-rv-main-widget .vtl-product-carousel__wrapper {
    padding-top: 24px;
  }

  .template-cart .vtl-rv-main-widget .vtl-product-carousel__title {
    margin-bottom: 18px;
    font-size: 23px;
  }

  .template-cart .vtl-rv-main-widget .vtl-product-carousel__slider {
    overflow-x: auto !important;
    overflow-y: hidden !important;
    padding-bottom: 7px;
    scroll-padding-inline: 0;
    scroll-snap-type: x proximity;
    -webkit-overflow-scrolling: touch;
  }

  .template-cart .vtl-rv-main-widget .vtl-product-card {
    flex: 0 0 min(72vw, 276px) !important;
    width: min(72vw, 276px) !important;
    scroll-snap-align: start;
  }

  .template-cart .vtl-rv-main-widget .vtl-product-carousel__slider-arrow {
    display: none !important;
  }

  .template-cart .vtl-rv-main-widget .vtl-product-card__image {
    padding: 8px;
  }
}

/* ========================================================================== */
/* ZAINI V63 — balanced online / cash-on-delivery hierarchy                  */
/* ========================================================================== */
.template-product .zaini-extra-buy-actions {
  gap: 10px;
  margin-top: 22px;
  padding-top: 20px;
}

.template-product .zaini-extra-buy-actions__button {
  gap: 7px;
  padding: 15px 20px;
  box-shadow: none;
}

.template-product .zaini-extra-buy-actions__button--checkout {
  min-height: 92px;
  color: #ffffff;
  background: var(--zaini-v5-accent, #681f27);
  border-color: var(--zaini-v5-accent, #681f27);
  box-shadow: 0 15px 34px rgba(104, 31, 39, .16);
}

.template-product .zaini-extra-buy-actions__button--cod {
  min-height: 96px;
  color: var(--zaini-v5-accent, #681f27);
  background: var(--zaini-v5-ivory, #f6f1e9);
  border-color: var(--zaini-v5-accent, #681f27);
}

.template-product .zaini-extra-buy-actions__eyebrow,
.template-product .zaini-extra-buy-actions__label,
.template-product .zaini-extra-buy-actions__meta {
  display: block;
  pointer-events: none;
}

.template-product .zaini-extra-buy-actions__eyebrow {
  color: rgba(255, 255, 255, .78);
  font-size: 9.5px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: .08em;
}

.template-product .zaini-extra-buy-actions__button--cod .zaini-extra-buy-actions__eyebrow {
  color: rgba(104, 31, 39, .78);
}

.template-product .zaini-extra-buy-actions__label {
  font-size: 15px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: .095em;
}

.template-product .zaini-extra-buy-actions__meta {
  color: rgba(255, 255, 255, .82);
  font-size: 10px;
  font-weight: 780;
  line-height: 1.15;
  letter-spacing: .045em;
}

.template-product .zaini-extra-buy-actions__button--cod .zaini-extra-buy-actions__meta {
  color: rgba(104, 31, 39, .82);
}

.template-product .zaini-extra-buy-actions__button--checkout:hover,
.template-product .zaini-extra-buy-actions__button--checkout:focus-visible {
  color: #ffffff;
  background: #53181f;
  border-color: #53181f;
}

.template-product .zaini-extra-buy-actions__button--checkout:hover .zaini-extra-buy-actions__eyebrow,
.template-product .zaini-extra-buy-actions__button--checkout:focus-visible .zaini-extra-buy-actions__eyebrow,
.template-product .zaini-extra-buy-actions__button--checkout:hover .zaini-extra-buy-actions__meta,
.template-product .zaini-extra-buy-actions__button--checkout:focus-visible .zaini-extra-buy-actions__meta {
  color: rgba(255, 255, 255, .84);
}

.template-product .zaini-extra-buy-actions__button--cod:hover,
.template-product .zaini-extra-buy-actions__button--cod:focus-visible {
  color: #ffffff;
  background: var(--zaini-v5-accent, #681f27);
  border-color: var(--zaini-v5-accent, #681f27);
}

.template-product .zaini-extra-buy-actions__button--cod:hover .zaini-extra-buy-actions__meta,
.template-product .zaini-extra-buy-actions__button--cod:focus-visible .zaini-extra-buy-actions__meta,
.template-product .zaini-extra-buy-actions__button--cod:hover .zaini-extra-buy-actions__eyebrow,
.template-product .zaini-extra-buy-actions__button--cod:focus-visible .zaini-extra-buy-actions__eyebrow {
  color: rgba(255, 255, 255, .82);
}

@media (max-width: 767.98px) {
  .template-product .zaini-extra-buy-actions {
    gap: 9px;
    margin-top: 18px;
    padding-top: 17px;
  }

  .template-product .zaini-extra-buy-actions__button--checkout {
    min-height: 92px;
  }

  .template-product .zaini-extra-buy-actions__button--cod {
    min-height: 94px;
  }

  .template-product .zaini-extra-buy-actions__label {
    font-size: 14px;
  }

  .template-product .zaini-extra-buy-actions__meta {
    font-size: 9.5px;
  }
}

/* ========================================================================== */
/* ZAINI V65 — cart icon contrast and payment color consistency              */
/* ========================================================================== */
.template-cart :is(.es-popup-button-cart, [data-es-popup-button-cart], [class*="es-popup-button-cart"]) svg,
cart-drawer :is(.es-popup-button-cart, [data-es-popup-button-cart], [class*="es-popup-button-cart"]) svg,
.template-cart .checkout-buttons .btn svg,
cart-drawer .checkout-buttons .btn svg {
  color: #ffffff !important;
  stroke: #ffffff !important;
}

.template-cart :is(.es-popup-button-cart, [data-es-popup-button-cart], [class*="es-popup-button-cart"]) svg *,
cart-drawer :is(.es-popup-button-cart, [data-es-popup-button-cart], [class*="es-popup-button-cart"]) svg *,
.template-cart .checkout-buttons .btn svg *,
cart-drawer .checkout-buttons .btn svg * {
  stroke: #ffffff !important;
}

.template-cart :is(.es-popup-button-cart, [data-es-popup-button-cart], [class*="es-popup-button-cart"]) svg [fill]:not([fill="none"]),
cart-drawer :is(.es-popup-button-cart, [data-es-popup-button-cart], [class*="es-popup-button-cart"]) svg [fill]:not([fill="none"]),
.template-cart .checkout-buttons .btn svg [fill]:not([fill="none"]),
cart-drawer .checkout-buttons .btn svg [fill]:not([fill="none"]) {
  fill: #ffffff !important;
}

.template-cart .cart-discount__icon,
cart-drawer .cart-discount__icon {
  color: var(--zaini-v5-accent, #681f27) !important;
}

.template-cart .cart-discount__icon svg,
cart-drawer .cart-discount__icon svg,
.template-cart .cart-discount__icon svg *,
cart-drawer .cart-discount__icon svg * {
  color: var(--zaini-v5-accent, #681f27) !important;
  stroke: var(--zaini-v5-accent, #681f27) !important;
}

/* EasySell uses a Bootstrap icon-font (<i class="bi bi-cart">), not an SVG. */
.template-cart .checkout-buttons .es-popup-button-drawer,
cart-drawer .checkout-buttons .es-popup-button-drawer,
.template-cart .checkout-buttons .es-popup-button-drawer *,
cart-drawer .checkout-buttons .es-popup-button-drawer * {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
}

.template-cart .checkout-buttons .es-popup-button-drawer .bi,
cart-drawer .checkout-buttons .es-popup-button-drawer .bi,
.template-cart .checkout-buttons .es-popup-button-drawer .bi::before,
cart-drawer .checkout-buttons .es-popup-button-drawer .bi::before {
  content: "" !important;
  display: block !important;
  width: 19px !important;
  height: 19px !important;
  background: center / contain no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='9' cy='20' r='1'/%3E%3Ccircle cx='19' cy='20' r='1'/%3E%3Cpath d='M3 4h2l2.4 11.3a2 2 0 0 0 2 1.7h8.7a2 2 0 0 0 2-1.6L22 8H6'/%3E%3C/svg%3E") !important;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  font-family: sans-serif !important;
  font-size: 0 !important;
  line-height: 1 !important;
  text-shadow: none !important;
  opacity: 1 !important;
  filter: none !important;
}

/* ========================================================================== */
/* ZAINI V67 — cart drawer above header + product-page payment color system    */
/* ========================================================================== */
.shopify-section-group-overlay-group.section-cart-drawer {
  position: relative;
  z-index: 11050 !important;
}

cart-drawer.drawer {
  z-index: 11050 !important;
}

.overlay--drawer {
  z-index: 11040 !important;
}

cart-drawer .checkout-buttons {
  display: flex !important;
  flex-direction: column !important;
  gap: 8px !important;
}

cart-drawer .checkout-buttons > .btn {
  order: 1;
  min-height: 62px !important;
  color: #ffffff !important;
  background: var(--zaini-v5-accent, #681f27) !important;
  border: 1px solid var(--zaini-v5-accent, #681f27) !important;
  box-shadow: 0 12px 28px rgba(104, 31, 39, .14) !important;
}

cart-drawer .checkout-buttons > .es-popup-button-drawer {
  order: 2;
  width: 100% !important;
  min-height: 62px !important;
  color: var(--zaini-v5-accent, #681f27) !important;
  background: var(--zaini-v5-ivory, #f6f1e9) !important;
  border: 1px solid var(--zaini-v5-accent, #681f27) !important;
  box-shadow: none !important;
}

cart-drawer .checkout-buttons > .es-popup-button-drawer,
cart-drawer .checkout-buttons > .es-popup-button-drawer * {
  color: var(--zaini-v5-accent, #681f27) !important;
  -webkit-text-fill-color: var(--zaini-v5-accent, #681f27) !important;
}

cart-drawer .checkout-buttons .es-popup-button-drawer .bi::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23681f27' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='9' cy='20' r='1'/%3E%3Ccircle cx='19' cy='20' r='1'/%3E%3Cpath d='M3 4h2l2.4 11.3a2 2 0 0 0 2 1.7h8.7a2 2 0 0 0 2-1.6L22 8H6'/%3E%3C/svg%3E") !important;
}

@media (max-width: 767.98px) {
  cart-drawer .cart-drawer__header {
    min-height: 74px;
    padding-top: max(18px, env(safe-area-inset-top, 0px));
  }
}


/* ZAINI glasses collection mobile v12 */
@media (max-width: 767px) {
  #shopify-section-template--28499115475316__featured_collection_LFePcW {
    overflow: hidden;
  }

  #shopify-section-template--28499115475316__featured_collection_LFePcW .hometitle.has-paging {
    display: grid !important;
    grid-template-columns: 38px minmax(0, 1fr) 38px;
    align-items: center;
    gap: 8px;
    padding: 0 14px;
  }

  #shopify-section-template--28499115475316__featured_collection_LFePcW .has-paging__title {
    min-width: 0;
    margin: 0 auto !important;
    font-size: clamp(27px, 8vw, 31px) !important;
    line-height: .98 !important;
    letter-spacing: -.03em !important;
    white-space: normal !important;
    text-align: center;
  }

  #shopify-section-template--28499115475316__featured_collection_LFePcW .product-grid--carousel {
    display: grid !important;
    grid-auto-flow: column !important;
    grid-auto-columns: min(88vw, 360px) !important;
    grid-template-columns: none !important;
    gap: 12px !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 10px 18px 18px !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    scroll-snap-type: x mandatory !important;
    scroll-padding-left: 18px;
    touch-action: pan-x !important;
    overscroll-behavior-x: contain;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  #shopify-section-template--28499115475316__featured_collection_LFePcW .product-grid--carousel::-webkit-scrollbar {
    display: none;
  }

  #shopify-section-template--28499115475316__featured_collection_LFePcW .slider__item {
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    scroll-snap-align: start;
    scroll-snap-stop: always;
  }

  #shopify-section-template--28499115475316__featured_collection_LFePcW .image-cont {
    position: relative !important;
    width: 100% !important;
  }

  #shopify-section-template--28499115475316__featured_collection_LFePcW .product-label-container {
    top: 12px !important;
    right: auto !important;
    left: 12px !important;
    max-width: calc(100% - 82px);
  }

  #shopify-section-template--28499115475316__featured_collection_LFePcW .zv8-card-heart {
    top: 12px !important;
    right: 12px !important;
    left: auto !important;
    z-index: 8;
  }

  #shopify-section-template--28499115475316__featured_collection_LFePcW .product-block__detail {
    min-width: 0;
    padding: 11px 2px 0 !important;
  }

  #shopify-section-template--28499115475316__featured_collection_LFePcW .product-block__title {
    min-height: 44px;
    overflow: hidden !important;
    font-size: 18px !important;
    line-height: 1.25 !important;
    white-space: normal !important;
  }

  #shopify-section-template--28499115475316__featured_collection_LFePcW .price {
    display: flex !important;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 2px 8px;
  }

  #shopify-section-template--28499115475316__featured_collection_LFePcW .price__current {
    font-size: 17px !important;
    font-weight: 700;
  }
}


/* ZAINI commerce polish v13: campaign, cart, brands and order tracking */

/* Campaign: make the online-payment benefit unmistakable without becoming loud. */
.zv10-campaign-strip {
  min-height: 48px;
  overflow: hidden;
  background:
    radial-gradient(circle at 18% -110%, rgba(255, 255, 255, .28), transparent 46%),
    linear-gradient(112deg, #351014 0%, #641d25 54%, #7d2932 100%);
  border-bottom: 1px solid rgba(229, 194, 157, .28);
  box-shadow: 0 8px 28px rgba(49, 11, 17, .16);
}

.zv10-campaign-strip::after {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(100deg, transparent 15%, rgba(255, 255, 255, .06) 48%, transparent 78%);
}

.zv10-campaign-inner {
  position: relative;
  z-index: 1;
  width: min(1320px, calc(100% - 40px));
  min-height: 48px;
  gap: 13px;
}

.zv10-campaign-dot {
  width: 9px;
  height: 9px;
  background: #efd2ac;
  box-shadow: 0 0 0 5px rgba(239, 210, 172, .13), 0 0 18px rgba(239, 210, 172, .4);
}

.zv10-campaign-inner p {
  gap: 14px;
}

.zv10-campaign-inner strong {
  color: #fff;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .115em;
}

.zv10-campaign-inner strong::first-letter {
  color: #efd2ac;
}

.zv10-campaign-inner small {
  color: rgba(255, 255, 255, .78);
  font-size: 10px;
}

.zv10-campaign-inner a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 28px;
  margin-left: auto;
  padding: 0 13px;
  color: #381216;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .045em;
  background: #efd2ac;
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 999px;
  box-shadow: 0 5px 16px rgba(26, 4, 8, .2);
}

/* Cart: the selected item and checkout decision are the only protagonists. */
.js-cart-drawer .cart-item-upsells,
.js-cart-drawer .zv10-cart-recommendations {
  display: none !important;
}

.js-cart-drawer .cart-drawer__content-upper {
  background: #fbfaf7;
}

.js-cart-drawer .cart-item-list {
  padding: 13px 16px 8px;
}

.js-cart-drawer .cart-item {
  gap: 15px;
  margin: 0;
  padding: 14px;
  background: #fff;
  border: 1px solid rgba(44, 29, 24, .1);
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(42, 24, 19, .06);
}

.js-cart-drawer .cart-item__image {
  width: 104px;
  overflow: hidden;
  background: #f5f3ef;
  border-radius: 11px;
}

.js-cart-drawer .cart-item__image-link,
.js-cart-drawer .cart-item__image img {
  width: 100%;
  height: 100%;
}

.js-cart-drawer .cart-item__image img {
  object-fit: contain;
}

.js-cart-drawer .cart-item__not-image {
  min-width: 0;
}

.js-cart-drawer .cart-item__title a {
  color: #1d1714;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.25;
  text-decoration: none;
}

.js-cart-drawer .cart-item__variant {
  display: inline-flex;
  gap: 4px;
  margin-top: 6px;
  padding: 4px 8px;
  color: #625852;
  font-size: 10px;
  background: #f5f0e9;
  border-radius: 999px;
}

.js-cart-drawer .backorder {
  display: none;
}

.js-cart-drawer .cart-item__price {
  margin-top: 8px;
}

.js-cart-drawer .cart-item__selling-price {
  color: #5e1c23;
  font-size: 14px;
  font-weight: 900;
}

.js-cart-drawer .cart-item__quantity {
  margin-top: 10px;
}

.js-cart-drawer .quantity {
  overflow: hidden;
  border: 1px solid rgba(35, 25, 21, .16);
  border-radius: 8px;
}

.js-cart-drawer .cart-drawer__footer {
  padding: 14px 17px 17px;
  background: #fff;
  border-top: 1px solid rgba(54, 35, 29, .11);
  box-shadow: 0 -14px 36px rgba(37, 22, 17, .08);
}

.js-cart-drawer .zv8-cart-online-summary {
  margin: 0 0 11px;
  padding: 13px 14px 12px;
  color: #fff;
  background:
    radial-gradient(circle at 100% 0, rgba(255, 255, 255, .18), transparent 42%),
    linear-gradient(120deg, #45151a, #711f29);
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 12px;
  box-shadow: 0 9px 22px rgba(80, 20, 27, .16);
}

.js-cart-drawer .zv8-cart-online-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.js-cart-drawer .zv8-cart-online-row span {
  font-size: 10px;
  font-weight: 750;
  letter-spacing: .04em;
}

.js-cart-drawer .zv8-cart-online-row strong {
  color: #fff;
  font-size: 20px;
  line-height: 1;
}

.js-cart-drawer .zv8-cart-online-summary p {
  margin: 7px 0 0;
  color: rgba(255, 255, 255, .76);
  font-size: 8.5px;
  line-height: 1.35;
}

.js-cart-drawer .zaini-cart-progress {
  margin: 5px 2px 11px;
}

.js-cart-drawer .zaini-cart-progress strong {
  font-size: 8px;
}

.js-cart-drawer .cart-discount-list {
  margin: 0 0 8px;
}

.js-cart-drawer .cart-discount--inline {
  padding: 8px 10px;
  color: #5f1b23;
  background: #f7eee9;
  border: 1px solid rgba(104, 31, 39, .13);
  border-radius: 9px;
}

.js-cart-drawer .cart-discount__title,
.js-cart-drawer .cart-discount__amount {
  font-size: 10px;
  font-weight: 900;
}

.js-cart-drawer .subtotal {
  margin: 10px 0 4px;
  color: #1b1512;
  font-size: 15px;
}

.js-cart-drawer .cart-policies {
  color: #776b64;
  font-size: 8.5px;
  line-height: 1.4;
}

.js-cart-drawer .checkout-buttons {
  display: grid;
  gap: 8px;
  margin-top: 12px;
}

.js-cart-drawer .checkout-buttons .btn {
  order: -1;
  display: flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  color: #fff !important;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .055em;
  background: #651e26 !important;
  border: 1px solid #651e26 !important;
  border-radius: 9px;
  box-shadow: 0 10px 22px rgba(101, 30, 38, .18);
}

.js-cart-drawer .checkout-buttons .es-popup-button-drawer {
  display: flex !important;
  min-height: 48px !important;
  align-items: center !important;
  justify-content: center !important;
  color: #5c1c23 !important;
  font-size: 12px !important;
  background: #fff !important;
  border: 1px solid rgba(92, 28, 35, .45) !important;
  border-radius: 9px !important;
}

/* Brand discovery: editorial, compact and image-led. */
.zv10-brand-showcase {
  width: min(1240px, calc(100% - 48px));
  margin: 46px auto 54px;
  padding: 28px 0 0;
  border-top: 1px solid rgba(31, 22, 18, .14);
}

.zv10-brand-heading {
  align-items: flex-end;
  margin-bottom: 17px;
}

.zv10-brand-heading small {
  margin-bottom: 7px;
  color: #6b1f27;
  font-size: 8px;
  letter-spacing: .18em;
}

.zv10-brand-heading h2 {
  font-size: clamp(29px, 3vw, 42px);
  line-height: 1;
  letter-spacing: -.04em;
}

.zv10-brand-heading a {
  display: inline-flex;
  min-height: 32px;
  align-items: center;
  padding: 0 13px;
  font-size: 9px;
  border: 1px solid rgba(27, 19, 16, .22);
  border-radius: 999px;
}

.zv10-brand-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.zv10-brand-card,
.zv10-brand-card:first-child {
  min-height: 0;
  aspect-ratio: 1.16 / 1;
  background: #eeeae4;
  border-radius: 17px;
  box-shadow: 0 10px 32px rgba(35, 25, 20, .08);
}

.zv10-brand-card img {
  min-height: 0;
  object-fit: cover;
  transform: scale(1.01);
}

.zv10-brand-card:hover img {
  transform: scale(1.045);
}

.zv10-brand-card::after {
  inset: 34% 0 0;
  background: linear-gradient(transparent, rgba(15, 10, 8, .8));
}

.zv10-brand-copy {
  right: 19px;
  bottom: 18px;
  left: 19px;
}

.zv10-brand-copy small {
  font-size: 7.5px;
  letter-spacing: .17em;
}

.zv10-brand-copy strong {
  font-size: clamp(23px, 2.25vw, 33px);
  letter-spacing: -.025em;
}

.zv10-brand-copy b {
  display: inline-flex;
  width: fit-content;
  margin-top: 11px;
  padding: 7px 10px;
  font-size: 7.5px;
  background: rgba(255, 255, 255, .14);
  border: 1px solid rgba(255, 255, 255, .32);
  border-radius: 999px;
  backdrop-filter: blur(7px);
}

/* Order tracking: calmer, clearer and immediately actionable. */
.zv10-order-tracker {
  position: relative;
  grid-template-columns: minmax(280px, .75fr) minmax(520px, 1.25fr);
  gap: clamp(28px, 4vw, 62px);
  width: min(1240px, calc(100% - 48px));
  margin: 48px auto 36px;
  padding: 31px 34px;
  overflow: hidden;
  background:
    radial-gradient(circle at 95% -30%, rgba(209, 164, 126, .24), transparent 40%),
    linear-gradient(125deg, #17110f, #2c1a18 62%, #4b171d);
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 19px;
  box-shadow: 0 18px 48px rgba(27, 16, 13, .14);
}

.zv10-order-copy > small {
  margin-bottom: 7px;
  color: #e2ba94;
  font-size: 8px;
  letter-spacing: .18em;
}

.zv10-order-copy h2 {
  font-size: clamp(27px, 3vw, 38px);
  letter-spacing: -.035em;
}

.zv10-order-copy p {
  max-width: 430px;
  margin: 9px 0 15px;
  font-size: 10.5px;
}

.zv10-order-copy a {
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  padding: 0 11px;
  font-size: 8px;
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 999px;
}

.zv10-order-form {
  grid-template-columns: minmax(0, 1fr) minmax(0, .72fr) auto;
  gap: 9px;
}

.zv10-order-form label > span {
  font-size: 7.5px;
}

.zv10-order-form input {
  height: 50px;
  padding: 0 14px;
  font-size: 12px;
  border-radius: 9px;
  box-shadow: inset 0 0 0 1px rgba(34, 22, 18, .08);
}

.zv10-order-form input:focus {
  outline: 2px solid #d8ad84;
  outline-offset: 2px;
}

.zv10-order-form button {
  min-height: 50px;
  padding: 0 17px;
  color: #351315;
  font-size: 8px;
  background: #e3bc96;
  border-radius: 9px;
  box-shadow: 0 9px 22px rgba(15, 6, 5, .2);
}

@media (max-width: 900px) {
  .zv10-brand-showcase,
  .zv10-order-tracker {
    width: calc(100% - 28px);
  }

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

  .zv10-brand-card:first-child {
    grid-column: auto;
  }

  .zv10-order-tracker {
    grid-template-columns: 1fr;
    gap: 22px;
  }
}

@media (max-width: 639px) {
  .zv10-campaign-strip,
  .zv10-campaign-inner {
    min-height: 52px;
  }

  .zv10-campaign-inner {
    width: calc(100% - 22px);
    gap: 10px;
  }

  .zv10-campaign-dot {
    width: 8px;
    height: 8px;
  }

  .zv10-campaign-inner p {
    display: grid;
    gap: 2px;
  }

  .zv10-campaign-inner strong {
    max-width: none;
    font-size: 9px;
    line-height: 1.2;
    letter-spacing: .065em;
  }

  .zv10-campaign-inner small {
    font-size: 8px;
  }

  .zv10-campaign-inner a {
    min-height: 27px;
    padding: 0 10px;
    font-size: 7.5px;
  }

  .js-cart-drawer .cart-item-list {
    padding: 10px 12px 7px;
  }

  .js-cart-drawer .cart-item {
    gap: 11px;
    padding: 11px;
    border-radius: 13px;
  }

  .js-cart-drawer .cart-item__image {
    width: 88px;
  }

  .js-cart-drawer .cart-item__title a {
    font-size: 12px;
  }

  .js-cart-drawer .cart-item__selling-price {
    font-size: 12px;
  }

  .js-cart-drawer .cart-drawer__footer {
    padding: 11px 13px 14px;
  }

  .js-cart-drawer .zv8-cart-online-summary {
    padding: 11px 12px;
  }

  .js-cart-drawer .zv8-cart-online-row strong {
    font-size: 18px;
  }

  .js-cart-drawer .checkout-buttons .btn {
    min-height: 49px;
  }

  .zv10-brand-showcase {
    width: calc(100% - 20px);
    margin: 35px auto 40px;
    padding-top: 22px;
  }

  .zv10-brand-heading {
    margin: 0 4px 14px;
  }

  .zv10-brand-heading small {
    font-size: 7px;
  }

  .zv10-brand-heading h2 {
    max-width: 230px;
    font-size: 26px;
  }

  .zv10-brand-heading a {
    min-height: 29px;
    padding: 0 10px;
    font-size: 7.5px;
  }

  .zv10-brand-grid {
    display: flex;
    gap: 10px;
    margin-right: -10px;
    padding-right: 10px;
    scroll-padding-left: 0;
  }

  .zv10-brand-card,
  .zv10-brand-card:first-child {
    flex: 0 0 78%;
    min-height: 0;
    aspect-ratio: 1.2 / 1;
    border-radius: 15px;
  }

  .zv10-brand-card img {
    min-height: 0;
  }

  .zv10-brand-copy {
    right: 16px;
    bottom: 15px;
    left: 16px;
  }

  .zv10-brand-copy strong {
    font-size: 25px;
  }

  .zv10-order-tracker {
    gap: 20px;
    width: calc(100% - 20px);
    margin: 34px auto 24px;
    padding: 22px 17px 18px;
    border-radius: 16px;
  }

  .zv10-order-copy h2 {
    font-size: 27px;
  }

  .zv10-order-copy p {
    font-size: 10px;
  }

  .zv10-order-form {
    grid-template-columns: 1fr;
    gap: 9px;
  }

  .zv10-order-form input,
  .zv10-order-form button {
    min-height: 49px;
  }

  .zv10-order-form > small {
    text-align: center;
  }
}

@media (max-width: 370px) {
  .zv10-campaign-inner small {
    display: none;
  }
}




/* ZAINI commerce v13 cascade lock: beats later inline legacy styles. */
body .zv10-campaign-strip {
  min-height: 48px;
  background:
    radial-gradient(circle at 18% -110%, rgba(255, 255, 255, .28), transparent 46%),
    linear-gradient(112deg, #351014 0%, #641d25 54%, #7d2932 100%);
  border-bottom: 1px solid rgba(229, 194, 157, .28);
  box-shadow: 0 8px 28px rgba(49, 11, 17, .16);
}

body .zv10-campaign-inner {
  width: min(1320px, calc(100% - 40px));
  min-height: 48px;
  gap: 13px;
}

body .zv10-campaign-inner p {
  gap: 14px;
}

body .zv10-campaign-inner strong {
  max-width: none;
  color: #fff;
  font-size: 11px;
  font-weight: 900;
  line-height: 1.25;
  letter-spacing: .115em;
}

body .zv10-campaign-inner small {
  color: rgba(255, 255, 255, .78);
  font-size: 10px;
}

body .zv10-campaign-inner a {
  min-height: 28px;
  padding: 0 13px;
  color: #381216;
  font-size: 9px;
  background: #efd2ac;
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 999px;
}

body .zv10-brand-showcase {
  width: min(1240px, calc(100% - 48px));
  margin: 46px auto 54px;
  padding: 28px 0 0;
  border-top: 1px solid rgba(31, 22, 18, .14);
}

body .zv10-brand-heading {
  align-items: flex-end;
  margin-bottom: 17px;
}

body .zv10-brand-heading small {
  margin-bottom: 7px;
  color: #6b1f27;
  font-size: 8px;
  letter-spacing: .18em;
}

body .zv10-brand-heading h2 {
  font-size: clamp(29px, 3vw, 42px);
  line-height: 1;
  letter-spacing: -.04em;
}

body .zv10-brand-heading a {
  display: inline-flex;
  min-height: 32px;
  align-items: center;
  padding: 0 13px;
  font-size: 9px;
  border: 1px solid rgba(27, 19, 16, .22);
  border-radius: 999px;
}

body .zv10-brand-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

body .zv10-brand-card,
body .zv10-brand-card:first-child {
  grid-column: auto;
  min-height: 0;
  aspect-ratio: 1.16 / 1;
  border-radius: 17px;
}

body .zv10-brand-card img {
  min-height: 0;
}

body .zv10-brand-copy {
  right: 19px;
  bottom: 18px;
  left: 19px;
}

body .zv10-brand-copy strong {
  font-size: clamp(23px, 2.25vw, 33px);
}

body .zv10-brand-copy b {
  margin-top: 11px;
  font-size: 7.5px;
}

body .zv10-order-tracker {
  grid-template-columns: minmax(280px, .75fr) minmax(520px, 1.25fr);
  gap: clamp(28px, 4vw, 62px);
  width: min(1240px, calc(100% - 48px));
  margin: 48px auto 36px;
  padding: 31px 34px;
  background:
    radial-gradient(circle at 95% -30%, rgba(209, 164, 126, .24), transparent 40%),
    linear-gradient(125deg, #17110f, #2c1a18 62%, #4b171d);
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 19px;
}

body .zv10-order-copy > small {
  margin-bottom: 7px;
  font-size: 8px;
}

body .zv10-order-copy h2 {
  font-size: clamp(27px, 3vw, 38px);
  letter-spacing: -.035em;
}

body .zv10-order-copy p {
  max-width: 430px;
  margin: 9px 0 15px;
  font-size: 10.5px;
}

body .zv10-order-copy a {
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  padding: 0 11px;
  font-size: 8px;
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 999px;
}

body .zv10-order-form {
  grid-template-columns: minmax(0, 1fr) minmax(0, .72fr) auto;
  gap: 9px;
}

body .zv10-order-form input,
body .zv10-order-form button {
  min-height: 50px;
  border-radius: 9px;
}

body .zv10-order-form input {
  height: 50px;
  padding: 0 14px;
  font-size: 12px;
}

body .zv10-order-form button {
  padding: 0 17px;
  color: #351315;
  font-size: 8px;
  background: #e3bc96;
}

@media (max-width: 900px) {
  body .zv10-brand-showcase,
  body .zv10-order-tracker {
    width: calc(100% - 28px);
  }

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

  body .zv10-order-tracker {
    grid-template-columns: 1fr;
    gap: 22px;
  }
}

@media (max-width: 639px) {
  body .zv10-campaign-strip,
  body .zv10-campaign-inner {
    min-height: 52px;
  }

  body .zv10-campaign-inner {
    width: calc(100% - 22px);
    gap: 10px;
  }

  body .zv10-campaign-inner p {
    display: grid;
    gap: 2px;
  }

  body .zv10-campaign-inner strong {
    max-width: none;
    font-size: 9px;
    line-height: 1.2;
    letter-spacing: .065em;
  }

  body .zv10-campaign-inner small {
    display: block;
    font-size: 8px;
  }

  body .zv10-campaign-inner a {
    min-height: 27px;
    padding: 0 10px;
    font-size: 7.5px;
  }

  body .zv10-brand-showcase {
    width: calc(100% - 20px);
    margin: 35px auto 40px;
    padding-top: 22px;
  }

  body .zv10-brand-heading {
    margin: 0 4px 14px;
  }

  body .zv10-brand-heading h2 {
    max-width: 230px;
    font-size: 26px;
  }

  body .zv10-brand-heading a {
    min-height: 29px;
    padding: 0 10px;
    font-size: 7.5px;
  }

  body .zv10-brand-grid {
    display: flex;
    gap: 10px;
    margin-right: -10px;
    padding-right: 10px;
  }

  body .zv10-brand-card,
  body .zv10-brand-card:first-child {
    flex: 0 0 78%;
    min-height: 0;
    aspect-ratio: 1.2 / 1;
    border-radius: 15px;
  }

  body .zv10-brand-copy {
    right: 16px;
    bottom: 15px;
    left: 16px;
  }

  body .zv10-brand-copy strong {
    font-size: 25px;
  }

  body .zv10-order-tracker {
    grid-template-columns: 1fr;
    gap: 20px;
    width: calc(100% - 20px);
    margin: 34px auto 24px;
    padding: 22px 17px 18px;
    border-radius: 16px;
  }

  body .zv10-order-copy h2 {
    font-size: 27px;
  }

  body .zv10-order-copy p {
    font-size: 10px;
  }

  body .zv10-order-form {
    grid-template-columns: 1fr;
    gap: 9px;
  }

  body .zv10-order-form > small {
    grid-column: auto;
    text-align: center;
  }
}

@media (max-width: 370px) {
  body .zv10-campaign-inner small {
    display: none;
  }
}


/* ZAINI cart refinement v14: one total, stronger product image. */
.js-cart-drawer .zv8-cart-online-summary {
  display: none !important;
}

.js-cart-drawer .cart-item {
  grid-template-columns: 122px minmax(0, 1fr);
  align-items: stretch;
}

.js-cart-drawer .cart-item__image {
  width: 122px;
  min-height: 122px;
  padding: 9px;
  aspect-ratio: 1 / 1;
  background: linear-gradient(145deg, #f7f4ef, #eeeae3);
  border: 1px solid rgba(39, 28, 23, .07);
  border-radius: 13px;
}

.js-cart-drawer .cart-item__image-link {
  display: flex;
  align-items: center;
  justify-content: center;
}

.js-cart-drawer .cart-item__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  mix-blend-mode: multiply;
  transform: scale(1.08);
}

.js-cart-drawer .cart-item__description {
  padding-right: 2px;
}

@media (max-width: 639px) {
  .js-cart-drawer .cart-item {
    grid-template-columns: 108px minmax(0, 1fr);
    gap: 12px;
  }

  .js-cart-drawer .cart-item__image {
    width: 108px;
    min-height: 108px;
    padding: 7px;
  }

  .js-cart-drawer .cart-item__title a {
    font-size: 13px;
  }
}



/* ZAINI cart refinement v14b */
.js-cart-drawer .cart-info-block--lmtb { display: none !important; }
.js-cart-drawer .cart-item__image img { transform: scale(1.32); }


/* ZAINI premium cart drawer v15 */
body .js-cart-drawer .cart-drawer {
  display: grid;
  grid-template-rows: auto auto;
  align-content: start;
  overflow-y: auto;
  color: #1c1613;
  background: #f7f4ee;
}

body .js-cart-drawer .cart-drawer__content {
  flex: 0 0 auto;
  height: auto;
  overflow: visible;
  background: transparent;
}

body .js-cart-drawer .cart-drawer__content-upper {
  background: transparent;
}

body .js-cart-drawer .cart-drawer__header {
  min-height: 78px;
  padding: 0 20px;
  background: rgba(255, 255, 255, .94);
  border-bottom: 1px solid rgba(40, 27, 22, .1);
  backdrop-filter: blur(14px);
}

body .js-cart-drawer .cart-drawer__header h2,
body .js-cart-drawer .cart-drawer__header .h2 {
  font-size: 24px;
  font-weight: 850;
  letter-spacing: -.035em;
}

body .js-cart-drawer .cart-item-list {
  margin: 0;
  padding: 15px 16px 6px;
}

body .js-cart-drawer .cart-item {
  grid-template-columns: 118px minmax(0, 1fr);
  gap: 15px;
  align-items: stretch;
  min-height: 154px;
  padding: 13px;
  background: #fff;
  border: 1px solid rgba(48, 31, 25, .1);
  border-radius: 17px;
  box-shadow: 0 12px 34px rgba(44, 27, 21, .07);
}

body .js-cart-drawer .cart-item__image {
  width: 118px;
  min-height: 128px;
  padding: 7px;
  overflow: hidden;
  aspect-ratio: 1 / 1;
  background: linear-gradient(145deg, #f3f0ea, #e9e4dc);
  border: 0;
  border-radius: 13px;
}

body .js-cart-drawer .cart-item__image-link {
  display: flex;
  align-items: center;
  justify-content: center;
}

body .js-cart-drawer .cart-item__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  mix-blend-mode: multiply;
  transform: scale(1.48);
}

body .js-cart-drawer .cart-item__not-image {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  grid-template-rows: auto 1fr;
  gap: 0 12px;
  min-width: 0;
}

body .js-cart-drawer .cart-item__description {
  grid-column: 1 / 2;
  min-width: 0;
  padding: 2px 0 0;
}

body .js-cart-drawer .cart-item__title a {
  display: -webkit-box;
  overflow: hidden;
  color: #1c1613;
  font-size: 14px;
  font-weight: 850;
  line-height: 1.22;
  text-decoration: none;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

body .js-cart-drawer .cart-item__variant {
  display: inline-flex;
  width: fit-content;
  margin-top: 8px;
  padding: 5px 8px;
  color: #554943;
  font-size: 9px;
  font-weight: 700;
  background: #f1ede6;
  border-radius: 999px;
}

body .js-cart-drawer .cart-item__price {
  grid-column: 2 / 3;
  align-self: start;
  padding-top: 2px;
  text-align: right;
}

body .js-cart-drawer .cart-item__selling-price {
  color: #5f1d24;
  font-size: 13px;
  font-weight: 900;
  white-space: nowrap;
}

body .js-cart-drawer .cart-item .struck-out-price,
body .js-cart-drawer .backorder {
  display: none !important;
}

body .js-cart-drawer .cart-item__quantity {
  grid-column: 1 / -1;
  align-self: end;
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 12px;
}

body .js-cart-drawer .quantity {
  height: 40px;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(44, 28, 22, .18);
  border-radius: 9px;
}

body .js-cart-drawer .cart-item__remove {
  display: inline-flex !important;
  align-items: center;
  min-height: 32px;
  color: #766a63;
  font-size: 9px;
  font-weight: 750;
  text-underline-offset: 3px;
}

body .js-cart-drawer .cart-item-upsells,
body .js-cart-drawer .zv10-cart-recommendations,
body .js-cart-drawer .zv8-cart-online-summary,
body .js-cart-drawer .cart-info-block--lmtb,
body .js-cart-drawer .zaini-cart-progress {
  display: none !important;
}

body .js-cart-drawer .cart-drawer__footer {
  flex: 0 0 auto;
  margin: 12px 16px 18px;
  padding: 14px;
  background: #fff;
  border: 1px solid rgba(46, 29, 24, .11);
  border-radius: 17px;
  box-shadow: 0 16px 40px rgba(43, 26, 20, .09);
}

body .js-cart-drawer .cart-discount-list {
  margin: 0 0 11px;
}

body .js-cart-drawer .cart-discount--inline {
  min-height: 42px;
  padding: 8px 11px;
  color: #651e26;
  background: linear-gradient(100deg, #f8efeb, #f2e4e0);
  border: 1px solid rgba(101, 30, 38, .14);
  border-radius: 10px;
}

body .js-cart-drawer .cart-discount__title,
body .js-cart-drawer .cart-discount__amount {
  font-size: 10px;
  font-weight: 900;
}

body .js-cart-drawer .subtotal {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  margin: 0;
  color: #1b1512;
  font-size: 14px;
  font-weight: 750;
  letter-spacing: -.02em;
}

body .js-cart-drawer .subtotal .theme-money {
  color: #1b1512;
  font-size: 22px;
  font-weight: 900;
  white-space: nowrap;
}

body .js-cart-drawer .cart-policies {
  margin-top: 3px;
  color: #766b65;
  font-size: 8px;
  line-height: 1.35;
}

body .js-cart-drawer .checkout-buttons {
  display: grid !important;
  grid-template-columns: 1.08fr .92fr;
  gap: 8px;
  margin-top: 12px;
}

body .js-cart-drawer .checkout-buttons .btn {
  order: -1;
  display: flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  padding: 9px 12px;
  color: #fff !important;
  font-size: 10px;
  font-weight: 900;
  line-height: 1.25;
  letter-spacing: .05em;
  text-align: center;
  background: linear-gradient(115deg, #4b161c, #701f29) !important;
  border: 1px solid #5f1c24 !important;
  border-radius: 10px;
  box-shadow: 0 10px 22px rgba(89, 25, 33, .18);
}

body .js-cart-drawer .checkout-buttons .es-popup-button-drawer {
  display: flex !important;
  min-height: 54px !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 8px !important;
  color: #5f1c24 !important;
  font-size: 10px !important;
  font-weight: 850 !important;
  line-height: 1.25 !important;
  text-align: center !important;
  background: #f7f1eb !important;
  border: 1px solid rgba(95, 28, 36, .32) !important;
  border-radius: 10px !important;
  box-shadow: none !important;
}

body .js-cart-drawer .checkout-buttons .es-popup-button-drawer > div:first-child {
  margin: 0 5px 0 0 !important;
}

body .js-cart-drawer .checkout-buttons .es-button-title {
  color: #5f1c24 !important;
  -webkit-text-fill-color: #5f1c24 !important;
}

@media (max-width: 639px) {
  body .js-cart-drawer .cart-drawer__header {
    min-height: 70px;
    padding: 0 16px;
  }

  body .js-cart-drawer .cart-drawer__header h2,
  body .js-cart-drawer .cart-drawer__header .h2 {
    font-size: 22px;
  }

  body .js-cart-drawer .cart-item-list {
    padding: 12px 12px 4px;
  }

  body .js-cart-drawer .cart-item {
    grid-template-columns: 108px minmax(0, 1fr);
    gap: 12px;
    min-height: 142px;
    padding: 11px;
    border-radius: 15px;
  }

  body .js-cart-drawer .cart-item__image {
    width: 108px;
    min-height: 118px;
    padding: 6px;
  }

  body .js-cart-drawer .cart-item__title a {
    font-size: 13px;
  }

  body .js-cart-drawer .cart-item__selling-price {
    font-size: 12px;
  }

  body .js-cart-drawer .cart-item__quantity {
    gap: 10px;
    margin-top: 10px;
  }

  body .js-cart-drawer .quantity {
    height: 38px;
  }

  body .js-cart-drawer .cart-drawer__footer {
    margin: 10px 12px 14px;
    padding: 12px;
    border-radius: 15px;
  }

  body .js-cart-drawer .subtotal .theme-money {
    font-size: 20px;
  }

  body .js-cart-drawer .checkout-buttons {
    grid-template-columns: 1fr 1fr;
  }

  body .js-cart-drawer .checkout-buttons .btn,
  body .js-cart-drawer .checkout-buttons .es-popup-button-drawer {
    min-height: 52px !important;
    font-size: 9px !important;
  }
}

@media (max-width: 359px) {
  body .js-cart-drawer .checkout-buttons {
    grid-template-columns: 1fr;
  }
}



/* ZAINI cart drawer v16 — balanced mobile purchase flow */
body .js-cart-drawer .cart-drawer {
  display: flex !important;
  flex-direction: column;
  min-height: 100%;
  overflow: hidden;
  background: linear-gradient(180deg, #f7f5f0 0%, #f1eee8 100%);
}

body .js-cart-drawer .cart-drawer__content {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  min-height: 0;
  overflow-y: auto;
}

body .js-cart-drawer .cart-drawer__content::after {
  content: 'ÜCRETSİZ KARGO  •  14 GÜN KOLAY DEĞİŞİM  •  GÜVENLİ ÖDEME';
  display: flex;
  min-height: 34px;
  align-items: center;
  justify-content: center;
  margin: auto 18px 14px;
  color: #746962;
  font-size: 7px;
  font-weight: 850;
  letter-spacing: .09em;
  text-align: center;
  background: rgba(255, 255, 255, .55);
  border: 1px solid rgba(47, 31, 25, .08);
  border-radius: 999px;
}

body .js-cart-drawer .cart-drawer__header {
  min-height: 72px;
  padding: 0 18px;
  background: #fff;
  border-bottom: 1px solid rgba(45, 29, 24, .09);
}

body .js-cart-drawer .cart-drawer__header h2,
body .js-cart-drawer .cart-drawer__header .h2 {
  font-size: 23px;
  font-weight: 850;
}

body .js-cart-drawer .cart-item-list {
  padding: 13px 14px 4px;
}

body .js-cart-drawer .cart-item {
  grid-template-columns: 112px minmax(0, 1fr);
  gap: 13px;
  min-height: 146px;
  padding: 12px;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(43, 27, 21, .065);
}

body .js-cart-drawer .cart-item__image {
  width: 112px;
  min-height: 122px;
  padding: 5px;
  background: #f0ede7;
  border-radius: 12px;
}

body .js-cart-drawer .cart-item__image img {
  transform: scale(1.42);
}

body .js-cart-drawer .cart-item__title a {
  font-size: 13.5px;
}

body .js-cart-drawer .cart-item__variant {
  margin-top: 7px;
  padding: 4px 8px;
}

body .js-cart-drawer .cart-item__quantity {
  margin-top: 9px;
}

body .js-cart-drawer .quantity {
  height: 38px;
}

body .js-cart-drawer .cart-item__remove {
  color: #746861;
  font-size: 9px;
}

body .js-cart-drawer .cart-drawer__footer {
  flex: 0 0 auto;
  width: auto;
  margin: 0 12px 12px;
  padding: 13px;
  background: rgba(255, 255, 255, .98);
  border: 1px solid rgba(46, 29, 24, .1);
  border-radius: 16px;
  box-shadow: 0 14px 36px rgba(42, 25, 20, .1);
}

body .js-cart-drawer .cart-discount-list {
  margin-bottom: 10px;
}

body .js-cart-drawer .cart-discount--inline {
  min-height: 39px;
  padding: 7px 10px;
}

body .js-cart-drawer .subtotal {
  font-size: 13px;
}

body .js-cart-drawer .subtotal .theme-money {
  font-size: 20px;
}

body .js-cart-drawer .cart-policies {
  margin-top: 2px;
  font-size: 7.5px;
}

body .js-cart-drawer #CartDrawerNoteToggle,
body .js-cart-drawer .cart-drawer__note {
  display: none !important;
}

body .js-cart-drawer .checkout-buttons {
  display: grid !important;
  grid-template-columns: 1fr 1fr;
  align-items: stretch;
  gap: 8px;
  margin-top: 11px;
}

body .js-cart-drawer .checkout-buttons .btn {
  width: 100%;
  min-height: 54px !important;
  height: 54px;
  padding: 8px 10px;
  font-size: 10.5px;
  line-height: 1.2;
  border-radius: 10px;
}

body .js-cart-drawer .checkout-buttons .es-popup-button-drawer {
  width: 100% !important;
  min-height: 54px !important;
  height: 54px !important;
  margin: 0 !important;
  padding: 7px 8px !important;
  gap: 4px !important;
  border-radius: 10px !important;
}

body .js-cart-drawer .checkout-buttons .es-popup-button-drawer > div {
  margin: 0 !important;
}

body .js-cart-drawer .checkout-buttons .es-popup-button-drawer .bi {
  font-size: 14px !important;
}

body .js-cart-drawer .checkout-buttons .es-button-title {
  display: inline-block !important;
  max-width: 175px;
  color: #5f1c24 !important;
  font-size: 10.5px !important;
  font-weight: 850 !important;
  line-height: 1.18 !important;
  letter-spacing: .01em !important;
  text-align: center !important;
  -webkit-text-fill-color: #5f1c24 !important;
}

@media (max-width: 420px) {
  body .js-cart-drawer .cart-drawer__content::after {
    margin-right: 12px;
    margin-left: 12px;
    font-size: 6.5px;
  }

  body .js-cart-drawer .cart-item {
    grid-template-columns: 100px minmax(0, 1fr);
  }

  body .js-cart-drawer .cart-item__image {
    width: 100px;
  }

  body .js-cart-drawer .checkout-buttons {
    grid-template-columns: 1fr;
  }
}



/* ZAINI cart v16 preview-bar correction */
body .js-cart-drawer .checkout-buttons .btn { font-size: 11px !important; }
body:has(#PBarNextFrame) .js-cart-drawer .cart-drawer__footer { margin-bottom: 76px; }

/* ZAINI cart v16 readability */
body .js-cart-drawer .cart-drawer__content::after { font-size: 8.5px; }
@media (max-width: 420px) { body .js-cart-drawer .cart-drawer__content::after { font-size: 7.5px; } }


/* ZAINI cart drawer v18 — focused, premium checkout flow */
body .js-cart-drawer {
  width: 100% !important;
  max-width: 480px !important;
  background: #f5f3ee;
}

body .js-cart-drawer .cart-drawer {
  display: flex !important;
  min-height: 100%;
  flex-direction: column;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 42%, rgba(122, 31, 42, .035), transparent 34%),
    #f5f3ee;
}

body .js-cart-drawer .cart-drawer__header {
  min-height: 68px;
  padding: 0 18px;
  background: rgba(255, 255, 255, .98);
  border-bottom: 1px solid rgba(47, 30, 24, .09);
  box-shadow: 0 4px 18px rgba(35, 22, 18, .035);
}

body .js-cart-drawer .cart-drawer__header h2,
body .js-cart-drawer .cart-drawer__header .h2 {
  font-size: 24px;
  font-weight: 880;
  letter-spacing: -.035em;
}

body .js-cart-drawer .cart-drawer__content {
  display: flex;
  min-height: 0;
  flex: 1 1 auto;
  flex-direction: column;
  overflow-y: auto;
}

body .js-cart-drawer .cart-item-list {
  padding: 14px 16px 5px;
}

body .js-cart-drawer .cart-item {
  grid-template-columns: 108px minmax(0, 1fr);
  gap: 14px;
  min-height: 140px;
  padding: 12px;
  background: #fff;
  border: 1px solid rgba(54, 35, 29, .075);
  border-radius: 18px;
  box-shadow: 0 12px 34px rgba(48, 30, 24, .07);
}

body .js-cart-drawer .cart-item__image {
  width: 108px;
  min-height: 116px;
  padding: 6px;
  overflow: hidden;
  background: linear-gradient(145deg, #f4f2ed, #eae7e0);
  border-radius: 13px;
}

body .js-cart-drawer .cart-item__image img {
  transform: scale(1.34);
}

body .js-cart-drawer .cart-item__title a {
  color: #191514;
  font-size: 14px;
  font-weight: 820;
  letter-spacing: -.02em;
  line-height: 1.25;
}

body .js-cart-drawer .cart-item__variant {
  width: fit-content;
  margin-top: 7px;
  padding: 4px 9px;
  color: #4f4541;
  font-size: 9px;
  font-weight: 760;
  background: #f0ede7;
  border-radius: 999px;
}

body .js-cart-drawer .cart-item__quantity {
  margin-top: 10px;
}

body .js-cart-drawer .quantity {
  height: 38px;
  background: #fff;
  border-color: rgba(45, 29, 24, .16);
  border-radius: 10px;
}

body .js-cart-drawer .cart-item__remove {
  color: #7a6d67;
  font-size: 9px;
  text-underline-offset: 3px;
}

body .js-cart-drawer .cart-drawer__content::after {
  content: '✓  ÜCRETSİZ KARGO     •     14 GÜN KOLAY DEĞİŞİM     •     GÜVENLİ ÖDEME';
  display: flex;
  min-height: 38px;
  align-items: center;
  justify-content: center;
  margin: 7px 17px auto;
  padding: 0 10px;
  color: #6a5f5a;
  font-size: 8px;
  font-weight: 820;
  letter-spacing: .055em;
  text-align: center;
  background: rgba(255, 255, 255, .48);
  border-top: 1px solid rgba(60, 39, 32, .08);
  border-bottom: 1px solid rgba(60, 39, 32, .08);
}

body .js-cart-drawer .cart-drawer__footer {
  flex: 0 0 auto;
  width: 100%;
  margin: 0;
  padding: 17px 18px 16px;
  background: rgba(255, 255, 255, .985);
  border: 0;
  border-top: 1px solid rgba(49, 31, 25, .1);
  border-radius: 22px 22px 0 0;
  box-shadow: 0 -14px 38px rgba(44, 27, 22, .09);
}

body:has(#PBarNextFrame) .js-cart-drawer .cart-drawer__footer {
  margin-bottom: 76px;
}

body .js-cart-drawer .cart-discount-list {
  margin: 0 0 12px;
}

body .js-cart-drawer .cart-discount--inline {
  min-height: 40px;
  padding: 8px 11px;
  color: #651e29;
  font-size: 10px;
  font-weight: 820;
  background: linear-gradient(90deg, #f6eceb, #f3e8e6);
  border: 1px solid rgba(101, 30, 41, .15);
  border-radius: 11px;
}

body .js-cart-drawer .subtotal {
  align-items: end;
  color: #221c1a;
  font-size: 0;
  line-height: 1;
}

body .js-cart-drawer .subtotal::before {
  content: 'ONLINE ÖDEME TOPLAMI';
  padding-bottom: 3px;
  color: #625852;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .07em;
}

body .js-cart-drawer .subtotal .theme-money {
  color: #201a18;
  font-size: 24px;
  font-weight: 900;
  letter-spacing: -.035em;
}

body .js-cart-drawer .cart-policies {
  margin-top: 5px;
  color: #81746e;
  font-size: 8px;
  line-height: 1.4;
}

body .js-cart-drawer #CartDrawerNoteToggle,
body .js-cart-drawer .cart-drawer__note {
  display: none !important;
}

body .js-cart-drawer .checkout-buttons {
  display: flex !important;
  flex-direction: column;
  gap: 9px;
  margin-top: 14px;
}

body .js-cart-drawer .checkout-buttons > a.btn[href='/checkout'] {
  order: 1;
  display: flex !important;
  width: 100%;
  min-height: 58px !important;
  align-items: center;
  justify-content: center;
  padding: 10px 16px;
  color: transparent !important;
  font-size: 0 !important;
  background: linear-gradient(135deg, #741f2c, #51151e);
  border: 1px solid #581923;
  border-radius: 12px;
  box-shadow: 0 10px 22px rgba(91, 25, 35, .2);
}

body .js-cart-drawer .checkout-buttons > a.btn[href='/checkout']::before {
  content: 'ONLINE ÖDEMEYE GEÇ  →';
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .045em;
}

body .js-cart-drawer .checkout-buttons > .es-popup-button-drawer {
  order: 2;
  display: flex !important;
  width: 100% !important;
  min-height: 52px !important;
  height: 52px !important;
  margin: 0 !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 7px !important;
  padding: 8px 14px !important;
  color: #651e29 !important;
  background: #fff !important;
  border: 1px solid rgba(101, 30, 41, .52) !important;
  border-radius: 12px !important;
  box-shadow: none !important;
}

body .js-cart-drawer .checkout-buttons > .es-popup-button-drawer > div {
  margin: 0 !important;
}

body .js-cart-drawer .checkout-buttons .es-popup-button-drawer .bi {
  color: #651e29 !important;
  font-size: 15px !important;
}

body .js-cart-drawer .checkout-buttons .es-button-title {
  display: inline-block !important;
  max-width: none !important;
  color: #651e29 !important;
  font-size: 11px !important;
  font-weight: 880 !important;
  line-height: 1.2 !important;
  letter-spacing: .015em !important;
  text-align: center !important;
  -webkit-text-fill-color: #651e29 !important;
}

@media (max-width: 420px) {
  body .js-cart-drawer .cart-drawer__header {
    min-height: 64px;
  }

  body .js-cart-drawer .cart-item-list {
    padding-right: 12px;
    padding-left: 12px;
  }

  body .js-cart-drawer .cart-item {
    grid-template-columns: 96px minmax(0, 1fr);
    gap: 11px;
  }

  body .js-cart-drawer .cart-item__image {
    width: 96px;
    min-height: 110px;
  }

  body .js-cart-drawer .cart-drawer__content::after {
    margin-right: 12px;
    margin-left: 12px;
    padding: 0 5px;
    font-size: 7px;
    letter-spacing: .035em;
  }

  body .js-cart-drawer .cart-drawer__footer {
    padding: 15px 14px 14px;
  }

  body .js-cart-drawer .subtotal .theme-money {
    font-size: 22px;
  }
}



/* ZAINI home v19 — brands, order tracking and discount messenger */

/* Brand discovery */
body .zv10-brand-showcase {
  width: min(1240px, calc(100% - 36px));
  margin: 42px auto 48px;
  padding: 28px;
  background:
    radial-gradient(circle at 92% 5%, rgba(104, 29, 40, .08), transparent 31%),
    linear-gradient(145deg, #f8f5ef, #f0ece4);
  border: 1px solid rgba(47, 31, 25, .08);
  border-radius: 26px;
  box-shadow: 0 18px 45px rgba(44, 29, 23, .07);
}

body .zv10-brand-heading {
  align-items: end;
  margin-bottom: 20px;
  padding: 0 2px;
}

body .zv10-brand-heading small {
  display: block;
  margin-bottom: 7px;
  color: #792432;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .17em;
}

body .zv10-brand-heading h2 {
  margin: 0;
  color: #1b1715;
  font-size: clamp(28px, 3vw, 43px);
  font-weight: 880;
  letter-spacing: -.045em;
  line-height: .98;
}

body .zv10-brand-heading > a {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  color: #681d29;
  font-size: 10px;
  font-weight: 850;
  background: #fff;
  border: 1px solid rgba(104, 29, 41, .2);
  border-radius: 999px;
  box-shadow: 0 7px 20px rgba(47, 30, 25, .05);
}

body .zv10-brand-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 13px;
}

body .zv10-brand-card {
  position: relative;
  min-height: 278px;
  overflow: hidden;
  background: #d9d4cc;
  border: 1px solid rgba(255, 255, 255, .5);
  border-radius: 19px;
  box-shadow: 0 10px 30px rgba(32, 22, 18, .08);
  isolation: isolate;
}

body .zv10-brand-card::before {
  content: '';
  position: absolute;
  z-index: 1;
  inset: 0;
  background: linear-gradient(180deg, transparent 35%, rgba(20, 14, 12, .88) 100%);
  pointer-events: none;
}

body .zv10-brand-card::after {
  content: 'ZAINI SEÇKİSİ';
  position: absolute;
  z-index: 2;
  top: 14px;
  right: 14px;
  padding: 6px 9px;
  color: #fff;
  font-size: 7px;
  font-weight: 900;
  letter-spacing: .12em;
  background: rgba(28, 20, 17, .52);
  border: 1px solid rgba(255, 255, 255, .26);
  border-radius: 999px;
  backdrop-filter: blur(8px);
}

body .zv10-brand-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .55s ease;
}

body .zv10-brand-card:hover img {
  transform: scale(1.045);
}

body .zv10-brand-copy {
  z-index: 3;
  right: 18px;
  bottom: 17px;
  left: 18px;
}

body .zv10-brand-copy small {
  margin-bottom: 6px;
  color: rgba(255, 255, 255, .74);
  font-size: 8px;
  font-weight: 850;
  letter-spacing: .13em;
}

body .zv10-brand-copy strong {
  color: #fff;
  font-size: clamp(22px, 2.2vw, 31px);
  font-weight: 850;
  letter-spacing: -.035em;
}

body .zv10-brand-copy b {
  display: inline-flex;
  width: fit-content;
  min-height: 34px;
  align-items: center;
  margin-top: 12px;
  padding: 0 12px;
  color: #fff;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .045em;
  background: rgba(255, 255, 255, .12);
  border: 1px solid rgba(255, 255, 255, .35);
  border-radius: 999px;
  backdrop-filter: blur(9px);
}

/* Order tracking */
body .zv10-order-tracker {
  position: relative;
  width: min(1180px, calc(100% - 36px));
  margin: 42px auto;
  padding: 34px;
  display: grid;
  grid-template-columns: .82fr 1.18fr;
  gap: 32px;
  align-items: center;
  color: #231b18;
  background:
    radial-gradient(circle at 0 0, rgba(113, 30, 42, .11), transparent 34%),
    linear-gradient(140deg, #f8f3ec, #efe7dc);
  border: 1px solid rgba(69, 42, 33, .1);
  border-radius: 26px;
  box-shadow: 0 20px 50px rgba(43, 28, 22, .09);
}

body .zv10-order-copy {
  padding: 8px 8px 8px 4px;
}

body .zv10-order-copy > small {
  color: #772332;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .18em;
}

body .zv10-order-copy h2 {
  max-width: 420px;
  margin: 10px 0 12px;
  color: #1c1715;
  font-size: clamp(33px, 4vw, 52px);
  font-weight: 900;
  letter-spacing: -.055em;
  line-height: .96;
}

body .zv10-order-copy p {
  max-width: 430px;
  margin: 0;
  color: #685c56;
  font-size: 12px;
  line-height: 1.65;
}

body .zv10-order-copy a {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  margin-top: 20px;
  padding: 0 15px;
  color: #6e1f2d;
  font-size: 9px;
  font-weight: 850;
  background: #fff;
  border: 1px solid rgba(110, 31, 45, .2);
  border-radius: 999px;
  box-shadow: 0 8px 20px rgba(48, 30, 24, .05);
}

body .zv10-order-form {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  padding: 20px;
  background: rgba(255, 255, 255, .94);
  border: 1px solid rgba(56, 35, 29, .08);
  border-radius: 20px;
  box-shadow: 0 14px 34px rgba(51, 31, 25, .08);
}

body .zv10-order-form::before {
  content: '✓ Sipariş numaran ve e-posta adresin yeterli';
  grid-column: 1 / -1;
  display: flex;
  min-height: 34px;
  align-items: center;
  padding: 0 11px;
  color: #6b2430;
  font-size: 9px;
  font-weight: 850;
  background: #f7eceb;
  border-radius: 9px;
}

body .zv10-order-form label {
  margin: 0;
}

body .zv10-order-form label > span {
  display: block;
  margin: 0 0 7px 2px;
  color: #665a55;
  font-size: 8px;
  font-weight: 880;
  letter-spacing: .09em;
  text-transform: uppercase;
}

body .zv10-order-form input {
  width: 100%;
  height: 54px;
  padding: 0 15px;
  color: #211b19;
  font-size: 13px;
  background: #f8f6f2;
  border: 1px solid rgba(55, 36, 29, .13);
  border-radius: 11px;
  outline: none;
}

body .zv10-order-form input:focus {
  background: #fff;
  border-color: rgba(111, 31, 45, .55);
  box-shadow: 0 0 0 3px rgba(111, 31, 45, .08);
}

body .zv10-order-form button {
  grid-column: 1 / -1;
  min-height: 54px;
  color: #fff;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .075em;
  background: linear-gradient(135deg, #762332, #551923);
  border: 0;
  border-radius: 11px;
  box-shadow: 0 10px 22px rgba(93, 27, 39, .18);
}

body .zv10-order-form > small {
  grid-column: 1 / -1;
  color: #91857f;
  font-size: 7.5px;
  text-align: center;
}

/* Discount messenger / newsletter */
body .section-footer__newsletter-block {
  position: relative;
  overflow: hidden;
  padding: 24px !important;
  color: #fff;
  background:
    radial-gradient(circle at 100% 0, rgba(255, 255, 255, .14), transparent 34%),
    linear-gradient(135deg, #722130, #421319);
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 20px;
  box-shadow: 0 18px 45px rgba(0, 0, 0, .18);
}

body .section-footer__newsletter-block::before {
  content: 'ÖNCE SENİN HABERİN OLSUN';
  display: inline-flex;
  min-height: 26px;
  align-items: center;
  margin-bottom: 13px;
  padding: 0 9px;
  color: #f7ded5;
  font-size: 7px;
  font-weight: 900;
  letter-spacing: .16em;
  background: rgba(255, 255, 255, .1);
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 999px;
}

body .section-footer__newsletter-block .section-footer__title {
  margin: 0;
  color: #fff;
  font-size: clamp(22px, 3vw, 31px);
  font-weight: 900;
  letter-spacing: -.025em;
  line-height: 1;
}

body .section-footer__newsletter-block .section-footer__text {
  max-width: 530px;
  margin: 10px 0 17px;
  color: rgba(255, 255, 255, .72);
  font-size: 11px;
  line-height: 1.55;
}

body .section-footer__newsletter-block .contact-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 9px;
  align-items: stretch;
}

body .section-footer__newsletter-block .contact-form p {
  margin: 0;
}

body .section-footer__newsletter-block .signup-form__email {
  width: 100%;
  height: 54px;
  padding: 0 15px;
  color: #211918;
  font-size: 12px;
  background: #fff;
  border: 1px solid rgba(255, 255, 255, .5);
  border-radius: 11px;
}

body .section-footer__newsletter-block .signup-form__button {
  min-width: 180px;
  min-height: 54px;
  padding: 0 18px;
  color: #5e1c27;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .08em;
  background: #f1dbc0;
  border: 0;
  border-radius: 11px;
}

body .section-footer__newsletter-block::after {
  content: 'ERKEN ERİŞİM   •   ÖZEL FIRSATLAR   •   STOK HABERLERİ';
  display: block;
  margin-top: 14px;
  color: rgba(255, 255, 255, .58);
  font-size: 7px;
  font-weight: 820;
  letter-spacing: .11em;
}

@media (max-width: 749px) {
  body .zv10-brand-showcase {
    width: 100%;
    margin: 28px 0 36px;
    padding: 24px 0 25px 14px;
    border-right: 0;
    border-left: 0;
    border-radius: 0;
  }

  body .zv10-brand-heading {
    padding-right: 14px;
  }

  body .zv10-brand-heading h2 {
    max-width: 270px;
    font-size: 31px;
  }

  body .zv10-brand-heading > a {
    min-height: 38px;
    padding: 0 12px;
    font-size: 8px;
  }

  body .zv10-brand-grid {
    display: flex;
    gap: 10px;
    padding-right: 14px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  body .zv10-brand-grid::-webkit-scrollbar {
    display: none;
  }

  body .zv10-brand-card {
    min-width: min(78vw, 430px);
    min-height: 326px;
    scroll-snap-align: start;
  }

  body .zv10-brand-copy strong {
    font-size: 25px;
  }

  body .zv10-order-tracker {
    width: calc(100% - 24px);
    margin: 32px auto;
    padding: 25px 17px 17px;
    grid-template-columns: 1fr;
    gap: 19px;
    border-radius: 22px;
  }

  body .zv10-order-copy {
    padding: 2px 6px;
  }

  body .zv10-order-copy h2 {
    margin-top: 8px;
    font-size: 36px;
  }

  body .zv10-order-copy p {
    font-size: 11px;
    line-height: 1.55;
  }

  body .zv10-order-copy a {
    min-height: 38px;
    margin-top: 15px;
  }

  body .zv10-order-form {
    grid-template-columns: 1fr;
    padding: 15px;
  }

  body .zv10-order-form::before,
  body .zv10-order-form button,
  body .zv10-order-form > small {
    grid-column: 1;
  }

  body .section-footer__newsletter-block {
    margin-top: 10px;
    padding: 21px 17px !important;
    border-radius: 17px;
  }

  body .section-footer__newsletter-block .contact-form {
    grid-template-columns: 1fr;
  }

  body .section-footer__newsletter-block .signup-form__button {
    width: 100%;
    min-width: 0;
  }

  body .section-footer__newsletter-block::after {
    font-size: 6.5px;
    line-height: 1.5;
  }
}

m h

/* ZAINI home v19 brand image clarity fix */
body .zv10-brand-card::after { bottom: auto !important; left: auto !important; width: auto !important; height: auto !important; }


/* ZAINI home v19 remove legacy blur overlay */
body .zv10-brand-card::after { display: none !important; }


/* ZAINI desktop polish v20 — desktop only, mobile remains untouched */
@media (min-width: 990px) {
  /* Keep the opening cinematic, but let products arrive sooner. */
  body .zaini-v5-hero.zaini-v11-hero,
  body .zaini-v11-hero__slides,
  body .zaini-v11-hero__slide,
  body .zaini-v11-hero__slide .zaini-v5-hero__media,
  body .zaini-v11-hero__eyewear-link {
    height: clamp(700px, calc(100vh - 142px), 820px) !important;
    min-height: 0 !important;
  }

  body .zaini-v5-hero__content {
    width: min(620px, 44vw);
    padding-left: clamp(72px, 6.25vw, 120px);
  }

  /* Category portal: preserve the editorial mosaic, remove excess height. */
  body .zaini-v6-portals {
    padding: 76px 48px 82px !important;
  }

  body .zaini-v6-portals__head {
    width: min(1480px, 100%);
    grid-template-columns: minmax(0, 1.25fr) minmax(300px, .55fr) !important;
    gap: 48px !important;
    margin: 0 auto 34px !important;
    padding: 0 24px !important;
  }

  body .zaini-v6-portals__head h2 {
    font-size: clamp(64px, 5.4vw, 82px) !important;
    line-height: .82 !important;
  }

  body .zaini-v6-portals__head h2 em {
    font-size: .57em !important;
    line-height: .9 !important;
  }

  body .zaini-v6-portals__grid {
    width: min(1480px, 100%);
    height: clamp(620px, 41vw, 700px) !important;
    grid-template-rows: repeat(2, minmax(0, 1fr)) !important;
    margin: 0 auto !important;
  }

  body .zaini-v6-portal--shoe,
  body .zaini-v6-portal--bag,
  body .zaini-v6-portal--eyewear,
  body .zaini-v6-portal--accessory {
    height: auto !important;
    min-height: 0 !important;
  }

  /* Product rows: less empty cream space, same four-card premium rhythm. */
  body .collection-slider-row {
    padding-top: 76px !important;
    padding-bottom: 84px !important;
  }

  body .collection-slider-row .hometitle {
    margin-bottom: 32px !important;
  }

  /* Brand discovery grows with desktop screens without becoming oversized. */
  body .zv10-brand-showcase {
    width: min(1480px, calc(100% - 96px));
    max-width: none;
    margin: 46px auto 52px;
    padding: 32px;
  }

  body .zv10-brand-card {
    min-height: 260px;
    aspect-ratio: 1.55 / 1 !important;
  }

  /* Assurance: repair duplicated copy and turn the large block into a compact band. */
  body .zaini-assurance--compact {
    padding: 42px 48px 46px !important;
  }

  body .zaini-assurance--compact .zaini-assurance__head,
  body .zaini-assurance--compact .zaini-assurance__grid {
    width: min(1480px, 100%);
    max-width: 1480px !important;
    margin-right: auto !important;
    margin-left: auto !important;
  }

  body .zaini-assurance--compact .zaini-assurance__head {
    grid-template-columns: 260px minmax(0, 1fr) !important;
    gap: 52px !important;
    align-items: end !important;
    margin-bottom: 28px !important;
  }

  body .zaini-assurance--compact .zaini-v5-kicker {
    font-size: 0 !important;
  }

  body .zaini-assurance--compact .zaini-v5-kicker::before {
    content: "ZAINI GÜVENCESİ";
    color: #c88993;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .2em;
  }

  body .zaini-assurance--compact h2 {
    max-width: 920px !important;
    font-size: 0 !important;
    line-height: 1 !important;
  }

  body .zaini-assurance--compact h2::before {
    content: "Alışverişin her adımında yanınızdayız.";
    display: block;
    color: #fff;
    font-size: clamp(32px, 2.45vw, 44px);
    font-weight: 800;
    letter-spacing: -.045em;
    line-height: .98;
  }

  body .zaini-assurance--compact h2::after {
    content: "Seçkin ürünler, kusursuz bir alışveriş deneyimi.";
    display: block;
    margin-top: 10px;
    color: rgba(255, 255, 255, .64);
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.45;
  }

  body .zaini-assurance--compact .zaini-assurance__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }

  body .zaini-assurance--compact .zaini-assurance__card {
    min-height: 112px !important;
    padding: 20px !important;
  }

  /* Order tracking should feel intentional on wide screens. */
  body .zv10-order-tracker {
    width: min(1280px, calc(100% - 96px));
    margin: 48px auto;
    padding: 38px;
    gap: 42px;
  }

  /* Footer: bring three columns back into one composed desktop frame. */
  body .section-footer__row--blocks {
    width: min(1480px, calc(100% - 96px));
    display: grid !important;
    grid-template-columns: minmax(360px, 1.25fr) minmax(190px, .55fr) minmax(400px, 1fr);
    gap: clamp(48px, 5vw, 92px);
    align-items: start;
    margin: 0 auto !important;
    padding: 86px 0 70px !important;
  }

  body .section-footer__row--blocks > .section-footer__row__col {
    width: auto !important;
    max-width: none !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  body .section-footer__newsletter-block {
    padding: 28px !important;
  }

  body .section-footer__newsletter-block form.contact-form {
    grid-template-columns: minmax(150px, 1fr) 190px !important;
    gap: 10px !important;
  }

  body .section-footer__newsletter-block .signup-form__button {
    min-width: 0 !important;
  }
}

@media (min-width: 990px) and (max-width: 1240px) {
  body .section-footer__row--blocks {
    grid-template-columns: minmax(320px, 1.2fr) minmax(170px, .55fr) minmax(360px, 1fr);
    gap: 36px;
  }

  body .section-footer__newsletter-block form.contact-form {
    grid-template-columns: 1fr !important;
  }
}



/* ZAINI desktop polish v20b — compact laptop footer safeguard */
@media (min-width: 990px) and (max-width: 1199px) {
  body .section-footer__row--blocks {
    grid-template-columns: minmax(0, 1.2fr) minmax(190px, .55fr) !important;
    gap: 36px !important;
  }

  body .section-footer__newsletter-block {
    grid-column: 1 / -1;
  }

  body .section-footer__newsletter-block form.contact-form {
    grid-template-columns: minmax(180px, 1fr) 200px !important;
  }
}



/* ZAINI product + cart desktop v21 — mobile is intentionally untouched */
@media (min-width: 990px) {
  /* Keep the product gallery visible while the long purchase column scrolls. */
  body product-form.product-info > media-gallery.product-column-left {
    position: sticky !important;
    top: 112px !important;
    align-self: start !important;
  }

  body media-gallery.product-column-left .media-gallery__inner {
    position: relative;
    gap: 14px;
  }

  /* The sales note becomes an overlay instead of stealing half the gallery width. */
  body media-gallery.product-column-left .zaini-gallery-sales {
    position: absolute !important;
    z-index: 8;
    top: 18px;
    left: 124px;
    width: auto !important;
    max-width: 310px;
  }

  body media-gallery.product-column-left .main-image {
    width: auto !important;
    min-width: 0 !important;
    flex: 1 1 auto !important;
  }

  body media-gallery.product-column-left .thumbnails {
    width: 96px !important;
    flex: 0 0 96px !important;
  }

  /* A slightly wider desktop cart makes the product and payment choices easier to scan. */
  body .js-cart-drawer {
    max-width: 520px !important;
  }

  body .js-cart-drawer .cart-drawer__header {
    padding-right: 22px;
    padding-left: 22px;
  }

  body .js-cart-drawer .cart-drawer__title {
    font-size: 34px !important;
    line-height: .95 !important;
    letter-spacing: -.045em;
  }

  body .js-cart-drawer .cart-drawer__title-count {
    font-size: .72em !important;
  }

  body .js-cart-drawer .cart-item-list {
    padding-right: 18px;
    padding-left: 18px;
  }

  body .js-cart-drawer .cart-drawer__footer {
    padding-right: 22px;
    padding-left: 22px;
  }
}



/* ZAINI product desktop v22 — gallery + typography, mobile untouched */
@media (min-width: 990px) {
  body product-form.product-info {
    grid-template-columns: minmax(0, 1fr) minmax(540px, 40%) !important;
    column-gap: 48px !important;
  }

  body product-form.product-info > media-gallery.product-column-left {
    top: 110px !important;
  }

  body media-gallery.product-column-left .media-gallery__inner {
    gap: 18px !important;
  }

  body media-gallery.product-column-left .thumbnails {
    width: 108px !important;
    flex: 0 0 108px !important;
    padding: 8px !important;
    border: 1px solid rgba(23, 18, 15, .12);
    border-radius: 6px;
    background: rgba(255, 255, 255, .74);
  }

  body media-gallery.product-column-left .thumbnails .slider {
    width: 92px !important;
    height: auto !important;
    overflow: visible !important;
  }

  body media-gallery.product-column-left .thumbnails .slider__grid {
    width: 92px !important;
    gap: 10px !important;
  }

  body media-gallery.product-column-left .thumbnails .slider__item {
    width: 92px !important;
    height: 92px !important;
    min-width: 92px !important;
    padding: 0 !important;
  }

  body media-gallery.product-column-left .thumbnails .thumbnail {
    width: 92px !important;
    height: 92px !important;
    border: 1px solid rgba(23, 18, 15, .13) !important;
    border-radius: 4px;
    background: #fff;
    overflow: hidden;
    transition: border-color .2s ease, transform .2s ease;
  }

  body media-gallery.product-column-left .thumbnails .slider__item.is-active .thumbnail {
    border: 2px solid #17120f !important;
  }

  body media-gallery.product-column-left .thumbnails .thumbnail:hover {
    border-color: #7d1f2c !important;
    transform: translateY(-2px);
  }

  body media-gallery.product-column-left .thumbnails .thumbnail img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
  }

  body media-gallery.product-column-left .main-image {
    min-height: 650px;
    border: 1px solid rgba(23, 18, 15, .06);
    background: #f7f7f5;
  }

  body media-gallery.product-column-left .zaini-gallery-sales {
    top: 18px !important;
    left: 50% !important;
    width: auto !important;
    max-width: 520px !important;
    min-height: 44px;
    padding: 10px 16px !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 14px !important;
    transform: translateX(-50%);
    border-radius: 5px !important;
    box-shadow: 0 8px 24px rgba(23, 18, 15, .08);
    white-space: nowrap;
  }

  body media-gallery.product-column-left .zaini-gallery-sales__hint {
    font-size: 0 !important;
  }

  body media-gallery.product-column-left .zaini-gallery-sales__hint::after {
    content: "Küçük görsellere tıklayarak inceleyin";
    font-size: 12px;
    line-height: 1.2;
    letter-spacing: .01em;
  }

  body media-gallery.product-column-left .zaini-gallery-sales__proof {
    display: flex !important;
    align-items: center;
    gap: 12px !important;
    font-size: 11.5px !important;
  }

  body media-gallery.product-column-left .zaini-gallery-sales__proof span {
    font-size: 11.5px !important;
  }

  body .detail.product-column-right > .product-form {
    width: 100%;
  }

  body .detail.product-column-right .zaini-product-vendor a {
    font-size: 13px !important;
    letter-spacing: .22em !important;
  }

  body .detail.product-column-right .product-title {
    font-size: clamp(48px, 3vw, 58px) !important;
    line-height: .98 !important;
    letter-spacing: -.045em !important;
  }

  body .detail.product-column-right .product-price,
  body .detail.product-column-right .product-price .price,
  body .detail.product-column-right .product-price .js-value {
    font-size: 32px !important;
    line-height: 1.15 !important;
  }

  body .detail.product-column-right .zaini-product-availability {
    font-size: 11.5px !important;
  }

  body .detail.product-column-right .zaini-product-discount {
    min-height: 29px;
    padding: 0 11px !important;
    font-size: 10px !important;
    line-height: 29px !important;
  }

  body .detail.product-column-right .zv8-product-tools {
    gap: 12px !important;
  }

  body .detail.product-column-right .zv8-tool-button,
  body .detail.product-column-right .zv8-size-finder-open {
    min-height: 46px !important;
    padding: 0 18px !important;
    font-size: 13px !important;
  }

  body .detail.product-column-right .zv8-tool-button span,
  body .detail.product-column-right .zv8-size-finder-open span {
    font-size: 13px !important;
  }

  body .detail.product-column-right .option-selector .label {
    font-size: 12px !important;
    line-height: 1.2 !important;
    letter-spacing: .16em !important;
  }

  body .detail.product-column-right .zaini-fit-note {
    margin-top: 8px !important;
    margin-bottom: 13px !important;
    font-size: 14px !important;
    line-height: 1.35 !important;
  }

  body .detail.product-column-right .option-selector__btns {
    gap: 9px !important;
  }

  body .detail.product-column-right .option-selector__btns .opt-label {
    width: 54px !important;
    min-width: 54px !important;
    height: 52px !important;
    padding: 0 !important;
    font-size: 14px !important;
    line-height: 50px !important;
  }

  body .detail.product-column-right .zv9-stock-trigger {
    min-height: 58px !important;
    padding: 10px 14px !important;
  }

  body .detail.product-column-right .zv9-stock-trigger strong {
    font-size: 13px !important;
  }

  body .detail.product-column-right .zv9-stock-trigger small {
    font-size: 10.5px !important;
  }

  body .detail.product-column-right .zaini-size-choice-status {
    font-size: 14px !important;
  }

  body .detail.product-column-right .zaini-size-choice-status strong {
    font-size: 14px !important;
  }

  body .detail.product-column-right .zaini-size-guide-trigger {
    min-height: 24px !important;
    font-size: 12.5px !important;
    line-height: 1.25 !important;
  }

  body .detail.product-column-right .quantity-submit-row .label {
    font-size: 11px !important;
    letter-spacing: .14em !important;
  }

  body .detail.product-column-right .add-to-cart {
    font-size: 14px !important;
    letter-spacing: .14em !important;
  }

  body .detail.product-column-right .zaini-extra-buy-actions__label {
    font-size: 14px !important;
    line-height: 1.15 !important;
  }

  body .detail.product-column-right .zaini-online-price-live {
    font-size: 34px !important;
    line-height: 1 !important;
  }

  body .detail.product-column-right .zaini-extra-buy-actions__meta,
  body .detail.product-column-right .zaini-online-saving {
    font-size: 11.5px !important;
    line-height: 1.25 !important;
  }

  body .detail.product-column-right .zaini-extra-buy-actions__button--cod .zaini-extra-buy-actions__label {
    font-size: 15px !important;
  }

  body .detail.product-column-right .zv9-delivery-content small {
    font-size: 9px !important;
  }

  body .detail.product-column-right .zv9-delivery-content strong {
    font-size: 13px !important;
  }

  body .detail.product-column-right .zv9-delivery-content span,
  body .detail.product-column-right .zv9-delivery-link {
    font-size: 10.5px !important;
  }
}

@media (min-width: 990px) and (max-width: 1279px) {
  body product-form.product-info {
    grid-template-columns: minmax(0, 1fr) minmax(500px, 45%) !important;
    column-gap: 34px !important;
  }

  body media-gallery.product-column-left .thumbnails {
    width: 92px !important;
    flex-basis: 92px !important;
  }

  body media-gallery.product-column-left .thumbnails .slider,
  body media-gallery.product-column-left .thumbnails .slider__grid,
  body media-gallery.product-column-left .thumbnails .slider__item,
  body media-gallery.product-column-left .thumbnails .thumbnail {
    width: 76px !important;
  }

  body media-gallery.product-column-left .thumbnails .slider__item,
  body media-gallery.product-column-left .thumbnails .thumbnail {
    height: 76px !important;
    min-width: 76px !important;
  }

  body .detail.product-column-right .product-title {
    font-size: 44px !important;
  }
}



/* ZAINI product desktop v22b — final hierarchy corrections */
@media (min-width: 990px) {
  body .detail.product-column-right > .product-form {
    width: 100% !important;
    max-width: none !important;
  }

  body media-gallery.product-column-left .zaini-gallery-sales {
    flex-wrap: nowrap !important;
  }

  body .detail.product-column-right .price__default {
    display: flex !important;
    align-items: baseline !important;
    flex-wrap: nowrap !important;
    gap: 18px !important;
    white-space: nowrap;
  }

  body .detail.product-column-right .price__current .js-value {
    font-size: 32px !important;
    line-height: 1.1 !important;
  }

  body .detail.product-column-right .price__was .js-value {
    font-size: 18px !important;
    line-height: 1.2 !important;
    letter-spacing: -.02em !important;
  }

  body .detail.product-column-right .quantity-submit-row__submit .btn.btn--large.add-to-cart.vtl-aa-animated-atc-button {
    font-size: 14px !important;
    line-height: 1.2 !important;
    letter-spacing: .14em !important;
  }
}



/* ZAINI product desktop v22c — compact desktop gallery safeguard */
@media (min-width: 990px) and (max-width: 1399px) {
  body media-gallery.product-column-left .zaini-gallery-sales {
    max-width: 330px !important;
  }

  body media-gallery.product-column-left .zaini-gallery-sales__hint {
    display: none !important;
  }
}



/* ZAINI product gallery desktop v23 — clean image, thumbnails below, sticky gallery */
@media (min-width: 990px) {
  body product-form.product-info > media-gallery.product-column-left {
    position: sticky !important;
    top: 96px !important;
    align-self: start !important;
    height: max-content !important;
  }

  body media-gallery.product-column-left .media-gallery__inner {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    grid-template-rows: auto auto auto !important;
    gap: 14px !important;
    width: 100% !important;
    position: relative !important;
  }

  body media-gallery.product-column-left .main-image {
    grid-column: 1 !important;
    grid-row: 1 !important;
    width: 100% !important;
    min-width: 0 !important;
    min-height: 0 !important;
    height: clamp(560px, calc(100vh - 300px), 720px) !important;
    border: 1px solid rgba(23, 18, 15, .08) !important;
    background: #f7f7f5 !important;
  }

  body media-gallery.product-column-left .main-image .slider,
  body media-gallery.product-column-left .main-image .slider__grid,
  body media-gallery.product-column-left .main-image .slider__item,
  body media-gallery.product-column-left .main-image .media,
  body media-gallery.product-column-left .main-image .img-ar {
    height: 100% !important;
  }

  body media-gallery.product-column-left .main-image img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
  }

  body media-gallery.product-column-left .zaini-gallery-sales {
    display: flex !important;
    grid-column: 1 !important;
    grid-row: 3 !important;
    position: static !important;
    top: auto !important;
    left: auto !important;
    width: 100% !important;
    max-width: none !important;
    min-height: 46px !important;
    padding: 11px 16px !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 16px !important;
    transform: none !important;
    border: 1px solid rgba(23, 18, 15, .10) !important;
    border-radius: 5px !important;
    background: rgba(255, 255, 255, .82) !important;
    box-shadow: none !important;
    white-space: nowrap;
  }

  body media-gallery.product-column-left .zaini-gallery-sales__hint {
    display: block !important;
  }

  body media-gallery.product-column-left .zaini-gallery-sales__proof {
    margin-left: auto;
  }

  body media-gallery.product-column-left .thumbnails {
    grid-column: 1 !important;
    grid-row: 2 !important;
    width: 100% !important;
    max-width: none !important;
    height: auto !important;
    min-height: 112px;
    padding: 10px 14px !important;
    border: 1px solid rgba(23, 18, 15, .10) !important;
    border-radius: 5px !important;
    background: rgba(255, 255, 255, .76) !important;
    overflow: hidden !important;
  }

  body media-gallery.product-column-left .thumbnails .slider {
    width: 100% !important;
    height: auto !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
  }

  body media-gallery.product-column-left .thumbnails .slider__grid {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    width: max-content !important;
    height: auto !important;
    margin: 0 auto !important;
    gap: 12px !important;
  }

  body media-gallery.product-column-left .thumbnails .slider__item {
    width: 108px !important;
    min-width: 108px !important;
    height: 90px !important;
    padding: 0 !important;
  }

  body media-gallery.product-column-left .thumbnails .thumbnail {
    width: 108px !important;
    height: 90px !important;
    border: 1px solid rgba(23, 18, 15, .14) !important;
    border-radius: 4px !important;
    background: #fff !important;
  }

  body media-gallery.product-column-left .thumbnails .slider__item.is-active .thumbnail {
    border: 2px solid #17120f !important;
  }

  body media-gallery.product-column-left .thumbnails .thumbnail img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
  }
}

@media (min-width: 990px) and (max-width: 1399px) {
  body product-form.product-info > media-gallery.product-column-left {
    top: 84px !important;
  }

  body media-gallery.product-column-left .main-image {
    height: 430px !important;
  }

  body media-gallery.product-column-left .thumbnails {
    min-height: 94px;
    padding: 8px 10px !important;
  }

  body media-gallery.product-column-left .thumbnails .slider__item,
  body media-gallery.product-column-left .thumbnails .thumbnail {
    width: 92px !important;
    min-width: 92px !important;
    height: 76px !important;
  }
}



/* ZAINI product gallery desktop v23b — remove inherited gallery offset */
@media (min-width: 990px) {
  body media-gallery.product-column-left .media-gallery__inner {
    top: 0 !important;
    padding: 0 !important;
  }

  body media-gallery.product-column-left .zaini-gallery-sales {
    margin: 0 !important;
  }
}


/* ZAINI final desktop fixes v24: compact brand grid, cart image fit, light-product clarity. */

/* Keep the three-column brand layout inside its real container at compact desktop widths. */
@media (min-width: 990px) and (max-width: 1399px) {
  body .zv10-brand-showcase .zv10-brand-grid {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 14px !important;
    width: 100% !important;
  }

  body .zv10-brand-showcase .zv10-brand-card,
  body .zv10-brand-showcase .zv10-brand-card:first-child {
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    box-sizing: border-box !important;
  }
}

/* Show the whole cart product photo instead of cropping it inside the thumbnail. */
body .js-cart-drawer .cart-item__image-link {
  position: relative !important;
  display: flex !important;
  width: 100% !important;
  height: 100% !important;
  min-width: 0 !important;
  min-height: 0 !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 !important;
  overflow: hidden !important;
}

body .js-cart-drawer .cart-item__image-link > img,
body .js-cart-drawer .cart-item__image-link > img.theme-img,
body .js-cart-drawer .cart-item__image img.theme-img {
  position: static !important;
  inset: auto !important;
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
  margin: 0 !important;
  object-fit: contain !important;
  object-position: center !important;
  transform: none !important;
  mix-blend-mode: multiply;
}

/* The white Golden Goose packshot needs a little tonal separation from the card. */
#shopify-section-template--28499115475316__featured_selection
  product-block[data-product-id="14963212845428"] .image-cont {
  background: linear-gradient(145deg, #f0ede7, #e6e1d8) !important;
}

#shopify-section-template--28499115475316__featured_selection
  product-block[data-product-id="14963212845428"] .image-cont img.theme-img {
  filter: contrast(1.2) brightness(.93) saturate(1.03) !important;
  mix-blend-mode: multiply !important;
  transform: scale(1.08) !important;
}

#shopify-section-template--28499115475316__featured_selection
  product-block[data-product-id="14963212845428"]:hover .image-cont img.theme-img {
  transform: scale(1.12) !important;
}

/* ZAINI final desktop fixes v24b: equa6l brand-card rows on compact desktop. */
@media (min-width: 990px) and (max-width: 1399px) {
  body .zv10-brand-showcase .zv10-brand-card,
  body .zv10-brand-showcase .zv10-brand-card:first-child {
    min-height: 260px !important;
  }
}

/* ZAINI mobile campaign v25: make the online-payment benefit readable at first glance. */
@media (max-width: 699px) {
  body .zv10-campaign-strip,
  body .zv10-campaign-inner {
    min-height: 68px !important;
  }

  body .zv10-campaign-strip {
    background:
      radial-gradient(circle at 12% -70%, rgba(255, 255, 255, .24), transparent 42%),
      linear-gradient(112deg, #351014 0%, #651d27 54%, #812d37 100%) !important;
    box-shadow: 0 8px 24px rgba(49, 11, 17, .18) !important;
  }

  body .zv10-campaign-inner {
    display: grid !important;
    grid-template-columns: 10px minmax(0, 1fr) auto !important;
    width: calc(100% - 24px) !important;
    gap: 9px !important;
    align-items: center !important;
  }

  body .zv10-campaign-dot {
    width: 9px !important;
    height: 9px !important;
  }

  body .zv10-campaign-inner p {
    display: grid !important;
    min-width: 0 !important;
    gap: 4px !important;
    margin: 0 !important;
  }

  body .zv10-campaign-inner strong {
    max-width: 100% !important;
    color: #fff !important;
    font-size: 11.5px !important;
    font-weight: 900 !important;
    line-height: 1.15 !important;
    letter-spacing: .055em !important;
  }

  body .zv10-campaign-inner small {
    display: block !important;
    color: rgba(255, 255, 255, .88) !important;
    font-size: 8.5px !important;
    font-weight: 650 !important;
    line-height: 1.2 !important;
    letter-spacing: .015em !important;
  }

  body .zv10-campaign-inner a {
    min-height: 34px !important;
    margin-left: 0 !important;
    padding: 0 12px !important;
    font-size: 8.5px !important;
    white-space: nowrap !important;
  }
}
949
/* ZAINI cream light v25b: a brighter warm base without turning the store cold white. */
:root {
  --zv8-cream: #faf7f2;
}

html,
body {
  background-color: #faf7f2 !important;
}

body .section-zaini-home {
  background-color: #faf7f2 !important;
}

/* ZAINI mobile logo v25c: a stronger centered wordmark without crowding the actions. */
@media (max-width: 699px) {
  body [class*="ai-header-logo-text-"] {
    color: #211416 !important;
    font-size: clamp(25.5px, 6.7vw, 28px) !important;
    font-weight: 950 !important;
    line-height: 1 !important;
    letter-spacing: .205em !important;
    text-shadow: 0 1px 0 rgba(255, 255, 255, .9), 0 5px 16px rgba(66, 24, 31, .1);
  }
}

/* ZAINI customer account access v26 */
.zaini-header-account {
  display: inline-flex;
  width: 44px;
  height: 44px;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  color: currentColor;
  text-decoration: none;
}

.zaini-header-account svg {
  width: 22px;
  height: 22px;
}

.zaini-account-menu-item {
  list-style: none;
}

.zaini-account-menu-item > a {
  position: relative;
  display: grid;
  gap: 5px;
  margin: 18px 12px 8px;
  padding: 17px 48px 17px 17px;
  color: #fff;
  text-decoration: none;
  background: linear-gradient(135deg, #43141a, #72232d);
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 14px;
  box-shadow: 0 12px 28px rgba(48, 13, 18, .18);
}

.zaini-account-menu-item strong {
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
}

.zaini-account-menu-item span {
  color: rgba(255, 255, 255, .78);
  font-size: 10px;
  line-height: 1.35;
}

.zaini-account-menu-item b {
  position: absolute;
  top: 50%;
  right: 17px;
  font-size: 20px;
  transform: translateY(-50%);
}

@media (max-width: 699px) {
  body [class*="ai-header-actions-"] {
    gap: 0 !important;
  }

  body [class*="ai-header-actions-"] > button,
  body [class*="ai-header-actions-"] > a,
  body [class*="ai-header-actions-"] .zv8-header-wishlist,
  body .zaini-header-account {
    width: 32px !important;
    min-width: 32px !important;
  }

  body [class*="ai-header-actions-"] svg,
  body .zaini-header-account svg {
    width: 20px !important;
    height: s !important;
  }
}

e/* ZAINI mobile hero transition v27: crossfade imagery without overlapping copy. */
@media (max-width: 699px) {
  body .zaini-v11-hero__slide {
    transition: opacity .34s ease, visibility 0s linear .34s !important;
  }

  body .zaini-v11-hero__slide.is-active {
    transition: opacity .34s ease !important;
  }

  body .zaini-v11-hero__slide:not(.is-active) {
    pointer-events: none !important;
  }

  body .zaini-v11-hero__slide:not(.is-active) .zaini-v11-hero__mobile-copy {
    opacity: 0 !important;
    visibility: hidden !important;
  }
}

/* ZAINI mobile header relief v27b: keep account access in the menu and restore breathing room. */
@media (max-width: 699px) {
  body .zaini-header-account {
    display: none !important;
  }

  body [class*="ai-header-actions-"] > button,
  body [class*="ai-header-actions-"] > a,
  body [class*="ai-header-actions-"] .zv8-header-wishlist {
    width: 36px !important;
    min-width: 36px !important;
  }
}
petten a

/* ZAINI brand showcase v28 — four accurate brand worlds, responsive editorial grid */

body .zv10-brand-showcase[data-zaini-brand-v28="true"] {
  width: min(1480px, calc(100% - 96px)) !important;
  margin: 50px auto 62px !important;
  padding: 40px !important;
  overflow: hidden !important;
  color: #fff !important;
  background:
    radial-gradient(circle at 90% 2%, rgba(215, 153, 163, .18), transparent 31%),
    radial-gradient(circle at 7% 92%, rgba(255, 255, 255, .06), transparent 29%),
    linear-gradient(142deg, #211719 0%, #36171d 54%, #5c1d29 100%) !important;
  border: 1px solid rgba(255, 255, 255, .1) !important;
  border-radius: 30px !important;
  box-shadow: 0 24px 64px rgba(42, 16, 22, .17) !important;
}

body .zv10-brand-showcase[data-zaini-brand-v28="true"] .zv10-brand-heading {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  gap: 28px !important;
  align-items: end !important;
  margin: 0 0 26px !important;
  padding: 0 2px !important;
}

body .zv10-brand-showcase[data-zaini-brand-v28="true"] .zv10-brand-heading small {
  display: block !important;
  margin: 0 0 9px !important;
  color: #dda7b0 !important;
  font-size: 9px !important;
  font-weight: 900 !important;
  letter-spacing: .18em !important;
}

body .zv10-brand-showcase[data-zaini-brand-v28="true"] .zv10-brand-heading h2 {
  margin: 0 !important;
  color: #fff !important;
  font-size: clamp(38px, 3.6vw, 58px) !important;
  font-weight: 830 !important;
  letter-spacing: -.052em !important;
  line-height: .92 !important;
}

body .zv10-brand-showcase[data-zaini-brand-v28="true"] .zv28-brand-intro {
  max-width: 620px;
  margin: 14px 0 0;
  color: rgba(255, 255, 255, .68);
  font-size: 12px;
  line-height: 1.55;
}

body .zv10-brand-showcase[data-zaini-brand-v28="true"] .zv10-brand-heading > a {
  display: inline-flex !important;
  min-height: 44px !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 18px !important;
  color: #fff !important;
  font-size: 9px !important;
  font-weight: 850 !important;
  letter-spacing: .07em !important;
  background: rgba(255, 255, 255, .09) !important;
  border: 1px solid rgba(255, 255, 255, .26) !important;
  border-radius: 999px !important;
  box-shadow: none !important;
  backdrop-filter: blur(12px);
}

body .zv10-brand-showcase[data-zaini-brand-v28="true"] .zv10-brand-grid {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 14px !important;
  width: 100% !important;
  padding: 0 !important;
  overflow: visible !important;
  scroll-snap-type: none !important;
}

body .zv10-brand-showcase[data-zaini-brand-v28="true"] .zv10-brand-card,
body .zv10-brand-showcase[data-zaini-brand-v28="true"] .zv10-brand-card:first-child {
  position: relative !important;
  display: block !important;
  width: 100% !important;
  min-width: 0 !important;
  min-height: 360px !important;
  aspect-ratio: .86 / 1 !important;
  overflow: hidden !important;
  background: #e8e2da !important;
  border: 1px solid rgba(255, 255, 255, .28) !important;
  border-radius: 20px !important;
  box-shadow: 0 14px 34px rgba(13, 8, 9, .2) !important;
  isolation: isolate !important;
  scroll-snap-align: none !important;
}

body .zv10-brand-showcase[data-zaini-brand-v28="true"] .zv10-brand-card[data-brand="new-balance"] { background: #dddcd7 !important; }
body .zv10-brand-showcase[data-zaini-brand-v28="true"] .zv10-brand-card[data-brand="adidas"] { background: #e7ddd0 !important; }
body .zv10-brand-showcase[data-zaini-brand-v28="true"] .zv10-brand-card[data-brand="nike"] { background: #eceae5 !important; }
body .zv10-brand-showcase[data-zaini-brand-v28="true"] .zv10-brand-card[data-brand="longchamp"] { background: #dfd0c3 !important; }

body .zv10-brand-showcase[data-zaini-brand-v28="true"] .zv10-brand-card::before {
  content: '' !important;
  position: absolute !important;
  z-index: 2 !important;
  inset: 0 !important;
  background: linear-gradient(180deg, rgba(24, 16, 17, 0) 38%, rgba(24, 13, 16, .16) 57%, rgba(18, 10, 12, .92) 100%) !important;
  pointer-events: none !important;
}

body .zv10-brand-showcase[data-zaini-brand-v28="true"] .zv10-brand-card::after {
  content: attr(data-index) !important;
  position: absolute !important;
  z-index: 4 !important;
  top: 13px !important;
  right: 13px !important;
  bottom: auto !important;
  left: auto !important;
  display: grid !important;
  width: 31px !important;
  height: 31px !important;
  place-items: center !important;
  padding: 0 !important;
  color: #fff !important;
  font-size: 8px !important;
  font-weight: 900 !important;
  letter-spacing: .04em !important;
  background: rgba(42, 17, 22, .7) !important;
  border: 1px solid rgba(255, 255, 255, .25) !important;
  border-radius: 50% !important;
  backdrop-filter: blur(10px);
}

body .zv10-brand-showcase[data-zaini-brand-v28="true"] .zv10-brand-card img {
  position: absolute !important;
  inset: 0 !important;
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  padding: 18px 14px 48px !important;
  object-fit: contain !important;
  object-position: center 43% !important;
  filter: saturate(.98) contrast(1.04) !important;
  mix-blend-mode: multiply;
  transform: scale(1.03) !important;
  transition: transform .55s ease, filter .55s ease !important;
}

body .zv10-brand-showcase[data-zaini-brand-v28="true"] .zv10-brand-card:hover img {
  filter: saturate(1.05) contrast(1.06) !important;
  transform: scale(1.085) !important;
}

body .zv10-brand-showcase[data-zaini-brand-v28="true"] .zv10-brand-copy {
  position: absolute !important;
  z-index: 3 !important;
  right: 18px !important;
  bottom: 17px !important;
  left: 18px !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
}

body .zv10-brand-showcase[data-zaini-brand-v28="true"] .zv10-brand-copy small {
  margin: 0 0 6px !important;
  color: rgba(255, 255, 255, .7) !important;
  font-size: 7px !important;
  font-weight: 900 !important;
  letter-spacing: .16em !important;
}

body .zv10-brand-showcase[data-zaini-brand-v28="true"] .zv10-brand-copy strong {
  color: #fff !important;
  font-size: clamp(22px, 1.8vw, 30px) !important;
  font-weight: 850 !important;
  letter-spacing: -.04em !important;
  line-height: .98 !important;
}

body .zv10-brand-showcase[data-zaini-brand-v28="true"] .zv10-brand-copy b {
  display: inline-flex !important;
  min-height: 31px !important;
  align-items: center !important;
  margin: 11px 0 0 !important;
  padding: 0 11px !important;
  color: #fff !important;
  font-size: 7px !important;
  font-weight: 850 !important;
  letter-spacing: .07em !important;
  background: rgba(255, 255, 255, .11) !important;
  border: 1px solid rgba(255, 255, 255, .28) !important;
  border-radius: 999px !important;
  backdrop-filter: blur(10px);
}

@media (min-width: 750px) and (max-width: 1099px) {
  body .zv10-brand-showcase[data-zaini-brand-v28="true"] {
    width: calc(100% - 48px) !important;
    padding: 30px !important;
  }

  body .zv10-brand-showcase[data-zaini-brand-v28="true"] .zv10-brand-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  body .zv10-brand-showcase[data-zaini-brand-v28="true"] .zv10-brand-card,
  body .zv10-brand-showcase[data-zaini-brand-v28="true"] .zv10-brand-card:first-child {
    min-height: 330px !important;
    aspect-ratio: 1.25 / 1 !important;
  }
}

@media (max-width: 749px) {
  body .zv10-brand-showcase[data-zaini-brand-v28="true"] {
    width: calc(100% - 24px) !important;
    margin: 30px auto 38px !important;
    padding: 23px 13px 14px !important;
    border: 1px solid rgba(255, 255, 255, .1) !important;
    border-radius: 23px !important;
  }

  body .zv10-brand-showcase[data-zaini-brand-v28="true"] .zv10-brand-heading {
    grid-template-columns: 1fr auto !important;
    gap: 12px !important;
    margin-bottom: 17px !important;
    padding: 0 3px !important;
  }

  body .zv10-brand-showcase[data-zaini-brand-v28="true"] .zv10-brand-heading small {
    margin-bottom: 7px !important;
    font-size: 7px !important;
    letter-spacing: .16em !important;
  }

  body .zv10-brand-showcase[data-zaini-brand-v28="true"] .zv10-brand-heading h2 {
    max-width: 245px !important;
    font-size: 31px !important;
    line-height: .94 !important;
  }

  body .zv10-brand-showcase[data-zaini-brand-v28="true"] .zv28-brand-intro {
    max-width: 275px;
    margin-top: 9px;
    font-size: 9px;
    line-height: 1.45;
  }

  body .zv10-brand-showcase[data-zaini-brand-v28="true"] .zv10-brand-heading > a {
    min-height: 36px !important;
    padding: 0 11px !important;
    font-size: 7px !important;
  }

  body .zv10-brand-showcase[data-zaini-brand-v28="true"] .zv10-brand-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 8px !important;
    padding: 0 !important;
    overflow: visible !important;
  }

  body .zv10-brand-showcase[data-zaini-brand-v28="true"] .zv10-brand-card,
  body .zv10-brand-showcase[data-zaini-brand-v28="true"] .zv10-brand-card:first-child {
    width: 100% !important;
    min-width: 0 !important;
    min-height: 218px !important;
    aspect-ratio: .78 / 1 !important;
    border-radius: 15px !important;
  }

  body .zv10-brand-showcase[data-zaini-brand-v28="true"] .zv10-brand-card img {
    padding: 9px 7px 42px !important;
    object-position: center 40% !important;
    transform: scale(1.04) !important;
  }

  body .zv10-brand-showcase[data-zaini-brand-v28="true"] .zv10-brand-card::after {
    top: 9px !important;
    right: 9px !important;
    width: 25px !important;
    height: 25px !important;
    font-size: 7px !important;
  }

  body .zv10-brand-showcase[data-zaini-brand-v28="true"] .zv10-brand-copy {
    right: 11px !important;
    bottom: 11px !important;
    left: 11px !important;
  }

  body .zv10-brand-showcase[data-zaini-brand-v28="true"] .zv10-brand-copy small {
    margin-bottom: 4px !important;
    font-size: 6px !important;
    letter-spacing: .12em !important;
  }

  body .zv10-brand-showcase[data-zaini-brand-v28="true"] .zv10-brand-copy strong {
    font-size: 18px !important;
    line-height: 1 !important;
  }

  body .zv10-brand-showcase[data-zaini-brand-v28="true"] .zv10-brand-copy b {
    min-height: 27px !important;
    margin-top: 8px !important;
    padding: 0 9px !important;
    font-size: 6px !important;
  }
}



/* ZAINI brand showcase v28b — contrast and product-fit correction */

html body main .zv10-brand-showcase[data-zaini-brand-v28="true"] {
  color: #fff !important;
  background:
    radial-gradient(circle at 92% 3%, rgba(224, 154, 168, .22), transparent 32%),
    radial-gradient(circle at 5% 100%, rgba(255, 255, 255, .07), transparent 30%),
    linear-gradient(142deg, #201416 0%, #3b171e 56%, #651f2d 100%) !important;
  border-color: rgba(255, 255, 255, .12) !important;
  box-shadow: 0 25px 66px rgba(42, 16, 22, .22) !important;
}

html body main .zv10-brand-showcase[data-zaini-brand-v28="true"] .zv10-brand-heading small {
  color: #f0b7c2 !important;
  text-shadow: 0 1px 12px rgba(0, 0, 0, .2) !important;
}

html body main .zv10-brand-showcase[data-zaini-brand-v28="true"] .zv10-brand-heading h2 {
  color: #fff !important;
  text-shadow: 0 3px 22px rgba(0, 0, 0, .2) !important;
}

html body main .zv10-brand-showcase[data-zaini-brand-v28="true"] .zv28-brand-intro {
  color: rgba(255, 255, 255, .84) !important;
}

html body main .zv10-brand-showcase[data-zaini-brand-v28="true"] .zv10-brand-heading > a {
  color: #fff !important;
  background: rgba(255, 255, 255, .13) !important;
  border-color: rgba(255, 255, 255, .38) !important;
}

html body main .zv10-brand-showcase[data-zaini-brand-v28="true"] .zv10-brand-card img {
  padding: 2px 2px 50px !important;
  object-position: center 44% !important;
  mix-blend-mode: multiply !important;
}

html body main .zv10-brand-showcase[data-zaini-brand-v28="true"] .zv10-brand-card[data-brand="new-balance"] img,
html body main .zv10-brand-showcase[data-zaini-brand-v28="true"] .zv10-brand-card[data-brand="adidas"] img {
  transform: scale(1.16) !important;
}

html body main .zv10-brand-showcase[data-zaini-brand-v28="true"] .zv10-brand-card[data-brand="nike"] img {
  transform: scale(1.18) !important;
}

html body main .zv10-brand-showcase[data-zaini-brand-v28="true"] .zv10-brand-card[data-brand="longchamp"] img {
  padding-right: 8px !important;
  padding-left: 8px !important;
  transform: scale(1.10) !important;
}

html body main .zv10-brand-showcase[data-zaini-brand-v28="true"] .zv10-brand-card:hover img {
  transform: scale(1.21) !important;
}

html body main .zv10-brand-showcase[data-zaini-brand-v28="true"] .zv10-brand-copy small {
  color: rgba(255, 255, 255, .82) !important;
}

html body main .zv10-brand-showcase[data-zaini-brand-v28="true"] .zv10-brand-copy strong {
  color: #fff !important;
  text-shadow: 0 2px 14px rgba(0, 0, 0, .32) !important;
}

@media (max-width: 749px) {
  html body main .zv10-brand-showcase[data-zaini-brand-v28="true"] {
    background:
      radial-gradient(circle at 96% 1%, rgba(224, 154, 168, .20), transparent 35%),
      linear-gradient(145deg, #241518 0%, #451923 62%, #651f2d 100%) !important;
  }

  html body main .zv10-brand-showcase[data-zaini-brand-v28="true"] .zv10-brand-card img {
    padding-bottom: 42px !important;
  }

  html body main .zv10-brand-showcase[data-zaini-brand-v28="true"] .zv10-brand-card[data-brand="new-balance"] img,
  html body main .zv10-brand-showcase[data-zaini-brand-v28="true"] .zv10-brand-card[data-brand="adidas"] img {
    transform: scale(1.13) !important;
  }

  html body main .zv10-brand-showcase[data-zaini-brand-v28="true"] .zv10-brand-card[data-brand="nike"] img {
    transform: scale(1.15) !important;
  }

  html body main .zv10-brand-showcase[data-zaini-brand-v28="true"] .zv10-brand-card[data-brand="longchamp"] img {
    transform: scale(1.07) !important;
  }
}

/* Five-card swipe rail: four strong cards on desktop, two-plus on mobile. */
html body main .zv10-brand-showcase[data-zaini-brand-v28="true"] .zv10-brand-grid {
  display: flex !important;
  grid-template-columns: none !important;
  gap: 14px !important;
  overflow-x: auto !important;
  overflow-y: hidden !important;
  scroll-behavior: smooth !important;
  scroll-snap-type: x mandatory !important;
  overscroll-behavior-x: contain !important;
  scrollbar-width: none !important;
  -webkit-overflow-scrolling: touch !important;
}

html body main .zv10-brand-showcase[data-zaini-brand-v28="true"] .zv10-brand-grid::-webkit-scrollbar {
  display: none !important;
}

html body main .zv10-brand-showcase[data-zaini-brand-v28="true"] .zv10-brand-card,
html body main .zv10-brand-showcase[data-zaini-brand-v28="true"] .zv10-brand-card:first-child {
  flex: 0 0 calc((100% - 42px) / 4) !important;
  width: calc((100% - 42px) / 4) !important;
  scroll-snap-align: start !important;
  scroll-snap-stop: always !important;
}

html body main .zv10-brand-showcase[data-zaini-brand-v28="true"] .zv28-brand-controls {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  margin: 17px 2px 0 !important;
  color: rgba(255, 255, 255, .68) !important;
  font-size: 8px !important;
  font-weight: 850 !important;
  letter-spacing: .15em !important;
}

html body main .zv10-brand-showcase[data-zaini-brand-v28="true"] .zv28-brand-controls div {
  display: flex !important;
  gap: 7px !important;
}

html body main .zv10-brand-showcase[data-zaini-brand-v28="true"] .zv28-brand-controls button {
  display: grid !important;
  width: 38px !important;
  height: 38px !important;
  place-items: center !important;
  padding: 0 !important;
  color: #fff !important;
  font: inherit !important;
  font-size: 14px !important;
  background: rgba(255, 255, 255, .11) !important;
  border: 1px solid rgba(255, 255, 255, .28) !important;
  border-radius: 50% !important;
  box-shadow: none !important;
  cursor: pointer !important;
}

html body main .zv10-brand-showcase[data-zaini-brand-v28="true"] .zv28-brand-controls button:hover {
  background: rgba(255, 255, 255, .2) !important;
}

html body main .zv10-brand-showcase[data-zaini-brand-v28="true"] .zv10-brand-card[data-brand="golden-goose"] {
  background: #e9e3d9 !important;
}

html body main .zv10-brand-showcase[data-zaini-brand-v28="true"] .zv10-brand-card[data-brand="golden-goose"] img {
  transform: scale(1.15) !important;
}

@media (min-width: 750px) and (max-width: 1099px) {
  html body main .zv10-brand-showcase[data-zaini-brand-v28="true"] .zv10-brand-card,
  html body main .zv10-brand-showcase[data-zaini-brand-v28="true"] .zv10-brand-card:first-child {
    flex-basis: calc((100% - 14px) / 2.2) !important;
    width: calc((100% - 14px) / 2.2) !important;
  }
}

@media (max-width: 749px) {
  html body main .zv10-brand-showcase[data-zaini-brand-v28="true"] .zv10-brand-grid {
    gap: 8px !important;
    margin-right: -13px !important;
    padding-right: 13px !important;
  }

  html body main .zv10-brand-showcase[data-zaini-brand-v28="true"] .zv10-brand-card,
  html body main .zv10-brand-showcase[data-zaini-brand-v28="true"] .zv10-brand-card:first-child {
    flex-basis: calc((100% - 8px) / 2.14) !important;
    width: calc((100% - 8px) / 2.14) !important;
    min-width: calc((100% - 8px) / 2.14) !important;
  }

  html body main .zv10-brand-showcase[data-zaini-brand-v28="true"] .zv28-brand-controls {
    margin: 12px 3px 0 !important;
    font-size: 7px !important;
  }

  html body main .zv10-brand-showcase[data-zaini-brand-v28="true"] .zv28-brand-controls button {
    width: 34px !important;
    height: 34px !important;
    font-size: 13px !important;
  }

  html body main .zv10-brand-showcase[data-zaini-brand-v28="true"] .zv10-brand-card[data-brand="golden-goose"] img {
    transform: scale(1.12) !important;
  }
}


/* ZAINI brand showcase v28c — seven-brand final polish */

html body main .zv10-brand-showcase[data-zaini-brand-v28="true"] .zv10-brand-card[data-brand="alexander-mcqueen"] {
  background: #e4dfd8 !important;
}

html body main .zv10-brand-showcase[data-zaini-brand-v28="true"] .zv10-brand-card[data-brand="valentino"] {
  background: #e7ded5 !important;
}

html body main .zv10-brand-showcase[data-zaini-brand-v28="true"] .zv10-brand-card[data-brand="new-balance"] img,
html body main .zv10-brand-showcase[data-zaini-brand-v28="true"] .zv10-brand-card[data-brand="adidas"] img {
  transform: scale(1.12) !important;
}

html body main .zv10-brand-showcase[data-zaini-brand-v28="true"] .zv10-brand-card[data-brand="nike"] img {
  transform: scale(1.14) !important;
}

html body main .zv10-brand-showcase[data-zaini-brand-v28="true"] .zv10-brand-card[data-brand="golden-goose"] img,
html body main .zv10-brand-showcase[data-zaini-brand-v28="true"] .zv10-brand-card[data-brand="alexander-mcqueen"] img,
html body main .zv10-brand-showcase[data-zaini-brand-v28="true"] .zv10-brand-card[data-brand="valentino"] img {
  transform: scale(1.13) !important;
}

html body main .zv10-brand-showcase[data-zaini-brand-v28="true"] .zv10-brand-card[data-brand="longchamp"] img {
  transform: scale(1.06) !important;
}

@media (max-width: 749px) {
  html body main .zv10-brand-showcase[data-zaini-brand-v28="true"] .zv10-brand-heading small {
    font-size: 7.5px !important;
  }

  html body main .zv10-brand-showcase[data-zaini-brand-v28="true"] .zv28-brand-intro {
    max-width: 310px !important;
    font-size: 10px !important;
    line-height: 1.5 !important;
  }

  html body main .zv10-brand-showcase[data-zaini-brand-v28="true"] .zv10-brand-copy small {
    font-size: 7px !important;
    letter-spacing: .11em !important;
  }

  html body main .zv10-brand-showcase[data-zaini-brand-v28="true"] .zv10-brand-copy strong {
    font-size: 19px !important;
  }

  html body main .zv10-brand-showcase[data-zaini-brand-v28="true"] .zv10-brand-card[data-brand="alexander-mcqueen"] .zv10-brand-copy strong {
    font-size: 17px !important;
  }

  html body main .zv10-brand-showcase[data-zaini-brand-v28="true"] .zv10-brand-copy b {
    font-size: 7px !important;
  }

  html body main .zv10-brand-showcase[data-zaini-brand-v28="true"] .zv28-brand-controls {
    font-size: 7.5px !important;
  }

  html body main .zv10-brand-showcase[data-zaini-brand-v28="true"] .zv10-brand-card[data-brand="new-balance"] img,
  html body main .zv10-brand-showcase[data-zaini-brand-v28="true"] .zv10-brand-card[data-brand="adidas"] img {
    transform: scale(1.10) !important;
  }

  html body main .zv10-brand-showcase[data-zaini-brand-v28="true"] .zv10-brand-card[data-brand="nike"] img,
  html body main .zv10-brand-showcase[data-zaini-brand-v28="true"] .zv10-brand-card[data-brand="golden-goose"] img,
  html body main .zv10-brand-showcase[data-zaini-brand-v28="true"] .zv10-brand-card[data-brand="alexander-mcqueen"] img,
  html body main .zv10-brand-showcase[data-zaini-brand-v28="true"] .zv10-brand-card[data-brand="valentino"] img {
    transform: scale(1.11) !important;
  }

  html body main .zv10-brand-showcase[data-zaini-brand-v28="true"] .zv10-brand-card[data-brand="longchamp"] img {
    transform: scale(1.04) !important;
  }
}


/* ZAINI brand showcase v28d — Coach and Guess bag cards */

html body main .zv10-brand-showcase[data-zaini-brand-v28="true"] .zv10-brand-card[data-brand="coach"] {
  background: #ded3c7 !important;
}

html body main .zv10-brand-showcase[data-zaini-brand-v28="true"] .zv10-brand-card[data-brand="guess"] {
  background: #e6ddd3 !important;
}

html body main .zv10-brand-showcase[data-zaini-brand-v28="true"] .zv10-brand-card[data-brand="coach"] img,
html body main .zv10-brand-showcase[data-zaini-brand-v28="true"] .zv10-brand-card[data-brand="guess"] img {
  padding-right: 8px !important;
  padding-left: 8px !important;
  transform: scale(1.07) !important;
}

@media (max-width: 749px) {
  html body main .zv10-brand-showcase[data-zaini-brand-v28="true"] .zv10-brand-card[data-brand="coach"] img,
  html body main .zv10-brand-showcase[data-zaini-brand-v28="true"] .zv10-brand-card[data-brand="guess"] img {
    transform: scale(1.05) !important;
  }


}


/* ZAINI brand showcase v28e — cleaner cards and equal visual weight */

html body main .zv10-brand-showcase[data-zaini-brand-v28="true"] .zv10-brand-card,
html body main .zv10-brand-showcase[data-zaini-brand-v28="true"] .zv10-brand-card:first-child,
html body main .zv10-brand-showcase[data-zaini-brand-v28="true"] .zv10-brand-card[data-brand] {
  background: #e3dfd7 !important;
  border-color: rgba(255, 255, 255, .30) !important;
}

html body main .zv10-brand-showcase[data-zaini-brand-v28="true"] .zv10-brand-card::before {
  background: linear-gradient(180deg, rgba(24, 16, 17, 0) 38%, rgba(24, 13, 16, .16) 57%, rgba(18, 10, 12, .92) 100%) !important;
}

html body main .zv10-brand-showcase[data-zaini-brand-v28="true"] .zv10-brand-card::after {
  content: none !important;
  display: none !important;
}

html body main .zv10-brand-showcase[data-zaini-brand-v28="true"] .zv10-brand-card img {
  object-position: center 44% !important;
}

html body main .zv10-brand-showcase[data-zaini-brand-v28="true"] .zv10-brand-card[data-brand="coach"] img {
  transform: scale(1.18) !important;
}

html body main .zv10-brand-showcase[data-zaini-brand-v28="true"] .zv10-brand-card[data-brand="guess"] img {
  transform: scale(1.06) !important;
}

html body main .zv10-brand-showcase[data-zaini-brand-v28="true"] .zv10-brand-card[data-brand="longchamp"] img {
  transform: scale(1.05) !important;
}

@media (max-width: 749px) {
  html body main .zv10-brand-showcase[data-zaini-brand-v28="true"] .zv10-brand-card[data-brand="coach"] img {
    transform: scale(1.16) !important;
  }

  html body main .zv10-brand-showcase[data-zaini-brand-v28="true"] .zv10-brand-card[data-brand="guess"] img,
  html body main .zv10-brand-showcase[data-zaini-brand-v28="true"] .zv10-brand-card[data-brand="longchamp"] img {
    transform: scale(1.05) !important;
  }
}


/* ZAINI brand showcase v28f — equal visual weight for bag silhouettes */

html body main .zv10-brand-showcase[data-zaini-brand-v28="true"] .zv10-brand-card,
html body main .zv10-brand-showcase[data-zaini-brand-v28="true"] .zv10-brand-card:first-child,
html body main .zv10-brand-showcase[data-zaini-brand-v28="true"] .zv10-brand-card[data-brand] {
  background: #ebe7df !important;
}

html body main .zv10-brand-showcase[data-zaini-brand-v28="true"] .zv10-brand-card::before {
  background: linear-gradient(180deg, rgba(24, 16, 17, 0) 47%, rgba(24, 13, 16, .06) 64%, rgba(18, 10, 12, .76) 100%) !important;
}

html body main .zv10-brand-showcase[data-zaini-brand-v28="true"] .zv10-brand-card img {
  filter: saturate(1.10) contrast(1.02) brightness(1.09) !important;
}

html body main .zv10-brand-showcase[data-zaini-brand-v28="true"] .zv10-brand-card:hover img {
  filter: saturate(1.14) contrast(1.03) brightness(1.10) !important;
}

html body main .zv10-brand-showcase[data-zaini-brand-v28="true"] .zv10-brand-card[data-brand="golden-goose"] img {
  object-position: center 37% !important;
}

html body main .zv10-brand-showcase[data-zaini-brand-v28="true"] .zv10-brand-card[data-brand="coach"] img,
html body main .zv10-brand-showcase[data-zaini-brand-v28="true"] .zv10-brand-card[data-brand="guess"] img {
  transform: scale(1.10) !important;
}

html body main .zv10-brand-showcase[data-zaini-brand-v28="true"] .zv10-brand-card[data-brand="longchamp"] img {
  transform: scale(.88) !important;
}

@media (max-width: 749px) {
  html body main .zv10-brand-showcase[data-zaini-brand-v28="true"] .zv10-brand-card[data-brand="coach"] img,
  html body main .zv10-brand-showcase[data-zaini-brand-v28="true"] .zv10-brand-card[data-brand="guess"] img {
    transform: scale(1.10) !important;
  }

  html body main .zv10-brand-showcase[data-zaini-brand-v28="true"] .zv10-brand-card[data-brand="longchamp"] img {
    transform: scale(.88) !important;
  }
}


/* ZAINI brand showcase v28g — optical alignment by source-image whitespace */
html body main .zv10-brand-showcase[data-zaini-brand-v28="true"]
  .zv10-brand-card[data-brand="golden-goose"] img {
  object-position: center 15% !important;
}

html body main .zv10-brand-showcase[data-zaini-brand-v28="true"]
  .zv10-brand-card[data-brand="coach"] img {
  object-position: center 20% !important;
}

html body main .zv10-brand-showcase[data-zaini-brand-v28="true"]
  .zv10-brand-card[data-brand="longchamp"] img {
  object-position: center 25% !important;
}


/* ZAINI brand showcase v28h — final optical baseline correction */
html body main .zv10-brand-showcase[data-zaini-brand-v28="true"]
  .zv10-brand-card[data-brand="golden-goose"] img,
html body main .zv10-brand-showcase[data-zaini-brand-v28="true"]
  .zv10-brand-card[data-brand="longchamp"] img {
  object-position: center 5% !important;
}


/* ZAINI brand showcase v28i — exact mobile optical baseline */
html body main .zv10-brand-showcase[data-zaini-brand-v28="true"]
  .zv10-brand-card[data-brand="golden-goose"] img {
  object-position: center 0% !important;
}

html body main .zv10-brand-showcase[data-zaini-brand-v28="true"]
  .zv10-brand-card[data-brand="longchamp"] img {
  object-position: center -5% !important;
}


/* ZAINI brand showcase v28j — final shared optical baseline */
html body main .zv10-brand-showcase[data-zaini-brand-v28="true"]
  .zv10-brand-card[data-brand="golden-goose"] img,
html body main .zv10-brand-showcase[data-zaini-brand-v28="true"]
  .zv10-brand-card[data-brand="longchamp"] img {
  object-position: center -5% !important;
}


/* ZAINI brand showcase v28k — Longchamp source-canvas compensation */
html body main .zv10-brand-showcase[data-zaini-brand-v28="true"]
  .zv10-brand-card[data-brand="longchamp"] img {
  object-position: center -20% !important;
}


/* ZAINI secure-shopping footer v29 */
.zaini-paytr-footer {
  width: 100%;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: clamp(28px, 5vw, 80px);
  padding: clamp(28px, 3.4vw, 48px) 0;
  margin: 0;
  border-top: 1px solid rgba(255, 255, 255, .16);
  color: #fff;
}

.zaini-paytr-footer__copy {
  max-width: 640px;
}

.zaini-paytr-footer__eyebrow {
  display: block;
  margin-bottom: 9px;
  color: #d6b36b;
  font-size: 10px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: .22em;
}

.zaini-paytr-footer__copy strong {
  display: block;
  color: #fff;
  font-size: clamp(19px, 2vw, 28px);
  font-weight: 650;
  line-height: 1.15;
  letter-spacing: -.025em;
}

.zaini-paytr-footer__copy p {
  margin: 10px 0 0;
  color: rgba(255, 255, 255, .62);
  font-size: 11px;
  line-height: 1.55;
  letter-spacing: .015em;
}

.zaini-paytr-footer__logos {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: clamp(18px, 2.4vw, 34px);
  min-width: min(100%, 440px);
  color: #fff;
  filter: grayscale(1);
}

.zaini-paytr-footer__logos > span {
  position: relative;
  flex: 0 0 auto;
  color: #fff;
  line-height: 1;
  opacity: .94;
}

.zaini-paytr-footer__paytr {
  font-size: 24px;
  font-weight: 800;
  letter-spacing: -.08em;
}

.zaini-paytr-footer__paytr span {
  font-weight: 900;
}

.zaini-paytr-footer__paytr i {
  display: inline-grid;
  width: 13px;
  height: 13px;
  margin-left: 4px;
  place-items: center;
  border-radius: 50%;
  background: #fff;
  color: #111;
  font-size: 8px;
  font-style: normal;
  vertical-align: 8px;
}

.zaini-paytr-footer__mastercard {
  width: 45px;
  height: 29px;
}

.zaini-paytr-footer__mastercard i {
  position: absolute;
  top: 0;
  width: 22px;
  height: 22px;
  border: 1.5px solid #fff;
  border-radius: 50%;
}

.zaini-paytr-footer__mastercard i:first-child { left: 3px; }
.zaini-paytr-footer__mastercard i:nth-child(2) { right: 3px; }
.zaini-paytr-footer__mastercard b {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  font-size: 6px;
  font-weight: 650;
  letter-spacing: -.03em;
  text-align: center;
}

.zaini-paytr-footer__visa {
  font-size: 25px;
  font-weight: 900;
  font-style: italic;
  letter-spacing: -.09em;
}

.zaini-paytr-footer__amex {
  padding: 3px 4px 2px;
  border: 1px solid rgba(255, 255, 255, .82);
  font-size: 7px;
  font-weight: 900;
  line-height: .88 !important;
  letter-spacing: -.025em;
  text-align: center;
}

.zaini-paytr-footer__troy {
  font-size: 24px;
  font-weight: 850;
  font-style: italic;
  letter-spacing: -.09em;
}

@media (max-width: 749px) {
  .zaini-paytr-footer {
    grid-template-columns: 1fr;
    gap: 22px;
    padding: 28px 0 26px;
  }

  .zaini-paytr-footer__copy strong {
    max-width: 320px;
    font-size: 21px;
  }

  .zaini-paytr-footer__copy p {
    max-width: 360px;
    font-size: 10px;
  }

  .zaini-paytr-footer__logos {
    width: 100%;
    min-width: 0;
    justify-content: space-between;
    gap: 12px;
  }

  .zaini-paytr-footer__paytr,
  .zaini-paytr-footer__visa,
  .zaini-paytr-footer__troy {
    font-size: 21px;
  }

  .zaini-paytr-footer__mastercard {
    transform: scale(.9);
  }
}

@media (max-width: 390px) {
  .zaini-paytr-footer__logos {
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 17px 24px;
  }
}

/* ZAINI cart drawer overflow fix v31 */
cart-drawer.js-cart-drawer {
  height: 100dvh;
  max-height: 100dvh;
  overflow: hidden;
}

cart-drawer.js-cart-drawer > cart-form.cart-drawer {
  flex: 1 1 0 !important;
  min-height: 0 !important;
  height: 100% !important;
  max-height: 100% !important;
  overflow: hidden !important;
}

cart-drawer.js-cart-drawer .cart-drawer__content {
  flex: 1 1 0 !important;
  min-height: 0 !important;
  overflow-y: auto !important;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

cart-drawer.js-cart-drawer .cart-drawer__footer {
  flex: 0 0 auto !important;
  position: relative;
  z-index: 2;
  background: #fff;
  padding-bottom: max(14px, env(safe-area-inset-bottom));
}

@supports not (height: 100dvh) {
  cart-drawer.js-cart-drawer {
    height: 100vh;
    max-height: 100vh;
  }
}

/* ZAINI UX repairs v33 */
.collection-listing:not(.slider) .product-block .image-cont {
  position: relative;
}

.collection-listing:not(.slider) .product-block .image-cont > a.product-link {
  position: relative !important;
  inset: auto !important;
  z-index: 3 !important;
  display: block !important;
  width: 100% !important;
  height: auto !important;
  pointer-events: auto !important;
  touch-action: manipulation !important;
}

.collection-listing:not(.slider) .zaini-swipe-hint {
  pointer-events: none !important;
  user-select: none;
}

.collection-listing:not(.slider) .zv8-card-heart {
  z-index: 7 !important;
}

.product-info-accordion .disclosure__content {
  color: #3F3934 !important;
  opacity: 1 !important;
}

.product-info-accordion .disclosure__content * {
  color: inherit !important;
  opacity: 1 !important;
}

.product-info-accordion .disclosure__content h1,
.product-info-accordion .disclosure__content h2,
.product-info-accordion .disclosure__content h3,
.product-info-accordion .disclosure__content h4,
.product-info-accordion .disclosure__content strong {
  color: #17120F !important;
}

.product-info-accordion details > summary::after {
  opacity: 1 !important;
  transform: none !important;
}

.product-info-accordion details > summary::before {
  opacity: 1 !important;
  transform: rotate(90deg) !important;
  transition: opacity 0.18s ease, transform 0.18s ease;
}

.product-info-accordion details[open] > summary::before {
  opacity: 0 !important;
  transform: rotate(90deg) scaleX(0.5) !important;
}

@media (max-width: 767px) {
  .filter-container--show-filters-mobile .filter-shade {
    z-index: 13000 !important;
  }

  .filter-container--show-filters-mobile .filters {
    z-index: 13001 !important;
    top: 0 !important;
    bottom: 0 !important;
    height: 100dvh !important;
  }

  .filter-container--show-filters-mobile .filters__heading {
    position: sticky !important;
    top: 0 !important;
    z-index: 3 !important;
    background: #FFFFFF;
    padding-bottom: 12px;
  }

  cart-drawer.js-cart-drawer .cart-drawer__content {
    flex: 1 1 0 !important;
    min-height: 0 !important;
    overflow-y: auto !important;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
    position: relative;
    z-index: 1;
    padding-bottom: 16px !important;
  }

  cart-drawer.js-cart-drawer .cart-drawer__footer {
    flex: 0 0 auto !important;
    position: relative !important;
    z-index: 10 !important;
    background: #FFFFFF;
    box-shadow: 0 -10px 28px rgba(17, 16, 14, 0.10);
  }
}

@media (max-width: 767px) and (max-height: 820px) {
  cart-drawer.js-cart-drawer .cart-recommendations,
  cart-drawer.js-cart-drawer [data-cart-recommendations],
  cart-drawer.js-cart-drawer .cart-drawer__recommendations,
  cart-drawer.js-cart-drawer .recommendations,
  cart-drawer.js-cart-drawer product-recommendations {
    display: none !important;
  }

  cart-drawer.js-cart-drawer .cart-drawer__footer {
    max-height: 45dvh;
    overflow-y: auto !important;
    overscroll-behavior: contain;
    padding-bottom: max(12px, env(safe-area-inset-bottom)) !important;
  }
}

/* ZAINI eyewear carousel rebuild v32 */
@media (max-width: 767px) {
  [id$="__featured_collection_LFePcW"] .collection-listing.slider {
    display: block !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    touch-action: pan-x !important;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-x: contain;
    scroll-snap-type: x mandatory !important;
    scrollbar-width: none;
    padding-bottom: 8px;
  }

  [id$="__featured_collection_LFePcW"] .collection-listing.slider::-webkit-scrollbar {
    display: none;
  }

  [id$="__featured_collection_LFePcW"] .product-grid.slider__grid {
    display: flex !important;
    width: max-content !important;
    max-width: none !important;
    grid-template-columns: none !important;
    gap: 12px !important;
    padding: 0 2px 10px !important;
  }

  [id$="__featured_collection_LFePcW"] .slider__item {
    flex: 0 0 min(76vw, 292px) !important;
    width: min(76vw, 292px) !important;
    max-width: min(76vw, 292px) !important;
    margin: 0 !important;
    scroll-snap-align: start !important;
  }

  [id$="__featured_collection_LFePcW"] .block-inner-inner {
    width: 100%;
    overflow: hidden;
    border: 1px solid #E8E2D8;
    border-radius: 12px;
    background: #FFFFFF;
    box-shadow: 0 8px 22px rgba(17, 16, 14, 0.05);
  }

  [id$="__featured_collection_LFePcW"] .image-cont {
    aspect-ratio: 4 / 3;
    height: auto !important;
    overflow: hidden !important;
    background: #FFFFFF !important;
  }

  [id$="__featured_collection_LFePcW"] .product-block__image,
  [id$="__featured_collection_LFePcW"] .img-ar {
    width: 100% !important;
    height: 100% !important;
  }

  [id$="__featured_collection_LFePcW"] .theme-img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
    object-position: center !important;
    padding: 18px !important;
    box-sizing: border-box;
  }

  [id$="__featured_collection_LFePcW"] .product-block__title {
    min-height: 2.6em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
}
