.awhr {
  --background: #fffdfb;
  --foreground: #222222;
  --ivory: #fffdfb;
  --blush: #fff3f8;
  --pink-soft: #f8dce9;
  --pink: #e6007e;
  --gold: #d6af63;
  --brown: #5a2d2d;
  --line: rgba(90, 45, 45, 0.12);
  margin: 0;
  background: var(--background);
  color: var(--foreground);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.4;
  width: 100%;
  overflow-x: clip;
}

.awhr, .awhr * { box-sizing: border-box; }
html { scroll-behavior: smooth; }
.awhr a { color: inherit; text-decoration: none; }
.awhr button, .awhr input { font: inherit; }
.awhr button:focus-visible, .awhr a:focus-visible, .awhr input:focus-visible { outline: 3px solid rgba(230,0,126,.3); outline-offset: 3px; }
.shell { width: min(1320px, calc(100% - 48px)); margin-inline: auto; }

.promo-bar { background: linear-gradient(90deg, #ed4f91, #e6007e 48%, #cb1769); color: white; min-height: 58px; display: grid; align-items: center; }
.promo-inner { display: flex; align-items: center; justify-content: center; gap: 20px; }
.promo-inner > svg { width: 28px; height: 28px; stroke-width: 1.5; }
.promo-inner p { margin: 0; text-transform: uppercase; font-size: 13px; letter-spacing: .02em; display: flex; gap: 10px; align-items: center; }
.countdown { display: flex; gap: 8px; }
.time-unit { width: 36px; text-align: center; }
.time-unit b { display: grid; place-items: center; height: 29px; color: var(--pink); background: white; border-radius: 4px; font-size: 14px; }
.time-unit small { display: block; font-size: 6px; text-transform: uppercase; margin-top: 2px; }
.promo-cta { height: 36px; padding: 0 18px; display: inline-flex; align-items: center; gap: 8px; background: white; color: #22171b; border-radius: 4px; text-transform: uppercase; font-weight: 700; font-size: 11px; }
.promo-cta svg { width: 14px; }
.icon-btn { display: grid; place-items: center; border: 0; background: transparent; padding: 8px; cursor: pointer; color: inherit; position: relative; }
.icon-btn svg { width: 22px; height: 22px; stroke-width: 1.5; }
.icon-btn { font-size: 23px; line-height: 1; }
.promo-close { margin-left: auto; color: white; }
.promo-close { border: 0; background: transparent; padding: 8px; font-size: 24px; cursor: pointer; }
.promo-gift { font-size: 27px; }

.site-header { min-height: 78px; display: grid; align-items: center; background: rgba(255,255,255,.96); border-bottom: 1px solid var(--line); position: sticky; top: 0; z-index: 30; backdrop-filter: blur(14px); }
.header-inner { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { color: var(--pink); line-height: .9; display: inline-flex; flex-direction: column; align-items: center; min-width: 205px; }
.brand strong { font-size: 27px; font-weight: 500; letter-spacing: -.06em; }
.brand sup { font-size: 8px; vertical-align: top; margin-left: 2px; }
.brand span { font-size: 11px; font-weight: 700; letter-spacing: .58em; margin-left: .58em; margin-top: 8px; }
.desktop-nav { display: flex; align-items: center; justify-content: center; gap: 28px; }
.desktop-nav a { position: relative; font-size: 13px; white-space: nowrap; }
.desktop-nav a:hover, .desktop-nav a.active { color: var(--pink); }
.desktop-nav em { position: absolute; top: -15px; right: -16px; background: var(--pink); color: white; border-radius: 8px; padding: 2px 5px; font-size: 7px; font-style: normal; font-weight: 800; }
.header-actions { display: flex; align-items: center; gap: 4px; }
.cart-btn span { position: absolute; top: 2px; right: 0; background: var(--pink); color: white; width: 18px; height: 18px; display: grid; place-items: center; border-radius: 50%; font-size: 9px; font-weight: 800; }
.menu-btn { display: none; }
.mobile-nav { display: none; }
.mobile-nav.open { display: grid; }

.hero { overflow: hidden; background: linear-gradient(100deg, #fffdfb 0%, #fff8f8 38%, #f7dfdf 100%); }
.hero-full-banner { display: block; width: 100%; line-height: 0; background: #fbecef; }
.hero-full-banner img { display: block; width: 100%; height: auto; max-width: none; object-fit: contain; border: 0; border-radius: 0; box-shadow: none; }
.hero-grid { min-height: 590px; display: grid; grid-template-columns: .78fr 1.22fr; align-items: center; }
.hero-copy { padding: 64px 0 48px; position: relative; z-index: 2; }
.eyebrow { text-transform: uppercase; letter-spacing: .38em; color: var(--brown); font-size: 12px; margin: 0 0 22px; }
.hero h1 { font-family: Georgia, 'Times New Roman', serif; text-transform: uppercase; font-weight: 400; font-size: clamp(58px, 6vw, 88px); line-height: .9; letter-spacing: -.055em; color: #311711; margin: 0; }
.hero-lead { max-width: 480px; font-size: 16px; line-height: 1.6; margin: 24px 0 30px; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; }
.button { min-height: 48px; padding: 0 28px; border-radius: 999px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; text-transform: uppercase; font-size: 12px; font-weight: 800; letter-spacing: .02em; border: 1px solid var(--pink); transition: transform .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); box-shadow: 0 12px 30px rgba(230,0,126,.15); }
.button svg { width: 16px; }
.button-primary { background: linear-gradient(90deg, #ef2b82, #e6007e); color: white; }
.button-outline { color: var(--pink); background: rgba(255,255,255,.65); }
.hero-visual { align-self: stretch; position: relative; display: flex; align-items: center; justify-content: center; isolation: isolate; }
.hero-visual::before { content: ''; position: absolute; inset: 8% -12% 0 3%; background: radial-gradient(circle at 58% 32%, rgba(255,255,255,.95), transparent 26%), radial-gradient(circle at 72% 68%, rgba(255,154,184,.35), transparent 26%), linear-gradient(135deg, rgba(255,255,255,.5), rgba(241,185,196,.35)); border-radius: 52% 0 0 8%; z-index: -2; }
.hero-visual::after { content: ''; position: absolute; left: -5%; right: -10%; bottom: 8%; height: 20%; background: radial-gradient(ellipse, rgba(115,56,48,.22), transparent 70%); filter: blur(12px); z-index: -1; }
.hero-visual img { width: min(480px, 63%); aspect-ratio: 1; object-fit: cover; border-radius: 50%; mix-blend-mode: multiply; filter: saturate(1.06) contrast(1.02); box-shadow: 0 28px 70px rgba(117,55,64,.15); }
.hero-visual p { position: absolute; right: 1%; top: 18%; color: var(--pink); font-family: 'Brush Script MT', cursive; font-size: 38px; line-height: 1; transform: rotate(-8deg); }
.hero-visual p span { font-family: serif; }
.halo { position: absolute; width: 74%; aspect-ratio: 1; border: 1px solid rgba(214,175,99,.5); border-radius: 50%; z-index: -1; }
.petal { position: absolute; background: linear-gradient(135deg, white, #f1afc8); border-radius: 90% 0 90% 0; opacity: .7; }
.petal-one { width: 48px; height: 25px; left: 12%; top: 23%; transform: rotate(-25deg); }
.petal-two { width: 34px; height: 18px; right: 13%; bottom: 19%; transform: rotate(30deg); }
.feature-strip { min-height: 82px; display: grid; grid-template-columns: repeat(4, 1fr); align-items: center; border-top: 1px solid rgba(255,255,255,.7); }
.feature-strip div { display: flex; align-items: center; justify-content: center; gap: 11px; text-transform: uppercase; color: #522822; font-size: 10px; font-weight: 700; }
.feature-strip svg { width: 27px; color: var(--pink); stroke-width: 1.35; }

.campaign { min-height: 390px; margin-block: 28px; border-radius: 28px; overflow: hidden; display: grid; grid-template-columns: .92fr 1.08fr; background: linear-gradient(110deg, #fff6f3, #fbd6df 56%, #f7baca); box-shadow: 0 24px 70px rgba(115, 55, 64, .12); position: relative; }
.campaign.campaign-full { display: block; min-height: 0; background: #fff5f6; }
.campaign.campaign-full::before { display: none; }
.campaign-full-banner, .favourites-full-banner { display: block; width: 100%; line-height: 0; }
.campaign-full-banner img, .favourites-full-banner img { display: block; width: 100%; height: auto; max-width: none; object-fit: contain; border-radius: 0; box-shadow: none; }
.campaign::before { content: ''; position: absolute; width: 260px; height: 260px; border: 42px solid rgba(214,175,99,.16); border-radius: 50%; left: -120px; top: -140px; }
.campaign-copy { padding: 62px 0 55px 70px; position: relative; z-index: 2; }
.campaign-copy .eyebrow { margin-bottom: 10px; }
.campaign-copy h2, .section-heading h2, .compact h2, .favourites-banner h2, .reviews-section h2 { margin: 0; font-family: Georgia, 'Times New Roman', serif; text-transform: uppercase; font-weight: 400; color: #472018; }
.campaign-copy h2 { font-size: clamp(52px, 5.2vw, 76px); line-height: .84; letter-spacing: -.05em; }
.campaign-copy h2 span { color: #895417; }
.campaign-copy > p:not(.eyebrow) { max-width: 440px; margin: 24px 0; line-height: 1.55; }
.campaign-products { display: flex; align-items: flex-end; justify-content: center; gap: 0; padding: 46px 44px 20px 0; position: relative; }
.campaign-products::after { content: ''; position: absolute; width: 86%; height: 70px; bottom: 27px; border-radius: 50%; background: linear-gradient(#edcfb8, #be7e58); box-shadow: 0 16px 38px rgba(114,58,38,.2); z-index: 0; }
.campaign-products img { width: 29%; aspect-ratio: 1; object-fit: cover; border-radius: 50%; mix-blend-mode: multiply; position: relative; z-index: 2; transform: translateX(10%); }
.campaign-products img.featured-jar { width: 38%; transform: translate(0, -18px); z-index: 3; }
.save-seal { position: absolute; top: 32px; right: 33px; z-index: 5; width: 120px; height: 120px; display: grid; place-content: center; text-align: center; border-radius: 50%; background: radial-gradient(circle, #ffedbd, #d6af63 73%, #986d23); border: 5px double rgba(90,45,45,.44); color: #482513; transform: rotate(5deg); box-shadow: 0 15px 35px rgba(90,45,45,.18); }
.save-seal small { font-family: Georgia, serif; text-transform: uppercase; line-height: 1; }
.save-seal strong { font-family: Georgia, serif; font-size: 31px; line-height: 1; }

.category-section { display: grid; grid-template-columns: 1fr 310px; gap: 28px; padding-block: 14px 34px; align-items: center; }
.category-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 22px; }
.category-card { text-align: center; font-size: 13px; }
.category-card span { display: block; aspect-ratio: 1; border-radius: 50%; overflow: hidden; background: var(--blush); border: 1px solid #f7d9e4; transition: transform .25s ease, box-shadow .25s ease; }
.category-card:hover span { transform: translateY(-5px); box-shadow: 0 16px 36px rgba(100,44,67,.12); }
.category-card img { width: 100%; height: 100%; object-fit: cover; mix-blend-mode: multiply; }
.category-card strong { display: flex; align-items: center; justify-content: center; gap: 3px; margin-top: 10px; line-height: 1.15; font-weight: 500; }
.category-card strong svg { width: 13px; color: var(--pink); }
.welcome-card { min-height: 145px; display: flex; align-items: center; justify-content: space-between; padding: 24px; border-radius: 18px; background: linear-gradient(120deg, #fff7f4, #f7d7dc); overflow: hidden; }
.welcome-card p { margin: 0 0 5px; font-family: Georgia, serif; font-size: 22px; text-transform: uppercase; color: #51251d; }
.welcome-card strong { display: block; font-size: 11px; font-weight: 500; margin-bottom: 15px; }
.welcome-card a { display: inline-flex; align-items: center; gap: 5px; border: 1px solid var(--pink); color: var(--pink); padding: 8px 13px; border-radius: 999px; font-size: 9px; text-transform: uppercase; font-weight: 800; }
.welcome-card a svg { width: 13px; }
.welcome-card > svg { width: 76px; height: 76px; color: var(--pink); stroke-width: .8; }

.products-section { background: white; padding: 82px 0 88px; }
.section-heading { text-align: center; margin-bottom: 42px; }
.section-heading .eyebrow { margin-bottom: 10px; }
.section-heading h2 { font-size: clamp(38px, 4vw, 56px); letter-spacing: -.035em; }
.section-heading > p:last-child { color: #725e58; }
.product-filters { display: flex; justify-content: center; gap: 8px; flex-wrap: wrap; margin: -18px 0 28px; }
.product-filters button { border: 1px solid #ebd9d8; background: white; color: #5a4540; padding: 9px 17px; border-radius: 999px; cursor: pointer; font-size: 11px; font-weight: 700; }
.product-filters button.active { background: var(--pink); border-color: var(--pink); color: white; }
.product-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.product-card { padding: 13px 13px 20px; border: 1px solid #f1e4e0; border-radius: 18px; background: #fffdfc; transition: transform .25s ease, box-shadow .25s ease; }
.product-card:hover { transform: translateY(-5px); box-shadow: 0 22px 50px rgba(90,45,45,.10); }
.product-image { display: block; aspect-ratio: 1; border-radius: 13px; overflow: hidden; background: var(--blush); }
.product-image img { width: 100%; height: 100%; object-fit: cover; mix-blend-mode: multiply; }
.product-image-crop-circle img { transform: scale(1.43); transform-origin: center; }
.product-kicker { margin: 16px 0 5px; color: var(--pink); text-transform: uppercase; font-size: 9px; letter-spacing: .12em; font-weight: 800; }
.product-card h3 { margin: 0; font-family: Georgia, serif; font-size: 20px; color: #472018; }
.stars { color: var(--gold); letter-spacing: .12em; margin: 10px 0; }
.product-price { font-weight: 800; margin: 7px 0 15px; }
.product-price del { color: #9c8f8a; font-weight: 500; margin-right: 5px; }
.product-actions { display: flex; align-items: center; gap: 8px; }
.quick-add { flex: 1; min-height: 39px; display: inline-flex; justify-content: center; align-items: center; gap: 7px; border: 0; border-radius: 999px; background: var(--pink); color: white; text-transform: uppercase; font-size: 9px; font-weight: 800; cursor: pointer; }
.quick-add svg { width: 14px; }
.mini-button { width: 39px; height: 39px; border: 1px solid var(--pink); border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; color: var(--pink); }
.mini-button svg { width: 14px; }

.packages-section { padding: 62px 0 72px; background: linear-gradient(#fffdfb, #fff8f7); }
.section-heading.compact { margin-bottom: 28px; }
.section-heading.compact h2 { font-size: 39px; }
.section-heading.compact p { margin: 2px 0; font-size: 19px; color: #282020; }
.packages-layout { display: grid; grid-template-columns: 1fr 330px; gap: 22px; }
.package-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.package-card { min-height: 470px; position: relative; padding: 27px 20px 20px; background: white; border: 1px solid #f4e8e4; border-radius: 12px; text-align: center; display: flex; flex-direction: column; align-items: center; }
.package-card.popular { border-color: var(--pink); box-shadow: 0 15px 40px rgba(230,0,126,.08); }
.package-badge { position: absolute; top: -13px; padding: 8px 28px; border-radius: 8px 8px 2px 2px; background: var(--pink); color: white; font-size: 10px; text-transform: uppercase; font-weight: 800; }
.package-card h3 { margin: 0; font: 400 25px Georgia, serif; text-transform: uppercase; color: #39201a; }
.package-card > p { margin: 5px 0 4px; font-size: 12px; font-style: italic; color: #5f5551; }
.package-images { flex: 1; min-height: 230px; display: flex; justify-content: center; align-items: center; position: relative; width: 100%; }
.package-images img { display: block; width: 100%; max-height: 285px; object-fit: contain; border-radius: 10px; margin: 0; }
.package-images span { position: absolute; right: -6px; top: 38%; width: 66px; height: 66px; border-radius: 50%; background: linear-gradient(135deg, #fff0c9, #d6af63); display: grid; place-items: center; color: #5a2d2d; font: 700 10px Georgia, serif; text-transform: uppercase; }
.package-price { font-size: 24px; }
.package-card > small { margin: 4px 0 14px; }
.package-card .button { width: 100%; min-height: 42px; }
.brighter-card { min-height: 470px; border-radius: 13px; overflow: hidden; background: #f8dfda; position: relative; }
.brighter-card > div { padding: 30px 24px; position: relative; z-index: 2; }
.brighter-card h3 { margin: 0 0 18px; font: 400 38px/.86 Georgia, serif; text-transform: uppercase; color: #48231d; }
.brighter-card ul { padding: 0; margin: 0 0 22px; list-style: none; }
.brighter-card li { display: flex; align-items: center; gap: 8px; font-size: 12px; margin: 9px 0; }
.brighter-card li svg { width: 16px; height: 16px; padding: 3px; border-radius: 50%; background: var(--gold); color: white; }
.brighter-card .button { min-height: 41px; padding-inline: 18px; }
.brighter-card img { position: absolute; right: -27%; bottom: 0; width: 145%; height: 53%; object-fit: cover; object-position: 74% 40%; opacity: .9; }
.collection-card { min-height: 690px; padding: 14px; background: linear-gradient(145deg, #fffefd, #fbe9ed); border: 1px solid #eadfdd; }
.collection-card .collection-card-inner { height: 100%; padding: 18px; border-radius: 18px; background: linear-gradient(145deg, #fff7fa, #f8dce5); display: flex; flex-direction: column; }
.collection-kicker { align-self: flex-start; margin-bottom: 18px; padding: 7px 16px; border-radius: 999px; background: #ebd2ff; color: #6930bd; font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .03em; }
.collection-card h3 { margin: 0 0 12px; font: 700 34px/1.08 Arial, sans-serif; color: #85314f; letter-spacing: -.03em; }
.collection-intro { margin: 0 0 18px; color: #88445d; font-size: 16px; line-height: 1.35; }
.collection-card .collection-image { position: relative; width: 100%; aspect-ratio: 1 / 1.02; overflow: hidden; border: 1px solid rgba(138,52,83,.15); border-radius: 14px; background: #efadbd; }
.collection-card .collection-image img { position: static; display: block; width: 100%; height: 100%; object-fit: cover; object-position: center; opacity: 1; }
.collection-copy { margin: 16px 0; padding: 14px; border-radius: 14px; background: rgba(255,255,255,.9); text-align: center; }
.collection-copy h4 { margin: 0 0 8px; color: #ba1960; font-size: 15px; text-transform: uppercase; }
.collection-copy p { margin: 0; color: #52464a; font-size: 12px; line-height: 1.45; }
.collection-card .button { width: 100%; margin-top: auto; }

.trust-section { display: grid; grid-template-columns: repeat(5, 1fr); min-height: 118px; align-items: center; }
.trust-section > div { display: flex; align-items: center; justify-content: center; gap: 12px; font-size: 12px; line-height: 1.35; }
.trust-section svg { width: 44px; height: 44px; padding: 9px; color: var(--pink); border: 1px solid var(--pink); border-radius: 50%; stroke-width: 1.3; }
.trust-section b { width: 44px; height: 44px; display: grid; place-items: center; color: var(--pink); border: 1px solid var(--pink); border-radius: 50%; font-size: 18px; font-weight: 500; }

.favourites-banner { background: linear-gradient(90deg, rgba(255,241,238,.95), rgba(245,207,207,.9)); overflow: hidden; }
.favourites-full-banner img { background: #fff0f2; }
.favourites-grid { min-height: 270px; display: grid; grid-template-columns: .9fr 1.2fr .7fr; align-items: center; gap: 20px; }
.script-line { margin: 0; color: var(--pink); font: 36px 'Brush Script MT', cursive; transform: rotate(-5deg); }
.script-line.second { margin-left: 70px; transform: rotate(-7deg); }
.favourites-banner h2 { font-size: 43px; letter-spacing: -.04em; }
.favourite-products { display: flex; align-items: flex-end; justify-content: center; }
.favourite-products img { width: 31%; aspect-ratio: 1; object-fit: cover; border-radius: 50%; mix-blend-mode: multiply; margin-inline: -6%; }
.favourites-cta { text-align: center; }
.favourites-cta p { font-size: 12px; }

.reviews-section { padding-block: 82px; }
.review-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.review-grid article { padding: 28px; border: 1px solid #f0dddf; border-radius: 18px; background: white; }
.review-grid article > p { min-height: 70px; color: #62514b; line-height: 1.6; }
.review-grid article > div:last-child { display: flex; align-items: center; gap: 12px; }
.review-grid article > div:last-child > span { width: 42px; height: 42px; border-radius: 50%; display: grid; place-items: center; background: var(--blush); color: var(--pink); font-weight: 800; }
.review-grid strong { font-size: 13px; }
.review-grid strong small { display: block; color: #887a75; margin-top: 3px; font-weight: 400; }
.testimonial-image-card { margin: 0; overflow: hidden; border: 1px solid #f0dddf; border-radius: 18px; background: #fff; box-shadow: 0 14px 35px rgba(90,45,45,.08); }
.testimonial-image-card img { display: block; width: 100%; height: auto; aspect-ratio: 4 / 3; object-fit: cover; }

footer { padding: 64px 0 24px; background: #251613; color: #fffaf7; }
.footer-grid { display: grid; grid-template-columns: 1.2fr .65fr .8fr 1.25fr; gap: 52px; }
.footer-brand .brand { color: #ff4a9d; align-items: flex-start; }
.footer-brand > p { max-width: 310px; color: #cdbdb8; line-height: 1.6; }
.socials { display: flex; gap: 8px; margin-top: 22px; }
.socials a { width: 38px; height: 38px; border: 1px solid #664e47; border-radius: 50%; display: grid; place-items: center; }
.socials svg { width: 17px; }
.footer-grid h3 { text-transform: uppercase; color: #f5d4df; font-size: 12px; letter-spacing: .12em; margin: 4px 0 18px; }
.footer-grid > div:not(.footer-brand) > a { display: block; color: #d3c7c2; font-size: 13px; margin: 12px 0; }
.newsletter p { color: #cdbdb8; font-size: 13px; line-height: 1.5; }
.newsletter form > div { height: 48px; display: flex; align-items: center; border: 1px solid #6f5148; border-radius: 999px; padding: 0 6px 0 16px; }
.newsletter form svg { width: 17px; }
.newsletter input { min-width: 0; flex: 1; background: transparent; color: white; border: 0; outline: 0; padding: 10px; }
.newsletter button { border: 0; width: 37px; height: 37px; border-radius: 50%; background: var(--pink); color: white; display: grid; place-items: center; }
.newsletter .form-success { color: #f5d4df; display: flex; align-items: center; gap: 7px; margin-bottom: 0; }
.newsletter .form-success svg { width: 15px; }
.footer-bottom { margin-top: 48px; padding-top: 20px; border-top: 1px solid #503a34; display: flex; justify-content: space-between; color: #a9948e; font-size: 11px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

.floating-help, .floating-promo { position: fixed; bottom: 22px; z-index: 40; display: flex; align-items: center; gap: 10px; border-radius: 999px; box-shadow: 0 13px 35px rgba(46,24,31,.2); }
.floating-help { left: 22px; background: white; padding: 8px 15px 8px 8px; }
.floating-help > svg:first-child { width: 44px; height: 44px; padding: 10px; border-radius: 50%; background: #25d366; color: white; }
.floating-help span, .floating-promo span { display: flex; flex-direction: column; font-size: 11px; }
.floating-help small, .floating-promo small { font-size: 9px; }
.floating-help > svg:last-child, .floating-promo > svg:last-child { width: 14px; }
.floating-promo { right: 22px; background: linear-gradient(90deg, #e6007e, #eb3b8c); color: white; padding: 9px 17px 9px 9px; }
.floating-promo > svg:first-child { width: 45px; height: 45px; padding: 9px; background: white; color: var(--pink); border-radius: 50%; }
.floating-promo strong { text-transform: uppercase; font-size: 12px; }
.floating-help > b, .floating-promo > b { width: 45px; height: 45px; display: grid; place-items: center; border-radius: 50%; font-size: 20px; }
.floating-help > b { background: #25d366; color: white; }
.floating-promo > b { background: white; color: var(--pink); }
.floating-help i, .floating-promo i { font-style: normal; }

.search-overlay { position: fixed; inset: 0; z-index: 100; padding: 24px; display: grid; place-items: start center; background: rgba(37,22,19,.55); backdrop-filter: blur(7px); }
.search-overlay[hidden] { display: none; }
.search-overlay .search-panel { position: relative; width: min(650px, 100%); margin-top: min(11vh, 100px); padding: 34px; border-radius: 24px; background: white; box-shadow: 0 30px 90px rgba(37,22,19,.3); }
.search-overlay .search-panel > button { position: absolute; right: 18px; top: 12px; border: 0; background: transparent; color: #5a2d2d; font-size: 30px; cursor: pointer; }
.search-overlay h2 { margin: 0 0 20px; font: 400 34px Georgia, serif; color: #472018; }
.search-overlay form { display: flex; gap: 8px; }
.search-overlay input { flex: 1; min-width: 0; height: 50px; padding: 0 17px; border: 1px solid #ead8d5; border-radius: 999px; }
.search-overlay form button { border: 0; border-radius: 999px; padding: 0 22px; background: var(--pink); color: white; font-weight: 700; cursor: pointer; }

.overlay { position: fixed; inset: 0; z-index: 100; padding: 24px; display: grid; place-items: start center; background: rgba(37,22,19,.55); backdrop-filter: blur(7px); overflow-y: auto; }
.search-panel { width: min(720px, 100%); margin-top: min(11vh, 100px); padding: 30px; border-radius: 24px; background: white; box-shadow: 0 30px 90px rgba(37,22,19,.3); }
.panel-heading { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; }
.panel-heading .eyebrow { margin: 0 0 5px; font-size: 9px; }
.panel-heading h2 { margin: 0; font: 400 31px Georgia, serif; color: #472018; }
.search-field { height: 54px; margin: 24px 0 15px; padding: 0 16px; border: 1px solid #ead8d5; border-radius: 999px; display: flex; align-items: center; gap: 10px; }
.search-field:focus-within { border-color: var(--pink); box-shadow: 0 0 0 4px rgba(230,0,126,.08); }
.search-field svg { width: 19px; color: var(--pink); }
.search-field input { flex: 1; min-width: 0; border: 0; outline: 0; }
.search-results { display: grid; gap: 9px; max-height: 420px; overflow-y: auto; }
.search-results article { display: grid; grid-template-columns: 62px 1fr 38px; align-items: center; gap: 13px; padding: 9px; border: 1px solid #f2e4e1; border-radius: 14px; }
.search-results img { width: 62px; height: 62px; border-radius: 10px; object-fit: cover; mix-blend-mode: multiply; background: var(--blush); }
.search-results article > div { display: grid; gap: 2px; }
.search-results small { color: var(--pink); font-size: 8px; text-transform: uppercase; letter-spacing: .1em; }
.search-results span { font-size: 12px; font-weight: 700; }
.search-results article > button { width: 35px; height: 35px; display: grid; place-items: center; border: 0; border-radius: 50%; background: var(--pink); color: white; cursor: pointer; }
.search-results article > button svg { width: 16px; }
.empty-message { text-align: center; color: #7b6963; padding: 28px; }

.cart-overlay { padding: 0; place-items: stretch end; }
.cart-drawer { width: min(470px, 100%); height: 100%; background: white; padding: 26px; display: flex; flex-direction: column; box-shadow: -24px 0 80px rgba(37,22,19,.22); overflow-y: auto; }
.shipping-progress { margin: 22px 0 13px; padding: 14px; border-radius: 13px; background: #fff5f8; color: #573c42; font-size: 11px; }
.shipping-progress > div { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.shipping-progress svg { width: 18px; color: var(--pink); }
.shipping-progress > span { display: block; height: 6px; margin-top: 10px; border-radius: 999px; background: #ecdadd; overflow: hidden; }
.shipping-progress i { display: block; height: 100%; border-radius: inherit; background: linear-gradient(90deg, #ef2b82, #e6007e); transition: width .25s ease; }
.cart-items { flex: 1; }
.cart-items article { display: grid; grid-template-columns: 78px 1fr 34px; gap: 13px; padding: 15px 0; border-bottom: 1px solid #f0e5e2; }
.cart-items article > img { width: 78px; height: 78px; border-radius: 12px; object-fit: cover; mix-blend-mode: multiply; background: var(--blush); }
.cart-item-copy { display: flex; flex-direction: column; align-items: flex-start; gap: 5px; font-size: 12px; }
.cart-item-copy > strong { font: 400 16px Georgia, serif; color: #472018; }
.quantity-control { height: 29px; display: flex; align-items: center; gap: 4px; border: 1px solid #e6d5d2; border-radius: 999px; padding: 2px; }
.quantity-control button { width: 24px; height: 24px; border: 0; background: transparent; display: grid; place-items: center; cursor: pointer; }
.quantity-control svg { width: 12px; }
.quantity-control b { min-width: 19px; text-align: center; }
.remove-item { border: 0; background: transparent; color: #aa8f89; cursor: pointer; align-self: start; padding: 5px; }
.remove-item svg { width: 17px; }
.empty-cart { min-height: 360px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; }
.empty-cart > svg { width: 48px; height: 48px; color: var(--pink); stroke-width: 1.2; }
.empty-cart h3 { margin: 15px 0 5px; font: 400 25px Georgia, serif; color: #472018; }
.empty-cart p { color: #7b6963; font-size: 13px; margin: 0 0 20px; }
.cart-summary { position: sticky; bottom: -26px; margin: 16px -26px -26px; padding: 22px 26px 26px; background: white; border-top: 1px solid #eadfdb; box-shadow: 0 -14px 35px rgba(66,35,29,.06); }
.cart-summary > div { display: flex; justify-content: space-between; align-items: center; margin-bottom: 15px; }
.cart-summary > div strong { font-size: 20px; }
.cart-summary .button { width: 100%; border: 0; cursor: pointer; }
.cart-summary > small { display: flex; justify-content: center; align-items: center; gap: 5px; margin-top: 11px; color: #75625d; }
.cart-summary > small svg { width: 14px; }
.toast { position: fixed; z-index: 130; left: 50%; bottom: 25px; transform: translateX(-50%); display: flex; align-items: center; gap: 9px; padding: 13px 18px; border-radius: 999px; background: #251613; color: white; box-shadow: 0 15px 45px rgba(37,22,19,.25); font-size: 12px; }
.toast svg { width: 17px; color: #ff66ab; }

@media (max-width: 1050px) {
  .desktop-nav { display: none; }
  .menu-btn { display: grid; }
  .mobile-nav { display: none; position: fixed; z-index: 50; right: 16px; top: 138px; width: min(310px, calc(100% - 32px)); padding: 16px; background: white; border: 1px solid var(--line); border-radius: 18px; box-shadow: 0 24px 70px rgba(68,26,40,.18); }
  .mobile-nav.open { display: grid; }
  .mobile-nav a { padding: 12px 14px; border-bottom: 1px solid var(--line); }
  .promo-inner p span { display: none; }
  .campaign:not(.campaign-full) { grid-template-columns: 1fr 1fr; }
  .campaign-copy { padding-left: 42px; }
  .category-section { grid-template-columns: 1fr; }
  .welcome-card { display: none; }
  .packages-layout { grid-template-columns: 1fr; }
  .brighter-card:not(.collection-card) { min-height: 330px; }
  .brighter-card:not(.collection-card) img { width: 70%; height: 100%; right: 0; }
  .favourites-grid { grid-template-columns: 1fr 1fr; }
  .favourites-cta { grid-column: 1 / -1; padding-bottom: 28px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 720px) {
  .shell { width: min(100% - 28px, 1320px); }
  .promo-bar { min-height: 64px; }
  .promo-inner { display: grid; grid-template-columns: 22px minmax(96px, 1fr) auto 20px; align-items: center; gap: 7px; }
  .promo-cta { display: none; }
  .promo-gift { font-size: 21px; line-height: 1; text-align: center; }
  .promo-inner p { min-width: 0; max-width: none; display: grid; align-content: center; gap: 1px; font-size: 8px; line-height: 1.08; letter-spacing: .01em; text-align: left; }
  .promo-inner p strong { display: block; font-size: 10px; line-height: 1.05; white-space: nowrap; }
  .promo-inner p .promo-separator { display: none; }
  .promo-inner p .promo-copy,
  .promo-inner p .promo-save { display: block; white-space: nowrap; }
  .promo-close { margin-left: 0; padding: 2px; font-size: 20px; }
  .countdown { gap: 4px; }
  .time-unit { width: 31px; }
  .time-unit b { height: 26px; font-size: 12px; }
  .time-unit:last-child { display: none; }
  .site-header, .header-inner { min-height: 68px; }
  .brand { min-width: 0; align-items: flex-start; }
  .brand strong { font-size: 20px; }
  .brand span { font-size: 8px; margin-top: 6px; }
  .account-btn { display: none; }
  .header-actions { gap: 0; }
  .mobile-nav { top: 144px; }
  .hero-grid { min-height: auto; display: flex; flex-direction: column; }
  /* Keep uploaded artwork fully visible on phones. */
  .hero-full-banner,
  .campaign-full-banner,
  .favourites-full-banner { overflow: visible; }
  .hero-full-banner img,
  .campaign-full-banner img,
  .favourites-full-banner img {
    display: block;
    width: 100%;
    height: auto;
    max-height: none;
    object-fit: contain;
    object-position: center;
  }
  .hero-copy { padding: 46px 0 12px; width: 100%; }
  .eyebrow { font-size: 9px; margin-bottom: 14px; }
  .hero h1 { font-size: clamp(48px, 15vw, 65px); }
  .hero-lead { font-size: 14px; max-width: 340px; margin: 18px 0 22px; }
  .button { min-height: 43px; padding: 0 20px; font-size: 10px; }
  .hero-visual { width: 100%; min-height: 360px; }
  .hero-visual img { width: min(330px, 84%); }
  .hero-visual p { right: 1%; top: 8%; font-size: 25px; }
  .feature-strip { grid-template-columns: 1fr 1fr; gap: 10px 4px; padding: 18px 0; }
  .feature-strip div { justify-content: flex-start; font-size: 8px; }
  .campaign { width: calc(100% - 28px); min-height: auto; margin-block: 14px; }
  .campaign:not(.campaign-full) { grid-template-columns: 1fr; }
  .campaign-copy { padding: 40px 28px 18px; }
  .campaign-copy h2 { font-size: 47px; }
  .campaign-products { min-height: 290px; padding: 10px 12px 15px; }
  .save-seal { width: 82px; height: 82px; right: 13px; top: 4px; }
  .save-seal strong { font-size: 22px; }
  .category-section { padding-top: 14px; }
  .category-grid { grid-template-columns: repeat(2, 1fr); gap: 16px; }
  .category-card:last-child { grid-column: 1 / -1; width: calc(50% - 8px); justify-self: center; }
  .category-card img { object-fit: contain; object-position: center; }
  .products-section { padding-block: 58px; }
  .product-grid { grid-template-columns: 1fr 1fr; gap: 10px; }
  .product-card { padding: 9px 9px 16px; }
  .product-image img { object-fit: contain; object-position: center; }
  .product-image-crop-circle img { transform: none; }
  .product-card h3 { font-size: 15px; }
  .product-price { font-size: 13px; }
  .quick-add { font-size: 8px; }
  .package-grid { grid-template-columns: 1fr; gap: 24px; }
  .package-card { min-height: 460px; }
  .package-images img { width: 100%; height: auto; max-height: none; object-fit: contain; object-position: center; }
  .brighter-card:not(.collection-card) { min-height: 390px; }
  .brighter-card:not(.collection-card) img { width: 115%; height: 48%; right: -38%; }
  .collection-card { min-height: 640px; }
  .collection-card .collection-image { aspect-ratio: auto; min-height: 0; }
  .collection-card .collection-image img { width: 100%; height: auto; object-fit: contain; object-position: center; }
  .trust-section { grid-template-columns: 1fr 1fr; gap: 20px 6px; padding-block: 28px; }
  .trust-section > div { justify-content: flex-start; }
  .trust-section > div:last-child { grid-column: 1 / -1; }
  .favourites-grid { grid-template-columns: 1fr; padding-block: 38px; text-align: center; }
  .script-line.second { margin-left: 0; }
  .favourite-products { min-height: 160px; }
  .reviews-section { padding-block: 58px; }
  .review-grid { grid-template-columns: 1fr; }
  .review-grid article > p { min-height: 0; }
  .testimonial-image-card img { height: auto; aspect-ratio: auto; object-fit: contain; object-position: center; }
  .footer-grid { grid-template-columns: 1fr; gap: 28px; }
  .footer-bottom { flex-direction: column; gap: 8px; }
  .floating-help { left: 10px; bottom: 12px; }
  .floating-promo { right: 10px; bottom: 12px; }
  .floating-help span, .floating-help > svg:last-child, .floating-promo > svg:last-child { display: none; }
  .floating-promo > svg:first-child { width: 38px; height: 38px; }
  .floating-promo { padding-right: 12px; }
  .overlay { padding: 12px; }
  .search-panel { margin-top: 8vh; padding: 21px; border-radius: 19px; }
  .panel-heading h2 { font-size: 25px; }
  .search-results article { grid-template-columns: 54px 1fr 35px; }
  .search-results img { width: 54px; height: 54px; }
  .cart-overlay { padding: 0; }
  .cart-drawer { padding: 21px 18px; }
  .cart-summary { margin-inline: -18px; padding-inline: 18px; }
  .toast { width: calc(100% - 28px); justify-content: center; bottom: 82px; text-align: center; }
}
