﻿/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   SHOP.CSS â€” Clarity Wellness v2
   Load order: global.css â†’ animations.css â†’ components.css
               â†’ shop.css â†’ responsive.css
   â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */

/* â”€â”€ GOLD BUTTON (supplement global) â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.btn-gold {
  background: var(--gold);
  color: #fff;
  border: 2px solid var(--gold);
}
.btn-gold:hover,
.btn-gold:focus-visible {
  background: #b8903e;
  border-color: #b8903e;
  color: #fff;
}

/* â”€â”€ SHOP HERO â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.shop-hero {
  position: relative;
  min-height: 92vh;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.shop-hero-photo {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.shop-hero-mesh {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    135deg,
    rgba(26,95,90,0.90) 0%,
    rgba(26,95,90,0.65) 50%,
    rgba(0,0,0,0.25) 100%
  );
}
.shop-hero-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: clamp(40px, 6vw, 80px);
  padding-block: calc(var(--nav-height) + 80px) 80px;
}
.shop-hero-eyebrow {
  display: inline-block;
  font-family: var(--font-body);
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 12px;
}
.shop-hero-headline {
  font-family: var(--font-display);
  font-size: clamp(2.6rem, 5.5vw, 4rem);
  font-weight: 500;
  line-height: 1.1;
  color: #fff;
  margin-bottom: 20px;
}
.shop-hero-headline em {
  font-style: italic;
  color: var(--gold-light);
}
.shop-hero-sub {
  font-size: 1.05rem;
  line-height: 1.75;
  color: rgba(255,255,255,0.82);
  max-width: 54ch;
  margin-bottom: 32px;
}
.shop-hero-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.shop-hero-tab {
  background: rgba(255,255,255,0.12);
  border: 1px solid rgba(255,255,255,0.28);
  color: rgba(255,255,255,0.88);
  border-radius: 50px;
  padding: 8px 20px;
  font-size: 0.82rem;
  font-weight: 500;
  cursor: pointer;
  transition: background 0.22s, border-color 0.22s, color 0.22s;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}
.shop-hero-tab:hover,
.shop-hero-tab--active {
  background: var(--gold);
  border-color: var(--gold);
  color: #fff;
}

/* Hero Collage */
.shop-hero-collage {
  position: relative;
  height: 440px;
}
.collage-item {
  position: absolute;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 16px 48px rgba(0,0,0,0.40);
  line-height: 0;
}
.collage-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.collage-item--1 { width: 210px; height: 230px; top: 0;    left: 60px;  transform: rotate(-3deg); }
.collage-item--2 { width: 160px; height: 175px; top: 40px; right: 10px; transform: rotate(4deg); }
.collage-item--3 { width: 190px; height: 210px; bottom: 10px; left: 10px;  transform: rotate(2deg); }
.collage-item--4 { width: 145px; height: 155px; bottom: 30px; right: 55px; transform: rotate(-5deg); }

/* â”€â”€ FEATURED BANNER â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.shop-featured-banner {
  background: linear-gradient(135deg, var(--teal-deep) 0%, var(--teal-mid) 100%);
  padding-block: 80px;
  overflow: hidden;
}
.shop-featured-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(40px, 6vw, 80px);
  align-items: center;
}
.shop-featured-badge {
  display: inline-block;
  background: var(--gold);
  color: #fff;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.20em;
  text-transform: uppercase;
  padding: 5px 14px;
  border-radius: 50px;
  margin-bottom: 16px;
}
.shop-featured-title {
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 500;
  color: #fff;
  line-height: 1.15;
  margin-bottom: 10px;
}
.shop-featured-tagline {
  font-family: var(--font-accent);
  font-style: italic;
  font-size: 1.05rem;
  color: var(--gold-light);
  margin-bottom: 16px;
}
.shop-featured-desc {
  font-size: 0.95rem;
  line-height: 1.78;
  color: rgba(255,255,255,0.80);
  max-width: 52ch;
  margin-bottom: 24px;
}
.shop-featured-price-row {
  display: flex;
  align-items: baseline;
  gap: 14px;
  margin-bottom: 28px;
}
.shop-featured-price-val {
  font-family: var(--font-display);
  font-size: 2.2rem;
  font-weight: 600;
  color: #fff;
  line-height: 1;
}
.shop-featured-price-label {
  font-size: 0.82rem;
  color: rgba(255,255,255,0.62);
}
.shop-featured-img img {
  width: 100%;
  border-radius: 18px;
  box-shadow: 0 24px 70px rgba(0,0,0,0.40);
  aspect-ratio: 17/14;
  object-fit: cover;
  display: block;
}

/* â”€â”€ FILTER + SORT BAR â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.shop-controls-bar {
  position: sticky;
  top: var(--nav-height);
  z-index: 90;
  background: rgba(250,250,248,0.96);
  border-bottom: 1px solid rgba(26,95,90,0.10);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  padding-block: 14px;
}
.shop-controls-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}
.shop-filter-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.filter-tag {
  background: transparent;
  border: 1px solid rgba(26,95,90,0.22);
  color: var(--slate);
  border-radius: 50px;
  padding: 6px 18px;
  font-size: 0.82rem;
  font-weight: 500;
  cursor: pointer;
  transition: background 0.20s, border-color 0.20s, color 0.20s;
  font-family: var(--font-body);
}
.filter-tag:hover {
  border-color: var(--teal-mid);
  color: var(--teal-mid);
}
.filter-tag.active {
  background: var(--teal-deep);
  border-color: var(--teal-deep);
  color: #fff;
}
.shop-sort-row {
  display: flex;
  align-items: center;
  gap: 12px;
}
.shop-sort-select {
  border: 1px solid rgba(26,95,90,0.22);
  border-radius: 8px;
  padding: 6px 34px 6px 12px;
  font-size: 0.82rem;
  font-family: var(--font-body);
  color: var(--slate);
  background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24'%3E%3Cpath fill='%234A5568' d='M7 10l5 5 5-5z'/%3E%3C/svg%3E") no-repeat right 10px center;
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
}
.shop-sort-select:focus {
  outline: 2px solid var(--teal-mid);
  outline-offset: 2px;
}
.shop-results-count {
  font-size: 0.78rem;
  color: var(--slate);
  white-space: nowrap;
}

/* â”€â”€ PRODUCTS GRID â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.shop-grid-section {
  padding-block: 60px 80px;
}
.shop-products-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

/* Product Card */
.product-card {
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(26,95,90,0.08);
  transition: transform 0.28s ease, box-shadow 0.28s ease;
}
.product-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 52px rgba(26,95,90,0.15);
}

/* Product Image Area */
.shop-product-img {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1;
  background: var(--teal-pale);
}
.shop-product-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.40s ease;
  display: block;
}
.product-card:hover .shop-product-img img {
  transform: scale(1.06);
}

/* Badge */
.shop-product-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 4px 10px;
  border-radius: 50px;
  z-index: 2;
  pointer-events: none;
}
.shop-product-badge--new        { background: var(--teal-deep); color: #fff; }
.shop-product-badge--bestseller { background: var(--gold);      color: #fff; }
.shop-product-badge--popular    { background: #6B46C1;          color: #fff; }
.shop-product-badge--save       { background: #E53E3E;          color: #fff; }

/* Hover Action Buttons */
.shop-product-actions {
  position: absolute;
  top: 12px;
  right: 12px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  opacity: 0;
  transform: translateX(10px);
  transition: opacity 0.25s ease, transform 0.25s ease;
  z-index: 2;
}
.product-card:hover .shop-product-actions {
  opacity: 1;
  transform: translateX(0);
}
.shop-product-actions button {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(255,255,255,0.94);
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.20s, color 0.20s;
  color: var(--charcoal);
  font-size: 1rem;
}
.shop-product-actions button:hover {
  background: var(--teal-deep);
  color: #fff;
}
.shop-product-actions button.wishlisted {
  color: var(--gold);
}

/* Card Body */
.shop-product-body {
  padding: 18px 18px 20px;
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 8px;
}
.shop-product-tag {
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--teal-mid);
}
.shop-product-body h3 {
  font-family: var(--font-display);
  font-size: 1.05rem;
  font-weight: 600;
  color: var(--charcoal);
  line-height: 1.3;
  margin: 0;
}
.product-description {
  font-size: 0.82rem;
  color: var(--slate);
  line-height: 1.58;
  flex: 1;
  margin: 0;
}
.shop-product-stars {
  display: flex;
  align-items: center;
  gap: 2px;
  font-size: 0.80rem;
  color: var(--gold);
}
.shop-product-stars span {
  color: var(--slate);
  font-size: 0.73rem;
  margin-left: 3px;
}
.shop-product-price-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-top: 4px;
}
.product-price {
  font-family: var(--font-display);
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--teal-deep);
}

/* â”€â”€ BUNDLE SPOTLIGHT â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.shop-bundle-spotlight {
  background: linear-gradient(135deg, var(--charcoal) 0%, #163e3b 100%);
  padding-block: 88px;
  overflow: hidden;
}
.shop-bundle-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(40px, 6vw, 80px);
  align-items: center;
}
.shop-bundle-img img {
  width: 100%;
  border-radius: 18px;
  box-shadow: 0 28px 70px rgba(0,0,0,0.55);
  aspect-ratio: 7/5;
  object-fit: cover;
  display: block;
}
.shop-bundle-badge {
  display: inline-block;
  background: var(--gold);
  color: #fff;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.20em;
  text-transform: uppercase;
  padding: 5px 14px;
  border-radius: 50px;
  margin-bottom: 16px;
}
.shop-bundle-content h2 {
  font-family: var(--font-display);
  font-size: clamp(1.9rem, 3.5vw, 2.8rem);
  font-weight: 500;
  color: #fff;
  line-height: 1.2;
  margin-bottom: 10px;
}
.shop-bundle-tagline {
  font-family: var(--font-accent);
  font-style: italic;
  font-size: 1rem;
  color: var(--gold-light);
  margin-bottom: 24px;
}
.shop-bundle-includes {
  list-style: none;
  margin: 0 0 24px;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.shop-bundle-includes li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 0.93rem;
  color: rgba(255,255,255,0.87);
}
.shop-bundle-includes li i {
  color: var(--teal-light);
  font-size: 1.1rem;
  flex-shrink: 0;
  margin-top: 1px;
}
.shop-bundle-pricing {
  padding: 18px 22px;
  background: rgba(255,255,255,0.07);
  border-radius: 12px;
  border: 1px solid rgba(255,255,255,0.12);
  margin-bottom: 28px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.shop-bundle-pricing p { margin: 0; }
.shop-bundle-original  { font-size: 0.85rem; color: rgba(255,255,255,0.50); }
.shop-bundle-original s { text-decoration: line-through; }
.shop-bundle-now       { font-size: 1.1rem; color: #fff; font-weight: 500; }
.shop-bundle-now strong { color: var(--gold-light); font-size: 1.35rem; }
.shop-bundle-saving    { font-size: 0.82rem; color: var(--teal-light); font-weight: 600; }

/* â”€â”€ TRUST STRIP â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.shop-trust-section {
  padding-block: 64px;
  background: var(--warm-white);
  border-top: 1px solid rgba(26,95,90,0.08);
  border-bottom: 1px solid rgba(26,95,90,0.08);
}
.shop-trust-inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
  text-align: center;
}
.shop-trust-item i {
  font-size: 2rem;
  color: var(--teal-mid);
  display: block;
  margin-bottom: 12px;
}
.shop-trust-item h4 {
  font-family: var(--font-display);
  font-size: 1rem;
  font-weight: 600;
  color: var(--charcoal);
  margin-bottom: 8px;
}
.shop-trust-item p {
  font-size: 0.83rem;
  color: var(--slate);
  line-height: 1.58;
  margin: 0;
  max-width: 22ch;
  margin-inline: auto;
}

/* â”€â”€ REVIEWS SECTION â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.shop-reviews-section {
  padding-block: 80px;
  background: var(--teal-pale);
}
.shop-reviews-section .section-header {
  text-align: center;
  margin-bottom: 48px;
}
.shop-reviews-section .section-header h2 {
  font-family: var(--font-display);
  font-size: clamp(1.7rem, 3vw, 2.4rem);
  font-weight: 500;
  color: var(--charcoal);
}
.shop-reviews-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.shop-review-card {
  background: #fff;
  border-radius: 16px;
  padding: 28px 26px;
  box-shadow: 0 4px 24px rgba(26,95,90,0.08);
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.shop-review-stars {
  display: flex;
  gap: 3px;
  color: var(--gold);
  font-size: 0.92rem;
}
.shop-review-card p {
  font-size: 0.93rem;
  line-height: 1.72;
  color: var(--slate);
  flex: 1;
  margin: 0;
  font-style: italic;
}
.shop-review-attribution {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  border-top: 1px solid rgba(26,95,90,0.08);
  padding-top: 12px;
}
.shop-review-attribution strong {
  font-size: 0.88rem;
  color: var(--charcoal);
}
.shop-review-tag {
  font-size: 0.72rem;
  font-weight: 600;
  color: var(--teal-mid);
  background: var(--teal-pale);
  padding: 3px 10px;
  border-radius: 50px;
}

/* ── QUICK VIEW MODAL ─────────────────────────────────────────── */
.modal-container {
  background: var(--pure-white);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-xl);
  width: 100%;
  max-width: 880px;
  max-height: 90vh;
  overflow-y: auto;
  position: relative;
  transform: translateY(20px) scale(0.97);
  transition: transform var(--transition);
}
.modal-overlay.open .modal-container {
  transform: translateY(0) scale(1);
}
.modal-container .modal-close {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 3;
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--pure-white);
  box-shadow: var(--shadow-sm);
  border-radius: 50%;
}
.modal-container .modal-close:hover { background: var(--teal-pale); color: var(--teal-deep); }

.product-modal-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.product-modal-img-col {
  background: var(--teal-pale);
  padding: 28px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  border-radius: var(--radius-lg) 0 0 var(--radius-lg);
}
.product-modal-img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: var(--radius);
  display: block;
}
.product-modal-thumbs {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.product-modal-thumbs button {
  width: 56px;
  height: 56px;
  padding: 0;
  flex-shrink: 0;
  border-radius: 8px;
  overflow: hidden;
  cursor: pointer;
  border: 2px solid transparent;
  background: none;
  transition: border-color var(--transition-fast);
}
.product-modal-thumbs button.active,
.product-modal-thumbs button:hover { border-color: var(--teal-mid); }
.product-modal-thumbs img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.product-modal-info {
  padding: 40px 40px 36px 28px;
  display: flex;
  flex-direction: column;
}
.product-modal-info h3 {
  font-family: var(--font-display);
  font-size: 1.6rem;
  color: var(--charcoal);
  line-height: 1.25;
  margin-bottom: 10px;
  padding-right: 30px;
}
.product-modal-price {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--teal-deep);
  margin-bottom: 14px;
}
.product-modal-info p[data-modal-product-desc] {
  color: var(--slate);
  line-height: 1.7;
  font-size: 0.95rem;
}

/* Quantity stepper — shared by quick view, product page and cart drawer */
.qty-control {
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(26, 95, 90, 0.2);
  border-radius: var(--radius-full);
  overflow: hidden;
  width: fit-content;
}
.qty-btn {
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--pure-white);
  border: none;
  color: var(--teal-deep);
  cursor: pointer;
  transition: background var(--transition-fast);
}
.qty-btn:hover { background: var(--teal-pale); }
.qty-value {
  width: 44px;
  height: 38px;
  text-align: center;
  border: none;
  border-left: 1px solid rgba(26, 95, 90, 0.15);
  border-right: 1px solid rgba(26, 95, 90, 0.15);
  font-size: 0.95rem;
  font-family: var(--font-body);
  color: var(--charcoal);
  -moz-appearance: textfield;
}
.qty-value::-webkit-outer-spin-button,
.qty-value::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }