:root{
  --white:#fffdfb;
  --paper:#f7f3ee;
  --pale:#f8e8ee;
  --rani:#e5abba;
  --soft:#efe2e6;
  --ink: #8c113d;
  --muted:#686067;
  --berry:#d9214e;
  --deep:#990f3d;
  --blue:#6f7ea5;
  --green:#6d8c54;
  --line:rgba(36,33,36,.12);
  --shadow:0 24px 70px rgba(78,34,48,.10);
  --shadow-strong:0 34px 90px rgba(153,15,61,.16);
  --display:"Archivo Black", Impact, sans-serif;
  --body:"Space Grotesk", Arial, sans-serif;
  --ease:cubic-bezier(.2,.8,.2,1);
}
*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth;overflow-x:hidden;max-width:100%}
body{background:var(--white);color:var(--ink);font-family:var(--body);line-height:1.55;overflow-x:hidden;max-width:100%}
a{color:inherit}
button,input,textarea,select{font:inherit}
button{color:inherit}
img{display:block;max-width:100%;height:auto}
.page{min-height:100vh;overflow-x:hidden;max-width:100%;position:relative}
.site-nav{position:fixed;top:0;left:0;right:0;height:82px;z-index:1000;padding:0 4.5vw;display:flex;align-items:center;justify-content:space-between;background:rgba(255,253,251,.82);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);border-bottom:1px solid rgba(36,33,36,.08);transition:transform .45s var(--ease),box-shadow .35s var(--ease)}
.site-nav.nav-hidden{transform:translateY(-110%)}
.site-nav.nav-scrolled{box-shadow:0 10px 35px rgba(36,33,36,.08)}
.nav-logo{height:82px;display:flex;align-items:center}
.nav-logo img{height:96px;width:auto}
.nav-desktop{display:flex;gap:1.55rem;align-items:center;margin-left:auto;margin-right:1.3rem}
.nav-desktop a,.mobile-links a{font-weight:700;text-decoration:none;letter-spacing:-.02em}
.nav-desktop a{position:relative;padding:8px 0}
.nav-desktop a::after{content:"";position:absolute;left:0;right:100%;bottom:0;height:2px;background:var(--berry);transition:right .25s var(--ease)}
.nav-desktop a:hover{color:var(--deep)}
.nav-desktop a:hover::after{right:0}
.nav-actions{display:flex;align-items:center;gap:10px}
.nav-shop,.btn{display:inline-flex;align-items:center;justify-content:center;text-decoration:none;border-radius:999px;font-weight:800;cursor:pointer;border:0;transition:transform .28s var(--ease),background .28s ease,box-shadow .28s ease}
.nav-shop{padding:12px 19px;background:var(--berry);color:#fff}
.nav-shop:hover,.btn-primary:hover{background:var(--deep);transform:translateY(-2px);box-shadow:var(--shadow-strong)}
.cart-trigger{position:relative;border:1px solid var(--line);background:#fff;padding:10px 12px;border-radius:999px;cursor:pointer;font-size:1.05rem;transition:.25s}
.cart-trigger:hover{border-color:rgba(217,33,78,.35);transform:translateY(-1px)}
.cart-badge{position:absolute;top:-4px;right:-4px;min-width:19px;height:19px;padding:0 5px;border-radius:99px;background:var(--berry);color:#fff;font-size:.68rem;font-weight:800;display:flex;align-items:center;justify-content:center}
.hamburger{display:none;background:none;border:0;cursor:pointer;padding:8px}
.hamburger span{display:block;width:24px;height:2px;background:var(--ink);margin:5px 0;border-radius:2px}
.mobile-drawer{position:fixed;top:0;right:-100%;width:min(90vw,430px);height:100dvh;background:var(--white);z-index:1100;padding:24px;transition:right .45s var(--ease);box-shadow:-30px 0 80px rgba(36,33,36,.12);display:flex;flex-direction:column}
.mobile-drawer.open{right:0}
.mobile-drawer-top{display:flex;justify-content:space-between;align-items:center}
.mobile-drawer-top img{height:72px;width:auto}
.mobile-drawer-top button{border:1px solid var(--line);background:#fff;border-radius:50%;width:40px;height:40px;font-size:1.15rem}
.mobile-links{display:flex;flex-direction:column;gap:19px;margin:36px 0;font-size:1.25rem}
.drawer-backdrop{position:fixed;inset:0;background:rgba(36,33,36,.22);z-index:1090;display:none}
.drawer-backdrop.open{display:block}
.mobile-shop{margin-top:auto;width:100%}
.btn{padding:15px 26px;letter-spacing:-.015em}
.btn-primary{background:var(--berry);color:#fff;box-shadow:0 12px 30px rgba(217,33,78,.18)}
.btn-secondary{background:#fff;border:1px solid rgba(36,33,36,.16);color:var(--ink)}
.btn-secondary:hover{border-color:var(--berry);color:var(--deep);transform:translateY(-2px)}
main{padding-top:82px}
.eyebrow{display:inline-flex;align-items:center;gap:7px;font-family:var(--body);font-size:.72rem;letter-spacing:.16em;text-transform:uppercase;font-weight:800;color:var(--deep);background:var(--pale);padding:8px 13px;border-radius:999px}
.eyebrow.live::before{content:"";width:7px;height:7px;border-radius:50%;background:var(--berry);box-shadow:0 0 0 0 rgba(217,33,78,.45);animation:pulse 1.8s infinite}
@keyframes pulse{70%{box-shadow:0 0 0 8px rgba(217,33,78,0)}100%{box-shadow:0 0 0 0 rgba(217,33,78,0)}}
.hero{position:relative;min-height:calc(100vh - 82px);background:var(--paper);display:flex;align-items:center;padding:70px 5vw 85px;overflow:hidden}
.hero::before{content:"";position:absolute;inset:auto -10% -35% 25%;height:70vw;border-radius:50%;background:radial-gradient(circle at center,rgba(217,33,78,.13),transparent 66%);pointer-events:none}
.hero-grid{max-width:1380px;width:100%;margin:auto;display:grid;grid-template-columns:1.05fr .95fr;align-items:center;gap:40px;position:relative;z-index:1}
.hero-content{padding-left:3vw}
.hero h1{font:400 clamp(5rem,11vw,10.5rem)/.8 var(--display);letter-spacing:-.075em;margin:22px 0 25px;color:var(--ink)}
.hero h1 .muted{color:#857a81}.hero h1 .accent{color:var(--berry)}
.hero-copy{max-width:580px;font-size:clamp(1.05rem,1.6vw,1.3rem);color:var(--muted);letter-spacing:-.02em}
.hero-cta{display:flex;gap:11px;flex-wrap:wrap;margin-top:30px}
.attribute-strip{display:flex;gap:8px;flex-wrap:wrap;margin-top:24px}
.attribute{padding:9px 13px;border:1px solid var(--line);border-radius:999px;color:#4f474d;font-size:.86rem;background:rgba(255,255,255,.72)}
.hero-visual{position:relative;display:grid;place-items:center;min-height:630px}
.hero-can{width:min(38vw,560px);position:relative;z-index:2;filter:drop-shadow(0 44px 45px rgba(91,43,58,.20));animation:float 4.4s ease-in-out infinite}
.berry-orb{position:absolute;border-radius:50%;box-shadow:0 18px 35px rgba(67,32,45,.10);animation:orbFloat 5s ease-in-out infinite}
.o1{width:82px;height:82px;top:12%;right:14%;background:var(--berry);animation-delay:-1s}.o2{width:38px;height:38px;bottom:22%;left:12%;background:#b67d9a;animation-delay:-2.5s}.o3{width:112px;height:112px;top:35%;left:3%;background:#8c99b8;animation-delay:-3.4s}.o4{width:52px;height:52px;bottom:8%;right:13%;background:#ed809b;animation-delay:-.8s}
@keyframes float{0%,100%{transform:translateY(0) rotate(-2deg)}50%{transform:translateY(-22px) rotate(2deg)}}
@keyframes orbFloat{0%,100%{transform:translate3d(0,0,0)}50%{transform:translate3d(0,-15px,0)}}
.section{padding:125px 5vw}.section.alt{background:var(--paper)}.section.dark{background:var(--pale);color:var(--ink)}
.section-head{max-width:850px;margin:0 auto 64px;text-align:center}
.section-head h2{font:400 clamp(3.5rem,6.3vw,6.5rem)/.88 var(--display);letter-spacing:-.065em;margin-top:15px}
.section-head p{max-width:650px;margin:18px auto 0;color:var(--muted)}
.teaser{max-width:1120px;margin:auto;display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.teaser>div:first-child{overflow:hidden;border-radius:36px}
.teaser img{width:100%;aspect-ratio:4/5;object-fit:cover;transition:transform .8s var(--ease)}.teaser>div:first-child:hover img{transform:scale(1.035)}
.teaser h3{font:400 clamp(2.7rem,4.3vw,5rem)/.94 var(--display);color:var(--deep);letter-spacing:-.06em;margin:13px 0 0}.teaser p{margin:22px 0;font-size:1.08rem;color:var(--muted);max-width:500px}
.marquee{overflow:hidden;white-space:nowrap;background:var(--berry);transform:rotate(-2deg);margin:13px -1vw;padding:0;box-shadow:0 20px 50px rgba(217,33,78,.15)}
.marquee-track{display:flex;width:max-content;animation:marquee 17.3s linear infinite}.marquee-track span{font:600 2rem var(--display);padding:18px 25px;color:#fff;letter-spacing:.04em}@keyframes marquee{to{transform:translateX(-50%)}}
/* =========================================
   ONE CAN. MANY PLANS.
   Expandable stacked panels
   ========================================= */

.lifestyle-stack{
  max-width:1180px;
  margin:auto;
  display:flex;
  flex-direction:column;
  gap:0;
  padding-bottom:4vh;
}

/* Individual horizontal panels */
.stack-card{
  position:relative;
  width:100%;
  height:105px;
  overflow:hidden;
  display:grid;
  grid-template-columns:1fr;
  background:var(--paper);
  border-radius:28px;
  border:1px solid rgba(36,33,36,.08);
  box-shadow:none;
  cursor:pointer;
  transition:
    height .65s var(--ease),
    background .4s ease,
    box-shadow .4s ease;
}

/* Small gap between panels */
.stack-card + .stack-card{
  margin-top:6px;
}

/* Keep first card open by default */
.stack-card:first-child{
  height:480px;
  box-shadow:var(--shadow);
}

/* Hovering a card opens that card */
.stack-card:hover{
  height:480px;
  background:var(--pale);
  box-shadow:var(--shadow);
}

/* When another card is hovered, collapse the first */
.lifestyle-stack:hover .stack-card:first-child:not(:hover){
  height:105px;
  box-shadow:none;
}


/* =========================================
   IMAGE
   ========================================= */

.stack-media{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  padding:0;
  overflow:hidden;
}

.stack-media img{
  width:100%;
  height:100%;
  min-height:0;
  border-radius:0;
  object-fit:cover;
  opacity:0;
  transform:scale(1.04);
  transition:
    opacity .45s ease,
    transform .8s var(--ease);
}

/* Image appears only on active panel */
.stack-card:first-child .stack-media img{
  opacity:1;
  transform:scale(1);
}

.stack-card:hover .stack-media img{
  opacity:1;
  transform:scale(1);
}


/* =========================================
   COPY
   ========================================= */

.stack-copy{
  position:relative;
  z-index:2;
  min-height:100%;
  padding:42px 52px;
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
  align-items:flex-start;

  /* subtle readability layer over image */
  background:linear-gradient(
    to top,
    rgba(255,253,251,.96) 0%,
    rgba(255,253,251,.82) 38%,
    rgba(255,253,251,0) 72%
  );

  opacity:0;
  transform:translateY(18px);
  transition:
    opacity .4s ease .12s,
    transform .55s var(--ease) .08s;
}

/* Copy visible on active card */
.stack-card:first-child .stack-copy{
  opacity:1;
  transform:none;
}

.stack-card:hover .stack-copy{
  opacity:1;
  transform:none;
}


/* Number */
.stack-number{
  font:800 .76rem/1 var(--body);
  color:var(--berry);
  letter-spacing:.14em;
  margin-bottom:12px;
}


/* Main title */
.stack-copy h3{
  font:400 clamp(3rem,5vw,5.8rem)/.88 var(--display);
  letter-spacing:-.06em;
  color:var(--ink);
  margin:0 0 14px;
}


/* Description */
.stack-copy p{
  font-size:1.02rem;
  line-height:1.55;
  color:var(--muted);
  max-width:520px;
  margin:0;
}


/* Tag */
.stack-tag{
  margin-top:18px;
  font-weight:800;
  font-size:.82rem;
  color:var(--deep);
}


/* =========================================
   COMPACT STATE
   ========================================= */

/* The title stays visible even when collapsed */
.stack-card::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:3;
  display:flex;
  align-items:center;
  padding:0 34px;

  font:400 clamp(1.7rem,3vw,3rem)/1 var(--display);
  letter-spacing:-.045em;
  color:var(--ink);

  pointer-events:none;
}

/* Use the existing section content as the compact labels */
.stack-card:nth-child(1)::before{
  content:"01 / SUNNY OUT";
}

.stack-card:nth-child(2)::before{
  content:"02 / EAT UP";
}

.stack-card:nth-child(3)::before{
  content:"03 / STAY OUT";
}


/* Hide compact label once panel opens */
.stack-card:first-child::before{
  opacity:0;
}

.stack-card:hover::before{
  opacity:0;
}


/* =========================================
   IMAGE HOVER
   ========================================= */

.stack-card:hover .stack-media img{
  transform:scale(1.025);
}


/* =========================================
   TABLET
   ========================================= */

@media(max-width:992px){

  .lifestyle-stack{
    padding-bottom:3vh;
  }

  .stack-card{
    height:92px;
    border-radius:24px;
  }

  .stack-card:first-child,
  .stack-card:hover{
    height:440px;
  }

  .lifestyle-stack:hover .stack-card:first-child:not(:hover){
    height:92px;
  }

  .stack-copy{
    padding:32px 36px;
  }

  .stack-card::before{
    padding:0 28px;
    font-size:1.7rem;
  }
}


/* =========================================
   MOBILE
   ========================================= */

@media(max-width:620px){

  .lifestyle-stack{
    padding-bottom:2vh;
  }

  .stack-card{
    height:76px;
    border-radius:20px;
  }

  .stack-card:first-child,
  .stack-card:hover{
    height:430px;
  }

  .lifestyle-stack:hover .stack-card:first-child:not(:hover){
    height:76px;
  }

  .stack-card::before{
    padding:0 22px;
    font-size:1.25rem;
  }

  .stack-copy{
    padding:26px 22px;
  }

  .stack-copy h3{
    font-size:clamp(2.5rem,12vw,4rem);
  }

  .stack-copy p{
    font-size:.92rem;
    line-height:1.5;
  }

  .stack-number{
    font-size:.68rem;
  }

  .stack-tag{
    font-size:.76rem;
    margin-top:14px;
  }
}
/* =========================================
   MYST OUT IN THE WORLD
   Infinite scrolling carousel
   ========================================= */

.wild{
  padding-top:50px;
  overflow:hidden;
}

.wild-carousel{
  width:100%;
  overflow:hidden;
  padding-bottom:10px;
}

.wild-track{
  display:flex;
  width:max-content;
  animation:wildLoop 30s linear infinite;
  will-change:transform;
}

.wild-set{
  display:flex;
  flex-shrink:0;
  gap:20px;
  padding-right:20px;
}

.wild-set img{
  width:390px;
  height:520px;
  object-fit:cover;
  border-radius:30px;
  flex:0 0 auto;
  transition:transform .45s var(--ease);
}

.wild-set img:hover{
  transform:translateY(-8px) rotate(-1deg);
}

@keyframes wildLoop{
  from{
    transform:translateX(0);
  }

  to{
    transform:translateX(-50%);
  }
}.facts{max-width:1160px;margin:auto;display:grid;grid-template-columns:.9fr 1.1fr;gap:70px;align-items:center;position:relative;isolation:isolate;overflow:hidden}.facts::before,.facts::after{content:"";position:absolute;border-radius:50%;pointer-events:none;z-index:-1}.facts::before{width:330px;height:330px;left:52%;top:-80px;background:rgba(217,33,78,.09);filter:blur(3px);animation:berryDrift 7s ease-in-out infinite}.facts::after{width:210px;height:210px;right:4%;bottom:-90px;background:rgba(229,171,186,.22);animation:berryDrift 9s ease-in-out -2s infinite}.facts h2{font:400 clamp(3.2rem,6vw,6.2rem)/.88 var(--display);position:relative;z-index:2;color:var(--deep);letter-spacing:-.065em;margin-top:13px}.facts p{max-width:480px;margin-top:18px;color:var(--muted);position:relative;z-index:2}.facts::marker{display:none}@keyframes berryDrift{0%,100%{transform:translate3d(0,0,0) scale(1)}50%{transform:translate3d(28px,-20px,0) scale(1.12)}}
.facts-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.fact{background:#fff;padding:32px;border-radius:28px;box-shadow:var(--shadow)}.fact strong{font:400 clamp(2.8rem,4.5vw,4.5rem)/1 var(--display);color:var(--berry);display:block;letter-spacing:-.05em}.fact span{font-weight:800;text-transform:uppercase;letter-spacing:.08em;font-size:.74rem;color:var(--muted)}
.berserk-wrap{max-width:1200px;margin:auto;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.terminal{background:#fff;border:1px solid var(--line);padding:30px;border-radius:28px;box-shadow:var(--shadow)}.terminal h3{font:400 2rem var(--display);letter-spacing:-.05em;color:var(--deep)}.terminal .form-field{margin-bottom:12px}.terminal .btn{width:100%}.form-field{width:100%;padding:15px 16px;border-radius:14px;border:1px solid #ddd6d8;outline:0;background:#fff;color:var(--ink)}.form-field:focus{border-color:var(--berry);box-shadow:0 0 0 4px rgba(217,33,78,.08)}
.ticker{height:500px;background:rgba(255,255,255,.62);padding:22px;border-radius:28px;overflow:hidden;border:1px solid var(--line)}.ticker-scroll{display:flex;flex-direction:column;gap:14px;animation:ticker 26s linear infinite}.hijack-item{background:var(--white);padding:18px 19px;border-radius:18px;border:1px solid var(--line)}.hijack-item h4{font:400 1.2rem var(--display);letter-spacing:-.03em;color:var(--deep)}.hijack-item span{color:var(--muted);font-size:.88rem}@keyframes ticker{to{transform:translateY(-50%)}}
.review-zone{text-align:center}.review-live{display:inline-flex;align-items:center;gap:9px;font-size:.76rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:var(--deep);margin-bottom:20px}.review-stars{font-size:clamp(3rem,7vw,6.5rem);letter-spacing:.08em;line-height:.9;color:var(--berry);animation:starGlow 3.5s ease-in-out infinite}.review-caption{margin-top:18px;color:var(--muted)}.review-cta{text-align:center;margin-top:30px}@keyframes starGlow{50%{transform:scale(1.03);filter:drop-shadow(0 14px 28px rgba(217,33,78,.10))}}
.purchase-cta{padding:120px 5vw;background:var(--paper)}
.purchase-card{max-width:1200px;margin:auto;background:#fff;border-radius:42px;box-shadow:var(--shadow-strong);display:grid;grid-template-columns:.8fr 1.2fr;overflow:hidden;position:relative}
.purchase-image{background:var(--pale);display:grid;place-items:center;min-height:560px;position:relative;padding:55px}.purchase-image::before{content:"";position:absolute;width:280px;height:280px;border-radius:50%;background:rgba(217,33,78,.11)}.purchase-image img{width:min(100%,360px);position:relative;z-index:1;filter:drop-shadow(0 30px 40px rgba(91,43,58,.18));animation:float 4.5s ease-in-out infinite}
.purchase-content{padding:70px 72px;display:flex;flex-direction:column;justify-content:center}.purchase-content h2{font:400 clamp(3.7rem,6vw,7rem)/.84 var(--display);letter-spacing:-.07em;max-width:650px}.purchase-content h2 span{color:var(--berry)}.purchase-content p{color:var(--muted);max-width:530px;margin:22px 0 28px;font-size:1.06rem}.pack-pills{display:flex;flex-wrap:wrap;gap:10px;margin:0 0 24px}.pack-pill{padding:12px 14px;border:1px solid var(--line);border-radius:16px;background:var(--paper);font-weight:800}.pack-pill s{opacity:.5;margin-right:5px}.pack-pill strong{color:var(--deep);margin-left:2px}.pack-pill small{display:block;font-size:.7rem;letter-spacing:.05em;text-transform:uppercase;color:var(--berry);margin-top:3px}
.page-hero{background:var(--paper);color:var(--ink);padding:135px 5vw 95px;text-align:center;border-bottom:1px solid var(--line)}.page-hero h1{font:400 clamp(4rem,8.5vw,8rem)/.86 var(--display);letter-spacing:-.075em;margin-top:16px}.page-hero p{max-width:720px;margin:22px auto 0;color:var(--muted);font-size:1.08rem}
.product-layout{max-width:1200px;margin:auto;display:grid;grid-template-columns:.9fr 1.1fr;gap:80px;align-items:start}.product-image{background:var(--paper);padding:62px;border-radius:38px;text-align:center;position:sticky;top:112px}.product-image img{width:100%;max-width:470px;filter:drop-shadow(0 36px 42px rgba(91,43,58,.18));margin:auto;animation:float 4.7s ease-in-out infinite}
.product-copy h2{font:400 clamp(3.3rem,5vw,6rem)/.88 var(--display);color:var(--deep);letter-spacing:-.065em;margin:13px 0 20px}.product-copy>p{color:var(--muted);font-size:1.07rem;max-width:560px}.product-label{font-size:.77rem;font-weight:800;letter-spacing:.13em;text-transform:uppercase;color:var(--berry)}
/* =========================================================
   CHOOSE YOUR PACK — THREE COLUMN LAYOUT
   ========================================================= */

.pack-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:12px;
  width:100%;
}

.pack-card{
  border:1px solid var(--line);
  border-radius:20px;
  padding:20px 14px;
  cursor:pointer;

  display:flex;
  flex-direction:column;
  justify-content:space-between;
  align-items:flex-start;

  min-height:145px;

  background:#fff;

  transition:
    transform .28s var(--ease),
    box-shadow .28s var(--ease),
    border-color .28s ease,
    background .28s ease;
}

.pack-card:hover{
  transform:translateY(-3px);
  box-shadow:var(--shadow);
}

.pack-card.selected:hover{
  transform:translateY(-3px) scale(1.05);
}

.pack-card.selected{
  border-color:var(--berry);
  background:var(--pale);

  transform:scale(1.05);
  position:relative;
  z-index:2;

  box-shadow:
    0 0 0 3px rgba(217,33,78,.08),
    0 14px 35px rgba(36,33,36,.10);
}

.pack-card strong{
  font:400 1.25rem/.95 var(--display);
  display:block;
  letter-spacing:-.03em;
  color:var(--deep);
}

.pack-card small{
  opacity:.65;
  display:block;
  margin-top:7px;
  font-size:.78rem;
  line-height:1.35;
}

.pack-card s{
  opacity:.5;
}

.pack-save{
  display:block;
  margin-top:8px;
  color:var(--berry);
  font-size:.68rem;
  font-weight:800;
  letter-spacing:.06em;
  text-transform:uppercase;
}

.price {
  display: flex;
  align-items: baseline;
  gap: 7px;
  margin-top: auto;
  padding-top: 14px;
  color: var(--deep);
  white-space: nowrap;
}

.price s {
  font-family: var(--body, "Space Grotesk", sans-serif);
  font-size: .82rem;
  font-weight: 500;
  opacity: .45;
}

.price strong {
  font: 400 1.45rem/1 var(--display);
  color: var(--deep);
}

.reviews-live{max-width:1200px;margin:auto}.reviews-live .review-top{display:flex;justify-content:space-between;gap:25px;align-items:end;margin-bottom:34px}.reviews-live .review-top h2{font:400 clamp(3rem,6vw,5.8rem)/.9 var(--display);letter-spacing:-.06em;color:var(--deep)}.reviews-live .review-top .rating-big{font:400 3.5rem var(--display);color:var(--berry)}.review-track{position:relative;min-height:180px;margin-top:28px}.review-track .review-card{position:absolute;inset:0;opacity:0;transform:translateY(10px);pointer-events:none;display:flex;flex-direction:column;justify-content:center;transition:opacity .55s ease,transform .55s ease}.review-track .review-card.active{opacity:1;transform:none;pointer-events:auto}.review-card{background:#fff;padding:28px;border-radius:26px;border:1px solid var(--line);box-shadow:var(--shadow);transition:transform .35s var(--ease)}.review-card{background:#fff;padding:28px;border-radius:26px;border:1px solid var(--line);box-shadow:var(--shadow);transition:transform .35s var(--ease)}.review-card:hover{transform:translateY(-6px)}.review-card .avatar{width:46px;height:46px;border-radius:50%;background:var(--berry);color:#fff;display:grid;place-items:center;font-weight:900}.review-head{display:flex;gap:12px;align-items:center;margin-bottom:15px}.review-card p{color:var(--muted);font-size:1rem}.stars{letter-spacing:3px;color:var(--berry)}
.savings {
  color: var(--berry);
  font-weight: 700; /* matches your site's bold font weight */
}
.shop-grid{max-width:1220px;margin:auto;display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.shop-card{background:#fff;padding:24px;border-radius:28px;border:1px solid var(--line);box-shadow:var(--shadow);display:flex;flex-direction:column;transition:transform .35s var(--ease),box-shadow .35s var(--ease)}.shop-card:hover{transform:translateY(-7px);box-shadow:var(--shadow-strong)}.shop-card img{width:100%;aspect-ratio:1/1;background:var(--paper);border-radius:22px;margin-bottom:20px;object-fit:contain;padding:24px}.shop-card h3{font:400 1.7rem var(--display);color:var(--deep);letter-spacing:-.04em}.shop-card p{color:var(--muted)}.shop-card .card-price{font:400 1.9rem var(--display);margin:18px 0}
.where-grid,.contact-grid{max-width:1120px;margin:auto;display:grid;grid-template-columns:1fr 1fr;gap:26px}.info-card{background:#fff;border-radius:28px;padding:34px;border:1px solid var(--line);box-shadow:var(--shadow)}.info-card h3{font:400 2.3rem var(--display);color:var(--deep);margin-bottom:10px;letter-spacing:-.05em}.info-card p{color:var(--muted)}.form-stack{display:grid;gap:14px}.form-stack textarea{min-height:120px;resize:vertical}.select-field{padding:15px 16px;border-radius:14px;border:1px solid #ddd6d8;background:#fff}.accordion{max-width:900px;margin:auto}.faq-item{border-bottom:1px solid var(--line);padding:24px 0}.faq-q{display:flex;justify-content:space-between;gap:20px;font-weight:800;cursor:pointer}.faq-a{display:none;margin-top:12px;color:var(--muted)}.faq-item.open .faq-a{display:block}.policy{max-width:900px;margin:auto}.policy h2{font:400 1.8rem var(--display);color:var(--deep);margin:38px 0 10px}.policy p,.policy li{color:var(--muted)}.policy ul{padding-left:22px}
.cart-drawer{position:fixed;top:0;right:-520px;width:min(92vw,520px);height:100dvh;background:#fff;z-index:1200;transition:right .38s var(--ease);box-shadow:-20px 0 70px rgba(0,0,0,.14);display:flex;flex-direction:column}.cart-drawer.open{right:0}.cart-head{padding:24px;border-bottom:1px solid #eee;display:flex;justify-content:space-between;align-items:center}.cart-head h3{font:400 2rem var(--display)}.cart-items{flex:1;overflow:auto;padding:20px}.cart-item{display:grid;grid-template-columns:82px 1fr auto;gap:14px;align-items:center;padding:14px 0;border-bottom:1px solid #eee}.cart-item img{width:82px;background:var(--paper);border-radius:14px;object-fit:contain}.qty-row{display:flex;align-items:center;gap:8px;margin-top:8px}.qty-row button{width:30px;height:30px;border-radius:50%;border:1px solid #ddd;background:#fff;cursor:pointer}.cart-summary{padding:20px;border-top:1px solid #eee}.sum-row{display:flex;justify-content:space-between;margin:8px 0}.sum-row.total{font-weight:900;font-size:1.18rem}.free-bar{background:#f0ecee;height:8px;border-radius:99px;overflow:hidden;margin:14px 0}.free-bar span{display:block;height:100%;background:var(--berry)}.cart-empty{padding:50px 20px;text-align:center;color:var(--muted)}.toast{position:fixed;bottom:24px;left:50%;transform:translate(-50%,20px);background:var(--ink);color:#fff;padding:12px 18px;border-radius:999px;opacity:0;pointer-events:none;transition:.25s;z-index:1300}.toast.show{opacity:1;transform:translate(-50%,0)}
.checkout-grid{max-width:1100px;margin:auto;display:grid;grid-template-columns:1.15fr .85fr;gap:26px}.checkout-box{background:#fff;padding:32px;border-radius:28px;border:1px solid var(--line);box-shadow:var(--shadow)}.checkout-box h2{font:400 2.1rem var(--display);color:var(--deep);margin-bottom:20px}.notice{background:var(--pale);padding:17px;border-radius:15px;border-left:4px solid var(--berry);font-size:.93rem}.disabled-payment{margin-top:20px;padding:18px;border-radius:15px;background:var(--paper);color:#666;border:1px solid var(--line)}.track-status{display:grid;grid-template-columns:repeat(5,1fr);gap:10px;margin-top:30px}.track-step{padding:15px 10px;border-radius:16px;text-align:center;background:var(--paper);font-size:.85rem}.track-step.done{background:var(--pale);color:var(--deep);font-weight:800}
.site-footer{padding:90px 5vw 30px;background:var(--ink);color:#fff}.footer-grid{max-width:1200px;margin:auto;display:grid;grid-template-columns:2fr repeat(4,1fr);gap:45px}.footer-brand img{height:92px;width:auto;filter:brightness(0) invert(1)}.footer-brand p{color:rgba(255,255,255,.62)}.footer-grid h5{font:800 1rem var(--body);margin-bottom:14px;color:#fff}.footer-grid a{display:block;text-decoration:none;color:rgba(255,255,255,.68);margin:9px 0;transition:.2s}.footer-grid a:hover{color:#fff;transform:translateX(2px)}.footer-bottom{max-width:1200px;margin:45px auto 0;border-top:1px solid rgba(255,255,255,.12);padding-top:20px;display:flex;justify-content:space-between;gap:20px;font-size:.82rem;color:rgba(255,255,255,.46)}
.reveal{opacity:0;transform:translateY(36px);transition:opacity .8s var(--ease),transform .8s var(--ease)}.reveal.is-visible{opacity:1;transform:none}
.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}
@media(max-width:992px){.nav-desktop,.nav-shop{display:none}.hamburger{display:block}.hero-grid,.product-layout,.where-grid,.contact-grid,.checkout-grid,.facts,.purchase-card,.berserk-wrap{grid-template-columns:1fr}.hero{padding-top:55px}.hero-content{padding-left:0}.hero h1{font-size:clamp(5rem,17vw,8rem)}.hero-content{text-align:center}.hero-copy{margin:auto}.hero-visual{min-height:480px}.hero-can{width:min(75vw,430px)}.hero-cta,.attribute-strip{justify-content:center}.teaser{grid-template-columns:1fr;gap:35px}.stack-card{
  height:92px;
  border-radius:24px;
}
.pack-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  width: 100%;
  margin-bottom: 28px;
}

.product-actions {
  margin-top: 0;
  display: flex;
  gap: 14px;
  align-items: center;
}

.pack-card{
  padding:18px 12px;
  min-height:140px;
}

.stack-card:first-child,
.stack-card:hover{
  height:440px;
}

.lifestyle-stack:hover .stack-card:first-child:not(:hover){
  height:92px;
}

.stack-copy{
  padding:32px 36px;
}

.stack-card::before{
  padding:0 28px;
  font-size:1.7rem;
}.product-image{position:relative;top:auto}.product-highlights{grid-template-columns:repeat(2,1fr)}.shop-grid{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:1fr 1fr;gap:30px}.footer-brand{grid-column:1/-1}.track-status{grid-template-columns:1fr 1fr}.review-track{grid-template-columns:1fr}.reviews-live .review-top{align-items:flex-start;flex-direction:column}.purchase-image{min-height:460px}.purchase-content{padding:50px 42px}}
@media(max-width:620px){.site-nav{height:74px;padding:0 4vw}.nav-logo{height:74px}.nav-logo img{height:84px}.mobile-drawer-top img{height:66px}.section{padding:88px 5vw}.page-hero{padding:108px 5vw 68px}.page-hero h1{font-size:clamp(3.5rem,16vw,6rem)}.hero{min-height:auto;padding:48px 5vw 68px}.hero-visual{min-height:370px}.hero-can{width:min(78vw,360px)}.hero h1{font-size:clamp(4.6rem,18vw,7rem)}.stack-card{
  height:76px;
  border-radius:20px;
}
.pack-grid{
  grid-template-columns:1fr;
}

.pack-card{
  min-height:auto;
  padding:18px;
}
.stack-card:first-child,
.stack-card:hover{
  height:430px;
}

.lifestyle-stack:hover .stack-card:first-child:not(:hover){
  height:76px;
}

.stack-card::before{
  padding:0 22px;
  font-size:1.25rem;
}

.stack-copy h3{
  font-size:clamp(2.5rem,12vw,4rem);
}

.stack-copy p{
  font-size:.92rem;
  line-height:1.5;
}

.stack-number{
  font-size:.68rem;
}

.stack-tag{
  font-size:.76rem;
  margin-top:14px;
}.wild-set img{width:80vw;height:110vw;max-height:520px}.facts-grid{grid-template-columns:1fr}.purchase-cta{padding:64px 4vw}.purchase-card{border-radius:28px;width:100%;max-width:100%;box-sizing:border-box;overflow:hidden}.purchase-image{min-height:300px;padding:30px 20px}.purchase-image img{width:min(65vw,260px)}.purchase-content{padding:28px 18px;width:100%;box-sizing:border-box}.purchase-content h2{font-size:clamp(1.75rem,6.8vw,2.8rem);line-height:.95;overflow-wrap:break-word;word-break:break-word;max-width:100%}.purchase-content p{font-size:.92rem;margin:12px 0 18px;max-width:100%}.shop-grid{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr}.footer-brand{grid-column:auto}.footer-bottom{flex-direction:column}.review-track{grid-template-columns:1fr}.product-highlights{grid-template-columns:1fr 1fr}.track-status{grid-template-columns:1fr}.cart-drawer{width:100%}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.hero-can,.berry-orb,.marquee-track,.ticker-scroll,.review-stars{animation:none}.reveal{opacity:1;transform:none;transition:none}.stack-card{position:relative;top:auto;margin-bottom:28px}}

.partner-enquiry{margin-top:80px}
.page-section-intro{max-width:850px;margin:0 auto 55px;text-align:center}
.page-section-intro h2{font:400 clamp(3rem,6vw,5.8rem)/.9 var(--display);letter-spacing:-.06em;color:var(--deep);margin-top:13px}
.page-section-intro p{max-width:650px;margin:18px auto 0;color:var(--muted);font-size:1.05rem}
/* =========================================
   THIS BERRY SLAPS
   Clean white section + living typography
   ========================================= */

.berry-slaps-section,
.section.berry-slaps-section,
.section.alt.berry-slaps-section{
  position:relative;
  overflow:hidden;
  background:transparent !important;
}

/* Kill any decorative background */
.berry-slaps-section::before,
.berry-slaps-section::after{
  display:none !important;
  content:none !important;
}

.berry-slaps{
  position:relative;
  min-height:620px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  gap:55px;
  isolation:isolate;
}

.berry-slaps-intro{
  position:relative;
  z-index:5;
}

.berry-slaps-intro .eyebrow{
  display:inline-block;
}

.berry-slaps-intro p{
  margin:12px 0 0;
  color:var(--muted);
  font-size:1rem;
}


/* =========================================
   BIG FACTS
   ========================================= */

.berry-facts{
  position:relative;
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:clamp(8px, 1.8vh, 18px);
  width:100%;
  max-width:100%;
}

.berry-fact{
  position:relative;
  display:flex;
  align-items:baseline;
  justify-content:center;
  width:100%;
  max-width:100%;
  line-height:1;
  letter-spacing:-.045em;
  opacity:1;
}

/* Small ZERO */
.fact-small{
  font:600 clamp(1.2rem,3vw,3.2rem) var(--display);
  color:var(--ink);
  margin-right:clamp(8px, 1.5vw, 14px);
  flex-shrink:0;
}


/* BIG WORD */
.fact-big{
  font:900 clamp(2.5rem,7.5vw,8.5rem) var(--display);
  color:var(--berry);
  position:relative;
  z-index:2;
  white-space:nowrap;

  transform-origin:center bottom;

  transition:
    transform .35s var(--ease),
    filter .35s ease;
}

.fact-two .fact-big{
  color:var(--deep);
}

.fact-three .fact-big{
  color:var(--berry);
}

.fact-big{
  animation: berryWordFloat 3.8s ease-in-out infinite;
  transform-origin:center bottom;
}

.fact-one .fact-big{
  animation-delay:0s;
}

.fact-two .fact-big{
  animation-delay:-1.2s;
}

.fact-three .fact-big{
  animation-delay:-2.4s;
}

@keyframes berryWordFloat{
  0%,100%{
    transform:translateY(0) rotate(0deg) scale(1);
  }

  25%{
    transform:translateY(-5px) rotate(-.35deg) scale(1.012);
  }

  50%{
    transform:translateY(0) rotate(.25deg) scale(1);
  }

  75%{
    transform:translateY(-3px) rotate(-.2deg) scale(1.008);
  }
}

/* =========================================
   ENTRANCE — big, snappy "SLAP"
   ========================================= */

@keyframes berrySlapIn{

  0%{
    opacity:0;
    transform:
      translateY(70px)
      scale(.82)
      rotate(2deg);
  }

  55%{
    opacity:1;
    transform:
      translateY(-12px)
      scale(1.045)
      rotate(-1deg);
  }

  75%{
    transform:
      translateY(4px)
      scale(.985)
      rotate(.4deg);
  }

  100%{
    opacity:1;
    transform:
      translateY(0)
      scale(1)
      rotate(0);
  }
}


/* =========================================
   CONTINUOUS MICRO-MOVEMENT
   ========================================= */

@keyframes berryFloat{

  0%,100%{
    transform:translateY(0) rotate(0deg);
  }

  50%{
    transform:translateY(-5px) rotate(-.35deg);
  }
}


/* =========================================
   HOVER — little punch
   ========================================= */

.berry-fact:hover .fact-big{
  transform:
    translateY(-9px)
    scale(1.045)
    rotate(-1.5deg);

  filter:
    drop-shadow(0 16px 22px rgba(217,33,78,.16));
}


/* =========================================
   BERRY DOTS
   ========================================= */

.berry-pop{
  position:absolute;
  display:block;
  width:18px;
  height:18px;
  border-radius:50%;
  background:var(--berry);
  opacity:0;
  z-index:1;
}

.berry-pop{
  animation:berryFloatAround 5s ease-in-out infinite;
}

.fact-one .pop-1{
  left:20%;
  top:10%;
  width:18px;
  height:18px;
  animation-delay:-1s;
}

.fact-one .pop-2{
  right:18%;
  bottom:-20%;
  width:11px;
  height:11px;
  animation-delay:-3s;
}

.fact-two .pop-3{
  left:14%;
  bottom:0;
  width:12px;
  height:12px;
  background:var(--rani);
  animation-delay:-2s;
}

.fact-two .pop-4{
  right:12%;
  top:-10%;
  width:24px;
  height:24px;
  animation-delay:-4s;
}

.fact-three .pop-5{
  left:24%;
  top:-20%;
  width:10px;
  height:10px;
  background:var(--deep);
  animation-delay:-1.7s;
}

.fact-three .pop-6{
  right:20%;
  bottom:-15%;
  width:16px;
  height:16px;
  background:var(--rani);
  animation-delay:-3.5s;
}


@keyframes berryFloatAround{

  0%{
    opacity:0;
    transform:translate3d(0,15px,0) scale(.2);
  }

  15%{
    opacity:.75;
  }

  50%{
    opacity:.65;
    transform:translate3d(12px,-18px,0) scale(1.15);
  }

  75%{
    opacity:.8;
    transform:translate3d(-8px,-5px,0) scale(.9);
  }

  100%{
    opacity:.65;
    transform:translate3d(0,0,0) scale(1);
  }
}


/* =========================================
   MOBILE
   ========================================= */

@media(max-width:700px){

  .berry-slaps{
    min-height:auto;
    gap:clamp(20px, 4vh, 36px);
    padding:0;
    box-sizing:border-box;
    max-width:100%;
    overflow:hidden;
  }

  .berry-facts{
    align-items:flex-start;
    gap:clamp(10px, 2vh, 16px);
    max-width:100%;
    overflow:hidden;
  }

  .berry-fact{
    justify-content:flex-start;
    line-height:1.05;
    max-width:100%;
    flex-wrap:nowrap;
    white-space:nowrap;
  }

  .fact-small{
    font-size:clamp(0.75rem, 2.5vw, 1.2rem);
    margin-right:clamp(4px, 1.5vw, 8px);
    flex-shrink:0;
  }

  .fact-big{
    font-size:clamp(1.4rem, 6.4vw, 2.8rem);
    white-space:nowrap;
  }

  .berry-slaps-intro p{
    max-width:260px;
  }
}

@media(max-width:380px){
  .fact-small{
    font-size:clamp(0.68rem, 2.2vw, 0.9rem);
    margin-right:4px;
  }

  .fact-big{
    font-size:clamp(1.25rem, 5.8vw, 2.2rem);
  }
}


/* =========================================
   REDUCED MOTION
   ========================================= */

@media(prefers-reduced-motion:reduce){

  .berry-fact,
  .berry-pop{
    animation:none !important;
    opacity:1 !important;
    transform:none !important;
  }

  .fact-big{
    transition:none;
  }
}

.berry-slaps-intro{
  text-align:center;
  width:100%;
}

.berry-slaps-intro .eyebrow{
  display:inline-block;
}

.berry-slaps-intro p{
  text-align:center;
}

/* HOME REVIEW SLIDESHOW */
.review-controls{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:18px;
  margin-top:22px;
}

.review-arrow{
  width:44px;
  height:44px;
  border-radius:50%;
  border:1px solid var(--line);
  background:#fff;
  color:var(--deep);
  font-size:1.1rem;
  cursor:pointer;
  transition:.25s var(--ease);
}

.review-arrow:hover{
  background:var(--deep);
  color:#fff;
  transform:translateY(-2px);
}

.review-dots{
  display:flex;
  align-items:center;
  gap:7px;
}

.review-dot{
  width:7px;
  height:7px;
  padding:0;
  border:0;
  border-radius:50%;
  background:#d8d3d5;
  cursor:pointer;
  transition:.25s var(--ease);
}

.review-dot.active{
  width:22px;
  border-radius:10px;
  background:var(--berry);
}

.rating-big-wrap{
  text-align:right;
}

.rating-big-wrap .review-stars{
  margin-top:4px;
}

.rating-big-wrap .review-caption{
  margin-top:5px;
}

@media(max-width:620px){
  .rating-big-wrap{
    text-align:left;
  }

  .review-top{
    gap:18px;
  }

  .review-track{
    min-height:230px;
  }

  .review-card{
    padding:24px;
  }
}

.ring-a{width:250px;height:250px;transform:rotate(12deg)}
.ring-b{width:330px;height:330px;border-color:var(--rani);animation-duration:9s;animation-delay:-2s}
.dot-a{width:24px;height:24px;top:18%;left:24%}.dot-b{width:13px;height:13px;right:18%;top:27%;animation-delay:-1.5s}.dot-c{width:18px;height:18px;bottom:18%;left:28%;animation-delay:-3s}
@keyframes berryPulse{0%,100%{transform:rotate(-8deg) scale(.96);filter:drop-shadow(0 12px 25px rgba(217,33,78,.08))}50%{transform:rotate(-3deg) scale(1.05);filter:drop-shadow(0 20px 38px rgba(217,33,78,.18))}}
@keyframes berryOrbit{0%,100%{transform:rotate(0deg) scale(1)}50%{transform:rotate(18deg) scale(1.08)}}
@keyframes berryDot{0%,100%{transform:translate(0,0)}50%{transform:translate(18px,-24px) scale(1.25)}}
@media(max-width:992px){.berry-slaps-art{min-height:280px;margin-top:35px}.facts{gap:25px}}
@media(prefers-reduced-motion:reduce){.berry-splash,.berry-ring,.berry-dot{animation:none!important}}
.home-hero-instamart{display:inline-flex;align-items:center;gap:10px;padding:10px 15px;border:1px solid var(--line);border-radius:999px;background:#fff;text-decoration:none;font-weight:900;font-size:.78rem;transition:transform .28s var(--ease),box-shadow .28s ease}
.home-hero-instamart:hover{transform:translateY(-2px);box-shadow:var(--shadow)}
.home-hero-instamart img{width:105px;height:auto}
/* =========================================
   HOME INSTAMART — LOGO + BUY NOW
   ========================================= */

.home-instamart{
  display:flex;
  align-items:center;
  justify-content:space-between;

  width:100%;
  max-width:560px;

  margin-top:20px;
  padding:0;

  background:transparent;
  border:0;
  border-radius:0;

  text-decoration:none;
}


/* Instamart logo — LEFT */

.home-instamart > img{
  width:155px;
  height:auto;
  display:block;
  flex-shrink:0;
}


/* Orange Buy Now pill — RIGHT */

.home-instamart .instamart-buy{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:9px;

  width:216px;
  height:74px;
  box-sizing:border-box;

  background:#ff7a18;
  color:#fff;

  border-radius:999px;

  font-family:var(--body);
  font-size:1rem;
  font-weight:700;
  white-space:nowrap;

  box-shadow:0 10px 24px rgba(255,122,24,.18);

  transition:
    transform .25s var(--ease),
    box-shadow .25s ease;
}


/* Cart */

.home-instamart .cart-icon{
  font-size:1.2rem;
  line-height:1;
}


/* Hover */

.home-instamart:hover .instamart-buy{
  transform:translateY(-3px);
  box-shadow:0 15px 30px rgba(255,122,24,.25);
}


/* Mobile */

@media(max-width:620px){

  .home-instamart{
    width:100%;
    max-width:100%;
    gap:10px;
    box-sizing:border-box;
  }

  .home-instamart > img{
    width:clamp(85px, 25vw, 120px);
    height:auto;
    flex-shrink:1;
    min-width:0;
  }

  .home-instamart .instamart-buy{
    width:clamp(120px, 38vw, 160px);
    height:50px;
    font-size:.82rem;
    flex-shrink:0;
    padding:0 10px;
  }
}
/* =========================================================
   SHOP PAGE — INSTAMART
   Logo on left + Buy Now button on right
   ========================================================= */

.instamart-link {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;

  margin-top: 20px;
  padding: 0;

  background: transparent;
  border: 0;
  border-radius: 0;

  text-decoration: none;

  box-sizing: border-box;

  transition: transform .25s var(--ease);
}


/* Instamart logo */

.instamart-link > img {
  display: block;

  width: 155px;
  height: auto;

  flex: 0 0 auto;
}


/* BUY NOW button */

.instamart-link .instamart-buy {
  width: 216px;
  height: 74px;

  flex: 0 0 216px;

  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;

  box-sizing: border-box;

  background: #ff7a18;
  color: #fff;

  border: 0;
  border-radius: 999px;

  font-family: var(--body);
  font-size: 1rem;
  font-weight: 700;

  white-space: nowrap;

  box-shadow: 0 10px 24px rgba(255, 122, 24, .18);

  transition:
    transform .25s var(--ease),
    box-shadow .25s ease;
}


/* Cart icon */

.instamart-link .cart-icon {
  font-size: 1.2rem;
  line-height: 1;
}


/* Hover */

.instamart-link:hover {
  transform: none;
}

.instamart-link:hover .instamart-buy {
  transform: translateY(-3px);
  box-shadow: 0 15px 30px rgba(255, 122, 24, .26);
}


/* =========================================================
   PRODUCT AREA
   ADD TO CART stays separate
   ========================================================= */

.product-actions {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 14px;
}


/* ADD TO CART */

.product-actions > .btn {
  width: 100%;
  flex: none;
}


/* Instamart inside product area */

.product-actions > .instamart-link {
  width: 100%;
  max-width: 560px;
}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 620px) {

  .instamart-link {
    width: 100%;
    max-width: 100%;
    gap: 10px;
    box-sizing: border-box;
  }

  .instamart-link > img {
    width: clamp(85px, 25vw, 120px);
    height: auto;
    flex-shrink: 1;
    min-width: 0;
  }

  .instamart-link .instamart-buy {
    width: clamp(120px, 38vw, 160px);
    height: 50px;
    flex-basis: auto;
    font-size: .82rem;
    flex-shrink: 0;
    padding: 0 10px;
  }

}
@media(max-width:620px){.home-hero-instamart{margin-top:4px}}

.shop-card .discount-price{font:400 1.9rem var(--display);color:var(--deep);display:block}.shop-card .save-line{display:block;margin-top:3px;color:var(--berry);font-size:.72rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase}
/* =========================================================
   DISTRIBUTOR PAGE
   ONE-BY-ONE LAYOUT
   ========================================================= */

.distributor-hero {
  padding-bottom: 110px;
}


/* =========================================================
   DISTRIBUTOR FORM SECTION
   ========================================================= */

.distributor-form-section {
  background: var(--pale);
  padding: 110px 5vw 130px;
}


/* =========================================================
   FORM CARD
   ========================================================= */

.distributor-form-card {
  width: 100%;
  max-width: 650px;
  margin: 0 auto;

  background: var(--paper);

  border: 1px solid var(--line);
  border-radius: 32px;

  padding: 50px;

  box-shadow: var(--shadow);
  box-sizing: border-box;
}

.distributor-form-card h3 {
  margin: 0 0 28px;

  font: 400 clamp(3rem, 5vw, 5rem)/.9 var(--display);
  letter-spacing: -.065em;

  color: var(--deep);
}

.distributor-form-card .form-stack {
  gap: 15px;
}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 620px) {

  .distributor-hero {
    padding-bottom: 70px;
  }

  .distributor-form-section {
    padding: 70px 5vw 90px;
  }

  .distributor-form-card {
    padding: 30px;
    border-radius: 26px;
  }

  .distributor-form-card h3 {
    font-size: clamp(3rem, 14vw, 5rem);
  }

}