/** Shopify CDN: Minification failed

Line 8:0 All "@import" rules must come first

**/
/* HARD OVERFLOW GUARD */
html, body { overflow-x: hidden; max-width: 100vw; }
@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400&family=Instrument+Serif:ital@1&display=swap');
 
.rp {
  font-family: 'Plus Jakarta Sans', system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
  --g: #16E16E;
  --g2: #0E9F6E;
  --gl: #ECFCCB;
  --cream: #FFFCF6;
  --warm: #F7F6F1;
  --dark: #0F172A;
  --muted: #64748B;
  --border: #E8E4DD;
  --gold: #F59E0B;
  color: #0F172A;
  width: 100%;
  overflow-x: hidden;
}
.rp * { box-sizing: border-box; margin: 0; padding: 0; }
.rp img { max-width: 100%; display: block; }
.rp a { text-decoration: none; color: inherit; }
.rp-serif { font-family: 'Instrument Serif', Georgia, serif; font-style: italic; }
 
/* OFFER BAR */
.rp-offer { background: #0F172A; overflow: hidden; width: 100%; }
.rp-offer-track { display: flex; animation: rpScroll 22s linear infinite; width: max-content; }
@keyframes rpScroll { from { transform: translateX(0); } to { transform: translateX(-50%); } }
.rp-offer-item { color: #fff; font-size: 11px; font-weight: 600; padding: 9px 24px; white-space: nowrap; display: flex; align-items: center; gap: 6px; flex-shrink: 0; }
.rp-offer-item b { color: var(--g); }
.rp-offer-dot { width: 3px; height: 3px; border-radius: 50%; background: var(--g); flex-shrink: 0; }
 
/* HERO - MOBILE FIRST */
.rp-hero { background: var(--cream); width: 100%; }
.rp-hero-inner { display: flex; flex-direction: column; width: 100%; max-width: 1200px; margin: 0 auto; }
 
/* Gallery */
.rp-gallery { width: 100%; padding: 16px 16px 0; }
.rp-gallery-main { border-radius: 14px; overflow: hidden; aspect-ratio: 1; background: var(--warm); position: relative; margin-bottom: 8px; width: 100%; }
.rp-gallery-main img { width: 100%; height: 100%; object-fit: cover; }
.rp-gallery-badge { position: absolute; top: 10px; left: 10px; background: var(--g); color: #0F172A; font-size: 9px; font-weight: 800; padding: 4px 8px; border-radius: 5px; letter-spacing: .6px; text-transform: uppercase; }
.rp-thumbs { display: flex; gap: 6px; overflow-x: auto; scrollbar-width: none; padding-bottom: 2px; }
.rp-thumbs::-webkit-scrollbar { display: none; }
.rp-thumb { flex-shrink: 0; width: 54px; height: 54px; border-radius: 8px; overflow: hidden; border: 2px solid transparent; cursor: pointer; background: var(--warm); transition: border-color .2s; }
.rp-thumb.active { border-color: var(--g); }
.rp-thumb img { width: 100%; height: 100%; object-fit: cover; }
 
/* Info */
.rp-info { width: 100%; padding: 16px 16px 24px; }
 
/* Trust pills */
.rp-trust-row { display: flex; flex-wrap: nowrap; gap: 5px; margin-bottom: 12px; overflow: hidden; }
.rp-trust-pill { display: inline-flex; align-items: center; gap: 3px; background: var(--gl); border-radius: 50px; padding: 4px 8px; font-size: 10px; font-weight: 700; color: #166534; white-space: nowrap; flex-shrink: 0; }
.rp-trust-pill svg { width: 10px; height: 10px; flex-shrink: 0; }
 
/* Title */
.rp-info h1 { font-size: 22px; font-weight: 800; line-height: 1.2; letter-spacing: -.3px; margin-bottom: 4px; }
.rp-subtitle { font-size: 13px; font-weight: 600; color: var(--g2); margin-bottom: 10px; }
 
/* Rating */
.rp-rating-row { display: flex; align-items: center; gap: 6px; flex-wrap: wrap; margin-bottom: 12px; }
.rp-stars { display: inline-flex; gap: 1px; }
.rp-star-full { color: var(--gold); font-size: 14px; }
.rp-star-empty { color: #D1D5DB; font-size: 14px; }
.rp-rating-num { font-size: 13px; font-weight: 800; }
.rp-rating-count { font-size: 12px; color: var(--muted); }
.rp-sold-badge { display: inline-flex; align-items: center; gap: 4px; background: #FEF3C7; border-radius: 50px; padding: 3px 9px; font-size: 11px; font-weight: 700; color: #92400E; }
 
/* Price + BOGO row */
.rp-price-bogo { display: flex; align-items: center; gap: 10px; margin-bottom: 10px; flex-wrap: wrap; }
.rp-price { font-size: 28px; font-weight: 800; }
.rp-price span { font-size: 16px; }
.rp-price-compare { font-size: 14px; text-decoration: line-through; color: var(--muted); }
 
 
 
/* BOGO + DELIVERY — premium horizontal cards */
.rp-promo-row { display: flex; gap: 8px; margin-bottom: 14px; }
.rp-promo-card { flex: 1; display: flex; align-items: center; gap: 8px; padding: 10px 12px; border-radius: 10px; min-width: 0; }
.rp-promo-card-bogo { background: #0F172A; }
.rp-promo-card-delivery { background: linear-gradient(135deg, #ECFCCB, #D1FAE5); border: 1px solid #A7F3D0; }
.rp-promo-icon { font-size: 20px; flex-shrink: 0; }
.rp-promo-label { font-size: 10px; font-weight: 600; line-height: 1; }
.rp-promo-value { font-size: 13px; font-weight: 800; line-height: 1.2; margin-top: 2px; }
.rp-promo-card-bogo .rp-promo-label { color: rgba(255,255,255,.5); }
.rp-promo-card-bogo .rp-promo-value { color: #fff; }
.rp-promo-card-delivery .rp-promo-label { color: #065F46; }
.rp-promo-card-delivery .rp-promo-value { color: #065F46; }
 
/* Checklist */
.rp-checklist { display: flex; flex-direction: column; gap: 6px; margin-bottom: 16px; }
.rp-check-item { display: flex; align-items: center; gap: 8px; font-size: 13px; font-weight: 500; }
.rp-check-icon { width: 18px; height: 18px; background: var(--g); border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.rp-check-icon::after { content: ''; border-left: 2px solid #0F172A; border-bottom: 2px solid #0F172A; width: 7px; height: 4px; transform: rotate(-45deg) translateY(-1px); display: block; }
 
/* Qty + CTA combined row */
.rp-buy-row { display: flex; align-items: stretch; gap: 10px; margin-bottom: 10px; }
.rp-qty { display: flex; align-items: center; border: 2px solid var(--border); border-radius: 10px; overflow: hidden; background: #fff; flex-shrink: 0; }
.rp-qty-btn { width: 36px; height: 48px; display: flex; align-items: center; justify-content: center; font-size: 18px; font-weight: 700; background: none; border: none; cursor: pointer; color: #0F172A; font-family: inherit; }
.rp-qty-btn:active { background: var(--warm); }
.rp-qty-num { min-width: 36px; text-align: center; font-size: 14px; font-weight: 700; }
.rp-btn-atc { flex: 1; display: flex; align-items: center; justify-content: center; gap: 6px; padding: 0 16px; height: 48px; border-radius: 10px; font-size: 14px; font-weight: 800; font-family: inherit; cursor: pointer; border: none; background: var(--g); color: #0F172A; transition: all .2s; white-space: nowrap; }
.rp-btn-atc:active { background: var(--g2); color: #fff; }
 
/* Amazon button — force override theme styles */
.rp a.rp-btn-amazon,
.rp-btn-amazon { display: flex !important; align-items: center !important; justify-content: center !important; gap: 8px !important; width: 100% !important; padding: 12px !important; border-radius: 10px !important; font-size: 14px !important; font-weight: 800 !important; font-family: inherit !important; cursor: pointer !important; border: 2px solid var(--g) !important; background: transparent !important; color: #0F172A !important; transition: all .2s !important; margin-bottom: 0 !important; text-decoration: none !important; box-shadow: none !important; }
.rp a.rp-btn-amazon:hover,
.rp-btn-amazon:hover { background: var(--gl) !important; color: #0F172A !important; }
.rp-amazon-logo { display: flex; align-items: center; }
 
/* USP STRIP */
.rp-usp { background: #fff; border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); overflow: hidden; width: 100%; }
.rp-usp-track { display: flex; width: max-content; animation: rpScroll 28s linear infinite; }
.rp-usp-item { display: flex; align-items: center; gap: 7px; padding: 11px 22px; white-space: nowrap; flex-shrink: 0; border-right: 1px solid var(--border); }
.rp-usp-icon { width: 26px; height: 26px; border-radius: 6px; background: var(--gl); display: flex; align-items: center; justify-content: center; font-size: 13px; }
.rp-usp-label { font-size: 11px; font-weight: 700; }
 
/* SECTION BASE */
.rp-sec { padding: 40px 16px; width: 100%; }
.rp-sec-inner { max-width: 1100px; margin: 0 auto; width: 100%; }
.rp-sec-head { text-align: center; margin-bottom: 28px; }
.rp-sec-tag { display: inline-block; font-size: 10px; font-weight: 700; letter-spacing: 3px; text-transform: uppercase; color: var(--g2); margin-bottom: 5px; }
.rp-sec-head h2 { font-size: clamp(20px, 5vw, 30px); font-weight: 800; letter-spacing: -.2px; }
.rp-sec-head h2 .rp-serif { color: var(--g); font-weight: 400; }
.rp-sec-head p { color: var(--muted); font-size: 12px; margin-top: 5px; }
 
/* FREE FROM — 3+3 uniform circles in 2 rows max, centered */
.rp-free { background: var(--warm); }
.rp-free-row { display: grid; grid-template-columns: repeat(6, 1fr); gap: 8px; max-width: 480px; margin: 0 auto; }
.rp-free-pill { display: flex; flex-direction: column; align-items: center; gap: 6px; }
.rp-free-pill-circle { width: 52px; height: 52px; border-radius: 50%; background: #fff; border: 1.5px solid var(--border); display: flex; align-items: center; justify-content: center; font-size: 22px; transition: all .2s; box-shadow: 0 2px 8px rgba(0,0,0,.04); flex-shrink: 0; }
.rp-free-pill:hover .rp-free-pill-circle { border-color: var(--g); background: var(--gl); }
.rp-free-pill-name { font-size: 9px; font-weight: 700; text-align: center; line-height: 1.3; color: #374151; }
@media(max-width: 400px) {
  .rp-free-row { grid-template-columns: repeat(3, 1fr); max-width: 260px; }
}
 
/* STAT */
.rp-stat { background: var(--dark); padding: 44px 16px; width: 100%; }
.rp-stat-inner { max-width: 700px; margin: 0 auto; display: flex; flex-direction: column; align-items: center; gap: 28px; }
.rp-stat-block { text-align: center; }
.rp-stat-num { font-size: 72px; font-weight: 800; color: var(--g); line-height: 1; }
.rp-stat-pct { font-size: 40px; font-weight: 800; color: #fff; }
.rp-stat-desc { font-size: 14px; color: rgba(255,255,255,.55); line-height: 1.7; margin-top: 6px; }
.rp-stat-note { font-size: 10px; color: rgba(255,255,255,.25); margin-top: 4px; font-style: italic; }
.rp-stat-badge { display: inline-flex; align-items: center; gap: 5px; background: rgba(22,225,110,.1); border: 1px solid rgba(22,225,110,.2); border-radius: 50px; padding: 5px 14px; font-size: 11px; font-weight: 700; color: var(--g); margin-top: 10px; }
.rp-stat-divider { width: 80px; height: 1px; background: rgba(255,255,255,.1); }
 
/* BENEFITS */
.rp-benefits { background: #fff; }
.rp-ben-grid { display: flex; flex-direction: column; gap: 10px; }
.rp-ben-item { background: var(--warm); border-radius: 12px; padding: 16px; display: flex; align-items: center; gap: 14px; border: 1px solid transparent; transition: all .2s; }
.rp-ben-item:active { border-color: var(--g); }
.rp-ben-icon { width: 44px; height: 44px; border-radius: 10px; display: flex; align-items: center; justify-content: center; font-size: 22px; flex-shrink: 0; }
.rp-ben-title { font-size: 14px; font-weight: 800; margin-bottom: 2px; }
.rp-ben-desc { font-size: 12px; color: var(--muted); line-height: 1.5; }
 
/* HOW TO BREW */
.rp-brew { background: var(--warm); }
.rp-brew-steps { display: flex; flex-direction: column; gap: 16px; }
.rp-step { display: flex; align-items: flex-start; gap: 14px; background: #fff; border-radius: 12px; padding: 16px; }
.rp-step-circle { width: 52px; height: 52px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 24px; flex-shrink: 0; position: relative; }
.rp-step-num { position: absolute; top: -4px; right: -4px; width: 18px; height: 18px; background: var(--g); color: #0F172A; border-radius: 50%; font-size: 9px; font-weight: 800; display: flex; align-items: center; justify-content: center; }
.rp-step-name { font-size: 14px; font-weight: 800; margin-bottom: 3px; }
.rp-step-desc { font-size: 12px; color: var(--muted); line-height: 1.5; }
 
/* INGREDIENTS */
.rp-ingr-bg { background: #fff; }
.rp-ingr-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.rp-ingr-card { background: var(--warm); border-radius: 12px; padding: 16px 10px; text-align: center; transition: all .2s; }
.rp-ingr-card:active { background: var(--gl); }
.rp-ingr-icon { font-size: 32px; margin-bottom: 8px; }
.rp-ingr-name { font-size: 12px; font-weight: 800; margin-bottom: 3px; }
.rp-ingr-desc { font-size: 10px; color: var(--muted); line-height: 1.5; }
 
/* COMPARISON */
.rp-compare-bg { background: var(--warm); }
.rp-compare-table { width: 100%; border-radius: 12px; overflow: hidden; border-collapse: collapse; }
.rp-compare-table th { padding: 12px 10px; font-size: 12px; font-weight: 800; text-align: center; }
.rp-compare-table th:first-child { text-align: left; background: #F1F5F9; color: var(--muted); }
.rp-compare-table th:nth-child(2) { background: #F1F5F9; color: var(--muted); }
.rp-compare-table th:nth-child(3) { background: var(--g); color: #0F172A; }
.rp-compare-table td { padding: 11px 10px; font-size: 12px; border-top: 1px solid var(--border); text-align: center; }
.rp-compare-table td:first-child { text-align: left; font-weight: 600; background: #fff; font-size: 12px; }
.rp-compare-table td:nth-child(2) { background: #FAFAFA; color: #EF4444; font-size: 15px; }
.rp-compare-table td:nth-child(3) { background: #F0FDF4; color: var(--g2); font-size: 15px; }
 
/* REVIEWS */
.rp-reviews-bg { background: var(--dark); padding: 44px 16px; width: 100%; }
.rp-reviews-inner { max-width: 1100px; margin: 0 auto; }
.rp-review-summary { display: flex; gap: 20px; align-items: center; background: #1E293B; border-radius: 14px; padding: 20px; border: 1px solid #334155; margin-bottom: 20px; }
.rp-review-avg { text-align: center; flex-shrink: 0; }
.rp-review-avg-num { font-size: 44px; font-weight: 800; color: #fff; line-height: 1; }
.rp-review-avg-stars { color: var(--gold); font-size: 16px; margin: 4px 0; }
.rp-review-avg-count { font-size: 10px; color: rgba(255,255,255,.35); }
.rp-review-bars { flex: 1; }
.rp-bar-row { display: flex; align-items: center; gap: 6px; margin-bottom: 5px; }
.rp-bar-label { font-size: 10px; color: rgba(255,255,255,.4); width: 30px; flex-shrink: 0; }
.rp-bar-track { flex: 1; height: 5px; background: #334155; border-radius: 3px; overflow: hidden; }
.rp-bar-fill { height: 100%; background: var(--gold); border-radius: 3px; }
.rp-bar-pct { font-size: 10px; color: rgba(255,255,255,.35); width: 28px; text-align: right; }
.rp-rev-grid { display: flex; flex-direction: column; gap: 12px; }
.rp-rev { background: #1E293B; border-radius: 12px; padding: 16px; border: 1px solid #334155; }
.rp-rev-stars { color: var(--gold); font-size: 12px; margin-bottom: 8px; }
.rp-rev-txt { color: #9CA3AF; font-size: 13px; line-height: 1.7; margin-bottom: 12px; }
.rp-rev-who { display: flex; align-items: center; gap: 8px; }
.rp-rev-av { width: 30px; height: 30px; border-radius: 7px; background: var(--g); display: flex; align-items: center; justify-content: center; color: #0F172A; font-size: 11px; font-weight: 800; flex-shrink: 0; }
.rp-rev-name { color: #fff; font-size: 12px; font-weight: 700; }
.rp-rev-city { color: #475569; font-size: 10px; }
.rp-reviews-cta { text-align: center; margin-top: 20px; }
.rp-btn-ghost { display: inline-flex; align-items: center; gap: 6px; padding: 11px 24px; border-radius: 10px; border: 1.5px solid rgba(255,255,255,.2); background: transparent; color: #fff; font-size: 13px; font-weight: 700; cursor: pointer; font-family: inherit; transition: all .2s; }
 
/* FAQ */
.rp-faq-bg { background: var(--cream); padding: 44px 16px; width: 100%; }
.rp-faq-inner { max-width: 700px; margin: 0 auto; }
.rp-faq-inner h2 { font-size: 22px; font-weight: 800; margin-bottom: 20px; }
.rp-faq-item { border-bottom: 1px solid var(--border); }
.rp-faq-q { font-size: 13px; font-weight: 700; cursor: pointer; padding: 16px 0; display: flex; justify-content: space-between; align-items: flex-start; gap: 12px; user-select: none; }
.rp-faq-q::after { content: '+'; font-size: 18px; font-weight: 400; color: var(--muted); flex-shrink: 0; transition: transform .25s; }
.rp-faq-item.open .rp-faq-q::after { transform: rotate(45deg); }
.rp-faq-a { font-size: 13px; line-height: 1.8; color: var(--muted); max-height: 0; overflow: hidden; transition: max-height .35s ease, padding .35s; }
.rp-faq-item.open .rp-faq-a { max-height: 300px; padding-bottom: 14px; }
 
/* EMAIL */
.rp-email-bg { background: var(--dark); padding: 44px 16px; width: 100%; text-align: center; }
.rp-email-inner { max-width: 460px; margin: 0 auto; }
.rp-email-inner h2 { font-size: 22px; font-weight: 800; color: #fff; margin-bottom: 6px; }
.rp-email-inner p { color: rgba(255,255,255,.45); font-size: 13px; margin-bottom: 16px; }
.rp-email-form { display: flex; gap: 8px; }
.rp-email-input { flex: 1; padding: 12px 14px; border-radius: 10px; border: 1.5px solid #334155; background: #1E293B; color: #fff; font-size: 13px; font-family: inherit; outline: none; min-width: 0; }
.rp-email-input::placeholder { color: #475569; }
.rp-email-input:focus { border-color: var(--g); }
.rp-email-submit { padding: 12px 18px; border-radius: 10px; background: var(--g); color: #0F172A; font-size: 13px; font-weight: 800; font-family: inherit; border: none; cursor: pointer; white-space: nowrap; }
 
/* KILL THEME STICKY BARS */
.sticky-add-to-cart, .sticky-atc, .sticky-cart, .product-sticky-bar,
.product-sticky-cta, [class*="sticky-add"], [class*="sticky_add"],
[id*="sticky-add"], [id*="StickyAtc"], [class*="StickyAtc"],
[data-section-type="sticky-add-to-cart"] { display: none !important; }
 
/* KILL THEME STICKY BARS */
/* Targets common Shopify theme sticky ATC patterns */
.sticky-add-to-cart:not(#rpSticky),
.sticky-atc:not(#rpSticky),
.product-sticky-bar:not(#rpSticky),
.product-sticky-cta:not(#rpSticky),
[class*="sticky-add"]:not(#rpSticky),
[class*="sticky_add"]:not(#rpSticky),
[class*="sticky-atc"]:not(#rpSticky),
[class*="sticky_atc"]:not(#rpSticky),
[id*="sticky-add"]:not(#rpSticky),
[id*="sticky-atc"]:not(#rpSticky),
[data-section-type="sticky-add-to-cart"]:not(#rpSticky),
.shopify-section:has([class*="sticky"]) { display: none !important; }
 
/* STICKY BAR */
.rp-sticky { position: fixed; bottom: 0; left: 0; right: 0; z-index: 9999; transform: translateY(100%); transition: transform .4s cubic-bezier(.2,1,.3,1); box-shadow: 0 -6px 32px rgba(0,0,0,.22); font-family: 'Plus Jakarta Sans', system-ui, sans-serif; }
.rp-sticky.visible { transform: translateY(0); }
.rp-sticky-timer-bar { background: #0e5c3a; padding: 7px 16px; display: flex; align-items: center; justify-content: center; gap: 6px; border-bottom: 1px solid rgba(255,255,255,.07); }
.rp-sticky-timer-text { color: rgba(255,255,255,0.9); font-size: 11.5px; font-weight: 500; letter-spacing: .1px; }
.rp-sticky-timer-text strong { color: #fff; font-weight: 800; }
.rp-sticky-time { color: #16e16e; font-weight: 800; font-size: 12px; font-variant-numeric: tabular-nums; }
.rp-sticky-pulse { width: 6px; height: 6px; border-radius: 50%; background: var(--g); flex-shrink: 0; animation: rpPulse 1.4s ease-in-out infinite; }
@keyframes rpPulse { 0%,100% { opacity: 1; transform: scale(1); } 50% { opacity: .4; transform: scale(.7); } }
.rp-sticky-cta { background: #ffffff; padding: 12px 24px 16px; display: flex; align-items: center; justify-content: space-between; gap: 16px; width: 100%; box-sizing: border-box; }
.rp-sticky-info { flex: 1; min-width: 0; }
.rp-sticky-name { color: #0f172a; font-size: 15px; font-weight: 800; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; letter-spacing: -0.01em; }
.rp-sticky-price { color: #16a34a; font-size: 13px; font-weight: 700; margin-top: 3px; letter-spacing: 0.01em; }
.rp-sticky-btn { background: #16e16e; color: #0f172a; border: none; padding: 14px 32px; border-radius: 12px; font-size: 14px; font-weight: 800; font-family: inherit; cursor: pointer; white-space: nowrap; flex-shrink: 0; transition: all 0.2s ease; letter-spacing: 0.04em; text-transform: uppercase; box-shadow: 0 4px 14px rgba(22,225,110,0.3); }
.rp-sticky-btn:hover { background: #0cbf5d; transform: translateY(-1px); box-shadow: 0 6px 20px rgba(22,225,110,0.4); }
.rp-sticky-btn:active { transform: translateY(0); background: #0cbf5d; }
@media(max-width: 600px) { .rp-sticky-cta { padding: 10px 16px 14px; gap: 12px; } .rp-sticky-name { font-size: 13px; } .rp-sticky-btn { padding: 12px 20px; font-size: 13px; } }
 
/* DESKTOP */
@media(min-width: 860px) {
  .rp-hero-inner { flex-direction: row; }
  .rp-gallery { width: 50%; padding: 28px 16px 28px 28px; position: sticky; top: 70px; height: fit-content; }
  .rp-info { width: 50%; padding: 28px 28px 28px 16px; }
  .rp-info h1 { font-size: 30px; }
  .rp-stat-inner { flex-direction: row; }
  .rp-stat-divider { width: 1px; height: 60px; }
  .rp-ben-grid { display: grid; grid-template-columns: repeat(2, 1fr); }
  .rp-brew-steps { flex-direction: row; }
  .rp-step { flex-direction: column; align-items: center; text-align: center; }
  .rp-rev-grid { display: grid; grid-template-columns: repeat(2, 1fr); }
  .rp-buy-row .rp-btn-atc { font-size: 15px; }
}
 
