﻿:root {
  --bg: #fffaf4;
  --bg-2: #f6f0ea;
  --bg-3: #ffffff;
  --surface: #fffdfb;
  --surface-2: rgba(255, 255, 255, 0.72);
  --surface-3: #f8f2ff;
  --text: #2f2240;
  --text-soft: #6f6482;
  --primary: #6437b6;
  --secondary: #8c69d9;
  --gold: #c8a15a;
  --border: rgba(100, 55, 182, 0.12);
  --shadow-sm: 0 14px 30px rgba(66, 41, 102, 0.08);
  --shadow-md: 0 22px 46px rgba(66, 41, 102, 0.14);
  --shadow-lg: 0 30px 80px rgba(66, 41, 102, 0.18);
  --gradient-hero: radial-gradient(circle at top left, rgba(140, 105, 217, 0.28), transparent 34%), radial-gradient(circle at bottom right, rgba(200, 161, 90, 0.16), transparent 22%), linear-gradient(180deg, #fffdfb 0%, #f7efe7 58%, #f4ecff 100%);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--text);
  background:
    radial-gradient(circle at 0% 0%, rgba(140, 105, 217, 0.08), transparent 22%),
    radial-gradient(circle at 100% 20%, rgba(200, 161, 90, 0.08), transparent 20%),
    linear-gradient(180deg, var(--bg) 0%, #fffefe 100%);
  font-family: "Inter", sans-serif;
  overflow-x: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

img,
video {
  display: block;
  max-width: 100%;
}

h1,
h2,
h3,
h4,
h5 {
  margin: 0;
  font-family: "Space Grotesk", "Inter", sans-serif;
  letter-spacing: -0.04em;
}

p {
  line-height: 1.65;
}

.container {
  width: min(1180px, calc(100vw - 28px));
  margin-inline: auto;
}

.section {
  padding: 68px 0;
}

.glass,
.page-card,
.shop-hero,
.offer-card,
.combo-card,
.product-card,
.testimonial,
.newsletter,
.page-hero,
.sosl-pdp-panel,
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product,
.woocommerce div.product .woocommerce-product-gallery,
.woocommerce div.product .summary,
.woocommerce-checkout-review-order,
.woocommerce-checkout #customer_details,
.woocommerce .cart-collaterals .cart_totals,
.woocommerce-cart table.cart,
.woocommerce-account .woocommerce,
.woocommerce .woocommerce-MyAccount-navigation,
.woocommerce .woocommerce-MyAccount-content {
  background: var(--surface-2);
  border: 1px solid rgba(255, 255, 255, 0.55);
  box-shadow: var(--shadow-sm);
  backdrop-filter: blur(16px);
}

.age-banner {
  position: sticky;
  top: 0;
  z-index: 2100;
  padding: 10px 12px;
  color: #fff;
  text-align: center;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.1em;
  background: linear-gradient(90deg, var(--primary), #9b74ed, var(--primary));
}

.site-header {
  position: sticky;
  top: 36px;
  z-index: 2000;
  margin: 12px auto 0;
  width: min(1180px, calc(100vw - 24px));
  border-radius: 18px;
}

.header-row {
  min-height: 74px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 0 14px;
}

.brand {
  font-size: clamp(24px, 6vw, 36px);
  font-weight: 700;
}

.brand span {
  color: var(--primary);
}

.main-nav .menu {
  display: none;
  gap: 18px;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

.main-nav .menu a,
.header-link {
  font-size: 14px;
  font-weight: 600;
  color: var(--text-soft);
}

.main-nav .menu a:hover,
.header-link:hover {
  color: var(--primary);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 8px;
}

.header-cart,
.header-link {
  min-height: 42px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid var(--border);
  background: rgba(255, 255, 255, 0.85);
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.sosl-cart-count {
  min-width: 20px;
  height: 20px;
  padding: 0 6px;
  display: inline-grid;
  place-items: center;
  border-radius: 999px;
  background: var(--primary);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
}

.hero {
  position: relative;
  padding: 132px 0 72px;
  overflow: hidden;
}

.hero-bg {
  position: absolute;
  inset: 0;
  background: var(--gradient-hero);
}

.hero-grid {
  position: relative;
  display: grid;
  gap: 20px;
}

.hero-copy,
.hero-visual {
  position: relative;
  z-index: 2;
}

.hero-copy h1 {
  max-width: 12ch;
  font-size: clamp(44px, 15vw, 88px);
  line-height: 0.95;
  margin-bottom: 14px;
}

.kicker,
.mini-label,
.tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(255, 255, 255, 0.8);
  color: var(--primary);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.subtitle {
  max-width: 60ch;
  margin: 0 0 22px;
  color: var(--text-soft);
  font-size: clamp(16px, 4.7vw, 20px);
}

.hero-actions,
.hero-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.btn {
  min-height: 48px;
  padding: 0 18px;
  border: 1px solid transparent;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 700;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn-primary {
  color: #fff;
  background: linear-gradient(135deg, var(--primary), var(--secondary));
  box-shadow: 0 18px 30px rgba(100, 55, 182, 0.26);
}

.btn-secondary {
  color: var(--primary);
  background: rgba(255, 255, 255, 0.8);
  border-color: var(--border);
}

.stat-card {
  min-width: 150px;
  padding: 14px;
  border-radius: 18px;
}

.stat-card strong {
  display: block;
  margin-bottom: 4px;
  font-size: 18px;
}

.stat-card span {
  color: var(--text-soft);
  font-size: 13px;
}

.hero-product-stack,
.hero-floating-note {
  border-radius: 24px;
}

.hero-product-stack {
  padding: 18px;
}

.hero-card-copy {
  margin-top: 18px;
}

.hero-card-copy h2 {
  margin-bottom: 8px;
  font-size: 28px;
}

.hero-card-copy p {
  margin: 0;
  color: var(--text-soft);
}

.hero-floating-note {
  max-width: 220px;
  margin: 14px 0 0 auto;
  padding: 14px;
}

.hero-floating-note span {
  display: block;
  margin-bottom: 6px;
  color: var(--primary);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.hero-floating-note strong {
  display: block;
  margin-bottom: 6px;
  font-size: 18px;
}

.hero-floating-note p {
  margin: 0;
  color: var(--text-soft);
  font-size: 13px;
}

.bottle-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr 0.8fr;
  align-items: end;
  gap: 14px;
  min-height: 280px;
}

.bottle {
  position: relative;
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(232, 219, 255, 0.9));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9), 0 16px 30px rgba(90, 58, 128, 0.12);
}

.bottle::before {
  content: "";
  position: absolute;
  top: -12px;
  left: 50%;
  width: 36%;
  height: 24px;
  transform: translateX(-50%);
  border-radius: 12px 12px 6px 6px;
  background: linear-gradient(180deg, var(--gold), #e8d3a1);
}

.bottle-tall {
  height: 248px;
}

.bottle-round {
  height: 196px;
  border-radius: 40px;
}

.bottle-slim {
  height: 228px;
}

.hero-orb {
  position: absolute;
  border-radius: 999px;
  filter: blur(10px);
  opacity: 0.75;
}

.hero-orb-a {
  top: 120px;
  left: -70px;
  width: 170px;
  height: 170px;
  background: radial-gradient(circle, rgba(140, 105, 217, 0.32), transparent 70%);
}

.hero-orb-b {
  right: -50px;
  bottom: 70px;
  width: 220px;
  height: 220px;
  background: radial-gradient(circle, rgba(200, 161, 90, 0.24), transparent 68%);
}

.announce-bar {
  overflow: hidden;
  border-block: 1px solid rgba(100, 55, 182, 0.08);
  background: rgba(255, 255, 255, 0.68);
  backdrop-filter: blur(10px);
}

.marquee-track {
  display: inline-flex;
  min-width: 200%;
  gap: 24px;
  padding: 13px 0;
  white-space: nowrap;
  color: var(--primary);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-shadow: 0 0 18px rgba(140, 105, 217, 0.2);
  animation: marquee 24s linear infinite;
}

@keyframes marquee {
  to {
    transform: translateX(-50%);
  }
}

.section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 18px;
}

.section-head h2,
.page-hero h1,
.shop-hero h1,
.newsletter h2 {
  font-size: clamp(30px, 8vw, 56px);
  line-height: 0.98;
}

.section-head a {
  color: var(--primary);
  font-size: 13px;
  font-weight: 700;
}

.product-scroller,
.combo-row,
.testimonial-track {
  display: grid;
  grid-auto-flow: column;
  gap: 14px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding-bottom: 4px;
}

.product-scroller {
  grid-auto-columns: 78%;
}

.combo-row {
  grid-auto-columns: 88%;
}

.testimonial-track {
  grid-auto-columns: 85%;
}

.product-card,
.combo-card,
.testimonial {
  position: relative;
  padding: 14px;
  border-radius: 22px;
  scroll-snap-align: start;
  border: 1px solid rgba(255, 255, 255, 0.75);
}

.product-card {
  overflow: hidden;
}

.product-card::after,
.offer-card::after {
  content: "";
  position: absolute;
  inset: auto -25% -36% auto;
  width: 120px;
  height: 120px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(140, 105, 217, 0.2), transparent 65%);
  pointer-events: none;
}

.wish {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 2;
  width: 34px;
  height: 34px;
  border: 1px solid var(--border);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.88);
  color: var(--primary);
}

.img-wrap,
.combo-media,
.placeholder-media {
  display: grid;
  place-items: center;
  overflow: hidden;
  border-radius: 18px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.94), rgba(234, 223, 255, 0.86)),
    linear-gradient(180deg, #fff, #f3ecff);
  border: 1px solid rgba(255, 255, 255, 0.7);
}

.img-wrap {
  aspect-ratio: 1 / 1;
}

.combo-media {
  aspect-ratio: 16 / 10;
  margin-bottom: 12px;
}

.placeholder-media span {
  color: var(--primary);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.product-card:hover .img-wrap img {
  transform: scale(1.05);
}

.product-card h3,
.combo-card h3,
.offer-card h3 {
  margin: 12px 0 6px;
  font-size: 19px;
}

.rating,
.testimonial div:last-child {
  color: var(--gold);
  font-size: 13px;
}

.price {
  margin: 8px 0 14px;
  font-size: 18px;
  font-weight: 800;
}

.card-actions .btn,
.combo-card .btn {
  width: 100%;
}

.combo-card p,
.offer-card p,
.testimonial p,
.page-card p,
.shop-hero p,
.page-hero p {
  color: var(--text-soft);
}

.offer-grid {
  display: grid;
  gap: 14px;
}

.offer-card {
  position: relative;
  padding: 18px;
  border-radius: 22px;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(100, 55, 182, 0.12), rgba(255, 255, 255, 0.7) 38%, rgba(200, 161, 90, 0.14));
}

.timer {
  margin: 10px 0 14px;
  color: var(--primary);
  font-size: 20px;
  font-weight: 800;
}

.avatar-badge {
  width: 56px;
  height: 56px;
  margin-bottom: 12px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(100, 55, 182, 0.85), rgba(200, 161, 90, 0.75));
  color: #fff;
  font-weight: 800;
}

.insta-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.insta-grid article {
  position: relative;
  aspect-ratio: 1 / 1;
  border-radius: 18px;
  overflow: hidden;
}

.insta-grid button {
  position: absolute;
  left: 10px;
  bottom: 10px;
  min-height: 34px;
  padding: 0 12px;
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  color: var(--primary);
  font-size: 12px;
  font-weight: 700;
}

.newsletter,
.page-card,
.page-hero,
.shop-hero {
  padding: 24px 18px;
  border-radius: 24px;
}

.newsletter-form {
  display: grid;
  gap: 10px;
  max-width: 460px;
}

.newsletter {
  text-align: center;
}

.newsletter .newsletter-form {
  margin-inline: auto;
}

.newsletter-form input,
.newsletter-form textarea,
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce .quantity .qty,
.woocommerce .woocommerce-ordering select {
  width: 100%;
  min-height: 46px;
  padding: 12px 14px;
  border: 1px solid var(--border);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.82);
  color: var(--text);
  font: inherit;
}

.generic-page,
.shop-main {
  padding: 42px 0 120px;
}

.page-hero,
.shop-hero {
  margin-bottom: 18px;
}

.woocommerce .woocommerce-result-count,
.woocommerce .woocommerce-ordering {
  color: var(--text-soft);
  font-size: 14px;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product,
.woocommerce div.product .woocommerce-product-gallery,
.woocommerce div.product .summary,
.woocommerce-checkout-review-order,
.woocommerce-checkout #customer_details,
.woocommerce .cart-collaterals .cart_totals,
.woocommerce-cart table.cart,
.woocommerce-account .woocommerce,
.woocommerce .woocommerce-MyAccount-navigation,
.woocommerce .woocommerce-MyAccount-content,
.sosl-pdp-panel {
  padding: 16px;
  border-radius: 24px;
}

.woocommerce ul.products li.product a img {
  border-radius: 18px;
}

.woocommerce ul.products li.product .price,
.woocommerce div.product p.price,
.woocommerce div.product span.price {
  color: var(--text);
  font-weight: 800;
}

.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit,
.woocommerce .button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
  min-height: 46px;
  border-radius: 999px;
  border: 1px solid transparent;
  color: #fff;
  background: linear-gradient(135deg, var(--primary), var(--secondary));
  font-weight: 700;
}

.sosl-single-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 8px 0 16px;
}

.sosl-single-badges span {
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(100, 55, 182, 0.09);
  color: var(--primary);
  font-size: 12px;
  font-weight: 700;
}

.sosl-benefits {
  display: grid;
  gap: 10px;
}

.sosl-benefits article {
  padding: 12px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.68);
}

.sosl-benefits strong {
  display: block;
  margin-bottom: 4px;
  color: var(--primary);
}

.sosl-ingredients,
.sosl-note {
  color: var(--text-soft);
}

.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
  border: 1px solid var(--border);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.9);
}

.site-footer {
  margin-top: 26px;
  padding: 36px 0 108px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.22), rgba(255, 255, 255, 0.92));
  border-top: 1px solid rgba(100, 55, 182, 0.08);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.site-footer h5 {
  margin-bottom: 10px;
  font-size: 16px;
}

.site-footer ul {
  display: grid;
  gap: 8px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.site-footer li,
.site-footer p {
  margin: 0;
  color: var(--text-soft);
  font-size: 13px;
}

.site-footer a:hover {
  color: var(--primary);
}

.footer-bottom {
  display: grid;
  gap: 8px;
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px solid rgba(100, 55, 182, 0.08);
  text-align: center;
}

.bottom-nav {
  position: fixed;
  left: 10px;
  right: 10px;
  bottom: 10px;
  z-index: 2200;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  padding: 8px;
  border-radius: 18px;
}

.bottom-nav a {
  min-height: 46px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  font-size: 12px;
  font-weight: 700;
  color: var(--text-soft);
}

.bottom-nav a.is-active,
.bottom-nav a:hover {
  background: linear-gradient(135deg, rgba(100, 55, 182, 0.12), rgba(140, 105, 217, 0.18));
  color: var(--primary);
}

.floating-cart {
  position: fixed;
  right: 16px;
  bottom: 88px;
  z-index: 2300;
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--primary), var(--secondary));
  color: #fff;
  box-shadow: 0 22px 32px rgba(100, 55, 182, 0.28);
}

.floating-cart .sosl-cart-count {
  position: absolute;
  top: -6px;
  right: -4px;
  border: 2px solid #fff;
}

.reveal {
  opacity: 1;
  transform: none;
}

.js-enabled .reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: transform 0.55s ease, opacity 0.55s ease;
}

.js-enabled .reveal.show {
  opacity: 1;
  transform: none;
}

@media (min-width: 768px) {
  .container {
    width: min(1180px, calc(100vw - 46px));
  }

  .main-nav .menu {
    display: flex;
  }

  .hero-grid {
    grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
    align-items: center;
    gap: 34px;
  }

  .product-scroller {
    grid-auto-columns: 42%;
  }

  .combo-row {
    grid-auto-columns: 48%;
  }

  .testimonial-track {
    grid-auto-columns: 43%;
  }

  .offer-grid,
  .footer-grid,
  .sosl-benefits {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .insta-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  .section {
    padding: 86px 0;
  }

  .product-scroller,
  .combo-row,
  .testimonial-track {
    grid-auto-flow: row;
    grid-auto-columns: unset;
    overflow: visible;
  }

  .product-scroller {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .combo-row {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .testimonial-track {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .offer-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .footer-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .bottom-nav {
    display: none;
  }

  .floating-cart {
    bottom: 24px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }
}




