/** Shopify CDN: Minification failed

Line 1818:16 Expected "}" to go with "{"

**/
/* 
 * ------------------------------------------------------------
 * StarPrice Homepage Custom Styles
 * Premium Design Tokens, Glassmorphism, and Animations
 * ------------------------------------------------------------
 */

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

:root {
  --color-purple-dark: oklch(21% .14 305);
  --color-purple-mid: #3b0764;
  --color-purple-accent: #6d28d9;
  /* Vibrant premium purple/violet accent */
  --color-green-neon: #0eb853;
  --color-green-neon-hover: #0c9f47;
  --color-light-gray: #f9fafb;
  --color-border-gray: oklch(92% .015 295);
  --font-display: 'Outfit', sans-serif;
  --font-sans: 'Inter', sans-serif;
  --purple-gradient: linear-gradient(135deg, oklch(22% .12 295), oklch(35% .18 305));
  --sp-purple: #6d28d9;
  --sp-cta: #0eb853;
}

/* Base Home Spacing and Section Layouts */
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.home-section {
  padding: 80px 20px;
  background-color: #ffffff;
  font-family: var(--font-sans);
}

.home-section-inner {
  max-width: 1200px;
  margin: 0 auto;
}

.home-section-title-wrap {
  text-align: center;
  margin-bottom: 50px;
}

.home-section-header--centered {
  text-align: center;
  margin-bottom: 35px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.home-section-tagline {
  font-size: 11px;
  font-weight: 700;
  color: var(--color-purple-mid);
  text-transform: uppercase;
  letter-spacing: 0.15em;
  margin-bottom: 12px;
  display: block;
}

.home-section-title {
  font-family: var(--font-display);
  font-size: 38px;
  font-weight: 700;
  color: var(--color-purple-dark);
  margin: 0 0 12px 0;
  letter-spacing: -0.02em;
}

.home-section-subtitle {
  font-size: 16px;
  color: #6b7280;
  margin: 0;
  max-width: 600px;
  margin: 0 auto;
}

/* Highlight / Purple Bold Accent Utility */
.highlight-cursive,
.hero-title em,
.promo-title em,
.home-section-title em,
.value-props-title-main .highlight-text {
  font-family: inherit;
  font-style: normal;
  font-weight: inherit !important;
  background: var(--purple-gradient) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  background-clip: text !important;
  color: transparent !important;
  text-transform: inherit !important;
  letter-spacing: inherit !important;
  display: inline !important;
}

/* Glassmorphism card utility */
.glass-card {
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.5);
  box-shadow: 0 8px 32px 0 rgba(14, 6, 34, 0.04);
}

/* ==========================================================================
   1. Home Hero
   ========================================================================== */
.home-hero {
  position: relative;
  background-color: #f6f5ff;
  /* Soft lavender base */
  padding: 100px 20px;
  overflow: hidden;
}

/* Background blur blobs */
.pointer-events-none {
  pointer-events: none;
}

.absolute {
  position: absolute;
}

.-left-32 {
  left: -8rem;
}

.top-20 {
  top: 5rem;
}

.-right-32 {
  right: -8rem;
}

.bottom-0 {
  bottom: 0;
}

.h-72 {
  height: 18rem;
}

.w-72 {
  width: 18rem;
}

.h-80 {
  height: 20rem;
}

.w-80 {
  width: 20rem;
}

.rounded-full {
  border-radius: 9999px;
}

.blur-3xl {
  display: block !important;
  --tw-blur: blur(64px);
  filter: var(--tw-blur);
}

.bg-sp-purple\/10 {
  background-color: rgba(109, 40, 217, 0.1);
}

.bg-sp-cta\/10 {
  background-color: rgba(14, 184, 83, 0.1);
}

@supports (color:color-mix(in lab, red, red)) {
  .bg-sp-purple\/10 {
    background-color: color-mix(in oklab, var(--sp-purple) 10%, transparent);
  }

  .bg-sp-cta\/10 {
    background-color: color-mix(in oklab, var(--sp-cta) 10%, transparent);
  }
}

.home-hero-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 50px;
  align-items: center;
}

.hero-tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  font-weight: 600;
  color: var(--color-purple-mid);
  background: rgba(59, 7, 100, 0.05);
  border: 1px solid rgba(59, 7, 100, 0.1);
  padding: 6px 14px;
  border-radius: 100px;
  margin-bottom: 24px;
  text-transform: none;
  letter-spacing: 0.01em;
}

.hero-tag svg {
  width: 14px;
  height: 14px;
  color: var(--color-green-neon);
  flex-shrink: 0;
}

.hero-title {
  font-family: var(--font-display);
  font-size: 56px;
  line-height: 1.15;
  font-weight: 900;
  color: var(--color-purple-dark);
  margin: 0 0 24px 0;
  letter-spacing: -0.03em;
}

.hero-desc {
  font-size: 17px;
  line-height: 1.6;
  color: #4b5563;
  margin-bottom: 36px;
  max-width: 540px;
}

.hero-ctas {
  display: flex;
  gap: 16px;
  margin-bottom: 40px;
  flex-wrap: wrap;
}

.hero-btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background-color: var(--color-green-neon);
  color: #ffffff;
  font-weight: 600;
  font-size: 15px;
  padding: 14px 28px;
  border-radius: 100px;
  text-decoration: none;
  transition: all 0.25s ease;
  box-shadow: 0 4px 14px rgba(14, 184, 83, 0.25);
  border: none;
  cursor: pointer;
}

.hero-btn-primary:hover {
  background-color: var(--color-green-neon-hover);
  transform: translateY(-1px);
  box-shadow: 0 6px 18px rgba(14, 184, 83, 0.35);
}

.hero-btn-primary .btn-arrow {
  width: 16px;
  height: 16px;
  transition: transform 0.2s ease;
}

.hero-btn-primary:hover .btn-arrow {
  transform: translateX(3px);
}

.hero-btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  color: #111827;
  border: 1px solid #e5e7eb;
  font-weight: 600;
  font-size: 15px;
  padding: 14px 28px;
  border-radius: 100px;
  text-decoration: none;
  transition: all 0.25s ease;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.02);
}

.hero-btn-secondary:hover {
  background-color: #f9fafb;
  border-color: #d1d5db;
  transform: translateY(-1px);
}

/* Reviews inline bar */
.hero-reviews {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

.hero-avatars {
  display: flex;
  align-items: center;
}

.avatar-circle {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 2px solid #ffffff;
  margin-right: -12px;
  background-size: cover;
  background-position: center;
  background-color: #e5e7eb;
}

.avatar-circle:nth-child(1) {
  background-image: url('https://images.unsplash.com/photo-1534528741775-53994a69daeb?auto=format&fit=crop&w=100&q=80');
}

.avatar-circle:nth-child(2) {
  background-image: url('https://images.unsplash.com/photo-1507003211169-0a1dd7228f2d?auto=format&fit=crop&w=100&q=80');
}

.avatar-circle:nth-child(3) {
  background-image: url('https://images.unsplash.com/photo-1494790108377-be9c29b29330?auto=format&fit=crop&w=100&q=80');
}

.avatar-circle:nth-child(4) {
  background-image: url('https://images.unsplash.com/photo-1500648767791-00dcc994a43e?auto=format&fit=crop&w=100&q=80');
  margin-right: 0;
}

.hero-rating-info {
  display: flex;
  flex-direction: row !important;
  align-items: center !important;
  gap: 8px !important;
  flex-wrap: wrap;
}

.hero-reviews-text {
  font-size: 14px;
  color: #374151;
  font-weight: 500;
  margin: 0;
  white-space: nowrap;
}

.hero-reviews-text strong {
  color: var(--color-purple-dark);
}

.hero-rating-stars-wrap {
  display: flex;
  align-items: center;
  gap: 8px;
}

.hero-stars {
  display: flex;
  color: #fbbf24;
  gap: 2px;
}

.hero-reviews-subtext {
  font-size: 14px;
  color: #6b7280;
  margin: 0;
  white-space: nowrap;
}

.hero-reviews-subtext strong {
  color: #374151;
}

/* Hero Collage */
.hero-collage-wrap {
  position: relative;
}

.hero-collage-glow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(168, 85, 247, 0.15) 0%, rgba(255, 255, 255, 0) 70%);
  z-index: 1;
}

.hero-collage {
  display: flex !important;
  gap: 20px !important;
  position: relative;
  z-index: 2;
  align-items: flex-start !important;
}

.hero-collage-col {
  display: flex !important;
  flex-direction: column !important;
  gap: 20px !important;
  flex: 1 !important;
}

.hero-collage-col-right {
  transform: translateY(35px) !important;
}

.collage-item {
  border-radius: 40px !important;
  overflow: hidden !important;
  box-shadow: 0 12px 32px rgba(14, 6, 34, 0.04) !important;
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1) !important;
  background-color: #f1f5f9 !important;
  position: relative !important;
  z-index: 1 !important;
  isolation: isolate !important;
  transform: translate3d(0, 0, 0) !important;
  -webkit-mask-image: -webkit-radial-gradient(white, black) !important;
}

.collage-item img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  display: block !important;
  transition: transform 0.5s ease !important;
}

/* Aspect Ratio Hacks to prevent any alignment/stretching bugs */
.collage-item-1 {
  width: 100% !important;
  padding-bottom: 145% !important;
  /* Tall vertical card */
  height: 0 !important;
}

.collage-item-1 img {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
}

.collage-item-2,
.collage-item-4 {
  width: 100% !important;
  padding-bottom: 100% !important;
  /* Square cards */
  height: 0 !important;
}

.collage-item-2 img,
.collage-item-4 img {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
}

.collage-item:hover {
  transform: translateY(-6px) !important;
  box-shadow: 0 20px 40px rgba(14, 6, 34, 0.1) !important;
}

.collage-item:hover img {
  transform: scale(1.04) !important;
}

.collage-badge-card {
  background-color: #21003b !important;
  /* Deep rich grape purple to match mockup */
  padding: 30px !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  justify-content: space-between !important;
  text-align: left !important;
  aspect-ratio: 1 / 1 !important;
  /* Perfectly square */
  width: 100% !important;
  box-sizing: border-box !important;
}

.collage-badge-card .promo-card-icon {
  width: 24px;
  height: 24px;
  color: #0df26b !important;
  /* Vivid neon green */
  margin-bottom: auto !important;
}

.collage-badge-card .promo-card-title {
  font-size: 30px !important;
  font-weight: 800 !important;
  color: #ffffff !important;
  line-height: 1.15 !important;
  margin: 16px 0 6px 0 !important;
  font-family: var(--font-display) !important;
}

.collage-badge-card .promo-card-prefix {
  display: block !important;
  font-size: 22px !important;
  font-weight: 700 !important;
  color: #ffffff !important;
}

.collage-badge-card .promo-card-percent {
  color: #0df26b !important;
  /* Vivid neon green */
}

.collage-badge-card .promo-card-text {
  font-size: 13px !important;
  color: #bfa6e5 !important;
  /* Soft lavender-grey text */
  margin: 0 0 16px 0 !important;
  line-height: 1.4 !important;
}

.collage-badge-card .promo-card-link {
  display: inline-flex !important;
  align-items: center !important;
  gap: 6px !important;
  color: #0df26b !important;
  /* Neon green */
  font-weight: 700 !important;
  font-size: 14px !important;
  text-decoration: none !important;
  transition: gap 0.2s ease !important;
  margin-top: auto !important;
}

.collage-badge-card .promo-card-link:hover {
  gap: 10px !important;
}

.collage-badge-card .promo-card-link svg {
  width: 14px !important;
  height: 14px !important;
}

@media screen and (max-width: 749px) {
  .hero-collage {
    gap: 12px !important;
  }

  .hero-collage-col {
    gap: 12px !important;
  }

  .hero-collage-col-right {
    transform: translateY(20px) !important;
    /* Smaller offset on mobile */
  }

  .collage-item {
    border-radius: 28px !important;
  }

  .collage-badge-card {
    padding: 20px !important;
  }

  .collage-badge-card .promo-card-title {
    font-size: 24px !important;
    margin: 10px 0 4px 0 !important;
  }

  .collage-badge-card .promo-card-prefix {
    font-size: 18px !important;
  }

  .collage-badge-card .promo-card-text {
    font-size: 11px !important;
    margin-bottom: 12px !important;
  }
}

/* ==========================================================================
   2. Categories
   ========================================================================== */
.home-section-title-wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 40px;
  text-align: left;
}

.home-section-tag {
  display: block;
  font-family: var(--font-sans);
  font-size: 13px;
  font-weight: 600;
  color: var(--color-purple-accent);
  text-transform: uppercase;
  margin-bottom: 8px;
  letter-spacing: 0.15em;
}

.home-section-title {
  font-family: var(--font-display);
  font-size: 38px;
  font-weight: 700;
  color: var(--color-purple-dark);
  margin: 0;
}

.see-all-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-weight: 600;
  font-size: 15px;
  color: var(--color-purple-dark);
  text-decoration: none;
  transition: all 0.2s ease;
}

.see-all-link:hover {
  color: var(--color-purple-accent);
}

.see-all-link svg {
  transition: transform 0.2s ease;
}

.see-all-link:hover svg {
  transform: translateX(4px);
}

.categories-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 24px;
}

.category-card {
  display: flex;
  flex-direction: column;
  background-color: oklch(97.5% .008 300);
  border: 1px solid #e5e7eb;
  border-radius: 24px;
  padding: 0;
  text-decoration: none;
  overflow: hidden;
  box-shadow: 0 1px 2px oklch(0% 0 0/.04), 0 12px 32px -12px oklch(21% .14 305/.14);
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.category-card:hover {
  background-color: oklch(97.5% .008 300);
  transform: translateY(-4px);
  box-shadow: 0 1px 2px oklch(0% 0 0/.04), 0 20px 48px -12px oklch(21% .14 305/.20);
}

.category-image-wrap {
  position: relative;
  width: 100%;
  padding-bottom: 95%;
  /* 1:1.05 aspect ratio hack */
  height: 0;
  overflow: hidden;
  background-color: #f1f5f9;
}

.category-image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.category-card:hover .category-image-wrap img {
  transform: scale(1.06);
}

.category-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 1.2rem;
  text-align: left;
}

.category-title {
  font-family: var(--font-sans);
  font-size: calc(var(--font-heading-scale) * 1.4rem);
  font-weight: 700;
  color: #111827;
  margin: 0 0 2px 0;
  line-height: 1.25;
  transition: color 0.2s ease;
}

.category-card:hover .category-title {
  color: #111827;
}

.category-count {
  font-family: var(--font-sans);
  font-size: calc(var(--font-body-scale) * 1.2rem);
  color: #6b7280;
  font-weight: 400;
  line-height: 1.35;
}

@media screen and (max-width: 749px) {
  .category-card {
    border-radius: 18px;
  }

  .category-info {
    padding: 12px 14px 14px 14px;
  }

  .category-title {
    font-size: calc(var(--font-heading-scale) * 1.4rem);
  }

  .category-count {
    font-size: calc(var(--font-body-scale) * 1.2rem);
  }
}

/* ==========================================================================
   3. Products Grid
   ========================================================================== */
.products-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

.home-product-card {
  display: flex;
  flex-direction: column;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(14, 6, 34, 0.02);
  transition: all 0.3s ease;
  position: relative;
  background: #ffffff;
  border: 1px solid var(--color-border-gray);
}

.home-product-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 30px rgba(14, 6, 34, 0.08);
}

.product-card-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  background-color: #ef4444;
  /* red hot */
  color: #ffffff;
  font-size: 10px;
  font-weight: 700;
  padding: 4px 12px;
  border-radius: 9999px;
  z-index: 2;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.product-card-badge.sale {
  background-color: var(--color-purple-dark);
}

.product-card-badge.new {
  background-color: #3b82f6;
}

.product-card-badge-discount {
  position: absolute;
  top: 12px;
  right: 12px;
  background-color: var(--color-green-neon);
  color: #ffffff;
  font-size: 10px;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 9999px;
  z-index: 2;
  letter-spacing: 0.02em;
}

.product-card-image {
  position: relative;
  width: 100%;
  aspect-ratio: 1;
  overflow: hidden;
  display: block;
  background-color: #ffffff;
}

.product-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

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

.product-card-info {
  padding: 20px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.product-card-title {
  font-size: 15px;
  font-weight: 700;
  color: var(--color-purple-dark);
  margin: 0 0 3px 0;
  text-decoration: none;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: color 0.2s ease;
}

.product-card-title:hover {
  color: var(--color-purple-mid);
}

.product-card-subtitle {
  font-size: 13px;
  color: #6b7280;
  font-weight: 400;
  margin-bottom: 12px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.4;
}

.product-card-rating {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 8px;
}

.product-card-rating-stars {
  display: flex;
  color: #fbbf24;
  gap: 2px;
}

.product-card-rating-stars svg {
  width: 12px;
  height: 12px;
  fill: currentColor;
}

.product-card-rating-val {
  font-size: 12px;
  color: #6b7280;
  font-weight: 500;
}

.product-card-price-row {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin-top: auto;
  margin-bottom: 14px;
}

.product-card-price {
  font-size: 18px;
  font-weight: 800;
  color: var(--color-purple-dark);
}

.product-card-compare-price {
  font-size: 13px;
  color: #9ca3af;
  text-decoration: line-through;
  font-weight: 500;
}

.product-card-btn,
.home-product-card .rsi_buy_now_button,
.home-product-card ._rsi-buy-now-button,
.home-product-card #rsi_buy_now_button,
.home-product-card .releasit-button {
  width: 100% !important;
  background-color: #0e0622 !important;
  color: #ffffff !important;
  border: none !important;
  font-weight: 700 !important;
  font-size: 15px !important;
  padding: 14px 28px !important;
  border-radius: 9999px !important;
  cursor: pointer !important;
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1) !important;
  box-shadow: none !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  height: auto !important;
  min-height: auto !important;
}

.product-card-btn:hover,
.home-product-card .rsi_buy_now_button:hover,
.home-product-card ._rsi-buy-now-button:hover,
.home-product-card #rsi_buy_now_button:hover,
.home-product-card .releasit-button:hover {
  background-color: #220044 !important;
  transform: translateY(-1px) !important;
}

.product-card-btn:disabled,
.home-product-card .rsi_buy_now_button:disabled,
.home-product-card ._rsi-buy-now-button:disabled,
.home-product-card #rsi_buy_now_button:disabled,
.home-product-card .releasit-button:disabled {
  background-color: #cbd5e1 !important;
  color: #94a3b8 !important;
  cursor: not-allowed !important;
  box-shadow: none !important;
  transform: none !important;
}

.home-product-card svg.btn-cart-icon,
.home-product-card .rsi_buy_now_button svg,
.home-product-card ._rsi-buy-now-button svg,
.home-product-card #rsi_buy_now_button svg,
.home-product-card .releasit-button svg {
  width: 18px !important;
  height: 18px !important;
  stroke: currentColor !important;
  fill: none !important;
  margin-right: 2px !important;
}

.btn-cart-icon {
  width: 15px;
  height: 15px;
  flex-shrink: 0;
}

/* ==========================================================================
   4. Home Promo (Split Banner)
   ========================================================================== */
.home-promo-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 60px;
  align-items: center;
}

.promo-image {
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 15px 40px rgba(14, 6, 34, 0.06);
}

.promo-image img {
  width: 100%;
  height: 520px;
  object-fit: cover;
  display: block;
}

.promo-tag {
  font-family: var(--font-sans) !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  color: var(--color-purple-accent) !important;
  margin-bottom: 12px !important;
  letter-spacing: 0.15em !important;
}

.promo-title {
  font-family: var(--font-display) !important;
  font-size: 44px !important;
  line-height: 1.15 !important;
  font-weight: 700 !important;
  color: #0e0622 !important;
  margin: 0 0 20px 0 !important;
  letter-spacing: -0.02em !important;
}

.promo-desc {
  font-size: 16px !important;
  line-height: 1.6 !important;
  color: #4b5563 !important;
  margin-bottom: 24px !important;
}

.promo-bullets {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 0 32px 0 !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 14px !important;
}

.promo-bullets li {
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  color: #374151 !important;
}

.promo-bullets svg {
  color: #0eb853 !important;
  flex-shrink: 0;
}

.promo-price-block {
  display: flex !important;
  align-items: baseline !important;
  gap: 12px !important;
  margin-bottom: 28px !important;
}

.promo-price {
  font-size: 36px !important;
  font-weight: 800 !important;
  color: #0e0622 !important;
}

.promo-compare-price {
  font-size: 20px !important;
  color: #9ca3af !important;
  text-decoration: line-through !important;
  font-weight: 500 !important;
}

/* Buy Now button in Promo */
.promo-content .hero-btn-primary {
  padding: 16px 40px !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  border-radius: 9999px !important;
  background-color: #0eb853 !important;
  /* Green neon vibrante */
  color: #ffffff !important;
  box-shadow: 0 8px 24px rgba(14, 184, 83, 0.2) !important;
  transition: all 0.25s ease !important;
  text-decoration: none !important;
}

.promo-content .hero-btn-primary:hover {
  background-color: #0c9f47 !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 10px 30px rgba(14, 184, 83, 0.3) !important;
}

/* ==========================================================================
   5. Value Props
   ========================================================================== */
.value-props-row {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}

.value-prop-card {
  padding: 30px 20px;
  text-align: center;
  border-radius: 20px;
  transition: all 0.3s ease;
  border: 1px solid var(--color-border-gray);
}

.value-prop-card:hover {
  transform: translateY(-4px);
  border-color: rgba(168, 85, 247, 0.2);
  box-shadow: 0 8px 30px rgba(14, 6, 34, 0.05);
}

.value-prop-icon {
  width: 48px;
  height: 48px;
  border-radius: 100px;
  background-color: #f3e8ff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  color: var(--color-purple-mid);
}

.value-prop-icon svg {
  width: 24px;
  height: 24px;
}

.value-prop-title {
  font-size: 14px;
  font-weight: 800;
  color: var(--color-purple-dark);
  margin: 0 0 6px 0;
}

.value-prop-text {
  font-size: 12px;
  color: #6b7280;
  margin: 0;
  line-height: 1.4;
}

/* ==========================================================================
   6. Comparison Table
   ========================================================================== */
.compare-container {
  max-width: 900px;
  margin: 0 auto;
}

.compare-tabs {
  display: flex;
  background: var(--color-light-gray);
  padding: 6px;
  border-radius: 12px;
  width: fit-content;
  margin: 0 auto 30px;
}

.compare-tab {
  border: none;
  background: none;
  font-weight: 700;
  font-size: 14px;
  padding: 8px 24px;
  border-radius: 8px;
  cursor: pointer;
  color: #6b7280;
  transition: all 0.2s ease;
}

.compare-tab.active {
  background: var(--color-purple-mid);
  color: #ffffff;
  box-shadow: 0 4px 10px rgba(59, 7, 100, 0.15);
}

.compare-table-wrapper {
  background: #ffffff;
  border-radius: 24px;
  border: 1px solid var(--color-border-gray);
  box-shadow: 0 10px 30px rgba(14, 6, 34, 0.02);
  overflow: hidden;
}

.compare-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  text-align: left;
}

.compare-table th {
  padding: 20px 24px;
  font-weight: 700;
  font-size: 14px;
  color: #4b5563;
  background-color: transparent;
  border-bottom: 1px solid var(--color-border-gray);
}

.compare-table th:first-child {
  border-bottom: none;
}

.compare-header-highlighted {
  background-color: var(--color-purple-dark) !important;
  color: #ffffff !important;
  text-align: center;
  font-weight: 700 !important;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom: none !important;
}

.compare-header-other {
  text-align: center;
  color: #6b7280 !important;
}

.compare-table td {
  padding: 16px 24px;
  font-size: 14px;
  font-weight: 500;
  color: #374151;
  border-bottom: 1px solid var(--color-border-gray);
}

.compare-table tr:last-child td {
  border-bottom: none;
}

.compare-table tr:nth-child(odd) td {
  background-color: #fafafb;
}

.compare-table tr:nth-child(even) td {
  background-color: #ffffff;
}

.compare-check-cell {
  text-align: center;
}

.compare-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  vertical-align: middle;
}

.compare-badge--check-highlighted {
  background-color: #d1fae5;
  color: #10b981;
}

.compare-icon-cross-simple {
  color: #9ca3af;
  vertical-align: middle;
}

.compare-icon-check-simple {
  color: #374151;
  vertical-align: middle;
}

/* ==========================================================================
   7. Testimonials
   ========================================================================== */
.reviews-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.review-card {
  padding: 30px;
  border-radius: 20px;
  border: 1px solid var(--color-border-gray);
  background-color: #ffffff;
  box-shadow: 0 4px 20px rgba(14, 6, 34, 0.01);
  transition: all 0.3s ease;
}

.review-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 30px rgba(14, 6, 34, 0.06);
}

.review-stars {
  display: flex;
  color: #fbbf24;
  gap: 4px;
  margin-bottom: 18px;
}

.review-stars svg {
  width: 14px;
  height: 14px;
}

.review-text {
  font-size: 14px;
  line-height: 1.6;
  color: #1f2937;
  margin-bottom: 24px;
  font-style: normal;
}

.review-user-row {
  display: flex;
  align-items: center;
  gap: 12px;
}

.review-user-avatar {
  width: 40px;
  height: 40px;
  border-radius: 100px;
  background-color: var(--color-purple-dark);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 14px;
}

.review-user-info {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.review-user-name {
  font-size: 14px;
  font-weight: 700;
  color: var(--color-purple-dark);
  line-height: 1.2;
}

.review-location {
  font-size: 11px;
  color: #6b7280;
  font-weight: 500;
  line-height: 1.2;
}

.review-verified {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 11px;
  color: var(--color-green-neon);
  font-weight: 700;
  margin-top: 2px;
}

.review-verified svg {
  width: 12px;
  height: 12px;
}

/* ==========================================================================
   8. As Seen on Social
   ========================================================================== */
.social-header-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 40px;
  width: 100%;
}

.social-header-left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.social-tagline {
  font-size: 11px;
  font-weight: 800;
  color: var(--color-purple-mid);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 8px;
  display: block;
}

.social-follow-link {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 15px;
  font-weight: 700;
  color: var(--color-purple-dark);
  text-decoration: none;
  transition: color 0.2s ease;
  margin-bottom: 6px;
}

.social-follow-link:hover {
  color: var(--color-purple-light);
}

.social-follow-link svg.instagram-icon {
  width: 18px;
  height: 18px;
}

.social-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
}

.social-card {
  position: relative;
  aspect-ratio: 9 / 16;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(14, 6, 34, 0.02);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.social-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(14, 6, 34, 0.12);
}

.social-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

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

.social-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(14, 6, 34, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  transition: background 0.3s ease;
  z-index: 2;
  text-decoration: none;
}

.social-card:hover .social-overlay {
  background: rgba(14, 6, 34, 0.4);
}

.social-play-button {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  border: 2px solid #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), background-color 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
}

.social-play-button svg.play-icon {
  width: 16px;
  height: 16px;
  margin-left: 2px;
}

.social-card:hover .social-play-button {
  transform: scale(1.12);
  background: rgba(255, 255, 255, 0.4);
}

/* ==========================================================================
   9. This Week's Deals
   ========================================================================== */
.home-deals {
  background-color: oklch(21% .14 305);
  padding: 80px 20px;
  color: #ffffff;
  position: relative;
  overflow: hidden;
}

.home-deals-inner {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

/* Glow Blobs for Home Deals */
.deals-glow-purple {
  position: absolute;
  pointer-events: none;
  left: -128px;
  top: 40px;
  width: 288px;
  height: 288px;
  border-radius: 9999px;
  background-color: color-mix(in oklab, var(--sp-purple) 40%, transparent);
  filter: blur(64px);
  z-index: 1;
}

.deals-glow-cta {
  position: absolute;
  pointer-events: none;
  right: -128px;
  bottom: 0;
  width: 320px;
  height: 320px;
  border-radius: 9999px;
  background-color: color-mix(in oklab, var(--sp-cta) 20%, transparent);
  filter: blur(64px);
  z-index: 1;
}

.home-deals-header-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 40px;
  width: 100%;
}

.home-deals-header-left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.deals-tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 12px;
  border-radius: 100px;
  background-color: rgba(16, 185, 129, 0.1);
  border: 1px solid rgba(16, 185, 129, 0.25);
  color: var(--color-green-neon);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.deals-tag svg.sparkle-icon {
  width: 12px;
  height: 12px;
}

.home-deals-title {
  font-family: var(--font-display);
  font-size: 38px;
  font-weight: 800;
  color: #ffffff;
  margin: 0 0 10px 0;
  line-height: 1.2;
}

.home-deals-subtitle {
  font-size: 15px;
  color: #a1a1aa;
  margin: 0;
}

.deals-timer-block {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #a1a1aa;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 6px;
}

.deals-timer-block svg.clock-icon {
  width: 16px;
  height: 16px;
}

.deals-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.deal-card {
  position: relative;
  background: #ffffff;
  border: 1px solid rgba(14, 6, 34, 0.08);
  border-radius: 16px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 4px 15px rgba(14, 6, 34, 0.02);
}

.deal-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 30px rgba(14, 6, 34, 0.15);
}

.deal-card-discount-badge {
  position: absolute;
  top: 16px;
  left: 16px;
  background-color: var(--color-green-neon);
  color: #ffffff;
  font-size: 12px;
  font-weight: 800;
  padding: 6px 12px;
  border-radius: 100px;
  z-index: 2;
  box-shadow: 0 4px 10px rgba(16, 185, 129, 0.25);
}

.deal-card-image {
  position: relative;
  width: 100%;
  aspect-ratio: 1.15;
  overflow: hidden;
  background-color: #f4f4f5;
}

.deal-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.deal-card:hover .deal-card-image img {
  transform: scale(1.04);
}

.deal-card-info {
  padding: 24px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  background-color: #ffffff;
}

.deal-card-category-tag {
  font-size: 11px;
  font-weight: 700;
  color: var(--color-purple-light);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 8px;
  display: block;
}

.deal-card-title {
  font-size: 16px;
  font-weight: 700;
  color: var(--color-purple-dark);
  margin: 0 0 10px 0;
  text-decoration: none;
  line-height: 1.4;
  transition: color 0.2s ease;
}

.deal-card-title:hover {
  color: var(--color-purple-light);
}

.deal-card-price-row {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 20px;
  margin-top: auto;
}

.deal-card-price {
  font-size: 18px;
  font-weight: 800;
  color: var(--color-purple-dark);
}

.deal-card-compare-price {
  font-size: 14px;
  color: #71717a;
  text-decoration: line-through;
  font-weight: 500;
}

.deal-card-btn {
  width: 100%;
  background-color: var(--color-green-neon);
  color: #ffffff;
  border: none;
  font-weight: 700;
  font-size: 14px;
  padding: 12px 20px;
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  text-decoration: none;
}

.deal-card-btn svg.btn-arrow {
  width: 16px;
  height: 16px;
  transition: transform 0.2s ease;
}

.deal-card-btn:hover {
  background-color: var(--color-green-neon-hover);
  box-shadow: 0 4px 12px rgba(16, 185, 129, 0.35);
}

.deal-card-btn:hover svg.btn-arrow {
  transform: translateX(4px);
}

/* ==========================================================================
   Responsive Adjustments
   ========================================================================== */
@media screen and (max-width: 990px) {
  .home-hero-grid {
    grid-template-columns: 1fr;
    gap: 40px;
    text-align: center;
  }

  .hero-desc {
    margin-left: auto;
    margin-right: auto;
  }

  .hero-ctas {
    justify-content: center;
  }

  .hero-reviews {
    justify-content: center;
  }

  .categories-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .products-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .home-promo-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .value-props-row {
    grid-template-columns: repeat(3, 1fr);
    justify-content: center;
  }

  .reviews-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .social-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .deals-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 749px) {
  .home-section {
    padding: 60px 16px;
  }

  .hero-title {
    font-size: 40px;
  }

  .categories-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }

  .products-grid {
    grid-template-columns: 1fr;
  }

  .promo-title {