/** Shopify CDN: Minification failed

Line 448:0 Unexpected "}"

**/

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@600;700;800&display=swap');

/* ── Logo wordmark — pairs with the blue-swirl "g" mark ── */
a.header-logo {
  gap: 10px;
}
.gm-logo-wordmark {
  display: inline-flex;
  align-items: baseline;
  font-family: 'Poppins', 'DM Sans', sans-serif;
  font-size: clamp(1.15rem, 1.6vw, 1.5rem);
  letter-spacing: -0.01em;
  line-height: 1;
  white-space: nowrap;
}
.gm-logo-wordmark__genie {
  font-weight: 700;
  color: #1a1a1a;
}
.gm-logo-wordmark__maart {
  font-weight: 800;
  background: linear-gradient(120deg, #2563EB 0%, #38BDF8 55%, #FF8A00 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #2563EB;
}
@media (max-width: 480px) {
  .gm-logo-wordmark {
    font-size: 1rem;
  }
}

/* ── Sitewide floating WhatsApp button ── */
#gm-wa-float {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 999;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: #25D366;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 20px rgba(37, 211, 102, 0.45);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
#gm-wa-float:hover {
  transform: scale(1.08);
  box-shadow: 0 8px 26px rgba(37, 211, 102, 0.55);
}
@media (max-width: 640px) {
  #gm-wa-float {
    width: 52px;
    height: 52px;
    right: 14px;
    bottom: 14px;
  }
}

/* ── Cart drawer panel background — light orange tint. .theme-drawer__dialog
   is shared across multiple drawers (chat, cart, etc); .color-custom-drawer
   is the class unique to the cart drawer specifically. ── */
dialog.theme-drawer__dialog.color-custom-drawer {
  background: #FFF2E6 !important;
}

/* ── Footer content grid: Horizon's default height calc for .footer-content
   assumes short single-line blocks (its own newsletter preset is 2 lines).
   Our columns hold 6-7 stacked links each, so the grid's own computed height
   (96px) is far shorter than the actual content, causing overflow:visible
   content to visually overlap the footer-utilities bar below it. Force the
   grid to size to its real content, scoped to this footer section only. ── */
html body [id*="footer_m9NzUG"] .footer-content.footer-content {
  height: auto !important;
  min-height: 0 !important;
  block-size: auto !important;
  grid-template-rows: auto !important;
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: flex-start !important;
}
html body [id*="footer_m9NzUG"] .group-block.group-block {
  flex: 1 1 220px !important;
}
html body [id*="footer_m9NzUG"] .group-block-content.group-block-content {
  height: auto !important;
  block-size: auto !important;
}

/* ── Search panel redesign ── */
.search-modal__content {
  border-radius: 20px !important;
  max-width: 640px !important;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.18) !important;
  border: none !important;
}
.predictive-search-form__header {
  padding: 20px 24px !important;
  border-bottom: 1px solid #f0f0f0 !important;
}
.predictive-search-form__header-inner {
  border-radius: 100px !important;
}
.search-input {
  font-family: 'DM Sans', system-ui, sans-serif !important;
  font-size: 1.05rem !important;
  padding: 14px 44px !important;
}
.search-input:focus {
  outline: none !important;
}
.predictive-search-form__header-inner:focus-within {
  box-shadow: 0 0 0 2px #FF6200 !important;
  border-radius: 100px !important;
}

.predictive-search-results__inner {
  padding: 8px 24px 24px !important;
}
.predictive-search-results__title {
  font-family: 'DM Sans', system-ui, sans-serif !important;
  font-size: 0.72rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
  color: #999 !important;
  padding: 16px 0 12px !important;
  border-bottom: none !important;
}
.predictive-search-results__clear {
  font-size: 0.72rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.04em !important;
  text-transform: uppercase !important;
  color: #FF6200 !important;
  transition: opacity 0.2s !important;
}
.predictive-search-results__clear:hover {
  opacity: 0.7 !important;
}

.predictive-search-results__list {
  display: grid !important;
  grid-template-columns: repeat(auto-fill, minmax(130px, 1fr)) !important;
  gap: 14px !important;
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
}
.predictive-search-results__card--product {
  list-style: none !important;
}
.resource-card {
  border-radius: 14px !important;
  overflow: hidden !important;
  border: 1px solid #f0f0f0 !important;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease !important;
}
.resource-card:hover {
  transform: translateY(-3px) !important;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.1) !important;
  border-color: #FF6200 !important;
}
.resource-card__media {
  background: #fafafa !important;
}
.resource-card__image {
  object-fit: cover !important;
}

/* Search results product title/price rows (rendered inside resource-card body) */
.predictive-search-results__card--product .resource-card + * ,
.predictive-search-results__list [class*="resource-card__title"] {
  font-family: 'DM Sans', system-ui, sans-serif !important;
  font-size: 0.85rem !important;
  font-weight: 600 !important;
  color: #1a1a1a !important;
}
.predictive-search-results__list [class*="price"] {
  color: #FF6200 !important;
  font-weight: 700 !important;
}

@media (max-width: 640px) {
  .search-modal__content {
    border-radius: 0 !important;
    max-width: 100% !important;
  }
  .predictive-search-results__list {
    grid-template-columns: repeat(auto-fill, minmax(105px, 1fr)) !important;
  }
}

body, .product-card__content, product-card {
  font-family: 'DM Sans', system-ui, sans-serif;
}
.product-list h2, .product-list h3, .product-list h4 {
  font-family: 'Playfair Display', Georgia, serif !important;
  font-weight: 800 !important;
}
product-card .product-card__content {
  border: 1px solid #E8E8E8 !important;
  box-shadow: 0 2px 10px rgba(0,0,0,.06) !important;
  border-radius: 16px !important;
  overflow: hidden !important;
  transition: transform .25s ease, box-shadow .25s ease !important;
}
product-card:hover .product-card__content {
  transform: translateY(-5px) !important;
  box-shadow: 0 14px 40px rgba(0,0,0,.13) !important;
}
product-card .card-gallery { position: relative !important; }
product-card .text-block p[role="heading"], product-card .text-block p {
  font-family: 'DM Sans', sans-serif !important;
  font-size: 13px !important; font-weight: 600 !important; color: #111 !important;
  line-height: 1.45 !important;
  display: -webkit-box !important; -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical !important; overflow: hidden !important; margin: 0 !important;
}
product-card span.price {
  color: #E63946 !important; font-family: 'DM Sans', sans-serif !important;
  font-size: 15px !important; font-weight: 700 !important;
}
product-card .quick-add { display: none !important; }
.gm-badge-best {
  position: absolute; top: 10px; left: 10px; z-index: 10;
  background: linear-gradient(135deg, #1C1400, #3D2E00); color: #FFD700;
  font-family: 'DM Sans', sans-serif; font-size: 10px; font-weight: 800;
  letter-spacing: .05em; text-transform: uppercase; padding: 5px 10px 5px 8px;
  border-radius: 7px; display: flex; align-items: center; gap: 5px;
  box-shadow: 0 2px 8px rgba(0,0,0,.35); white-space: nowrap; pointer-events: none;
}
.gm-badge-corner {
  position: absolute; bottom: 10px; right: 10px; z-index: 10;
  background: #7C3AED; color: #fff; font-family: 'DM Sans', sans-serif;
  font-size: 10px; font-weight: 700; padding: 4px 9px; border-radius: 6px;
  pointer-events: none;
}
.gm-badge-off {
  position: absolute; bottom: 10px; right: 10px; z-index: 10;
  background: #16A34A; color: #fff; font-family: 'DM Sans', sans-serif;
  font-size: 11px; font-weight: 700; padding: 4px 9px; border-radius: 6px;
  pointer-events: none;
}
.gm-stars-row {
  display: flex; align-items: center; gap: 7px;
  font-family: 'DM Sans', sans-serif; font-size: 11px; color: #888; font-weight: 500;
  margin-top: 7px;
}
.gm-stars { color: #FFC107; font-size: 12px; letter-spacing: 1.5px; }
.gm-free-del {
  font-family: 'DM Sans', sans-serif; font-size: 11px; color: #16A34A; font-weight: 600;
  margin-top: 6px; display: flex; align-items: center; gap: 5px;
}
.gm-std-strip {
  margin-top: 8px;
  background: linear-gradient(90deg, #111, #2A2A2A); color: #FFD700;
  font-family: 'DM Sans', sans-serif; font-size: 10px; font-weight: 800;
  letter-spacing: .1em; text-transform: uppercase; padding: 7px 14px;
  display: flex; align-items: center; gap: 7px;
}
.gm-del-date {
  font-family: 'DM Sans', sans-serif; font-size: 10px; color: #555;
  padding: 5px 0 8px;
}
.gm-action-row { display: flex; gap: 8px; align-items: stretch; padding-bottom: 2px; }
.gm-view-btn {
  font-family: 'DM Sans', sans-serif !important; font-size: 12px !important;
  color: #444 !important; font-weight: 500 !important; text-decoration: none !important;
  padding: 9px 13px !important; border: 1px solid #DDD !important;
  border-radius: 9px !important; transition: all .2s !important; white-space: nowrap !important;
  display: flex !important; align-items: center !important;
}
.gm-view-btn:hover { border-color: #FF6200 !important; color: #FF6200 !important; }
.gm-buy-btn {
  flex: 1 !important; font-family: 'DM Sans', sans-serif !important;
  font-size: 12px !important; color: #fff !important; font-weight: 700 !important;
  padding: 9px 14px !important; border-radius: 9px !important;
  background: linear-gradient(135deg, #FF6200, #E91E8C) !important;
  border: none !important; cursor: pointer !important;
  box-shadow: 0 4px 14px rgba(255,98,0,.28) !important;
  transition: transform .2s, box-shadow .2s !important; white-space: nowrap !important;
  display: flex !important; align-items: center !important; justify-content: center !important;
  width: 100% !important;
}
.gm-buy-btn:hover {
  transform: translateY(-1px) !important;
  box-shadow: 0 8px 22px rgba(255,98,0,.42) !important; color: #fff !important;
}

@media (max-width: 989px) {
  .header__navigation-bar-row { display: none !important; }
}


/* ======= HEADER PREMIUM REDESIGN ======= */

/* 1. Header row - white + gradient bottom accent line */
.header__row--top {
  background: #ffffff !important;
  box-shadow: 0 2px 20px rgba(0,0,0,.06) !important;
  position: relative !important;
}
.header__row--top::after {
  content: "";
  position: absolute;
  bottom: 0; left: 0; right: 0; height: 3px;
  background: linear-gradient(90deg, #FF6200 0%, #E91E8C 50%, #FF6200 100%);
  z-index: 2;
}

/* 2. Logo - gradient text, premium font */
a.header-logo {
  background: linear-gradient(135deg, #FF6200 0%, #E91E8C 100%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  background-clip: text !important;
  font-family: 'Playfair Display', Georgia, serif !important;
  font-weight: 900 !important;
  font-size: 1.65rem !important;
  letter-spacing: -.02em !important;
  text-decoration: none !important;
}

/* 3. Desktop nav links */
.menu-list__link {
  font-family: 'DM Sans', sans-serif !important;
  font-size: 13.5px !important;
  font-weight: 600 !important;
  color: #1a1a1a !important;
  text-decoration: none !important;
  position: relative !important;
  padding-bottom: 3px !important;
  transition: color .2s !important;
}
.menu-list__link::after {
  content: "";
  position: absolute;
  bottom: -1px; left: 50%; right: 50%;
  height: 2px;
  background: linear-gradient(90deg, #FF6200, #E91E8C);
  transition: left .25s ease, right .25s ease !important;
  border-radius: 2px;
}
.menu-list__link:hover,
.menu-list__link--active {
  color: #FF6200 !important;
}
.menu-list__link:hover::after,
.menu-list__link--active::after {
  left: 0 !important; right: 0 !important;
}

/* 4. Action icons - search, account, cart */
.header-actions__action {
  color: #2a2a2a !important;
  transition: color .2s, transform .18s !important;
}
.header-actions__action:hover {
  color: #FF6200 !important;
  transform: scale(1.12) !important;
}
.header-actions__cart-icon {
  color: #FF6200 !important;
}

/* 5. Mobile drawer - premium look */
.menu-drawer-container {
  background: #fff !important;
}
.menu-drawer__menu-item--mainlist {
  font-family: 'DM Sans', sans-serif !important;
  font-size: 20px !important;
  font-weight: 700 !important;
  color: #111 !important;
  padding: 16px 28px !important;
  border-bottom: 1px solid #F2F2F2 !important;
  transition: color .2s, padding-left .2s !important;
  display: block !important;
  text-decoration: none !important;
}
.menu-drawer__menu-item--mainlist:hover {
  color: #FF6200 !important;
  padding-left: 36px !important;
}
.menu-drawer__menu-item-text {
  font-family: 'DM Sans', sans-serif !important;
}
/* Gradient top stripe on mobile drawer */
.menu-drawer__inner-container {
  border-top: 4px solid transparent !important;
  background: linear-gradient(#fff, #fff) padding-box,
              linear-gradient(90deg, #FF6200, #E91E8C) border-box !important;
}

/* 6. Mobile tweaks */
@media (max-width: 989px) {
  a.header-logo { font-size: 1.3rem !important; }
}


/* NAV LINK FIX: remove glitchy pseudo-element, use border-bottom */
.menu-list__link::after { display: none !important; content: none !important; }
.menu-list__link {
  position: static !important;
  border-bottom: 2px solid transparent !important;
  padding-bottom: 2px !important;
  transition: color .2s ease, border-color .2s ease !important;
}
.menu-list__link:hover,
.menu-list__link--active {
  color: #FF6200 !important;
  border-bottom-color: #FF6200 !important;
}


/* Mobile card button overflow fix */
@media (max-width: 640px) {
  .gm-action-row { gap: 4px !important; }
  .gm-view-btn {
    font-size: 10px !important;
    padding: 6px 7px !important;
    white-space: nowrap !important;
  }
  .gm-buy-btn {
    font-size: 10px !important;
    padding: 6px 7px !important;
    white-space: nowrap !important;
  }
  .gm-std-strip { font-size: 9px !important; padding: 6px 10px !important; }
  .gm-del-date { font-size: 9px !important; }
  .gm-stars { font-size: 10px !important; }
  .gm-stars-row { font-size: 10px !important; }
  .gm-free-del { font-size: 10px !important; }
}


}

}



/* ── Product detail page styling ── */

/* Overall product page wrapper */
.product-information .product-information__media-gallery {
  border-radius: 12px;
}

/* Thumbnail strip */
.product-information .thumbnail-list {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: wrap !important;
  gap: 8px !important;
  margin-top: 10px !important;
  justify-content: flex-start !important;
}
.product-information .thumbnail-list__item {
  border-radius: 8px !important;
  overflow: hidden !important;
  border: 2px solid #e0e0e0 !important;
  transition: border-color 0.2s ease !important;
  cursor: pointer !important;
  flex-shrink: 0 !important;
  width: 68px !important;
  height: 68px !important;
  padding: 0 !important;
  background: none !important;
}
.product-information .thumbnail-list__item.is-active,
.product-information .thumbnail-list__item[aria-current="true"],
.product-information .thumbnail-list__item:hover {
  border-color: #FF6200 !important;
  box-shadow: 0 0 0 1px #FF6200 !important;
}
.product-information .thumbnail-list__item img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  display: block !important;
}

/* Right details panel */
.product-information .product-details {
  padding: 16px 24px !important;
}

/* Product title */
.product-information product-title,
.product-information .product-title {
  font-family: 'Playfair Display', serif !important;
  font-size: 1.75rem !important;
  font-weight: 700 !important;
  line-height: 1.25 !important;
  color: #1a1a1a !important;
  margin-bottom: 8px !important;
}

/* Price */
.product-information product-price .price,
.product-information .price__current {
  font-family: 'DM Sans', sans-serif !important;
  font-size: 1.6rem !important;
  font-weight: 700 !important;
  color: #FF3B30 !important;
}

/* Vendor / brand */
.product-information .product-vendor {
  font-size: 0.85rem;
  color: #888;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 4px;
}

/* Star badges section on PDP */
.product-information .gm-pdp-trust {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  padding: 12px 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  margin: 12px 0;
}
.product-information .gm-pdp-stars {
  color: #FFB300;
  font-size: 14px;
  display: flex;
  gap: 2px;
}
.product-information .gm-pdp-rating {
  font-size: 13px;
  color: #666;
}
.product-information .gm-pdp-badge {
  background: #fff3e0;
  color: #e65c00;
  border: 1px solid #ffcc80;
  border-radius: 20px;
  padding: 3px 10px;
  font-size: 12px;
  font-weight: 600;
}

/* Delivery info strip on PDP */
.product-information .gm-pdp-delivery {
  background: #f8f9fa;
  border-radius: 10px;
  padding: 12px 14px;
  margin: 14px 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.product-information .gm-pdp-delivery-row {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  color: #333;
}
.product-information .gm-pdp-delivery-row span.icon {
  font-size: 18px;
  width: 24px;
  text-align: center;
}
.product-information .gm-pdp-delivery-row strong {
  color: #1a1a1a;
}

/* ── Add to cart button (real class is .add-to-cart-button — the previous
   rule targeted .product-form__submit/.button--primary, which don't exist
   on this button, so it silently fell back to Horizon's default black) ── */
.product-information .add-to-cart-button {
  background: #FF6200 !important;
  border: none !important;
  border-radius: 100px !important;
  font-family: 'DM Sans', sans-serif !important;
  font-weight: 700 !important;
  font-size: 1rem !important;
  letter-spacing: 0.03em !important;
  padding: 16px 28px !important;
  text-transform: uppercase !important;
  transition: background 0.2s ease, transform 0.15s ease, box-shadow 0.2s ease !important;
  cursor: pointer !important;
  color: #fff !important;
  box-shadow: 0 4px 14px rgba(255, 98, 0, 0.28) !important;
}
.product-information .add-to-cart-button:hover {
  background: #e05500 !important;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(255, 98, 0, 0.36) !important;
}
.product-information .add-to-cart-button:active {
  transform: translateY(0);
}

/* ── Quantity selector (real classes: .quantity-selector-wrapper,
   .quantity-selector, .quantity-minus, .quantity-plus) ── */
.product-information .quantity-selector {
  border-radius: 100px !important;
  border: 1.5px solid #e4e4e4 !important;
  background: #fff !important;
  overflow: hidden !important;
  display: flex !important;
  align-items: center !important;
}
.product-information .quantity-selector input[name="quantity"] {
  border: none !important;
  font-weight: 700 !important;
  text-align: center !important;
  font-size: 1rem !important;
}
.product-information .quantity-minus,
.product-information .quantity-plus {
  width: 40px !important;
  height: 40px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 50% !important;
  transition: background 0.15s ease !important;
  color: #1a1a1a !important;
}
.product-information .quantity-minus:hover,
.product-information .quantity-plus:hover {
  background: #f5f5f5 !important;
}
.product-information .quantity-minus:disabled,
.product-information .quantity-plus:disabled {
  opacity: 0.3 !important;
}

/* ── Sticky add-to-cart bar button (separate element outside .product-information,
   shown once the user scrolls past the main button) — match the same redesign ── */
.sticky-add-to-cart__button.add-to-cart-button {
  background: #FF6200 !important;
  border: none !important;
  border-radius: 100px !important;
  font-family: 'DM Sans', sans-serif !important;
  font-weight: 700 !important;
  letter-spacing: 0.03em !important;
  text-transform: uppercase !important;
  transition: background 0.2s ease, transform 0.15s ease !important;
  color: #fff !important;
}
.sticky-add-to-cart__button.add-to-cart-button:hover {
  background: #e05500 !important;
}

/* ── Dynamic checkout buttons (PayPal / Shop Pay etc.) are rendered by a
   Shopify-controlled web component — brand colors can't be restyled (PayPal's
   own trust/compliance requirement), but the corner radius is exposed and we
   can match it to the rest of the button group. ── */
.product-information .shopify-payment-button {
  --shopify-payment-button-border-radius: 100px;
  margin-top: 10px !important;
}

/* Description / tabs area */
.product-information [data-type="disclosures"] {
  border-top: 1px solid #eee;
  padding-top: 16px;
}

/* Recommendations section heading */
.product-recommendations .section-title,
.product-recommendations h2 {
  font-family: 'Playfair Display', serif !important;
  font-size: 1.4rem !important;
  font-weight: 700 !important;
  color: #1a1a1a !important;
  margin-bottom: 16px;
}

/* Media query — stack on mobile */
@media (max-width: 767px) {
  .product-information product-title,
  .product-information .product-title {
    font-size: 1.25rem !important;
  }
  .product-information .gm-pdp-delivery {
    padding: 10px 12px;
  }
}

/* ── Product grid: 5 columns + padding (dynamic via Theme Editor card size) ── */
@media (min-width: 990px) {
  .product-grid--grid {
    grid-template-columns: repeat(5, 1fr) !important;
    padding-left: 16px !important;
    padding-right: 16px !important;
    gap: 14px !important;
    box-sizing: border-box !important;
  }
}
@media (max-width: 989px) {
  .product-grid--grid {
    padding-left: 10px !important;
    padding-right: 10px !important;
    box-sizing: border-box !important;
  }
}

/* ── Inner card content padding (stars, delivery, buttons injected by JS) ── */
.gm-extras {
  padding-left: 8px !important;
  padding-right: 8px !important;
  padding-bottom: 8px !important;
}
.gm-stars {
  padding-left: 0 !important;
}
.gm-free-del {
  padding-left: 0 !important;
}
.gm-std-strip {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.gm-date {
  padding-left: 0 !important;
}
.gm-btns {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* ── Collection page banner (verified selectors 2026-08-23) ── */

/* Inner section element — apply gradient here */
#MainContent .section-wrapper:has(h1) .section--page-width {
  background: linear-gradient(120deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%) !important;
  position: relative !important;
  overflow: hidden !important;
  border-bottom: 4px solid #FF6200 !important;
}

/* Glowing decorative circles */
#MainContent .section-wrapper:has(h1) .section--page-width::before {
  content: '';
  position: absolute;
  top: -60px;
  right: -60px;
  width: 280px;
  height: 280px;
  background: radial-gradient(circle, rgba(255,98,0,0.28) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;
}
#MainContent .section-wrapper:has(h1) .section--page-width::after {
  content: '';
  position: absolute;
  bottom: -80px;
  left: 20%;
  width: 220px;
  height: 220px;
  background: radial-gradient(circle, rgba(255,60,100,0.15) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;
}

/* Ensure content sits above pseudo-elements */
#MainContent .section-wrapper:has(h1) .custom-section-content,
#MainContent .section-wrapper:has(h1) .layout-panel-flex,
#MainContent .section-wrapper:has(h1) .text-block {
  position: relative;
  z-index: 1;
}

/* Collection title */
#MainContent .section-wrapper:has(h1) h1 {
  font-family: 'Playfair Display', serif !important;
  font-size: clamp(2rem, 4vw, 3rem) !important;
  font-weight: 800 !important;
  color: #ffffff !important;
  text-shadow: 0 2px 12px rgba(0,0,0,0.35) !important;
  line-height: 1.2 !important;
  margin-bottom: 6px !important;
}

/* Orange accent underline below title */
#MainContent .section-wrapper:has(h1) h1::after {
  content: '';
  display: block;
  width: 56px;
  height: 4px;
  background: #FF6200;
  border-radius: 2px;
  margin-top: 10px;
}

/* Description / body text */
#MainContent .section-wrapper:has(h1) p,
#MainContent .section-wrapper:has(h1) .rte,
#MainContent .section-wrapper:has(h1) .text-block p {
  color: rgba(255,255,255,0.78) !important;
  font-family: 'DM Sans', sans-serif !important;
  font-size: 0.95rem !important;
  line-height: 1.75 !important;
  max-width: 560px !important;
}

/* Also color any bold/strong text in description */
#MainContent .section-wrapper:has(h1) strong,
#MainContent .section-wrapper:has(h1) b {
  color: #ffffff !important;
}

/* ── Mobile drawer: reduce spacing between nav items ── */
@media (max-width: 989px) {
  .menu-drawer__menu-item--mainlist {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    font-size: 16px !important;
  }
  .menu-drawer__list-item--flat {
    margin-bottom: 2px !important;
  }
}

/* ── Product card content: inner padding for title/price/stars ── */
.product-card__content {
  padding-left: 8px !important;
  padding-right: 8px !important;
  padding-bottom: 6px !important;
}

/* ── Section heading accent (Fragrance, Grocery, etc.) ── */
.section-resource-list__header h3 {
  position: relative;
  display: inline-block;
  font-family: 'Playfair Display', serif !important;
  font-size: 1.5rem !important;
  font-weight: 700 !important;
  color: #1a1a1a !important;
  padding-bottom: 10px !important;
  margin-bottom: 4px !important;
}

/* Short thick orange bar */
.section-resource-list__header h3::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 3px;
  background: #FF6200;
  border-radius: 2px;
  transition: width 0.3s ease;
}

/* Thin extended light line */
.section-resource-list__header h3::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1.5px;
  background: linear-gradient(to right, #FF620033, transparent);
  border-radius: 2px;
}

/* Animate on hover */
.section-resource-list__header:hover h3::after {
  width: 80px;
}

/* ── Grid Carousel ─────────────────────────────────────────────────────── */

/* Section container needs relative positioning for button placement */
.gm-slider-section {
  position: relative;
}

/* Clips to show only 5 cards */
.gm-slider-viewport {
  overflow: hidden;
  width: 100%;
}

/* resource-list--grid becomes a flex row */
.gm-slider-track {
  display: flex !important;
  flex-wrap: nowrap !important;
  grid-template-columns: unset !important;
  gap: 12px !important;
  transition: transform 0.42s cubic-bezier(0.25, 0.46, 0.45, 0.94) !important;
  will-change: transform;
}

/* Each product card: exactly 1/5 of the viewport */
.gm-slider-track > .resource-list__item {
  flex: 0 0 calc((100% - 48px) / 5) !important;
  min-width: 0 !important;
  box-sizing: border-box !important;
}

/* Orange circular arrow buttons */
.gm-slider-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 20;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #FF6200 !important;
  color: #fff !important;
  border: none;
  cursor: pointer;
  font-size: 20px;
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 18px rgba(255,98,0,0.40);
  transition: background 0.2s, transform 0.15s, box-shadow 0.2s;
  outline: none;
  line-height: 1;
  padding: 0;
}
.gm-slider-btn:hover:not(:disabled) {
  background: #d95200 !important;
  transform: translateY(-50%) scale(1.1);
  box-shadow: 0 6px 24px rgba(255,98,0,0.55);
}
.gm-slider-btn:disabled {
  background: #ccc !important;
  box-shadow: none;
  cursor: not-allowed;
  opacity: 0.55;
}
.gm-slider-prev { left: 6px; }
.gm-slider-next { right: 6px; }

/* Mobile — let user swipe natively, hide buttons */
@media (max-width: 767px) {
  .gm-slider-btn { display: none !important; }
  .gm-slider-viewport {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
  }
  .gm-slider-track { transition: none !important; }
  .gm-slider-track > .resource-list__item {
    flex: 0 0 calc(50% - 6px) !important;
    scroll-snap-align: start;
  }
}

/* ── PDP gallery: Amazon-style — vertical thumbnail column on the LEFT of the main image ── */
media-gallery {
  display: flex !important;
  align-items: flex-start !important;
  gap: 10px !important;
  max-width: 600px !important;
  margin-left: auto !important;
  margin-right: 96px !important;
  margin-top: 32px !important;
}
media-gallery > slideshow-component {
  order: 2 !important;
  flex: 1 1 auto !important;
  min-width: 0 !important;
}
.gm-pdp-thumbs {
  order: 1 !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 8px !important;
  margin-top: 0 !important;
  flex-shrink: 0 !important;
  max-height: 440px !important;
  overflow-y: auto !important;
  padding: 2px !important;
}
.gm-pdp-thumb {
  width: 56px !important;
  height: 56px !important;
  border-radius: 8px !important;
  overflow: hidden !important;
  border: 2px solid #e0e0e0 !important;
  cursor: pointer !important;
  padding: 0 !important;
  background: none !important;
  transition: border-color 0.2s, box-shadow 0.2s !important;
  flex-shrink: 0 !important;
  display: block !important;
}
.gm-pdp-thumb img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  display: block !important;
}
.gm-pdp-thumb--active,
.gm-pdp-thumb:hover {
  border-color: #FF6200 !important;
  box-shadow: 0 0 0 1px #FF6200 !important;
}
@media (max-width: 749px) {
  media-gallery { flex-direction: column !important; }
  media-gallery > slideshow-component { order: 1 !important; }
  .gm-pdp-thumbs {
    order: 2 !important;
    flex-direction: row !important;
    flex-wrap: wrap !important;
    max-height: none !important;
    overflow-y: visible !important;
    margin-top: 10px !important;
  }
}

/* ── Main gallery only (scoped to slideshow-component so nothing leaks into
   zoom-dialog, which is a SIBLING of slideshow-component, not a descendant) ── */
media-gallery > slideshow-component,
media-gallery > slideshow-component slideshow-container,
media-gallery > slideshow-component slideshow-slides {
  max-height: 440px !important;
}
media-gallery > slideshow-component slideshow-slide,
media-gallery > slideshow-component .product-media-container {
  max-height: 440px !important;
  overflow: hidden !important;
  background: #f6f6f4 !important;
}
media-gallery > slideshow-component .product-media-constraint-wrapper {
  width: 100% !important;
  max-width: 100% !important;
}
media-gallery > slideshow-component .product-media {
  width: 100% !important;
  height: 100% !important;
}
media-gallery > slideshow-component slideshow-slide img,
media-gallery > slideshow-component .product-media img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
  object-position: center center !important;
  max-height: none !important;
  padding: 1.25rem !important;
  box-sizing: border-box !important;
}

/* ── Horizon's native zoom-dialog is a full-page vertical-scroll gallery, not a
   single-image lightbox, and fighting its layout with CSS caused conflicting/
   cropped results. Disabled entirely — replaced with a custom lightbox below. ── */
zoom-dialog {
  display: none !important;
}

/* ── Custom PDP lightbox ── */
.gm-lightbox {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: rgba(10, 10, 10, 0.92);
  align-items: center;
  justify-content: center;
}
.gm-lightbox--open {
  display: flex;
}
body.gm-lightbox-lock {
  overflow: hidden;
}
.gm-lightbox__stage {
  width: 90vw;
  height: 88vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.gm-lightbox__img {
  max-width: 90vw;
  max-height: 88vh;
  width: auto;
  height: auto;
  object-fit: contain;
  -webkit-user-select: none;
  user-select: none;
}
.gm-lightbox__close {
  position: absolute;
  top: 20px;
  right: 24px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: none;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s;
}
.gm-lightbox__close:hover {
  background: rgba(255, 255, 255, 0.22);
}
.gm-lightbox__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 52px;
  height: 52px;
  border-radius: 50%;
  border: none;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  font-size: 32px;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s;
}
.gm-lightbox__arrow:hover {
  background: rgba(255, 255, 255, 0.22);
}
.gm-lightbox__arrow--prev {
  left: 20px;
}
.gm-lightbox__arrow--next {
  right: 20px;
}
.gm-lightbox__counter {
  position: absolute;
  bottom: 22px;
  left: 50%;
  transform: translateX(-50%);
  color: rgba(255, 255, 255, 0.75);
  font-size: 14px;
  letter-spacing: 0.03em;
}
@media (max-width: 640px) {
  .gm-lightbox__arrow {
    width: 40px;
    height: 40px;
    font-size: 26px;
  }
  .gm-lightbox__close {
    width: 38px;
    height: 38px;
    font-size: 22px;
    top: 12px;
    right: 12px;
  }
}

