:root {
  --ink: #111111;
  --deep-ink: #251018;
  --muted: #6c5260;
  --rose: #ff5a67;
  --rose-dark: #d80057;
  --hot-pink: #e0005b;
  --logo-pink: #f00467;
  --soft-pink: #f7a8bd;
  --blush: #fff2f6;
  --cream: #fff9fb;
  --white: #ffffff;
  --black: #111111;
  --gold: #d6a45f;
  --shadow: 0 22px 60px rgba(224, 0, 91, 0.13);
  --radius: 28px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  color: var(--ink);
  background:
    radial-gradient(circle at 8% 0%, rgba(240, 4, 103, .12), transparent 32rem),
    radial-gradient(circle at 94% 4%, rgba(255, 90, 103, .16), transparent 30rem),
    linear-gradient(180deg, #ffffff 0%, var(--blush) 52%, #ffffff 100%);
  line-height: 1.6;
}

a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button, input, textarea { font: inherit; }

.site-header {
  width: 100%;
  margin: 0;
  padding: 14px max(18px, calc((100vw - 1180px) / 2 + 18px));
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  background:
    linear-gradient(90deg, rgba(255,255,255,.98), rgba(255,242,246,.98));
  border-bottom: 1px solid rgba(224, 0, 91, .18);
  box-shadow: none;
  border-radius: 0;
  position: relative;
  z-index: 20;
}
.site-header::before {
  content: '';
  position: absolute;
  inset: 0 0 auto;
  height: 5px;
  background: linear-gradient(90deg, var(--black), var(--hot-pink), var(--rose));
}

.brand img { width: 220px; height: 78px; object-fit: contain; border-radius: 16px; }
.nav-links { display: flex; align-items: center; gap: 24px; font-weight: 700; font-size: .94rem; }
.nav-links a { color: var(--black); transition: color .2s ease, background .2s ease; padding: 8px 10px; border-radius: 999px; }
.nav-links a:hover { color: var(--hot-pink); background: rgba(240,4,103,.08); }
.menu-toggle { display: none; border: 0; background: linear-gradient(135deg, var(--hot-pink), var(--rose)); color: white; width: 44px; height: 44px; border-radius: 50%; }

.hero {
  width: min(1180px, calc(100% - 32px));
  margin: 56px auto 0;
  min-height: 680px;
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(320px, .86fr);
  align-items: center;
  gap: 44px;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--rose-dark);
  text-transform: uppercase;
  letter-spacing: .18em;
  font-size: .78rem;
  font-weight: 800;
}

h1, h2, h3 { margin: 0; line-height: 1.05; }
h1, h2 { font-family: 'Cormorant Garamond', Georgia, serif; }
h1 { font-size: clamp(3.6rem, 8vw, 7.7rem); letter-spacing: -.055em; max-width: 760px; }
h2 { font-size: clamp(2.2rem, 4.5vw, 4.2rem); letter-spacing: -.035em; }
h3 { font-size: 1.18rem; }

.hero-text {
  color: var(--muted);
  font-size: 1.16rem;
  max-width: 630px;
  margin: 24px 0 0;
}

.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 24px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 800;
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn.primary { background: linear-gradient(135deg, var(--hot-pink), var(--rose)); color: white; box-shadow: 0 16px 30px rgba(224, 0, 91, .26); }
.btn.ghost { background: rgba(255,255,255,.86); border-color: rgba(224, 0, 91, .24); color: var(--black); }

.trust-row { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
.trust-row span {
  padding: 10px 14px;
  background: rgba(255,255,255,.78);
  border: 1px solid rgba(224,0,91,.18);
  border-radius: 999px;
  color: #6e4c5c;
  font-size: .88rem;
  font-weight: 700;
}

.hero-card {
  min-height: 610px;
  background: linear-gradient(145deg, rgba(255,255,255,.9), rgba(255,236,244,.86));
  border: 1px solid rgba(224, 0, 91, .18);
  border-radius: 48px;
  box-shadow: var(--shadow);
  padding: 30px;
  position: relative;
  overflow: hidden;
}
.hero-card::before {
  content: '';
  position: absolute;
  inset: auto -80px -90px auto;
  width: 300px;
  height: 300px;
  background: rgba(224, 0, 91, .13);
  border-radius: 50%;
}
.bottle-scene {
  height: 500px;
  border-radius: 36px;
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle at 65% 28%, rgba(255,255,255,.9), transparent 11rem),
    radial-gradient(circle at 25% 80%, rgba(125,45,71,.12), transparent 16rem),
    linear-gradient(135deg, rgba(255,255,255,.9), rgba(255,210,226,.72));
  position: relative;
}
.perfume-bottle { display: grid; justify-items: center; filter: drop-shadow(0 30px 28px rgba(61, 18, 36, .22)); }
.bottle-cap { width: 104px; height: 64px; border-radius: 16px 16px 8px 8px; background: linear-gradient(135deg, var(--black), var(--hot-pink)); }
.bottle-neck { width: 154px; height: 56px; border-radius: 16px; background: linear-gradient(135deg, var(--soft-pink), var(--rose)); }
.bottle-body {
  width: 310px;
  height: 350px;
  border-radius: 86px 86px 106px 106px;
  background: linear-gradient(145deg, var(--rose), var(--hot-pink) 58%, var(--black));
  display: grid;
  place-items: center;
  color: #fff9ed;
  border: 10px solid rgba(255,255,255,.34);
  padding: 30px;
}
.bottle-logo {
  width: min(230px, 82%);
  height: auto;
  display: block;
  background: rgba(255, 255, 255, .92);
  border-radius: 24px;
  padding: 12px;
  box-shadow: 0 18px 34px rgba(61,18,36,.16);
}
.bottle-body span { font-family: 'Cormorant Garamond', serif; font-size: 9rem; line-height: .7; }
.bottle-body small { margin-top: -78px; letter-spacing: .22em; text-transform: uppercase; font-weight: 800; }
.sparkle { position: absolute; width: 26px; height: 26px; transform: rotate(45deg); background: var(--hot-pink); opacity: .75; border-radius: 8px; }
.sparkle.one { top: 70px; right: 92px; }
.sparkle.two { bottom: 90px; left: 78px; width: 18px; height: 18px; background: #fff; }
.feature-note {
  position: absolute;
  left: 54px;
  right: 54px;
  bottom: 42px;
  padding: 18px 20px;
  background: rgba(255,255,255,.82);
  border: 1px solid rgba(224,0,91,.16);
  border-radius: 24px;
  display: flex;
  justify-content: space-between;
  gap: 16px;
  box-shadow: 0 16px 32px rgba(61,18,36,.1);
}
.feature-note span { color: var(--muted); }

.section { width: min(1180px, calc(100% - 32px)); margin: 92px auto; }
.stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 0;
}
.stats article {
  padding: 26px;
  border-radius: var(--radius);
  background: rgba(255,255,255,.72);
  border: 1px solid rgba(224,0,91,.16);
  box-shadow: 0 10px 24px rgba(61,18,36,.06);
}
.stats strong { display: block; font-family: 'Cormorant Garamond', serif; font-size: 3rem; line-height: 1; }
.stats span { color: var(--muted); font-weight: 700; }

.section-heading { max-width: 760px; margin-bottom: 34px; }
.section-heading p { color: var(--muted); }
.section-heading.split { max-width: none; display: flex; justify-content: space-between; gap: 28px; align-items: end; }
.section-heading.split > div:first-child { max-width: 760px; }
code { padding: 4px 8px; border-radius: 8px; background: rgba(125,45,71,.08); }

.collection-grid, .product-grid, .steps-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
.collection-card, .product-card, .steps-grid article, .owner-note, .contact, .about {
  background: rgba(255,255,255,.75);
  border: 1px solid rgba(224,0,91,.16);
  box-shadow: 0 12px 34px rgba(61,18,36,.07);
}
.collection-card {
  min-height: 260px;
  border-radius: 30px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  position: relative;
}
.collection-card::after { content: ''; position: absolute; width: 150px; height: 150px; right: -56px; bottom: -56px; border-radius: 50%; background: rgba(255,255,255,.42); }
.collection-card span { color: var(--hot-pink); font-weight: 900; letter-spacing: .15em; }
.collection-card p { margin-bottom: 0; color: var(--muted); }
.collection-card.floral { background: linear-gradient(145deg, rgba(255,255,255,.9), rgba(255,206,222,.86)); }
.collection-card.warm { background: linear-gradient(145deg, rgba(255,255,255,.9), rgba(255,90,103,.2)); }
.collection-card.fresh { background: linear-gradient(145deg, rgba(255,255,255,.9), rgba(247,168,189,.32)); }
.collection-card.luxury { background: linear-gradient(145deg, rgba(255,255,255,.9), rgba(17,17,17,.08)); }

.filter-controls { display: flex; flex-wrap: wrap; gap: 10px; justify-content: flex-end; }
.filter-panel {
  display: grid;
  gap: 16px;
  min-width: min(460px, 100%);
}
.filter-panel > div {
  padding: 14px;
  border-radius: 22px;
  border: 1px solid rgba(224,0,91,.14);
  background: rgba(255,255,255,.66);
}
.filter-panel > div > span {
  display: block;
  margin-bottom: 10px;
  color: var(--rose-dark);
  font-size: .74rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .14em;
}
.subcategory-controls {
  justify-content: flex-end;
}
.category-guide-grid {
  grid-template-columns: repeat(3, 1fr);
}

.filter {
  border: 1px solid rgba(125,45,71,.15);
  background: rgba(255,255,255,.8);
  color: var(--ink);
  border-radius: 999px;
  padding: 10px 15px;
  font-weight: 800;
  cursor: pointer;
}
.filter.active { background: linear-gradient(135deg, var(--hot-pink), var(--rose)); color: white; border-color: transparent; }

.product-card {
  border-radius: 30px;
  overflow: hidden;
  transition: transform .2s ease, box-shadow .2s ease;
}
.product-card:hover { transform: translateY(-6px); box-shadow: 0 18px 44px rgba(61,18,36,.12); }
/* Show the complete product photo instead of cropping it into a square.
   This is best for branded Scentivity product images that include the logo/motto at the top. */
.product-card img {
  width: 100%;
  height: auto;
  max-height: 560px;
  object-fit: contain;
  object-position: center;
  display: block;
  background: linear-gradient(180deg, #fff7fb 0%, #ffffff 100%);
}
.product-info { padding: 20px; }
.product-top { display: flex; justify-content: space-between; gap: 16px; align-items: start; }
.product-brand { color: var(--rose-dark); font-size: .78rem; text-transform: uppercase; letter-spacing: .12em; font-weight: 900; }
.product-tags { display: flex; flex-wrap: wrap; gap: 6px; margin: 8px 0 10px; }
.product-tags span {
  padding: 5px 8px;
  border-radius: 999px;
  background: rgba(255,242,246,.95);
  border: 1px solid rgba(224,0,91,.13);
  color: #6e354d;
  font-size: .72rem;
  font-weight: 800;
}
.price { color: var(--ink); font-weight: 900; font-size: 1.2rem; white-space: nowrap; }
.product-info p { color: var(--muted); margin: 12px 0 18px; }
.product-actions { display: grid; gap: 10px; }
.product-info .btn { width: 100%; min-height: 46px; }
.hidden { display: none; }

.owner-note {
  border-radius: 36px;
  padding: 34px;
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 36px;
  align-items: start;
  background: linear-gradient(135deg, rgba(255,255,255,.84), rgba(255,236,230,.74));
}
.owner-note ol { margin: 0; padding-left: 20px; color: var(--muted); font-weight: 600; }
.owner-note li + li { margin-top: 10px; }

.about {
  border-radius: 44px;
  padding: 24px;
  display: grid;
  grid-template-columns: .92fr 1.08fr;
  gap: 34px;
  align-items: center;
}
.about-image {
  min-height: 460px;
  border-radius: 34px;
  background:
    radial-gradient(circle at 30% 24%, rgba(255,255,255,.88), transparent 11rem),
    radial-gradient(circle at 90% 95%, rgba(255,255,255,.18), transparent 12rem),
    linear-gradient(145deg, var(--black), var(--hot-pink) 58%, var(--rose));
  display: grid;
  place-items: center;
  overflow: hidden;
  padding: 34px;
}
.about-image img {
  width: min(430px, 94%);
  height: auto;
  display: block;
  background: rgba(255, 255, 255, .94);
  border-radius: 28px;
  padding: 14px;
  box-shadow: 0 24px 54px rgba(61,18,36,.24);
}
.about-copy { padding: 20px; }
.about-copy p { color: var(--muted); }
.check-list { margin-top: 20px; }
.check-list p { margin: 10px 0; color: var(--ink); font-weight: 700; }

.steps-grid article {
  border-radius: 28px;
  padding: 24px;
}
.steps-grid span {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  background: linear-gradient(135deg, var(--black), var(--hot-pink));
  color: white;
  border-radius: 50%;
  font-weight: 900;
  margin-bottom: 16px;
}
.steps-grid p { color: var(--muted); }

.contact {
  border-radius: 44px;
  padding: 32px;
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 24px;
  align-items: stretch;
  background:
    radial-gradient(circle at 0% 0%, rgba(240,4,103,.12), transparent 18rem),
    linear-gradient(145deg, rgba(255,255,255,.88), rgba(255,242,246,.86));
}
.contact-copy {
  grid-row: span 2;
  display: flex;
  flex-direction: column;
}
.contact-copy p { color: var(--muted); }

.contact-methods {
  display: grid;
  gap: 12px;
  margin-top: 24px;
}
.contact-card {
  display: grid;
  grid-template-columns: 48px 1fr;
  align-items: center;
  gap: 14px;
  padding: 15px 16px;
  border-radius: 20px;
  background: rgba(255,255,255,.82);
  border: 1px solid rgba(224,0,91,.16);
  box-shadow: 0 10px 24px rgba(61,18,36,.05);
  color: var(--deep-ink);
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}
.contact-card:hover {
  transform: translateY(-2px);
  border-color: rgba(224,0,91,.34);
  box-shadow: 0 14px 28px rgba(224,0,91,.10);
}
.contact-card.highlight {
  background: linear-gradient(135deg, rgba(240,4,103,.10), rgba(255,90,103,.12));
  border-color: rgba(224,0,91,.26);
}
.contact-icon {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--hot-pink), var(--rose));
  color: #ffffff;
  font-weight: 900;
  font-size: 1.15rem;
}

.contact-icon svg {
  width: 24px;
  height: 24px;
  fill: currentColor;
  display: block;
}
.whatsapp-icon {
  background: linear-gradient(135deg, var(--hot-pink), var(--rose));
}
.contact-card strong,
.contact-card small { display: block; }
.contact-card strong { font-size: .98rem; }
.contact-card small { color: var(--muted); font-weight: 700; margin-top: 2px; word-break: break-word; }
.contact-note {
  margin-top: 18px;
  padding: 14px 16px;
  border-left: 4px solid var(--hot-pink);
  background: rgba(255,255,255,.68);
  border-radius: 16px;
  font-weight: 700;
}
.contact-panel {
  padding: 24px;
  border-radius: 30px;
  background: linear-gradient(135deg, #111111, #2a0715 58%, var(--hot-pink));
  color: #fff7ef;
  box-shadow: 0 16px 34px rgba(61,18,36,.12);
  display: grid;
  gap: 16px;
  align-content: start;
}
.contact-panel h3 { color: #ffffff; }
.contact-panel ul { margin: 0; padding-left: 20px; color: rgba(255,247,239,.86); }
.contact-panel li { margin-bottom: 8px; }
.contact-panel .btn { width: fit-content; background: #ffffff; color: var(--hot-pink); box-shadow: none; }
.contact-form {
  display: grid;
  gap: 16px;
  padding: 22px;
  border-radius: 30px;
  background: linear-gradient(145deg, rgba(255,255,255,.95), rgba(255,235,243,.9));
  border: 1px solid rgba(224,0,91,.14);
}
.contact-form label { display: grid; gap: 8px; font-weight: 800; }
.contact-form input, .contact-form textarea {
  width: 100%;
  border: 1px solid rgba(125,45,71,.15);
  border-radius: 18px;
  padding: 14px 16px;
  background: white;
  color: var(--ink);
  outline: none;
}
.contact-form input:focus, .contact-form textarea:focus { border-color: var(--rose-dark); box-shadow: 0 0 0 4px rgba(224,0,91,.10); }

.site-footer {
  width: min(1180px, calc(100% - 32px));
  margin: 88px auto 28px;
  padding: 28px;
  border-radius: 36px;
  display: grid;
  grid-template-columns: 1.3fr .7fr .8fr;
  gap: 24px;
  align-items: center;
  background: linear-gradient(135deg, #111111, #2a0715 56%, #d80057);
  color: #fff7ef;
}
.site-footer img { width: 210px; height: auto; background: #fff7ef; border-radius: 18px; padding: 6px; }
.site-footer p { color: rgba(255,247,239,.76); margin-bottom: 0; }
.site-footer nav { display: flex; gap: 18px; flex-wrap: wrap; font-weight: 800; }
.copyright { text-align: right; }

.back-to-top {
  position: fixed;
  right: 22px;
  bottom: 22px;
  width: 52px;
  height: 52px;
  border: 0;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--hot-pink), var(--rose));
  color: #ffffff;
  font-size: 1.5rem;
  font-weight: 900;
  box-shadow: 0 16px 34px rgba(61,18,36,.22);
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transform: translateY(14px);
  transition: opacity .2s ease, transform .2s ease;
  z-index: 120;
}
.back-to-top.visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}
.back-to-top:hover { transform: translateY(-3px); }


@media (max-width: 980px) {
  .hero, .about, .contact, .owner-note { grid-template-columns: 1fr; }
  .category-guide-grid { grid-template-columns: repeat(2, 1fr); }
  .filter-panel, .subcategory-controls, .filter-controls { justify-content: flex-start; }
  .contact-panel, .contact-form { grid-column: auto; }
  .collection-grid, .product-grid, .steps-grid { grid-template-columns: repeat(2, 1fr); }
  .section-heading.split { display: block; }
  .filter-controls { justify-content: flex-start; margin-top: 20px; }
  .hero-card { min-height: 540px; }
  .site-footer { grid-template-columns: 1fr; }
  .copyright { text-align: left; }
}

@media (max-width: 720px) {
  .site-header { border-radius: 0; align-items: flex-start; flex-wrap: wrap; padding-top: 18px; }
  .brand img { width: 170px; height: 62px; }
  .menu-toggle { display: block; }
  .nav-links { display: none; width: 100%; flex-direction: column; align-items: flex-start; padding: 12px 0 6px; }
  .nav-links.open { display: flex; }
  .hero { min-height: auto; margin-top: 30px; }
  h1 { font-size: clamp(3rem, 16vw, 4.8rem); }
  .hero-card { min-height: 480px; padding: 18px; border-radius: 34px; }
  .bottle-scene { height: 400px; }
  .bottle-body { width: 230px; height: 280px; padding: 18px; }
  .bottle-logo { width: min(190px, 86%); border-radius: 18px; padding: 8px; }
  .feature-note { position: static; margin-top: 16px; flex-direction: column; }
  .stats, .collection-grid, .category-guide-grid, .product-grid, .steps-grid { grid-template-columns: 1fr; }
  .section { margin: 68px auto; }
  .about-image { min-height: 330px; }
  .contact, .about, .owner-note { padding: 20px; border-radius: 32px; }
}


/* Cart and checkout */
.cart-nav-button {
  border: 1px solid rgba(224,0,91,.18);
  background: rgba(255,255,255,.86);
  color: var(--black);
  border-radius: 999px;
  padding: 8px 12px;
  font-weight: 900;
  cursor: pointer;
}
.cart-nav-button span {
  display: inline-grid;
  place-items: center;
  min-width: 24px;
  height: 24px;
  margin-left: 6px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--hot-pink), var(--rose));
  color: white;
  font-size: .78rem;
}
.cart-overlay {
  position: fixed;
  inset: 0;
  background: rgba(17, 17, 17, .34);
  opacity: 0;
  pointer-events: none;
  transition: opacity .22s ease;
  z-index: 180;
}
.cart-overlay.visible { opacity: 1; pointer-events: auto; }
.cart-drawer {
  position: fixed;
  top: 0;
  right: 0;
  width: min(520px, 100vw);
  height: 100vh;
  overflow-y: auto;
  background: linear-gradient(180deg, #ffffff, var(--blush));
  box-shadow: -24px 0 60px rgba(61,18,36,.22);
  padding: 24px;
  transform: translateX(110%);
  transition: transform .25s ease;
  z-index: 190;
  border-left: 1px solid rgba(224,0,91,.2);
}
.cart-drawer.open { transform: translateX(0); }
.cart-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 18px;
}
.cart-header h2 { font-size: 2.8rem; }
.cart-close {
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--black), var(--hot-pink));
  color: white;
  font-size: 1.8rem;
  line-height: 1;
  cursor: pointer;
}
.cart-empty {
  padding: 18px;
  background: rgba(255,255,255,.78);
  border: 1px dashed rgba(224,0,91,.28);
  border-radius: 20px;
  color: var(--muted);
  font-weight: 700;
}
.cart-items { display: grid; gap: 12px; }
.cart-item {
  display: grid;
  grid-template-columns: 86px 1fr;
  gap: 14px;
  padding: 12px;
  border-radius: 20px;
  background: rgba(255,255,255,.86);
  border: 1px solid rgba(224,0,91,.14);
}
.cart-item img {
  width: 86px;
  height: 100px;
  object-fit: contain;
  border-radius: 16px;
  background: #fff7fb;
}
.cart-item strong,
.cart-item small,
.cart-item span { display: block; }
.cart-item small { color: var(--muted); font-weight: 700; margin-top: 2px; }
.cart-item span { font-weight: 900; color: var(--rose-dark); margin-top: 6px; }
.cart-qty {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-top: 10px;
}
.cart-qty button {
  border: 1px solid rgba(224,0,91,.2);
  background: white;
  color: var(--black);
  min-width: 34px;
  height: 34px;
  border-radius: 999px;
  font-weight: 900;
  cursor: pointer;
}
.cart-qty .remove {
  padding: 0 12px;
  color: var(--rose-dark);
}
.cart-summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  margin: 18px 0 6px;
  padding: 18px;
  border-radius: 20px;
  background: linear-gradient(135deg, #111111, #2a0715 58%, var(--hot-pink));
  color: white;
}
.cart-summary span { color: rgba(255,255,255,.75); font-weight: 800; }
.cart-summary strong { font-size: 1.35rem; }
.cart-small-note,
.payment-security-note {
  color: var(--muted);
  font-size: .86rem;
  font-weight: 700;
}
.checkout-form {
  display: grid;
  gap: 14px;
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid rgba(224,0,91,.14);
}
.checkout-form.checkout-disabled { opacity: .62; }
.checkout-form h3 { margin-top: 8px; }
.checkout-form label,
.checkout-options {
  display: grid;
  gap: 8px;
  font-weight: 800;
}
.checkout-form input,
.checkout-form textarea,
.checkout-form select {
  width: 100%;
  border: 1px solid rgba(125,45,71,.15);
  border-radius: 18px;
  padding: 13px 15px;
  background: white;
  color: var(--ink);
  outline: none;
}
.checkout-form input:focus,
.checkout-form textarea:focus,
.checkout-form select:focus {
  border-color: var(--rose-dark);
  box-shadow: 0 0 0 4px rgba(224,0,91,.10);
}
.checkout-options {
  border: 1px solid rgba(224,0,91,.14);
  border-radius: 18px;
  padding: 14px;
  background: rgba(255,255,255,.66);
}
.checkout-options legend {
  padding: 0 8px;
  color: var(--rose-dark);
  font-weight: 900;
}
.checkout-options label {
  display: flex;
  align-items: center;
  gap: 10px;
}
.checkout-submit { width: 100%; }
.payment-status {
  margin: 0;
  min-height: 22px;
  font-weight: 800;
}
.payment-status.info { color: var(--muted); }
.payment-status.success { color: #137a4c; }
.payment-status.error { color: #b0003a; }
.product-actions .add-to-cart { width: 100%; }
@media (max-width: 720px) {
  .cart-drawer { padding: 18px; }
  .cart-header h2 { font-size: 2.2rem; }
  .cart-item { grid-template-columns: 74px 1fr; }
  .cart-item img { width: 74px; height: 92px; }
}


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

@media (max-width: 900px) {
  .three-category-grid {
    grid-template-columns: 1fr;
  }
}


/* Update: nav search button and product search */
.nav-search-button {
  border: 0;
  background: rgba(255,255,255,.86);
  color: var(--black);
  border-radius: 999px;
  padding: 8px 12px;
  font-weight: 900;
  cursor: pointer;
}
.nav-search-button:hover {
  color: var(--hot-pink);
  background: rgba(240,4,103,.08);
}
.product-search {
  width: 100%;
  border: 1px solid rgba(125,45,71,.15);
  border-radius: 999px;
  padding: 12px 16px;
  background: white;
  color: var(--ink);
  outline: none;
  font-weight: 700;
}
.product-search:focus {
  border-color: var(--rose-dark);
  box-shadow: 0 0 0 4px rgba(224,0,91,.10);
}

/* Keep pickup and delivery options on one line */
.checkout-options {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 16px;
}
.checkout-options legend {
  float: left;
  margin-right: 8px;
  line-height: 1.9;
}
.checkout-options label {
  display: inline-flex;
  width: auto;
  white-space: nowrap;
  margin: 0;
}
.contact-panel p {
  margin: 0;
  color: rgba(255,247,239,.9);
  font-weight: 700;
}
.contact-form h3 {
  margin: 0;
  color: var(--deep-ink);
}


/* Update: removed standalone categories section and combined preorder request into one clean card */
.preorder-card {
  align-self: stretch;
}

.preorder-form {
  height: 100%;
  align-content: start;
}

.preorder-form .eyebrow {
  margin-bottom: 0;
}

.preorder-form .form-intro {
  margin: 0 0 6px;
  color: var(--muted);
  font-weight: 700;
  line-height: 1.65;
}

.fulfillment-options {
  display: grid;
  gap: 10px;
}

.fulfillment-choice-row {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: nowrap;
}

.fulfillment-choice-row label {
  flex: 1 1 0;
  justify-content: center;
  border: 1px solid rgba(224,0,91,.14);
  border-radius: 999px;
  padding: 10px 12px;
  background: rgba(255,255,255,.82);
}

@media (max-width: 420px) {
  .fulfillment-choice-row {
    gap: 8px;
  }

  .fulfillment-choice-row label {
    padding: 9px 10px;
  }
}

/* remove-categories-combine-preorder */


/* WhatsApp icon now matches Email and Instagram contact icon colors */
.whatsapp-icon {
  background: linear-gradient(135deg, var(--hot-pink), var(--rose));
}

/* Clearer fragrance-themed wording support */
.preorder-card {
  align-self: stretch;
}

.preorder-form .form-intro {
  margin: 0 0 6px;
  color: var(--muted);
  font-weight: 700;
  line-height: 1.65;
}

/* whatsapp-icon-fragrance-label-update */
