/** Shopify CDN: Minification failed

Line 723:10 Unexpected "{"
Line 723:19 Expected ":"

**/
/* ============================================
   AYHURA LUXURY CSS
   Brand: Italian Skincare — Rituale Ayhura
   Aesthetic: Chanel, La Mer, Aesop
   Target: Italian women 25-45, mobile-first
   ============================================ */

/* --- CSS Variables --- */
:root {
  /* Palette nude / marrons glaces */
  --ayhura-cream: #FAF4EE;
  --ayhura-beige: #EDE0D4;
  --ayhura-nude: #D5C4B3;
  --ayhura-nude-light: #E8DDD3;
  --ayhura-brown: #3B2E26;
  --ayhura-brown-light: #6B5B50;
  --ayhura-brown-medium: #8C7B6E;
  --ayhura-brown-glace: #A68E7C;
  --ayhura-gold: #C4A265;
  --ayhura-terracotta: #B07254;
  --ayhura-bronze: #9E8468;
  --ayhura-bordeaux: #4A3828;
  --ayhura-black: #2A1E17;
  --ayhura-white: #FFFFFF;
  --ayhura-star: #C4A265;
  --ayhura-success: #5A8C65;
  --ayhura-radius: 4px;
  --ayhura-radius-lg: 8px;
  --ayhura-transition: 0.4s cubic-bezier(0.25, 0.1, 0.25, 1);
  --ayhura-gold-gradient: linear-gradient(135deg, #C4A265, #DDBF82, #C4A265);
  --ayhura-shadow-sm: 0 2px 8px rgba(59, 46, 38, 0.06);
  --ayhura-shadow-md: 0 4px 20px rgba(59, 46, 38, 0.08);
  --ayhura-shadow-lg: 0 12px 40px rgba(59, 46, 38, 0.12);
  --ayhura-shadow-gold: 0 4px 20px rgba(196, 162, 101, 0.2);
  --ayhura-font-display: 'Cormorant Garamond', 'Cormorant', 'Georgia', serif;
  --ayhura-font-body: 'Montserrat', 'Helvetica Neue', sans-serif;
}

/* Brand name "AYHURA" — style batonne (sans-serif uppercase spaced) */
.ayhura-brand-name {
  font-family: var(--ayhura-font-body);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.25em;
  font-style: normal;
}

/* ============================================
   GLOBAL RESETS AND FOUNDATIONS
   ============================================ */
html {
  scroll-behavior: smooth;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  background-color: var(--ayhura-cream);
  color: var(--ayhura-brown);
  font-size: 1.6rem;
  line-height: 1.7;
}

/* Touch-friendly tap targets */
a, button, input, select, textarea, label {
  min-height: 44px;
  min-width: 44px;
}

/* Selection */
::selection {
  background: rgba(201, 169, 110, 0.2);
  color: var(--ayhura-brown);
}

/* Focus states — refined gold outline */
:focus-visible {
  outline: 1.5px solid var(--ayhura-gold);
  outline-offset: 3px;
}

/* ============================================
   TYPOGRAPHY — Luxury Hierarchy
   ============================================ */
h1, h2, h3, h4, h5, h6 {
  letter-spacing: -0.02em;
  line-height: 1.1;
  font-weight: 400;
  color: var(--ayhura-brown);
}

h1, .h1 {
  font-family: var(--ayhura-font-display);
  font-weight: 300;
  letter-spacing: -0.03em;
}

h2, .h2 {
  font-family: var(--ayhura-font-display);
  font-weight: 400;
  letter-spacing: -0.02em;
}

h3, .h3 {
  font-weight: 500;
  letter-spacing: -0.01em;
}

/* Uppercase utility — generous tracking */
.ayhura-uppercase,
.ayhura-bundles__title,
.ayhura-urgency,
.announcement-bar {
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-weight: 500;
}

/* Gold gradient text utility */
.ayhura-text-gold {
  background: var(--ayhura-gold-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* ============================================
   LUXURY DIVIDER — Thin gold line with diamond
   ============================================ */
.ayhura-luxury-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  margin: 48px auto;
  max-width: 320px;
  width: 100%;
}

.ayhura-luxury-divider::before,
.ayhura-luxury-divider::after {
  content: '';
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--ayhura-gold), transparent);
}

.ayhura-luxury-divider__diamond {
  width: 6px;
  height: 6px;
  background: var(--ayhura-gold);
  transform: rotate(45deg);
  flex-shrink: 0;
  margin: 0 16px;
}

/* Alternate: just the divider without a child element */
.ayhura-luxury-divider--simple {
  display: block;
  border: none;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--ayhura-gold) 30%, var(--ayhura-gold) 70%, transparent);
  margin: 40px auto;
  max-width: 200px;
  opacity: 0.5;
}

/* ============================================
   BUTTONS — Elegant, No Pulse
   ============================================ */
.button, .shopify-payment-button__button {
  border-radius: var(--ayhura-radius) !important;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 1.2rem;
  transition: all var(--ayhura-transition);
  position: relative;
  overflow: hidden;
  border: none;
}

.button:hover, .button:focus-visible {
  box-shadow: var(--ayhura-shadow-gold);
  transform: translateY(-1px);
}

/* Subtle inner light on buttons */
.button::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255,255,255,0.1) 0%, transparent 60%);
  pointer-events: none;
}

/* Primary CTA buttons — elegant gold, NO pulsating animation */
.product-form__submit,
.ayhura-sticky-cart__btn,
.ayhura-hero__btn {
  background: var(--ayhura-gold);
  color: var(--ayhura-brown);
  font-weight: 600;
  letter-spacing: 0.14em;
  padding: 16px 40px;
  border: 1px solid transparent;
  transition: all var(--ayhura-transition);
}

.product-form__submit:hover,
.ayhura-sticky-cart__btn:hover,
.ayhura-hero__btn:hover {
  background: transparent;
  border-color: var(--ayhura-gold);
  color: var(--ayhura-gold);
  box-shadow: var(--ayhura-shadow-gold);
  transform: translateY(-1px);
}

/* Gold underline hover effect for text links */
.ayhura-link-hover {
  position: relative;
  text-decoration: none;
}

.ayhura-link-hover::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 1px;
  background: var(--ayhura-gold);
  transition: width var(--ayhura-transition);
}

.ayhura-link-hover:hover::after {
  width: 100%;
}

/* ============================================
   ANNOUNCEMENT BAR — Refined
   ============================================ */
.announcement-bar {
  font-weight: 500;
  letter-spacing: 0.15em;
  font-size: 1.1rem;
  text-transform: uppercase;
}

/* ============================================
   STARS — Elegant rating display
   ============================================ */
.ayhura-stars {
  color: var(--ayhura-star);
  font-size: 1.6rem;
  letter-spacing: 3px;
}

/* ============================================
   URGENCY BANNER — Sophisticated, not aggressive
   ============================================ */
.ayhura-urgency {
  background: linear-gradient(90deg, var(--ayhura-bordeaux), #3B2E22, var(--ayhura-bordeaux));
  color: var(--ayhura-cream);
  text-align: center;
  padding: 12px 20px;
  font-size: 1.1rem;
  font-weight: 500;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(201, 169, 110, 0.2);
}

.ayhura-urgency__highlight {
  color: var(--ayhura-gold);
  font-weight: 600;
}

/* ============================================
   STICKY ADD-TO-CART — Sleek Premium Bar
   ============================================ */
.ayhura-sticky-cart {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
  transform: translateY(100%);
  transition: transform 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
  background: var(--ayhura-brown);
  padding: 14px 20px;
  box-shadow: 0 -2px 30px rgba(0, 0, 0, 0.2);
  border-top: 1px solid rgba(201, 169, 110, 0.15);
}

.ayhura-sticky-cart.is-visible {
  transform: translateY(0);
}

.ayhura-sticky-cart__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 600px;
  margin: 0 auto;
}

.ayhura-sticky-cart__info {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.ayhura-sticky-cart__name {
  color: var(--ayhura-cream);
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: 0.04em;
}

.ayhura-sticky-cart__price {
  color: var(--ayhura-gold);
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 0.02em;
}

.ayhura-sticky-cart__btn {
  background: var(--ayhura-gold);
  color: var(--ayhura-brown);
  padding: 12px 32px;
  border-radius: var(--ayhura-radius);
  font-weight: 600;
  font-size: 1.1rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  text-decoration: none;
  white-space: nowrap;
  transition: all var(--ayhura-transition);
  border: 1px solid var(--ayhura-gold);
}

.ayhura-sticky-cart__btn:hover {
  background: transparent;
  color: var(--ayhura-gold);
  box-shadow: 0 0 20px rgba(201, 169, 110, 0.3);
}

@media screen and (min-width: 750px) {
  .ayhura-sticky-cart { display: none; }
}

/* ============================================
   SOCIAL PROOF NOTIFICATION — Clean & Subtle
   ============================================ */
.ayhura-social-proof {
  position: fixed;
  bottom: 80px;
  left: 16px;
  z-index: 998;
  transform: translateX(-120%);
  transition: transform 0.6s cubic-bezier(0.25, 0.1, 0.25, 1);
  max-width: 320px;
}

.ayhura-social-proof.is-visible {
  transform: translateX(0);
}

.ayhura-social-proof__inner {
  background: var(--ayhura-white);
  border-radius: var(--ayhura-radius-lg);
  padding: 16px 20px;
  box-shadow: var(--ayhura-shadow-lg);
  display: flex;
  align-items: center;
  gap: 14px;
  border: 1px solid rgba(201, 169, 110, 0.15);
  position: relative;
}

.ayhura-social-proof__inner::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: var(--ayhura-gold-gradient);
  border-radius: var(--ayhura-radius-lg) var(--ayhura-radius-lg) 0 0;
}

.ayhura-social-proof__icon {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--ayhura-success);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  font-weight: 600;
}

.ayhura-social-proof__text {
  font-size: 1.2rem;
  line-height: 1.5;
  color: var(--ayhura-brown);
}

.ayhura-social-proof__text strong {
  display: block;
  font-size: 1.05rem;
  color: var(--ayhura-brown-light);
  font-weight: 400;
  margin-top: 2px;
}

.ayhura-social-proof__text em {
  font-style: normal;
  font-weight: 600;
  color: var(--ayhura-bronze);
}

.ayhura-social-proof__close {
  position: absolute;
  top: 4px;
  right: 4px;
  background: none;
  border: none;
  font-size: 1.6rem;
  color: #bbb;
  cursor: pointer;
  padding: 8px;
  line-height: 1;
  min-height: 44px;
  min-width: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color 0.2s;
}

.ayhura-social-proof__close:hover {
  color: var(--ayhura-brown);
}

@media screen and (max-width: 749px) {
  .ayhura-social-proof {
    bottom: 90px;
    left: 8px;
    right: 8px;
    max-width: none;
  }
}

/* ============================================
   BUNDLE SELECTOR — Elegant Cards
   ============================================ */
/* Bundle selector — Horizontal 3-column grid */
.ayhura-bundles {
  margin: 16px 0 12px;
}

.ayhura-bundles__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}

.ayhura-bundle {
  display: block;
  position: relative;
  border: 2px solid var(--ayhura-beige);
  border-radius: var(--ayhura-radius);
  padding: 14px 10px 12px;
  cursor: pointer;
  transition: all var(--ayhura-transition);
  background: var(--ayhura-white);
  text-align: center;
}

.ayhura-bundle:hover {
  border-color: var(--ayhura-gold);
  box-shadow: var(--ayhura-shadow-sm);
}

.ayhura-bundle:has(.ayhura-bundle__radio:checked) {
  border-color: var(--ayhura-gold);
  background: #FDF8F0;
  box-shadow: 0 0 0 1px var(--ayhura-gold), var(--ayhura-shadow-gold);
}

.ayhura-bundle__radio {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.ayhura-bundle__badge {
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--ayhura-gold);
  color: #fff;
  font-size: 0.7rem;
  font-weight: 700;
  padding: 2px 10px;
  border-radius: 10px;
  white-space: nowrap;
  letter-spacing: 0.05em;
}

.ayhura-bundle__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
}

.ayhura-bundle__qty {
  font-weight: 700;
  font-size: 1.5rem;
  color: var(--ayhura-brown);
  line-height: 1.1;
}

.ayhura-bundle__name {
  font-size: 0.8rem;
  color: var(--ayhura-bronze);
  font-weight: 400;
  margin-bottom: 4px;
}

.ayhura-bundle__price {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--ayhura-brown);
  line-height: 1.2;
}

.ayhura-bundle__price-old {
  font-size: 0.8rem;
  color: #bbb;
  text-decoration: line-through;
  font-weight: 400;
  line-height: 1;
}

.ayhura-bundle__unit {
  font-size: 0.75rem;
  color: var(--ayhura-bronze);
  font-weight: 400;
}

.ayhura-bundle--popular {
  border-color: var(--ayhura-gold);
}

/* ============================================
   PRODUCT TRUST BADGES — Refined & Minimal
   ============================================ */
.ayhura-product-trust {
  display: flex;
  gap: 24px;
  margin: 24px 0;
  padding: 20px 0;
  border-top: 1px solid var(--ayhura-beige);
  border-bottom: 1px solid var(--ayhura-beige);
  flex-wrap: wrap;
}

.ayhura-product-trust__item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 1.35rem;
  color: var(--ayhura-brown-medium);
  font-weight: 400;
  letter-spacing: 0.02em;
  min-height: auto;
  min-width: auto;
}

.ayhura-product-trust__item svg {
  flex-shrink: 0;
  color: var(--ayhura-gold);
  opacity: 0.85;
}

/* ============================================
   REVIEWS SECTION — Card-Based Layout
   ============================================ */
.section-rich-text p strong {
  color: var(--ayhura-star);
}

.section-rich-text p em {
  color: var(--ayhura-bronze);
  font-size: 0.9em;
}

/* Review cards styling */
.ayhura-review-card {
  background: var(--ayhura-white);
  border: 1px solid var(--ayhura-beige);
  border-radius: var(--ayhura-radius);
  padding: 28px 24px;
  margin-bottom: 16px;
  position: relative;
  transition: box-shadow var(--ayhura-transition);
}

.ayhura-review-card:hover {
  box-shadow: var(--ayhura-shadow-md);
}

.ayhura-review-card::before {
  content: '\201C';
  position: absolute;
  top: 16px;
  left: 20px;
  font-size: 3.5rem;
  font-family: var(--ayhura-font-display);
  color: var(--ayhura-gold);
  opacity: 0.3;
  line-height: 1;
}

.ayhura-review-card__stars {
  color: var(--ayhura-star);
  font-size: 1.4rem;
  letter-spacing: 2px;
  margin-bottom: 12px;
}

.ayhura-review-card__text {
  font-size: 1.3rem;
  line-height: 1.7;
  color: var(--ayhura-brown);
  font-style: italic;
  margin-bottom: 16px;
}

.ayhura-review-card__author {
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--ayhura-brown);
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.ayhura-review-card__meta {
  font-size: 1rem;
  color: var(--ayhura-bronze);
  font-weight: 400;
  margin-top: 2px;
}

/* Dark scheme readability — ensure cream text on dark bg */
.color-scheme-3 h1,
.color-scheme-3 h2,
.color-scheme-3 h3,
.color-scheme-3 .h1,
.color-scheme-3 .h2 {
  color: var(--ayhura-cream) !important;
}

.color-scheme-3 p,
.color-scheme-3 .rte,
.color-scheme-3 .rich-text__text {
  color: rgba(250, 244, 238, 0.9) !important;
  font-size: 1.5rem;
}

.color-scheme-3 strong {
  color: var(--ayhura-gold) !important;
}

.color-scheme-3 em {
  color: var(--ayhura-nude) !important;
}

/* Section text sizes — make all body text in sections bigger */
.section-rich-text p {
  font-size: 1.5rem;
  line-height: 1.8;
}

.section-rich-text p strong {
  color: var(--ayhura-star);
  font-size: 1.6rem;
}

.section-rich-text p em {
  color: var(--ayhura-brown-glace);
  font-size: 1.3rem;
}

/* ============================================
   GLOBAL TEXT SIZE OVERRIDES — All body text bigger
   ============================================ */
/* Rich text blocks, multicolumn, FAQ, accordion — force readable size */
.rte p,
.rte li,
.rich-text__text p,
.multicolumn-card__info p,
.collapsible-content__inner p,
.collapsible-content__inner .rte p,
.accordion__content p,
.image-with-text__text p,
.section-{{ section.id }}-padding p {
  font-size: 1.4rem !important;
  line-height: 1.75;
}

/* Multicolumn titles */
.multicolumn-card__info h3,
.multicolumn-card__info .h3 {
  font-size: 1.6rem !important;
}

/* FAQ question titles bigger */
.accordion__title span,
.collapsible-content summary .h4,
details summary span {
  font-size: 1.4rem !important;
}

/* Product description text */
.product__description p,
.product__description li,
.product-form__info-list p {
  font-size: 1.4rem !important;
  line-height: 1.7;
}

/* Collapsible tab content on product page */
.product .accordion .rte p,
.product .accordion .rte li,
.collapsible-content .rte {
  font-size: 1.35rem !important;
  line-height: 1.7;
}

/* Reviews grid layout */
.ayhura-reviews-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}

@media screen and (min-width: 750px) {
  .ayhura-reviews-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}

@media screen and (min-width: 990px) {
  .ayhura-reviews-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
  }
}

/* ============================================
   FAQ ACCORDION — Refined Borders
   ============================================ */
.collapsible-content .accordion summary {
  font-weight: 500;
  padding: 20px 0;
  font-size: 1.5rem;
  letter-spacing: 0.01em;
  border-bottom: 1px solid var(--ayhura-beige);
  transition: color var(--ayhura-transition);
}

.collapsible-content .accordion summary:hover {
  color: var(--ayhura-gold);
}

.collapsible-content .accordion .accordion__content {
  padding: 16px 0 24px;
  line-height: 1.8;
  font-size: 1.5rem;
  color: var(--ayhura-brown-light);
}

details[open] summary {
  color: var(--ayhura-gold);
}

details summary:hover {
  color: var(--ayhura-gold);
}

/* ============================================
   HERO / BANNER — Deep Overlay, Parallax Feel
   ============================================ */
.banner {
  position: relative;
  overflow: hidden;
}

.banner__media {
  transition: transform 0.8s ease;
}

/* Deeper cinematic overlay */
.banner__content::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(26, 15, 10, 0.1) 0%,
    rgba(26, 15, 10, 0.3) 40%,
    rgba(26, 15, 10, 0.65) 100%
  );
  pointer-events: none;
  z-index: 0;
}

.banner__content .banner__heading {
  text-shadow: 0 2px 40px rgba(0, 0, 0, 0.4);
  font-family: var(--ayhura-font-display);
  font-weight: 300;
  letter-spacing: -0.02em;
  position: relative;
  z-index: 1;
}

.banner__content .banner__text {
  position: relative;
  z-index: 1;
}

/* Scroll indicator — thin elegant line, not chevron */
.banner::after {
  content: '';
  position: absolute;
  bottom: 32px;
  left: 50%;
  width: 1px;
  height: 40px;
  background: linear-gradient(180deg, transparent, rgba(255, 255, 255, 0.7));
  transform: translateX(-50%);
  animation: scrollLine 2.5s ease-in-out infinite;
}

@keyframes scrollLine {
  0% { opacity: 0; height: 0; bottom: 52px; }
  30% { opacity: 1; }
  100% { opacity: 0; height: 40px; bottom: 20px; }
}

/* Small dot at end of scroll line */
.banner::before {
  content: '';
  position: absolute;
  bottom: 20px;
  left: 50%;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  transform: translateX(-50%);
  z-index: 2;
  animation: scrollDot 2.5s ease-in-out infinite;
}

@keyframes scrollDot {
  0%, 60% { opacity: 0; }
  80% { opacity: 1; }
  100% { opacity: 0; }
}

/* ============================================
   IMAGE WITH TEXT — Breathing Room
   ============================================ */
.image-with-text .image-with-text__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 40px;
}

@media screen and (min-width: 750px) {
  .image-with-text .image-with-text__content {
    padding: 60px 48px;
  }
}

/* ============================================
   MULTICOLUMN — Trust Bar, Steps
   ============================================ */
.multicolumn-card__info .h3 {
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0.02em;
}

.multicolumn-card__info p,
.multicolumn-card__info .rte {
  font-size: 1.5rem;
  line-height: 1.7;
}

/* Step numbers in gold */
.multicolumn-card__info .h3:first-letter {
  color: var(--ayhura-gold);
  font-size: 1.3em;
  font-weight: 600;
}

/* ============================================
   NEWSLETTER — Elegant & Minimal
   ============================================ */
.newsletter__wrapper .field__input {
  border-radius: var(--ayhura-radius) 0 0 var(--ayhura-radius);
  border: 1px solid var(--ayhura-beige);
  padding: 16px 20px;
  font-size: 1.3rem;
  letter-spacing: 0.02em;
  transition: border-color var(--ayhura-transition);
}

.newsletter__wrapper .field__input:focus {
  border-color: var(--ayhura-gold);
  box-shadow: none;
}

.newsletter__wrapper .newsletter__button {
  border-radius: 0 var(--ayhura-radius) var(--ayhura-radius) 0;
  background: var(--ayhura-gold);
  color: var(--ayhura-brown);
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 1.1rem;
  transition: all var(--ayhura-transition);
}

.newsletter__wrapper .newsletter__button:hover {
  background: var(--ayhura-brown);
  color: var(--ayhura-gold);
}

/* ============================================
   COUNTDOWN / SCARCITY — Subtle Elegance
   ============================================ */
.ayhura-scarcity {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 20px;
  background: rgba(196, 162, 101, 0.06);
  border-radius: var(--ayhura-radius);
  margin: 16px 0;
  font-size: 1.4rem;
  color: var(--ayhura-brown);
  border: 1px solid rgba(201, 169, 110, 0.12);
}

.ayhura-scarcity__dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--ayhura-success);
  animation: scarcityPulse 3s ease-in-out infinite;
}

@keyframes scarcityPulse {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.3; }
}

.ayhura-scarcity__count {
  font-weight: 600;
  color: var(--ayhura-terracotta);
}

/* ============================================
   COUNTDOWN TIMER — Dark Elegant
   ============================================ */
.ayhura-countdown {
  margin: 16px 0;
}

.ayhura-countdown__inner {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 20px;
  background: var(--ayhura-bordeaux);
  border-radius: var(--ayhura-radius);
  color: var(--ayhura-cream);
  font-size: 1.25rem;
  font-weight: 400;
  letter-spacing: 0.03em;
  border: 1px solid rgba(201, 169, 110, 0.1);
}

.ayhura-countdown__icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  color: var(--ayhura-gold);
  opacity: 0.8;
}

.ayhura-countdown__text {
  line-height: 1.4;
}

.ayhura-countdown__text strong {
  color: var(--ayhura-gold);
  font-size: 1.45rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  font-variant-numeric: tabular-nums;
}

/* ============================================
   GUARANTEE BADGE — Premium
   ============================================ */
.ayhura-guarantee {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 20px 24px;
  background: var(--ayhura-white);
  border-radius: var(--ayhura-radius);
  border: 1px solid var(--ayhura-beige);
  margin: 20px 0;
  transition: box-shadow var(--ayhura-transition);
}

.ayhura-guarantee:hover {
  box-shadow: var(--ayhura-shadow-sm);
}

.ayhura-guarantee__shield {
  flex-shrink: 0;
  font-size: 2.2rem;
  color: var(--ayhura-gold);
}

.ayhura-guarantee__text {
  font-size: 1.4rem;
  line-height: 1.6;
  color: var(--ayhura-brown-medium);
}

.ayhura-guarantee__text strong {
  display: block;
  font-size: 1.5rem;
  color: var(--ayhura-brown);
  margin-bottom: 4px;
  font-weight: 600;
  letter-spacing: 0.02em;
}

/* ============================================
   EXIT-INTENT POPUP — Premium Modal
   ============================================ */
.ayhura-popup {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s, visibility 0.4s;
}

.ayhura-popup.is-visible {
  opacity: 1;
  visibility: visible;
}

.ayhura-popup__overlay {
  position: absolute;
  inset: 0;
  background: rgba(26, 15, 10, 0.7);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.ayhura-popup__content {
  position: relative;
  background: var(--ayhura-cream);
  border-radius: var(--ayhura-radius-lg);
  padding: 48px 40px;
  max-width: 440px;
  width: 90%;
  text-align: center;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.35);
  transform: translateY(24px) scale(0.98);
  transition: transform 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
  border: 1px solid rgba(201, 169, 110, 0.15);
}

.ayhura-popup.is-visible .ayhura-popup__content {
  transform: translateY(0) scale(1);
}

/* Gold accent line at top of popup */
.ayhura-popup__content::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 2px;
  background: var(--ayhura-gold-gradient);
  border-radius: 0 0 2px 2px;
}

.ayhura-popup__close {
  position: absolute;
  top: 16px;
  right: 16px;
  background: none;
  border: none;
  font-size: 2rem;
  color: var(--ayhura-brown-light);
  cursor: pointer;
  line-height: 1;
  padding: 8px;
  transition: color 0.2s;
  opacity: 0.5;
}

.ayhura-popup__close:hover {
  opacity: 1;
  color: var(--ayhura-brown);
}

.ayhura-popup__heading {
  font-family: var(--ayhura-font-display);
  font-size: 2.2rem;
  font-weight: 400;
  color: var(--ayhura-brown);
  margin: 0 0 16px;
  line-height: 1.15;
  letter-spacing: -0.02em;
}

.ayhura-popup__text {
  font-size: 1.3rem;
  color: var(--ayhura-brown-light);
  line-height: 1.7;
  margin: 0 0 24px;
  font-weight: 400;
}

.ayhura-popup__text strong {
  color: var(--ayhura-terracotta);
  font-size: 1.5rem;
  font-weight: 600;
}

.ayhura-popup__form {
  display: flex;
  gap: 0;
  margin: 0 0 16px;
}

.ayhura-popup__input {
  flex: 1;
  padding: 14px 18px;
  border: 1px solid var(--ayhura-beige);
  border-right: none;
  border-radius: var(--ayhura-radius) 0 0 var(--ayhura-radius);
  font-size: 1.3rem;
  outline: none;
  transition: border-color 0.3s;
  background: var(--ayhura-white);
}

.ayhura-popup__input:focus {
  border-color: var(--ayhura-gold);
}

.ayhura-popup__btn {
  padding: 14px 28px;
  background: var(--ayhura-gold);
  color: var(--ayhura-brown);
  border: 1px solid var(--ayhura-gold);
  border-radius: 0 var(--ayhura-radius) var(--ayhura-radius) 0;
  font-weight: 600;
  font-size: 1.2rem;
  cursor: pointer;
  white-space: nowrap;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  transition: all var(--ayhura-transition);
}

.ayhura-popup__btn:hover {
  background: var(--ayhura-brown);
  color: var(--ayhura-gold);
  border-color: var(--ayhura-brown);
}

.ayhura-popup__success {
  font-size: 1.35rem;
  color: var(--ayhura-success);
  font-weight: 500;
  margin: 0 0 8px;
  line-height: 1.6;
}

.ayhura-popup__success strong {
  display: inline-block;
  background: var(--ayhura-brown);
  color: var(--ayhura-gold);
  padding: 6px 16px;
  border-radius: var(--ayhura-radius);
  font-size: 1.4rem;
  letter-spacing: 0.12em;
  margin-top: 6px;
}

.ayhura-popup__disclaimer {
  font-size: 1.05rem;
  color: #aaa;
  margin: 0;
  font-weight: 400;
}

@media screen and (max-width: 749px) {
  .ayhura-popup__content {
    padding: 36px 24px;
  }
  .ayhura-popup__form {
    flex-direction: column;
    gap: 10px;
  }
  .ayhura-popup__input {
    border-right: 1px solid var(--ayhura-beige);
    border-radius: var(--ayhura-radius);
  }
  .ayhura-popup__btn {
    border-radius: var(--ayhura-radius);
  }
}

/* ============================================
   PAYMENT ICONS ROW
   ============================================ */
.ayhura-payment-icons {
  display: flex;
  justify-content: center;
  gap: 10px;
  padding: 16px 0;
  opacity: 0.45;
  filter: grayscale(100%);
  transition: all 0.5s ease;
}

.ayhura-payment-icons:hover {
  opacity: 0.8;
  filter: grayscale(0%);
}

.ayhura-payment-icons img {
  height: 22px;
  width: auto;
}

/* ============================================
   PRODUCT PAGE ENHANCEMENTS
   ============================================ */
.product__title {
  font-family: var(--ayhura-font-display);
  font-size: clamp(2rem, 4.5vw, 3.2rem);
  font-weight: 400;
  letter-spacing: -0.02em;
  line-height: 1.1;
  margin-bottom: 8px;
}

/* Subtitle / product tagline */
.product__text {
  font-size: 1.5rem;
  color: var(--ayhura-brown-glace);
  letter-spacing: 0.03em;
  line-height: 1.6;
}

/* Price styling — elegant display */
.price--on-sale .price-item--regular {
  color: #bbb;
  text-decoration: line-through;
  font-size: 0.85em;
  font-weight: 400;
}

.price--on-sale .price-item--sale {
  color: var(--ayhura-brown);
  font-weight: 600;
  font-size: 1.1em;
}

/* Price pair container */
.price__container {
  display: flex;
  align-items: baseline;
  gap: 12px;
}

/* Quantity selector */
.quantity__input {
  border-radius: var(--ayhura-radius);
  border: 1px solid var(--ayhura-beige);
}

/* Collapsible tabs on product page */
.product__accordion .accordion__content {
  font-size: 1.5rem;
  line-height: 1.8;
  color: var(--ayhura-brown-light);
}

.product__accordion summary {
  font-weight: 500;
  font-size: 1.5rem;
  padding: 18px 0;
  border-bottom: 1px solid var(--ayhura-beige);
  letter-spacing: 0.02em;
  transition: color var(--ayhura-transition);
}

.product__accordion summary:hover {
  color: var(--ayhura-gold);
}

/* Better product image on desktop */
.product__media-item {
  border-radius: var(--ayhura-radius);
  overflow: hidden;
}

/* ============================================
   SECTION TRANSITIONS — Smooth Reveal
   ============================================ */
@media (prefers-reduced-motion: no-preference) {
  .shopify-section {
    opacity: 0;
    transform: translateY(16px);
    transition: opacity 0.8s ease, transform 0.8s ease;
  }

  .shopify-section.is-visible {
    opacity: 1;
    transform: translateY(0);
  }

  /* Fallback if JS fails */
  .shopify-section {
    animation: sectionFallback 0s 1.2s forwards;
  }

  @keyframes sectionFallback {
    to { opacity: 1; transform: translateY(0); }
  }
}

/* ============================================
   PAIN AGITATION SECTION — Dark & Dramatic
   ============================================ */
.ayhura-pain-section {
  background: linear-gradient(180deg, var(--ayhura-brown) 0%, var(--ayhura-black) 100%);
  color: var(--ayhura-cream);
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}

.ayhura-pain-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--ayhura-gold), transparent);
  opacity: 0.4;
}

.ayhura-pain-section::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--ayhura-gold), transparent);
  opacity: 0.4;
}

.ayhura-pain-section__heading {
  font-family: var(--ayhura-font-display);
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 300;
  color: var(--ayhura-cream);
  text-align: center;
  margin-bottom: 16px;
  letter-spacing: -0.02em;
}

.ayhura-pain-section__subheading {
  font-size: 1.3rem;
  color: var(--ayhura-gold);
  text-align: center;
  font-weight: 400;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 48px;
}

.ayhura-pain-section__list {
  list-style: none;
  padding: 0;
  margin: 0;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.ayhura-pain-section__item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 16px 0;
  border-bottom: 1px solid rgba(201, 169, 110, 0.1);
  font-size: 1.35rem;
  line-height: 1.6;
  color: rgba(255, 248, 240, 0.85);
}

.ayhura-pain-section__item:last-child {
  border-bottom: none;
}

.ayhura-pain-section__icon {
  flex-shrink: 0;
  color: var(--ayhura-terracotta);
  font-size: 1.2rem;
  margin-top: 4px;
}

@media screen and (max-width: 749px) {
  .ayhura-pain-section {
    padding: 56px 20px;
  }
}

/* ============================================
   RITUAL STEPS — Elegant Numbered Process
   ============================================ */
.ayhura-ritual-steps {
  padding: 64px 0;
  counter-reset: ritual-step;
}

.ayhura-ritual-steps__heading {
  font-family: var(--ayhura-font-display);
  font-size: clamp(2rem, 4vw, 2.8rem);
  font-weight: 400;
  text-align: center;
  color: var(--ayhura-brown);
  margin-bottom: 48px;
  letter-spacing: -0.02em;
}

.ayhura-ritual-steps__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  max-width: 900px;
  margin: 0 auto;
}

@media screen and (min-width: 750px) {
  .ayhura-ritual-steps__grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
  }
}

.ayhura-ritual-step {
  text-align: center;
  counter-increment: ritual-step;
  position: relative;
  padding: 0 16px;
}

.ayhura-ritual-step__number {
  font-family: var(--ayhura-font-display);
  font-size: 4rem;
  font-weight: 300;
  color: var(--ayhura-gold);
  line-height: 1;
  margin-bottom: 16px;
  opacity: 0.7;
}

/* Auto-number if no explicit number in markup */
.ayhura-ritual-step__number:empty::before {
  counter-increment: ritual-step;
  content: counter(ritual-step, decimal-leading-zero);
}

.ayhura-ritual-step__title {
  font-size: 1.4rem;
  font-weight: 600;
  color: var(--ayhura-brown);
  margin-bottom: 8px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.ayhura-ritual-step__text {
  font-size: 1.25rem;
  line-height: 1.7;
  color: var(--ayhura-brown-light);
  font-weight: 400;
}

/* Connector line between steps (desktop only) */
@media screen and (min-width: 750px) {
  .ayhura-ritual-step:not(:last-child)::after {
    content: '';
    position: absolute;
    top: 28px;
    right: -20px;
    width: 40px;
    height: 1px;
    background: linear-gradient(90deg, var(--ayhura-gold), transparent);
    opacity: 0.4;
  }
}

/* ============================================
   BEFORE / AFTER COMPARISON
   ============================================ */
.ayhura-before-after {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  max-width: 800px;
  margin: 0 auto;
  padding: 48px 0;
}

.ayhura-before-after__panel {
  text-align: center;
  padding: 32px 24px;
  border-radius: var(--ayhura-radius);
  position: relative;
}

.ayhura-before-after__panel--before {
  background: rgba(61, 28, 28, 0.04);
  border: 1px solid rgba(61, 28, 28, 0.1);
}

.ayhura-before-after__panel--after {
  background: rgba(201, 169, 110, 0.05);
  border: 1px solid rgba(201, 169, 110, 0.2);
}

.ayhura-before-after__label {
  font-size: 1.05rem;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-weight: 600;
  margin-bottom: 20px;
  display: block;
}

.ayhura-before-after__panel--before .ayhura-before-after__label {
  color: var(--ayhura-brown-light);
}

.ayhura-before-after__panel--after .ayhura-before-after__label {
  color: var(--ayhura-gold);
}

.ayhura-before-after__list {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: left;
}

.ayhura-before-after__item {
  padding: 10px 0;
  font-size: 1.25rem;
  line-height: 1.5;
  color: var(--ayhura-brown);
  border-bottom: 1px solid rgba(242, 230, 217, 0.5);
  display: flex;
  align-items: center;
  gap: 10px;
}

.ayhura-before-after__item:last-child {
  border-bottom: none;
}

@media screen and (max-width: 749px) {
  .ayhura-before-after {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 32px 0;
  }

  .ayhura-before-after__panel {
    padding: 24px 20px;
  }
}

/* ============================================
   STATS BAR — Horizontal Social Proof
   ============================================ */
.ayhura-stats-bar {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 0;
  padding: 32px 0;
  background: var(--ayhura-white);
  border-top: 1px solid var(--ayhura-beige);
  border-bottom: 1px solid var(--ayhura-beige);
}

.ayhura-stats-bar__item {
  flex: 1;
  text-align: center;
  padding: 16px 20px;
  position: relative;
}

.ayhura-stats-bar__item:not(:last-child)::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 40px;
  background: var(--ayhura-beige);
}

.ayhura-stats-bar__number {
  font-family: var(--ayhura-font-display);
  font-size: clamp(2rem, 3.5vw, 2.8rem);
  font-weight: 400;
  color: var(--ayhura-gold);
  line-height: 1.1;
  margin-bottom: 4px;
}

.ayhura-stats-bar__label {
  font-size: 1.25rem;
  color: var(--ayhura-brown-light);
  font-weight: 400;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

@media screen and (max-width: 749px) {
  .ayhura-stats-bar {
    flex-wrap: wrap;
  }

  .ayhura-stats-bar__item {
    flex: 0 0 50%;
    padding: 12px 16px;
  }

  /* Remove right borders on mobile for proper layout */
  .ayhura-stats-bar__item:nth-child(2n)::after {
    display: none;
  }

  /* Add bottom border for top row items */
  .ayhura-stats-bar__item:nth-child(-n+2) {
    border-bottom: 1px solid var(--ayhura-beige);
  }
}

/* Stats bar — warm chocolate cards on cream section background */
[id$="__stats_bar"] .multicolumn-card {
  background: #5E4B3B !important;
  border-radius: var(--ayhura-radius-lg);
  padding: 24px 16px;
}
[id$="__stats_bar"] .multicolumn-card h3,
[id$="__stats_bar"] .multicolumn-card__info * {
  color: #FDF8F3 !important;
}
[id$="__stats_bar"] .multicolumn-card__info p {
  color: rgba(253, 248, 243, 0.8) !important;
}

/* ============================================
   LAZY LOADING PLACEHOLDER
   ============================================ */
img[loading="lazy"] {
  background: linear-gradient(135deg, var(--ayhura-beige) 0%, var(--ayhura-cream) 100%);
}

/* ============================================
   CART DRAWER — Premium
   ============================================ */
.cart-drawer__header {
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 1.2rem;
}

.cart-drawer .button {
  background: var(--ayhura-gold);
  color: var(--ayhura-brown);
  border-radius: var(--ayhura-radius);
  font-weight: 600;
  letter-spacing: 0.12em;
}

.cart-drawer .button:hover {
  background: var(--ayhura-brown);
  color: var(--ayhura-gold);
}

/* Cart item styling */
.cart-item__name {
  font-weight: 500;
  letter-spacing: 0.01em;
}

/* ============================================
   FOOTER — Refined
   ============================================ */
.footer {
  border-top: 1px solid var(--ayhura-beige);
  position: relative;
}

.footer::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 1px;
  background: var(--ayhura-gold);
  opacity: 0.5;
}

.footer__content-bottom-wrapper {
  font-size: 1.05rem;
  opacity: 0.6;
  letter-spacing: 0.02em;
}

/* Footer headings */
.footer-block__heading {
  font-size: 1.15rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-weight: 600;
  color: var(--ayhura-brown);
}

/* Footer links */
.footer-block__details-content a {
  transition: color var(--ayhura-transition);
  font-weight: 400;
}

.footer-block__details-content a:hover {
  color: var(--ayhura-gold);
}

/* ============================================
   MOBILE OPTIMIZATIONS
   ============================================ */
@media screen and (max-width: 749px) {
  body, html {
    overflow-x: hidden;
  }

  h1, .h1 {
    font-size: 2.6rem;
    letter-spacing: -0.02em;
  }

  h2, .h2 {
    font-size: 2rem;
    letter-spacing: -0.01em;
  }

  .page-width {
    padding-left: 20px;
    padding-right: 20px;
  }

  .product-form__submit {
    width: 100%;
    padding: 16px 24px;
  }

  .ayhura-product-trust {
    flex-direction: column;
    gap: 12px;
  }

  body {
    padding-bottom: 70px;
  }

  /* Clean product image on mobile */
  .product__media-list .product__media-item:first-child {
    border-radius: 0;
  }

  /* Extra breathing room on mobile sections */
  .shopify-section {
    margin-bottom: 8px;
  }

  /* Tighter bundles on mobile */
  .ayhura-bundles__grid {
    gap: 6px;
  }
  .ayhura-bundle {
    padding: 12px 6px 10px;
  }
  .ayhura-bundle__qty {
    font-size: 1.3rem;
  }
  .ayhura-bundle__price {
    font-size: 1.1rem;
  }
}

/* ============================================
   ADDITIONAL LUXURY DETAILS
   ============================================ */

/* Thin gold separator — reusable inline */
.ayhura-gold-line {
  display: block;
  width: 40px;
  height: 1px;
  background: var(--ayhura-gold);
  margin: 24px 0;
  opacity: 0.6;
}

.ayhura-gold-line--center {
  margin-left: auto;
  margin-right: auto;
}

/* Subtle background texture overlay */
.ayhura-texture-overlay {
  position: relative;
}

.ayhura-texture-overlay::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23C9A96E' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  pointer-events: none;
  z-index: 0;
}

/* Elegant badge / pill */
.ayhura-badge {
  display: inline-block;
  padding: 4px 14px;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  border-radius: 2px;
  background: var(--ayhura-gold);
  color: var(--ayhura-brown);
}

.ayhura-badge--outline {
  background: transparent;
  border: 1px solid var(--ayhura-gold);
  color: var(--ayhura-gold);
}

.ayhura-badge--dark {
  background: var(--ayhura-brown);
  color: var(--ayhura-gold);
}

/* Elegant blockquote for testimonials */
.ayhura-blockquote {
  position: relative;
  padding: 32px 40px;
  margin: 32px 0;
  border-left: 2px solid var(--ayhura-gold);
  background: rgba(201, 169, 110, 0.03);
  font-family: var(--ayhura-font-display);
  font-size: 1.6rem;
  font-style: italic;
  line-height: 1.6;
  color: var(--ayhura-brown);
}

.ayhura-blockquote__author {
  display: block;
  margin-top: 16px;
  font-family: var(--ayhura-font-body);
  font-style: normal;
  font-size: 1.15rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ayhura-bronze);
}

/* Section padding utility */
.ayhura-section-padding {
  padding: 64px 0;
}

@media screen and (min-width: 750px) {
  .ayhura-section-padding {
    padding: 96px 0;
  }
}

/* Centered section header pattern */
.ayhura-section-header {
  text-align: center;
  max-width: 640px;
  margin: 0 auto 48px;
}

.ayhura-section-header__eyebrow {
  font-size: 1.1rem;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: var(--ayhura-gold);
  font-weight: 500;
  margin-bottom: 12px;
  display: block;
}

.ayhura-section-header__title {
  font-family: var(--ayhura-font-display);
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 400;
  color: var(--ayhura-brown);
  line-height: 1.1;
  margin-bottom: 16px;
  letter-spacing: -0.02em;
}

.ayhura-section-header__subtitle {
  font-size: 1.3rem;
  line-height: 1.7;
  color: var(--ayhura-brown-light);
  font-weight: 400;
}

/* ============================================
   IMAGE HOVER — Subtle Zoom
   ============================================ */
.ayhura-img-hover {
  overflow: hidden;
  border-radius: var(--ayhura-radius);
}

.ayhura-img-hover img {
  transition: transform 0.8s cubic-bezier(0.25, 0.1, 0.25, 1);
  will-change: transform;
}

.ayhura-img-hover:hover img {
  transform: scale(1.04);
}

/* ============================================
   CONTAINER WIDTHS
   ============================================ */
.ayhura-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.ayhura-container--narrow {
  max-width: 800px;
}

.ayhura-container--wide {
  max-width: 1400px;
}

/* ============================================
   ANIMATIONS — Smooth Entrances
   ============================================ */
@keyframes ayhuraFadeUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes ayhuraFadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

@keyframes ayhuraSlideInLeft {
  from {
    opacity: 0;
    transform: translateX(-24px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes ayhuraGoldShimmer {
  0% { background-position: -200% center; }
  100% { background-position: 200% center; }
}

/* Shimmer effect on gold text */
.ayhura-text-gold--shimmer {
  background: linear-gradient(
    90deg,
    var(--ayhura-gold) 0%,
    #E2C992 40%,
    var(--ayhura-gold) 60%,
    #E2C992 100%
  );
  background-size: 200% auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: ayhuraGoldShimmer 4s linear infinite;
}

/* ============================================
   PRODUCT BADGES (Sale, New, Limited)
   ============================================ */
.ayhura-product-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 2;
  padding: 4px 12px;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  background: var(--ayhura-brown);
  color: var(--ayhura-gold);
  border-radius: 2px;
}

.ayhura-product-badge--sale {
  background: var(--ayhura-terracotta);
  color: var(--ayhura-white);
}

.ayhura-product-badge--new {
  background: var(--ayhura-gold);
  color: var(--ayhura-brown);
}

/* ============================================
   BREADCRUMBS — Minimal
   ============================================ */
.ayhura-breadcrumbs {
  padding: 16px 0;
  font-size: 1.05rem;
  color: var(--ayhura-brown-light);
  letter-spacing: 0.03em;
}

.ayhura-breadcrumbs a {
  color: var(--ayhura-bronze);
  text-decoration: none;
  transition: color 0.2s;
}

.ayhura-breadcrumbs a:hover {
  color: var(--ayhura-gold);
}

.ayhura-breadcrumbs__separator {
  margin: 0 8px;
  opacity: 0.4;
}

/* ============================================
   LOADING / SKELETON STATES
   ============================================ */
.ayhura-skeleton {
  background: linear-gradient(
    90deg,
    var(--ayhura-beige) 0%,
    var(--ayhura-cream) 50%,
    var(--ayhura-beige) 100%
  );
  background-size: 200% 100%;
  animation: ayhuraSkeleton 1.5s ease-in-out infinite;
  border-radius: var(--ayhura-radius);
}

@keyframes ayhuraSkeleton {
  0% { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}

/* ============================================
   DESKTOP ENHANCEMENTS (750px+)
   ============================================ */
@media screen and (min-width: 750px) {
  h1, .h1 {
    font-size: 3.6rem;
  }

  h2, .h2 {
    font-size: 2.8rem;
  }

  /* More breathing room on desktop sections */
  .shopify-section + .shopify-section {
    margin-top: 0;
  }

  /* Wider page content */
  .page-width {
    padding-left: 40px;
    padding-right: 40px;
  }
}

/* ============================================
   LARGE DESKTOP (990px+)
   ============================================ */
@media screen and (min-width: 990px) {
  .page-width {
    padding-left: 60px;
    padding-right: 60px;
  }

  /* Product page layout spacing */
  .product .grid {
    gap: 48px;
  }
}

/* ============================================
   PRINT STYLES
   ============================================ */
@media print {
  .ayhura-sticky-cart,
  .ayhura-social-proof,
  .ayhura-popup,
  .ayhura-urgency,
  .banner::after,
  .banner::before {
    display: none !important;
  }

  body {
    color: #000;
    background: #fff;
  }
}

/* ============================================
   END OF AYHURA LUXURY CSS
   ============================================ */
