/** Shopify CDN: Minification failed

Line 3715:20 Unexpected "*"
Line 4250:22 Unexpected "*"

**/
/* ========================================
   DRESSY PRO - CLEAN PROFESSIONAL THEME
   Sfondo bianco, elementi neri, no bugs
   ======================================== */

/* ========================================
   POLICY PAGES - TITLES UPPERCASE
   ======================================== */
.policy-page h1,
.template-policy h1,
[class*="policy"] h1,
body[class*="policy"] h1 {
  text-transform: uppercase !important;
  font-weight: 700 !important;
  letter-spacing: 0.05em !important;
  text-align: left !important;
}

/* Policy subheadings - all bold text uppercase */
.policy-page h2,
.policy-page h3,
.policy-page h4,
.policy-page strong,
.policy-page b,
.template-policy h2,
.template-policy h3,
.template-policy h4,
.template-policy strong,
.template-policy b,
[class*="policy"] h2,
[class*="policy"] h3,
[class*="policy"] h4,
[class*="policy"] strong,
[class*="policy"] b,
body[class*="policy"] h2,
body[class*="policy"] h3,
body[class*="policy"] h4,
body[class*="policy"] strong,
body[class*="policy"] b {
  text-transform: uppercase !important;
  font-weight: 700 !important;
  letter-spacing: 0.03em !important;
}

/* Policy body text - lowercase italic */
.policy-page p,
.policy-page li,
.template-policy p,
.template-policy li,
[class*="policy"] p,
[class*="policy"] li,
body[class*="policy"] p,
body[class*="policy"] li {
  font-style: italic !important;
  text-transform: lowercase !important;
}

/* ========================================
   RESET & BASE
   ======================================== */
* {
  box-sizing: border-box;
}

body,
html,
.main-content,
#MainContent,
.shopify-section,
[class*="shopify-section"] {
  background: #fff !important;
}

/* Hide default header and footer - using custom */
.shopify-section-group-header-group,
.shopify-section-group-footer-group {
  display: none !important;
}

/* Product header - hide on scroll down, show on scroll up */
.dressy-product-header {
  transition: transform 0.25s cubic-bezier(0.4, 0, 0.2, 1) !important;
  will-change: transform !important;
}

.dressy-product-header.header-hidden {
  transform: translateY(-100%) !important;
}

/* ========================================
   PASSWORD PAGE - EMAIL FORM STYLING
   ======================================== */

/* Password page email signup - minimal luxury style */
.password [data-block-type="email-signup"],
.template-password [data-block-type="email-signup"],
body[class*="password"] [data-block-type="email-signup"] {
  max-width: 400px !important;
}

/* Input wrapper - underline only style */
.password .input-wrap,
.password .form-input-wrap,
.password [data-block-type="email-signup"] .input-wrap,
.template-password .input-wrap,
body[class*="password"] .input-wrap,
body[class*="password"] [class*="input-wrap"] {
  border: none !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

/* Email input - underline style */
.password input[type="email"],
.template-password input[type="email"],
body[class*="password"] input[type="email"] {
  border: none !important;
  border-bottom: 1px solid #000 !important;
  border-radius: 0 !important;
  background: transparent !important;
  padding: 0.75rem 0 !important;
  font-size: 0.85rem !important;
  letter-spacing: 0.05em !important;
  outline: none !important;
  transition: border-color 0.3s ease !important;
}

.password input[type="email"]:focus,
.template-password input[type="email"]:focus,
body[class*="password"] input[type="email"]:focus {
  border-bottom-color: #000 !important;
  box-shadow: none !important;
}

.password input[type="email"]::placeholder,
.template-password input[type="email"]::placeholder,
body[class*="password"] input[type="email"]::placeholder {
  color: #999 !important;
  font-size: 0.8rem !important;
  letter-spacing: 0.1em !important;
  text-transform: uppercase !important;
}

/* Subscribe button - minimal style */
.password [data-block-type="email-signup"] button,
.password [data-block-type="email-signup"] [type="submit"],
.template-password [data-block-type="email-signup"] button,
body[class*="password"] [data-block-type="email-signup"] button {
  background: transparent !important;
  border: none !important;
  border-bottom: 1px solid #000 !important;
  border-radius: 0 !important;
  color: #000 !important;
  padding: 0.75rem 1.5rem !important;
  font-size: 0.7rem !important;
  font-weight: 500 !important;
  letter-spacing: 0.15em !important;
  text-transform: uppercase !important;
  cursor: pointer !important;
  transition: all 0.3s ease !important;
}

.password [data-block-type="email-signup"] button:hover,
.template-password [data-block-type="email-signup"] button:hover,
body[class*="password"] [data-block-type="email-signup"] button:hover {
  letter-spacing: 0.2em !important;
}

/* Alternative: Full form wrapper style */
.password form[action*="newsletter"],
.password form[action*="contact"],
.template-password form,
body[class*="password"] form:has(input[type="email"]) {
  display: flex !important;
  flex-direction: row !important;
  align-items: flex-end !important;
  gap: 0 !important;
  border-bottom: 1px solid #000 !important;
  padding-bottom: 0.5rem !important;
}

.password form input[type="email"],
.template-password form input[type="email"],
body[class*="password"] form:has(input[type="email"]) input[type="email"] {
  flex: 1 !important;
  border: none !important;
  border-bottom: none !important;
}

.password form button,
.template-password form button,
body[class*="password"] form:has(input[type="email"]) button {
  border: none !important;
  border-bottom: none !important;
  padding: 0.5rem 0 !important;
  margin-left: 1rem !important;
}

/* ========================================
   HERO ELEMENTS - DRESSY ORIGINAL
   ======================================== */
   
/* Logo grande al centro */
.hero-logo-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.hero-logo {
  cursor: pointer;
  transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
  animation: logoHeartbeat 1.5s ease-in-out infinite;
}

@keyframes logoHeartbeat {
  0% {
    transform: scale(1);
  }
  14% {
    transform: scale(1.15);
  }
  28% {
    transform: scale(1);
  }
  42% {
    transform: scale(1.1);
  }
  70% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}

.hero-logo-wrapper.active .hero-logo {
  transform: scale(0.85) translateY(-15px);
  animation: none;
}

.hero-logo img {
  height: 80px;
  width: auto;
  filter: brightness(0) invert(1);
  transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.hero-logo:hover img {
  transform: scale(1.1);
}

/* Menu animato sotto il logo */
.hero-logo-menu {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 2rem;
  margin-top: 1.5rem;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.hero-logo-wrapper.active .hero-logo-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.hero-logo-menu__link {
  color: #fff !important;
  text-decoration: none;
  font-size: 0.8rem;
  font-weight: 500;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  position: relative;
}

.hero-logo-wrapper.active .hero-logo-menu__link {
  opacity: 1;
  transform: translateY(0);
}

.hero-logo-wrapper.active .hero-logo-menu__link:nth-child(1) { transition-delay: 0.05s; }
.hero-logo-wrapper.active .hero-logo-menu__link:nth-child(2) { transition-delay: 0.1s; }
.hero-logo-wrapper.active .hero-logo-menu__link:nth-child(3) { transition-delay: 0.15s; }

.hero-logo-menu__link::after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0;
  height: 1px;
  background: #fff;
  transition: width 0.3s ease;
}

.hero-logo-menu__link:hover::after {
  width: 100%;
}

.hero-logo-menu__link:hover {
  letter-spacing: 0.25em;
}

/* === GALLERY HERO: Foto - Video - Foto === */
.gallery-hero {
  display: grid;
  grid-template-columns: 1fr 1.2fr 1fr;
  gap: 0.5rem;
  padding: 0 1rem;
  margin: 0 !important;
  height: calc(100vh - 35px);
  max-height: 700px;
  align-items: stretch;
  justify-content: center;
}

/* Remove any whitespace above gallery */
.shop-page .shop-gallery,
.shop-page #gallery,
.shop-page .gallery-hero {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.gallery-hero__side {
  overflow: hidden;
  border-radius: 0;
  height: 100%;
}

.gallery-hero__side img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.gallery-hero__side:hover img {
  transform: scale(1.03);
}

.gallery-hero__video {
  overflow: hidden;
  border-radius: 0;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.gallery-hero__video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 25%;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  will-change: transform;
}

/* Scrolling Gallery */
.gallery-scroll__container {
  overflow: hidden;
  padding: 0.5rem 0;
  background: #fff;
}

.gallery-scroll__track {
  display: flex;
  gap: 0.5rem;
  width: max-content;
  animation: scrollLeft 25s linear infinite;
}

.gallery-scroll__track--reverse {
  animation: scrollRight 25s linear infinite;
}

.gallery-scroll__slide {
  flex-shrink: 0;
  width: 280px;
  height: 350px;
  overflow: hidden;
}

.gallery-scroll__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.gallery-scroll__slide:hover img {
  transform: scale(1.05);
}

@keyframes scrollLeft {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

@keyframes scrollRight {
  0% { transform: translateX(-50%); }
  100% { transform: translateX(0); }
}

@media (max-width: 768px) {
  .gallery-hero {
    display: block;
    height: auto;
    max-height: none;
    padding: 0;
  }
  
  .gallery-hero__side {
    display: none;
    max-height: 250px;
  }
  
  .gallery-hero__video {
    width: 100%;
    height: auto;
    max-height: none;
  }
  
  .gallery-hero__video video {
    width: 100%;
    height: auto;
    object-fit: contain;
    object-position: center;
  }
}

/* === GALLERY GRID === */
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.5rem;
  padding: 1rem 2rem 2rem;
}

.gallery-grid__item {
  aspect-ratio: 1;
  overflow: hidden;
  cursor: pointer;
  position: relative;
  border-radius: 4px;
}

.gallery-grid__item::after {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.3);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.gallery-grid__item:hover::after {
  opacity: 1;
}

.gallery-grid__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.gallery-grid__item:hover img {
  transform: scale(1.1);
}

@media (max-width: 768px) {
  .gallery-grid {
    grid-template-columns: repeat(3, 1fr);
    padding: 1rem;
  }
}

@media (max-width: 480px) {
  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* === LIGHTBOX === */
.gallery-lightbox {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.95);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.gallery-lightbox.active {
  opacity: 1;
  visibility: visible;
}

.gallery-lightbox__content {
  max-width: 90vw;
  max-height: 90vh;
}

.gallery-lightbox__content img {
  max-width: 100%;
  max-height: 90vh;
  object-fit: contain;
}

.gallery-lightbox__close {
  position: absolute;
  top: 2rem;
  right: 2rem;
  background: none;
  border: none;
  color: #fff;
  font-size: 3rem;
  cursor: pointer;
  transition: transform 0.3s ease;
  line-height: 1;
}

.gallery-lightbox__close:hover {
  transform: scale(1.2);
}

.gallery-lightbox__prev,
.gallery-lightbox__next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  color: #fff;
  font-size: 4rem;
  cursor: pointer;
  transition: transform 0.3s ease;
  padding: 1rem;
}

.gallery-lightbox__prev {
  left: 2rem;
}

.gallery-lightbox__next {
  right: 2rem;
}

.gallery-lightbox__prev:hover,
.gallery-lightbox__next:hover {
  transform: translateY(-50%) scale(1.2);
}

@media (max-width: 768px) {
  .gallery-lightbox__prev,
  .gallery-lightbox__next {
    font-size: 2.5rem;
  }
  
  .gallery-lightbox__prev {
    left: 0.5rem;
  }
  
  .gallery-lightbox__next {
    right: 0.5rem;
  }
}

/* Drop date - angolo in alto a destra */
.hero-drop-date {
  position: absolute;
  top: 2.5rem;
  right: 3rem;
  z-index: 10;
  text-align: right;
}

.hero-drop-date__date {
  display: block;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #fff;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  cursor: default;
}

.hero-drop-date:hover .hero-drop-date__date {
  transform: scale(1.15);
  letter-spacing: 0.15em;
}

.hero-drop-date:hover .hero-drop-date__label {
  letter-spacing: 0.3em;
}

.hero-drop-date__label {
  display: block;
  font-size: 0.65rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.6);
  margin-bottom: 0.3rem;
  transition: all 0.3s ease;
}

/* Nav in basso al centro */
.hero-nav {
  position: absolute;
  bottom: 3rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.hero-nav__link {
  color: #fff !important;
  text-decoration: none;
  font-size: 0.8rem;
  font-weight: 500;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transform-origin: center;
  display: inline-block;
}

.hero-nav__link:hover {
  transform: scale(1.3);
  letter-spacing: 0.25em;
}

.hero-nav__divider {
  color: rgba(255,255,255,0.3);
  font-size: 0.8rem;
}

/* Social sidebar - sinistra */
.hero-social {
  position: absolute;
  left: 3rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.hero-social__link {
  color: #fff !important;
  text-decoration: none;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  transform: rotate(180deg);
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.hero-social__link:hover {
  transform: rotate(180deg) scale(1.4);
  letter-spacing: 0.2em;
}

@media (max-width: 768px) {
  .hero-logo img {
    height: 50px;
  }
  
  .hero-drop-date {
    top: 1rem;
    right: 1rem;
  }
  
  .hero-drop-date__label {
    font-size: 0.5rem;
  }
  
  .hero-drop-date__date {
    font-size: 1rem;
  }
  
  .hero-nav {
    bottom: 1.5rem;
    gap: 1rem;
  }
  
  .hero-nav__link {
    font-size: 0.7rem;
  }
  
  .hero-nav__divider {
    font-size: 0.7rem;
  }
  
  .hero-social {
    display: none;
  }
}

/* ========================================
   DISCOUNT POPUP
   ======================================== */
/* ========================================
   DRESSY POPUP - ANIMATED STYLE
   ======================================== */
.dressy-popup {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.dressy-popup.active {
  opacity: 1;
  visibility: visible;
}

.dressy-popup__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.6);
  cursor: pointer;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.dressy-popup__content {
  position: relative;
  background: #fff;
  padding: 3.5rem 2.5rem;
  max-width: 400px;
  width: 90%;
  text-align: center;
  border: none;
  transform: scale(0.9) translateY(30px);
  opacity: 0;
  transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1);
  transition-delay: 0.1s;
}

.dressy-popup.active .dressy-popup__content {
  transform: scale(1) translateY(0);
  opacity: 1;
}

.dressy-popup__close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: none;
  border: none;
  cursor: pointer;
  color: rgba(0,0,0,0.3);
  transition: all 0.3s ease;
  padding: 0.5rem;
}

.dressy-popup__close:hover {
  color: #000;
  transform: rotate(90deg);
}

.dressy-popup__close svg {
  width: 20px;
  height: 20px;
}

.dressy-popup__logo {
  margin-bottom: 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  animation: logoReveal 0.8s cubic-bezier(0.16, 1, 0.3, 1) forwards;
  animation-delay: 0.2s;
}

.dressy-popup__logo img {
  height: 55px;
  width: auto;
  filter: brightness(0) saturate(100%) !important;
  animation: logoFloat 3s ease-in-out infinite;
  animation-delay: 1s;
}

@keyframes logoReveal {
  0% {
    opacity: 0;
    transform: scale(0.5) rotate(-10deg);
  }
  100% {
    opacity: 1;
    transform: scale(1) rotate(0deg);
  }
}

@keyframes logoFloat {
  0%, 100% { 
    transform: translateY(0) scale(1);
  }
  50% { 
    transform: translateY(-8px) scale(1.02);
  }
}

.dressy-popup__text {
  margin-bottom: 1.5rem;
  padding-top: 25px;
  overflow: visible;
}

.dressy-popup__title {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: #000;
  margin: 0 0 0.5rem;
  display: flex;
  justify-content: center;
  gap: 0.05em;
  overflow: visible;
}

.dressy-popup__title span {
  display: inline-block;
  opacity: 0;
  transform: translateY(100%);
  animation: letterSlideUp 0.6s cubic-bezier(0.16, 1, 0.3, 1) forwards,
             letterWave 2s ease-in-out infinite;
  animation-delay: 0.4s, 1.5s;
}

.dressy-popup__title span:nth-child(1) { animation-delay: 0.4s, 1.5s; }
.dressy-popup__title span:nth-child(2) { animation-delay: 0.45s, 1.6s; }
.dressy-popup__title span:nth-child(3) { animation-delay: 0.5s, 1.7s; }
.dressy-popup__title span:nth-child(4) { animation-delay: 0.55s, 1.8s; }
.dressy-popup__title span:nth-child(5) { animation-delay: 0.6s, 1.9s; }
.dressy-popup__title span:nth-child(6) { animation-delay: 0.7s, 2.0s; }
.dressy-popup__title span:nth-child(7) { animation-delay: 0.75s, 2.1s; }
.dressy-popup__title span:nth-child(8) { animation-delay: 0.8s, 2.2s; }
.dressy-popup__title span:nth-child(9) { animation-delay: 0.85s, 2.3s; }
.dressy-popup__title span:nth-child(10) { animation-delay: 0.9s, 2.4s; }

@keyframes letterSlideUp {
  0% {
    opacity: 0;
    transform: translateY(100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes letterWave {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-18px);
  }
}

.dressy-popup__subtitle {
  font-size: 0.75rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(0,0,0,0.5);
  margin: 0;
  opacity: 0;
  animation: subtitleReveal 0.8s ease forwards;
  animation-delay: 1.1s;
}

@keyframes subtitleReveal {
  0% {
    opacity: 0;
    transform: translateY(20px);
    letter-spacing: 0.4em;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
    letter-spacing: 0.2em;
  }
}

@keyframes popupFadeUp {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.dressy-popup__line {
  display: none;
}

@keyframes lineExpand {
  0% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}

@keyframes popupLineExpand {
  from { transform: scaleX(0); }
  to { transform: scaleX(1); }
}

.dressy-popup__desc {
  font-size: 0.8rem;
  color: rgba(0,0,0,0.5);
  margin-bottom: 1.25rem;
  opacity: 0;
  animation: descFadeIn 0.7s ease forwards;
  animation-delay: 1.5s;
}

@keyframes descFadeIn {
  0% {
    opacity: 0;
    transform: translateY(15px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.dressy-popup__form {
  margin-bottom: 1.25rem;
  opacity: 0;
  transform: translateY(30px) scale(0.95);
  animation: formReveal 0.8s cubic-bezier(0.16, 1, 0.3, 1) forwards;
  animation-delay: 1.7s;
}

@keyframes formReveal {
  0% {
    opacity: 0;
    transform: translateY(30px) scale(0.95);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.dressy-popup__input-wrap {
  display: flex;
  align-items: flex-end;
  border: none;
  border-bottom: 1px solid #000;
  overflow: visible;
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  border-radius: 0;
  background: transparent;
  padding-bottom: 0.5rem;
}

.dressy-popup__input-wrap:focus-within {
  border-bottom-width: 2px;
}

.dressy-popup__input-wrap input {
  flex: 1;
  padding: 0.5rem 0;
  background: transparent;
  border: none;
  color: #000;
  font-size: 0.85rem;
  letter-spacing: 0.05em;
  outline: none;
}

.dressy-popup__input-wrap input::placeholder {
  color: #999;
  font-size: 0.8rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.dressy-popup__input-wrap button {
  padding: 0.5rem 0;
  margin-left: 1.5rem;
  background: transparent;
  border: none;
  color: #000;
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}

.dressy-popup__input-wrap button:hover {
  letter-spacing: 0.18em;
  transform: translateX(2px);
}

.dressy-popup__input-wrap button:active {
  transform: scale(0.98);
}

.dressy-popup__skip {
  background: none;
  border: none;
  color: #000;
  font-size: 0.8rem;
  font-weight: 500;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  cursor: pointer;
  padding: 1rem 0;
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  opacity: 0;
  transform: translateY(20px);
  animation: skipReveal 0.8s cubic-bezier(0.16, 1, 0.3, 1) forwards, skipPulse 2s ease-in-out infinite;
  animation-delay: 2s, 3s;
  position: relative;
}

.dressy-popup__skip::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 1px;
  background: #000;
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  transform: translateX(-50%);
}

.dressy-popup__skip:hover::after {
  width: 100%;
}

@keyframes skipReveal {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes skipPulse {
  0%, 100% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(5px);
  }
}

.dressy-popup__skip:hover {
  letter-spacing: 0.2em;
  transform: translateX(3px);
}

/* Success message styles */
.dressy-popup__success {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
  animation: successReveal 0.6s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

@keyframes successReveal {
  0% {
    opacity: 0;
    transform: scale(0.8);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

.dressy-popup__success svg {
  animation: checkBounce 0.6s cubic-bezier(0.16, 1, 0.3, 1) forwards;
  animation-delay: 0.2s;
  opacity: 0;
}

@keyframes checkBounce {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

.dressy-popup__success p {
  margin: 0;
  text-align: center;
}

/* Mobile popup styles */
@media (max-width: 768px) {
  .dressy-popup__content {
    padding: 2rem 1.5rem;
    max-width: 92%;
    width: 100%;
    margin: 1rem;
  }

  .dressy-popup__logo {
    margin-bottom: 1.25rem;
  }

  .dressy-popup__logo img {
    height: 45px;
  }

  .dressy-popup__title {
    font-size: 1.3rem;
    letter-spacing: 0.15em;
    flex-wrap: wrap;
    justify-content: center;
  }

  .dressy-popup__title span {
    font-size: 1.3rem;
  }

  .dressy-popup__subtitle {
    font-size: 0.65rem;
    letter-spacing: 0.1em;
  }

  .dressy-popup__line {
    margin: 1rem auto;
    width: 40px;
  }

  .dressy-popup__desc {
    font-size: 0.75rem;
    margin-bottom: 1rem;
  }

  .dressy-popup__input-wrap {
    flex-direction: row;
    align-items: flex-end;
    border: none;
    border-bottom: 1px solid #000;
    padding-bottom: 0.5rem;
  }

  .dressy-popup__input-wrap input {
    padding: 0.5rem 0;
    font-size: 0.85rem;
    text-align: left;
    border: none;
    margin-bottom: 0;
    background: transparent;
  }

  .dressy-popup__input-wrap button {
    padding: 0.5rem 0;
    margin-left: 1rem;
    width: auto;
    font-size: 0.65rem;
    background: transparent;
    color: #000;
  }

  .dressy-popup__skip {
    font-size: 0.7rem;
    padding: 0.75rem 0;
    margin-top: 0.75rem;
  }
}

/* Legacy discount-popup support */
.discount-popup {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.discount-popup.active {
  opacity: 1;
  visibility: visible;
}

.discount-popup__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.5);
  cursor: pointer;
}

.discount-popup__content {
  position: relative;
  background: #fff;
  padding: 3rem;
  max-width: 420px;
  width: 90%;
  text-align: center;
  border-radius: 8px;
  transform: translateY(20px);
  transition: transform 0.3s ease;
}

.discount-popup.active .discount-popup__content {
  transform: translateY(0);
}

.discount-popup__close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: none;
  border: none;
  font-size: 1.5rem;
  cursor: pointer;
  color: #999;
  transition: color 0.3s;
}

.discount-popup__close:hover {
  color: #000;
}

.discount-popup__content h3 {
  font-size: 2rem;
  font-weight: 700;
  margin: 0;
  color: #000;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.discount-popup__content .popup-subtitle {
  font-size: 1.1rem;
  color: #000;
  margin: 0.25rem 0 0;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.popup-divider {
  width: 50px;
  height: 2px;
  background: #000;
  margin: 1.5rem auto;
}

.popup-sizechart {
  margin: 1.5rem 0;
}

.popup-sizechart h4 {
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #999;
  margin: 0 0 1rem;
}

.sizechart-grid {
  display: flex;
  justify-content: center;
  gap: 1rem;
}

.sizechart-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1rem 1.25rem;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  min-width: 90px;
}

.sizechart-item .size {
  font-size: 1.25rem;
  font-weight: 700;
  color: #000;
  margin-bottom: 0.25rem;
}

.sizechart-item .height {
  font-size: 0.7rem;
  color: #666;
  white-space: nowrap;
}

/* Email form in popup */
.popup-email-form {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin-top: 0.5rem;
}

.popup-email-form input[type="email"] {
  padding: 1rem;
  border: 1px solid #ddd;
  font-size: 0.95rem;
  text-align: center;
  border-radius: 0;
  outline: none;
}

.popup-email-form input[type="email"]:focus {
  border-color: #000;
}

.popup-subscribe-btn {
  width: 100%;
  padding: 1rem 2rem;
  background: #000;
  color: #fff;
  border: none;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.3s;
}

.popup-subscribe-btn:hover {
  background: #333;
}

.popup-enter-btn {
  width: 100%;
  padding: 1rem 2rem;
  background: #000;
  color: #fff;
  border: none;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.3s;
  margin-top: 0.5rem;
}

.popup-enter-btn.popup-skip {
  background: transparent;
  color: #999;
  font-size: 0.7rem;
  padding: 0.75rem;
  margin-top: 0.5rem;
}

.popup-enter-btn.popup-skip:hover {
  color: #000;
  background: transparent;
}

.popup-enter-btn:hover {
  background: #333;
}

/* Legacy styles for old popup */
.discount-popup__form {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.discount-popup__form input {
  padding: 1rem;
  border: 1px solid #ddd;
  font-size: 0.95rem;
  text-align: center;
}

.discount-popup__form input:focus {
  outline: none;
  border-color: #000;
}

.discount-popup__form button {
  padding: 1rem;
  background: #000;
  color: #fff;
  border: none;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.3s;
}

.discount-popup__form button:hover {
  background: #333;
}

.discount-popup__note {
  display: block;
  margin-top: 1rem;
  font-size: 0.75rem;
  color: #999;
}

/* ========================================
   FULLSCREEN VIDEO HERO - MANSAUCE STYLE
   ======================================== */
.fullscreen-hero {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  z-index: 1;
  background: #000;
}

.fullscreen-hero__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  will-change: transform;
}

/* Gallery video no interaction */
.gallery-hero__video video {
  pointer-events: none !important;
}

.fullscreen-hero__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.2);
}

.fullscreen-hero__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.35);
  z-index: 2;
}

@media (max-width: 768px) {
  .custom-header__nav {
    gap: 1.5rem;
  }
  
  .custom-header__link {
    font-size: 0.65rem;
  }
  
  .custom-header__logo img {
    height: 28px;
  }
  
  .video-hero {
    padding-top: 50px;
  }
  
  .video-hero__container {
    width: 95%;
    height: 60vh;
  }
}

/* ========================================
   3D ROTATING LOGO
   ======================================== */
.logo-3d-container {
  perspective: 1000px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.logo-3d {
  width: 100%;
  height: 100%;
  object-fit: contain;
  animation: rotate3D 4s ease-in-out infinite;
  transform-style: preserve-3d;
}

@keyframes rotate3D {
  0% { transform: rotateY(0deg); }
  50% { transform: rotateY(180deg); }
  100% { transform: rotateY(360deg); }
}

/* ========================================
   LOADER
   ======================================== */
.wow-loader {
  position: fixed;
  inset: 0;
  background: #fff;
  z-index: 10000;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  transition: opacity 0.8s ease, visibility 0.8s ease;
}

.wow-loader.hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.wow-loader .logo-3d-container {
  width: 120px;
  height: 120px;
}

.wow-loader__text {
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: #000;
  animation: loaderPulse 1.5s ease-in-out infinite;
}

@keyframes loaderPulse {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.3; }
}

/* ========================================
   HERO SECTION
   ======================================== */
.wow-hero {
  position: relative;
  min-height: 100vh;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 120px 5vw 80px;
  background: #fff !important;
  overflow: hidden;
}

/* Video Container - Centered Box */
.hero-video-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 85%;
  max-width: 1000px;
  height: 70vh;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 30px 80px rgba(0,0,0,0.15);
  z-index: 1;
}

.hero-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-video-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(255,255,255,0.1) 0%,
    rgba(0,0,0,0.2) 100%
  );
  pointer-events: none;
}

/* Hero Content */
.wow-hero__content {
  position: relative;
  z-index: 10;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.wow-hero__logo-wrapper {
  margin-bottom: 1.5rem;
}

.wow-hero__logo-wrapper .logo-3d-container {
  width: 70px;
  height: 70px;
}

.wow-hero__title {
  font-size: clamp(3.5rem, 12vw, 9rem);
  font-weight: 900;
  letter-spacing: -0.04em;
  line-height: 0.9;
  margin: 0;
  color: #000 !important;
  text-transform: uppercase;
}

.wow-hero__title span {
  display: block;
}

.wow-hero__title .outline-text {
  -webkit-text-stroke: 2px #000;
  -webkit-text-fill-color: transparent;
  color: transparent !important;
}

.wow-hero__subtitle {
  margin-top: 1.5rem;
  max-width: 450px;
  font-size: 1rem;
  line-height: 1.7;
  color: rgba(0,0,0,0.7) !important;
  font-weight: 400;
}

/* Drop Countdown */
.drop-countdown {
  margin-top: 1.5rem;
}

.drop-date {
  display: inline-block;
  padding: 0.9rem 2rem;
  background: #000;
  color: #fff !important;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

/* CTA Buttons */
.wow-hero__cta {
  margin-top: 2rem;
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  justify-content: center;
}

.btn-primary {
  padding: 1rem 2.5rem;
  background: #000;
  color: #fff !important;
  text-decoration: none;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  border: 2px solid #000;
  transition: all 0.3s ease;
}

.btn-primary:hover {
  background: transparent;
  color: #000 !important;
}

.btn-secondary {
  padding: 1rem 2.5rem;
  background: transparent;
  color: #000 !important;
  text-decoration: none;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  border: 2px solid #000;
  transition: all 0.3s ease;
}

.btn-secondary:hover {
  background: #000;
  color: #fff !important;
}

/* Scroll Indicator */
.wow-hero__scroll {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.8rem;
  z-index: 10;
}

.wow-hero__scroll span {
  font-size: 0.65rem;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: rgba(0,0,0,0.5) !important;
  font-weight: 500;
}

.wow-hero__scroll-line {
  width: 1px;
  height: 50px;
  background: linear-gradient(to bottom, #000, transparent);
  animation: scrollPulse 2s ease-in-out infinite;
}

@keyframes scrollPulse {
  0%, 100% { opacity: 0.3; height: 50px; }
  50% { opacity: 1; height: 60px; }
}

/* Floating Badges */
.floating-badge {
  position: absolute;
  background: #000;
  color: #fff !important;
  padding: 0.6rem 1.2rem;
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  border-radius: 50px;
  z-index: 20;
  animation: float 5s ease-in-out infinite;
}

.floating-badge--1 {
  top: 18%;
  left: 8%;
  animation-delay: 0s;
}

.floating-badge--2 {
  top: 25%;
  right: 8%;
  animation-delay: 1.5s;
}

.floating-badge--3 {
  bottom: 22%;
  left: 10%;
  animation-delay: 3s;
}

@keyframes float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-15px); }
}

/* ========================================
   MARQUEE
   ======================================== */
.wow-marquee {
  overflow: hidden;
  padding: 1.2rem 0;
  background: #000 !important;
}

.wow-marquee__inner {
  display: flex;
  gap: 3rem;
  animation: marqueeScroll 20s linear infinite;
  width: max-content;
}

.wow-marquee__item {
  font-size: 0.9rem;
  font-weight: 600;
  white-space: nowrap;
  color: #fff !important;
  display: flex;
  align-items: center;
  gap: 3rem;
  text-transform: uppercase;
  letter-spacing: 0.15em;
}

.wow-marquee__dot {
  width: 5px;
  height: 5px;
  background: #fff;
  border-radius: 50%;
}

@keyframes marqueeScroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* ========================================
   PRODUCTS SECTION
   ======================================== */
.wow-section-white {
  background: #fff !important;
  padding: 10vh 5vw;
}

.section-inner {
  max-width: 1300px;
  margin: 0 auto;
}

.section-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 3rem;
  flex-wrap: wrap;
  gap: 1rem;
}

.section-title {
  font-size: clamp(2rem, 6vw, 4rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  color: #000 !important;
  margin: 0;
  text-transform: uppercase;
}

.section-title .outline {
  -webkit-text-stroke: 1.5px #000;
  -webkit-text-fill-color: transparent;
}

.section-link {
  color: #000 !important;
  text-decoration: none;
  font-size: 0.8rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 600;
  border-bottom: 2px solid #000;
  padding-bottom: 3px;
  transition: opacity 0.3s;
}

.section-link:hover {
  opacity: 0.6;
}

/* Products Grid */
.products-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
}

.product-card {
  text-decoration: none;
  color: #000 !important;
  display: block;
}

.product-card__image-wrapper {
  position: relative;
  overflow: hidden;
  background: #f5f5f5;
}

.product-card__image {
  width: 100%;
  aspect-ratio: 3/4;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.product-card:hover .product-card__image {
  transform: scale(1.05);
}

.product-card__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s ease;
}

.product-card:hover .product-card__overlay {
  background: rgba(0,0,0,0.05);
}

.product-card__quick-add {
  opacity: 0;
  transform: translateY(15px);
  transition: all 0.3s ease;
  padding: 0.8rem 1.5rem;
  background: #000;
  color: #fff !important;
  font-size: 0.7rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
  font-weight: 600;
}

.product-card:hover .product-card__quick-add {
  opacity: 1;
  transform: translateY(0);
}

.product-card__info {
  padding: 1rem 0;
}

.product-card__title {
  font-size: 0.85rem;
  font-weight: 600;
  margin: 0 0 0.4rem;
  color: #000 !important;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.product-card__price {
  font-size: 0.8rem;
  color: rgba(0,0,0,0.6) !important;
  font-weight: 500;
}

@media (max-width: 1024px) {
  .products-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 600px) {
  .products-grid { grid-template-columns: repeat(2, 1fr); gap: 1rem; }
  .product-card__title { font-size: 0.75rem; }
}

/* ========================================
   SPLIT SECTION
   ======================================== */
.wow-split-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 80vh;
  background: #fff !important;
}

.split-media {
  overflow: hidden;
  position: relative;
}

.split-media img,
.split-media video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video-hover-container video {
  transition: transform 0.6s ease;
}

.video-hover-container:hover video {
  transform: scale(1.03);
}

.split-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 5rem;
  background: #fff !important;
}

.split-label {
  font-size: 0.7rem;
  letter-spacing: 0.25em;
  color: rgba(0,0,0,0.4) !important;
  margin-bottom: 1.5rem;
  text-transform: uppercase;
  font-weight: 600;
}

.split-title {
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.2;
  margin: 0 0 1.5rem;
  color: #000 !important;
}

.split-text {
  font-size: 1rem;
  line-height: 1.8;
  color: rgba(0,0,0,0.6) !important;
  max-width: 450px;
  margin-bottom: 2rem;
}

.btn-outline {
  display: inline-block;
  padding: 1rem 2rem;
  border: 2px solid #000;
  color: #000 !important;
  text-decoration: none;
  font-size: 0.75rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 600;
  transition: all 0.3s ease;
  width: fit-content;
}

.btn-outline:hover {
  background: #000;
  color: #fff !important;
}

@media (max-width: 768px) {
  .wow-split-section { grid-template-columns: 1fr; }
  .split-content { padding: 3rem 2rem; }
}

/* ========================================
   STATS SECTION
   ======================================== */
.stats-section {
  background: #f8f8f8 !important;
  padding: 8vh 5vw;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  text-align: center;
  max-width: 1100px;
  margin: 0 auto;
}

.stat {
  padding: 2rem 1rem;
}

.stat-number {
  font-size: clamp(2.5rem, 6vw, 4rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  color: #000 !important;
  line-height: 1;
  margin-bottom: 0.5rem;
}

.stat-label {
  font-size: 0.7rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: rgba(0,0,0,0.5) !important;
  font-weight: 600;
}

@media (max-width: 768px) {
  .stats-grid { grid-template-columns: repeat(2, 1fr); }
}

/* ========================================
   NEWSLETTER SECTION
   ======================================== */
.newsletter-section {
  background: #000 !important;
  padding: 12vh 5vw;
  text-align: center;
}

.newsletter-content {
  max-width: 550px;
  margin: 0 auto;
}

.newsletter-label {
  font-size: 0.65rem;
  letter-spacing: 0.25em;
  color: rgba(255,255,255,0.5) !important;
  display: block;
  margin-bottom: 1.5rem;
  text-transform: uppercase;
  font-weight: 600;
}

.newsletter-title {
  font-size: clamp(2rem, 6vw, 3.5rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.1;
  color: #fff !important;
  margin: 0 0 1rem;
  text-transform: uppercase;
}

.newsletter-text {
  color: rgba(255,255,255,0.6) !important;
  line-height: 1.7;
  margin-bottom: 2rem;
  font-size: 0.95rem;
}

.newsletter-form {
  display: flex;
  max-width: 420px;
  margin: 0 auto;
}

.newsletter-input {
  flex: 1;
  padding: 1rem 1.2rem;
  background: transparent;
  border: 1px solid rgba(255,255,255,0.3);
  border-right: none;
  color: #fff;
  font-size: 0.9rem;
}

.newsletter-input::placeholder {
  color: rgba(255,255,255,0.4);
}

.newsletter-input:focus {
  outline: none;
  border-color: rgba(255,255,255,0.6);
}

.newsletter-btn {
  padding: 1rem 1.5rem;
  background: #fff;
  border: 1px solid #fff;
  color: #000 !important;
  font-size: 0.7rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.3s ease;
}

.newsletter-btn:hover {
  background: transparent;
  color: #fff !important;
}

/* ========================================
   MINIMAL FOOTER - MANSAUCE STYLE
   ======================================== */
.minimal-footer {
  background: #000 !important;
  color: #fff !important;
  padding: 4rem 5vw 2rem;
}

.minimal-footer__top {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}

.minimal-footer__col {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}

.minimal-footer__col h4 {
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #fff !important;
  margin: 0 0 0.5rem;
}

.minimal-footer__col a {
  color: rgba(255,255,255,0.6) !important;
  text-decoration: none;
  font-size: 0.9rem;
  transition: color 0.3s;
}

.minimal-footer__col a:hover {
  color: #fff !important;
}

.minimal-footer__newsletter h4 {
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #fff !important;
  margin: 0 0 1rem;
}

.minimal-footer__newsletter form {
  display: flex;
  border: 1px solid rgba(255,255,255,0.3);
}

.minimal-footer__newsletter input {
  flex: 1;
  padding: 0.8rem 1rem;
  background: transparent;
  border: none;
  color: #fff;
  font-size: 0.9rem;
}

.minimal-footer__newsletter input::placeholder {
  color: rgba(255,255,255,0.4);
}

.minimal-footer__newsletter input:focus {
  outline: none;
}

.minimal-footer__newsletter button {
  padding: 0.8rem 1.2rem;
  background: #fff;
  border: none;
  color: #000;
  font-size: 1rem;
  cursor: pointer;
  transition: opacity 0.3s;
}

.minimal-footer__newsletter button:hover {
  opacity: 0.8;
}

.minimal-footer__bottom {
  padding-top: 2rem;
  text-align: center;
}

.minimal-footer__bottom span {
  font-size: 0.75rem;
  color: rgba(255,255,255,0.4) !important;
}

@media (max-width: 768px) {
  .minimal-footer__top {
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
  }
  
  .minimal-footer__newsletter {
    grid-column: span 2;
  }
  
  .minimal-header {
    padding: 1rem 1.5rem;
  }
  
  .minimal-header__left,
  .minimal-header__right {
    gap: 1rem;
  }
  
  .minimal-header__link {
    font-size: 0.75rem;
  }
  
  .minimal-header__logo img {
    height: 30px;
  }
}

/* ========================================
   SCROLL REVEAL
   ======================================== */
.reveal {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.7s ease;
}

.reveal.active {
  opacity: 1;
  transform: translateY(0);
}

/* ========================================
   NOISE OVERLAY
   ======================================== */
.noise {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 9997;
  opacity: 0.02;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E");
}

/* ========================================
   SHOP PAGE - MANSAUCE STYLE
   ======================================== */
.shop-page {
  position: fixed;
  inset: 0;
  background: #fff;
  z-index: 9999;
  overflow-y: auto;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
  padding: 0 !important;
  margin: 0 !important;
}

.shop-page.active {
  opacity: 1;
  visibility: visible;
}

.shop-page > * {
  margin-top: 0;
}

/* Dressy Header - White Style */
.dressy-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1.5rem;
  position: sticky;
  top: 0;
  background: rgba(255,255,255,0.97);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  z-index: 100;
  border-bottom: 1px solid rgba(0,0,0,0.03);
  margin: 0 !important;
}

.dressy-header__home {
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #000;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  padding: 0.5rem 1rem;
  border: 1px solid transparent;
  display: inline-block;
}

.dressy-header__home:hover {
  transform: scale(1.15);
  letter-spacing: 0.2em;
}

.dressy-header__logo {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  transition: transform 0.3s ease;
}

.dressy-header__logo:hover {
  transform: translateX(-50%) scale(1.05);
}

.dressy-header__logo img {
  height: 38px;
  width: auto;
  filter: brightness(0);
  transition: all 0.3s ease;
}

.dressy-header__nav {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.dressy-header__link {
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #000;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  padding: 0.5rem 1rem;
  display: inline-block;
}

.dressy-header__link:hover {
  transform: scale(1.15);
  letter-spacing: 0.2em;
}

.dressy-header__divider {
  color: rgba(0,0,0,0.3);
  font-size: 0.8rem;
}

/* Cart icon in shop header */
.dressy-header__cart {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.5rem;
  transition: transform 0.3s ease;
}

.dressy-header__cart:hover {
  transform: scale(1.15);
}

.dressy-header__cart svg {
  width: 22px;
  height: 22px;
  stroke: #000;
}

.dressy-header__cart-count {
  position: absolute;
  top: -2px;
  right: -6px;
  background: #000;
  color: #fff;
  font-size: 0.6rem;
  font-weight: 600;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.dressy-header__cart-count:empty {
  display: none;
}

/* Shop Gallery - 3 at a time, auto-scroll */
.shop-gallery,
.shop-gallery#gallery,
#gallery,
.shop-page > .shop-gallery {
  position: relative;
  overflow: hidden;
  background: #fff;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}

.shop-gallery__track {
  display: flex;
  transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.shop-gallery__slide {
  min-width: 33.333%;
  padding: 0 0.5rem;
  box-sizing: border-box;
}

.shop-gallery__slide img {
  width: 100%;
  height: 70vh;
  object-fit: cover;
  object-position: center top;
  transition: transform 0.5s ease, filter 0.5s ease;
  filter: grayscale(10%);
}

.shop-gallery__slide img:hover {
  filter: grayscale(0%);
  transform: scale(1.03);
}


.shop-gallery__tagline {
  position: absolute;
  bottom: 2.5rem;
  left: 2rem;
  font-size: 0.85rem;
  letter-spacing: 0.1em;
  color: rgba(0,0,0,0.4);
  margin: 0;
  z-index: 5;
}

/* Progress bar */
.shop-gallery__progress {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  background: #000;
  animation: progressBar 2s linear infinite;
}

@keyframes progressBar {
  0% { width: 0%; }
  100% { width: 100%; }
}

.shop-gallery__progress {
  animation-duration: 2s;
}

@media (max-width: 768px) {
  .shop-gallery__slide {
    min-width: 50%;
  }
  
  .shop-gallery__slide img {
    height: 50vh;
  }
}

/* Dressy Products - White Grid Style */
.dressy-products {
  padding: 5rem 3rem;
  background: #fff;
}

.dressy-products__intro {
  text-align: center;
  margin-bottom: 4rem;
}

.dressy-products__drop {
  display: inline-block;
  padding: 0.5rem 1.5rem;
  border: 1px solid #000;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 1.5rem;
}

.dressy-products__title {
  font-size: clamp(2rem, 5vw, 3rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #000;
  margin: 0 0 0.5rem;
}

.dressy-products__desc {
  font-size: 0.85rem;
  color: rgba(0,0,0,0.5);
  letter-spacing: 0.1em;
  margin: 0;
}

.dressy-products__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
}

.dressy-products__list .dressy-item {
  width: 320px;
  max-width: 100%;
}

/* Dressy Item - Clean animated */
.dressy-item {
  display: flex;
  flex-direction: column;
  padding: 0;
  background: transparent;
  border: none;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  cursor: pointer;
}

.dressy-item__link {
  text-decoration: none;
  color: inherit;
  display: block;
}

.dressy-item:hover {
  transform: translateY(-5px);
}

.dressy-item:hover h3 {
  letter-spacing: 0.03em;
}

.dressy-item__image {
  aspect-ratio: 3/4;
  overflow: hidden;
  margin-bottom: 1rem;
  background: #f5f5f5;
}

.dressy-item__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.dressy-item:hover .dressy-item__image img {
  transform: scale(1.05);
}

.dressy-item__image--placeholder {
  background: linear-gradient(135deg, #f0f0f0 0%, #e8e8e8 100%);
}

.dressy-item__soon-badge {
  display: inline-block;
  margin-top: 0.5rem;
  font-size: 0.65rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(0,0,0,0.4);
}

.dressy-item__info {
  padding: 0;
}

.dressy-item__info h3 {
  font-size: 1.1rem;
  font-weight: 600;
  color: #000;
  margin: 0 0 0.5rem;
  line-height: 1.4;
  transition: all 0.3s ease;
}

.dressy-item__info h3 em {
  font-style: italic;
  font-weight: 400;
  color: rgba(0,0,0,0.5);
}

.dressy-item__price {
  display: flex;
  gap: 0.75rem;
  align-items: center;
  margin-bottom: 1rem;
}

.dressy-item__price .was {
  font-size: 0.9rem;
  color: rgba(0,0,0,0.4);
  text-decoration: line-through;
}

.dressy-item__price .now {
  font-size: 1rem;
  font-weight: 600;
  color: #000;
}

.dressy-item__btn {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-decoration: none;
  color: #000;
  transition: all 0.3s ease;
  position: relative;
}

.dressy-item__btn::after {
  content: ' →';
  opacity: 0;
  transition: all 0.3s ease;
}

.dressy-item:hover .dressy-item__btn::after {
  opacity: 1;
}

.dressy-item--soon {
  opacity: 0.7;
}

@media (max-width: 900px) {
  .dressy-products__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }
}

/* MOBILE HAMBURGER MENU - TRAPSTAR STYLE */
.dressy-hamburger {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  width: 36px;
  height: 36px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 6px;
  z-index: 1001;
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.dressy-hamburger:hover {
  transform: scale(1.1);
}

.dressy-hamburger span {
  display: block;
  width: 24px;
  height: 2px;
  background: #000;
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  transform-origin: center;
}

.dressy-hamburger:hover span:nth-child(1) {
  transform: translateY(-2px);
}

.dressy-hamburger:hover span:nth-child(3) {
  transform: translateY(2px);
}

.dressy-hamburger.active {
  transform: rotate(180deg);
}

.dressy-hamburger.active span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}

.dressy-hamburger.active span:nth-child(2) {
  opacity: 0;
  transform: scaleX(0);
}

.dressy-hamburger.active span:nth-child(3) {
  transform: rotate(-45deg) translate(5px, -5px);
}

.dressy-mobile-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: rgba(255,255,255,0.98);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  padding: 0;
  max-height: 0;
  overflow: hidden;
  transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1);
  border-bottom: 1px solid rgba(0,0,0,0.05);
  z-index: 1000;
}

.dressy-mobile-dropdown.active {
  max-height: 350px;
  padding: 1.5rem 0;
}

.dressy-mobile-dropdown a {
  display: block;
  padding: 1rem 2rem;
  font-size: 0.9rem;
  font-weight: 500;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #000;
  text-decoration: none;
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  opacity: 0;
  transform: translateX(-30px);
  position: relative;
}

.dressy-mobile-dropdown.active a {
  opacity: 1;
  transform: translateX(0);
}

.dressy-mobile-dropdown.active a:nth-child(1) { transition-delay: 0.08s; }
.dressy-mobile-dropdown.active a:nth-child(2) { transition-delay: 0.16s; }
.dressy-mobile-dropdown.active a:nth-child(3) { transition-delay: 0.24s; }
.dressy-mobile-dropdown.active a:nth-child(4) { transition-delay: 0.32s; }

.dressy-mobile-dropdown a::before {
  content: '';
  position: absolute;
  left: 2rem;
  bottom: 0.8rem;
  width: 0;
  height: 1px;
  background: #000;
  transition: width 0.3s ease;
}

.dressy-mobile-dropdown a:hover {
  padding-left: 2.5rem;
  letter-spacing: 0.2em;
}

.dressy-mobile-dropdown a:hover::before {
  width: 30px;
}

@media (max-width: 768px) {
  /* Mobile Header - Hamburger Style */
  .dressy-header {
    padding: 1rem 1.25rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    background: rgba(255,255,255,0.97);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
  }
  
  .dressy-header__home,
  .dressy-header__nav .dressy-header__link,
  .dressy-header__nav .dressy-header__divider {
    display: none !important;
  }
  
  .dressy-hamburger {
    display: flex;
    order: -1;
  }
  
  .dressy-header__logo {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
  
  .dressy-header__logo img {
    height: 32px;
    filter: brightness(0);
  }
  
  .dressy-header__logo img {
    height: 28px;
  }
  
  .dressy-header__nav {
    order: 1;
  }
  
  .dressy-header__cart {
    display: flex !important;
  }
  
  /* Mobile Gallery */
  .shop-gallery__slide {
    min-width: 50%;
    padding: 0 0.25rem;
  }
  
  .shop-gallery__slide img {
    height: 40vh;
  }
  
  /* Mobile Products */
  .dressy-products {
    padding: 2rem 1rem;
  }
  
  .dressy-products__title {
    font-size: 1.5rem;
  }
  
  .dressy-products__desc {
    font-size: 0.75rem;
  }
  
  .dressy-products__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
  
  .dressy-item {
    padding: 0;
  }
  
  .dressy-item__image {
    aspect-ratio: 3/4;
    margin-bottom: 0.75rem;
  }
  
  .dressy-item__info h3 {
    font-size: 0.85rem;
    margin-bottom: 0.3rem;
  }
  
  .dressy-item__info h3 br {
    display: none;
  }
  
  .dressy-item__info h3 em {
    display: block;
    margin-top: 0.2rem;
  }
  
  .dressy-item__price {
    margin-bottom: 0.5rem;
  }
  
  .dressy-item__price .was {
    font-size: 0.75rem;
  }
  
  .dressy-item__price .now {
    font-size: 0.85rem;
  }
  
  .dressy-item__btn {
    font-size: 0.65rem;
    letter-spacing: 0.08em;
  }
  
  .dressy-item__soon-badge {
    font-size: 0.55rem;
    padding: 0.3rem 0.6rem;
    margin-top: 0.3rem;
  }
  
  /* Mobile Footer */
  .dressy-footer {
    padding: 2rem 1rem;
  }
  
  .dressy-footer__slogan {
    max-width: 120px;
  }
  
  .dressy-footer__bottom {
    flex-direction: column;
    gap: 1rem;
    text-align: center;
  }
  
  .dressy-footer__links {
    gap: 1rem;
  }
}

/* Dressy Footer - White Style */
.dressy-footer {
  padding: 4rem 3rem;
  background: #fff;
  border-top: 1px solid #eee;
}

.dressy-footer__brand {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
  padding: 2rem 0;
}

.dressy-footer__slogan {
  max-width: 180px;
  height: auto;
  display: block;
  margin: 0 auto;
}

.dressy-footer__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 2rem;
  border-top: 1px solid #eee;
}

.dressy-footer__bottom span {
  font-size: 0.7rem;
  color: rgba(0,0,0,0.4);
}

.dressy-footer__links {
  display: flex;
  gap: 2rem;
}

.dressy-footer__links a {
  font-size: 0.7rem;
  color: rgba(0,0,0,0.4);
  text-decoration: none;
  transition: color 0.3s;
}

.dressy-footer__links a:hover {
  color: #000;
}

@media (max-width: 768px) {
  .dressy-footer__bottom {
    flex-direction: column;
    gap: 1.5rem;
    text-align: center;
  }
}

@media (max-width: 1024px) {
  .shop-products__grid {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .shop-hero {
    height: 50vh;
  }
}

@media (max-width: 768px) {
  .shop-header {
    padding: 1rem;
  }
  
  .shop-header__nav-left {
    display: none;
  }
  
  .shop-header__logo {
    position: relative;
    left: 0;
    transform: none;
  }
  
  .shop-hero__img {
    height: 60vh;
  }
  
  .shop-products {
    padding: 2rem 1rem;
  }
  
  .shop-products__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
  
  .product-item__title {
    font-size: 0.75rem;
  }
}

/* Reveal animation */
.reveal {
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.reveal.active {
  opacity: 1;
  transform: translateY(0);
}

/* ========================================
   MOBILE FIXES
   ======================================== */
@media (max-width: 768px) {
  .wow-hero {
    padding: 100px 4vw 60px;
    min-height: auto;
  }
  
  .hero-video-bg {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    width: 100%;
    height: 50vh;
    margin-bottom: 2rem;
    border-radius: 12px;
  }
  
  .wow-hero__content {
    position: relative;
  }
  
  .floating-badge {
    display: none;
  }
  
  .wow-hero__title {
    font-size: 3rem;
  }
  
  .wow-hero__cta {
    flex-direction: column;
    width: 100%;
  }
  
  .btn-primary,
  .btn-secondary {
    width: 100%;
    text-align: center;
  }
}

/* ========================================
   DRESSY PRODUCT PAGE - TRAPSTAR STYLE
   ======================================== */

/* Prevent scroll on variant change */
.product-information [class*="media-gallery"],
.product-information [class*="media-gallery"] *,
.product-information ._product-media-gallery,
.product-information ._product-media-gallery * {
  scroll-margin: 0 !important;
  scroll-margin-top: 0 !important;
}

/* Reset conflicting styles */
.product-information,
.product-information * {
  box-sizing: border-box;
}

/* Main product page container */
.product-information {
  background: #fff !important;
  max-width: 1400px !important;
  width: 100% !important;
  margin: 0 auto !important;
  padding: 2rem 3rem !important;
}

/* Main grid layout - Trapstar style */
.product-information .section,
.product-information > div:first-child,
section.product-information {
  display: grid !important;
  grid-template-columns: 55% 45% !important;
  gap: 3rem !important;
  align-items: start !important;
  width: 100% !important;
  max-width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
}

/* Left side - Media gallery Trapstar style */
.product-information [class*="media-gallery"],
.product-information ._product-media-gallery {
  width: 100% !important;
  height: auto !important;
  max-height: none !important;
  overflow: visible !important;
  padding: 0 !important;
  margin: 0 !important;
  position: relative !important;
}

/* Main product image - Trapstar style */
.product-information [class*="media-gallery"] img,
.product-information ._product-media-gallery img {
  width: 100% !important;
  height: auto !important;
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
  object-fit: cover !important;
  background: #f5f5f5 !important;
  border-radius: 0 !important;
}

/* Image spacing in gallery */
.product-information [class*="media-gallery"] > div {
  margin-bottom: 8px !important;
}

/* Right side - Product details sticky - Trapstar style */
.product-information [class*="product-details"],
.product-information ._product-details {
  position: sticky !important;
  top: 80px !important;
  padding: 0 2rem !important;
  padding-top: 2rem !important;
  height: fit-content !important;
  max-height: calc(100vh - 100px) !important;
  overflow-y: auto !important;
  background: #fff !important;
  transition: padding-top 0.25s cubic-bezier(0.4, 0, 0.2, 1), top 0.25s cubic-bezier(0.4, 0, 0.2, 1) !important;
  will-change: padding-top, top !important;
}

/* Quando header nascosto - contenuto si alza */
body.header-hidden .product-information [class*="product-details"],
body.header-hidden .product-information ._product-details {
  padding-top: 0 !important;
  top: 20px !important;
}

/* Hide scrollbar for cleaner look */
.product-information [class*="product-details"]::-webkit-scrollbar,
.product-information ._product-details::-webkit-scrollbar,
.product-information::-webkit-scrollbar,
.product__info-wrapper::-webkit-scrollbar,
[class*="product"]::-webkit-scrollbar {
  display: none !important;
  width: 0 !important;
}

.product-information,
.product-information [class*="product-details"],
.product-information ._product-details,
.product__info-wrapper,
[class*="product"] {
  scrollbar-width: none !important;
  -ms-overflow-style: none !important;
}

/* Product title - Mansauce COMPACT style */
.product-information h1 {
  font-size: 1.3rem !important;
  font-weight: 700 !important;
  letter-spacing: -0.01em !important;
  text-transform: uppercase !important;
  margin-bottom: 0.25rem !important;
  color: #000 !important;
  line-height: 1.2 !important;
  font-family: inherit !important;
}

/* Product price - COMPACT */
.product-information .price {
  font-size: 0.9rem !important;
  font-weight: 400 !important;
  color: #000 !important;
  margin-bottom: 0.5rem !important;
  margin-top: 0 !important;
}

.product-information .price + p,
.product-information .price ~ .tax-note {
  font-size: 0.65rem !important;
  color: #666 !important;
  margin-top: -0.25rem !important;
  margin-bottom: 0.5rem !important;
}

.product-information .price .was {
  text-decoration: line-through !important;
  color: #999 !important;
  margin-right: 0.5rem !important;
  font-weight: 400 !important;
}

/* Divider line - hide */
.product-information hr,
.product-information .divider {
  display: none !important;
}

/* Variant picker - SUPER COMPACT */
.variant-picker {
  margin: 0 !important;
  padding-bottom: 0 !important;
  border-bottom: none !important;
}

/* Size label */
.variant-picker legend,
.variant-option legend {
  font-size: 0 !important;
  visibility: hidden !important;
  position: relative !important;
  margin-bottom: 0.25rem !important;
  line-height: 1 !important;
}

.variant-picker legend::after,
.variant-option legend::after {
  content: "Size" !important;
  visibility: visible !important;
  font-size: 0.7rem !important;
  font-weight: 400 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
  color: #000 !important;
  display: block !important;
}

/* Size buttons - Mansauce style - square corners */
.variant-option--buttons {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 0.35rem !important;
  margin-bottom: 0 !important;
}

.variant-option__button-label {
  min-width: 38px !important;
  min-height: 38px !important;
  height: 38px !important;
  padding: 0 0.75rem !important;
  border: 1px solid #ccc !important;
  border-radius: 0 !important;
  background: #fff !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  color: #000 !important;
  font-size: 0.75rem !important;
  font-weight: 500 !important;
  letter-spacing: 0.02em !important;
  text-transform: uppercase !important;
  cursor: pointer !important;
  transition: all 0.2s ease !important;
}

.variant-option__button-label:hover {
  background: #000 !important;
  color: #fff !important;
}

.variant-option__button-label:has(:checked) {
  border-color: #000 !important;
  background: #000 !important;
  color: #fff !important;
}

.variant-option__button-label:has(:checked) .variant-option__button-label__text {
  color: #fff !important;
}

/* Size Guide - Hidden for cleaner look */
.product-size-guide {
  display: none !important;
}

.product-size-guide__toggle {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  cursor: pointer;
  padding: 0.5rem 0;
  transition: all 0.3s ease;
  text-decoration: underline;
  text-underline-offset: 3px;
  font-size: 0.75rem;
  letter-spacing: 0.05em;
}

.product-size-guide__toggle:hover {
  opacity: 0.7;
}

.product-size-guide__label {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.8rem;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
  color: #000;
}

.product-size-guide__label svg {
  width: 16px;
  height: 16px;
  stroke-width: 1.5;
}

.product-size-guide__arrow {
  font-size: 0.9rem;
  transition: transform 0.3s ease;
}

.product-size-guide.active .product-size-guide__arrow {
  transform: rotate(180deg);
}

.product-size-guide__content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.4s ease;
  background: #f9f9f9;
}

.product-size-guide.active .product-size-guide__content {
  max-height: 300px;
  padding: 1.25rem;
  margin-top: 0.75rem;
}

/* Size chart grid - Torom style */
.product-size-guide .sizechart-grid {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
}

.product-size-guide .sizechart-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1rem 1.5rem;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 8px;
  min-width: 90px;
}

.product-size-guide .sizechart-item .size {
  font-size: 1rem;
  font-weight: 600;
  color: #000;
  margin-bottom: 0.25rem;
}

.product-size-guide .sizechart-item .height {
  font-size: 0.65rem;
  color: #666;
  white-space: nowrap;
}

.variant-option__button-label__text {
  font-size: 0.8rem !important;
  font-weight: 600 !important;
  letter-spacing: 0.05em !important;
  text-transform: uppercase !important;
  color: inherit !important;
  z-index: 3 !important;
}

.variant-option__button-label__pill {
  display: none !important;
}

.variant-option__button-label:has([data-option-available='false']) {
  opacity: 0.3 !important;
  cursor: not-allowed !important;
  border-style: dashed !important;
}

.variant-option__button-label:has([data-option-available='false']) .variant-option__button-label__text {
  text-decoration: line-through !important;
}

/* Hide strikethrough SVG */
.variant-option__button-label svg {
  display: none !important;
}

/* Shop Pay buttons - visible */

/* Add to cart button - Mansauce style */
.buy-buttons {
  margin-top: 0.25rem !important;
  display: flex !important;
  flex-direction: row !important;
  align-items: stretch !important;
  gap: 0.25rem !important;
}

.buy-buttons .button,
.buy-buttons [type="submit"],
.product-information .button[type="submit"],
.add-to-cart-button {
  flex: 1 !important;
  padding: 0 1rem !important;
  background: #000 !important;
  color: #fff !important;
  border: none !important;
  border-radius: 0 !important;
  font-size: 0.75rem !important;
  font-weight: 500 !important;
  letter-spacing: 0.02em !important;
  text-transform: none !important;
  height: 42px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 0.5rem !important;
  cursor: pointer !important;
  transition: all 0.3s ease !important;
  margin-top: 0.5rem !important;
}

.buy-buttons .button:hover,
.buy-buttons [type="submit"]:hover,
.add-to-cart-button:hover {
  background: #333 !important;
  transform: none !important;
  box-shadow: none !important;
}

.buy-buttons .button[disabled],
.buy-buttons [type="submit"][disabled] {
  background: #ccc !important;
  color: #666 !important;
  cursor: not-allowed !important;
  transform: none !important;
  box-shadow: none !important;
}

/* Buy buttons layout - Quantity and Add to Cart on same line */
.buy-buttons {
  display: flex !important;
  flex-direction: row !important;
  align-items: stretch !important;
  gap: 0.25rem !important;
  flex-wrap: nowrap !important;
}

.buy-buttons > * {
  margin: 0 !important;
}

.buy-buttons quantity-input,
.buy-buttons .quantity-input,
.buy-buttons .quantity {
  flex-shrink: 0 !important;
  width: auto !important;
  height: 42px !important;
  display: flex !important;
  align-items: stretch !important;
}

.buy-buttons > product-form,
.buy-buttons form:not(.quantity-input),
.buy-buttons .product-form__buttons {
  flex: 1 !important;
  display: flex !important;
  flex-direction: row !important;
  align-items: stretch !important;
  gap: 0.25rem !important;
  margin: 0 !important;
  height: 42px !important;
}

/* Force same height for quantity and add to cart */
.buy-buttons .quantity-input,
.buy-buttons .button,
.buy-buttons [type="submit"] {
  height: 42px !important;
  min-height: 42px !important;
  max-height: 42px !important;
}

/* =============================================
   NEW LAYOUT: Size + Quantity (same row) | Add to Cart | Shop Pay
   ============================================= */

/* Hide quantity from buy-buttons (we show it next to sizes) */
.product-form-buttons quantity-selector-component,
.buy-buttons-block quantity-selector-component,
.product-form-buttons .quantity-selector {
  position: absolute !important;
  left: -9999px !important;
  opacity: 0 !important;
  pointer-events: none !important;
  width: 0 !important;
  height: 0 !important;
}

/* SIZE + QTY ROW - INLINE on same line as size buttons */
.dressy-size-qty-row {
  display: block !important;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

/* Variant picker */
.dressy-size-qty-row .dressy-variant-picker {
  margin: 0 !important;
  padding: 0 !important;
}

/* Make variant buttons and qty on same row */
.dressy-size-qty-row .variant-option--buttons {
  display: inline-flex !important;
  flex-wrap: wrap !important;
  gap: 0.35rem !important;
  vertical-align: bottom !important;
  margin-bottom: 0 !important;
}

/* Force remove spacing from variant picker wrapper */
.variant-picker,
.variant-picker__form,
.variant-option,
.variant-option--buttons,
.dressy-variant-picker {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

/* Buy buttons block - spazio ZERO */
.buy-buttons-block,
.buy-buttons-block--*,
span.buy-buttons-block,
[class*="buy-buttons-block"] {
  margin-top: 0.25rem !important;
  padding-top: 0 !important;
}

/* Remove ALL spacing */
.spacing-style,
[class*="spacing-style"],
.product-form-buttons,
.product-form-buttons.spacing-style {
  padding-top: 0 !important;
  padding-block-start: 0 !important;
  margin-top: 0.2rem !important;
  --padding-block-start: 0px !important;
}

/* Inline Quantity Selector - hidden until size selected */
.dressy-inline-qty {
  display: inline-flex !important;
  flex-direction: row !important;
  align-items: center !important;
  gap: 0.5rem !important;
  flex-shrink: 0 !important;
  vertical-align: bottom !important;
  margin-left: 0.75rem !important;
  opacity: 0 !important;
  visibility: hidden !important;
  transform: translateX(-10px) !important;
  transition: all 0.3s ease !important;
}

.dressy-inline-qty.active {
  opacity: 1 !important;
  visibility: visible !important;
  transform: translateX(0) !important;
}

.dressy-qty-label {
  font-size: 0.7rem !important;
  font-weight: 400 !important;
  color: #000 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
}

.dressy-qty-controls {
  display: flex !important;
  align-items: stretch !important;
  border: 1px solid #ccc !important;
  height: 38px !important;
  min-height: 38px !important;
  max-height: 38px !important;
}

.dressy-qty-btn {
  width: 28px !important;
  height: 38px !important;
  min-height: 38px !important;
  border: none !important;
  background: #fff !important;
  font-size: 0.9rem !important;
  font-weight: 300 !important;
  cursor: pointer !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  transition: background 0.2s ease !important;
  color: #000 !important;
  padding: 0 !important;
}

.dressy-qty-btn:hover {
  background: #f5f5f5 !important;
}

.dressy-qty-input {
  width: 28px !important;
  height: 38px !important;
  min-height: 38px !important;
  border: none !important;
  border-left: 1px solid #eee !important;
  border-right: 1px solid #eee !important;
  text-align: center !important;
  font-size: 0.75rem !important;
  font-weight: 500 !important;
  padding: 0 !important;
  -moz-appearance: textfield !important;
}

.dressy-qty-input::-webkit-outer-spin-button,
.dressy-qty-input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0 !important;
}

/* =============================================
   MATERIAL & SIZE GUIDE ACCORDIONS
   ============================================= */

/* Remove ALL space from Shop Pay elements - Mansauce compact */
.shopify-payment-button__more-options {
  margin: 0.25rem 0 0 0 !important;
  padding: 0 !important;
}

.accelerated-checkout-block,
.product-form-buttons .accelerated-checkout-block {
  margin: 0 !important;
  padding: 0 !important;
}

.shopify-payment-button {
  margin: 0 !important;
}

.buy-buttons-block {
  margin: 0 !important;
  padding: 0 !important;
}

.dressy-product-accordions {
  margin-top: 1.25rem !important;
  padding-top: 0 !important;
  border-top: 1px solid #eee !important;
}

.dressy-accordion {
  border-bottom: 1px solid #eee !important;
}

.dressy-accordion__header {
  width: 100% !important;
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  padding: 0.4rem 0 !important;
  background: none !important;
  border: none !important;
  cursor: pointer !important;
  transition: opacity 0.2s ease !important;
}

.dressy-accordion__header:hover {
  opacity: 0.7 !important;
}

.dressy-accordion__title {
  font-size: 0.75rem !important;
  font-weight: 400 !important;
  letter-spacing: 0.05em !important;
  text-transform: uppercase !important;
  color: #000 !important;
}

.dressy-accordion__icon {
  font-size: 1rem !important;
  font-weight: 300 !important;
  color: #000 !important;
  transition: transform 0.3s ease !important;
}

.dressy-accordion__content {
  max-height: 0 !important;
  overflow: hidden !important;
  transition: max-height 0.3s ease, padding 0.3s ease !important;
  padding: 0 !important;
}

.dressy-accordion.active .dressy-accordion__content {
  max-height: 200px !important;
  padding-bottom: 1rem !important;
}

.dressy-accordion__text {
  font-size: 0.8rem !important;
  font-weight: 500 !important;
  color: #333 !important;
  margin: 0 !important;
  letter-spacing: 0.1em !important;
}

/* Size Guide Grid */
.dressy-sizeguide-grid {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 0.5rem !important;
}

.dressy-sizeguide-item {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0.75rem 1rem !important;
  background: #f8f8f8 !important;
  min-width: 70px !important;
  text-align: center !important;
}

.dressy-sizeguide-size {
  font-size: 0.9rem !important;
  font-weight: 600 !important;
  color: #000 !important;
  margin-bottom: 0.25rem !important;
}

.dressy-sizeguide-height {
  font-size: 0.65rem !important;
  color: #666 !important;
  white-space: nowrap !important;
}

/* Product form buttons - vertical stack - COMPACT like Mansauce */
.product-form-buttons {
  display: flex !important;
  flex-direction: column !important;
  gap: 0.35rem !important;
  margin-top: 0 !important;
  padding-top: 0 !important;
}

/* Remove ALL spacing before buttons */
.product-form-buttons.spacing-style {
  margin-top: 0 !important;
  padding-top: 0 !important;
  --padding-block-start: 0 !important;
}

/* Add to cart - full width */
.product-form-buttons > span:has(add-to-cart-component),
.product-form-buttons > span[style*="add-to-cart"] {
  width: 100% !important;
  display: block !important;
}

.product-form-buttons add-to-cart-component {
  width: 100% !important;
  display: block !important;
}

.product-form-buttons .add-to-cart-button {
  width: 100% !important;
  height: 48px !important;
  margin-top: 0 !important;
}

/* Hide error */
.product-form-buttons .product-form-text__error {
  display: none !important;
}

/* Accelerated checkout - full width below */
.product-form-buttons .accelerated-checkout-block {
  width: 100% !important;
}

.shopify-payment-button {
  width: 100% !important;
}

.shopify-payment-button__more-options {
  font-size: 0.75rem !important;
  margin-top: 0.25rem !important;
}

/* Product form buttons wrapper */
.product-form__buttons {
  display: flex !important;
  flex-direction: row !important;
  align-items: stretch !important;
  gap: 0.5rem !important;
  width: 100% !important;
}

.product-form__buttons > button,
.product-form__buttons > .button {
  flex: 1 !important;
  height: 44px !important;
}

/* === FORCE INLINE LAYOUT FOR QUANTITY + ADD TO CART === */
/* Target the spacing-style wrapper */
.product-form-buttons.spacing-style {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: wrap !important;
  align-items: stretch !important;
  gap: 0.5rem !important;
}

/* Quantity selector component - inline */
.product-form-buttons.spacing-style > quantity-selector-component {
  order: 1 !important;
  flex-shrink: 0 !important;
  height: 44px !important;
}

/* Add to cart wrapper span - inline, fills remaining space */
.product-form-buttons.spacing-style > span:not(.product-form-text__error) {
  order: 2 !important;
  flex: 1 1 auto !important;
  min-width: 120px !important;
  height: 44px !important;
  display: flex !important;
}

/* Error message hidden */
.product-form-buttons.spacing-style > .product-form-text__error {
  order: 4 !important;
  flex-basis: 100% !important;
}

/* Accelerated checkout block - full width on new row */
.product-form-buttons.spacing-style > .accelerated-checkout-block {
  order: 3 !important;
  flex-basis: 100% !important;
  width: 100% !important;
  margin-top: 0.5rem !important;
}

/* Quantity label - hide in buy buttons */
.buy-buttons .quantity-label,
.buy-buttons > label {
  display: none !important;
}

/* Quantity input - Mansauce style - square corners */
.quantity-input,
.quantity-selector {
  border: 1px solid #ccc !important;
  border-radius: 0 !important;
  overflow: hidden !important;
  display: inline-flex !important;
  align-items: stretch !important;
  height: 42px !important;
  min-height: 42px !important;
  max-height: 42px !important;
}

.quantity-input button,
.quantity-selector button {
  border: none !important;
  background: #fff !important;
  width: 36px !important;
  height: 100% !important;
  font-size: 1rem !important;
  font-weight: 300 !important;
  transition: background 0.2s ease !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 !important;
  cursor: pointer !important;
  color: #000 !important;
}

.quantity-input button:hover,
.quantity-selector button:hover {
  background: #f5f5f5 !important;
}

.quantity-input input,
.quantity-selector input {
  border: none !important;
  border-left: 1px solid #eee !important;
  border-right: 1px solid #eee !important;
  text-align: center !important;
  width: 36px !important;
  height: 100% !important;
  font-weight: 500 !important;
  font-size: 0.85rem !important;
  padding: 0 !important;
  font-size: 0.9rem !important;
}

/* Product description - Mansauce accordion style */
.product-information .rte,
.product-information .product-description {
  font-size: 0.9rem !important;
  line-height: 1.6 !important;
  color: #666 !important;
  margin-top: 1.5rem !important;
  padding-top: 1.5rem !important;
  border-top: 1px solid #eee !important;
}

/* Thumbnails horizontal scroll */
.product-media-gallery__thumbnails {
  display: flex !important;
  gap: 0.5rem !important;
  margin-top: 0.5rem !important;
  overflow-x: auto !important;
  padding-bottom: 0.5rem !important;
}

.product-media-gallery__thumbnail {
  width: 80px !important;
  height: 80px !important;
  flex-shrink: 0 !important;
  object-fit: cover !important;
  border: 1px solid transparent !important;
  cursor: pointer !important;
  transition: border-color 0.2s ease !important;
}

.product-media-gallery__thumbnail:hover,
.product-media-gallery__thumbnail.active {
  border-color: #000 !important;
}

/* Tablet product page - Trapstar */
@media (max-width: 1024px) {
  .product-information {
    padding: 1.5rem !important;
  }

  .product-information .section,
  .product-information > div:first-child,
  section.product-information {
    grid-template-columns: 1fr 1fr !important;
    gap: 2rem !important;
  }
}

@media (max-width: 900px) {
  .product-information .section,
  .product-information > div:first-child,
  section.product-information {
    grid-template-columns: 1fr !important;
    gap: 1.5rem !important;
  }
  
  .product-information [class*="product-details"],
  .product-information ._product-details {
    position: relative !important;
    top: 0 !important;
    padding: 0 1rem !important;
    max-height: none !important;
  }
}

/* Mobile product page - Trapstar style */
@media (max-width: 768px) {
  /* PREVENT SCROLL ON VARIANT CLICK */
  .variant-option input[type="radio"]:focus,
  .variant-option__button-label:focus,
  .variant-option__button-label:focus-within,
  .variant-option input:focus {
    scroll-margin: 0 !important;
    scroll-snap-margin: 0 !important;
  }
  
  .variant-option,
  .variant-option__button-label,
  variant-picker,
  .variant-picker {
    scroll-behavior: auto !important;
    overflow-anchor: none !important;
  }
  
  /* Prevent any element from triggering scroll on focus */
  .product-information *:focus {
    scroll-margin-top: 0 !important;
    scroll-margin-bottom: 0 !important;
  }
  
  .product-information {
    padding: 0 !important;
    background: #fff !important;
    scroll-behavior: auto !important;
  }

  .product-information .section,
  .product-information > div:first-child,
  section.product-information {
    display: flex !important;
    flex-direction: column !important;
    gap: 0 !important;
  }

  /* Image gallery - full width slider */
  .product-information [class*="media-gallery"],
  .product-information ._product-media-gallery {
    width: 100% !important;
    max-height: none !important;
    overflow: hidden !important;
    order: 1 !important;
  }

  .product-information [class*="media-gallery"] img {
    width: 100% !important;
    height: auto !important;
    margin: 0 !important;
  }

  /* Product details below image - Trapstar */
  .product-information [class*="product-details"],
  .product-information ._product-details {
    position: relative !important;
    top: 0 !important;
    padding: 1.5rem !important;
    max-height: none !important;
    order: 2 !important;
  }

  /* Title - Trapstar style BOLD */
  .product-information h1 {
    font-size: 1.25rem !important;
    font-weight: 600 !important;
    line-height: 1.2 !important;
    margin-bottom: 0.25rem !important;
    text-transform: uppercase !important;
  }

  /* Price */
  .product-information .price {
    font-size: 1rem !important;
    font-weight: 600 !important;
    margin-bottom: 0.5rem !important;
  }

  /* Size label - Trapstar */
  .variant-option legend,
  .variant-picker legend {
    font-size: 0.8rem !important;
    font-weight: 500 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.05em !important;
    margin-bottom: 0.25rem !important;
  }
  
  /* MOBILE: Spacing minimo tra Size e Add to Cart */
  .buy-buttons-block,
  .buy-buttons-block--*,
  span.buy-buttons-block,
  [class*="buy-buttons-block"] {
    margin-top: 0.3rem !important;
  }
  
  .spacing-style,
  .product-form-buttons,
  .product-form-buttons.spacing-style {
    margin-top: 0.2rem !important;
    padding-top: 0 !important;
  }

  /* Size buttons - Trapstar rectangular */
  .variant-option--buttons {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 0.5rem !important;
  }

  .variant-option__button-label {
    min-width: 50px !important;
    min-height: 42px !important;
    height: 42px !important;
    padding: 0 1rem !important;
    border: 1px solid #000 !important;
    border-radius: 0 !important;
    background: #fff !important;
    font-size: 0.75rem !important;
    font-weight: 500 !important;
  }

  /* Selected state - Trapstar solid black */
  .variant-option__button-label:has(:checked) {
    border-color: #000 !important;
    background: #000 !important;
    color: #fff !important;
  }

  .variant-option__button-label:has(:checked) .variant-option__button-label__text {
    color: #fff !important;
  }

  .variant-option__button-label__text {
    font-size: 0.75rem !important;
    font-weight: 500 !important;
  }

  /* MOBILE: Size + Qty inline */
  .dressy-size-qty-row {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: flex-end !important;
    gap: 0.5rem !important;
    margin-bottom: 0.2rem !important;
    padding-bottom: 0 !important;
  }
  
  .dressy-inline-qty {
    flex-shrink: 0 !important;
  }
  
  .dressy-qty-controls {
    height: 42px !important;
  }
  
  .dressy-qty-btn {
    width: 36px !important;
  }
  
  .dressy-qty-input {
    width: 40px !important;
  }

  /* MOBILE: Vertical layout - Add to Cart full width - COMPACT */
  .product-form-buttons {
    display: flex !important;
    flex-direction: column !important;
    gap: 0.35rem !important;
    margin-top: 0.2rem !important;
    padding-top: 0 !important;
  }

  /* Hide quantity from buy buttons on mobile too */
  .product-form-buttons quantity-selector-component {
    position: absolute !important;
    left: -9999px !important;
  }

  /* Add to cart button - full width */
  .product-form-buttons .add-to-cart-button {
    width: 100% !important;
    height: 48px !important;
    font-size: 0.8rem !important;
    font-weight: 600 !important;
    border-radius: 0 !important;
    text-transform: uppercase !important;
  }

  /* Shop Pay - full width below */
  .product-form-buttons .accelerated-checkout-block {
    width: 100% !important;
    margin-top: 0 !important;
  }

  /* Sold out state */
  .buy-buttons .button[disabled],
  .buy-buttons [type="submit"][disabled] {
    background: #ccc !important;
    color: #666 !important;
    cursor: not-allowed !important;
  }

  /* MOBILE: Accordions spacing */
  .dressy-product-accordions {
    margin-top: 1rem !important;
    gap: 0.35rem !important;
  }
  
  .dressy-accordion__header {
    padding: 0.75rem 0 !important;
  }

  /* Size guide on mobile - compact */
  .product-size-guide {
    margin: 0.5rem 0 !important;
  }

  .product-size-guide__toggle {
    font-size: 0.7rem !important;
  }

  .product-size-guide .sizechart-item {
    padding: 0.5rem 0.75rem !important;
    min-width: 70px !important;
  }
}
