/** Shopify CDN: Minification failed

Line 734:15 Expected identifier but found whitespace
Line 734:17 Expected identifier but found "%"
Line 734:72 Unexpected "var("
Line 734:104 Expected identifier but found "%"
Line 734:113 Unexpected "3"
Line 734:117 Expected identifier but found "%"
Line 1644:4 Unexpected "{"
Line 1644:5 Expected identifier but found "%"
Line 1646:4 Unexpected "{"
Line 1646:5 Expected identifier but found "%"
... and 2 more hidden warnings

**/
/* ==========================================================================
   LAVIKA CUSTOM CSS OVERRIDES
   ========================================================================== */

/* Tighten title-to-price-row gap to approximately 6px */
.product-card__title {
  min-height: unset !important;
  margin: 0 0 6px !important;
}

.product-card__actions-row {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

/* ==========================================================================
   REDESIGNED LUXURY COLLECTION HEADER
   ========================================================================== */
.collection__header-redesign {
  background: linear-gradient(180deg, #FFF6F8 0%, #FFFFFF 100%);
  border-bottom: 1px solid #FAF0F2;
  padding: 56px 0 48px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.collection__header-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
  max-width: 800px;
  margin: 0 auto;
  padding: 0 24px;
}

.collection__header-icon-wrap {
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.collection__header-icon {
  animation: floatIcon 4s ease-in-out infinite alternate;
}

@keyframes floatIcon {
  0% { transform: translateY(0) rotate(0deg); }
  100% { transform: translateY(-4px) rotate(4deg); }
}

.collection__title-redesign {
  font-family: 'Playfair Display', 'Cormorant Garamond', Georgia, serif;
  font-size: 44px;
  font-weight: 400;
  color: #2C2627;
  margin: 0;
  letter-spacing: 0.03em;
  line-height: 1.25;
}

.collection__header-divider {
  width: 48px;
  height: 1.2px;
  background: linear-gradient(90deg, #E83060 0%, #c4254f 100%);
  margin: 14px auto;
  border-radius: 99px;
  opacity: 0.85;
}

.collection__subtitle-redesign {
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 500;
  color: #8C7C7F;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  margin: 0;
  max-width: 600px;
  line-height: 1.6;
}

/* Mobile-specific adjustments */
@media (max-width: 767px) {
  .collection__header-redesign {
    padding: 38px 0 32px;
  }
  .collection__title-redesign {
    font-size: 30px;
  }
  .collection__header-divider {
    margin: 10px auto;
    width: 36px;
  }
  .collection__subtitle-redesign {
    font-size: 10px;
    letter-spacing: 0.14em;
    padding: 0 8px;
  }
}

/* ==========================================================================
   REDESIGNED LUXURY SEARCH OVERLAY
   ========================================================================== */
.search-overlay__panel {
  height: 100vh !important;
  max-height: 100vh !important;
  bottom: 0 !important;
  padding: 40px 0 120px !important;
  background: linear-gradient(180deg, #FFFFFF 0%, #FFFFFF 85%, #FFF6F8 100%) !important;
}

.search-overlay__close {
  position: absolute !important;
  top: 24px !important;
  right: 24px !important;
  z-index: 10 !important;
  background: #FFF5F7 !important;
  color: #E83060 !important;
  border: 1px solid #FFD6E1 !important;
  width: 36px !important;
  height: 36px !important;
  transition: all 0.2s ease !important;
}

.search-overlay__close:hover {
  background: #E83060 !important;
  color: #fff !important;
  transform: rotate(90deg);
}

.search-overlay__title {
  font-family: 'Playfair Display', Georgia, serif !important;
  font-style: italic !important;
  font-size: 26px !important;
  font-weight: 500 !important;
  color: #2C2627 !important;
  letter-spacing: 0.02em !important;
}

.search-overlay__form {
  border: 2px solid #FFD6E1 !important;
  box-shadow: 0 4px 12px rgba(232, 48, 96, 0.03) !important;
  margin-bottom: 24px !important;
}

.search-overlay__form:focus-within {
  border-color: #E83060 !important;
  box-shadow: 0 4px 16px rgba(232, 48, 96, 0.08) !important;
}

.search-overlay__section-title {
  font-family: 'Playfair Display', Georgia, serif !important;
  font-size: 18px !important;
  font-weight: 500 !important;
  color: #2C2627 !important;
  margin: 32px 0 16px !important;
  letter-spacing: 0.02em;
}

.search-overlay__section-subtitle {
  font-family: var(--font-body);
  font-size: 11px;
  font-weight: 600;
  color: #8C7C7F;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  margin-bottom: 10px;
  display: block;
}

.search-overlay__popular-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.search-overlay__pill {
  display: inline-block;
  padding: 6px 14px;
  background: #FFF5F7;
  border: 1px solid #FFD6E1;
  color: #E83060;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none !important;
  transition: all 0.25s ease;
}

.search-overlay__pill:hover {
  background: #E83060;
  border-color: #E83060;
  color: #ffffff;
}

/* Section 3: Trending Now Product Rows */
.search-overlay__trending-scroll-container {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin-bottom: 12px;
}

.search-overlay__trending-scroll-container::-webkit-scrollbar {
  height: 4px;
}

.search-overlay__trending-scroll-container::-webkit-scrollbar-thumb {
  background-color: #F3E5E8;
  border-radius: 2px;
}

.search-overlay__trending-row {
  display: flex;
  gap: 16px;
  width: max-content;
  padding-bottom: 8px;
}

.search-overlay__trending-card {
  display: flex;
  flex-direction: column;
  width: 130px;
  text-decoration: none !important;
  transition: transform 0.2s ease;
}

.search-overlay__trending-card:hover {
  transform: translateY(-2px);
}

.search-overlay__trending-image-wrap {
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 8px;
  overflow: hidden;
  background: #FDF9FA;
  border: 1px solid #FAF0F2;
  margin-bottom: 8px;
}

.search-overlay__trending-image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.search-overlay__trending-meta {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.search-overlay__trending-name {
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 500;
  color: #2C2627;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.search-overlay__trending-price {
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 700;
  color: #E83060;
}

/* Section 4: Category Quick Link Tiles */
.search-overlay__categories-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-bottom: 24px;
}

.search-overlay__category-tile {
  position: relative !important;
  overflow: hidden !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 24px 12px !important;
  background: #FFF5F7 !important;
  border: 1px solid #FFD6E1 !important;
  border-radius: 12px !important;
  text-decoration: none !important;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

.search-overlay__category-bg {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  z-index: 1 !important;
}

.search-overlay__category-bg img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  transition: transform 0.4s ease !important;
}

/* Blush pink tint overlay to ensure high readability of text & icon */
.search-overlay__category-tile::before {
  content: '' !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  background: rgba(255, 245, 247, 0.85) !important; /* #FFF5F7 at 85% opacity */
  z-index: 2 !important;
  transition: background 0.3s ease !important;
}

.search-overlay__category-content {
  position: relative !important;
  z-index: 3 !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
}

.search-overlay__category-svg {
  width: 32px !important;
  height: 32px !important;
  color: #E83060 !important;
  stroke: #E83060 !important;
  stroke-width: 2px !important;
  margin-bottom: 8px !important;
  display: block !important;
  transition: transform 0.3s ease !important;
}

.search-overlay__category-name {
  font-family: var(--font-body) !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  color: #E83060 !important;
  letter-spacing: 0.04em !important;
  text-transform: uppercase !important;
  margin: 0 !important;
}

/* Hover effects */
.search-overlay__category-tile:hover {
  border-color: #FFA3BA !important;
  transform: translateY(-3px) !important;
  box-shadow: 0 6px 16px rgba(232, 48, 96, 0.08) !important;
}

.search-overlay__category-tile:hover::before {
  background: rgba(255, 245, 247, 0.75) !important; /* show slightly more image on hover */
}

.search-overlay__category-tile:hover img {
  transform: scale(1.08) !important;
}

.search-overlay__category-tile:hover .search-overlay__category-svg {
  transform: scale(1.1) !important;
}

@media (min-width: 768px) {
  .search-overlay__trending-scroll-container {
    overflow: visible !important;
  }
  .search-overlay__trending-row {
    width: 100% !important;
    display: flex !important;
    flex-direction: row !important;
    gap: 20px !important;
  }
  .search-overlay__trending-card {
    flex: 1 1 0% !important;
    width: 0 !important;
    max-width: calc(25% - 15px) !important;
  }
}

/* Mobile responsive layout */
@media (max-width: 767px) {
  .search-overlay__close {
    top: 16px !important;
    right: 16px !important;
  }
  .search-overlay__title {
    font-size: 22px !important;
  }
  .search-overlay__trending-card {
    width: 110px;
  }
  .search-overlay__categories-grid {
    grid-template-columns: repeat(2, 2fr);
    gap: 8px;
  }
  .search-overlay__category-tile {
    padding: 14px 6px;
  }
}


/* ==========================================================================
   CONSOLIDATED THEME OVERRIDES
   ========================================================================== */

      /* =============================================
         PRODUCT CARD — FINAL OVERRIDES
         Loads after theme.css so these always win.
      ============================================= */

      /* Tight card body padding — all screens */
      .product-card__body {
        padding: 6px 10px 8px !important;
      }

      /* Title: zero bottom margin, strict 2-line height and clamp globally */
      .product-card__title {
        margin: 0 0 2px !important;
        min-height: auto !important;
        font-size: 14px !important;
        line-height: 1.4 !important;
        display: -webkit-box !important;
        -webkit-line-clamp: 2 !important;
        line-clamp: 2 !important;
        -webkit-box-orient: vertical !important;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
      }
      .product-card__title a {
        display: -webkit-box !important;
        -webkit-line-clamp: 2 !important;
        line-clamp: 2 !important;
        -webkit-box-orient: vertical !important;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
      }

      /* Original (compare-at) price: slightly larger & higher contrast */
      .product-card__price-was {
        font-size: 13px !important;
        color: #767676 !important;
      }

      /* Price+button row: NO auto margin, sits right under title */
      .product-card__actions-row {
        margin-top: 0 !important;
        padding-top: 2px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
        width: 100% !important;
        gap: 8px !important;
      }

      /* Mobile-specific tightening */
      @media (max-width: 767px) {
        .product-card__body {
          padding: 5px 8px 7px !important;
        }
        .product-card__title {
          margin-bottom: 1px !important;
          font-size: 13px !important;
          min-height: auto !important;
        }
        .product-card__actions-row {
          padding-top: 1px !important;
        }
        .product-card__price-was {
          font-size: 12px !important;
        }
        .product-card__price-group {
          flex: 0 1 auto !important;
          min-width: 0 !important;
          display: flex !important;
          flex-direction: row !important;
          align-items: baseline !important;
          flex-wrap: nowrap !important;
          gap: 4px !important;
        }
        .product-card__form {
          flex: 0 0 auto !important;
        }
        .product-card__atc {
          min-height: unset !important;
          min-width: unset !important;
          height: 28px !important;
          padding: 0 10px !important;
          font-size: 11px !important;
          font-weight: 600 !important;
          letter-spacing: 0.02em !important;
        }
        .product-card__wishlist {
          min-width: unset !important;
          min-height: unset !important;
          width: 28px !important;
          height: 28px !important;
          top: 6px !important;
          right: 6px !important;
        }
        .product-card__wishlist svg {
          width: 13px !important;
          height: 13px !important;
        }
        /* ── You May Love This: force ONE horizontal row ── */
        .product-recommendations .product-card__actions-row {
          display: flex !important;
          flex-direction: row !important;
          flex-wrap: nowrap !important;
          justify-content: space-between !important;
          align-items: center !important;
          gap: 8px !important;
          margin-top: 6px !important;
          width: 100% !important;
        }
        .product-recommendations .product-card__price-group {
          display: flex !important;
          flex-direction: column !important;
          align-items: flex-start !important;
          justify-content: center !important;
          gap: 1px !important;
          flex: 1 1 auto !important;
          min-width: 0 !important;
          margin: 0 !important;
        }
        .product-recommendations .product-card__price-now {
          display: block !important;
          color: #E8637A !important;
          font-weight: 700 !important;
          font-size: 14px !important;
          line-height: 1.1 !important;
          margin: 0 !important;
        }
        .product-recommendations .product-card__price-was {
          display: block !important;
          color: #6b6b6b !important;
          text-decoration: line-through !important;
          font-size: 12px !important;
          line-height: 1.1 !important;
          margin: 0 !important;
        }
        .product-recommendations .product-card__form {
          flex: 0 0 auto !important;
          display: flex !important;
          align-items: center !important;
          margin: 0 !important;
        }
        .product-recommendations .product-card__atc {
          background-color: #FFF0F2 !important;
          color: #E8637A !important;
          border: none !important;
          padding: 6px 12px !important;
          border-radius: 20px !important;
          font-weight: 700 !important;
          font-size: 13px !important;
          cursor: pointer !important;
          min-height: unset !important;
          min-width: unset !important;
          height: auto !important;
          width: auto !important;
          box-shadow: none !important;
          text-transform: uppercase !important;
          line-height: 1 !important;
          margin: 0 !important;
          white-space: nowrap !important;
        }
      }

      /* Desktop-specific adjustments */
      @media (min-width: 768px) {
        .product-card__title {
          min-height: auto !important;
        }
        .product-card__atc {
          min-height: unset !important;
          min-width: unset !important;
          height: 32px !important;
          padding: 0 12px !important;
          font-size: 12px !important;
          font-weight: 600 !important;
        }
        /* Subtly sized wishlist heart button on desktop */
        .product-card__wishlist {
          min-width: unset !important;
          min-height: unset !important;
          width: 28px !important;
          height: 28px !important;
          top: 8px !important;
          right: 8px !important;
          border-radius: 50% !important;
        }
        .product-card__wishlist svg {
          width: 13px !important;
          height: 13px !important;
        }
      }
    

/* ==========================================================================
   CONSOLIDATED MAIN-PRODUCT.LIQUID STYLES
   ========================================================================== */

/* ─── PDP LAYOUT ─────────────────────────────────────────────────────────── */
.pdp { padding: 24px 0 60px; }
.product-section .pdp__inner {
  max-width: var(--pdp-page-width) !important;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.pdp__breadcrumbs {
  display: flex;
  align-items: center;
  gap: 6px;
  font-family: var(--font-body);
  font-size: 12px;
  color: #999;
  margin-bottom: 24px;
}
.pdp__breadcrumbs a:hover { color: var(--color-primary); }
.pdp__crumb-current { color: var(--color-text); font-weight: 500; }

.pdp__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: start;
}

/* ─── MEDIA COLUMN ──────────────────────────────────────────────────────── */
.pdp__media {
  display: flex;
  gap: 12px;
  position: sticky;
  top: 80px;
}

/* ── Thumbnail track override to prevent absolute overlapping from theme.css ── */
.pdp__media .pdp__thumbs {
  position: relative !important;
  left: auto !important;
  top: auto !important;
  margin: 0;
  padding: 0;
  z-index: auto;
}

/* ── Thumbnail track — vertical (left) ── */
.pdp__media--left { flex-direction: row; }
.pdp__media--left .pdp__thumbs {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 72px;
  flex-shrink: 0;
  order: 1;
}
.pdp__media--left .pdp__gallery-wrap { flex: 1; order: 2; }

/* ── Thumbnail track — vertical (right) ── */
.pdp__media--right { flex-direction: row-reverse; }
.pdp__media--right .pdp__thumbs {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 72px;
  flex-shrink: 0;
  order: 2;
}
.pdp__media--right .pdp__gallery-wrap { flex: 1; order: 1; }

/* ── Thumbnail track — horizontal (bottom) ── */
.pdp__media--bottom { flex-direction: column; gap: 14px; }
.pdp__media--bottom .pdp__thumbs {
  display: flex;
  flex-direction: row;
  gap: 8px;
  overflow-x: auto;
  scrollbar-width: none;
  order: 2;
  width: 100%;
}
.pdp__media--bottom .pdp__thumbs::-webkit-scrollbar { display: none; }
.pdp__media--bottom .pdp__gallery-wrap { order: 1; width: 100%; }

/* ── Thumbnail track — horizontal (top) ── */
.pdp__media--top { flex-direction: column; gap: 14px; }
.pdp__media--top .pdp__thumbs {
  display: flex;
  flex-direction: row;
  gap: 8px;
  overflow-x: auto;
  scrollbar-width: none;
  order: 1;
  width: 100%;
}
.pdp__media--top .pdp__thumbs::-webkit-scrollbar { display: none; }
.pdp__media--top .pdp__gallery-wrap { order: 2; width: 100%; }

/* ── Thumbnail buttons ── */
.pdp__thumb {
  position: relative;
  width: 72px;
  aspect-ratio: {% if section.settings.gallery_aspect_ratio != 'auto' %}var(--pdp-gallery-aspect-ratio){% else %}3/4{% endif %};
  border-radius: 8px;
  overflow: hidden;
  border: 2px solid transparent;
  padding: 0;
  cursor: pointer;
  background: var(--color-secondary, #FDE8EC);
  transition: border-color 0.2s ease, opacity 0.2s ease, transform 0.2s ease;
  flex-shrink: 0;
  opacity: 0.7;
}
.pdp__media--bottom .pdp__thumb { width: 64px; }
.pdp__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.pdp__thumb:hover { opacity: 0.9; transform: scale(1.02); }
.pdp__thumb.is-active {
  border-color: var(--color-primary, #E8637A);
  opacity: 1;
  box-shadow: 0 0 0 1px var(--color-primary, #E8637A);
}

/* ─── PRIMARY GALLERY WRAPPER ────────────────────────────────────────────── */
.pdp__gallery-wrap {
  position: relative;
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
  background: var(--color-secondary, #FDE8EC);
  aspect-ratio: var(--pdp-gallery-aspect-ratio);
  cursor: zoom-in;
}
.pdp__gallery-wrap.zoom-disabled { cursor: default; }

/* All slides share the same space; only .is-active is visible */
.pdp__gallery { position: relative; width: 100%; height: 100%; }

.pdp__slide {
  position: absolute;
  inset: 0;
  opacity: 1;
  pointer-events: auto;
  transition: opacity 0.15s ease;
}
.pdp__slide.is-transitioning {
  opacity: 0;
}
.pdp__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  /* Zoom is applied via transform on this element */
  transform-origin: var(--zoom-x, 50%) var(--zoom-y, 50%);
  transition: transform 0.18s ease;
  will-change: transform;
}

/* ── Hover zoom (Mode 1) ── */
.pdp__gallery-wrap.zoom-hover:hover .pdp__slide.is-active img {
  transform: scale(var(--pdp-zoom-level, 1.8));
}

/* ── Video badge ── */
.pdp__video-badge {
  position: absolute;
  bottom: 12px;
  left: 12px;
  background: rgba(0,0,0,0.62);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.05em;
  padding: 4px 10px;
  border-radius: 6px;
  pointer-events: none;
}

/* ── Fullscreen / Lightbox overlay (Mode 2 — mobile tap) ── */
.pdp-lightbox {
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.94);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.28s ease;
}
.pdp-lightbox.is-open {
  opacity: 1;
  pointer-events: auto;
}
.pdp-lightbox__img {
  max-width: 92vw;
  max-height: 92vh;
  object-fit: contain;
  border-radius: 8px;
  touch-action: pinch-zoom;
  user-select: none;
}
.pdp-lightbox__close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(255,255,255,0.14);
  color: #fff;
  font-size: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: none;
  transition: background 0.2s;
  line-height: 1;
}
.pdp-lightbox__close:hover { background: rgba(255,255,255,0.26); }
.pdp-lightbox__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(255,255,255,0.14);
  color: #fff;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: none;
  transition: background 0.2s;
}
.pdp-lightbox__nav:hover { background: rgba(255,255,255,0.28); }
.pdp-lightbox__prev { left: 20px; }
.pdp-lightbox__next { right: 20px; }

/* ── Mobile dots ── */
.pdp__mobile-dots {
  display: none;
  justify-content: center;
  gap: 6px;
  margin-top: 10px;
}
.pdp__mobile-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ddd;
  transition: background 0.2s, transform 0.2s;
  cursor: pointer;
  margin: 0 4px;
}
.pdp__mobile-dot.is-active {
  background: var(--color-primary, #E8637A);
  transform: scale(1.35);
}

/* ─── INFO COLUMN ───────────────────────────────────────────────────────── */
.pdp__info { display: flex; flex-direction: column; gap: 0; }

.pdp__badge-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 8px;
}

.product-page__badge,
.pdp__discount {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  height: 22px !important;
  font-family: var(--font-body) !important;
  font-size: 10px !important;
  font-weight: 700 !important;
  letter-spacing: 0.05em !important;
  text-transform: uppercase !important;
  padding: 0 12px !important;
  border-radius: 999px !important;
  margin: 0 !important;
  line-height: 1 !important;
  box-sizing: border-box !important;
  flex-shrink: 0 !important;
}

.product-page__badge {
  background: #FFF5F7 !important;
  border: 1px solid #FFAFC3 !important;
  color: #E83060 !important;
}

.product-page__badge--anti-tarnish {
  background: #FFF5F7 !important;
  border: 1px solid #FFAFC3 !important;
  color: #E83060 !important;
}

.pdp__discount {
  background: #E83060 !important;
  color: #FFFFFF !important;
  border: none !important;
}

.pdp__title {
  font-family: var(--font-heading, 'Cormorant Garamond', serif);
  font-size: clamp(22px, 3vw, 34px);
  font-weight: 700;
  color: var(--color-text);
  line-height: 1.15;
  margin-bottom: 6px;
}

/* Rating */
.pdp__rating {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 3px;
}
.pdp__stars { color: #f5b301; font-size: 16px; letter-spacing: 1px; }
.pdp__rating-value {
  font-size: 13px;
  font-weight: 600;
  color: var(--color-text, #111111);
}
.pdp__review-count {
  font-size: 12px;
  color: #888;
  text-decoration: underline;
  text-underline-offset: 2px;
}

/* Lowest price bar */
.pdp__lowest {
  font-size: 12px;
  color: #3a8c5e;
  font-weight: 600;
  background: #edf7f1;
  padding: 7px 12px;
  border-radius: 8px;
  margin-bottom: 4px;
}

/* Price */
.pdp__price {
  display: flex;
  align-items: baseline;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 14px;
}
.pdp__price-now {
  font-family: var(--font-body);
  font-size: 26px;
  font-weight: 800;
  color: var(--color-primary, #E8637A);
  line-height: 1;
}
.pdp__price-qty-row {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 2px;
  margin-bottom: 16px;
  gap: 24px;
}
.pdp__price-qty-row .pdp__price {
  margin-bottom: 0;
  display: flex;
  align-items: baseline;
  gap: 12px;
}
.pdp__price-was {
  font-size: 16px;
  color: #bbb;
  text-decoration: line-through;
  line-height: 1;
}
.pdp__price-save {
  font-size: 12px;
  font-weight: 700;
  color: #3a8c5e;
  background: #edf7f1;
  padding: 3px 8px;
  border-radius: 6px;
  line-height: 1;
}

/* Short description */
.pdp__short-desc {
  font-size: 14px;
  color: #666;
  line-height: 1.6;
  margin-bottom: 16px;
}

/* Product Benefits component */
.pdp-benefits {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  width: 100% !important;
  max-width: 100% !important;
  background-color: var(--benefits-bg, #FFE8EE) !important;
  border: 1px solid var(--benefits-border, #FFAFC3) !important;
  border-radius: var(--benefits-radius, 8px) !important;
  margin-top: 0 !important;
  margin-bottom: 10px !important;
  padding: 0 !important;
  overflow: hidden !important;
  box-sizing: border-box !important;
}
.pdp-benefits__item {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding-top: var(--benefits-padding-top, 10px) !important;
  padding-bottom: var(--benefits-padding-bottom, 10px) !important;
  padding-left: 16px;
  padding-right: 16px;
  text-align: center;
  box-sizing: border-box;
  line-height: 1.2;
}
.pdp-benefits__item:not(:last-child) {
  border-right: 1px solid var(--benefits-border, #FFAFC3) !important; /* Cohesive center divider */
}
.pdp-benefits__icon {
  width: 14px;
  height: 14px;
  color: var(--benefits-icon, #E83060) !important;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pdp-benefits__svg {
  width: 100%;
  height: 100%;
  stroke: currentColor;
  stroke-width: 1.75;
  fill: none;
  display: block;
}
.pdp-benefits__text {
  font-family: var(--font-body, 'DM Sans', sans-serif);
  font-size: var(--benefits-font-size, 12px) !important;
  font-weight: 600;
  color: var(--benefits-text, #E83060) !important;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 900px) {
  .pdp-benefits {
    margin-bottom: 8px !important;
  }
  .pdp-benefits__item {
    padding-top: var(--benefits-padding-top-mobile, 8px) !important;
    padding-bottom: var(--benefits-padding-bottom-mobile, 8px) !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .pdp-benefits__text {
    font-size: var(--benefits-font-size-mobile, 11px) !important;
  }
}

/* Variants */
.pdp__variants { display: flex; flex-direction: column; gap: 14px; margin-bottom: 18px; }
.pdp__option-label {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  font-weight: 600;
  color: var(--color-text);
  margin-bottom: 8px;
}
.pdp__option-label span { color: #888; font-weight: 400; }
.pdp__pills { display: flex; flex-wrap: wrap; gap: 8px; }
/*
  ── Variant pill radio inputs: accessible visually-hidden pattern ─────────────
  We MUST NOT use display:none or visibility:hidden — both remove the element
  from the tab order AND the accessibility tree, meaning keyboard users and
  screen reader users cannot reach or discover these controls at all.

  Instead we use the WCAG-approved visually-hidden technique:
    • position:absolute  — removes from normal flow so layout is unaffected
    • width/height: 1px  — collapses to a single pixel (not zero, avoids some
                           browser bugs with clipping zero-size elements)
    • overflow: hidden   — clips any visual bleed from the 1px box
    • opacity: 0         — makes it invisible without hiding from a11y tree
    • clip + clip-path   — belt-and-braces clipping for older/newer browsers
    • pointer-events:none — clicks fall through to the label (which is the
                           intended click target via the for= association)
    • white-space:nowrap — prevents any text from reflowing outside the clip

  The input remains:
    ✓ In the tab order (keyboard users can Tab to each option)
    ✓ Announced by screen readers (role=radio, name from aria-label)
    ✓ Operable with Space/Arrow keys (native radio group behavior)
    ✓ Visually invisible (the label .pdp__pill handles all visual rendering)
──────────────────────────────────────────────────────────────────────────── */
.pdp__pill-input {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

/*
  ── Keyboard focus ring ────────────────────────────────────────────────────────
  :focus-visible fires only for keyboard focus (not mouse clicks), matching the
  WCAG 2.4.11 Focus Appearance requirement. We use the adjacent sibling combinator
  (+) because the <label for=...> immediately follows the <input> in the DOM.

  The ring uses:
    • outline with 3px offset  — clear spatial separation from the pill border
    • box-shadow inset          — inner reinforcement for high-contrast modes
    • transition:none           — focus rings must appear instantly (no delay)
    • the CSS Custom Property --color-primary so it matches your brand pink
      and automatically adapts if the merchant changes the theme color.
──────────────────────────────────────────────────────────────────────────── */
.pdp__pill-input:focus-visible + .pdp__pill {
  outline: 3px solid var(--color-primary, #E83060);
  outline-offset: 3px;
  box-shadow: inset 0 0 0 2px var(--color-primary, #E83060);
  transition: none;
}

/* Suppress focus ring for disabled/sold-out options — they are not operable */
.pdp__pill-input:disabled:focus-visible + .pdp__pill {
  outline: none;
  box-shadow: none;
}
.pdp__pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 5px 14px;
  border-radius: 999px;
  border: 1.5px solid #ddd;
  font-size: 12.5px;
  font-weight: 500;
  cursor: pointer;
  transition: border-color 0.2s, background 0.2s, color 0.2s;
  min-width: 44px;
  min-height: 36px;
  color: var(--color-text);
}
.pdp__pill:hover { border-color: var(--color-primary); color: var(--color-primary); }
.pdp__pill-input:checked + .pdp__pill {
  background: var(--color-primary);
  border-color: var(--color-primary);
  color: #fff;
}
.pdp__pill-input:disabled + .pdp__pill {
  opacity: 0.38;
  cursor: not-allowed;
  text-decoration: line-through;
}

/* Quantity */
.pdp__qty {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 16px;
}
.pdp__qty-label { font-size: 13px; font-weight: 600; color: var(--color-text); }
.pdp__qty-stock { font-size: 11px; font-weight: 700; color: #e05; }

/* Quantity stepper */
.qty-stepper {
  display: inline-flex;
  align-items: center;
  border: 1px solid #e5e5e5;
  border-radius: 999px;
  overflow: hidden;
  height: 32px;
}
.qty-stepper__btn {
  width: 30px;
  height: 100%;
  font-size: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #888;
  transition: background 0.15s, color 0.15s;
}
.qty-stepper__btn:hover {
  background: #fafafa;
  color: var(--color-text);
}
.qty-stepper__input {
  width: 28px;
  height: 100%;
  text-align: center;
  border: none;
  outline: none;
  font-size: 12px;
  font-weight: 500;
  background: transparent;
}

/* CTA buttons */
.pdp__atc, .pdp__buynow {
  margin-bottom: 10px;
  font-size: 14px !important;
  letter-spacing: 0.08em;
}
.pdp__atc { margin-bottom: 10px; }





/* Accordions (Redesigned Exact Match) */
.pdp__accordions {
  background: #FFFFFF;
  border: 1px solid #FFEBEF;
  border-radius: 20px;
  padding: 6px 20px;
  display: flex;
  flex-direction: column;
  margin: 15px 0 20px;
  box-shadow: 0 8px 30px rgba(255, 111, 145, 0.03);
}

.accordion {
  border: none !important;
  border-bottom: 1px solid #FFEBEF !important;
}

.accordion:last-child {
  border-bottom: none !important;
}

.accordion summary {
  display: flex !important;
  align-items: center;
  padding: 9.5px 0 !important;
  cursor: pointer;
  list-style: none;
  gap: 12px;
  background: transparent;
  user-select: none;
  -webkit-user-select: none;
}

.accordion summary::-webkit-details-marker {
  display: none !important;
}

.accordion summary::after {
  display: none !important; /* Hide the old default plus sign */
}

/* Icon wrap */
.accordion__icon-wrap {
  width: 29px !important;
  height: 29px !important;
  border-radius: 50%;
  background: radial-gradient(circle, #FFF0F2 0%, #FFE4E9 100%);
  box-shadow: 0 4px 10px rgba(214, 47, 76, 0.06), inset 0 -1px 3px rgba(214, 47, 76, 0.03);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.accordion__icon {
  width: 14px !important;
  height: 14px !important;
  color: #FF4D6D;
  stroke-width: 1.8;
}

/* Content texts */
.accordion__title-wrap {
  display: flex;
  flex-direction: column;
  gap: 3px;
  flex-grow: 1;
}

.accordion__title {
  font-size: 14px;
  font-weight: 700;
  color: #111111;
  line-height: 1.2;
  text-transform: none !important;
  letter-spacing: 0.01em;
}

.accordion__sub {
  display: none !important;
}

/* Toggle btn */
.accordion__toggle-btn {
  width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-right: 2px;
}

.accordion__toggle-plus {
  position: relative;
  width: 12px;
  height: 12px;
  display: block;
}

.accordion__toggle-plus::before,
.accordion__toggle-plus::after {
  content: '';
  position: absolute;
  background-color: #FF4D6D;
  transition: all 0.25s ease;
  border-radius: 1px;
}

.accordion__toggle-plus::before {
  top: 5px;
  left: 0;
  width: 12px;
  height: 1.5px;
}

.accordion__toggle-plus::after {
  top: 0;
  left: 5px;
  width: 1.5px;
  height: 12px;
}

.accordion[open] .accordion__toggle-plus::after {
  transform: rotate(90deg);
  opacity: 0;
}

.accordion[open] .accordion__toggle-plus::before {
  transform: rotate(180deg);
}

/* Hover effects */
.accordion summary:hover .accordion__icon-wrap {
  transform: scale(1.06);
}

/* Body content padding styling */
.accordion__body {
  padding: 8px 0 16px 0 !important;
  font-size: 13.5px;
  line-height: 1.6;
  color: #444444;
  word-break: break-word;
  overflow-wrap: break-word;
  border: none !important;
}

@keyframes fadeInSlideDown {
  from {
    opacity: 0;
    transform: translateY(-6px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.accordion[open] .accordion__body {
  animation: fadeInSlideDown 0.3s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

.accordion__body img,
.accordion__body iframe,
.accordion__body video {
  max-width: 100% !important;
  height: auto !important;
  display: block;
  margin: 0 auto;
}

.accordion__body table {
  display: block;
  width: 100% !important;
  overflow-x: auto;
  border-collapse: collapse;
}

.accordion__body p { margin: 0 0 8px; }
.accordion__body p:last-child { margin: 0; }

/* ─── RECENTLY VIEWED ─────────────────────────────────────────────────────── */
.pdp__recent { padding: 48px 0 0; }
.pdp__recent-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 16px;
}
.pdp__recent-empty { color: #aaa; font-size: 14px; }

/* ─── STICKY ATC ──────────────────────────────────────────────────────────── */
.pdp-sticky-atc {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 200;
  background: #fff;
  border-top: 1px solid #eee;
  padding: 12px 0;
  transform: translateY(200%);
  transition: transform 0.34s cubic-bezier(0.22, 1, 0.36, 1);
  box-shadow: 0 -4px 24px -8px rgba(0,0,0,0.1);
  visibility: hidden;
}
@media (max-width: 768px) {
  .pdp-sticky-atc {
    bottom: 56px;
  }
}
.pdp-sticky-atc.is-visible {
  transform: translateY(0);
  visibility: visible;
}
.pdp-sticky-atc__inner {
  display: flex;
  align-items: center;
  gap: 14px;
}
.pdp-sticky-atc__img {
  width: 48px;
  height: 48px;
  border-radius: 8px;
  object-fit: cover;
  flex-shrink: 0;
}
.pdp-sticky-atc__info {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.pdp-sticky-atc__info strong { font-size: 13px; color: var(--color-text); }
.pdp-sticky-atc__info span  { font-size: 13px; color: var(--color-primary); font-weight: 700; }
.pdp-sticky-atc__btn { flex-shrink: 0; height: 44px; }

/* Countdown timer styling */
.pdp__countdown-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  background: linear-gradient(135deg, #FFF0F2 0%, #FDE8EC 100%);
  border: 1px solid rgba(232, 99, 122, 0.15);
  padding: 10px 16px;
  border-radius: 12px;
  margin-bottom: 4px;
  font-family: var(--font-body);
  animation: pdp-pulse-border 2s infinite ease-in-out;
}
@keyframes pdp-pulse-border {
  0%, 100% { border-color: rgba(232, 99, 122, 0.15); box-shadow: 0 2px 8px rgba(232, 99, 122, 0.05); }
  50% { border-color: rgba(232, 99, 122, 0.4); box-shadow: 0 2px 12px rgba(232, 99, 122, 0.15); }
}
.pdp__countdown-label {
  font-size: 13px;
  font-weight: 700;
  color: var(--color-primary, #E8637A);
  letter-spacing: 0.02em;
  display: flex;
  align-items: center;
  gap: 6px;
}
.pdp__countdown-timer {
  display: flex;
  gap: 8px;
}
.pdp__countdown-block {
  font-size: 11px;
  font-weight: 700;
  color: #888;
  text-transform: uppercase;
}
.pdp__countdown-num {
  display: inline-block;
  background: var(--color-primary, #E8637A);
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  padding: 3px 6px;
  border-radius: 4px;
  margin-right: 2px;
  min-width: 22px;
  text-align: center;
  font-variant-numeric: tabular-nums;
}

/* ─── RESPONSIVE ──────────────────────────────────────────────────────────── */
@media (max-width: 900px) {
  .pdp {
    padding-top: 0 !important;
    margin-top: 0 !important;
  }
  .pdp__inner {
    padding-top: 0 !important;
    margin-top: 0 !important;
  }
  .pdp__grid {
    grid-template-columns: 1fr;
    gap: 28px;
    padding-top: 0 !important;
    margin-top: 0 !important;
  }
  .pdp__media {
    position: static;
    flex-direction: column !important;
    gap: 12px;
    padding-top: 0 !important;
    margin-top: 0 !important;
  }
  .pdp__gallery-wrap {
    margin-top: 0 !important;
  }
  .pdp__gallery {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }
  .pdp__breadcrumbs {
    display: none !important;
  }
  .pdp__media .pdp__thumbs {
    flex-direction: row !important;
    width: 100% !important;
    order: 2 !important;
    overflow-x: auto !important;
    white-space: nowrap;
  }
  .pdp__media .pdp__gallery-wrap {
    order: 1 !important;
    width: 100% !important;
  }
  .pdp__thumb { width: 58px !important; }
  .pdp__mobile-dots { display: flex; }
  .pdp__gallery-wrap { cursor: zoom-in; }
}
@media (max-width: 749px) {
  .pdp {
    padding: 0 0 30px !important;
    margin-top: 0 !important;
  }
  .pdp__inner {
    padding-top: 0 !important;
    margin-top: 0 !important;
  }
  .pdp__media {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    width: 100% !important;
    padding-top: 0 !important;
    margin-top: 0 !important;
  }
  .pdp__breadcrumbs {
    display: none !important;
  }
  .pdp__grid {
    gap: 16px !important;
    padding-top: 0 !important;
    margin-top: 0 !important;
  }
  .pdp__gallery-wrap {
    margin-top: 0 !important;
  }
  .pdp__gallery {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }
  .pdp__gallery-wrap {
    height: 40vh !important;
    aspect-ratio: var(--pdp-gallery-aspect-ratio) !important;
    {% if section.settings.gallery_aspect_ratio != 'auto' %}
      width: calc(40vh * (var(--pdp-gallery-aspect-ratio))) !important;
    {% else %}
      width: auto !important;
    {% endif %}
    max-width: 100% !important;
    margin: 0 auto !important;
  }
  .pdp__slide img,
  .pdp__slide video {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
  }
  .pdp__media .pdp__thumbs {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    overflow-x: auto !important;
    scroll-snap-type: x mandatory !important;
    gap: 6px !important;
    width: 100% !important;
    padding: 4px 0 !important;
    scrollbar-width: none !important;
  }
  .pdp__media .pdp__thumbs::-webkit-scrollbar {
    display: none !important;
  }
  .pdp__thumb {
    width: 45px !important;
    height: 45px !important;
    flex-shrink: 0 !important;
    aspect-ratio: 1 / 1 !important;
    border-radius: 6px !important;
    scroll-snap-align: start !important;
  }

  /* 1. Slider Styles (slider_dots, slider_floating_dots, slider_numbers, thumbnails)
     ─ Transform-based — NO scroll, works on iOS Safari ─ */
  .pdp--mobile-slider_dots .pdp__gallery-wrap,
  .pdp--mobile-slider_floating_dots .pdp__gallery-wrap,
  .pdp--mobile-slider_numbers .pdp__gallery-wrap,
  .pdp--mobile-thumbnails .pdp__gallery-wrap {
    touch-action: pan-y !important; /* Allow vertical page scroll; JS handles horizontal swipe */
  }
  .pdp--mobile-slider_dots .pdp__gallery,
  .pdp--mobile-slider_floating_dots .pdp__gallery,
  .pdp--mobile-slider_numbers .pdp__gallery,
  .pdp--mobile-thumbnails .pdp__gallery {
    overflow: hidden !important;
    height: 100% !important;
    width: 100% !important;
    position: relative !important;
  }
  /* The JS-injected track that actually translates */
  .pdp__slide-track {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    width: 100% !important;
    height: 100% !important;
    will-change: transform;
    transition: transform 0.38s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  .pdp__slide-track.is-dragging {
    transition: none !important;
  }
  .pdp--mobile-slider_dots .pdp__slide-track .pdp__slide,
  .pdp--mobile-slider_floating_dots .pdp__slide-track .pdp__slide,
  .pdp--mobile-slider_numbers .pdp__slide-track .pdp__slide,
  .pdp--mobile-thumbnails .pdp__slide-track .pdp__slide {
    display: block !important;
    position: relative !important;
    width: 100% !important;
    min-width: 100% !important;
    flex-shrink: 0 !important;
    opacity: 1 !important;
    pointer-events: auto !important;
    transition: none !important;
    height: 100% !important;
  }

  /* Hide thumbnails row if not selected or if stacked/collage */
  .pdp--mobile-slider_dots .pdp__thumbs,
  .pdp--mobile-slider_floating_dots .pdp__thumbs,
  .pdp--mobile-slider_numbers .pdp__thumbs,
  .pdp--mobile-stacked .pdp__thumbs,
  .pdp--mobile-collage .pdp__thumbs {
    display: none !important;
  }

  /* Show thumbnails only for thumbnails style */
  .pdp--mobile-thumbnails .pdp__thumbs {
    display: flex !important;
  }

  /* Show dots only for slider_dots and slider_floating_dots styles */
  .pdp--mobile-slider_dots .pdp__mobile-dots,
  .pdp--mobile-slider_floating_dots .pdp__mobile-dots {
    display: flex !important;
  }
  .pdp--mobile-slider_numbers .pdp__mobile-dots,
  .pdp--mobile-stacked .pdp__mobile-dots,
  .pdp--mobile-collage .pdp__mobile-dots,
  .pdp--mobile-thumbnails .pdp__mobile-dots {
    display: none !important;
  }

  /* 2. Stacked Style */
  .pdp--mobile-stacked .pdp__gallery-wrap {
    height: auto !important;
    aspect-ratio: auto !important;
    overflow: visible !important;
    background: transparent !important;
  }
  .pdp--mobile-stacked .pdp__gallery {
    display: flex !important;
    flex-direction: column !important;
    gap: 12px !important;
    height: auto !important;
    overflow: visible !important;
  }
  .pdp--mobile-stacked .pdp__slide {
    display: block !important;
    position: relative !important;
    opacity: 1 !important;
    pointer-events: auto !important;
    aspect-ratio: var(--pdp-gallery-aspect-ratio) !important;
    border-radius: var(--image-border-radius, 16px) !important;
    overflow: hidden !important;
  }

  /* 3. Collage Style */
  .pdp--mobile-collage .pdp__gallery-wrap {
    height: auto !important;
    aspect-ratio: auto !important;
    overflow: visible !important;
    background: transparent !important;
  }
  .pdp--mobile-collage .pdp__gallery {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 8px !important;
    height: auto !important;
    overflow: visible !important;
  }
  .pdp--mobile-collage .pdp__slide {
    display: block !important;
    position: relative !important;
    opacity: 1 !important;
    pointer-events: auto !important;
    aspect-ratio: var(--pdp-gallery-aspect-ratio) !important;
    border-radius: var(--image-border-radius, 16px) !important;
    overflow: hidden !important;
  }
  .pdp--mobile-collage .pdp__slide:nth-child(3n+1) {
    grid-column: span 2 !important;
  }

  /* Numbers Badge Overlay (slider_numbers) */
  .pdp__numbers-badge {
    display: none;
    position: absolute;
    bottom: 12px;
    right: 12px;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    padding: 4px 10px;
    border-radius: 99px;
    z-index: 10;
    font-variant-numeric: tabular-nums;
  }
  .pdp--mobile-slider_numbers .pdp__numbers-badge {
    display: block;
  }

  /* 4. Full-bleed with Floating Dots Overlay Style */
  .pdp--mobile-slider_floating_dots .pdp__gallery-wrap {
    width: 100vw !important;
    max-width: 100vw !important;
    margin-left: calc(-50vw + 50%) !important;
    margin-right: calc(-50vw + 50%) !important;
    height: auto !important;
    aspect-ratio: var(--pdp-gallery-aspect-ratio) !important;
    border-radius: 0 !important;
  }
  .pdp--mobile-slider_floating_dots .pdp__slide,
  .pdp--mobile-slider_floating_dots .pdp__slide img,
  .pdp--mobile-slider_floating_dots .pdp__slide video {
    border-radius: 0 !important;
  }
  .pdp--mobile-slider_floating_dots .pdp__mobile-dots {
    display: flex !important;
    position: absolute !important;
    bottom: 16px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    background: rgba(255, 255, 255, 0.55) !important;
    padding: 6px 12px !important;
    border-radius: 999px !important;
    margin: 0 !important;
    z-index: 10 !important;
    gap: 8px !important;
    box-shadow: 0 2px 10px rgba(0,0,0,0.08) !important;
    align-items: center !important;
    justify-content: center !important;
    pointer-events: auto !important;
    width: auto !important;
  }
  .pdp--mobile-slider_floating_dots .pdp__mobile-dot {
    width: 6px !important;
    height: 6px !important;
    background: rgba(0, 0, 0, 0.25) !important;
    margin: 0 !important;
    border-radius: 50% !important;
    transition: background 0.25s, transform 0.25s;
    cursor: pointer;
  }
  .pdp--mobile-slider_floating_dots .pdp__mobile-dot.is-active {
    background: #000000 !important;
    transform: scale(1.2) !important;
  }
}
@media (max-width: 480px) {
  .pdp { padding: 12px 0 40px !important; }
  .pdp__price-now { font-size: 22px; }
  .pdp__benefits { grid-template-columns: 1fr 1fr; gap: 8px; }
  .pdp__recent-row { grid-template-columns: repeat(2, 1fr); }
}

/* Dynamic Customizer Styling Overrides */
.product-section .pdp__gallery-wrap,
.product-section .pdp__slide,
.product-section .pdp__slide img,
.product-section .pdp__slide video {
  border-radius: var(--pdp-image-radius) !important;
}
.product-section .pdp__thumb {
  border-radius: var(--pdp-thumb-radius) !important;
}
.product-section .pdp__title {
  font-size: var(--pdp-title-size) !important;
  font-weight: var(--pdp-title-weight) !important;
}
@media (max-width: 900px) {
  .product-section .pdp__title {
    font-size: var(--pdp-title-size-mobile) !important;
    font-weight: var(--pdp-title-weight-mobile) !important;
  }
}
.product-section .pdp__price-now {
  color: var(--pdp-price-now-color) !important;
}
.product-section .pdp__price-was {
  color: var(--pdp-price-was-color) !important;
}
.product-section .pdp__atc,
.product-section .pdp__buynow,
.product-section .pdp-sticky-atc__btn {
  border-radius: var(--pdp-button-radius) !important;
}
.product-section .qty-stepper {
  border-radius: var(--pdp-qty-radius) !important;
}
@media (min-width: 901px) {
  .product-section .pdp__grid {
    grid-template-columns: var(--pdp-gallery-grid-columns, 1fr 1fr);
  }
}

/* ─── PRODUCT RECOMMENDATIONS ────────────────────────────────────────────── */
.product-recommendations {
  background: var(--pdp-rec-bg);
  padding: var(--pdp-rec-padding-top) 0 var(--pdp-rec-padding-bottom);
}
.product-recommendations .section-heading {
  color: var(--pdp-rec-text-color);
  margin-bottom: 32px;
  font-family: var(--font-heading, 'Cormorant Garamond', Georgia, serif);
  font-weight: 700;
  text-align: center;
}
.product-recommendations .product-recommendations__grid {
  display: grid;
  grid-template-columns: var(--pdp-rec-desktop-columns, repeat(4, 1fr));
  gap: 20px;
}

/* Apply custom corner radii and variables */
.product-recommendations {
  --cpg-btn-bg:      var(--color-primary, #E8637A);
  --cpg-btn-text:    #fff;
  --cpg-badge-bg:    var(--color-primary, #E8637A);
  --cpg-badge-text:  #fff;
  --cpg-card-text:   var(--pdp-rec-text-color);
  --cpg-price:       var(--pdp-rec-price-color);
  --cpg-card-radius: var(--pdp-rec-card-radius);
  --cpg-img-radius:  var(--pdp-rec-img-radius);
}

.product-recommendations .product-card {
  border-radius: var(--pdp-rec-card-radius, 12px) !important;
}
.product-recommendations .product-card__media {
  border-radius: var(--pdp-rec-img-radius, 12px) var(--pdp-rec-img-radius, 12px) 0 0 !important;
}
.product-recommendations .product-card__title a {
  color: var(--pdp-rec-text-color, #111111) !important;
}
.product-recommendations .product-card__price-now {
  color: var(--pdp-rec-price-color, #E8637A) !important;
}

@media (max-width: 900px) {
  .product-recommendations .product-recommendations__grid {
    grid-template-columns: var(--pdp-rec-mobile-columns, repeat(2, 1fr));
    gap: 16px;
  }
}
@media (max-width: 480px) {
  .product-recommendations .product-recommendations__grid {
    grid-template-columns: var(--pdp-rec-mobile-columns, repeat(2, 1fr));
    gap: 12px;
  }
}

/* ── PREMIUM ADD TO CART BUTTON (REDESIGNED) ── */
.product-section .pdp__atc--premium {
  display: flex !important;
  align-items: center;
  justify-content: center;
  gap: 12px;
  height: 54px !important;
  border-radius: 14px !important;
  background: linear-gradient(135deg, #FF6F91 0%, #FF4D6D 100%) !important;
  color: #FFFFFF !important;
  font-family: inherit;
  font-size: 15px !important;
  font-weight: 800 !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase !important;
  border: none !important;
  box-shadow: 0 8px 24px rgba(255, 77, 109, 0.4) !important;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275) !important;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  padding: 0 24px !important;
}

.product-section .pdp__atc--premium:hover:not([disabled]) {
  transform: translateY(-2px) scale(1.02) !important;
  box-shadow: 0 12px 30px rgba(255, 77, 109, 0.55) !important;
  background: linear-gradient(135deg, #FF82A0 0%, #FF5A7C 100%) !important;
}

.product-section .pdp__atc--premium:active:not([disabled]) {
  transform: translateY(1px) scale(0.98) !important;
  box-shadow: 0 6px 16px rgba(255, 77, 109, 0.3) !important;
}

.product-section .pdp__atc--premium[disabled] {
  background: #E0E0E0 !important;
  color: #A0A0A0 !important;
  box-shadow: none !important;
  cursor: not-allowed;
}

.pdp__atc-icon-wrap {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

.pdp__atc-icon {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.pdp__atc-sparkles {
  position: absolute;
  top: -4px;
  right: -4px;
  font-size: 8px;
  color: #FFF;
  line-height: 1;
  pointer-events: none;
  animation: pdpATCSparkle 2s infinite ease-in-out;
}

@keyframes pdpATCSparkle {
  0%, 100% {
    opacity: 0.3;
    transform: scale(0.8) rotate(0deg);
  }
  50% {
    opacity: 1;
    transform: scale(1.2) rotate(45deg);
  }
}



/* ─── PRODUCT TRUST STRIP ────────────────────────────────────────────────── */
.pdp__trust-strip {
  background: var(--ts-bg, transparent);
  border: 1px solid var(--ts-border, transparent);
  border-radius: var(--ts-radius, 0px);
  padding: var(--ts-padding-top, 12px) 0 var(--ts-padding-bottom, 12px);
  margin: 16px 0;
  width: 100%;
  box-sizing: border-box;
  animation: trustStripFadeIn 0.6s cubic-bezier(0.16, 1, 0.3, 1) both;
}

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

.pdp__trust-strip-inner {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: var(--ts-spacing, 16px);
  width: 100%;
}

.pdp__trust-item {
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--ts-text, #111111);
  font-family: var(--font-body, 'DM Sans', sans-serif);
  transition: opacity 0.2s ease, transform 0.2s ease;
  cursor: default;
}

.pdp__trust-item:hover {
  opacity: 0.95;
}

.pdp__trust-item:hover .pdp__trust-icon svg {
  transform: scale(1.08);
  opacity: 0.9;
}

.pdp__trust-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: var(--ts-icon-size, 18px);
  height: var(--ts-icon-size, 18px);
  color: var(--ts-icon, #E83060);
  flex-shrink: 0;
}

.pdp__trust-icon svg {
  width: 100%;
  height: 100%;
  stroke: currentColor;
  fill: none;
  transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0.3s ease;
  display: block;
}

.pdp__trust-content {
  display: flex;
  flex-direction: column;
  line-height: 1.2;
}

.pdp__trust-title {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.03em;
  text-transform: capitalize;
}

.pdp__trust-subtitle {
  font-size: 10px;
  color: #888888;
  margin-top: 1px;
}

.pdp__trust-divider {
  width: 1px;
  height: 16px;
  background: var(--ts-border, #EAEAEA);
  flex-shrink: 0;
}

/* Tooltips */
.pdp__trust-item.has-tooltip {
  cursor: pointer;
}

.pdp__trust-tooltip {
  position: absolute;
  bottom: 120%;
  left: 50%;
  transform: translateX(-50%) translateY(4px);
  background: #111111;
  color: #ffffff;
  padding: 6px 10px;
  border-radius: 6px;
  font-size: 10px;
  white-space: nowrap;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.2s ease, transform 0.2s ease;
  z-index: 100;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.pdp__trust-tooltip::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-width: 5px;
  border-style: solid;
  border-color: #111111 transparent transparent transparent;
}

.pdp__trust-item.has-tooltip:hover .pdp__trust-tooltip {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}

/* LAYOUT STYLES OPTIONS */

/* Style 1: Minimal Editorial */
.pdp__trust-strip--minimal {
  background: transparent !important;
  border: none !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.pdp__trust-strip--minimal .pdp__trust-divider {
  background: rgba(0,0,0,0.06);
}

/* Style 2: Luxury Pill */
.pdp__trust-strip--pill .pdp__trust-item {
  background: #FFE8EE;
  border: 1px solid rgba(232, 48, 96, 0.12);
  padding: 6px 14px;
  border-radius: 999px;
  transition: background 0.2s ease, border-color 0.2s ease;
}
.pdp__trust-strip--pill .pdp__trust-item:hover {
  background: #FFE0E7;
  border-color: rgba(232, 48, 96, 0.2);
}
.pdp__trust-strip--pill .pdp__trust-divider {
  display: none !important;
}

/* Style 3: Compact Icon Row */
.pdp__trust-strip--compact {
  padding-left: 4px;
  padding-right: 4px;
}

/* Style 4: Scrollable Mobile Ribbon */
.pdp__trust-strip--scrollable .pdp__trust-strip-inner {
  flex-wrap: nowrap !important;
  overflow-x: auto;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}
.pdp__trust-strip--scrollable .pdp__trust-strip-inner::-webkit-scrollbar {
  display: none;
}
.pdp__trust-strip--scrollable .pdp__trust-item {
  flex-shrink: 0;
}

/* MOBILE RESPONSIVENESS OVERRIDES */
@media (max-width: 749px) {
  /* Swipe Ribbon (Default Mobile Style) */
  .pdp__trust-strip-mobile--swipe .pdp__trust-strip-inner {
    flex-wrap: nowrap !important;
    overflow-x: auto;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    padding: 2px 4px;
  }
  
  .pdp__trust-strip-mobile--swipe .pdp__trust-strip-inner::-webkit-scrollbar {
    display: none;
  }
  
  .pdp__trust-strip-mobile--swipe .pdp__trust-item {
    flex-shrink: 0;
    scroll-snap-align: start;
  }

  /* Two-Row Compact Grid */
  .pdp__trust-strip-mobile--grid .pdp__trust-strip-inner {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
  
  .pdp__trust-strip-mobile--grid .pdp__trust-divider {
    display: none !important;
  }

  /* Single-Row Scrollable Ribbon */
  .pdp__trust-strip-mobile--scrollable .pdp__trust-strip-inner {
    flex-wrap: nowrap !important;
    overflow-x: auto;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
    padding: 2px 4px;
  }
  
  .pdp__trust-strip-mobile--scrollable .pdp__trust-strip-inner::-webkit-scrollbar {
    display: none;
  }
  
  .pdp__trust-strip-mobile--scrollable .pdp__trust-item {
    flex-shrink: 0;
  }
}

  /* ─── SOCIAL PROOF TICKER ────────────────────────────────────────────────── */
  .pdp-social-proof-ticker {
    background-color: var(--ticker-bg, #FFE8EE);
    border: 1px solid var(--ticker-border, #FFAFC3);
    border-radius: var(--ticker-radius, 8px);
    padding: var(--ticker-padding-top, 10px) 16px var(--ticker-padding-bottom, 10px);
    max-width: 100% !important;
    width: 100% !important;
    margin: 0 0 10px 0;
    overflow: hidden;
    position: relative;
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    box-sizing: border-box !important;
  }

  .pdp-social-proof-ticker.has-shadow {
    box-shadow: 0 4px 12px rgba(232, 48, 96, 0.08);
  }

  .pdp-social-proof-ticker.no-border {
    border: none !important;
  }

  .pdp-social-proof-ticker__track {
    display: flex;
    position: relative;
    width: 100%;
    height: 24px;
    align-items: center;
  }

  .pdp-social-proof-ticker__item {
    display: flex;
    align-items: center;
    justify-content: var(--ticker-desktop-align, center);
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    pointer-events: none;
    text-decoration: none;
    font-family: var(--font-body, 'DM Sans', sans-serif);
    font-size: 13px;
    font-weight: 500;
    color: var(--ticker-text, #E83060);
    line-height: 24px;
    gap: 8px;
    transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    box-sizing: border-box;
  }

  .pdp-social-proof-ticker__item:hover {
    text-decoration: none;
  }

  .pdp-social-proof-ticker__item.is-active {
    opacity: 1;
    pointer-events: auto;
    position: relative;
    z-index: 2;
  }

  .pdp-social-proof-ticker__icon {
    width: 16px;
    height: 16px;
    color: var(--ticker-icon, #E83060);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
  }

  .pdp-social-proof-ticker__icon svg {
    width: 100%;
    height: 100%;
    stroke: currentColor;
    stroke-width: 1.75;
    fill: none;
    display: block;
  }

  .pdp-social-proof-ticker__text {
    letter-spacing: 0.01em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  /* --- FADE ANIMATION --- */
  .pdp-social-proof-ticker[data-animation="fade"] .pdp-social-proof-ticker__item.is-active {
    animation: tickerFadeIn 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
  }
  .pdp-social-proof-ticker[data-animation="fade"] .pdp-social-proof-ticker__item.is-exiting {
    animation: tickerFadeOut 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
  }

  @keyframes tickerFadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
  }
  @keyframes tickerFadeOut {
    from { opacity: 1; }
    to { opacity: 0; }
  }

  /* --- SLIDE UP ANIMATION --- */
  .pdp-social-proof-ticker[data-animation="slide-up"] .pdp-social-proof-ticker__item.is-active {
    animation: tickerSlideUpIn 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
  }
  .pdp-social-proof-ticker[data-animation="slide-up"] .pdp-social-proof-ticker__item.is-exiting {
    animation: tickerSlideUpOut 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
  }

  @keyframes tickerSlideUpIn {
    from { transform: translateY(100%); opacity: 0; }
    to { transform: translateY(0); opacity: 1; }
  }
  @keyframes tickerSlideUpOut {
    from { transform: translateY(0); opacity: 1; }
    to { transform: translateY(-100%); opacity: 0; }
  }

  /* --- SLIDE LEFT ANIMATION --- */
  .pdp-social-proof-ticker[data-animation="slide-left"] .pdp-social-proof-ticker__item.is-active {
    animation: tickerSlideLeftIn 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
  }
  .pdp-social-proof-ticker[data-animation="slide-left"] .pdp-social-proof-ticker__item.is-exiting {
    animation: tickerSlideLeftOut 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
  }

  @keyframes tickerSlideLeftIn {
    from { transform: translateX(100%); opacity: 0; }
    to { transform: translateX(0); opacity: 1; }
  }
  @keyframes tickerSlideLeftOut {
    from { transform: translateX(0); opacity: 1; }
    to { transform: translateX(-100%); opacity: 0; }
  }

  /* --- TYPEWRITER ANIMATION --- */
  .pdp-social-proof-ticker[data-animation="typewriter"] .pdp-social-proof-ticker__item.is-active {
    opacity: 1;
  }
  .pdp-social-proof-ticker[data-animation="typewriter"] .pdp-social-proof-ticker__item.is-active .pdp-social-proof-ticker__text {
    border-right: 1.5px solid var(--ticker-text, #E83060);
    animation: tickerTypewriterBlink 0.75s step-end infinite;
    display: inline-block;
    padding-right: 2px;
  }

  @keyframes tickerTypewriterBlink {
    from, to { border-color: transparent }
    50% { border-color: var(--ticker-text, #E83060); }
  }

  /* Text sizes */
  .pdp-social-proof-ticker--text-small .pdp-social-proof-ticker__item { font-size: 11px; }
  .pdp-social-proof-ticker--text-medium .pdp-social-proof-ticker__item { font-size: 13px; }
  .pdp-social-proof-ticker--text-large .pdp-social-proof-ticker__item { font-size: 15px; }

  /* Compact Mode on Mobile */
  @media screen and (max-width: 768px) {
    .pdp-social-proof-ticker.pdp-social-proof-ticker--compact-mobile {
      padding-top: 6px !important;
      padding-bottom: 6px !important;
      margin: 10px auto !important;
    }
    .pdp-social-proof-ticker.pdp-social-proof-ticker--compact-mobile .pdp-social-proof-ticker__track {
      height: 18px;
    }
    .pdp-social-proof-ticker.pdp-social-proof-ticker--compact-mobile .pdp-social-proof-ticker__item {
      line-height: 18px;
      font-size: 11px !important;
    }
    .pdp-social-proof-ticker.pdp-social-proof-ticker--compact-mobile .pdp-social-proof-ticker__icon {
      width: 13px;
      height: 13px;
    }
  }

  /* ─── MOBILE SIT-FLUSH OVERRIDES ────────────────────────────────────────── */
  @media screen and (max-width: 900px) {
    /* Collapse all top spacing on product page wrappers on mobile viewports */
    .template-product-page #MainContent {
      margin-top: 0 !important;
      padding-top: 0 !important;
    }
    .template-product-page #shopify-section-main-product {
      margin-top: 0 !important;
      padding-top: 0 !important;
    }
    .template-product-page .pdp {
      margin-top: 0 !important;
      padding-top: 0 !important;
    }
    .template-product-page .pdp__inner {
      margin-top: 0 !important;
      padding-top: 0 !important;
    }
    .template-product-page .pdp__grid {
      margin-top: 0 !important;
      padding-top: 0 !important;
    }
    .template-product-page .pdp__media {
      margin-top: 0 !important;
      padding-top: 0 !important;
      width: 100% !important;
    }
    
    /* Make the gallery full-width / full-bleed (no left and right margins/paddings) for all mobile styles */
    .template-product-page .pdp__gallery-wrap {
      width: 100vw !important;
      max-width: 100vw !important;
      margin-left: calc(-50vw + 50%) !important;
      margin-right: calc(-50vw + 50%) !important;
      margin-top: 0 !important;
      padding-top: 0 !important;
      height: auto !important;
      aspect-ratio: var(--pdp-gallery-aspect-ratio) !important;
    }
    .template-product-page .pdp__gallery {
      margin-top: 0 !important;
      padding-top: 0 !important;
    }
    
    /* Override dynamic border radius to sit perfectly flush */
    .product-section .pdp__gallery-wrap,
    .product-section .pdp__slide,
    .product-section .pdp__slide img,
    .product-section .pdp__slide video {
      border-radius: 0 !important;
    }

    /* Stacked mobile style: make each slide full-bleed as well */
    .template-product-page.pdp--mobile-stacked .pdp__slide {
      width: 100vw !important;
      margin-left: calc(-50vw + 50%) !important;
      margin-right: calc(-50vw + 50%) !important;
      border-radius: 0 !important;
    }
    
    /* Remove any margins/paddings from header & announcement sections that push content down */
    .template-product-page #shopify-section-header,
    .template-product-page #shopify-section-announcement-bar {
      margin-bottom: 0 !important;
      padding-bottom: 0 !important;
    }
    .template-product-page .site-header,
    .template-product-page .announcement-bar {
      margin-bottom: 0 !important;
      padding-bottom: 0 !important;
    }

    /* Compress vertical spacing inside product information column on mobile */
    .template-product-page .pdp__info {
      padding-top: 4px !important;
      gap: 0 !important;
    }
    .template-product-page .pdp__badge-row {
      margin-bottom: 6px !important;
      gap: 6px !important;
    }
    .template-product-page .pdp__title {
      margin-bottom: 4px !important;
    }
    .template-product-page .pdp__rating {
      margin-top: 0 !important;
      margin-bottom: 2px !important;
    }
    .template-product-page .pdp__lowest {
      margin-top: 0 !important;
      margin-bottom: 2px !important;
      padding: 5px 10px !important;
    }
    .template-product-page .pdp__countdown-wrapper {
      margin-top: 0 !important;
      margin-bottom: 2px !important;
      padding: 8px 12px !important;
    }
    .template-product-page .pdp__price-qty-row {
      justify-content: flex-start !important;
      margin-top: 0px !important;
      margin-bottom: 10px !important;
      gap: 16px !important;
    }

    .template-product-page .pdp-social-proof-ticker {
      margin-top: 0 !important;
      margin-bottom: 8px !important;
      width: 100% !important;
      max-width: 100% !important;
    }
    .template-product-page .pdp__atc {
      margin-bottom: 6px !important;
    }
    .template-product-page .pdp__buynow {
      margin-bottom: 0 !important;
    }
    .template-product-page .pdp__info form[data-cart-add] {
      margin-top: 0 !important;
      margin-bottom: 0 !important;
    }
  }

/* ─── PRODUCT BENEFITS GRID BLOCK ────────────────────────────────────────── */
.pdp-benefits-grid {
  margin: 16px 0;
  width: 100%;
}
.pdp-benefits-grid__inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: flex-start;
  background: #ffffff;
  border: 1px solid #efebeb;
  border-radius: 12px;
  padding: 18px 12px;
  position: relative;
}
.pdp-benefits-grid__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 0 10px;
  position: relative;
}
.pdp-benefits-grid__item:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 15%;
  height: 70%;
  width: 1px;
  background: #efebeb;
}
.pdp-benefits-grid__icon-wrap {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #fff0f2;
  color: #e83060;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 8px;
  transition: transform 0.3s ease;
}
.pdp-benefits-grid__item:hover .pdp-benefits-grid__icon-wrap {
  transform: scale(1.08);
}
.pdp-benefits-grid__icon {
  width: 22px;
  height: 22px;
}
.pdp-benefits-grid__title {
  font-size: 13px;
  font-weight: 700;
  color: #111111;
  margin: 0 0 3px;
  line-height: 1.2;
}
.pdp-benefits-grid__text {
  font-size: 10.5px;
  color: #666666;
  margin: 0;
  line-height: 1.35;
}

/* Mobile responsive layout */
@media (max-width: 768px) {
  .pdp-benefits-grid__inner {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 16px;
    padding: 14px 8px;
  }
  .pdp-benefits-grid__item {
    padding: 0 6px;
  }
  .pdp-benefits-grid__item::after {
    display: none !important;
  }
  .pdp-benefits-grid__item:nth-child(odd)::after {
    content: "";
    position: absolute;
    right: 0;
    top: 15%;
    height: 70%;
    width: 1px;
    background: #efebeb;
    display: block !important;
  }
}
