/**
 * Fashion Product Page — Premium Conversion V2
 * Sticky Buy Now + Add to Cart · gallery-first · trust
 */

body.pdp-is-fashion.pdp-fashion-v2 {
  --fx-ink: #0a0a0a;
  --fx-muted: #6b7280;
  --fx-line: rgba(10, 10, 10, 0.08);
  --fx-soft: #f6f5f3;
  --fx-ease: cubic-bezier(0.22, 1, 0.36, 1);
  background: #ffffff;
  font-family: 'Outfit', 'Poppins', sans-serif;
  -webkit-font-smoothing: antialiased;
}

body.pdp-is-fashion.pdp-fashion-v2 .shop-nav {
  height: 60px;
  background: rgba(255,255,255,0.94);
  border-bottom: 1px solid var(--fx-line);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  padding: 0 1rem;
}
body.pdp-is-fashion.pdp-fashion-v2 .shop-nav .brand {
  font-family: 'Cormorant Garamond', 'Playfair Display', serif;
  font-weight: 600;
  letter-spacing: 0.04em;
}
body.pdp-is-fashion.pdp-fashion-v2 .shop-strip {
  display: none;
}

body.pdp-is-fashion.pdp-fashion-v2 .prod-page--fashion {
  max-width: 1180px;
  padding-bottom: 7rem;
}
body.pdp-is-fashion.pdp-fashion-v2 .prod-page--fashion .prod-card {
  border: 0;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 12px 48px rgba(10,10,10,0.08);
  background: #fff;
}

body.pdp-is-fashion.pdp-fashion-v2 .pdp-gallery-main {
  aspect-ratio: 3 / 4;
  background: var(--fx-soft);
  border-radius: 0;
}
body.pdp-is-fashion.pdp-fashion-v2 .pdp-gallery-main-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body.pdp-is-fashion.pdp-fashion-v2 .pdp-gallery-thumbs {
  gap: 0.5rem;
  padding: 0.75rem 1rem 0;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
body.pdp-is-fashion.pdp-fashion-v2 .pdp-thumb {
  width: 64px;
  height: 80px;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid transparent;
  flex-shrink: 0;
}
body.pdp-is-fashion.pdp-fashion-v2 .pdp-thumb.is-active {
  border-color: var(--fx-ink);
}

body.pdp-is-fashion.pdp-fashion-v2 .prod-body--fashion {
  padding: 1.5rem 1.25rem 2rem;
}
body.pdp-is-fashion.pdp-fashion-v2 .prod-title--fashion {
  font-family: 'Cormorant Garamond', 'Playfair Display', serif;
  font-weight: 600;
  letter-spacing: 0.01em;
}
body.pdp-is-fashion.pdp-fashion-v2 .prod-price--fashion {
  font-size: 1.45rem;
  font-weight: 700;
  letter-spacing: -0.02em;
}
body.pdp-is-fashion.pdp-fashion-v2 .pdp-social .pdp-pill {
  font-size: 0.68rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  border-radius: 999px;
  background: var(--fx-soft);
  border: 1px solid var(--fx-line);
}

body.pdp-is-fashion.pdp-fashion-v2 .pdp-cta-row {
  gap: 0.65rem;
}
body.pdp-is-fashion.pdp-fashion-v2 .btn-buy-now {
  background: var(--fx-ink);
  color: #fff;
  border: 0;
  border-radius: 999px;
  min-height: 48px;
  font-weight: 650;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-size: 0.78rem;
  box-shadow: 0 10px 28px rgba(10,10,10,0.18);
  transition: transform 0.25s var(--fx-ease), box-shadow 0.25s var(--fx-ease);
}
body.pdp-is-fashion.pdp-fashion-v2 .btn-buy-now:hover {
  background: #1a1a1a;
  color: #fff;
  transform: translateY(-1px);
  box-shadow: 0 14px 34px rgba(10,10,10,0.22);
}
body.pdp-is-fashion.pdp-fashion-v2 .btn-add-cart {
  background: transparent;
  color: var(--fx-ink);
  border: 1px solid var(--fx-line);
  border-radius: 999px;
  min-height: 48px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-size: 0.78rem;
  box-shadow: none;
}
body.pdp-is-fashion.pdp-fashion-v2 .btn-add-cart:hover {
  background: var(--fx-soft);
  transform: translateY(-1px);
}

body.pdp-is-fashion.pdp-fashion-v2 .pdp-trust-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.65rem;
  padding: 0 1.25rem 1.5rem;
}
@media (max-width: 640px) {
  body.pdp-is-fashion.pdp-fashion-v2 .pdp-trust-cards {
    grid-template-columns: 1fr;
  }
}
body.pdp-is-fashion.pdp-fashion-v2 .pdp-trust-card {
  border: 1px solid var(--fx-line);
  border-radius: 16px;
  background: #fff;
  box-shadow: none;
  padding: 1rem;
}

body.pdp-is-fashion.pdp-fashion-v2 .pdp-sticky-bar {
  background: rgba(255,255,255,0.96);
  border-top: 1px solid var(--fx-line);
  box-shadow: 0 -10px 36px rgba(10,10,10,0.08);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  padding: 0.65rem 0.85rem;
  padding-bottom: max(0.65rem, env(safe-area-inset-bottom));
}
body.pdp-is-fashion.pdp-fashion-v2 .pdp-sticky-inner {
  gap: 0.55rem;
}
body.pdp-is-fashion.pdp-fashion-v2 .pdp-sticky-actions {
  display: flex;
  gap: 0.4rem;
  flex-shrink: 0;
}
body.pdp-is-fashion.pdp-fashion-v2 .pdp-sticky-cta {
  min-height: 42px;
  border-radius: 999px !important;
  padding: 0.55rem 0.9rem !important;
  font-size: 0.7rem !important;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
body.pdp-is-fashion.pdp-fashion-v2 .pdp-sticky-cta--buy {
  background: var(--fx-ink) !important;
  color: #fff !important;
  border: 0 !important;
}
body.pdp-is-fashion.pdp-fashion-v2 .pdp-sticky-cta--cart {
  background: transparent !important;
  color: var(--fx-ink) !important;
  border: 1px solid var(--fx-line) !important;
  box-shadow: none !important;
}

body.pdp-is-fashion.pdp-fashion-v2 .pdp-related {
  margin-top: 2rem;
}
body.pdp-is-fashion.pdp-fashion-v2 .pdp-related h2 {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 600;
  letter-spacing: 0.04em;
}
