﻿/** Shopify CDN: Minification failed

Line 9:40 Unexpected "`"
Line 1873:51 Unexpected "\\n"
Line 3179:49 Unexpected "\\n"
Line 3334:37 Unexpected "\\n"

**/
/* Generated bundle: gn-bundle.css */`r`n/* Order: gn-core -> gn-inventory-system -> gn-cro -> gn-mobile -> gn-cart-compact */`r`n
/* ===== assets/gn-core.css ===== */
/* ============================================================
   GLORIA NATURALS - CORE (gn-core.css)
   Consolidated + scoped under body.gn-theme to reduce conflicts.
   Winter/snowfall theme REMOVED for performance (Feb 2026).
   ============================================================ */

/* ============================================================
   1. CLEAN BACKGROUND
   ============================================================ */

body.gn-theme {
  background-color: #FAFBFC;
}



/* Native loading="lazy" handles lazy loading â€” no CSS needed */


/* All sections transparent to show body background */
.gn-theme .section, .gn-theme .shopify-section, .gn-theme main, .gn-theme .content-for-layout {
  background-color: transparent;
}



/* ============================================================
   2. HIDE SEARCH ICON & FUNCTION
   ============================================================ */

/* Hide all search elements */
.gn-theme .header__search, .gn-theme .header-search, .gn-theme .search-modal, .gn-theme .search-modal-opener, .gn-theme .header__icon--search, .gn-theme .header__icon[data-modal="search"], .gn-theme [class*="search-icon"], .gn-theme [class*="icon-search"], .gn-theme .tp-search, .gn-theme .btn-search, .gn-theme .search-toggle, .gn-theme button[aria-label*="search" i], .gn-theme button[aria-label*="Search" i], .gn-theme a[aria-label*="search" i], .gn-theme a[href*="/search"], .gn-theme .predictive-search, .gn-theme .search-wrapper, .gn-theme form[action="/search"], .gn-theme .quick-search, .gn-theme [class*="quick-search"] {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
  width: 0 !important;
  height: 0 !important;
  overflow: hidden !important;
}



/* ============================================================
   3. SNOWFALL CONTAINER - HIDE FOR PERFORMANCE
   ============================================================ */

/* Hide decorative particles for performance */
.gn-theme .gn-ambient-particles,
.gn-theme .gn-ambient-particles .gn-particle,
.gn-theme .gn-snowfall {
  display: none !important;
}




/* ==== BEGIN gn-simple-card.css (scoped) ==== */

.gn-theme .gn-product-scents {
  margin-top: 0;
  margin-bottom: 10px;
  display: flex;
  flex-wrap: nowrap;
  gap: 6px;
  overflow: hidden;
  font-size: 10px;
  line-height: 1.2;
}

.gn-theme .gn-product-scents__chip {
  display: inline-flex;
  align-items: center;
  padding: 4px 10px;
  border-radius: 4px;
  background: #F5E6D3;
  border: none;
  color: #8B7355;
  font-weight: 500;
  white-space: nowrap;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.2s ease;
}

.gn-theme .gn-product-scents__chip:hover {
  background: #EDD9C2;
  color: #6B5744;
}

/* PDP: allow wrapping (more room + more items) */
.gn-theme .tp-product-title + .gn-product-scents {
  flex-wrap: wrap;
  overflow: visible;
  margin-bottom: 14px;
}

/* Mobile: wrap scent chips (avoid cut-off in 2-column) while keeping card heights consistent */
@media (max-width: 767px) {
  .gn-theme .gn-product-scents {
    flex-wrap: wrap;
    overflow: visible;
    align-content: flex-start;
    min-height: 44px; /* reserves room for ~2 compact rows */
  }

  .gn-theme .gn-product-scents__chip {
    max-width: calc(50% - 3px);
  }

  /* PDP title scents: allow natural wrapping and more items */
  .gn-theme .tp-product-title + .gn-product-scents {
    min-height: 0;
  }

  .gn-theme .tp-product-title + .gn-product-scents .gn-product-scents__chip {
    max-width: 100%;
  }
}

/* Keep cards uniform (mobile only) */
@media (max-width: 767px) {
  .gn-theme .gn-simple-card__info {
    display: flex;
    flex-direction: column;
    height: 100%;
  }

  .gn-theme .gn-simple-card__title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 2.8em;
  }

  .gn-theme .gn-simple-card__price {
    margin-top: auto;
  }

  /* Theme cards (card-product layouts): align title/scents/price consistently */
  .gn-theme .card__content {
    height: 100%;
  }

  .gn-theme .card__information {
    display: flex;
    flex-direction: column;
    height: 100%;
  }

  .gn-theme .card__information .card__heading {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 2.8em;
  }

  .gn-theme .card__information .card-information {
    margin-top: auto;
  }
}

/* Compact card information spacing (mobile-first) */
@media (max-width: 767px) {
  .gn-theme .card__information {
    padding: 12px 12px 10px;
  }

  .gn-theme .card__information .card__heading {
    margin-bottom: 4px;
  }

  .gn-theme .gn-product-scents {
    margin-top: 3px;
    margin-bottom: 6px;
    gap: 5px;
  }

  .gn-theme .gn-product-scents__chip {
    padding: 3px 7px;
    font-size: 10.5px;
  }

  .gn-theme .card__information .price {
    margin-top: 4px !important;
  }
}

/* Make theme product cards equal-height friendly (mobile only) */
@media (max-width: 767px) {
  .gn-theme .card {
    display: flex;
    flex-direction: column;
    height: 100%;
  }

  .gn-theme .card__content {
    display: flex;
    flex: 1 1 auto;
    min-height: 0;
    flex-direction: column;
    align-items: stretch;
  }

  .gn-theme .card__content > .card__information {
    width: 100%;
    flex: 1 1 auto;
  }
}

@media (max-width: 767px) {
  .gn-theme .new-layout-product-detail__selling__products .card-wrapper,
  .gn-theme .new-layout-product-detail__selling__products .card,
  .gn-theme .new-layout-product-detail__selling__products .card__content,
  .gn-theme .new-layout-product-detail__selling__products .card__information {
    height: 100%;
  }

  .gn-theme .new-layout-product-detail__selling__products {
    margin-left: 0;
    margin-right: 0;
  }

  .gn-theme .new-layout-product-detail__selling__products .card-wrapper {
    width: auto;
    padding: 0;
  }

  .gn-theme .new-layout-product-detail__selling__products .card__information {
    display: flex;
    flex-direction: column;
  }

  .gn-theme .new-layout-product-detail__selling__products .card__heading a {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: calc(1.2em * 2);
  }

  .gn-theme .new-layout-product-detail__selling__products .card-information {
    margin-top: auto;
  }

  .gn-theme .new-layout-product-detail {
    gap: 32px;
  }

  .gn-theme .new-layout-product-detail__selling__title h2 {
    font-weight: 600;
  }

  .gn-theme .new-layout-product-detail__desc,
  .gn-theme .new-layout-product-detail__selling__products {
    border-radius: 16px;
  }

  .gn-theme .new-layout-product-detail__desc {
    padding: 22px;
    border: 1px solid rgba(17, 24, 39, 0.08);
  }

  .gn-theme .new-layout-product-detail__selling__products {
    padding: 14px;
    border: 1px solid rgba(17, 24, 39, 0.08);
  }
}

@media (max-width: 1023px) {
  .gn-theme .new-layout-product-detail {
    flex-direction: column;
  }
}

/* Collection grid: fill available space on desktop */
@media (min-width: 750px) {
  .gn-theme #product-grid.product-grid {
    display: grid;
    gap: 24px;
  }

  .gn-theme #product-grid.product-grid.grid-1-col {
    grid-template-columns: 1fr;
  }

  .gn-theme #product-grid.product-grid.grid-2-col {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .gn-theme #product-grid.product-grid.grid-3-col {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .gn-theme #product-grid.product-grid.grid-4-col {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .gn-theme #product-grid.product-grid > .grid__item {
    width: auto;
    max-width: none;
  }
}

/* Collection grid: keep 2 columns on mobile */
@media (max-width: 749px) {
  .gn-theme #product-grid.product-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    margin: 0;
  }

  .gn-theme #product-grid.product-grid > .grid__item {
    width: auto;
    max-width: none;
    margin: 0;
    padding: 0;
  }
}

/* ============================================================
   GLORIA NATURALS - SIMPLIFIED PRODUCT CARD
   Clean, minimal design with animated save badge
   ============================================================ */

/* ============================================================
   1. ANIMATED SAVE BADGE (Site-wide)
   ============================================================ */

:root {
  /* Unified price sizing across cards, PDP, quick view, and sticky bars */
  --gn-price-size: var(--font-size-18);
  --gn-price-compare-size: var(--font-size-16);
  --gn-price-detail-size: var(--prd-detail-fz-price, var(--font-size-24));
  --gn-price-detail-compare-size: var(--prd-detail-fz-price-cp, var(--font-size-18));
}



.gn-theme .gn-save-badge, .gn-theme .badge, .gn-theme .card__badge, .gn-theme .product-item-badge, .gn-theme .sale-badge, .gn-theme .sale-badge .percent-sale, .gn-theme .price .badge {
  position: absolute;
  top: 10px;
  left: 10px;
  background: #dd5768;
  color: white;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.5px;
  padding: 6px 12px;
  border-radius: 4px;
  z-index: 10;
  box-shadow: 0 4px 12px rgba(168, 72, 85, 0.4);
  transform-origin: 50% 0%; /* rotate from top center for a "wiggle" */

  /* Animation: wiggle only */
  animation: saveBadgeWiggle 1.4s ease-in-out infinite;

  /* Prevents text selection */
  user-select: none;
  -webkit-user-select: none;
}



@keyframes saveBadgeWiggle {

  0%   { transform: rotate(0deg); }
  20%  { transform: rotate(-3deg); }
  40%  { transform: rotate(3deg); }
  60%  { transform: rotate(-2deg); }
  80%  { transform: rotate(2deg); }
  100% { transform: rotate(0deg); }

}


/* Hover state - pause animation */
.gn-theme .gn-simple-card:hover .gn-save-badge, .gn-theme .card:hover .badge, .gn-theme .card:hover .card__badge, .gn-theme .card:hover .sale-badge, .gn-theme .card-wrapper:hover .badge, .gn-theme .product-item:hover .badge {
  animation-play-state: paused;
  transform: scale(1.08);
}



/* ============================================================
   2. SIMPLIFIED PRODUCT CARD
   ============================================================ */

.gn-theme .gn-simple-card {
  position: relative;
  background: white;
  border-radius: 12px;
  overflow: hidden;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}



.gn-theme .gn-simple-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}



.gn-theme .gn-simple-card__link {
  display: block;
  text-decoration: none;
  color: inherit;
}



/* Image Container */
.gn-theme .gn-simple-card__image {
  position: relative;
  width: 100%;
  padding-top: 100%;
  /* 1:1 aspect ratio */
  overflow: hidden;
  background: #F9FAFB;
}



@supports (aspect-ratio: 1 / 1) {

  .gn-theme .gn-simple-card__image {
    padding-top: 0;
    aspect-ratio: 1 / 1;
  
}



}


.gn-theme .gn-simple-card__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}



.gn-theme .gn-simple-card:hover .gn-simple-card__image img {
  transform: scale(1.05);
}



/* Product Info - Dark Navy Background */
.gn-theme .gn-simple-card__info {
  padding: 16px;
  background: linear-gradient(135deg, #0A1628 0%, #132744 100%);
  border-radius: 0 0 16px 16px;
}



.gn-theme .gn-simple-card__title {
  font-size: 15px;
  font-weight: 600;
  line-height: 1.4;
  margin: 0 0 8px;
  color: #FFFFFF;
  font-family: inherit;

  /* Truncate to 2 lines */
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}



.gn-theme .gn-simple-card__title a {
  color: #FFFFFF;
  text-decoration: none;
}



.gn-theme .gn-simple-card__title a:hover {
  color: #C9A962;
}



.gn-theme .gn-simple-card__price {
  display: flex;
  align-items: center;
  gap: 10px;
}



.gn-theme .gn-simple-card__price--current {
  font-size: var(--gn-price-size);
  font-weight: 700;
  color: #dd5768;
  font-family: inherit;
}



.gn-theme .gn-simple-card__price--compare {
  font-size: var(--gn-price-compare-size);
  color: #9CA3AF;
  text-decoration: line-through;
  font-family: inherit;
}



/* ============================================================
   3. CARD STYLING - DARK NAVY INFO SECTION & ROUNDED CORNERS
   ============================================================ */

/* Card Inner - Rounded Top, No margin */
.gn-theme .card__inner {
  border-radius: 12px 12px 0 0;
  overflow: hidden;
  position: relative;
  margin-bottom: 0 !important;
  background: transparent !important;
}



/* Card Media - Transparent background with subtle border */
.gn-theme .card__media, .gn-theme .card__inner .media, .gn-theme .card__inner .media-default {
  background: transparent !important;
  border: 1px solid rgba(0, 0, 0, 0.04);
  border-bottom: none;
  border-radius: 12px 12px 0 0;
}



/* Remove any white backgrounds from images */
.gn-theme .card__media img, .gn-theme .card__inner img, .gn-theme .media img {
  background: transparent !important;
}



/* Card Information - Clean White Background & Rounded Bottom */
.gn-theme .card__information {
  background: #F7F3EF !important;
  padding: 16px 16px 14px;
  border-radius: 0 0 12px 12px;
  border: 1px solid rgba(0, 0, 0, 0.04);
  border-top: none;
}



/* Make card__content transparent */
.gn-theme .card__content {
  background: transparent !important;
  padding: 0 !important;
  border-radius: 0 !important;
}



/* Card Heading - Dark text on white background, clean and minimal */
.gn-theme .card__information .card__heading, .gn-theme .card__information .card__heading a, .gn-theme .card__information .prd-item-heading, .gn-theme .card__information .prd-item-heading a, .gn-theme .card__heading, .gn-theme .card__heading a, .gn-theme .prd-item-heading, .gn-theme .prd-item-heading a {
  color: #1A1A1A !important;
  font-size: 14px;
  font-weight: 500;
  font-family: inherit;
  line-height: 1.5;
  transition: color 0.2s ease;
}



.gn-theme .card__information .card__heading a:hover, .gn-theme .card__information .prd-item-heading a:hover, .gn-theme .card__heading a:hover, .gn-theme .prd-item-heading a:hover {
  color: #C9A962 !important;
}



/* Vendor text styling */
.gn-theme .card__information .caption-with-letter-spacing {
  color: #6B7280;
}



/* ============================================================
   3B. CARD WRAPPER & HOVER FIXES
   ============================================================ */

/* Fix list item background - transparent */
.gn-theme .tp-fcl__item, .gn-theme .grid__item.col-3 {
  background: transparent;
}



/* Card wrapper - soft cream appearance */
.gn-theme .card-wrapper, .gn-theme .card-wrapper__layout-2 {
  background: #F7F3EF !important;
  transform: none !important;
  border-radius: 12px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08), 0 1px 2px rgba(0, 0, 0, 0.04);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden;
}



/* Card - transparent background */
.gn-theme .card, .gn-theme .card.card_column {
  background: transparent !important;
}



/* On hover - subtle lift and shadow enhancement */
.gn-theme .card-wrapper:hover, .gn-theme .card-wrapper__layout-2:hover, .gn-theme .tp-fcl__item:hover .card-wrapper, .gn-theme .grid__item:hover .card-wrapper {
  background: #F7F3EF !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1), 0 2px 4px rgba(0, 0, 0, 0.06) !important;
}



/* Add subtle border highlight on hover */
.gn-theme .card-wrapper:hover .card__inner, .gn-theme .tp-fcl__item:hover .card__inner {
  border-color: rgba(201, 169, 98, 0.15);
}



/* Card expand element - hide or make transparent */
.gn-theme .card-expand {
  display: none !important;
}



/* Keep subtle image scale on hover for engagement */
.gn-theme .card-wrapper:hover .card__media img, .gn-theme .card:hover .card__media img, .gn-theme .tp-fcl__item:hover .card__media img, .gn-theme .grid__item:hover .card__media img, .gn-theme .col-3:hover .card__media img {
  transform: scale(1.03) !important;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1) !important;
}



/* Smooth image transition */
.gn-theme .card__media img,
.gn-theme .card__inner img {
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}



/* Hover image (secondary) - ensure no white background */
.gn-theme .card__inner .hover-img, .gn-theme .card__inner .media.hover-img {
  background: transparent;
}



/* ============================================================
   4. PRICE STYLING - RICH RED THEME
   ============================================================ */

/* Price container - add spacing between prices */
.gn-theme .price, .gn-theme .card__information .price, .gn-theme .gn-simple-card__price, .gn-theme .price__sale {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}



/* Ensure price__sale inside price also has gap */
.gn-theme .price .price__sale, .gn-theme .product-item-storepify .price__sale {
  display: flex;
  align-items: center;
  gap: 10px;
}



/* Current/Sale Price - Beautiful Red */
.gn-theme .price__sale .price-item--sale, .gn-theme .price-item--sale, .gn-theme .gn-simple-card__price--current {
  color: #dd5768;
  font-weight: 700;
  font-size: var(--gn-price-size);
  font-family: inherit;
  text-decoration: none;
}



/* Regular price (non-sale) - Red */
.gn-theme .price:not(.price--on-sale) .price__regular .price-item--regular, .gn-theme .price:not(.price--on-sale) .price-item {
  color: #dd5768;
  font-weight: 700;
  font-size: var(--gn-price-size);
  font-family: inherit;
  text-decoration: none;
}



/* Compare/Original Price - Grey strikethrough ONLY when there's a sale */
.gn-theme .price--on-sale .price-item--regular, .gn-theme .price__sale .price-item--regular, .gn-theme .price--on-sale s .price-item, .gn-theme .price__sale s .price-item, .gn-theme .price--compare-price-hidden + .price-item--regular, .gn-theme .product-item-storepify .price-item--regular, .gn-theme .gn-simple-card__price--compare, .gn-theme s.price-item--regular, .gn-theme del.price-item--regular {
  color: #9CA3AF;
  text-decoration: line-through;
  font-size: var(--gn-price-compare-size);
  font-family: inherit;
  font-weight: 400;
}



/* Ensure s and del tags inside price only affect compare prices */
.gn-theme .price s, .gn-theme .price del {
  color: #9CA3AF;
  text-decoration: line-through;
}



/* ============================================================
   4B. PRODUCT PAGE PRICE STYLING
   ============================================================ */

/* Product page prices - ensure same size for both */
.gn-theme .product__info-container .price, .gn-theme .product__info-wrapper .price, .gn-theme .product-single__price, .gn-theme .product__price {
  display: flex;
  align-items: baseline;
  gap: 12px;
  flex-wrap: wrap;
}



/* Sale price on product page - same size as compare */
.gn-theme .product__info-container .price-item--sale, .gn-theme .product__info-wrapper .price-item--sale, .gn-theme .product-single__price .price-item--sale, .gn-theme .product__price .price-item--sale {
  color: #dd5768;
  font-size: var(--gn-price-detail-size);
  font-weight: 600;
  text-decoration: none;
}



/* Compare/strikethrough price on product page */
.gn-theme .product__info-container .price-item--regular, .gn-theme .product__info-container .price s, .gn-theme .product__info-container .price del, .gn-theme .product__info-wrapper .price-item--regular, .gn-theme .product__info-wrapper .price s, .gn-theme .product-single__price .price-item--regular, .gn-theme .product__price .price-item--regular {
  color: #9CA3AF;
  font-size: var(--gn-price-detail-compare-size);
  font-weight: 400;
  text-decoration: line-through;
}



/* Regular price (no sale) on product page */
.gn-theme .product__info-container .price:not(.price--on-sale) .price-item, .gn-theme .product__info-wrapper .price:not(.price--on-sale) .price-item {
  color: #dd5768;
  font-size: var(--gn-price-detail-size);
  font-weight: 600;
  text-decoration: none;
}



/* ============================================================
   5. FLOATING SCENT BOXES
   ============================================================ */

/* Container for scent boxes - positioned at bottom of card__inner */
.gn-theme .gn-scent-showcase {
  position: absolute;
  bottom: 12px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 8px;
  z-index: 15;
  padding: 6px 10px;
  background: rgba(0, 0, 0, 0.65);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  opacity: 0;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}



/* Show on hover */
.gn-theme .card__inner:hover .gn-scent-showcase, .gn-theme .card-wrapper:hover .gn-scent-showcase {
  opacity: 1;
}



/* Individual scent box */
.gn-theme .gn-scent-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  cursor: pointer;
  transition: transform 0.2s ease;
}



.gn-theme .gn-scent-box:hover {
  transform: scale(1.1);
}



/* Scent image container */
.gn-theme .gn-scent-box__image {
  width: 36px;
  height: 36px;
  border-radius: 8px;
  overflow: hidden;
  border: 2px solid rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.1);
  transition: border-color 0.2s ease;
}



.gn-theme .gn-scent-box:hover .gn-scent-box__image {
  border-color: #C9A962;
}



.gn-theme .gn-scent-box__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}



/* Scent title */
.gn-theme .gn-scent-box__title {
  font-size: 9px;
  font-weight: 600;
  color: #FFFFFF;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  text-align: center;
  max-width: 40px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}



/* ============================================================
   6. MOBILE OPTIMIZATIONS
   ============================================================ */

@media (max-width: 768px) {

  .gn-theme .gn-save-badge {
    font-size: 10px;
    padding: 5px 10px;
  
}



  .gn-theme .gn-simple-card__info {
    padding: 12px;
  
}



  .gn-theme .gn-simple-card__title {
    font-size: 13px;
  
}



  .gn-theme .gn-simple-card__price--current {
    font-size: var(--gn-price-size);
  
}



  .gn-theme .gn-simple-card__price--compare {
    font-size: var(--gn-price-compare-size);
  
}



  /* Card styling mobile */
  .gn-theme .card__inner {
    border-radius: 12px 12px 0 0;
  
}



  .gn-theme .card__information {
    border-radius: 0 0 12px 12px;
    padding: 14px 14px 12px;
    background: #F7F3EF !important;
    border: 1px solid rgba(0, 0, 0, 0.04);
    border-top: none;
  }

  .gn-theme .card__content {
    border-radius: 0 0 12px 12px;
    padding: 0 !important;
    background: transparent !important;
  }



  /* Scent boxes mobile - always visible, smaller */
  .gn-theme .gn-scent-showcase {
    opacity: 1;
    padding: 4px 8px;
    bottom: 8px;
    gap: 6px;
  
}



  .gn-theme .gn-scent-box__image {
    width: 28px;
    height: 28px;
    border-radius: 6px;
  
}



  .gn-theme .gn-scent-box__title {
    font-size: 8px;
    max-width: 32px;
  }

  .gn-theme .card__heading,
  .gn-theme .card__heading a,
  .gn-theme .prd-item-heading,
  .gn-theme .prd-item-heading a {
    font-size: 13px !important;
    color: #1A1A1A !important;
  }



}


/* ============================================================
   7. HIDE QUICK ADD / SELECT OPTIONS FROM FEATURED COLLECTION
   ============================================================ */

/* Hide quick add buttons on product cards */
.gn-theme .card-wrapper .quick-add-atc, .gn-theme .card-wrapper .quick-add__submit, .gn-theme .card__inner .quick-add-atc, .gn-theme .card__inner .quick-add__submit, .gn-theme .featured-collection .quick-add-atc, .gn-theme .featured-collection .quick-add__submit, .gn-theme .featured-collection-slider .quick-add-atc, .gn-theme .featured-collection-slider .quick-add__submit, .gn-theme .product-item-actions, .gn-theme .actions-atc-type-list {
  display: none;
}



/* ============================================================
   8. RECENTLY VIEWED & RECOMMENDATIONS - BLACK TITLES
   ============================================================ */

/* Product titles in recently viewed & recommendations - BLACK */
.gn-theme .gn-recently-viewed-container .card__heading, .gn-theme .gn-recently-viewed-container .card__heading a, .gn-theme .gn-recently-viewed-container .prd-item-heading, .gn-theme .gn-recently-viewed-container .prd-item-heading a, .gn-theme .product-recommendations .card__heading, .gn-theme .product-recommendations .card__heading a, .gn-theme .product-recommendations .prd-item-heading, .gn-theme .product-recommendations .prd-item-heading a {
  color: #1A1A1A;
}



/* Hover state - gold accent */
.gn-theme .gn-recently-viewed-container .card__heading a:hover, .gn-theme .gn-recently-viewed-container .prd-item-heading a:hover, .gn-theme .product-recommendations .card__heading a:hover, .gn-theme .product-recommendations .prd-item-heading a:hover {
  color: #C9A962;
}



/* Override card__information background for these sections to be light */
.gn-theme .gn-recently-viewed-container .card__information, .gn-theme .gn-recently-viewed-container .card__content, .gn-theme .product-recommendations .card__information, .gn-theme .product-recommendations .card__content {
  background: #F7F3EF;
}



/* Prices in these sections - keep red for sale prices */
.gn-theme .gn-recently-viewed-container .price-item--sale, .gn-theme .product-recommendations .price-item--sale {
  color: #dd5768;
  text-decoration: none;
}



/* Regular prices (no sale) in these sections - red */
.gn-theme .gn-recently-viewed-container .price:not(.price--on-sale) .price-item, .gn-theme .product-recommendations .price:not(.price--on-sale) .price-item {
  color: #dd5768;
  text-decoration: none;
}



/* Compare prices - dark grey strikethrough ONLY for compare/original prices */
.gn-theme .gn-recently-viewed-container .price--on-sale .price-item--regular, .gn-theme .gn-recently-viewed-container .price__sale .price-item--regular, .gn-theme .product-recommendations .price--on-sale .price-item--regular, .gn-theme .product-recommendations .price__sale .price-item--regular {
  color: #6B7280;
  text-decoration: line-through;
}



/* ============================================================
   9. "YOU MAY ALSO LIKE" SECTION HEADING
   ============================================================ */

/* Section heading - default black (works on light backgrounds) */
.gn-theme .product-recommendations h2, .gn-theme .product-recommendations .section-header__title, .gn-theme .product-recommendations__heading, .gn-theme [class*="recommendations"] h2, .gn-theme .gn-recently-viewed-container h2, .gn-theme .gn-recently-viewed-container .section-header__title {
  color: #1A1A1A;
}



/* Mobile Responsive */
@media (max-width: 768px) {

  /* Ensure titles remain black on mobile */
  .gn-theme .gn-recently-viewed-container .card__heading a, .gn-theme .product-recommendations .card__heading a {
    color: #1A1A1A;
  
}



  /* Section headings */
  .gn-theme .product-recommendations h2, .gn-theme .gn-recently-viewed-container h2 {
    color: #1A1A1A;
    font-size: 20px;
  
}



}


/* ============================================================
   10. RECENTLY VIEWED SIDEBAR WIDGET - HORIZONTAL LAYOUT
   Premium styling for the sidebar product cards
   Structure: .recently-product-detail > #recently-product__main > .grid__item > .card-wrapper
   ============================================================ */

/* Main container styling */
.gn-theme .recently-product, .gn-theme .recently-product-detail {
  background: linear-gradient(135deg, #FAFBFC 0%, #F5F7F9 100%);
  border-radius: 16px;
  padding: 20px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
}



/* Widget heading */
.gn-theme .recently-product h2, .gn-theme .recently-product__title, .gn-theme .recently-product .heading-product, .gn-theme .recently-product-detail h2, .gn-theme .recently-product-detail .recently-product__title {
  color: #1A1A1A;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 16px;
  padding-bottom: 12px;
  border-bottom: 2px solid rgba(201, 169, 98, 0.3);
  letter-spacing: 0.5px;
}



/* Product list container - vertical stack */
.gn-theme #recently-product__main, .gn-theme .recently-product__main {
  display: flex;
  flex-direction: column;
  gap: 12px;
}



/* Grid item wrapper - make it a horizontal card */
.gn-theme .recently-product-detail #recently-product__main .grid__item, .gn-theme #recently-product__main .grid__item {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 14px;
  padding: 12px;
  background: #F7F3EF;
  border-radius: 12px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  border: 1px solid rgba(0, 0, 0, 0.04);
  width: 100%;
  max-width: 100%;
}



.gn-theme #recently-product__main .grid__item:hover {
  transform: translateX(4px);
  box-shadow: 0 6px 20px rgba(201, 169, 98, 0.2);
  border-color: rgba(201, 169, 98, 0.3);
}



/* Card wrapper inside grid item - reset to horizontal flow */
.gn-theme #recently-product__main .card-wrapper, .gn-theme #recently-product__main .card-wrapper__layout-2 {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 14px;
  width: 100%;
  background: transparent;
}



/* Card element reset */
.gn-theme #recently-product__main .card, .gn-theme #recently-product__main .card.card_column {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 14px;
  background: transparent;
}



/* Card inner - image container, fixed size */
.gn-theme #recently-product__main .card__inner {
  width: 70px;
  min-width: 70px;
  max-width: 70px;
  height: 70px;
  border-radius: 10px;
  overflow: hidden;
  flex-shrink: 0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  margin: 0;
  padding: 0;
  background: #f5f5f5;
}



/* Media inside card inner */
.gn-theme #recently-product__main .card__inner .media, .gn-theme #recently-product__main .card__inner .card__media {
  width: 70px;
  height: 70px;
  padding: 0;
  aspect-ratio: 1/1;
}



.gn-theme #recently-product__main .card__inner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}



/* Card information - text content, flexible */
.gn-theme #recently-product__main .card__information, .gn-theme #recently-product__main .card__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-width: 0;
  background: transparent;
  padding: 0;
  border-radius: 0;
}



/* Product title in sidebar */
.gn-theme #recently-product__main .card__heading, .gn-theme #recently-product__main .card__heading a, .gn-theme #recently-product__main .prd-item-heading, .gn-theme #recently-product__main .prd-item-heading a {
  font-size: 13px;
  font-weight: 600;
  color: #1A1A1A;
  line-height: 1.35;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-decoration: none;
  transition: color 0.2s ease;
}



.gn-theme #recently-product__main .card__heading a:hover, .gn-theme #recently-product__main .prd-item-heading a:hover {
  color: #C9A962;
}



/* Price container in sidebar */
.gn-theme #recently-product__main .price {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}



/* Sale price - red */
.gn-theme #recently-product__main .price-item--sale, .gn-theme #recently-product__main .price__sale span.price-item--sale {
  color: #dd5768;
  font-size: var(--gn-price-size);
  font-weight: 700;
  text-decoration: none;
}



/* Regular price (no sale) - red */
.gn-theme #recently-product__main .price:not(.price--on-sale) .price-item {
  color: #dd5768;
  font-size: var(--gn-price-size);
  font-weight: 700;
}



/* Compare price - grey strikethrough */
.gn-theme #recently-product__main .price:not(.price--on-sale) .price-item--regular {
  color: #dd5768;
  font-size: var(--gn-price-size);
  font-weight: 700;
  text-decoration: none;
}



.gn-theme #recently-product__main .price--on-sale .price-item--regular, .gn-theme #recently-product__main .price__sale .price-item--regular, .gn-theme #recently-product__main .price__sale s.price-item--regular, .gn-theme #recently-product__main .price--on-sale s.price-item--regular {
  color: #9CA3AF;
  font-size: var(--gn-price-compare-size);
  font-weight: 400;
  text-decoration: line-through;
}



/* HIDE badges and quick add in sidebar */
.gn-theme #recently-product__main .gn-save-badge, .gn-theme #recently-product__main .badge, .gn-theme #recently-product__main .card__badge, .gn-theme #recently-product__main .sale-badge, .gn-theme #recently-product__main .percent-sale, .gn-theme #recently-product__main .quick-add-atc, .gn-theme #recently-product__main .quick-add__submit, .gn-theme #recently-product__main .gn-scent-showcase, .gn-theme #recently-product__main .card-expand, .gn-theme #recently-product__main .hover-img {
  display: none;
  visibility: hidden;
  opacity: 0;
}



/* Hide vendor text in compact view */
.gn-theme #recently-product__main .caption-with-letter-spacing {
  display: none;
}



/* Mobile optimization for sidebar widget */
@media (max-width: 768px) {

  .gn-theme .recently-product, .gn-theme .recently-product-detail {
    padding: 16px;
    border-radius: 12px;
  
}



  .gn-theme .recently-product__title, .gn-theme .recently-product h2 {
    font-size: 16px;
    margin-bottom: 12px;
  
}



  .gn-theme #recently-product__main .grid__item {
    padding: 10px;
    gap: 12px;
  
}



  .gn-theme #recently-product__main .card__inner {
    width: 60px;
    min-width: 60px;
    max-width: 60px;
    height: 60px;
  
}



  .gn-theme #recently-product__main .card__inner .media, .gn-theme #recently-product__main .card__inner .card__media {
    width: 60px;
    height: 60px;
  
}



  .gn-theme #recently-product__main .card__heading, .gn-theme #recently-product__main .card__heading a {
    font-size: 12px;
  
}



  .gn-theme #recently-product__main .price-item--sale {
    font-size: var(--gn-price-size);
  
}



  .gn-theme #recently-product__main .price-item--regular {
    font-size: var(--gn-price-compare-size);
  
}



}


/* ============================================================
   11. PRODUCT PAGE PRICE - ENHANCED SPECIFICITY
   ============================================================ */

/* Target all possible product page price structures */
.gn-theme .product__info-container .price .price__sale, .gn-theme .product__info-wrapper .price .price__sale, .gn-theme .product-info .price .price__sale {
  display: flex;
  align-items: baseline;
  gap: 12px;
}



/* Sale price - all possible selectors */
.gn-theme .product__info-container .price .price__sale > span:first-child, .gn-theme .product__info-container .price .price__sale .price-item--sale, .gn-theme .product__info-container .price span.price-item--sale, .gn-theme .product__info-wrapper .price .price__sale .price-item--sale, .gn-theme .product-info .price .price-item--sale, .gn-theme .product-form__info-content .price-item--sale, .gn-theme .product-single .price-item--sale {
  color: #dd5768;
  font-size: var(--gn-price-detail-size);
  font-weight: 600;
  text-decoration: none;
  line-height: 1.2;
}



/* Compare/strikethrough price - all possible selectors */
.gn-theme .product__info-container .price .price__sale s, .gn-theme .product__info-container .price .price__sale s.price-item--regular, .gn-theme .product__info-container .price s.price-item--regular, .gn-theme .product__info-container .price--on-sale s, .gn-theme .product__info-wrapper .price s.price-item--regular, .gn-theme .product-info .price s.price-item--regular, .gn-theme .product-form__info-content s.price-item--regular, .gn-theme .product-single s.price-item--regular {
  color: #9CA3AF;
  font-size: var(--gn-price-detail-compare-size);
  font-weight: 400;
  text-decoration: line-through;
  line-height: 1.2;
}



/* Unit price styling if present */
.gn-theme .product__info-container .unit-price, .gn-theme .product__info-wrapper .unit-price {
  color: #6B7280;
  font-size: 14px;
  margin-top: 4px;
}

/* ===== assets/gn-inventory-system.css ===== */
/* ============================================================
   GLORIA NATURALS - INVENTORY-BASED RATING SYSTEM
   Dynamic badges and star ratings based on stock levels
   ============================================================ */

/* ============================================================
   1. DYNAMIC BADGES (Primary + Secondary)
   ============================================================ */

/* Badges wrapper - holds primary and secondary badges */
.gn-badges-wrapper {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 10;
  display: flex;
  flex-direction: row;
  gap: 6px;
  align-items: center;
  flex-wrap: nowrap;
}

/* Recently viewed/reviewed: remove badges to keep cards tight */
.recently-product__main .gn-badges-wrapper {
  display: none;
}

/* Recently viewed/reviewed: remove stars to keep cards tight */
.recently-product__main .gn-inventory-stars {
  display: none;
}

/* Bottom-left badge placement for cards */
.gn-badges-wrapper--bottom {
  top: auto;
  bottom: 12px;
}

/* Base badge styling */
.gn-dynamic-badge,
.gn-secondary-badge {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.3px;
  padding: 5px 10px;
  border-radius: 6px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  user-select: none;
  -webkit-user-select: none;
  transition: all 0.2s ease;
  text-transform: uppercase;
  white-space: nowrap;
}

/* Inline badges (product page under price) */
.gn-badges-inline {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin: 6px 0 8px;
}

/* Primary badge: Save percentage */
.gn-badge-save {
  background: #dd5768;
  color: white;
}

/* Primary badge: Low stock (2 or less) */
.gn-badge-low-stock {
  background: #FF6B35;
  color: white;
  animation: pulse-glow 2s ease-in-out infinite;
}

/* Primary badge: Sold out */
.gn-badge-sold-out {
  background: #6B7280;
  color: white;
  opacity: 0.9;
}

/* Secondary badge: Best Selling */
.gn-badge-best-selling {
  background: #16a34a;
  color: white;
  font-size: 9px;
  padding: 4px 8px;
}

/* Secondary badge: Women's Favorite */
.gn-badge-womens-favorite {
  background: #16a34a;
  color: white;
  font-size: 9px;
  padding: 4px 8px;
}

/* Secondary badge: Generic highlight (Most Loved / Best Seller / Trending) */
.gn-badge-highlight {
  background: #16a34a;
  color: white;
  font-size: 9px;
  padding: 4px 8px;
}

/* Hover effect for badges */
.gn-simple-card:hover .gn-dynamic-badge,
.gn-simple-card:hover .gn-secondary-badge,
.card:hover .gn-dynamic-badge,
.card:hover .gn-secondary-badge,
.card-wrapper:hover .gn-dynamic-badge,
.card-wrapper:hover .gn-secondary-badge {
  transform: scale(1.05);
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.25);
}

/* Pulse animation for low stock badge */
@keyframes pulse-glow {
  0%, 100% {
    box-shadow: 0 2px 8px rgba(255, 107, 53, 0.3);
  }
  50% {
    box-shadow: 0 2px 16px rgba(255, 107, 53, 0.6), 0 0 20px rgba(255, 107, 53, 0.3);
  }
}

/* ============================================================
   2. INVENTORY-BASED STAR RATING SYSTEM
   ============================================================ */

/* Main star rating container */
.gn-inventory-stars {
  margin: 8px 0;
  display: inline-block;
}

/* Stars wrapper - horizontal layout */
.gn-stars-wrapper {
  display: flex;
  align-items: center;
  gap: 1px;
}

/* Individual star styling */
.gn-star {
  display: inline-block;
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  transition: transform 0.15s ease;
  font-size: 18px;
  line-height: 1;
  color: #E5E7EB;
  position: relative;
}

.gn-star--full::after,
.gn-star--half::after {
  content: "\2605";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  line-height: 1;
}

.gn-star--full::after {
  color: #FFA41C;
}

.gn-star--half::after {
  background: linear-gradient(90deg, #FFA41C 50%, transparent 50%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

.gn-star--empty {
  color: #E5E7EB;
}

/* add light gray placeholders behind stars */
.gn-stars-wrapper {
  position: relative;
}
/* Star hover effect */
.gn-inventory-stars:hover .gn-star {
  transform: scale(1.1);
}

/* Rating text (4.7) */
.gn-rating-text {
  font-size: 13px;
  font-weight: 600;
  color: #374151;
  margin-left: 6px;
  line-height: 1;
}

/* Review count (123) */
.gn-review-count {
  font-size: 12px;
  font-weight: 400;
  color: #6B7280;
  margin-left: 3px;
  line-height: 1;
}

/* Testimonial stars: force inherited color */
.gn-testimonial-slide .gn-star {
  color: inherit;
  fill: currentColor;
}

.gn-stars .gn-star {
  color: inherit;
  fill: currentColor;
}

.product-recommendations__list .gn-badges-wrapper--bottom {
  top: auto !important;
  bottom: 10px;
  left: 10px;
}

.product-recommendations__list .gn-inventory-stars > span:not(.gn-stars-wrapper) {
  color: #f8fafc !important;
}

.br-rating svg {
  width: 15px;
  height: 15px;
}

.br-rating svg path {
  fill: #FFA41C;
}

@media (max-width: 768px) {
  .gn-testimonial-slide .gn-star {
    width: 17px;
    height: 17px;
  }
}


/* Responsive adjustments */
@media (max-width: 768px) {
  .gn-badges-wrapper {
    top: 8px;
    left: 8px;
    gap: 4px;
  }

  .gn-badges-wrapper--bottom {
    top: auto;
    bottom: 8px;
  }

  .gn-dynamic-badge,
  .gn-secondary-badge {
    font-size: 9px;
    padding: 4px 8px;
  }

  .gn-badge-best-selling,
  .gn-badge-womens-favorite {
    font-size: 8px;
    padding: 3px 6px;
  }

  .gn-star {
    width: 20px;
    height: 20px;
    font-size: 20px;
  }

  .gn-rating-text {
    font-size: 12px;
    margin-left: 3px;
  }

  .gn-review-count {
    font-size: 11px;
    margin-left: 2px;
  }
}

/* ============================================================
   3. CART SAVINGS BREAKDOWN
   ============================================================ */

.gn-cart-breakdown {
  margin-top: 12px;
  padding: 12px 14px;
  border-radius: 12px;
  border: 1px solid #e5e7eb;
  background: linear-gradient(135deg, #ffffff 0%, #f6fbf7 100%);
  box-shadow: 0 6px 16px rgba(17, 24, 39, 0.06);
}

.gn-cart-breakdown__row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  font-size: 13px;
  font-weight: 600;
  color: #111827;
}

.gn-cart-breakdown__row + .gn-cart-breakdown__row {
  margin-top: 6px;
}

.gn-cart-breakdown__row--price .gn-cart-breakdown__value {
  text-decoration: line-through;
  color: #9ca3af;
  font-weight: 600;
}

.gn-cart-breakdown__row--discount {
  color: #16a34a;
}

.gn-cart-breakdown__row--discount-zero {
  color: #9ca3af;
}

.gn-cart-breakdown__row--total {
  margin-top: 10px;
  padding-top: 8px;
  border-top: 1px solid #e5e7eb;
  font-size: 14px;
  font-weight: 700;
}

.gn-cart-breakdown__label {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.gn-cart-breakdown__pill {
  display: inline-flex;
  align-items: center;
  padding: 2px 6px;
  border-radius: 999px;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  background: #16a34a;
  color: #ffffff;
}

@media (max-width: 749px) {
  .gn-cart-breakdown {
    margin-top: 10px;
    padding: 10px 12px;
  }

  .gn-cart-breakdown__row {
    font-size: 12px;
  }

  .gn-cart-breakdown__row--total {
    font-size: 13px;
  }
}

/* ============================================================
   4. PRODUCT CARD INTEGRATION
   ============================================================ */

/* Ensure proper spacing in product cards */
.card__heading + .gn-inventory-stars {
  margin-top: 8px;
  margin-bottom: 6px;
}

.prd-item-heading + .gn-inventory-stars {
  margin-top: 8px;
  margin-bottom: 6px;
}

/* Ensure stars appear above scents */
.gn-inventory-stars + .gn-product-scents {
  margin-top: 6px;
}


/* Dark theme compatibility */
@media (prefers-color-scheme: dark) {
  .gn-rating-text {
    color: #E5E7EB;
  }

  .gn-review-count {
    color: #9CA3AF;
  }
}

/* Print styles - hide decorative elements */
@media print {
  .gn-badges-wrapper {
    display: none;
  }

  .gn-inventory-stars:hover .gn-star {
    transform: none;
  }
}

/* Accessibility - ensure badges are readable */
.gn-dynamic-badge,
.gn-secondary-badge {
  min-height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/* High contrast mode support */
@media (prefers-contrast: high) {
  .gn-badge-save,
  .gn-badge-low-stock,
  .gn-badge-best-selling,
  .gn-badge-womens-favorite {
    border: 2px solid currentColor;
  }

  .gn-badge-sold-out {
    border: 2px solid #374151;
  }
}


/* ===== assets/gn-cro.css ===== */
/* ============================================================
   GLORIA NATURALS - CONSOLIDATED CSS (gn-cro.css)
   Auto-generated by consolidation script.
   Sources: gn-premium-enhancements.css, gn-vitality.css
   ============================================================ */

\n/* ==== BEGIN gn-premium-enhancements.css ==== */\n
/* ============================================================
   GLORIA NATURALS - PREMIUM ENHANCEMENTS CSS
   The "Wow Factor" - Luxury animations and interactions
   ============================================================ */

/* ============================================================
   1. SCROLL-TRIGGERED ANIMATIONS - CINEMATIC REVEALS
   ============================================================ */

/* Fade up with scale */
.gn-animate-in {
  opacity: 0;
  transform: translateY(60px) scale(0.95);
  transition: all 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

.gn-animate-in.is-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
}

/* Slide from left */
.gn-slide-left {
  opacity: 0;
  transform: translateX(-80px);
  transition: all 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

.gn-slide-left.is-visible {
  opacity: 1;
  transform: translateX(0);
}

/* Slide from right */
.gn-slide-right {
  opacity: 0;
  transform: translateX(80px);
  transition: all 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

.gn-slide-right.is-visible {
  opacity: 1;
  transform: translateX(0);
}

/* Zoom reveal */
.gn-zoom-reveal {
  opacity: 0;
  transform: scale(0.8);
  transition: all 1s cubic-bezier(0.16, 1, 0.3, 1);
}

.gn-zoom-reveal.is-visible {
  opacity: 1;
  transform: scale(1);
}

/* Rotate in */
.gn-rotate-in {
  opacity: 0;
  transform: perspective(1000px) rotateY(-15deg) translateX(-30px);
  transition: all 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

.gn-rotate-in.is-visible {
  opacity: 1;
  transform: perspective(1000px) rotateY(0) translateX(0);
}

/* Staggered grid items */
.gn-stagger-grid > * {
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

/* Collection grids: keep layout visible; per-card animation handles reveal */
.product-grid.gn-stagger-grid > * {
  opacity: 1;
  transform: none;
}

.gn-stagger-grid.is-visible > *:nth-child(1) { transition-delay: 0.0s; }
.gn-stagger-grid.is-visible > *:nth-child(2) { transition-delay: 0.1s; }
.gn-stagger-grid.is-visible > *:nth-child(3) { transition-delay: 0.2s; }
.gn-stagger-grid.is-visible > *:nth-child(4) { transition-delay: 0.3s; }
.gn-stagger-grid.is-visible > *:nth-child(5) { transition-delay: 0.4s; }
.gn-stagger-grid.is-visible > *:nth-child(6) { transition-delay: 0.5s; }
.gn-stagger-grid.is-visible > *:nth-child(7) { transition-delay: 0.6s; }
.gn-stagger-grid.is-visible > *:nth-child(8) { transition-delay: 0.7s; }

.gn-stagger-grid.is-visible > * {
  opacity: 1;
  transform: translateY(0);
}

/* ============================================================
   2. PREMIUM BUTTONS - LIQUID RIPPLE & MAGNETIC
   ============================================================ */

/* Base button enhancement */
.tp-btn,
.quick-add__submit,
button[type="submit"],
.btn,
.button {
  position: relative;
  overflow: hidden;
  transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
  isolation: isolate;
}

/* Liquid ripple effect */
.tp-btn::before,
.quick-add__submit::before {
  content: '';
  position: absolute;
  top: var(--ripple-y, 50%);
  left: var(--ripple-x, 50%);
  width: 0;
  height: 0;
  background: radial-gradient(circle, rgba(255,255,255,0.4) 0%, transparent 70%);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: width 0.6s ease, height 0.6s ease, opacity 0.6s ease;
  opacity: 0;
  z-index: -1;
}

.tp-btn:active::before,
.quick-add__submit:active::before {
  width: 300px;
  height: 300px;
  opacity: 1;
  transition: width 0s, height 0s, opacity 0s;
}

/* Button glow pulse for primary CTAs */
.tp-btn__primary {
  animation: gn-btn-glow 3s infinite;
}

@keyframes gn-btn-glow {
  0%, 100% { box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2); }
  50% { box-shadow: 0 4px 25px rgba(201, 169, 98, 0.4), 0 0 40px rgba(201, 169, 98, 0.2); }
}

/* Button press effect */
.tp-btn:active,
.button:active,
.btn:active {
  transform: scale(0.96) translateY(2px);
}

/* ============================================================
   3. IMAGE ENHANCEMENTS - KEN BURNS & SHIMMER
   ============================================================ */

/* Ken Burns zoom effect on images */
.gn-ken-burns {
  overflow: hidden;
}

.gn-ken-burns img {
  animation: gn-ken-burns 20s ease-in-out infinite alternate;
  will-change: transform;
}

@keyframes gn-ken-burns {
  0% { transform: scale(1) translate(0, 0); }
  100% { transform: scale(1.1) translate(-2%, -2%); }
}

/* Golden shimmer overlay for hero images */
.gn-shimmer-overlay {
  position: relative;
  overflow: hidden;
}

.gn-shimmer-overlay::after {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: linear-gradient(
    45deg,
    transparent 40%,
    rgba(201, 169, 98, 0.1) 50%,
    transparent 60%
  );
  animation: gn-shimmer 8s linear infinite;
  pointer-events: none;
}

@keyframes gn-shimmer {
  0% { transform: translateX(-50%) translateY(-50%) rotate(0deg); }
  100% { transform: translateX(50%) translateY(50%) rotate(0deg); }
}

/* Image reveal on scroll */
.gn-image-reveal {
  position: relative;
  overflow: hidden;
}

.gn-image-reveal::before {
  content: '';
  position: absolute;
  inset: 0;
  background: var(--gn-cream, #FAF8F5);
  transform: scaleX(1);
  transform-origin: right;
  transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1);
  z-index: 2;
}

.gn-image-reveal.is-visible::before {
  transform: scaleX(0);
}

.gn-image-reveal img {
  transform: scale(1.2);
  transition: transform 1.2s cubic-bezier(0.16, 1, 0.3, 1) 0.3s;
}

.gn-image-reveal.is-visible img {
  transform: scale(1);
}

/* ============================================================
   4. TYPOGRAPHY ANIMATIONS
   ============================================================ */

/* Split text reveal - words */
.gn-text-split-words {
  overflow: hidden;
}

.gn-text-split-words .word {
  display: inline-block;
  transform: translateY(100%);
  opacity: 0;
  transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.gn-text-split-words.is-visible .word {
  transform: translateY(0);
  opacity: 1;
}

.gn-text-split-words.is-visible .word:nth-child(1) { transition-delay: 0.0s; }
.gn-text-split-words.is-visible .word:nth-child(2) { transition-delay: 0.05s; }
.gn-text-split-words.is-visible .word:nth-child(3) { transition-delay: 0.1s; }
.gn-text-split-words.is-visible .word:nth-child(4) { transition-delay: 0.15s; }
.gn-text-split-words.is-visible .word:nth-child(5) { transition-delay: 0.2s; }
.gn-text-split-words.is-visible .word:nth-child(6) { transition-delay: 0.25s; }
.gn-text-split-words.is-visible .word:nth-child(7) { transition-delay: 0.3s; }
.gn-text-split-words.is-visible .word:nth-child(8) { transition-delay: 0.35s; }

/* Elegant underline reveal */
.gn-underline-reveal {
  position: relative;
  display: inline-block;
}

.gn-underline-reveal::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, var(--gn-gold), var(--gn-gold-dark));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

.gn-underline-reveal.is-visible::after {
  transform: scaleX(1);
}

/* Counter animation */
.gn-counter {
  font-variant-numeric: tabular-nums;
}

/* Typewriter effect */
.gn-typewriter {
  overflow: hidden;
  border-right: 2px solid var(--gn-gold);
  white-space: nowrap;
  animation: gn-typewriter 3s steps(40) 1s forwards, gn-blink 0.75s step-end infinite;
  width: 0;
}

@keyframes gn-typewriter {
  to { width: 100%; }
}

@keyframes gn-blink {
  50% { border-color: transparent; }
}

/* ============================================================
   5. FLOATING ELEMENTS & DEPTH
   ============================================================ */

/* Floating animation */
.gn-float {
  animation: gn-float 6s ease-in-out infinite;
}

@keyframes gn-float {
  0%, 100% { transform: translateY(0) rotate(0deg); }
  25% { transform: translateY(-10px) rotate(1deg); }
  75% { transform: translateY(5px) rotate(-1deg); }
}

/* Floating with delay variations */
.gn-float-delay-1 { animation-delay: 0s; }
.gn-float-delay-2 { animation-delay: 1s; }
.gn-float-delay-3 { animation-delay: 2s; }
.gn-float-delay-4 { animation-delay: 3s; }

/* Parallax depth layers */
.gn-parallax-container {
  position: relative;
  overflow: hidden;
}

.gn-parallax-layer {
  position: absolute;
  inset: 0;
  transition: transform 0.1s linear;
  will-change: transform;
}

.gn-parallax-layer[data-depth="0.1"] { transform: translateY(calc(var(--scroll) * 0.1)); }
.gn-parallax-layer[data-depth="0.2"] { transform: translateY(calc(var(--scroll) * 0.2)); }
.gn-parallax-layer[data-depth="0.3"] { transform: translateY(calc(var(--scroll) * 0.3)); }

/* ============================================================
   6. SECTION DIVIDERS & DECORATIVE ELEMENTS
   ============================================================ */

/* Elegant wave divider */
.gn-wave-divider {
  position: relative;
  height: 60px;
  overflow: hidden;
}

.gn-wave-divider::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 200%;
  height: 100%;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 120' preserveAspectRatio='none'%3E%3Cpath d='M321.39,56.44c58-10.79,114.16-30.13,172-41.86,82.39-16.72,168.19-17.73,250.45-.39C823.78,31,906.67,72,985.66,92.83c70.05,18.48,146.53,26.09,214.34,3V0H0V27.35A600.21,600.21,0,0,0,321.39,56.44Z' fill='%23FAF8F5'/%3E%3C/svg%3E");
  background-size: 50% 100%;
  animation: gn-wave 15s linear infinite;
}

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

/* Gold line accent */
.gn-gold-line {
  width: 60px;
  height: 3px;
  background: linear-gradient(90deg, var(--gn-gold-light), var(--gn-gold), var(--gn-gold-light));
  margin: 20px auto;
  border-radius: 2px;
  position: relative;
  overflow: hidden;
}

.gn-gold-line::after {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.8), transparent);
  animation: gn-line-shine 3s infinite;
}

@keyframes gn-line-shine {
  0% { left: -100%; }
  50%, 100% { left: 200%; }
}

/* Decorative dots pattern */
.gn-dots-pattern {
  position: absolute;
  width: 100px;
  height: 100px;
  background-image: radial-gradient(var(--gn-gold) 1px, transparent 1px);
  background-size: 10px 10px;
  opacity: 0.3;
}

/* ============================================================
   7. LOADING & TRANSITION STATES
   ============================================================ */

/* Elegant skeleton with shine */
.gn-skeleton {
  background: linear-gradient(
    90deg,
    #f0f0f0 25%,
    #e8e8e8 50%,
    #f0f0f0 75%
  );
  background-size: 200% 100%;
  animation: gn-skeleton-shine 1.5s infinite;
}

@keyframes gn-skeleton-shine {
  0% { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}

/* Page transition overlay */
.gn-page-transition {
  position: fixed;
  inset: 0;
  background: var(--gn-cream);
  z-index: 9999;
  transform: scaleY(0);
  transform-origin: bottom;
  transition: transform 0.6s cubic-bezier(0.86, 0, 0.07, 1);
}

.gn-page-transition.active {
  transform: scaleY(1);
  transform-origin: top;
}

/* Product flying to cart */
.gn-fly-to-cart {
  position: fixed;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: var(--gn-gold);
  z-index: 9999;
  pointer-events: none;
  opacity: 0;
}

.gn-fly-to-cart.active {
  animation: gn-fly-to-cart 0.8s cubic-bezier(0.2, 0.8, 0.2, 1) forwards;
}

@keyframes gn-fly-to-cart {
  0% {
    opacity: 1;
    transform: translate(var(--start-x), var(--start-y)) scale(1);
  }
  100% {
    opacity: 0;
    transform: translate(var(--end-x), var(--end-y)) scale(0.2);
  }
}

/* ============================================================
   8. ENHANCED SCROLL PROGRESS
   ============================================================ */

.gn-scroll-progress {
  height: 4px;
  background: linear-gradient(90deg,
    var(--gn-gold-light) 0%,
    var(--gn-gold) 50%,
    var(--gn-gold-dark) 100%
  );
  background-size: 200% 100%;
  animation: gn-progress-gradient 3s linear infinite;
}

@keyframes gn-progress-gradient {
  0% { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}

/* ============================================================
   9. MAGNETIC CURSOR EFFECT (Desktop bonus)
   ============================================================ */

@media (hover: hover) {
  .gn-magnetic {
    transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
  }
}

/* ============================================================
   10. ENHANCED WISHLIST HEART
   ============================================================ */

.gn-wishlist-btn.active {
  animation: gn-heart-celebrate 0.6s ease;
}

@keyframes gn-heart-celebrate {
  0% { transform: scale(1); }
  25% { transform: scale(1.3) rotate(-10deg); }
  50% { transform: scale(0.9) rotate(10deg); }
  75% { transform: scale(1.15) rotate(-5deg); }
  100% { transform: scale(1) rotate(0); }
}

/* Heart particles on favorite */
.gn-wishlist-btn.active::after {
  content: 'â¤ï¸';
  position: absolute;
  font-size: 12px;
  animation: gn-heart-particle 0.8s ease-out forwards;
  pointer-events: none;
}

@keyframes gn-heart-particle {
  0% { opacity: 1; transform: translateY(0) scale(0.5); }
  100% { opacity: 0; transform: translateY(-30px) scale(1.5); }
}

/* ============================================================
   11. BADGE ENHANCEMENTS
   ============================================================ */

/* Badge animations removed - use wiggle animation from gn-simple-card.css instead */

/* ============================================================
   12. TOAST ENHANCEMENTS
   ============================================================ */

.gn-toast {
  backdrop-filter: blur(10px);
  background: rgba(26, 26, 26, 0.95);
}

.gn-toast.success {
  background: linear-gradient(135deg, rgba(76, 175, 80, 0.95), rgba(46, 125, 50, 0.95));
}

.gn-toast::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(135deg, rgba(255,255,255,0.2), transparent);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

/* ============================================================
   13. COLLECTION HEADER ENHANCEMENTS
   ============================================================ */

.gn-collection-title,
.collection-hero__title,
.section-header__title {
  background: linear-gradient(135deg, var(--gn-black) 0%, #333 50%, var(--gn-black) 100%);
  background-size: 200% 200%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: gn-text-gradient 5s ease infinite;
}

@keyframes gn-text-gradient {
  0%, 100% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
}

/* ============================================================
   14. SMOOTH SCROLL SECTIONS
   ============================================================ */

.gn-snap-section {
  scroll-snap-align: start;
  scroll-snap-stop: always;
}

.gn-snap-container {
  scroll-snap-type: y mandatory;
  overflow-y: scroll;
  height: 100vh;
}

/* Horizontal scroll showcase */
.gn-horizontal-scroll {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  gap: 20px;
  padding: 20px;
}

.gn-horizontal-scroll::-webkit-scrollbar {
  display: none;
}

.gn-horizontal-scroll > * {
  flex: 0 0 85%;
  scroll-snap-align: center;
}

/* ============================================================
   15. PRICE ANIMATION ON CHANGE
   ============================================================ */

.gn-price-change {
  animation: gn-price-flash 0.5s ease;
}

@keyframes gn-price-flash {
  0%, 100% { color: inherit; }
  50% { color: var(--gn-gold); transform: scale(1.1); }
}

/* ============================================================
   16. AMBIENT GLOW EFFECT
   ============================================================ */

.gn-ambient-glow {
  position: fixed;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(201, 169, 98, 0.15) 0%, transparent 70%);
  pointer-events: none;
  z-index: 0;
  filter: blur(40px);
  animation: gn-ambient-drift 20s ease-in-out infinite;
}

@keyframes gn-ambient-drift {
  0%, 100% { transform: translate(0, 0); }
  25% { transform: translate(100px, 50px); }
  50% { transform: translate(50px, 100px); }
  75% { transform: translate(-50px, 50px); }
}

/* ============================================================
   17. QUANTITY SELECTOR ENHANCED
   ============================================================ */

.gn-qty-btn:active {
  transform: scale(0.85);
  background: var(--gn-gold);
  color: white;
}

.gn-qty-value {
  transition: transform 0.2s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.gn-qty-value.changed {
  animation: gn-qty-pop 0.3s ease;
}

@keyframes gn-qty-pop {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.3); }
}

/* ============================================================
   18. LIVELYNESS ENHANCEMENTS - MICRO-INTERACTIONS
   ============================================================ */

/* Smooth color transitions on interactive elements */
a, button, [role="button"] {
  transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
}

/* Section title entrance animation */
h1, h2, h3 {
  animation: gn-text-fade-in 0.8s ease-out;
}

@keyframes gn-text-fade-in {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ============================================================
   CARD INSPIRATION LINE
   ============================================================ */
.gn-card-inspiration {
  display: flex;
  align-items: baseline;
  gap: 6px;
  margin: 2px 0 4px;
  min-width: 0;
  font-size: 14px;
  line-height: 1.2;
  color: #6B7280;
}

.gn-card-inspiration__label {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: none;
  color: #6B7280;
  white-space: nowrap;
}

.gn-card-inspiration__value {
  flex: 1 1 auto;
  min-width: 0;
  font-weight: 600;
  color: #374151;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.card__information .gn-inventory-stars,
.gn-simple-card__info .gn-inventory-stars,
.gn-product-info .gn-inventory-stars {
  margin: 0 !important;
}

.card__information .price,
.card__information .price__sale,
.gn-simple-card__price,
.gn-product-price {
  flex-wrap: nowrap !important;
  white-space: nowrap;
  gap: 8px !important;
}

.card__information .price,
.gn-simple-card__price,
.gn-product-price {
  margin-top: 0 !important;
}

.card__information .price__sale s,
.card__information .price__sale .price-item--regular,
.gn-simple-card__price--compare,
.gn-product-price-compare {
  white-space: nowrap;
}

/* Unified card price palette + alignment (red / grey / green) */
.card__information .price,
.card__information .price__sale,
.gn-simple-card__price,
.gn-product-price,
.gn-recent-row__price {
  display: flex;
  align-items: baseline;
  gap: 8px;
  flex-wrap: nowrap;
}

.card__information .price__sale .price-item--sale,
.card__information .price-item--sale,
.gn-simple-card__price--current,
.gn-product-price-current,
.gn-recent-row__price-current {
  color: #dd5768 !important;
  font-weight: 700;
}

.card__information .price__sale .price-item--regular,
.card__information s.price-item--regular,
.gn-simple-card__price--compare,
.gn-product-price-compare,
.gn-recent-row__price-compare {
  color: #9CA3AF !important;
  font-weight: 400;
  text-decoration: line-through;
}

.price-item--discount,
.gn-card-price-discount {
  color: #16A34A !important;
}

.gn-product-scents--inline {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 2px 0 6px;
  font-size: 14px;
  line-height: 1.25;
  color: #6B7280;
}

.gn-product-scents--inline .gn-product-scents__item {
  position: relative;
  padding-right: 8px;
  white-space: nowrap;
}

.gn-product-scents--inline .gn-product-scents__item::after {
  content: "•";
  position: absolute;
  right: 0;
  top: 0;
  color: #D1D5DB;
}

.gn-product-scents--inline .gn-product-scents__item:last-child::after {
  content: "";
}

.gn-simple-card__info .gn-card-inspiration__label {
  color: rgba(255, 255, 255, 0.7);
}

.gn-simple-card__info .gn-card-inspiration__value {
  color: #F3F4F6;
}

/* Discount percent on cards */
.price-item--discount,
.gn-card-price-discount {
  font-size: 14px !important;
  font-weight: 600;
  color: #16A34A;
  white-space: nowrap;
  line-height: 1.1;
}

.gn-currency-symbol {
  display: inline-block;
  margin-right: -1px;
  line-height: 1;
  vertical-align: baseline;
}

.gn-currency-symbol svg {
  display: block;
  width: 0.76em;
  height: 0.76em;
  fill: currentColor;
}

/* Card title size +2px */
.card__information .card__heading,
.card__information .card__heading a,
.card__information .prd-item-heading,
.card__information .prd-item-heading a {
  font-size: 18px !important;
}

.gn-simple-card__title,
.gn-product-title {
  font-size: 19px !important;
}

.gn-title-size {
  color: currentColor;
  opacity: 0.7;
  font-size: 0.7em;
  font-weight: inherit;
  letter-spacing: 0;
  white-space: nowrap;
}

@media (max-width: 767px) {
  .card__information .card__heading,
  .card__information .card__heading a,
  .card__information .prd-item-heading,
  .card__information .prd-item-heading a {
    font-size: 17px !important;
  }

  .gn-simple-card__title,
  .gn-product-title {
    font-size: 17px !important;
  }
}

/* Card price size -1/-2px */
.card__information .price__sale .price-item--sale,
.card__information .price-item--sale,
.gn-simple-card__price--current,
.gn-product-price-current,
.price-product-detail-big .price__sale .price-item--sale {
  font-size: 16px !important;
}

.card__information .price__sale .price-item--regular,
.card__information s.price-item--regular,
.gn-simple-card__price--compare,
.gn-product-price-compare,
.price-product-detail-big .price__sale .price-item--regular {
  font-size: 14px !important;
}

.price-product-detail-big .price__regular .price-item--regular {
  font-size: 16px !important;
}

.price-product-detail-big .price-item--discount {
  font-size: 14px !important;
}

/* PDP-only: make the entire price line ~1.7x larger */
.template-product .tp-product-detail__right .price__sale .price-item--sale,
.template-product .tp-product-detail__right .price__regular .price-item--regular,
.template-product .tp-product-detail__right .price__sale .price-item--regular,
.template-product .price-product-detail-big .price__sale .price-item--sale,
.template-product .price-product-detail-big .price__regular .price-item--regular,
.template-product .price-product-detail-big .price__sale .price-item--regular,
.template-product .price-product-detail-big .price-item--discount {
  font-size: 2em !important;
}

/* PDP-only: reduce scent row height to avoid large gaps */
.template-product .tp-product-detail__right .gn-product-scents {
  min-height: 0 !important;
  margin-bottom: 6px;
}

@media (max-width: 767px) {
  .template-product.gn-theme .tp-product-detail__right .gn-product-scents,
  .template-product .tp-product-detail__right .gn-product-scents {
    height: 25px !important;
    min-height: 0 !important;
    max-height: 25px !important;
    overflow: hidden;
  }
}

@media (max-width: 767px) {
  .card__information .price__sale .price-item--sale,
  .card__information .price-item--sale,
  .gn-simple-card__price--current,
  .gn-product-price-current,
  .price-product-detail-big .price__sale .price-item--sale,
  .price-product-detail-big .price__regular .price-item--regular {
    font-size: 16px !important;
  }

  .card__information .price__sale .price-item--regular,
  .card__information s.price-item--regular,
  .gn-simple-card__price--compare,
  .gn-product-price-compare,
  .price-product-detail-big .price__sale .price-item--regular,
  .price-product-detail-big .price-item--discount {
    font-size: 14px !important;
  }
}

.gn-simple-card__info .gn-product-scents--inline {
  color: rgba(255, 255, 255, 0.75);
}

.gn-simple-card__info .gn-product-scents--inline .gn-product-scents__item::after {
  color: rgba(255, 255, 255, 0.3);
}

/* ============================================================
   INSPIRATION HIGHLIGHT (Product page)
   ============================================================ */
.gn-inspiration-row {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 6px;
  padding: 8px 10px;
  border-radius: 10px;
  background: #f7f8fa;
  border: 1px solid #e6e8ec;
}

.gn-inspiration-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #374151;
  white-space: nowrap;
}

.gn-inspiration-values {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.gn-inspiration-chip {
  background: #1f2937;
  color: #ffffff;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.2;
}

/* Hero position: Inspiration chip right below title, before price */
.gn-inspiration-row--hero {
  margin-top: 0;
  margin-bottom: 4px;
}

/* Metrics row: compact 3-column scorecard under PDP title */
.gn-metrics-row {
  margin-top: 0;
  margin-bottom: 8px;
  padding: 8px 10px;
  border-radius: 10px;
  border: 1px solid #e6e8ec;
  background: #f7f8fa;
}

.gn-metrics-row__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 8px;
}

.gn-metrics-row__label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #374151;
  line-height: 1;
}

.gn-metrics-row__arabic {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 2px 8px;
  border-radius: 999px;
  background: #f2e8cf;
  color: #6b4f1d;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.1;
}

.gn-metrics-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.gn-metric-cell {
  display: grid;
  grid-template-rows: auto auto;
  gap: 6px;
  min-width: 0;
  padding: 8px 7px;
  border-radius: 10px;
  border: 1px solid #eceff3;
  background: #ffffff;
}

.gn-metric-cell__title {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  direction: ltr;
  gap: 3px;
  text-align: center;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: none;
  color: #4b5563;
  line-height: 1.15;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.gn-metric-cell__title-ar {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0;
  color: #374151;
  line-height: 1;
}

.gn-metric-cell__title-sep {
  opacity: 0.45;
  font-size: 8px;
  line-height: 1;
}

.gn-metric-cell__title-en {
  font-size: 7px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  line-height: 1;
  color: #6b7280;
}

.gn-metric-cell__rating {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 12px;
}

.gn-metric-bars {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
  width: auto;
  max-width: none;
  line-height: 1;
}

.gn-metric-bar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: auto;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  line-height: 1;
}

.gn-metric-bar::before {
  content: "\2605";
  display: block;
  font-size: 9px;
  line-height: 1;
  color: #e0e5eb;
  text-shadow: none;
}

.gn-metric-bar--on {
  background: transparent;
  box-shadow: none;
}

.gn-metric-bar--on::before {
  color: #c8a34b;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
  -webkit-text-stroke: 0.35px #9c7630;
}

@media (max-width: 420px) {
  .gn-metrics-row {
    padding: 8px;
  }

  .gn-metrics-grid {
    gap: 6px;
  }

  .gn-metric-cell {
    padding: 7px 6px;
  }

  .gn-metric-cell__title {
    font-size: 8px;
    letter-spacing: 0.06em;
  }

  .gn-metric-cell__title-ar {
    font-size: 9px;
  }

  .gn-metric-cell__title-en {
    font-size: 6px;
    letter-spacing: 0.04em;
  }

  .gn-metric-bars {
    gap: 1px;
    max-width: none;
  }

  .gn-metric-bar {
    width: auto;
    height: auto;
  }

  .gn-metric-bar::before {
    font-size: 8px;
  }
}

/* ============================================================
   PDP MOBILE ARRANGEMENT (rating+badge / larger price / moved scent chips)
   ============================================================ */
.template-product .tp-product-detail__right .gn-pdp-rating-row {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 6px 8px;
  margin: 0 0 6px;
  min-width: 0;
}

.template-product .tp-product-detail__right .gn-pdp-rating-row .gn-inventory-stars {
  margin: 0 !important;
  display: inline-flex !important;
  align-items: center;
  flex: 0 0 auto;
  min-width: 0;
  white-space: nowrap;
}

.template-product .tp-product-detail__right .gn-pdp-rating-row .gn-badges-inline {
  display: inline-flex;
  margin: 0;
  gap: 6px;
  flex: 0 0 auto;
  align-items: center;
}

.template-product .tp-product-detail__right .gn-pdp-rating-row .gn-badges-inline:empty {
  display: none;
}

.template-product .tp-product-detail__right .gn-pdp-rating-row .gn-inventory-stars .gn-secondary-badge {
  margin-left: 2px;
  flex: 0 0 auto;
}

.template-product .tp-product-detail__right .tp-product-custom-liquid .gn-product-scents {
  margin-top: 0;
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .template-product .tp-product-detail__right .gn-pdp-rating-row {
    gap: 4px;
  }

  .template-product .tp-product-detail__right .gn-pdp-rating-row .gn-inventory-stars .gn-star {
    width: 16px;
    height: 16px;
    font-size: 16px;
  }

  .template-product .tp-product-detail__right .gn-pdp-rating-row .gn-inventory-stars .gn-rating-text {
    font-size: 12px !important;
    margin-left: 2px;
    line-height: 1 !important;
  }

  .template-product .tp-product-detail__right .gn-pdp-rating-row .gn-inventory-stars .gn-review-count {
    font-size: 11px !important;
    margin-left: 1px;
    line-height: 1 !important;
  }

  .template-product .tp-product-detail__right .tp-price {
    margin-bottom: 10px !important;
  }

  .template-product .tp-product-detail__right .tp-price .price__sale .price-item--sale,
  .template-product .tp-product-detail__right .tp-price .price__regular .price-item--regular,
  .template-product .tp-product-detail__right .tp-price .price__sale .price-item--regular {
    font-size: 24px !important;
    line-height: 1.1 !important;
  }

  .template-product .tp-product-detail__right .tp-price .price-item--discount {
    font-size: 20px !important;
    line-height: 1.1 !important;
  }

  .template-product .tp-product-detail__right .tp-price .price__sale .price-item--regular {
    font-size: 16px !important;
  }

  .template-product .tp-product-detail__right .gn-pdp-rating-row .gn-secondary-badge {
    min-height: 16px;
    padding: 2px 6px;
    font-size: 7px;
    border-radius: 5px;
    line-height: 1;
    margin-left: 3px;
  }
}

\n/* ==== END gn-premium-enhancements.css ==== */\n
\n/* ==== BEGIN gn-vitality.css ==== */\n
/* ============================================================
   GN VITALITY - "ALIVE" ANIMATIONS
   ============================================================ */

/* 1. SCROLL REVEALS */
.gn-reveal-item {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.8s cubic-bezier(0.165, 0.84, 0.44, 1),
        transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
    will-change: opacity, transform;
}

.gn-reveal-active {
    opacity: 1 !important;
    transform: translateY(0) !important;
    transition-delay: var(--reveal-delay, 0ms);
}

/* 2. MAGNETIC BUTTONS */
/* Smooth return to center when mouse leaves */
.tp-btn,
.btn,
.button,
.gn-magnetic {
    transition: transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94),
        background 0.3s ease,
        color 0.3s ease,
        box-shadow 0.3s ease;
    will-change: transform;
}

/* Optional: text shimmer for special headings */
@keyframes gn-shimmer {
    0% {
        background-position: -200% center;
    }

    100% {
        background-position: 200% center;
    }
}

.gn-text-shimmer {
    background: linear-gradient(90deg,
            var(--gn-text-dark) 0%,
            var(--gn-text-light) 50%,
            var(--gn-text-dark) 100%);
    background-size: 200% auto;
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    animation: gn-shimmer 3s linear infinite;
}

/* Badge animations removed - use wiggle animation from gn-simple-card.css instead */

/* Ensure Swiper doesn't collapse */
.gn-product-swiper,
.gn-card-swiper {
    min-height: 200px;
}

/* Recently Viewed & Recommendations Overrides */
.gn-recently-viewed-container,
.product-recommendations {
    background: transparent;
    padding-top: 40px;
    padding-bottom: 40px;
}

/* Heading styles handled in gn-simple-card.css Section 9 */

/* Fix grid layouts interfering */
.product-recommendations .grid__item {
    max-width: 100%;
}

/* Loading and Error States */
.product-recommendations__loading,
.product-recommendations__error {
    text-align: center;
    padding: 60px 20px;
    min-height: 200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.product-recommendations__loading p,
.product-recommendations__error p {
    color: white;
    font-size: 16px;
    margin-top: 20px;
}

/* Loading spinner removed - using default theme loader */

.product-recommendations__error {
    background: rgba(220, 38, 38, 0.1);
    border-radius: 8px;
}

.product-recommendations__error p {
    color: #FCA5A5;
}

/* ============================================================
   10. INTERACTIVE ELEMENT GLOW
   ============================================================ */

.gn-quick-add,
.quick-add__submit,
.gn-wishlist-btn {
    transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.gn-quick-add:hover,
.quick-add__submit:hover,
.gn-wishlist-btn:hover {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
    transform: translateY(-2px);
}

.gn-quick-add:active,
.quick-add__submit:active {
    transform: translateY(0);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

/* ============================================================
   12. STORY RING GLOW ENHANCEMENT
   ============================================================ */

.gn-story-ring {
    box-shadow: 0 0 0 2px #1A1A1A, 0 0 16px rgba(201, 169, 98, 0.4);
    transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.gn-story-item:hover .gn-story-ring {
    box-shadow: 0 0 0 2px #1A1A1A, 0 0 24px rgba(201, 169, 98, 0.7);
    transform: scale(1.08);
}

/* ============================================================
   13. STRIKETHROUGH PRICES - GREY COLOR
   ============================================================ */

/* ALL PRICE STYLING REMOVED - Handled by gn-simple-card.css Section 4 */
/* See gn-simple-card.css lines 333-364 for complete price styling */

\n/* ==== END gn-vitality.css ==== */\n

/* ============================================================
   14. STICKY ADD-TO-CART BAR (PDP)
   Slides up from bottom when original ATC button scrolls off screen
   ============================================================ */

.gn-sticky-atc {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9990;
  background: #fff;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 -4px 24px rgba(0, 0, 0, 0.12);
  padding: 12px 16px;
  transform: translateY(100%);
  transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  /* Hidden by default — JS adds .visible when ATC scrolls out of view */
}

.gn-sticky-atc.visible {
  transform: translateY(0);
}

.gn-sticky-atc__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  max-width: 600px;
  margin: 0 auto;
}

.gn-sticky-atc__info {
  display: flex;
  flex-direction: column;
  gap: 2px;
  flex: 1;
  min-width: 0;
}

.gn-sticky-atc__title {
  font-size: 13px;
  font-weight: 600;
  color: #1A1A1A;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.3;
}

.gn-sticky-atc__price {
  font-size: 14px;
  font-weight: 700;
  color: #fb6376;
  line-height: 1.3;
}

.gn-sticky-atc__btn {
  flex-shrink: 0;
  background: #1A1A1A;
  color: #fff;
  border: none;
  border-radius: 8px;
  padding: 13px 24px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.3px;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.15s ease;
  white-space: nowrap;
  -webkit-tap-highlight-color: transparent;
}

.gn-sticky-atc__btn:active {
  transform: scale(0.97);
  background: #333;
}

/* iOS safe area — avoids overlap with home bar */
@supports (padding-bottom: env(safe-area-inset-bottom)) {
  .gn-sticky-atc {
    padding-bottom: calc(12px + env(safe-area-inset-bottom));
  }
}

/* ============================================================
   BOTTOM NAVBAR — SINGLE SOURCE OF TRUTH
   main.css has conflicting rules (bottom:-64px, no position:fixed).
   These !important declarations are the ONLY rules that count.
   Do NOT add bottom-navbar rules anywhere else.
   ============================================================ */

/* Always fixed at bottom on mobile */
.bottom-navbar {
  position: fixed !important;
  bottom: 0 !important;
  left: 0 !important;
  right: 0 !important;
  top: auto !important;
  z-index: 9000 !important;
  background: #000 !important;
  display: flex !important;
  width: 100% !important;
  transition: none !important; /* kill main.css transition that fights position */
}

/* Neutralise the .active class that main.js toggles on scroll — it must do nothing */
.bottom-navbar.active {
  bottom: 0 !important;
  display: flex !important;
}

/* Hide on desktop */
@media (min-width: 768px) {
  .bottom-navbar {
    display: none !important;
  }
}

/* iOS safe area — push content above the home indicator */
@supports (padding-bottom: env(safe-area-inset-bottom)) {
  .bottom-navbar {
    padding-bottom: env(safe-area-inset-bottom) !important;
  }
}

/* ============================================================
   STICKY ATC — stack above bottom-navbar on mobile
   ============================================================ */

/* Mobile: sit above the 64px bottom-navbar so they don't overlap */
@media (max-width: 767px) {
  .gn-sticky-atc {
    bottom: 64px !important;
  }
}

/* Very small screens: hide info text, full-width button */
@media (max-width: 380px) {
  .gn-sticky-atc__info {
    display: none;
  }
  .gn-sticky-atc__btn {
    width: 100%;
    text-align: center;
  }
}

/* ============================================================
   15. HERO SLIDER — CONTENT WIDTH CAP
   Prevents text overlapping product images in left-content slides
   ============================================================ */
.tp-slide__content.left-content,
.tp-slide__content.right-content {
  max-width: 45%;
}

@media (max-width: 1024px) {
  .tp-slide__content.left-content,
  .tp-slide__content.right-content {
    max-width: 55%;
  }
}

@media (max-width: 767px) {
  .tp-slide__content.left-content,
  .tp-slide__content.right-content {
    max-width: 100%;
  }
}

/* ============================================================
   DARK MODE OVERRIDE (DISABLED)
   Disabled for Gloria Naturals per store preference (light-only UI).
   Keep block for rollback/reference, but prevent it from applying.
   ============================================================ */

@media (prefers-color-scheme: dark) and (max-width: 0px) {

  /* ---- 1. ROOT VARIABLES ---- */
  :root {
    --base-body-bg-color: #121212;
    --base-color: #E5E5E5;
    --bg-body: #121212;
    --heading-color: #F0F0F0;
    --border-color-base: #2A2A2A;
    --prd-detail-color-title: #F0F0F0;
    --prd-detail-color-price: #F0F0F0;
    --prd-detail-color-price-cp: #888;
    --color-primary: #E5D4A1;
    --color-product-item-title: #F0F0F0;
    --color-product-item-price: #F0F0F0;
    --color-product-item-desc: #AAAAAA;
  }

  /* ---- 2. BODY & GLOBAL BACKGROUND ---- */
  body,
  body.gn-theme {
    background-color: #121212 !important;
    color: #E5E5E5 !important;
  }

  /* All section wrappers transparent */
  .gn-theme .section,
  .gn-theme .shopify-section,
  .gn-theme main,
  .gn-theme .content-for-layout,
  .shopify-section,
  main,
  .content-for-layout {
    background-color: transparent !important;
  }

  /* ---- 3. PRODUCT DETAIL PAGE ---- */

  /* PDP info column */
  .tp-product-detail,
  .product-detail__info,
  .product__info-wrapper,
  .product__info-container {
    background: transparent !important;
    color: #E5E5E5 !important;
  }

  /* Product title */
  .tp-product-title,
  .product__title,
  h1.product__title {
    color: #F0F0F0 !important;
  }

  /* Price */
  .tp-product-detail .price,
  .tp-product-detail .price__regular .price-item,
  .tp-product-detail .price__sale .price-item--regular,
  .tp-product-detail .price__sale .price-item--sale,
  .price-item,
  .price .money,
  .price-item--regular,
  .price-item--sale {
    color: #F0F0F0 !important;
  }

  /* Compare-at price (strikethrough) */
  .price--on-sale .price-item--regular {
    color: #888 !important;
  }

  /* Organization info (availability, SKU, vendor) */
  .tp-info-wrap,
  .tp-info-wrap .item-brand-title,
  .tp-info-wrap .item-brand-info,
  .tp-info-wrap .item-product-code-title,
  .tp-info-wrap .item-product-code-info,
  .tp-info-wrap .item-availability-title {
    color: #CCCCCC !important;
  }

  .tp-info-wrap .item-availability-info.instock {
    color: #4CAF50 !important;
  }

  .tp-info-wrap .item-availability-info.outstock {
    color: #E53935 !important;
  }

  /* ---- 4. INSPIRATION ROW ---- */
  .gn-inspiration-row {
    background: #1E1E1E !important;
    border-color: #333 !important;
  }

  .gn-inspiration-label {
    color: #BBBBBB !important;
  }

  .gn-inspiration-chip {
    background: #E5D4A1 !important;
    color: #1A1A1A !important;
  }

  /* ---- 5. METRICS ROW ---- */
  .gn-metric-chip {
    background: #2A2A2A !important;
    color: #E5E5E5 !important;
  }

  .gn-metric-chip__label {
    color: #E5E5E5 !important;
  }

  .gn-metric-chip__dot {
    background: rgba(255, 255, 255, 0.15) !important;
  }

  .gn-metric-chip__dot--on {
    background: #E5D4A1 !important;
  }

  /* ---- 6. ADD TO CART BUTTON ---- */
  .tp-btn.product-form__submit,
  .tp-btn.product-form__submit.button--primary {
    background: #E5D4A1 !important;
    color: #1A1A1A !important;
    border-color: #E5D4A1 !important;
  }

  .tp-btn.product-form__submit:hover,
  .tp-btn.product-form__submit.button--primary:hover {
    background: #D4C391 !important;
  }

  /* Disabled (sold out) */
  .tp-btn.product-form__submit:disabled,
  .tp-btn.product-form__submit[disabled] {
    background: #333 !important;
    color: #777 !important;
    border-color: #444 !important;
  }

  /* ---- 7. STICKY ADD-TO-CART BAR ---- */
  .gn-sticky-atc {
    background: #1A1A1A !important;
    border-top-color: #333 !important;
    box-shadow: 0 -4px 24px rgba(0, 0, 0, 0.4) !important;
  }

  .gn-sticky-atc__title {
    color: #F0F0F0 !important;
  }

  .gn-sticky-atc__btn {
    background: #E5D4A1 !important;
    color: #1A1A1A !important;
  }

  .gn-sticky-atc__btn:active {
    background: #D4C391 !important;
  }

  /* ---- 8. BOTTOM NAVBAR ---- */
  /* Already black — just ensure cart badge stays visible */
  .bottom-navbar {
    background: #0A0A0A !important;
    border-top: 1px solid #222 !important;
  }

  /* ---- 9. PRODUCT CARDS (Collection Grid) ---- */
  .gn-theme .gn-simple-card {
    background: #1E1E1E !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3) !important;
  }

  .gn-theme .gn-simple-card:hover {
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.5) !important;
  }

  .gn-theme .gn-simple-card__image {
    background: #1A1A1A !important;
  }

  /* Card info section — already dark navy (#0A1628), keep it */

  /* ---- 10. SCENT CHIPS ---- */
  .gn-theme .gn-product-scents__chip {
    background: #2A2218 !important;
    color: #D4B896 !important;
    border: 1px solid #3D3020 !important;
  }

  .gn-theme .gn-product-scents__chip:hover {
    background: #3D3020 !important;
    color: #E5D4A1 !important;
  }

  /* ---- 11. DRAWER (Cart Sidebar) ---- */
  .drawer__inner {
    background-color: #1A1A1A !important;
    color: #E5E5E5 !important;
    box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.4) !important;
  }

  .drawer__header {
    color: #F0F0F0 !important;
    border-bottom-color: #333 !important;
  }

  .drawer__contents .cart-item {
    border-bottom-color: #2A2A2A !important;
    color: #E5E5E5 !important;
  }

  .drawer__contents .cart-item__details {
    color: #E5E5E5 !important;
  }

  .drawer__contents .cart-item__details .product-option {
    color: #AAAAAA !important;
  }

  /* Cart quantity buttons */
  .drawer__contents .cart-item__quantity-wrapper .quantity__button {
    color: #E5E5E5 !important;
    border-color: #444 !important;
  }

  .drawer__contents .cart-item__quantity-wrapper .quantity__input {
    color: #F0F0F0 !important;
    background: transparent !important;
  }

  /* ---- 12. CART COMPACT STYLES ---- */
  .gn-compact-shipping {
    background: linear-gradient(135deg, #1E1A2A 0%, #2A1A22 100%) !important;
    color: #B89CC8 !important;
    border-color: #3D2A55 !important;
  }

  .gn-compact-shipping.unlocked {
    background: linear-gradient(135deg, #0D2818 0%, #1A3A25 100%) !important;
    color: #4ADE80 !important;
    border-color: #22543D !important;
  }

  .gn-compact-trust {
    background: #1E1E1E !important;
    color: #AAAAAA !important;
  }

  .gn-trust-row {
    color: #BBBBBB !important;
  }

  .gn-ar {
    color: #888 !important;
  }

  .gn-urgency-compact {
    border-color: #333 !important;
  }

  /* ---- 13. MODALS ---- */
  .tp-modal__content {
    background: #1A1A1A !important;
    color: #E5E5E5 !important;
  }

  .tp-modal__close:hover {
    background: #333 !important;
  }

  /* ---- 14. FORM ELEMENTS ---- */
  input[type="text"],
  input[type="email"],
  input[type="tel"],
  input[type="number"],
  input[type="search"],
  input[type="password"],
  textarea,
  select,
  .field__input {
    background-color: #1E1E1E !important;
    color: #E5E5E5 !important;
    border-color: #444 !important;
  }

  input::placeholder,
  textarea::placeholder {
    color: #777 !important;
  }

  /* Select dropdowns */
  #tpbox-select,
  .tp-select {
    background: #1E1E1E !important;
    color: #E5E5E5 !important;
    border-color: #444 !important;
  }

  /* ---- 15. BREADCRUMB ---- */
  .breadcrumb,
  .tp-breadcrumb,
  [class*="breadcrumb"] {
    background-color: #1A1A1A !important;
  }

  .breadcrumb a,
  .tp-breadcrumb a,
  .breadcrumb span,
  .tp-breadcrumb span {
    color: #AAAAAA !important;
  }

  /* ---- 16. TESTIMONIALS SECTION ---- */
  .gn-testimonial-section {
    background: transparent !important;
  }

  .gn-testimonial-heading {
    color: #F0F0F0 !important;
  }

  .gn-testimonial-slide {
    background-color: #1E1E1E !important;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3) !important;
  }

  .gn-testimonial-text {
    color: #E5E5E5 !important;
  }

  .gn-testimonial-author {
    color: #AAAAAA !important;
  }

  /* ---- 17. PRODUCT INFORMATION TABS (Description, etc.) ---- */
  .product-information__tabs,
  .tab-content,
  .product-description,
  .product__description,
  .main-product-information {
    background: transparent !important;
    color: #E5E5E5 !important;
  }

  .product-information__tabs .tab-link,
  .product-information__tabs .tab-btn {
    color: #CCCCCC !important;
    border-color: #333 !important;
  }

  .product-information__tabs .tab-link.active,
  .product-information__tabs .tab-btn.active {
    color: #F0F0F0 !important;
    border-color: #E5D4A1 !important;
  }

  /* Description text */
  .tp-des-content,
  .product-description__text,
  .rte p, .rte li, .rte td {
    color: #CCCCCC !important;
  }

  /* ---- 18. SHIPPING & DELIVERY BADGES ---- */
  .shipping-info,
  .estimated-delivery,
  .tp-shipping,
  .tp-estimated-delivery {
    color: #CCCCCC !important;
  }

  .tp-shipping svg,
  .tp-estimated-delivery svg {
    color: #E5D4A1 !important;
  }

  /* Trust/checkout badges */
  .tp-estimated-delivery .badges,
  .ed_badges_text {
    color: #AAAAAA !important;
  }

  /* ---- 19. "YOU MAY ALSO LIKE" / RECOMMENDATIONS ---- */
  .product-recommendations,
  .main-recently {
    background: transparent !important;
  }

  .product-recommendations h2,
  .main-recently h2 {
    color: #F0F0F0 !important;
  }

  /* ---- 20. HEADER — already dark, just subtle tweaks ---- */
  .mobile-search {
    background: #121212 !important;
    color: #E5E5E5 !important;
  }

  .mobile-search__header h6 {
    color: #F0F0F0 !important;
  }

  /* ---- 21. LINKS ---- */
  a {
    color: #E5D4A1;
  }

  a:hover {
    color: #D4C391;
  }

  /* ---- 22. SCROLLBAR (WebKit) ---- */
  ::-webkit-scrollbar {
    background: #121212;
  }

  ::-webkit-scrollbar-thumb {
    background: #333;
    border-radius: 4px;
  }

  /* ---- 23. SELECTION HIGHLIGHT ---- */
  ::selection {
    background: #E5D4A1;
    color: #1A1A1A;
  }

  /* ---- 24. GENERAL BORDERS & DIVIDERS ---- */
  hr,
  .divider,
  [class*="border-"] {
    border-color: #2A2A2A !important;
  }

  /* ---- 25. SOLD-OUT OVERLAY ON IMAGES ---- */
  .gn-save-badge,
  .badge {
    /* Keep badges readable on dark */
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.5) !important;
  }

} /* END prefers-color-scheme: dark */

/* ===== assets/gn-mobile.css ===== */
/* ============================================================
   GLORIA NATURALS - CONSOLIDATED CSS (gn-mobile.css)
   Auto-generated by consolidation script.
   Sources: gn-mobile-experience.css
   ============================================================ */

/* ==== BEGIN gn-mobile-experience.css ==== */
/* ============================================================
   GLORIA NATURALS - MOBILE EXPERIENCE CSS
   A luxury, app-like shopping experience for mobile users
   ============================================================ */

/* --- CSS Variables for Gloria Naturals Brand --- */
:root {
  /* Brand Colors */
  --gn-gold: #C9A962;
  --gn-gold-light: #E5D4A1;
  --gn-gold-dark: #9A7B3C;
  --gn-black: #1A1A1A;
  --gn-white: #FEFEFE;
  --gn-cream: #FAF8F5;
  --gn-warm-gray: #8B8680;
  --gn-rose: #D4A5A5;
  --gn-oud: #3D2914;

  /* Functional Colors */
  --gn-success: #4CAF50;
  --gn-error: #E53935;
  --gn-overlay: rgba(0, 0, 0, 0.6);

  /* Typography */
  --gn-font-display: 'Playfair Display', Georgia, serif;
  --gn-font-body: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;

  /* Spacing */
  --gn-space-xs: 4px;
  --gn-space-sm: 8px;
  --gn-space-md: 16px;
  --gn-space-lg: 24px;
  --gn-space-xl: 32px;
  --gn-space-2xl: 48px;

  /* Animation Timing */
  --gn-ease-smooth: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  --gn-ease-bounce: cubic-bezier(0.34, 1.56, 0.64, 1);
  --gn-ease-snap: cubic-bezier(0.19, 1, 0.22, 1);

  /* Shadows */
  --gn-shadow-soft: 0 2px 20px rgba(0, 0, 0, 0.08);
  --gn-shadow-medium: 0 8px 30px rgba(0, 0, 0, 0.12);
  --gn-shadow-strong: 0 15px 50px rgba(0, 0, 0, 0.2);
  --gn-shadow-glow: 0 0 30px rgba(201, 169, 98, 0.3);

  /* Border Radius */
  --gn-radius-sm: 8px;
  --gn-radius-md: 12px;
  --gn-radius-lg: 20px;
  --gn-radius-full: 50%;

  /* Stacked fixed elements (mobile) */
  --gn-bottom-nav-height: 64px; /* matches theme bottom-navbar hide offset */
  --gn-fixed-bottom-offset: 0px;
}

/* ============================================================
   1. SMOOTH SCROLL & BASE ENHANCEMENTS
   ============================================================ */

html {
  scroll-behavior: smooth;
}

body {
  -webkit-tap-highlight-color: transparent;
}

/* Touch-only scroll behavior tweaks */
@media (hover: none) and (pointer: coarse) {
  html {
    -webkit-overflow-scrolling: touch;
  }

  body {
    overscroll-behavior-y: contain;
  }
}

/* ============================================================
   2. STORIES-STYLE CATEGORY NAVIGATION
   ============================================================ */

.gn-stories-nav {
  position: sticky;
  top: 0;
  z-index: 100;
  background: #1A1A1A;
  /* Force black regardless of theme mode */
  padding: 24px 0 32px;
  /* Extended padding */
  overflow: hidden;
  margin-top: -1px;
  /* Prevent sub-pixel white gaps */
}

@media (max-width: 767px) {
  .gn-stories-nav {
    padding: 14px 0 18px;
  }
}

@media (max-width: 380px) {
  .gn-story-ring {
    width: 64px;
    height: 64px;
  }

  .gn-story-label {
    max-width: 64px;
  }
}

.gn-stories-container {
  display: flex;
  gap: var(--gn-space-md);
  padding: 0 var(--gn-space-md);
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

.gn-stories-container::-webkit-scrollbar {
  display: none;
}

.gn-story-item {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--gn-space-xs);
  scroll-snap-align: start;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}

.gn-story-ring {
  width: 72px;
  height: 72px;
  border-radius: var(--gn-radius-full);
  padding: 3px;
  background: linear-gradient(135deg, var(--gn-gold), var(--gn-gold-dark), var(--gn-gold-light));
  position: relative;
  transition: transform 0.3s var(--gn-ease-bounce);
  overflow: hidden;
  aspect-ratio: 1 / 1;
  box-sizing: border-box;
}

.gn-story-ring::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: var(--gn-radius-full);
  background: inherit;
  opacity: 0;
  filter: blur(8px);
  transition: opacity 0.3s ease;
  z-index: -1;
}

/* Unseen/New indicator - pulsing ring */
.gn-story-item.is-new .gn-story-ring::before {
  opacity: 0.6;
  animation: gn-pulse-ring 2s infinite;
}

@keyframes gn-pulse-ring {

  0%,
  100% {
    transform: scale(1);
    opacity: 0.6;
  }

  50% {
    transform: scale(1.1);
    opacity: 0.3;
  }
}

.gn-story-ring:active {
  transform: scale(0.95);
}

.gn-story-image {
  width: 100%;
  height: 100%;
  border-radius: 9999px;
  object-fit: cover;
  border: 3px solid var(--gn-white);
  display: block;
  box-sizing: border-box;
}

/* Hard guarantee: some theme/base styles can square these */
.gn-stories-nav .gn-story-ring {
  border-radius: 9999px !important;
}

.gn-stories-nav .gn-story-image {
  border-radius: 9999px !important;
}

/* Swiper can force slide widths; keep story items from stretching (prevents ovals) */
.gn-stories-swiper .swiper-slide {
  width: auto !important;
}

.gn-story-label {
  font-family: var(--gn-font-body);
  font-size: 11px;
  font-weight: 500;
  color: #FFFFFF !important;
  /* Force white text */
  text-align: center;
  max-width: 72px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* Viewed state - muted ring */
.gn-story-item.is-viewed .gn-story-ring {
  background: linear-gradient(135deg, #DDD, #BBB);
}

/* Safety: hide any swiper navigation arrows in stories */
.gn-stories-nav .swiper-button-next,
.gn-stories-nav .swiper-button-prev {
  display: none !important;
}

/* ============================================================
   3. SWIPEABLE PRODUCT CARDS
   ============================================================ */

/* Card wrapper styling removed - handled by gn-simple-card.css */
/* .gn-product-card styling delegated to gn-simple-card.css Section 4 */

.gn-product-card:active {
  transform: scale(0.98);
}

/* Swipeable Image Container */
.gn-product-swiper {
  position: relative;
  width: 100%;
  /* Fallback for browsers without aspect-ratio support (IE11, Safari <15) */
  padding-top: 100%;
  /* Creates 1:1 ratio */
  aspect-ratio: 1 / 1;
  overflow: hidden;
}

/* When aspect-ratio is supported, remove padding-top */
@supports (aspect-ratio: 1 / 1) {
  .gn-product-swiper {
    padding-top: 0;
  }
}

.gn-product-swiper .swiper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.gn-product-swiper .swiper-slide {
  overflow: hidden;
}

.gn-product-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s var(--gn-ease-smooth);
}

/* Fix for single image (non-Swiper) */
.gn-product-swiper>a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}

.gn-product-swiper>a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Peek Effect - shows edge of next image */
.gn-product-swiper::after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 25px;
  background: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.4));
  pointer-events: none;
  opacity: 1;
  transition: opacity 0.3s ease;
  z-index: 2;
}

.gn-product-swiper.swiped::after {
  opacity: 0;
}

/* Pagination Dots */
.gn-product-dots {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 6px;
  z-index: 3;
}

.gn-product-dot {
  width: 6px;
  height: 6px;
  border-radius: var(--gn-radius-full);
  background: rgba(255, 255, 255, 0.5);
  transition: all 0.3s ease;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

.gn-product-dot.active {
  width: 18px;
  border-radius: 3px;
  background: var(--gn-white);
}

/* First-Time Nudge Animation */
.gn-product-swiper.show-nudge .swiper-wrapper {
  animation: gn-nudge-hint 1.5s ease-out;
  animation-delay: 1s;
}

@keyframes gn-nudge-hint {

  0%,
  100% {
    transform: translateX(0);
  }

  30% {
    transform: translateX(-30px);
  }

  50% {
    transform: translateX(-30px);
  }

  80% {
    transform: translateX(5px);
  }
}

/* Swipe Tutorial Overlay (first-time) */
.gn-swipe-hint {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.3);
  z-index: 10;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.gn-swipe-hint.visible {
  opacity: 1;
}

.gn-swipe-hint-icon {
  display: flex;
  align-items: center;
  gap: 8px;
  color: white;
  font-size: 14px;
  font-weight: 500;
  animation: gn-swipe-motion 1.5s infinite;
}

@keyframes gn-swipe-motion {

  0%,
  100% {
    transform: translateX(0);
    opacity: 1;
  }

  50% {
    transform: translateX(-20px);
    opacity: 0.7;
  }
}

/* Product Info - Match V4 Compact Design */
.gn-product-info {
  padding: 12px 16px 14px !important;
}

.gn-product-title {
  font-family: var(--gn-font-display);
  font-size: 14px;
  font-weight: 600;
  color: var(--gn-black);
  margin: 0 0 6px;
  line-height: 1.3;
}

.gn-product-subtitle {
  font-size: 12px;
  color: var(--gn-warm-gray);
  margin: 0 0 8px;
}

.gn-product-price {
  display: flex;
  align-items: center;
  gap: 8px;
}

.gn-product-price-current {
  font-family: var(--gn-font-body);
  font-size: var(--gn-price-size, var(--font-size-18));
  font-weight: 700;
  color: var(--gn-error);
  /* Red color like V4 */
}

.gn-product-price-compare {
  font-size: var(--gn-price-compare-size, var(--font-size-16));
  color: var(--gn-warm-gray);
  text-decoration: line-through;
}

/* Quick Add Button */
.gn-quick-add {
  position: absolute;
  bottom: 70px;
  right: 12px;
  width: 44px;
  height: 44px;
  border-radius: var(--gn-radius-full);
  background: var(--gn-black);
  color: var(--gn-white);
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: var(--gn-shadow-medium);
  transition: all 0.3s var(--gn-ease-bounce);
  z-index: 5;
  -webkit-tap-highlight-color: transparent;
}

.gn-quick-add:active {
  transform: scale(0.9);
  background: var(--gn-gold);
}

.gn-quick-add svg {
  width: 20px;
  height: 20px;
  transition: transform 0.3s ease;
}

.gn-quick-add.added svg {
  animation: gn-check-pop 0.5s var(--gn-ease-bounce);
}

@keyframes gn-check-pop {
  0% {
    transform: scale(0) rotate(-45deg);
  }

  50% {
    transform: scale(1.2) rotate(0deg);
  }

  100% {
    transform: scale(1) rotate(0deg);
  }
}

/* Wishlist Heart */
.gn-wishlist-btn {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 36px;
  height: 36px;
  border-radius: var(--gn-radius-full);
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(10px);
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 5;
  transition: all 0.3s var(--gn-ease-bounce);
  -webkit-tap-highlight-color: transparent;
}

.gn-wishlist-btn:active {
  transform: scale(0.85);
}

.gn-wishlist-btn svg {
  width: 18px;
  height: 18px;
  stroke: var(--gn-black);
  fill: transparent;
  stroke-width: 2;
  transition: all 0.3s ease;
}

.gn-wishlist-btn.active svg {
  fill: var(--gn-error);
  stroke: var(--gn-error);
  animation: gn-heart-burst 0.45s ease;
}

@keyframes gn-heart-burst {
  0% {
    transform: scale(1);
  }

  25% {
    transform: scale(1.3);
  }

  50% {
    transform: scale(0.9);
  }

  100% {
    transform: scale(1);
  }
}

/* Cart count badge */
.gn-cart-badge {
  position: absolute;
  top: -8px;
  right: -8px;
  min-width: 20px;
  height: 20px;
  border-radius: var(--gn-radius-full);
  background: var(--gn-gold);
  color: var(--gn-black);
  font-size: 11px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 6px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

/* gn-badge-pop animation removed - see gn-simple-card.css for wiggle animation */

/* ============================================================
   5. BOTTOM SHEET MODAL
   ============================================================ */

.gn-bottom-sheet-overlay {
  position: fixed;
  inset: 0;
  background: var(--gn-overlay);
  z-index: 2000;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.gn-bottom-sheet-overlay.active {
  opacity: 1;
  visibility: visible;
}

.gn-bottom-sheet {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: var(--gn-white);
  border-radius: var(--gn-radius-lg) var(--gn-radius-lg) 0 0;
  max-height: 85vh;
  z-index: 2001;
  transform: translateY(100%);
  transition: transform 0.4s var(--gn-ease-snap);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.gn-bottom-sheet.active {
  transform: translateY(0);
}

.gn-bottom-sheet-handle {
  flex: 0 0 auto;
  display: flex;
  justify-content: center;
  padding: 12px;
}

.gn-bottom-sheet-handle::before {
  content: '';
  width: 40px;
  height: 4px;
  background: #DDD;
  border-radius: 2px;
}

.gn-bottom-sheet-content {
  flex: 1;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding: 0 var(--gn-space-md) var(--gn-space-xl);
  padding-bottom: calc(var(--gn-space-xl) + env(safe-area-inset-bottom));
}

/* ============================================================
   6. SKELETON LOADING STATES
   ============================================================ */

.gn-skeleton {
  background: linear-gradient(90deg,
      #F0F0F0 25%,
      #E8E8E8 50%,
      #F0F0F0 75%);
  background-size: 200% 100%;
  animation: gn-skeleton-shimmer 1.5s infinite;
  border-radius: var(--gn-radius-sm);
}

@keyframes gn-skeleton-shimmer {
  0% {
    background-position: 200% 0;
  }

  100% {
    background-position: -200% 0;
  }
}

.gn-skeleton-image {
  aspect-ratio: 1 / 1;
  width: 100%;
}

.gn-skeleton-text {
  height: 14px;
  margin-bottom: 8px;
}

.gn-skeleton-text.short {
  width: 60%;
}

.gn-skeleton-text.medium {
  width: 80%;
}

.gn-skeleton-price {
  height: 18px;
  width: 40%;
}

/* ============================================================
   7. TEXT REVEAL ANIMATIONS (Scroll-triggered)
   ============================================================ */

.gn-reveal {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s var(--gn-ease-smooth), transform 0.6s var(--gn-ease-smooth);
}

.gn-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* Staggered children */
.gn-reveal-stagger>* {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s var(--gn-ease-smooth), transform 0.5s var(--gn-ease-smooth);
}

.gn-reveal-stagger.is-visible>*:nth-child(1) {
  transition-delay: 0.1s;
}

.gn-reveal-stagger.is-visible>*:nth-child(2) {
  transition-delay: 0.2s;
}

.gn-reveal-stagger.is-visible>*:nth-child(3) {
  transition-delay: 0.3s;
}

.gn-reveal-stagger.is-visible>*:nth-child(4) {
  transition-delay: 0.4s;
}

.gn-reveal-stagger.is-visible>*:nth-child(5) {
  transition-delay: 0.5s;
}

.gn-reveal-stagger.is-visible>* {
  opacity: 1;
  transform: translateY(0);
}

/* Character-by-character reveal for headings */
.gn-text-reveal {
  overflow: hidden;
}

.gn-text-reveal span {
  display: inline-block;
  transform: translateY(100%);
  transition: transform 0.5s var(--gn-ease-snap);
}

.gn-text-reveal.is-visible span {
  transform: translateY(0);
}

/* ============================================================
   8. ADD TO CART CELEBRATION
   ============================================================ */

.gn-cart-celebration {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  z-index: 3000;
  pointer-events: none;
  opacity: 0;
  transition: all 0.3s var(--gn-ease-bounce);
}

.gn-cart-celebration.active {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}

.gn-cart-celebration-inner {
  background: var(--gn-black);
  color: var(--gn-white);
  padding: 16px 32px;
  border-radius: var(--gn-radius-lg);
  display: flex;
  align-items: center;
  gap: 12px;
  box-shadow: var(--gn-shadow-strong);
}

.gn-cart-celebration svg {
  width: 24px;
  height: 24px;
  color: var(--gn-gold);
  animation: gn-check-draw 0.5s ease forwards;
}

@keyframes gn-check-draw {
  0% {
    stroke-dashoffset: 24;
  }

  100% {
    stroke-dashoffset: 0;
  }
}

.gn-cart-celebration-text {
  font-weight: 600;
  font-size: 15px;
}

/* Confetti particles */
.gn-confetti {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 2999;
  overflow: hidden;
}

.gn-confetti-particle {
  position: absolute;
  width: 10px;
  height: 10px;
  opacity: 0;
}

.gn-confetti-particle.active {
  animation: gn-confetti-fall 1s ease forwards;
}

@keyframes gn-confetti-fall {
  0% {
    transform: translateY(0) rotate(0deg);
    opacity: 1;
  }

  100% {
    transform: translateY(100vh) rotate(720deg);
    opacity: 0;
  }
}

/* ============================================================
   9. PULL-TO-REFRESH INDICATOR
   ============================================================ */

.gn-pull-indicator {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%) translateY(-100%);
  z-index: 1000;
  transition: transform 0.3s ease;
}

.gn-pull-indicator.pulling {
  transform: translateX(-50%) translateY(20px);
}

.gn-pull-indicator-icon {
  width: 40px;
  height: 40px;
  background: var(--gn-white);
  border-radius: var(--gn-radius-full);
  box-shadow: var(--gn-shadow-medium);
  display: flex;
  align-items: center;
  justify-content: center;
}

.gn-pull-indicator svg {
  width: 20px;
  height: 20px;
  color: var(--gn-gold-dark);
  transition: transform 0.3s ease;
}

.gn-pull-indicator.ready svg {
  transform: rotate(180deg);
}

.gn-pull-indicator.refreshing svg {
  animation: gn-spin 1s linear infinite;
}

@keyframes gn-spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* ============================================================
   10. AMBIENT PARTICLES (Subtle floating elements)
   ============================================================ */

.gn-ambient-particles {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  overflow: hidden;
  opacity: 0.4;
}

.gn-particle {
  position: absolute;
  width: 4px;
  height: 4px;
  background: var(--gn-gold);
  border-radius: var(--gn-radius-full);
  opacity: 0;
  animation: gn-float-particle 15s infinite;
}

.gn-particle:nth-child(1) {
  left: 10%;
  animation-delay: 0s;
}

.gn-particle:nth-child(2) {
  left: 20%;
  animation-delay: 2s;
}

.gn-particle:nth-child(3) {
  left: 35%;
  animation-delay: 4s;
}

.gn-particle:nth-child(4) {
  left: 50%;
  animation-delay: 6s;
}

.gn-particle:nth-child(5) {
  left: 65%;
  animation-delay: 8s;
}

.gn-particle:nth-child(6) {
  left: 80%;
  animation-delay: 10s;
}

.gn-particle:nth-child(7) {
  left: 90%;
  animation-delay: 12s;
}

@keyframes gn-float-particle {
  0% {
    opacity: 0;
    transform: translateY(100vh) scale(0);
  }

  10% {
    opacity: 0.6;
    transform: translateY(90vh) scale(1);
  }

  90% {
    opacity: 0.6;
    transform: translateY(10vh) scale(1);
  }

  100% {
    opacity: 0;
    transform: translateY(0) scale(0);
  }
}

/* ============================================================
   11. PRODUCT PAGE ENHANCEMENTS
   ============================================================ */

/* Scent Notes Journey (scroll-based) */
.gn-scent-journey {
  display: flex;
  flex-direction: column;
  gap: var(--gn-space-lg);
  padding: var(--gn-space-xl) var(--gn-space-md);
}

.gn-scent-note {
  display: flex;
  align-items: flex-start;
  gap: var(--gn-space-md);
  opacity: 0.3;
  transform: translateX(-20px);
  transition: all 0.5s var(--gn-ease-smooth);
}

.gn-scent-note.active {
  opacity: 1;
  transform: translateX(0);
}

.gn-scent-icon {
  width: 48px;
  height: 48px;
  border-radius: var(--gn-radius-full);
  background: var(--gn-cream);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: all 0.4s ease;
}

.gn-scent-note.active .gn-scent-icon {
  background: var(--gn-gold);
  box-shadow: var(--gn-shadow-glow);
}

.gn-scent-label {
  font-family: var(--gn-font-body);
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--gn-warm-gray);
  margin-bottom: 4px;
}

.gn-scent-name {
  font-family: var(--gn-font-display);
  font-size: 18px;
  font-weight: 600;
  color: var(--gn-black);
}

/* Strength Meter */
.gn-strength-meter {
  display: flex;
  align-items: center;
  gap: var(--gn-space-sm);
  padding: var(--gn-space-md);
  background: var(--gn-cream);
  border-radius: var(--gn-radius-md);
}

.gn-strength-label {
  font-size: 12px;
  font-weight: 600;
  color: var(--gn-warm-gray);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  white-space: nowrap;
}

.gn-strength-bar {
  flex: 1;
  height: 6px;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  overflow: hidden;
}

.gn-strength-fill {
  height: 100%;
  background: linear-gradient(90deg, var(--gn-gold-light), var(--gn-gold), var(--gn-gold-dark));
  border-radius: 3px;
  width: 0%;
  transition: width 1s var(--gn-ease-smooth);
}

.gn-strength-fill.animate {
  width: var(--strength, 75%);
}

.gn-strength-value {
  font-size: 13px;
  font-weight: 700;
  color: var(--gn-black);
  min-width: 40px;
  text-align: right;
}

/* ============================================================
   12. NAVIGATION ENHANCEMENTS
   ============================================================ */

/* Scroll Progress Indicator */
.gn-scroll-progress {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: transparent;
  z-index: 9999;
}

.gn-scroll-progress-bar {
  height: 100%;
  background: linear-gradient(90deg, var(--gn-gold-light), var(--gn-gold));
  width: 0%;
  transition: width 0.1s linear;
}

/* Hide header on scroll down, show on scroll up */
.gn-header-smart {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 500;
  transition: transform 0.3s var(--gn-ease-smooth);
}

.gn-header-smart.hidden {
  transform: translateY(-100%);
}

/* ============================================================
   13. TOAST NOTIFICATIONS (Better than snackbar)
   ============================================================ */

.gn-toast-container {
  position: fixed;
  top: env(safe-area-inset-top, 20px);
  left: 50%;
  transform: translateX(-50%);
  z-index: 9999;
  display: flex;
  flex-direction: column;
  gap: var(--gn-space-sm);
  pointer-events: none;
  width: calc(100% - 32px);
  max-width: 400px;
}

.gn-toast {
  background: var(--gn-black);
  color: var(--gn-white);
  padding: 14px 20px;
  border-radius: var(--gn-radius-md);
  display: flex;
  align-items: center;
  gap: 12px;
  box-shadow: var(--gn-shadow-strong);
  transform: translateY(-20px);
  opacity: 0;
  transition: all 0.4s var(--gn-ease-snap);
  pointer-events: auto;
}

.gn-toast.visible {
  transform: translateY(0);
  opacity: 1;
}

.gn-toast.success {
  background: linear-gradient(135deg, #2E7D32, #1B5E20);
}

.gn-toast.error {
  background: linear-gradient(135deg, #C62828, #B71C1C);
}

.gn-toast svg {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}

.gn-toast-message {
  flex: 1;
  font-size: 14px;
  font-weight: 500;
}

/* Prevent iOS Safari zoom on focus (inputs <16px) */
@media (max-width: 767px) {
  body.gn-theme :where(input, select, textarea) {
    font-size: 16px;
  }
}

/* ============================================================
   PDP: DESCRIPTION (Mobile always-visible + compact)
   ============================================================ */

@media (max-width: 767px) {
  body.gn-theme .tp-product-brief .item-body-content {
    max-height: none !important;
    overflow: visible !important;
  }

  body.gn-theme .tp-product-brief .item-wrap {
    pointer-events: none;
  }

  body.gn-theme .tp-product-brief .item-wrap svg {
    display: none !important;
  }

  body.gn-theme .tp-product-brief .item-header {
    margin-bottom: 10px !important;
  }

  body.gn-theme .tp-product-brief .item-body-content {
    padding: 10px 12px;
    border-radius: 14px;
    border: 1px solid rgba(17, 24, 39, 0.08);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.86), rgba(255, 255, 255, 0.70));
    box-shadow: 0 10px 22px rgba(17, 24, 39, 0.04);
  }

  body.gn-theme .tp-product-brief .item-body-content > * {
    margin: 0 0 10px !important;
  }

  body.gn-theme .tp-product-brief .item-body-content > *:last-child {
    margin-bottom: 0 !important;
  }

  body.gn-theme .tp-product-brief .item-body-content p,
  body.gn-theme .tp-product-brief .item-body-content li {
    font-size: 14px;
    line-height: 1.7;
    color: rgba(17, 24, 39, 0.88);
  }
}

/* ============================================================
   14. QUANTITY SELECTOR (Mobile-optimized)
   ============================================================ */

.gn-qty-selector {
  display: inline-flex;
  align-items: center;
  background: var(--gn-cream);
  border-radius: var(--gn-radius-md);
  overflow: hidden;
}

.gn-qty-btn {
  width: 44px;
  height: 44px;
  border: none;
  background: transparent;
  font-size: 20px;
  font-weight: 500;
  color: var(--gn-black);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s ease;
  -webkit-tap-highlight-color: transparent;
}

.gn-qty-btn:active {
  background: rgba(0, 0, 0, 0.1);
}

.gn-qty-btn:disabled {
  color: #CCC;
}

.gn-qty-value {
  min-width: 40px;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  color: var(--gn-black);
}

/* ============================================================
   15. SIZE/VARIANT SELECTOR (Touch-friendly)
   ============================================================ */

.gn-variant-selector {
  display: flex;
  flex-wrap: wrap;
  gap: var(--gn-space-sm);
}

.gn-variant-option {
  min-width: 60px;
  padding: 12px 20px;
  border: 2px solid #E0E0E0;
  border-radius: var(--gn-radius-md);
  background: var(--gn-white);
  font-size: 14px;
  font-weight: 600;
  color: var(--gn-black);
  text-align: center;
  transition: all 0.2s ease;
  -webkit-tap-highlight-color: transparent;
}

.gn-variant-option:active {
  transform: scale(0.96);
}

.gn-variant-option.selected {
  border-color: var(--gn-black);
  background: var(--gn-black);
  color: var(--gn-white);
}

.gn-variant-option.sold-out {
  opacity: 0.4;
  text-decoration: line-through;
  pointer-events: none;
}

/* ============================================================
   16. IMAGE GALLERY (Full-screen mobile)
   ============================================================ */

.gn-gallery-fullscreen {
  position: fixed;
  inset: 0;
  background: var(--gn-black);
  z-index: 3000;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

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

.gn-gallery-fullscreen .swiper {
  width: 100%;
  height: 100%;
}

.gn-gallery-fullscreen .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}

.gn-gallery-fullscreen img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.gn-gallery-close {
  position: absolute;
  top: env(safe-area-inset-top, 20px);
  right: 20px;
  width: 44px;
  height: 44px;
  border-radius: var(--gn-radius-full);
  background: rgba(255, 255, 255, 0.2);
  border: none;
  color: white;
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  -webkit-tap-highlight-color: transparent;
}

.gn-gallery-counter {
  position: absolute;
  bottom: calc(env(safe-area-inset-bottom, 20px) + 20px);
  left: 50%;
  transform: translateX(-50%);
  color: white;
  font-size: 14px;
  font-weight: 500;
  background: rgba(0, 0, 0, 0.5);
  padding: 8px 16px;
  border-radius: var(--gn-radius-md);
}

/* ============================================================
   17. PROMOTIONAL BADGE ANIMATIONS
   ============================================================ */

/* ALL BADGE STYLING REMOVED - Handled by gn-simple-card.css Section 1 */
/* Wiggle animation is the ONLY badge animation - see gn-simple-card.css */

/* ============================================================
   18. EMPTY STATES
   ============================================================ */

.gn-empty-state {
  text-align: center;
  padding: var(--gn-space-2xl) var(--gn-space-md);
}

.gn-empty-icon {
  width: 80px;
  height: 80px;
  margin: 0 auto var(--gn-space-lg);
  background: var(--gn-cream);
  border-radius: var(--gn-radius-full);
  display: flex;
  align-items: center;
  justify-content: center;
  animation: gn-float 3s ease-in-out infinite;
}

@keyframes gn-float {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-10px);
  }
}

.gn-empty-icon svg {
  width: 36px;
  height: 36px;
  color: var(--gn-warm-gray);
}

.gn-empty-title {
  font-family: var(--gn-font-display);
  font-size: 20px;
  font-weight: 600;
  color: var(--gn-black);
  margin-bottom: var(--gn-space-sm);
}

.gn-empty-text {
  font-size: 14px;
  color: var(--gn-warm-gray);
  margin-bottom: var(--gn-space-lg);
}

/* ============================================================
   19. QUICK VIEW PRODUCT (in Bottom Sheet)
   ============================================================ */

.gn-quick-view {
  display: flex;
  flex-direction: column;
  gap: var(--gn-space-md);
}

.gn-quick-view-image {
  aspect-ratio: 1 / 1;
  border-radius: var(--gn-radius-md);
  overflow: hidden;
}

.gn-quick-view-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gn-quick-view-title {
  font-family: var(--gn-font-display);
  font-size: 22px;
  font-weight: 600;
  color: var(--gn-black);
}

.gn-quick-view-price {
  font-size: var(--gn-price-detail-size, var(--gn-price-size, var(--font-size-18)));
  font-weight: 700;
  color: var(--gn-gold-dark);
}

/* ============================================================
   20. UTILITY CLASSES
   ============================================================ */

/* Safe area padding for notched phones */
.gn-safe-top {
  padding-top: env(safe-area-inset-top);
}

.gn-safe-bottom {
  padding-bottom: env(safe-area-inset-bottom);
}

.gn-safe-left {
  padding-left: env(safe-area-inset-left);
}

.gn-safe-right {
  padding-right: env(safe-area-inset-right);
}

/* Disable text selection on interactive elements */
.gn-no-select {
  -webkit-user-select: none;
  user-select: none;
}

/* Hardware acceleration for smoother animations */
.gn-gpu {
  transform: translateZ(0);
  backface-visibility: hidden;
}

/* Reduce motion for users who prefer it */
@media (prefers-reduced-motion: reduce) {

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

/* ============================================================
   21. DARK MODE SUPPORT (Optional)
   ============================================================ */

@media (prefers-color-scheme: dark) {
  :root {
    --gn-white: #1A1A1A;
    --gn-black: #FEFEFE;
    --gn-cream: #2A2A2A;
    --gn-shadow-soft: 0 2px 20px rgba(0, 0, 0, 0.3);
    --gn-shadow-medium: 0 8px 30px rgba(0, 0, 0, 0.4);
  }

  /* Invert only if user hasn't set explicit preference */
  body:not([data-theme]) .gn-product-card {
    background: var(--gn-cream);
  }
}

/* ============================================================
   STORIES SWIPER FIXES - Show All Stories
   ============================================================ */

.gn-stories-swiper {
  width: 100%;
  overflow: hidden;
}

.gn-stories-swiper .swiper-wrapper {
  display: flex;
  width: 100%;
}

.gn-stories-swiper .swiper-slide {
  flex-shrink: 0;
  width: auto;
}

/* Desktop left-aligned layout */
@media (min-width: 1024px) {
  .gn-stories-section {
    display: flex;
    justify-content: flex-start;
  }

  .gn-stories-container,
  .gn-stories-swiper {
    max-width: none;
    margin-left: 0;
    margin-right: auto;
  }
}

/* ==== END gn-mobile-experience.css ==== */

/* ===== assets/gn-cart-compact.css ===== */
/* ========================================
   Gloria Naturals - COMPACT Cart Enhancements
   Ultra-compact mobile-first design
   ======================================== */

/* ===== COMPACT FREE SHIPPING (Single Line) ===== */
.gn-compact-shipping {
  padding: 8px 12px;
  margin-bottom: 12px;
  background: linear-gradient(135deg, #f8f5ff 0%, #fff5f8 100%);
  border-radius: 6px;
  font-size: 13px;
  font-weight: 600;
  color: #8B6B9E;
  text-align: center;
  border: 1px solid #e9d5ff;
}

.gn-compact-shipping.unlocked {
  background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%);
  color: #16a34a;
  border-color: #bbf7d0;
}

/* ===== CART ITEMS - MAKE BIGGER ===== */
.drawer__cart-items-wrapper {
  min-height: 320px !important;
  max-height: 400px !important;
}

.cart-item {
  margin-bottom: 16px !important;
}

.cart-item__image-drawn {
  min-width: 80px !important;
  min-height: 80px !important;
}

/* ===== COMPACT TRUST BADGES (Below Checkout) ===== */
.gn-compact-trust {
  margin: 12px 0;
  padding: 10px 12px;
  background: #fafafa;
  border-radius: 6px;
  font-size: 11px;
  line-height: 1.8;
}

.gn-trust-row {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-bottom: 8px;
  color: #555;
  font-weight: 500;
}

.gn-trust-row > span {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 11px;
}

/* Arabic/English display */
.gn-en {
  font-weight: 600;
}

.gn-ar {
  font-size: 10px;
  color: #777;
  font-family: Arial, sans-serif;
  direction: rtl;
}

.gn-ar::before {
  content: '(';
  direction: ltr;
}

.gn-ar::after {
  content: ')';
  direction: ltr;
}

/* ===== COMPACT URGENCY TIMER ===== */
.gn-urgency-compact {
  text-align: center;
  color: #ea580c;
  font-size: 11px;
  margin-bottom: 6px;
  padding: 4px 0;
  border-top: 1px dashed #e5e7eb;
  border-bottom: 1px dashed #e5e7eb;
}

.gn-urgency-compact strong {
  font-family: 'Courier New', monospace;
  font-size: 12px;
  letter-spacing: 0.5px;
}

/* ===== COMPACT PAYMENT ICONS ===== */
.gn-payment-compact {
  text-align: center;
  color: #9ca3af;
  font-size: 10px;
  font-weight: 500;
}

/* Quick Add removed - per user request */
/* Sticky checkout removed - keep default mobile footer */

/* ===== MOBILE OPTIMIZATIONS ===== */
@media (max-width: 380px) {
  .gn-compact-shipping {
    font-size: 12px;
    padding: 6px 10px;
  }

  .gn-trust-row span {
    font-size: 9px;
  }

  .gn-urgency-compact {
    font-size: 10px;
  }

  .gn-payment-compact {
    font-size: 9px;
  }
}

/* ===== LARGER SCREENS ===== */
@media (min-width: 480px) {
  .gn-trust-row {
    justify-content: center;
    gap: 20px;
  }

  .gn-trust-row span {
    font-size: 11px;
  }

  .gn-urgency-compact {
    font-size: 12px;
  }

  .gn-payment-compact {
    font-size: 11px;
  }
}

/* ===== ANIMATIONS ===== */
@keyframes slideIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.gn-compact-shipping,
.gn-compact-trust {
  animation: slideIn 0.3s ease;
}

/* Reduced motion support */
@media (prefers-reduced-motion: reduce) {
  .gn-compact-shipping,
  .gn-compact-trust {
    animation: none;
    transition: none;
  }
}

/* ===== ACCESSIBILITY ===== */
/* High contrast mode */
@media (prefers-contrast: high) {
  .gn-compact-shipping {
    border-width: 2px;
  }
}

