/** Shopify CDN: Minification failed

Line 2039:0 Expected "}" to go with "{"

**/
:root {
  --men-luxury-black: #0b0b0c;
  --men-luxury-charcoal: #131316;
  --men-luxury-beige: #e8dcc6;
  --men-luxury-gold: #d4af37;
  --men-luxury-gold-soft: #bb9729;
  /* Same gold fill everywhere (homepage hero CTAs + product primary buttons) */
  --luxury-gold-gradient: linear-gradient(180deg, #dfbd55, #bf9727);
  /* Top stop of gradient — use for text/icons so product matches hero brightness */
  --luxury-gold-highlight: #dfbd55;
  --men-luxury-text: #efe8dd;
  --men-luxury-muted: rgb(239 232 221 / 0.72);
  --color-background: var(--men-luxury-black);
  --color-background-rgb: 11 11 12;
  --color-foreground: var(--men-luxury-text);
  --color-foreground-rgb: 239 232 221;
  --color-border-rgb: 212 175 55;
  --color-primary-button-background: var(--men-luxury-gold);
  --color-primary-button-background-rgb: 212 175 55;
  --color-primary-button-text: #111111;
  --color-primary-button-text-rgb: 17 17 17;
  --color-secondary-button-text: var(--men-luxury-beige);
  --color-secondary-button-text-rgb: 232 220 198;
}

body {
  background: var(--men-luxury-black);
  color: var(--men-luxury-text);
}

/* Policy and page content: ensure text is always visible on dark background */
.rte,
.shopify-policy__container,
.shopify-policy__title,
.page-width-content {
  color: var(--men-luxury-text) !important;
}

.rte :is(h1, h2, h3, h4, h5, h6),
.shopify-policy__title {
  color: var(--men-luxury-beige) !important;
}

.rte :is(p, li, td, th, blockquote, span, div) {
  color: var(--men-luxury-text) !important;
}

.rte a:not(.button) {
  color: var(--men-luxury-gold);
  text-decoration: underline;
}

.rte a:not(.button):hover {
  color: var(--luxury-gold-highlight);
}

/* Force global dark mode across all theme color schemes */
[class^="color-"],
[class*=" color-"] {
  --color-background: var(--men-luxury-black) !important;
  --color-background-rgb: 11 11 12 !important;
  --color-foreground: var(--men-luxury-text) !important;
  --color-foreground-rgb: 239 232 221 !important;
  --color-foreground-heading: var(--men-luxury-beige) !important;
  --color-border-rgb: 212 175 55 !important;
  --color-border: rgb(212 175 55 / 0.28) !important;
  --color-primary-button-background: var(--men-luxury-gold) !important;
  --color-primary-button-background-rgb: 212 175 55 !important;
  --color-primary-button-text: #111111 !important;
  --color-primary-button-text-rgb: 17 17 17 !important;
  --color-secondary-button-text: var(--men-luxury-beige) !important;
  --color-secondary-button-text-rgb: 232 220 198 !important;
}

.shopify-section,
.section,
.section-background,
main,
footer,
aside,
header {
  background-color: var(--men-luxury-black);
}

.section-wrapper .section:has(.men-luxury) {
  padding-inline: clamp(1rem, 2vw, 1.7rem);
  background: var(--men-luxury-black);
}

.section-background:has(+ .section .men-luxury),
.section-background:has(+ .section:has(.men-luxury)) {
  background: var(--men-luxury-black);
}

#header-component:has(+ *),
body:has(.men-luxury) #header-component {
  --color-scheme-top-row: rgba(11, 11, 12, 0.98) !important;
  --color-scheme-bottom-row: rgba(11, 11, 12, 0.98) !important;
  --color-background: rgba(11, 11, 12, 1) !important;
  --color-background-rgb: 11 11 12 !important;
}

/* Override any dynamic header classes */
body:has(.men-luxury) #header-component[class*="color-"],
body:has(.men-luxury) .header[class*="color-"],
body:has(.men-luxury) .header-wrapper[class*="color-"] {
  --color-background: rgba(11, 11, 12, 1) !important;
  --color-background-rgb: 11 11 12 !important;
  background: rgba(11, 11, 12, 0.98) !important;
}

body:has(.men-luxury) #header-component {
  background: rgba(11, 11, 12, 0.98) !important;
  backdrop-filter: blur(12px);
  transition: transform 350ms cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform;
}

/* Force dark header at all times - override all possible states */
body:has(.men-luxury) #header-component,
body:has(.men-luxury) #header-component.scrolled,
body:has(.men-luxury) #header-component[data-scrolled],
body:has(.men-luxury) header-component,
body:has(.men-luxury) .header,
body:has(.men-luxury) .header-wrapper {
  background: rgba(11, 11, 12, 0.98) !important;
  background-color: rgba(11, 11, 12, 0.98) !important;
}

body:has(.men-luxury) #header-component .header__row,
body:has(.men-luxury) #header-component .header__row--top,
body:has(.men-luxury) #header-component .header__row--bottom {
  background: transparent !important;
  background-color: transparent !important;
  color: var(--men-luxury-text) !important;
}

body:has(.men-luxury) #header-component :is(a, .button, .header-actions__action) {
  color: var(--men-luxury-beige);
}

body:has(.men-luxury) #header-component .header__row {
  border-bottom-color: rgb(198 164 106 / 0.22);
}

.men-luxury {
  width: min(100%, 1380px);
  margin-inline: auto;
}

.men-luxury h1,
.men-luxury h2,
.men-luxury h3 {
  margin: 0;
  letter-spacing: -0.02em;
  line-height: 1.05;
  text-wrap: balance;
  text-align: center;
}

.men-luxury p {
  margin: 0;
  text-align: center;
}

.men-luxury__kicker {
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: var(--men-luxury-gold);
  font-size: 0.75rem;
}

.men-luxury--hero {
  width: 100%;
  min-height: min(88svh, 920px);
  position: relative;
  overflow: hidden;
  display: grid;
  place-items: center;
  border-bottom: 1px solid rgb(212 175 55 / 0.34);
}

.men-luxury__hero-media {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.86) contrast(1.05);
}

.men-luxury__hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgb(11 11 12 / 0.25), rgb(11 11 12 / 0.75));
}

.men-luxury__hero-content {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: center;
  gap: 1rem;
  padding: clamp(1.4rem, 4vw, 3.2rem);
}

.men-luxury__hero-content h1 {
  font-size: clamp(3.5rem, 10vw, 8rem);
  max-width: 10ch;
  letter-spacing: 0.08em;
}

.men-luxury__hero-content p {
  max-width: 58ch;
  color: var(--men-luxury-muted);
}

.men-luxury__hero-actions {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.7rem;
}

/* Floating scroll indicator at bottom of viewport */
.scroll-indicator {
  position: fixed;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  opacity: 1;
  transition: opacity 0.4s ease, transform 0.4s ease;
  pointer-events: none;
}

.scroll-indicator--hidden {
  opacity: 0;
  transform: translateX(-50%) translateY(1rem);
}

.scroll-indicator__text {
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: var(--men-luxury-gold);
  font-weight: 500;
  text-shadow: 0 2px 8px rgb(11 11 12 / 0.8);
}

.scroll-indicator__arrow {
  width: 28px;
  height: 28px;
  color: var(--men-luxury-gold);
  filter: drop-shadow(0 0 12px rgb(212 175 55 / 0.6));
  animation: scroll-bounce 2s ease-in-out infinite, scroll-glow 2s ease-in-out infinite;
}

@keyframes scroll-bounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
}

@keyframes scroll-glow {
  0%, 100% {
    filter: drop-shadow(0 0 12px rgb(212 175 55 / 0.6));
  }
  50% {
    filter: drop-shadow(0 0 20px rgb(212 175 55 / 0.9)) drop-shadow(0 0 30px rgb(212 175 55 / 0.5));
  }
}

@media (prefers-reduced-motion: reduce) {
  .scroll-indicator__arrow {
    animation: none;
  }
}

@media screen and (max-width: 749px) {
  .scroll-indicator {
    bottom: 1.5rem;
  }
  
  .scroll-indicator__text {
    font-size: 0.7rem;
  }
  
  .scroll-indicator__arrow {
    width: 24px;
    height: 24px;
  }
}

.men-luxury__btn-gold {
  background: var(--luxury-gold-gradient);
  border: 1px solid var(--men-luxury-gold);
  color: #111;
}

.men-luxury__btn-outline {
  border: 1px solid rgb(222 210 190 / 0.62);
  color: var(--men-luxury-beige);
}

.men-luxury--strip {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: center;
  background: var(--men-luxury-charcoal);
  border-top: 1px solid rgb(212 175 55 / 0.25);
  border-bottom: 1px solid rgb(212 175 55 / 0.25);
}

.men-luxury--strip p {
  padding: 0.95rem 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.73rem;
  color: var(--men-luxury-beige);
  border-left: 1px solid rgb(198 164 106 / 0.16);
}

.men-luxury--strip p:first-child {
  border-left: 0;
}

.men-luxury--section {
  display: grid;
  gap: 1.4rem;
  position: relative;
}

.men-luxury__head {
  display: grid;
  justify-items: center;
  gap: 0.6rem;
}

.men-luxury__head h2 {
  font-size: clamp(1.8rem, 3.7vw, 3rem);
}

.men-luxury__head > p:last-child,
.men-luxury__subhead {
  color: var(--men-luxury-muted);
  max-width: 62ch;
  text-align: center;
  font-size: clamp(0.88rem, 1.45vw, 1.02rem);
  line-height: 1.55;
  margin: 0;
}

.men-luxury--section::after {
  content: "";
  position: absolute;
  inset-inline: 15%;
  bottom: -1.2rem;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgb(212 175 55 / 0.4), transparent);
}

.men-luxury__carousel {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(240px, 24%);
  gap: 1rem;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding-bottom: 0.4rem;
}

.men-luxury__card {
  color: var(--men-luxury-text);
  text-decoration: none;
  display: grid;
  gap: 0.65rem;
  scroll-snap-align: start;
}

.men-luxury__card img {
  width: 100%;
  aspect-ratio: 4/5;
  object-fit: cover;
  display: block;
}

.men-luxury__card span {
  text-transform: uppercase;
  letter-spacing: 0.11em;
  text-align: center;
  font-size: 0.81rem;
  color: var(--men-luxury-beige);
}

.men-luxury__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.men-luxury__product {
  text-decoration: none;
  color: var(--men-luxury-text);
  display: grid;
  gap: 0.5rem;
}

.men-luxury__product-media {
  overflow: hidden;
}

.men-luxury__product img {
  width: 100%;
  aspect-ratio: 4/5;
  object-fit: cover;
  display: block;
}

.men-luxury__product h3 {
  text-align: center;
  font-size: 1rem;
}

.men-luxury__product p {
  color: var(--men-luxury-beige);
  font-size: 0.9rem;
  text-align: center;
}

.men-luxury__fallback {
  grid-column: 1 / -1;
  text-align: center;
  padding: 1.1rem;
  border: 1px dashed rgb(198 164 106 / 0.35);
  color: var(--men-luxury-muted);
}

/* Ensure global controls remain dark-theme consistent */
input,
textarea,
select {
  background: #121216;
  color: var(--men-luxury-text);
  border-color: rgb(212 175 55 / 0.35);
}

.men-luxury--editorial {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 1.2rem;
  align-items: stretch;
}

.men-luxury__editorial-media {
  overflow: hidden;
}

.men-luxury__editorial-media img {
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
}

.men-luxury__editorial-content {
  background: linear-gradient(180deg, #101013 0%, #141419 100%);
  border: 1px solid rgb(212 175 55 / 0.24);
  padding: clamp(1.2rem, 3vw, 2.5rem);
  display: grid;
  justify-items: center;
  align-content: center;
  gap: 0.9rem;
}

.men-luxury__editorial-content h2 {
  font-size: clamp(1.7rem, 3.5vw, 2.9rem);
  max-width: 14ch;
}

.men-luxury__editorial-content p {
  color: var(--men-luxury-muted);
  max-width: 48ch;
}

.men-luxury__journal {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.men-luxury__journal-card {
  display: grid;
  gap: 0.6rem;
  padding-bottom: 0.25rem;
}

.men-luxury__journal-card img {
  width: 100%;
  aspect-ratio: 16/10;
  object-fit: cover;
}

.men-luxury__journal-card h3 {
  font-size: 1.06rem;
}

.men-luxury__journal-card p {
  color: var(--men-luxury-muted);
}

.men-luxury--cta {
  width: 100%;
  min-height: clamp(340px, 60vw, 560px);
  position: relative;
  display: grid;
  place-items: center;
  background-size: cover;
  background-position: center;
}

.men-luxury__cta-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgb(11 11 12 / 0.82), rgb(11 11 12 / 0.54));
}

.men-luxury__cta-content {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: center;
  gap: 0.9rem;
  text-align: center;
  max-width: 650px;
  padding: 1.1rem;
}

.men-luxury__cta-content h2 {
  font-size: clamp(1.9rem, 4.5vw, 3.4rem);
}

.men-luxury__cta-content p {
  color: var(--men-luxury-muted);
}

/* Microinteractions */
.men-luxury__card,
.men-luxury__product,
.men-luxury__journal-card,
.men-luxury__btn-gold,
.men-luxury__btn-outline {
  transition: transform 360ms cubic-bezier(0.22, 1, 0.36, 1), box-shadow 360ms cubic-bezier(0.22, 1, 0.36, 1),
    border-color 300ms ease, filter 300ms ease, background-color 300ms ease, color 300ms ease;
}

.men-luxury__card:hover,
.men-luxury__product:hover,
.men-luxury__journal-card:hover {
  transform: translateY(-6px);
}

.men-luxury__card:hover img,
.men-luxury__product:hover img,
.men-luxury__journal-card:hover img {
  transform: scale(1.04);
}

.men-luxury__card img,
.men-luxury__product img,
.men-luxury__journal-card img {
  transition: transform 560ms cubic-bezier(0.22, 1, 0.36, 1), filter 420ms ease;
}

.men-luxury__btn-gold:hover {
  filter: brightness(1.05);
  box-shadow: 0 12px 30px rgb(212 175 55 / 0.35);
}

.men-luxury__btn-outline:hover {
  border-color: var(--men-luxury-gold);
  color: var(--men-luxury-gold);
}

/* Scroll reveal system */
[data-animate="section"] {
  opacity: 0;
  transform: translateY(46px);
  transition: opacity 760ms cubic-bezier(0.22, 1, 0.36, 1), transform 760ms cubic-bezier(0.22, 1, 0.36, 1);
}

/* LCP: homepage hero image must be visible on first paint (avoid opacity:0 on LCP subtree) */
.men-luxury--hero[data-animate="section"] {
  opacity: 1;
  transform: none;
}

[data-animate="section"].is-visible {
  opacity: 1;
  transform: translateY(0);
}

[data-animate="group"] [data-animate-item] {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 620ms cubic-bezier(0.22, 1, 0.36, 1), transform 620ms cubic-bezier(0.22, 1, 0.36, 1);
}

[data-animate="group"].is-visible [data-animate-item] {
  opacity: 1;
  transform: translateY(0);
}

[data-animate="group"].is-visible [data-animate-item]:nth-child(1) {
  transition-delay: 40ms;
}
[data-animate="group"].is-visible [data-animate-item]:nth-child(2) {
  transition-delay: 120ms;
}
[data-animate="group"].is-visible [data-animate-item]:nth-child(3) {
  transition-delay: 200ms;
}
[data-animate="group"].is-visible [data-animate-item]:nth-child(4) {
  transition-delay: 280ms;
}
[data-animate="group"].is-visible [data-animate-item]:nth-child(5) {
  transition-delay: 360ms;
}
[data-animate="group"].is-visible [data-animate-item]:nth-child(6) {
  transition-delay: 440ms;
}
[data-animate="group"].is-visible [data-animate-item]:nth-child(7) {
  transition-delay: 520ms;
}
[data-animate="group"].is-visible [data-animate-item]:nth-child(8) {
  transition-delay: 600ms;
}

@media (prefers-reduced-motion: reduce) {
  [data-animate="section"],
  [data-animate="group"] [data-animate-item] {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }

  .men-luxury__card,
  .men-luxury__product,
  .men-luxury__journal-card,
  .men-luxury__btn-gold,
  .men-luxury__btn-outline,
  .men-luxury__card img,
  .men-luxury__product img,
  .men-luxury__journal-card img {
    transition: none !important;
    transform: none !important;
  }
}

@media screen and (max-width: 1024px) {
  .men-luxury__carousel {
    grid-auto-columns: minmax(250px, 38%);
  }

  .men-luxury__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .men-luxury--editorial {
    grid-template-columns: 1fr;
  }

  .men-luxury__journal {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 749px) {
  .men-luxury--strip {
    grid-template-columns: 1fr;
  }

  .men-luxury--strip p {
    border-left: 0;
    border-top: 1px solid rgb(198 164 106 / 0.16);
  }

  .men-luxury--strip p:first-child {
    border-top: 0;
  }

  .men-luxury__carousel {
    grid-auto-columns: minmax(240px, 84%);
  }

  .men-luxury__grid {
    grid-template-columns: 1fr;
  }
}

/* ----- Product page: same bright gold as homepage .men-luxury__btn-gold (loads after color-schemes) ----- */
main[data-template="product"],
main[data-template="product"] [class^="color-"],
main[data-template="product"] [class*=" color-"],
#MainContent[data-template="product"],
#MainContent[data-template="product"] [class^="color-"],
#MainContent[data-template="product"] [class*=" color-"] {
  /* Hero h1 color (.men-luxury__hero-content h1 → --font-h1--color → beige). Product title often uses rte/<p> (foreground); align both. */
  --color-foreground: var(--men-luxury-beige) !important;
  --color-foreground-rgb: 232 220 198 !important;
  --color-foreground-heading: var(--men-luxury-beige) !important;
  --color-foreground-heading-rgb: 232 220 198 !important;
  --color-primary-button-background: transparent !important;
  --color-primary-button-background-rgb: 212 175 55 !important;
  --color-primary-button-border: transparent !important;
  --color-primary-button-text: #111111 !important;
  --color-primary-button-text-rgb: 17 17 17 !important;
  --color-primary-button-hover-background: transparent !important;
  --color-primary-button-hover-border: transparent !important;
  --color-primary-button-hover-text: #111111 !important;
}

/* Primary + add-to-cart (including theme default button-secondary) + sticky bar CTA */
#MainContent[data-template="product"] .add-to-cart-button,
#MainContent[data-template="product"] .sticky-add-to-cart__button.button,
main[data-template="product"] .add-to-cart-button,
main[data-template="product"] .sticky-add-to-cart__button.button,
#MainContent[data-template="product"] .button:not(.button-unstyled):not(.button-secondary),
main[data-template="product"] .button:not(.button-unstyled):not(.button-secondary),
#MainContent[data-template="product"] button.shopify-payment-button__button--unbranded,
main[data-template="product"] button.shopify-payment-button__button--unbranded {
  --button-background-color: transparent !important;
  --button-border-color: transparent !important;
  --button-color: #111 !important;
  background: var(--luxury-gold-gradient) !important;
  background-color: transparent !important;
  background-image: var(--luxury-gold-gradient) !important;
  box-shadow: inset 0 0 0 var(--button-border-width, 1px) var(--men-luxury-gold) !important;
  color: #111 !important;
  outline-color: var(--men-luxury-gold);
  filter: none;
}

#MainContent[data-template="product"] .add-to-cart-button:hover:not(:disabled):not([aria-disabled="true"]),
#MainContent[data-template="product"] .sticky-add-to-cart__button.button:hover:not(:disabled):not([aria-disabled="true"]),
main[data-template="product"] .add-to-cart-button:hover:not(:disabled):not([aria-disabled="true"]),
main[data-template="product"] .sticky-add-to-cart__button.button:hover:not(:disabled):not([aria-disabled="true"]),
#MainContent[data-template="product"] .button:not(.button-unstyled):not(.button-secondary):hover:not(:disabled):not([aria-disabled="true"]),
main[data-template="product"] .button:not(.button-unstyled):not(.button-secondary):hover:not(:disabled):not([aria-disabled="true"]),
#MainContent[data-template="product"] button.shopify-payment-button__button--unbranded:hover:not([disabled]),
main[data-template="product"] button.shopify-payment-button__button--unbranded:hover:not([disabled]) {
  --button-background-color: transparent !important;
  --button-border-color: transparent !important;
  --button-color: #111 !important;
  background: var(--luxury-gold-gradient) !important;
  background-color: transparent !important;
  background-image: var(--luxury-gold-gradient) !important;
  filter: brightness(1.05);
  box-shadow:
    inset 0 0 0 var(--button-border-width, 1px) var(--men-luxury-gold),
    0 12px 30px rgb(223 189 85 / 0.38) !important;
}

/* Product accordions (Description, Care Guide, etc.): same bright gold as hero when open */
main[data-template="product"] .accordion .details__header,
main[data-template="product"] accordion-custom .details__header,
#MainContent[data-template="product"] .accordion .details__header,
#MainContent[data-template="product"] accordion-custom .details__header {
  color: rgb(var(--color-foreground-rgb) / 0.78);
}

main[data-template="product"] .accordion details[open] > .details__header,
main[data-template="product"] accordion-custom details[open] > .details__header,
main[data-template="product"] .accordion details[open] > .details__header:hover,
main[data-template="product"] accordion-custom details[open] > .details__header:hover,
main[data-template="product"] .accordion .details__header:hover,
main[data-template="product"] accordion-custom .details__header:hover,
#MainContent[data-template="product"] .accordion details[open] > .details__header,
#MainContent[data-template="product"] accordion-custom details[open] > .details__header,
#MainContent[data-template="product"] .accordion details[open] > .details__header:hover,
#MainContent[data-template="product"] accordion-custom details[open] > .details__header:hover,
#MainContent[data-template="product"] .accordion .details__header:hover,
#MainContent[data-template="product"] accordion-custom .details__header:hover {
  color: var(--luxury-gold-highlight) !important;
}

main[data-template="product"] .accordion details[open] > .details__header .svg-wrapper,
main[data-template="product"] accordion-custom details[open] > .details__header .svg-wrapper,
#MainContent[data-template="product"] .accordion details[open] > .details__header .svg-wrapper,
#MainContent[data-template="product"] accordion-custom details[open] > .details__header .svg-wrapper {
  color: var(--luxury-gold-highlight) !important;
}

/* Beat theme / app CSS from content_for_header: literal homepage gradient on buy buttons */
html body #MainContent[data-template="product"] .add-to-cart-button,
html
  body
  #MainContent[data-template="product"]
  button.sticky-add-to-cart__button.add-to-cart-button,
html body #MainContent[data-template="product"] button.shopify-payment-button__button--unbranded {
  --button-background-color: transparent !important;
  --button-border-color: transparent !important;
  --button-color: #111 !important;
  background-color: transparent !important;
  background-image: linear-gradient(180deg, #dfbd55, #bf9727) !important;
  box-shadow: inset 0 0 0 var(--button-border-width, 1px) var(--men-luxury-gold) !important;
  color: #111 !important;
  filter: none;
}

html body #MainContent[data-template="product"] .add-to-cart-button:hover:not(:disabled):not([aria-disabled="true"]),
html
  body
  #MainContent[data-template="product"]
  button.sticky-add-to-cart__button.add-to-cart-button:hover:not(:disabled):not([aria-disabled="true"]),
html
  body
  #MainContent[data-template="product"]
  button.shopify-payment-button__button--unbranded:hover:not([disabled]) {
  background-image: linear-gradient(180deg, #dfbd55, #bf9727) !important;
  filter: brightness(1.05);
  box-shadow:
    inset 0 0 0 var(--button-border-width, 1px) var(--men-luxury-gold),
    0 12px 30px rgb(223 189 85 / 0.38) !important;
}
/* ========================================
   NEW PRODUCT PAGE - COMPLETE REDESIGN
   ======================================== */

/* Product Hero Section */
.vetro-product-hero-new {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 2.5rem 3rem;
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  padding: 0 2rem;
  overflow-x: hidden;
  box-sizing: border-box;
  min-width: 0;
}

/* Full-width breadcrumb row above gallery + details */
.vetro-product-hero-new__breadcrumb.vetro-product-breadcrumb {
  grid-column: 1 / -1;
  margin: 0 0 0.5rem;
  padding: 0 0 0.75rem;
  border-bottom: 1px solid rgba(42, 42, 42, 0.1);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.25rem 0.35rem;
  font-size: 0.8125rem;
  letter-spacing: 0.02em;
  line-height: 1.4;
}

.vetro-product-breadcrumb__sep {
  color: #9a9a9a;
  font-weight: 300;
  user-select: none;
}

.vetro-product-breadcrumb__current {
  color: #2a2a2a;
  font-weight: 400;
  max-width: 100%;
}

/* Product Gallery */
.vetro-product-hero-new__gallery {
  position: sticky;
  top: calc(var(--header-height, 72px) + 0.75rem);
  align-self: flex-start;
  min-width: 0;
}

.vetro-product-hero-new__main-image {
  position: relative;
  width: 100%;
  background: #F8F8F8;
  margin-bottom: 1.5rem;
  aspect-ratio: 3/4;
  overflow: hidden;
}

/* Main gallery: horizontal swipe / scroll + snap (alongside arrows) */
.vetro-product-main-carousel {
  display: flex;
  flex-flow: row nowrap;
  align-items: stretch;
  width: 100%;
  height: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-x: contain;
  scrollbar-width: none;
  outline: none;
}

.vetro-product-main-carousel:focus-visible {
  box-shadow: inset 0 0 0 2px var(--vetro-burgundy);
}

.vetro-product-main-carousel::-webkit-scrollbar {
  display: none;
}

.vetro-product-main-carousel__slide {
  flex: 0 0 100%;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  scroll-snap-align: start;
  scroll-snap-stop: always;
  box-sizing: border-box;
}

.vetro-product-main-carousel__slide .vetro-product-hero-new__main-zoom {
  width: 100%;
  height: 100%;
  min-height: 100%;
}

.vetro-product-main-carousel__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.vetro-product-hero-new__main-zoom {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  border: none;
  background: transparent;
  cursor: zoom-in;
  line-height: 0;
  font: inherit;
  color: inherit;
}

.vetro-product-hero-new__main-zoom:focus-visible {
  outline: 2px solid var(--vetro-burgundy);
  outline-offset: 2px;
}

.vetro-product-hero-new__main-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 500ms ease;
  display: block;
}

.vetro-product-hero-new__main-image:hover .vetro-product-hero-new__main-zoom img {
  transform: scale(1.08);
}

.vetro-product-gallery-arrows {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.vetro-product-gallery-arrow {
  pointer-events: auto;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2.75rem;
  height: 2.75rem;
  border: none;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.92);
  color: var(--vetro-burgundy);
  font-size: 1.75rem;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.12);
  transition: background 200ms ease, transform 200ms ease;
}

.vetro-product-gallery-arrow:hover {
  background: #fff;
  transform: translateY(-50%) scale(1.05);
}

.vetro-product-gallery-arrow:focus-visible {
  outline: 2px solid var(--vetro-burgundy);
  outline-offset: 2px;
}

.vetro-product-gallery-arrow--prev {
  left: 0.5rem;
}

.vetro-product-gallery-arrow--next {
  right: 0.5rem;
}

.vetro-product-hero-new__thumbnails {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-x: contain;
  touch-action: pan-x;
  scrollbar-width: thin;
  gap: 0.75rem;
  padding-bottom: 0.5rem;
  max-width: 100%;
}

.vetro-product-hero-new__thumbnails::-webkit-scrollbar {
  height: 4px;
}

.vetro-product-hero-new__thumbnails::-webkit-scrollbar-thumb {
  background: #800020;
  border-radius: 2px;
}

.vetro-product-thumbnail {
  flex-shrink: 0;
  width: calc(25% - 0.56rem);
  min-width: 80px;
  aspect-ratio: 3/4;
  overflow: hidden;
  cursor: pointer;
  border: 2px solid transparent;
  transition: all 300ms ease;
  background: #F8F8F8;
  appearance: none;
  padding: 0;
  margin: 0;
  font: inherit;
  color: inherit;
  display: block;
  text-align: left;
}

.vetro-product-thumbnail:focus-visible {
  outline: 2px solid var(--vetro-burgundy);
  outline-offset: 2px;
}

.vetro-product-thumbnail.active {
  border-color: #800020;
}

.vetro-product-thumbnail:hover {
  border-color: #A0152B;
}

.vetro-product-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Product Details */
.vetro-product-hero-new__details {
  padding: 0 0 2rem;
  min-width: 0;
}

.vetro-product-breadcrumb {
  font-family: var(--font-body);
  color: #6b6b6b;
  max-width: 100%;
  overflow-wrap: break-word;
}

.vetro-product-breadcrumb a {
  color: #6b6b6b;
  text-decoration: none;
  transition: color 200ms ease;
}

.vetro-product-breadcrumb a:hover {
  color: #800020;
}

.vetro-product-hero-new__details h1 {
  font-family: var(--font-heading);
  font-size: 2.5rem;
  font-weight: 300;
  letter-spacing: 0.05em;
  color: #2A2A2A;
  margin-bottom: 1.5rem;
  max-width: 100%;
  overflow-wrap: break-word;
  hyphens: auto;
}

.vetro-product-price {
  font-family: var(--font-heading);
  font-size: 2rem;
  color: #800020;
  margin-bottom: 1rem;
  font-weight: 400;
}

.vetro-product-rating {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 2rem;
}

.vetro-product-rating .stars {
  color: #800020;
  font-size: 1.125rem;
  letter-spacing: 0.1em;
}

.vetro-product-rating .reviews {
  font-family: var(--font-body);
  font-size: 0.875rem;
  color: #6B6B6B;
}

.vetro-product-description-short {
  font-family: var(--font-body);
  font-size: 1rem;
  line-height: 1.8;
  color: #6B6B6B;
  margin-bottom: 2.5rem;
  padding-bottom: 2.5rem;
  border-bottom: 1px solid #E5E5E5;
  font-weight: 300;
  max-width: 100%;
  overflow-wrap: break-word;
}

/* Product Form */
.vetro-product-form {
  margin-bottom: 2.5rem;
  padding-bottom: 2.5rem;
  border-bottom: 1px solid #E5E5E5;
}

.vetro-product-options {
  margin-bottom: 2rem;
}

/* Separate Color / Size (fieldset + pill labels) */
.vetro-product-options[data-vetro-variant-picker] {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.vetro-product-option {
  border: 0;
  margin: 0;
  padding: 0;
  min-width: 0;
  list-style: none;
}

.vetro-product-option::after,
.vetro-product-option::before {
  content: none;
}

.vetro-product-option__legend {
  display: block;
  width: 100%;
  font-family: var(--font-body);
  font-size: 0.8125rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #2a2a2a;
  margin-bottom: 0.65rem;
  padding: 0;
}

.vetro-option-values {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem 0.75rem;
  align-items: center;
}

.vetro-option-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  min-width: 44px;
  padding: 0.45rem 1rem;
  box-sizing: border-box;
  border: 1px solid #e5e5e5;
  background: #fff;
  font-family: var(--font-body);
  font-size: 0.8125rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  color: #2a2a2a;
  cursor: pointer;
  transition:
    border-color 0.2s ease,
    background 0.2s ease,
    color 0.2s ease,
    opacity 0.2s ease;
  margin: 0;
  border-radius: 2px;
}

.vetro-option-label:hover {
  border-color: #800020;
  background: rgba(128, 0, 32, 0.04);
}

.vetro-option-input:checked + .vetro-option-label {
  border-color: #800020;
  background: #800020;
  color: #fff;
}

/* Color option: plain circle only — ring lives on .vetro-color-swatch, not the label */
.vetro-option-label--swatch {
  min-width: auto;
  min-height: auto;
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 50%;
  border-color: transparent;
  background: transparent;
}

.vetro-option-label--swatch:hover {
  border-color: transparent;
  background: transparent;
}

.vetro-color-swatch {
  display: block;
  width: clamp(2.125rem, 4.8vw, 2.5rem);
  height: clamp(2.125rem, 4.8vw, 2.5rem);
  border-radius: 50%;
  background-color: var(--vetro-swatch, #c4c4c4);
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.15);
  flex-shrink: 0;
  transition: box-shadow 0.15s ease;
}

.vetro-option-label--swatch:hover .vetro-color-swatch {
  box-shadow:
    inset 0 0 0 1px rgba(0, 0, 0, 0.15),
    0 0 0 2px rgba(128, 0, 32, 0.35);
}

.vetro-color-swatch--unknown {
  display: block;
  background-color: var(--vetro-swatch, #c4c4c4);
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.15);
}

.vetro-option-input:checked + .vetro-option-label--swatch {
  border-color: transparent;
  background: transparent;
  color: inherit;
}

.vetro-option-input:checked + .vetro-option-label--swatch .vetro-color-swatch {
  box-shadow:
    inset 0 0 0 1px rgba(0, 0, 0, 0.12),
    0 0 0 2px var(--vetro-burgundy, #800020);
}

.vetro-option-input:focus-visible + .vetro-option-label--swatch .vetro-color-swatch {
  outline: 2px solid var(--vetro-burgundy);
  outline-offset: 2px;
}

/*
 * Theme .visually-hidden only applies when :not(:focus, :active), so focused radios
 * become visible — reads as a stray circle left of the swatch. Keep inputs clipped always.
 */
.vetro-product-option .vetro-option-input.visually-hidden,
.vetro-product-option .vetro-option-input.visually-hidden:focus,
.vetro-product-option .vetro-option-input.visually-hidden:focus-visible,
.vetro-product-option .vetro-option-input.visually-hidden:active {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
  border: 0 !important;
  opacity: 0 !important;
  appearance: none !important;
  -webkit-appearance: none !important;
  outline: none !important;
  box-shadow: none !important;
}

.vetro-option-input:disabled + .vetro-option-label--swatch,
.vetro-option-label--swatch.vetro-option-label--unavailable {
  opacity: 0.4;
  cursor: not-allowed;
  pointer-events: none;
}

.vetro-option-input:disabled + .vetro-option-label--swatch .vetro-color-swatch,
.vetro-option-label--swatch.vetro-option-label--unavailable .vetro-color-swatch {
  filter: grayscale(0.85);
}

.vetro-option-input:focus-visible + .vetro-option-label:not(.vetro-option-label--swatch) {
  outline: 2px solid var(--vetro-burgundy);
  outline-offset: 2px;
}

.vetro-option-input:disabled + .vetro-option-label:not(.vetro-option-label--swatch),
.vetro-option-label:not(.vetro-option-label--swatch).vetro-option-label--unavailable {
  opacity: 0.4;
  cursor: not-allowed;
  pointer-events: none;
  text-decoration: line-through;
  background: #fafafa;
}

/* Direct child only — size option labels live inside .vetro-size-selector */
.vetro-product-options > label {
  display: block;
  font-family: var(--font-body);
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #2a2a2a;
  margin-bottom: 1rem;
}

.vetro-size-selector {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
}

.vetro-size-selector input[type="radio"] {
  display: none;
}

.vetro-size-option {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1;
  min-width: 50px;
  height: 50px;
  box-sizing: border-box;
  border: 1px solid #e5e5e5;
  background: white;
  font-family: var(--font-body);
  font-size: 0.875rem;
  font-weight: 400;
  cursor: pointer;
  transition: all 300ms ease;
  padding: 0 1rem;
  margin: 0;
}

.vetro-size-option:hover {
  border-color: #800020;
  background: rgba(128, 0, 32, 0.03);
}

.vetro-size-selector input[type="radio"]:checked + .vetro-size-option {
  border-color: #800020;
  background: #800020;
  color: white;
}

.vetro-btn-full {
  width: 100%;
  justify-content: center;
}

/* Product Features */
.vetro-product-features {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
}

.vetro-product-feature {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-family: var(--font-body);
  font-size: 0.875rem;
  color: #2A2A2A;
  font-weight: 400;
}

/* Product Tabs */
.vetro-product-tabs {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  padding: 0 2rem;
  overflow-x: hidden;
  box-sizing: border-box;
}

.vetro-product-tabs__nav {
  display: flex;
  gap: 0;
  border-bottom: 1px solid #E5E5E5;
  margin-bottom: 3rem;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-x: contain;
  touch-action: pan-x;
  scrollbar-width: none;
  max-width: 100%;
}

.vetro-product-tabs__nav::-webkit-scrollbar {
  display: none;
}

.vetro-tab-btn {
  font-family: var(--font-body);
  font-size: 0.9375rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  color: #6B6B6B;
  background: none;
  border: none;
  padding: 1.25rem 2rem;
  cursor: pointer;
  transition: all 300ms ease;
  position: relative;
}

.vetro-tab-btn:hover {
  color: #800020;
}

.vetro-tab-btn.active {
  color: #800020;
}

.vetro-tab-btn.active::after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  height: 2px;
  background: #800020;
}

.vetro-tab-content {
  display: none;
  animation: fadeIn 500ms ease;
}

.vetro-tab-content.active {
  display: block;
}

.vetro-tab-content h3 {
  font-family: var(--font-heading);
  font-size: 1.75rem;
  font-weight: 300;
  letter-spacing: 0.05em;
  margin-bottom: 2rem;
  color: #2A2A2A;
}

.vetro-product-description-full {
  font-family: var(--font-body);
  font-size: 1rem;
  line-height: 1.8;
  color: #6B6B6B;
  font-weight: 300;
  max-width: 100%;
  overflow-wrap: break-word;
}

.vetro-product-description-full p {
  margin-bottom: 1.5rem;
}

.vetro-product-description-full ul {
  list-style: none;
  padding: 0;
  margin: 2rem 0;
}

.vetro-product-description-full li {
  padding-left: 1.5rem;
  position: relative;
  margin-bottom: 0.75rem;
}

.vetro-product-description-full li::before {
  content: '•';
  position: absolute;
  left: 0;
  color: #800020;
  font-weight: bold;
}

/* Materials Grid */
.vetro-materials-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4rem;
}

.vetro-material-item h4 {
  font-family: var(--font-body);
  font-size: 1.125rem;
  font-weight: 500;
  margin-bottom: 1.5rem;
  color: #2A2A2A;
}

.vetro-material-item ul {
  list-style: none;
  padding: 0;
}

.vetro-material-item li {
  font-family: var(--font-body);
  font-size: 0.9375rem;
  line-height: 2;
  color: #6B6B6B;
  padding-left: 1.5rem;
  position: relative;
  font-weight: 300;
}

.vetro-material-item li::before {
  content: '•';
  position: absolute;
  left: 0;
  color: #800020;
}

/* Size Guide Table */
.vetro-size-guide-table {
  margin-bottom: 2rem;
  overflow-x: auto;
  max-width: 100%;
  -webkit-overflow-scrolling: touch;
}

.vetro-size-guide-table table {
  width: 100%;
  border-collapse: collapse;
  font-family: var(--font-body);
}

.vetro-size-guide-table th,
.vetro-size-guide-table td {
  padding: 1rem 1.5rem;
  text-align: left;
  border-bottom: 1px solid #E5E5E5;
}

.vetro-size-guide-table th {
  font-weight: 500;
  color: #2A2A2A;
  background: #FAFAF9;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.vetro-size-guide-table td {
  font-size: 0.9375rem;
  color: #6B6B6B;
  font-weight: 300;
}

.vetro-size-guide-table tbody tr:hover {
  background: #FAFAF9;
}

.vetro-size-note {
  font-family: var(--font-body);
  font-size: 0.875rem;
  color: #6B6B6B;
  font-style: italic;
  font-weight: 300;
}

/* Reviews */
.vetro-reviews-summary {
  background: #FAFAF9;
  padding: 2.5rem;
  margin-bottom: 3rem;
  text-align: center;
}

.vetro-reviews-score .score {
  font-family: var(--font-heading);
  font-size: 3.5rem;
  font-weight: 300;
  color: #800020;
  display: block;
  margin-bottom: 0.5rem;
}

.vetro-reviews-score .stars {
  color: #800020;
  font-size: 1.5rem;
  letter-spacing: 0.2em;
  margin-bottom: 0.5rem;
}

.vetro-reviews-score .count {
  font-family: var(--font-body);
  font-size: 0.875rem;
  color: #6B6B6B;
  display: block;
}

.vetro-review-item {
  padding: 2rem 0;
  border-bottom: 1px solid #E5E5E5;
}

.vetro-review-item:last-child {
  border-bottom: none;
}

.vetro-review-header {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
}

.vetro-review-header .stars {
  color: #800020;
  font-size: 0.875rem;
  letter-spacing: 0.1em;
}

.vetro-review-header .author {
  font-family: var(--font-body);
  font-size: 0.9375rem;
  font-weight: 500;
  color: #2A2A2A;
}

.vetro-review-header .verified {
  font-family: var(--font-body);
  font-size: 0.75rem;
  color: #6B6B6B;
  padding: 0.25rem 0.75rem;
  background: #F0F0F0;
  border-radius: 3px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.vetro-review-item p {
  font-family: var(--font-body);
  font-size: 1rem;
  line-height: 1.8;
  color: #6B6B6B;
  font-weight: 300;
}

/* Product Recommendations */
.vetro-product-recommendations {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  padding: 0 2rem;
  box-sizing: border-box;
}

.vetro-product-recommendations h2 {
  font-family: var(--font-heading);
  font-size: 2.5rem;
  font-weight: 300;
  letter-spacing: 0.05em;
  text-align: center;
  margin-bottom: 3rem;
  color: #2A2A2A;
}

/* Product fullscreen viewer — horizontal scroll / swipe only (aram-fs-viewer) */
body.vetro-product-lightbox-open {
  overflow: hidden;
}

.vetro-fs-viewer[hidden] {
  display: none !important;
}

.vetro-fs-viewer:not([hidden]) {
  display: block;
}

.vetro-fs-viewer {
  position: fixed;
  inset: 0;
  z-index: calc(var(--layer-temporary, 20) + 1);
  box-sizing: border-box;
  background: #000;
  touch-action: pan-x;
}

.vetro-fs-viewer__close {
  position: fixed;
  top: max(0.75rem, env(safe-area-inset-top, 0px));
  right: max(0.75rem, env(safe-area-inset-right, 0px));
  z-index: calc(var(--layer-temporary, 20) + 3);
  width: 3rem;
  height: 3rem;
  border: none;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.18);
  color: #fff;
  font-size: 1.75rem;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 200ms ease;
}

.vetro-fs-viewer__close:hover {
  background: rgba(255, 255, 255, 0.3);
}

.vetro-fs-viewer__close:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 2px;
}

/* Fullscreen: plain white chevrons, no background */
.vetro-fs-viewer__dir {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  z-index: calc(var(--layer-temporary, 20) + 3);
  margin: 0;
  padding: 0.25rem 0.35rem;
  border: none;
  background: transparent;
  color: #fff;
  font-size: 3rem;
  font-weight: 200;
  line-height: 1;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}

.vetro-fs-viewer__dir:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 4px;
}

.vetro-fs-viewer__dir--prev {
  left: max(0.35rem, env(safe-area-inset-left, 0px));
}

.vetro-fs-viewer__dir--next {
  right: max(0.35rem, env(safe-area-inset-right, 0px));
}

.vetro-fs-viewer__rail {
  position: absolute;
  inset: 0;
  display: flex;
  flex-flow: row nowrap;
  align-items: stretch;
  width: 100%;
  height: 100%;
  max-height: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-x: contain;
  overscroll-behavior-y: none;
  scrollbar-width: none;
  outline: none;
  box-sizing: border-box;
  padding-top: env(safe-area-inset-top, 0px);
  padding-bottom: env(safe-area-inset-bottom, 0px);
}

.vetro-fs-viewer__rail::-webkit-scrollbar {
  display: none;
}

.vetro-fs-viewer__slide {
  flex: 0 0 100%;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 100%;
  min-height: 0;
  scroll-snap-align: start;
  scroll-snap-stop: always;
  display: flex;
  align-items: stretch;
  justify-content: stretch;
  box-sizing: border-box;
  padding: 0;
}

.vetro-fs-viewer__slide img {
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  object-fit: cover;
  object-position: center;
  user-select: none;
  pointer-events: none;
  -webkit-user-drag: none;
}

@media (max-width: 768px) {
  .vetro-fs-viewer__dir {
    font-size: 2.5rem;
    padding: 0.2rem 0.25rem;
  }

  .vetro-product-gallery-arrow {
    width: 2.25rem;
    height: 2.25rem;
    font-size: 1.35rem;
  }
}

/* Mobile Responsive - Product Page */
@media (max-width: 1024px) {
  .vetro-product-hero-new {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
  
  .vetro-product-hero-new__gallery {
    position: relative;
    top: auto;
  }
  
  .vetro-product-hero-new__details h1 {
    font-size: 2rem;
  }
  
  .vetro-product-price {
    font-size: 1.5rem;
  }
  
  .vetro-product-features {
    grid-template-columns: 1fr;
  }
  
  .vetro-materials-grid {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
  
  .vetro-product-tabs__nav {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  
  .vetro-tab-btn {
    white-space: nowrap;
    padding: 1rem 1.5rem;
  }
}

@media (max-width: 768px) {
  .vetro-product-hero-new {
    padding: 0 1rem;
    gap: 2rem;
  }
  
  .vetro-product-hero-new__thumbnails {
    gap: 0.5rem;
  }
  
  .vetro-product-thumbnail {
    width: calc(33.333% - 0.33rem);
    min-width: 90px;
  }
  
  .vetro-product-hero-new__details {
    padding: 1rem 0;
  }
  
  .vetro-product-hero-new__details h1 {
    font-size: 1.75rem;
  }
  
  .vetro-product-tabs {
    padding: 0 1rem;
  }
  
  .vetro-product-recommendations {
    padding: 0 1rem;
  }
  
  .vetro-size-selector {
    gap: 0.5rem;
  }
  
  .vetro-size-option {
    min-width: 45px;
    height: 45px;
    font-size: 0.8125rem;
  }
  
  .vetro-product-features {
    gap: 1rem;
  }
  
  .vetro-product-feature {
    font-size: 0.8125rem;
  }
}

/* Global mobile overflow prevention */
@media (max-width: 768px) {
  * {
    box-sizing: border-box;
  }
  
  img {
    max-width: 100%;
    height: auto;
  }
  
  .vetro-product-tabs__content,
  .vetro-tab-content {
    overflow-x: hidden;
    max-width: 100%;
  }
  
  .vetro-size-guide-table {
    font-size: 0.875rem;
  }
  
  .vetro-size-guide-table th,
  .vetro-size-guide-table td {
    padding: 0.75rem 0.5rem;
  }

  /* Keep product gallery/card media filling aspect-ratio boxes (beats bare `img` rule above) */
  #MainContent[data-template="product"] .vetro-product-hero-new__main-image img,
  #MainContent[data-template="product"] .vetro-product-main-carousel__img,
  #MainContent[data-template="product"] .vetro-product-thumbnail img,
  #MainContent[data-template="product"] .vetro-product-card__image img,
  .vetro-new-arrivals .vetro-product-card__image img {
    height: 100%;
    max-height: none;
  }
}

/* Product page: extra-small phones, notched devices, tight grids */
#MainContent[data-template="product"] .vetro-product-hero-new,
#MainContent[data-template="product"] .vetro-product-tabs,
#MainContent[data-template="product"] .vetro-product-recommendations {
  overflow-wrap: break-word;
}

#MainContent[data-template="product"] .vetro-products-featured__grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

@media (max-width: 1024px) {
  #MainContent[data-template="product"] .vetro-products-featured__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 540px) {
  #MainContent[data-template="product"] .vetro-products-featured__grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 1.5rem;
  }

  #MainContent[data-template="product"] .vetro-review-header {
    flex-wrap: wrap;
    gap: 0.5rem 1rem;
  }
}

@media (max-width: 374px) {
  #MainContent[data-template="product"] .vetro-product-hero-new {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }

  #MainContent[data-template="product"] .vetro-product-tabs,
  #MainContent[data-template="product"] .vetro-product-recommendations {
    padding-left: 0.625rem;
