/** Shopify CDN: Minification failed

Line 109:22 Unexpected "50%"
Line 109:38 Unexpected "}"

**/
/* ============================================================
   BLISS BELL — Final Production CSS
   File: assets/bb2.css
   Fixes: ATC button !important, benefits grid, star sizes,
          Shop Pay + Recharge compatible
   ============================================================ */

/* Google Fonts moved to theme.liquid as async preload */

/* ── Scoped reset ── */
.bb2 *, .bb2 *::before, .bb2 *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
.bb2 img  { display: block; max-width: 100%; }
.bb2 a    { text-decoration: none; }
.bb2 button, .bb2 input, .bb2 textarea, .bb2 select { font-family: inherit; }

/* ── Design tokens ── */
.bb2 {
  --g:     #1B3A2F;
  --gl:    #2D6A4F;
  --gold:  #C9943A;
  --goldd: #A87B2A;
  --cream: #FAF8F2;
  --white: #FFFFFF;
  --ink:   #1A1A1A;
  --muted: #5C5C52;
  --bdr:   rgba(27,58,47,0.12);
  --red:   #C0392B;
  --shop:  #5A31F4;
  --r6:    6px;
  --r12:   12px;
  --r16:   16px;
  --sh:    0 4px 24px rgba(0,0,0,0.07);
  --shh:   0 10px 36px rgba(27,58,47,0.12);
  font-family: 'Plus Jakarta Sans', sans-serif;
  color: var(--ink);
  background: var(--cream);
  -webkit-font-smoothing: antialiased;
}

/* ═══════════════════════════════════════
   STICKY MINI BAR
═══════════════════════════════════════ */
.bb2-bar {
  position: fixed; top: -80px; left: 0; right: 0; z-index: 9000;
  background: var(--white); border-bottom: 1px solid var(--bdr);
  padding: 10px 48px; display: flex; align-items: center;
  justify-content: space-between;
  box-shadow: 0 2px 16px rgba(0,0,0,0.08);
  transition: top .35s cubic-bezier(.4,0,.2,1);
}
.bb2-bar.show { top: 0; }
.bb2-bar__l   { display: flex; align-items: center; gap: 14px; }
.bb2-bar__img { width: 44px; height: 44px; border-radius: 8px; object-fit: cover; border: 1px solid var(--bdr); }
.bb2-bar__name  { font-weight: 700; font-size: 13px; color: var(--g); }
.bb2-bar__stars { color: var(--gold); font-size: 12px; letter-spacing: 1px; }
.bb2-bar__count { font-size: 11px; color: var(--muted); }
.bb2-bar__cta   { background: var(--gold); color: #fff; padding: 9px 22px; border-radius: var(--r6); font-size: 13px; font-weight: 700; border: none; cursor: pointer; transition: background .2s; }
.bb2-bar__cta:hover { background: var(--goldd); }

/* ═══════════════════════════════════════
   HERO 2-COLUMN
═══════════════════════════════════════ */
.bb2-hero { display: grid; grid-template-columns: 1fr 1fr; background: var(--white); }

/* Gallery */
.bb2-gal { background: var(--cream); padding: 48px 40px; display: flex; flex-direction: column; gap: 16px; align-items: center; }
.bb2-gal__wrap { position: relative; width: 100%; max-width: 500px; }
.bb2-gal__badge { position: absolute; top: 14px; left: 14px; z-index: 2; background: var(--g); color: #fff; padding: 5px 13px; border-radius: 20px; font-size: 11px; font-weight: 700; letter-spacing: .3px; }
.bb2-gal__main  { width: 100%; aspect-ratio: 1/1; border-radius: var(--r16); object-fit: cover; cursor: zoom-in; background: var(--cream); border: 1px solid var(--bdr); transition: opacity .2s; }
.bb2-gal__thumbs { display: flex; gap: 8px; flex-wrap: wrap; justify-content: center; max-width: 500px; }
.bb2-gal__thumb  { width: 60px; height: 60px; border-radius: 8px; object-fit: cover; border: 1.5px solid var(--bdr); cursor: pointer; transition: border-color .15s, transform .15s; background: var(--white); flex-shrink: 0; }
.bb2-gal__thumb:hover { opacity: 0.85; }
.bb2-gal__thumb.on    { border: 2.5px solid var(--gold); }
.bb2-gal__chips { display: flex; gap: 8px; flex-wrap: wrap; justify-content: center; }
.bb2-chip { background: var(--white); border: 1px solid var(--bdr); border-radius: 20px; padding: 4px 11px; font-size: 10px; font-weight: 700; color: var(--g); white-space: nowrap; }

/* Buy Box */
.bb2-box { padding: 48px 48px 48px 36px; display: flex; flex-direction: column; gap: 16px; justify-content: center; }
.bb2-crumb    { font-size: 11px; color: var(--muted); }
.bb2-crumb a  { color: var(--muted); }
.bb2-crumb a:hover { color: var(--g); }

/* ── FIX 1: Star rating — reduced sizes ── */
.bb2-stars-row { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; }
.bb2-stars  { color: var(--gold); font-size: 13px; letter-spacing: 1px; }
.bb2-snum   { font-size: 13px; font-weight: 700; color: var(--ink); }
.bb2-rcnt   { font-size: 11px; color: var(--muted); }
.bb2-rcnt a { color: var(--gold); font-weight: 700; }

.bb2-title { font-family: 'Playfair Display', serif; font-size: 32px; line-height: 1.2; color: var(--g); font-weight: 700; }
.bb2-sub   { font-size: 12px; color: var(--muted); font-weight: 500; letter-spacing: .2px; }

/* Price */
.bb2-price-row   { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; }
.bb2-price       { font-size: 26px; font-weight: 700; color: var(--ink); }
.bb2-compare     { font-size: 15px; color: var(--muted); text-decoration: line-through; }
.bb2-save-badge  { background: var(--red); color: #fff; font-size: 10px; font-weight: 700; padding: 3px 9px; border-radius: 4px; }
.bb2-urgency     { font-size: 10px; color: var(--red); font-weight: 700; }
/* bbpulse removed */ 50%{opacity:.4} }

/* Shop Pay installment line */
.bb2-shoppay-line { display: flex; align-items: center; gap: 5px; font-size: 12px; color: var(--muted); flex-wrap: wrap; }
.bb2-shoppay-line strong { margin: 0 2px; }
.bb2-shoppay-learn { color: var(--shop); font-weight: 600; font-size: 12px; }
.bb2-shoppay-learn:hover { text-decoration: underline; }

/* Viewers */
.bb2-viewers { font-size: 11px; color: var(--red); font-weight: 700; }

/* Benefit chips */
.bb2-bchips  { display: flex; gap: 7px; flex-wrap: wrap; }
.bb2-bchip   { border: 1.5px solid var(--g); color: var(--g); padding: 4px 12px; border-radius: 20px; font-size: 11px; font-weight: 700; cursor: default; transition: all .15s; background: transparent; }
/* .bb2-bchip:hover removed */

/* Pack selector */
.bb2-plabel  { font-size: 12px; font-weight: 700; color: var(--ink); margin-bottom: 9px; }
.bb2-packs   { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.bb2-pack    { border: 1.5px solid var(--bdr); border-radius: var(--r12); padding: 14px; cursor: pointer; position: relative; transition: all .15s; background: var(--white); }
.bb2-pack:hover { border-color: var(--gold); }
.bb2-pack.on    { border: 2px solid var(--gold); background: rgba(201,148,58,.04); }
.bb2-pbadge  { position: absolute; top: -10px; right: 10px; background: var(--gold); color: #fff; font-size: 9px; font-weight: 700; padding: 2px 9px; border-radius: 9px; letter-spacing: .4px; }
.bb2-pname   { font-weight: 700; font-size: 14px; color: var(--g); }
.bb2-psub    { font-size: 10px; color: var(--muted); margin: 2px 0; }
.bb2-pprice  { font-size: 18px; font-weight: 700; margin-top: 6px; color: var(--ink); }
.bb2-psave   { font-size: 10px; color: var(--gl); font-weight: 700; }

/* ── Recharge subscription widget ── */
.bb2-rc-wrap      { border: 1.5px solid var(--bdr); border-radius: var(--r12); overflow: hidden; }
.bb2-rc-options   { display: grid; grid-template-columns: 1fr 1fr; }
.bb2-rc-opt       { padding: 13px 14px; cursor: pointer; display: flex; align-items: flex-start; gap: 10px; background: var(--white); transition: background .15s; }
.bb2-rc-opt:first-child { border-right: 1px solid var(--bdr); }
.bb2-rc-opt.on    { background: rgba(27,58,47,.04); }
.bb2-rc-radio     { width: 16px; height: 16px; border-radius: 50%; border: 2px solid var(--bdr); flex-shrink: 0; margin-top: 2px; position: relative; transition: all .15s; }
.bb2-rc-opt.on .bb2-rc-radio { border-color: var(--g); background: var(--g); }
.bb2-rc-opt.on .bb2-rc-radio::after { content: ''; position: absolute; width: 6px; height: 6px; background: #fff; border-radius: 50%; top: 50%; left: 50%; transform: translate(-50%,-50%); }
.bb2-rc-title    { font-size: 12px; font-weight: 700; color: var(--ink); }
.bb2-rc-sub      { font-size: 10px; color: var(--muted); margin-top: 2px; }
.bb2-rc-price    { font-size: 15px; font-weight: 700; color: var(--ink); margin-top: 4px; }
.bb2-rc-opt.on .bb2-rc-price { color: var(--g); }
.bb2-rc-pill     { display: inline-block; background: rgba(45,106,79,.12); color: var(--gl); font-size: 9px; font-weight: 700; padding: 2px 7px; border-radius: 6px; margin-top: 3px; }
.bb2-rc-freq     { background: rgba(27,58,47,.04); border-top: 1px solid var(--bdr); padding: 11px 14px; display: flex; align-items: center; justify-content: space-between; }
.bb2-rc-flabel   { font-size: 12px; font-weight: 600; color: var(--g); }
.bb2-rc-fselect  { font-size: 12px; font-weight: 700; color: var(--g); background: var(--white); border: 1.5px solid var(--g); border-radius: 6px; padding: 5px 28px 5px 10px; cursor: pointer; outline: none; appearance: none; -webkit-appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%231B3A2F' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 8px center; }
.bb2-rc-perks    { background: rgba(45,106,79,.05); border-top: 1px solid rgba(45,106,79,.12); padding: 10px 14px; display: flex; flex-direction: column; gap: 4px; }
.bb2-rc-perks span { font-size: 11px; color: var(--gl); font-weight: 600; }

/* ── FIX 2: ATC Button — all !important to beat theme CSS ── */
.bb2-atc {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px !important;
  background: #C9943A !important;
  color: #fff !important;
  padding: 17px 24px !important;
  border-radius: 7px !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  border: none !important;
  width: 100% !important;
  cursor: pointer !important;
  transition: background .2s !important;
  letter-spacing: .2px !important;
  text-align: center !important;
  text-decoration: none !important;
  line-height: 1 !important;
  box-shadow: none !important;
  outline: none !important;
  -webkit-appearance: none !important;
  appearance: none !important;
}
.bb2-atc:hover  { background: #A87B2A !important; }
.bb2-atc:active { transform: scale(.98) !important; }

/* OR divider */
.bb2-or { display: flex; align-items: center; gap: 10px; }
.bb2-or-line { flex: 1; height: 1px; background: var(--bdr); }
.bb2-or-text { font-size: 11px; color: var(--muted); font-weight: 600; flex-shrink: 0; }

/* Shop Pay button — matches Shopify's native style */
.bb2-shoppay-btn {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  background: #5A31F4 !important;
  color: #fff !important;
  padding: 15px 20px !important;
  border-radius: 100px !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  border: none !important;
  width: 100% !important;
  cursor: pointer !important;
  transition: background .2s !important;
}
.bb2-shoppay-btn:hover { background: #4925D4 !important; }
.bb2-shoppay-btn svg { width: 60px; height: 17px; fill: #fff; flex-shrink: 0; }

/* Trust strip */
.bb2-trust-strip { display: flex; align-items: center; justify-content: center; gap: 12px; flex-wrap: wrap; }
.bb2-trust-strip span { font-size: 11px; color: var(--gl); font-weight: 600; }

/* Social quote */
.bb2-quote    { background: var(--cream); border-left: 3px solid var(--gold); border-radius: 0; padding: 13px 15px; }
.bb2-quote p  { font-size: 12px; font-style: italic; line-height: 1.65; margin-bottom: 9px; }
.bb2-qauth    { display: flex; align-items: center; gap: 7px; }
.bb2-ava      { width: 28px; height: 28px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 10px; font-weight: 700; color: #fff; flex-shrink: 0; }

/* ═══════════════════════════════════════
   TRUST BAR
═══════════════════════════════════════ */
.bb2-tbar  { background: var(--g); padding: 20px 48px; display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 0; }
.bb2-titem { display: flex; align-items: center; gap: 7px; color: #fff; padding: 5px 24px; border-right: 1px solid rgba(255,255,255,.18); }
.bb2-titem:last-child { border-right: none; }
.bb2-ticon { font-size: 16px; }
.bb2-ttext { font-size: 12px; font-weight: 700; letter-spacing: .2px; white-space: nowrap; }

/* ═══════════════════════════════════════
   SECTION COMMONS
═══════════════════════════════════════ */
.bb2-sec       { padding: 80px 48px; background: var(--cream); }
.bb2-sec--alt  { background: var(--white); }
.bb2-sec--dark { background: var(--g); }
.bb2-sec--tint { background: rgba(27,58,47,.03); }
.bb2-inner  { max-width: 1140px; margin: 0 auto; }
.bb2-h2     { font-family: 'Playfair Display', serif; font-size: 34px; color: var(--g); text-align: center; margin-bottom: 10px; font-weight: 700; line-height: 1.2; }
.bb2-subh   { text-align: center; color: var(--muted); font-size: 15px; margin-bottom: 48px; line-height: 1.65; }

/* ═══════════════════════════════════════
   FORMAT CARDS (Consistency Advantage)
═══════════════════════════════════════ */
.bb2-fmtgrid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.bb2-fmtcard { background: var(--cream); border: 1px solid var(--bdr); border-radius: var(--r16); padding: 24px; text-align: center; }
.bb2-fmtcard--featured { background: var(--g); }
.bb2-fmtico  { font-size: 34px; display: block; margin-bottom: 10px; }
.bb2-fmttitle { font-weight: 700; font-size: 14px; color: var(--g); margin-bottom: 7px; }
.bb2-fmtcard--featured .bb2-fmttitle { color: #fff; }
.bb2-fmtdesc  { font-size: 12px; color: var(--muted); line-height: 1.7; }
.bb2-fmtcard--featured .bb2-fmtdesc { color: rgba(255,255,255,.75); }
.bb2-fmtbadge { display: inline-block; margin-top: 12px; padding: 4px 12px; border-radius: 8px; font-size: 10px; font-weight: 700; }

/* ═══════════════════════════════════════
   BENEFITS
═══════════════════════════════════════ */
.bb2-bgrid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.bb2-bcard {
  background: var(--white); border: 1px solid var(--bdr); border-radius: var(--r16);
  padding: 24px; 
}
.bb2-bcard:hover { box-shadow: var(--shh); }

/* ── FIX 3: Benefits grid row 2 — 1 col + 2 cols ── */
.bb2-bcard-sleep { grid-column: 1/2; }
.bb2-bcard-testo { grid-column: 2/4; background: rgba(27,58,47,.02); }

.bb2-bico    { font-size: 34px; display: block; margin-bottom: 12px; }
.bb2-btitle  { font-size: 15px; font-weight: 700; color: var(--g); margin-bottom: 7px; }
.bb2-btag    { display: inline-block; background: rgba(45,106,79,.1); color: var(--gl); padding: 2px 9px; border-radius: 9px; font-size: 10px; font-weight: 700; margin-bottom: 9px; letter-spacing: .3px; }
.bb2-bdesc   { font-size: 12px; color: var(--muted); line-height: 1.75; }
.bb2-bconf   { display: flex; align-items: center; gap: 7px; margin-top: 11px; }
.bb2-bclabel { font-size: 9px; color: var(--muted); font-weight: 700; letter-spacing: .3px; white-space: nowrap; }
.bb2-bctrack { flex: 1; height: 5px; background: rgba(0,0,0,.08); border-radius: 3px; overflow: hidden; }
.bb2-bcfill  { height: 100%; background: var(--gold); border-radius: 3px; }
.bb2-bcite   { font-size: 9px; color: rgba(92,92,82,.6); margin-top: 8px; font-style: italic; }

/* ═══════════════════════════════════════
   LAB CERTS
═══════════════════════════════════════ */
.bb2-cgrid { display: grid; grid-template-columns: repeat(4,1fr); gap: 14px; margin-bottom: 44px; }
.bb2-ccard { background: var(--cream); border: 1px solid var(--bdr); border-radius: var(--r16); padding: 22px 16px; text-align: center; transition: transform .2s, box-shadow .2s; }
.bb2-ccard:hover { box-shadow: var(--sh); }
.bb2-cico   { font-size: 32px; display: block; margin-bottom: 10px; }
.bb2-cname  { font-weight: 700; font-size: 13px; margin-bottom: 7px; color: var(--ink); }
.bb2-cpass  { display: inline-block; background: rgba(45,106,79,.12); color: var(--gl); padding: 3px 11px; border-radius: 9px; font-size: 10px; font-weight: 700; margin-bottom: 9px; }
.bb2-cdesc  { font-size: 11px; color: var(--muted); line-height: 1.65; margin-bottom: 10px; }
.bb2-clink  { font-size: 11px; color: var(--gold); font-weight: 700; }
.bb2-clink:hover { text-decoration: underline; }
.bb2-sbar   { display: grid; grid-template-columns: repeat(3,1fr); border: 1px solid var(--bdr); border-radius: var(--r16); overflow: hidden; }
.bb2-sblk   { padding: 28px 20px; text-align: center; border-right: 1px solid var(--bdr); }
.bb2-sblk:last-child { border-right: none; }
.bb2-snum   { font-family: 'Playfair Display', serif; font-size: 48px; font-weight: 700; color: var(--gold); line-height: 1; }
.bb2-slbl   { font-size: 12px; color: var(--muted); margin-top: 8px; font-weight: 600; }

/* ═══════════════════════════════════════
   COMPARISON TABLE
═══════════════════════════════════════ */
.bb2-twrap  { overflow-x: auto; -webkit-overflow-scrolling: touch; }
.bb2-table  { width: 100%; border-collapse: collapse; border: 1px solid var(--bdr); border-radius: var(--r16); overflow: hidden; font-size: 13px; min-width: 560px; }
.bb2-table th { padding: 14px 18px; font-size: 12px; font-weight: 700; letter-spacing: .3px; }
.bb2-table th:first-child  { background: #f5f3ee; color: var(--muted); text-align: left; width: 28%; }
.bb2-table .h-bb { background: var(--g); color: #fff; text-align: center; }
.bb2-table .h-ot { background: #f0ede7; color: var(--muted); text-align: center; }
.bb2-table td   { padding: 12px 18px; border-top: 1px solid var(--bdr); vertical-align: middle; }
.bb2-table td:first-child { font-weight: 600; color: var(--ink); font-size: 12px; }
.bb2-table .c-bb { text-align: center; background: rgba(27,58,47,.03); font-weight: 700; color: var(--g); }
.bb2-table .c-ot { text-align: center; color: var(--muted); }
.bb2-ck { color: var(--gl); }
.bb2-cx { color: var(--red); }

/* ═══════════════════════════════════════
   TIMELINE
═══════════════════════════════════════ */
.bb2-tline { display: grid; grid-template-columns: repeat(4,1fr); position: relative; margin-bottom: 48px; }
.bb2-tline::before { content: ''; position: absolute; top: 24px; left: 12.5%; right: 12.5%; height: 2px; background: repeating-linear-gradient(90deg,var(--gold) 0,var(--gold) 7px,transparent 7px,transparent 16px); }
.bb2-tstep  { text-align: center; padding: 0 10px; position: relative; z-index: 1; }
.bb2-tnode  { width: 50px; height: 50px; border-radius: 50%; border: 2.5px solid var(--gold); background: var(--white); display: flex; align-items: center; justify-content: center; margin: 0 auto 16px; font-size: 20px; box-shadow: 0 0 0 6px var(--cream); }
.bb2-twhen  { font-size: 10px; font-weight: 700; color: var(--gold); letter-spacing: .6px; text-transform: uppercase; margin-bottom: 5px; }
.bb2-ttitle { font-size: 14px; font-weight: 700; color: var(--g); margin-bottom: 5px; }
.bb2-tdesc2 { font-size: 11px; color: var(--muted); line-height: 1.65; }
.bb2-ucards { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; }
.bb2-ucard  { background: var(--cream); border: 1px solid var(--bdr); border-radius: var(--r12); padding: 20px; text-align: center; }
.bb2-uico   { font-size: 28px; display: block; margin-bottom: 8px; }
.bb2-utitle { font-weight: 700; font-size: 13px; color: var(--g); margin-bottom: 3px; }
.bb2-udesc  { font-size: 11px; color: var(--muted); }

/* ═══════════════════════════════════════
   REVIEWS
═══════════════════════════════════════ */
.bb2-rsum  { display: flex; align-items: center; gap: 32px; background: var(--white); border: 1px solid var(--bdr); border-radius: var(--r16); padding: 26px 30px; margin-bottom: 28px; }
.bb2-rbig  { text-align: center; min-width: 100px; }
.bb2-rnum  { font-family: 'Playfair Display', serif; font-size: 56px; font-weight: 700; color: var(--g); line-height: 1; }
.bb2-rstars2 { color: var(--gold); font-size: 18px; letter-spacing: 2px; }
.bb2-rcap2   { font-size: 11px; color: var(--muted); margin-top: 4px; }
.bb2-rbars { flex: 1; }
.bb2-brow  { display: flex; align-items: center; gap: 9px; margin-bottom: 6px; }
.bb2-blbl  { font-size: 11px; color: var(--muted); width: 24px; text-align: right; flex-shrink: 0; }
.bb2-btrack { flex: 1; height: 8px; background: rgba(0,0,0,.08); border-radius: 4px; overflow: hidden; }
.bb2-bfill  { height: 100%; background: var(--gold); border-radius: 4px; transition: width .8s ease; }
.bb2-bpct   { font-size: 11px; color: var(--muted); width: 32px; flex-shrink: 0; }
.bb2-rgrid  { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.bb2-rcard  { background: var(--white); border: 1px solid var(--bdr); border-radius: var(--r16); padding: 22px; display: flex; flex-direction: column; gap: 12px; transition: box-shadow .2s; }
.bb2-rcard:hover { box-shadow: var(--sh); }
.bb2-rrow  { display: flex; align-items: center; gap: 11px; }
.bb2-rava  { width: 42px; height: 42px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: 13px; color: #fff; flex-shrink: 0; }
.bb2-rname { font-weight: 700; font-size: 13px; color: var(--ink); }
.bb2-vbadge { background: rgba(45,106,79,.1); color: var(--gl); font-size: 9px; font-weight: 700; padding: 2px 7px; border-radius: 5px; display: inline-block; margin-left: 5px; }
.bb2-rstar  { color: var(--gold); font-size: 13px; }
.bb2-rtitle { font-weight: 700; font-size: 13px; color: var(--g); }
.bb2-rbody  { font-size: 12px; color: var(--muted); line-height: 1.75; font-style: italic; }
.bb2-rtags  { display: flex; gap: 6px; flex-wrap: wrap; }
.bb2-rtag   { background: rgba(27,58,47,.06); color: var(--g); padding: 3px 9px; border-radius: 7px; font-size: 10px; font-weight: 700; }
.bb2-loadmore { display: block; margin: 32px auto 0; border: 1.5px solid var(--g); color: var(--g); padding: 12px 36px; border-radius: var(--r6); font-size: 13px; font-weight: 700; cursor: pointer; background: transparent; transition: all .2s; }
.bb2-loadmore:hover { background: var(--g); color: #fff; }

/* ═══════════════════════════════════════
   VS CAFFEINE
═══════════════════════════════════════ */
.bb2-vs    { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; max-width: 1140px; margin: 0 auto; }
.bb2-vs__text h2 { font-family: 'Playfair Display', serif; color: #fff; font-size: 34px; line-height: 1.3; margin-bottom: 18px; font-weight: 700; }
.bb2-vs__text p  { color: rgba(255,255,255,.75); font-size: 14px; line-height: 1.8; margin-bottom: 26px; }
.bb2-vs__btn { background: var(--gold); color: #fff; padding: 14px 30px; border-radius: var(--r6); font-size: 14px; font-weight: 700; border: none; cursor: pointer; transition: background .2s; display: inline-block; }
.bb2-vs__btn:hover { background: var(--goldd); }
.bb2-vs__chart   { background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.1); border-radius: var(--r16); padding: 26px; }
.bb2-vs__ctitle  { color: rgba(255,255,255,.5); font-size: 10px; font-weight: 700; text-align: center; letter-spacing: .8px; margin-bottom: 18px; }
.bb2-vs__legend  { display: flex; gap: 22px; justify-content: center; margin-top: 14px; }
.bb2-vs__li      { display: flex; align-items: center; gap: 7px; color: rgba(255,255,255,.7); font-size: 11px; font-weight: 600; }
.bb2-vs__dot     { width: 13px; height: 3px; border-radius: 2px; }

/* ═══════════════════════════════════════
   GUARANTEE
═══════════════════════════════════════ */
.bb2-gar  { max-width: 620px; margin: 0 auto; text-align: center; }
.bb2-garico { font-size: 72px; display: block; margin-bottom: 20px; }
.bb2-gar h2 { font-family: 'Playfair Display', serif; font-size: 36px; color: var(--g); margin-bottom: 14px; font-weight: 700; line-height: 1.25; }
.bb2-gar p  { font-size: 15px; color: var(--muted); line-height: 1.8; margin-bottom: 28px; }
.bb2-garbtns { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }
.bb2-gbtn    { padding: 14px 32px; border-radius: var(--r6); font-size: 14px; font-weight: 700; cursor: pointer; transition: all .2s; display: inline-block; }
.bb2-gbtn--p { background: var(--gold); color: #fff; border: none; }
.bb2-gbtn--p:hover { background: var(--goldd); }
.bb2-gbtn--s { border: 2px solid var(--g); color: var(--g); background: transparent; }
.bb2-gbtn--s:hover { background: var(--g); color: #fff; }

/* ═══════════════════════════════════════
   FAQ
═══════════════════════════════════════ */
.bb2-flist  { max-width: 780px; margin: 0 auto; }
.bb2-fitem  { border-bottom: 1px solid var(--bdr); }
.bb2-fitem:first-child { border-top: 1px solid var(--bdr); }
.bb2-fq     { display: flex; align-items: center; justify-content: space-between; padding: 18px 0; cursor: pointer; font-size: 15px; font-weight: 700; color: var(--g); gap: 14px; border: none; background: transparent; width: 100%; text-align: left; }
.bb2-ficon  { font-size: 20px; color: var(--gold); transition: transform .28s; flex-shrink: 0; line-height: 1; }
.bb2-fitem.on .bb2-ficon { transform: rotate(45deg); }
.bb2-fa     { font-size: 14px; color: var(--muted); line-height: 1.8; max-height: 0; overflow: hidden; transition: max-height .38s ease, padding-bottom .28s; }
.bb2-fitem.on .bb2-fa { max-height: 600px; padding-bottom: 18px; }

/* ═══════════════════════════════════════
   COMMUNITY CTA
═══════════════════════════════════════ */
.bb2-cta    { background: #193528; padding: 80px 48px; text-align: center; }
.bb2-ctai   { max-width: 680px; margin: 0 auto; }
.bb2-ctai h2 { font-family: 'Playfair Display', serif; color: #fff; font-size: 34px; margin-bottom: 12px; font-weight: 700; }
.bb2-ctai p  { color: rgba(255,255,255,.7); font-size: 15px; margin-bottom: 28px; line-height: 1.65; }
.bb2-eform  { display: flex; gap: 10px; max-width: 480px; margin: 0 auto 8px; }
.bb2-ein    { flex: 1; padding: 13px 16px; border-radius: var(--r6); border: none; font-size: 13px; outline: none; }
.bb2-esub   { background: var(--gold); color: #fff; padding: 13px 22px; border-radius: var(--r6); font-size: 13px; font-weight: 700; border: none; cursor: pointer; white-space: nowrap; transition: background .2s; }
.bb2-esub:hover { background: var(--goldd); }
.bb2-enote  { font-size: 11px; color: rgba(255,255,255,.4); margin-bottom: 44px; }
.bb2-cstats { display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; }
.bb2-cstat  { text-align: center; }
.bb2-csnum  { font-family: 'Playfair Display', serif; font-size: 32px; font-weight: 700; color: var(--gold); }
.bb2-cslbl  { font-size: 11px; color: rgba(255,255,255,.55); margin-top: 4px; font-weight: 600; }

/* ═══════════════════════════════════════
   MOBILE STICKY ATC
═══════════════════════════════════════ */
.bb2-mob { display: none; position: fixed; bottom: 0; left: 0; right: 0; z-index: 9001; background: var(--white); border-top: 1px solid var(--bdr); padding: 13px 18px; align-items: center; justify-content: space-between; box-shadow: 0 -4px 20px rgba(0,0,0,.10); }
.bb2-mob.show { display: flex; }
.bb2-mobinfo  { display: flex; flex-direction: column; }
.bb2-mobname  { font-size: 12px; font-weight: 700; color: var(--g); }
.bb2-mobprice { font-size: 19px; font-weight: 700; }
.bb2-mobcta   { background: var(--gold); color: #fff; padding: 11px 24px; border-radius: var(--r6); font-size: 14px; font-weight: 700; border: none; cursor: pointer; white-space: nowrap; }

/* ═══════════════════════════════════════
   LIGHTBOX
═══════════════════════════════════════ */
.bb2-lb     { display: none; position: fixed; inset: 0; z-index: 99999; background: rgba(0,0,0,.88); align-items: center; justify-content: center; }
.bb2-lb.on  { display: flex; }
.bb2-lb__img { max-width: 90vw; max-height: 90vh; border-radius: var(--r12); object-fit: contain; }
.bb2-lb__x  { position: absolute; top: 20px; right: 26px; color: #fff; font-size: 34px; cursor: pointer; background: none; border: none; line-height: 1; }

/* ═══════════════════════════════════════
   RESPONSIVE
═══════════════════════════════════════ */
@media (max-width: 1024px) {
  .bb2-hero { grid-template-columns: 1fr; }
  .bb2-gal  { padding: 28px 24px; }
  .bb2-box  { padding: 28px 24px 40px; }
  .bb2-title { font-size: 26px; }
  .bb2-bgrid { grid-template-columns: repeat(2,1fr); }
  .bb2-bcard-sleep { grid-column: auto; }
  .bb2-bcard-testo { grid-column: auto; }
  .bb2-cgrid { grid-template-columns: repeat(2,1fr); }
  .bb2-vs   { grid-template-columns: 1fr; gap: 36px; }
  .bb2-tline { grid-template-columns: 1fr 1fr; gap: 28px; }
  .bb2-tline::before { display: none; }
  .bb2-rgrid { grid-template-columns: 1fr 1fr; }
  .bb2-cstats { grid-template-columns: repeat(2,1fr); }
  .bb2-sec  { padding: 60px 24px; }
  .bb2-tbar { padding: 16px 24px; }
  .bb2-titem { padding: 4px 14px; }
  .bb2-bar  { padding: 10px 20px; }
  .bb2-fmtgrid { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
  .bb2-bgrid  { grid-template-columns: 1fr; }
  .bb2-bcard-sleep, .bb2-bcard-testo { grid-column: auto; }
  .bb2-cgrid  { grid-template-columns: 1fr 1fr; }
  .bb2-tline  { grid-template-columns: 1fr; gap: 22px; }
  .bb2-rgrid  { grid-template-columns: 1fr; }
  .bb2-ucards { grid-template-columns: 1fr; }
  .bb2-sbar   { grid-template-columns: 1fr; }
  .bb2-sblk   { border-right: none; border-bottom: 1px solid var(--bdr); }
  .bb2-sblk:last-child { border-bottom: none; }
  .bb2-eform  { flex-direction: column; }
  .bb2-rsum   { flex-direction: column; gap: 18px; }
  .bb2-packs  { grid-template-columns: 1fr 1fr; }
  .bb2-bar    { display: none; }
  .bb2-mob    { display: flex; }
  .bb2-sec    { padding: 48px 18px; }
  .bb2-h2     { font-size: 26px; }
  .bb2-vs__text h2 { font-size: 26px; }
  .bb2-garbtns { flex-direction: column; align-items: center; }
     .bb2-tbar   { flex-wrap: wrap; gap: 2px 0; padding: 10px 16px; }
        .bb2-titem  { padding: 2px 10px; border-right: none; }
           .bb2-ticon  { font-size: 14px; }
              .bb2-ttext  { font-size: 11px; }
  .bb2-cta    { padding: 56px 20px; }
  .bb2-cstats { grid-template-columns: 1fr 1fr; }
  .bb2-ctai h2 { font-size: 26px; }
  .bb2-rc-options { grid-template-columns: 1fr; }
  .bb2-rc-opt:first-child { border-right: none; border-bottom: 1px solid var(--bdr); }
     .bb2-fmtgrid { gap: 10px; }
        .bb2-fmtcard { display: grid; grid-template-columns: 36px 1fr; gap: 2px 10px; text-align: left; padding: 12px 14px; }
           .bb2-fmtico  { grid-row: 1 / 4; font-size: 26px; margin-bottom: 0; align-self: center; }
              .bb2-fmttitle { font-size: 13px; margin-bottom: 0; }
                 .bb2-fmtdesc { font-size: 10px; line-height: 1.4; }
                    .bb2-fmtbadge { margin-top: 2px; font-size: 9px; padding: 2px 8px; justify-self: start; }
                       .bb2-fmtcard--featured { padding-top: 18px; }
                           .bb2-bgrid { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; gap: 12px; padding-bottom: 8px; scrollbar-width: none; -ms-overflow-style: none; }
                               .bb2-bgrid::-webkit-scrollbar { display: none; }
                                   .bb2-bcard { flex: 0 0 85%; scroll-snap-align: center; padding: 16px; }
                                       .bb2-bcard-sleep, .bb2-bcard-testo { grid-column: auto; }
                                           .bb2-bico  { font-size: 28px; margin-bottom: 6px; }
                                               .bb2-btitle { font-size: 14px; margin-bottom: 4px; }
                                                   .bb2-btag  { font-size: 9px; padding: 2px 8px; }
                                                       .bb2-bdesc { font-size: 11px; line-height: 1.5; }
                                                           .bb2-bconf { margin-top: 8px; }
                                                               .bb2-bcite { font-size: 8px; margin-top: 4px; }
}


/* Judge.me review images - prevent layout shift */
.jdgm-rev__pics img { width: 60px; height: 60px; object-fit: cover; aspect-ratio: 1/1; }
.jdgm-rev__pic-img { width: 60px; height: 60px; object-fit: cover; }
/* CSS-only FAQ accordion */
.bb2-fitem summary { list-style: none; }
.bb2-fitem summary::-webkit-details-marker { display: none; }
.bb2-fitem[open] .bb2-ficon { transform: rotate(45deg); }
.bb2-fitem .bb2-fa { max-height: none; overflow: visible; padding-bottom: 18px; }
.bb2-fitem:not([open]) .bb2-fa { max-height: 0; overflow: hidden; padding-bottom: 0; }

/* LAZY SECTION LOADING */
.bb2-lazy-section {
  min-height: 200px;
  content-visibility: auto;
  contain-intrinsic-size: auto 500px;
}
.bb2-lazy-section:not(.bb2-loaded) > * {
  opacity: 0;
}
.bb2-lazy-section.bb2-loaded > * {
  opacity: 1;
  transition: opacity 0.3s ease;
}

/* ===== CLS (Cumulative Layout Shift) FIXES ===== */

/* Reserve space for Recharge subscription widget (loads async via JS) */
.product__info-container .shopify-app-block.recharge-subscription-widget {
  min-height: 188px;
}
@media (max-width: 749px) {
  .product__info-container .shopify-app-block.recharge-subscription-widget {
    min-height: 170px;
  }
}

/* Reserve space for Judge.me preview badge in buy box */
.product__info-container .shopify-app-block:has(.jdgm-preview-badge),
.product__info-container .shopify-app-block:has(jdgm-preview-badge) {
  min-height: 25px;
}

/* Reserve space for Judge.me review widget section (below fold) */
.shopify-section:has(.jdgm-review-widget),
.shopify-section:has(jdgm-widget) {
  min-height: 400px;
}

/* Reserve space for variant selector (prevent shift when pack pills render) */
variant-selects {
  min-height: 96px;
  display: block;
}
@media (max-width: 749px) {
  variant-selects {
    min-height: 80px;
  }
}

/* Prevent CLS from product price container */
#price-template--19957092941960__main,
[id^="price-template"] {
  min-height: 33px;
}

/* Ensure product media modal images don't cause CLS */
.product-media-modal__content img {
  aspect-ratio: 1 / 1;
  width: 100%;
  height: auto;
}

/* Cert lightbox image dimension */
.bb2-cert-lb__img {
  width: 100%;
  height: auto;
  aspect-ratio: 8.5 / 11;
}

/* Stable font icon rendering for Judge.me stars */
@font-face {
  font-family: 'JudgemeStar';
  font-display: swap;
}


/* ===== MOBILE OPTIMIZATIONS ===== */

/* 1. Reduce main product section padding on mobile */
@media (max-width: 749px) {
  .section-template--19957092941960__main-padding,
  [class*="section-"][class*="__main-padding"] {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
}

/* 2. Tighter bb2 section padding on mobile (48px -> 30px) */
@media (max-width: 640px) {
  .bb2-sec { padding: 30px 16px !important; }
  .bb2-sec--alt { padding: 30px 16px !important; }
}

/* 3. Reduce spacing and heading sizes on mobile */
@media (max-width: 749px) {
  .shopify-section + .shopify-section {
    margin-top: 0;
  }
  .bb2-title {
    font-size: 22px;
    line-height: 1.25;
  }
}

/* 4. ATC button - ensure 48px+ touch target on mobile */
@media (max-width: 749px) {
  .product-form__submit {
    min-height: 52px;
    font-size: 16px;
    width: 100%;
  }
}

/* 5. Redesigned sticky ATC bar for mobile */
@media (max-width: 749px) {
  .sticky-atc-bar {
    background: #1B4F72 !important;
    border-top: none !important;
    box-shadow: 0 -2px 10px rgba(0,0,0,0.15) !important;
    padding: 10px 16px !important;
    gap: 12px !important;
  }
  .sticky-atc-bar .sticky-product-info {
    flex: 1;
    min-width: 0;
  }
  .sticky-atc-bar .sticky-product-title {
    color: #fff !important;
    font-size: 13px !important;
    max-width: 140px !important;
  }
  .sticky-atc-bar .sticky-product-price {
    color: #fff !important;
    font-size: 15px !important;
  }
  .sticky-atc-bar .sticky-product-price .compare-price {
    color: rgba(255,255,255,0.6) !important;
  }
  .sticky-atc-bar .sticky-product-img {
    width: 40px !important;
    height: 40px !important;
    border-radius: 6px !important;
  }
  .sticky-atc-btn {
    background: #C5975B !important;
    color: #fff !important;
    border: none !important;
    padding: 10px 22px !important;
    border-radius: 6px !important;
    font-weight: 700 !important;
    font-size: 14px !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    white-space: nowrap !important;
    min-height: 44px !important;
  }
  .sticky-atc-btn:hover {
    background: #b8884f !important;
  }
}

/* 6. Desktop sticky bar keeps current styling */
@media (min-width: 750px) {
  .sticky-atc-bar {
    background: #fff !important;
  }
}

/* 7. Reduce product gallery padding on mobile */
@media (max-width: 749px) {
  .product__media-wrapper {
    padding: 0;
  }
  .product__media-item {
    padding: 0;
  }
}

/* 8. Tighter card padding on mobile */
@media (max-width: 640px) {
  .bb2-bcard {
    padding: 18px !important;
  }
  .bb2-fmtcard {
    padding: 18px !important;
  }
  .bb2-certcard {
    padding: 16px !important;
  }
}

/* 9. Prevent horizontal scroll on mobile */
@media (max-width: 749px) {
  html, body {
    overflow-x: hidden;
  }
}

/* 10. Ensure sticky bar doesnt overlap bottom content */
@media (max-width: 749px) {
  body {
    padding-bottom: 70px;
  }
  body.cart-drawer-open {
    padding-bottom: 0;
  }
}
