/** Shopify CDN: Minification failed

Line 964:15 Expected ":"

**/
/* =========================================================
   PROSTAVIVE — production stylesheet
   All styles namespaced with .pv- to keep clear of Shopify theme.
   ========================================================= */
:root {
  --pv-blue: #27C5F4;
  --pv-blue-2: #1FB0DC;
  --pv-blue-deep: #0E8FB8;
  --pv-bg-0: #ffffff;       /* page white */
  --pv-bg-1: #f6f8fb;       /* alt section bg */
  --pv-bg-2: #ffffff;       /* card */
  --pv-bg-3: #eef3f8;       /* hover/secondary */
  --pv-line: #e3e8ef;
  --pv-line-2: #cdd5df;
  --pv-ink: #0c1116;        /* near-black */
  --pv-ink-2: #2b3340;
  --pv-ink-3: #5a6473;
  --pv-ink-4: #8a96a6;
  --pv-warn: #d97706;
  --pv-go: #16a34a;
  --pv-bad: #dc2626;
  --pv-radius: 14px;
  --pv-radius-lg: 22px;
  --pv-shadow: 0 12px 32px rgba(15,30,55,0.08), 0 2px 6px rgba(15,30,55,0.05);
  --pv-glow: 0 0 0 1px rgba(39,197,244,0.45), 0 10px 28px rgba(39,197,244,0.18);

}
.pv-root, .pv-root * { box-sizing: border-box; }
.pv-root {
  font-family: 'Inter Tight', system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
  font-size: 18px;
  line-height: 1.55;
  color: var(--pv-ink);
  background: var(--pv-bg-0);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
.pv-root img { max-width: 100%; display: block; }

/* Clean white background — soft tint vignettes only */
.pv-bg {
  position: relative;
  background:
    radial-gradient(1100px 600px at 80% -10%, rgba(39,197,244,0.08), transparent 60%),
    radial-gradient(900px 500px at -10% 30%, rgba(39,197,244,0.05), transparent 60%),
    var(--pv-bg-0);
  overflow: hidden;
}
.pv-bg::before {
  content: '';
  position: absolute; inset: 0;
  background-image:
    radial-gradient(rgba(12,17,22,0.05) 1px, transparent 1px);
  background-size: 22px 22px;
  pointer-events: none;
  mask-image: linear-gradient(180deg, transparent 0, #000 8%, #000 92%, transparent 100%);
  opacity: 0.5;
}
.pv-bg::after { content: none; }

/* Reusable wrappers */
.pv-wrap { max-width: 1240px; margin: 0 auto; padding: 0 32px; position: relative; z-index: 1; }
.pv-wrap--narrow { max-width: 880px; }
.pv-section { padding: 70px 0; position: relative; z-index: 1; }
.pv-section--tight { padding: 64px 0; }
.pv-section--alt { background: var(--pv-bg-1); }
.pv-section--dark {
  background: var(--pv-bg-1);
  border-top: 1px solid var(--pv-line);
  border-bottom: 1px solid var(--pv-line);
}
.pv-section--dark .pv-display,
.pv-section--dark h1, .pv-section--dark h2, .pv-section--dark h3 { color: var(--pv-ink); }
.pv-section--dark p, .pv-section--dark li { color: var(--pv-ink-2); }

/* =========================================================
   Typography
   ========================================================= */
.pv-display {
  font-family: 'Bricolage Grotesque', 'Inter Tight', system-ui, sans-serif;
  font-weight: 700;
  font-stretch: 90%;
  line-height: 1.04;
  letter-spacing: -0.02em;
  margin: 0;
  color: var(--pv-ink);
}
.pv-h1 { font-size: clamp(40px, 5.4vw, 76px); font-weight: 800; }
.pv-h2 { font-size: clamp(32px, 4vw, 48px); font-weight: 700; }
.pv-h3 { font-size: clamp(24px, 2.4vw, 34px); font-weight: 700; }
.pv-h4 { font-size: clamp(18px, 1.4vw, 22px); font-weight: 700; line-height: 1.25; }

.pv-eyebrow {
  font-family: 'JetBrains Mono', ui-monospace, monospace;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--pv-blue);
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.pv-eyebrow::before {
  content: ''; width: 22px; height: 1px; background: var(--pv-blue);
}
.pv-lead {
  font-size: 18px;
  line-height: 1.6;
  color: var(--pv-ink-2);
  max-width: 64ch;
}
.pv-body { color: var(--pv-ink-2); font-size: 18px; line-height: 1.7; }
.pv-body p { margin: 0 0 16px; }
.pv-body p:last-child { margin: 0; }
.pv-body strong { color: var(--pv-ink); font-weight: 600; }

.pv-mono {
  font-family: 'JetBrains Mono', ui-monospace, monospace;
  letter-spacing: 0.04em;
}
.pv-blue { color: var(--pv-blue); }
.pv-warn-c { color: var(--pv-warn); }

/* =========================================================
   Image placeholder
   ========================================================= */
.pv-img {
  position: relative;
  background:
    linear-gradient(135deg, rgba(39,197,244,0.08), transparent 50%),
    var(--pv-bg-2);
  border: 1px solid var(--pv-line);
  border-radius: var(--pv-radius);
  overflow: hidden;
  display: flex; align-items: center; justify-content: center;
  color: var(--pv-ink-3);
}
.pv-img::before {
  content: '';
  position: absolute; inset: 0;
  background-image:
    linear-gradient(45deg, rgba(255,255,255,0.025) 25%, transparent 25%),
    linear-gradient(-45deg, rgba(255,255,255,0.025) 25%, transparent 25%);
  background-size: 18px 18px;
  opacity: 0.6;
}
.pv-img__label {
  position: relative;
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.06em;
  color: var(--pv-ink-3);
  background: rgba(255,255,255,0.92);
  border: 1px solid var(--pv-line);
  border-radius: 6px;
  padding: 8px 12px;
  text-align: center;
  max-width: 80%;
  text-transform: uppercase;
}
.pv-img__label::before { content: '[ '; color: var(--pv-blue); }
.pv-img__label::after  { content: ' ]'; color: var(--pv-blue); }

/* =========================================================
   Buttons & CTAs
   ========================================================= */
.pv-btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  padding: 18px 28px;
  font-family: 'Bricolage Grotesque', sans-serif;
  font-weight: 700; font-size: 17px; letter-spacing: -0.005em;
  border: none; cursor: pointer;
  border-radius: 12px;
  text-decoration: none;
  transition: transform .15s ease, box-shadow .15s ease, background .2s ease;
  white-space: nowrap;
}
.pv-btn--primary {
  background: linear-gradient(180deg, #ffef2f, #e4c41c 60%, #f19b21);
  color: #0c1116;
  box-shadow: inset 0 1px 0rgba(255, 255, 255, 0.35));
}
.pv-btn--primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 0 0 1px var(--pv-blue), 0 18px 50px rgba(39,197,244,0.32), inset 0 1px 0 rgba(255,255,255,0.5);
}
.pv-btn--ghost {
  background: transparent; color: var(--pv-ink); border: 1px solid var(--pv-line-2);
}
.pv-btn--ghost:hover { border-color: var(--pv-blue); color: var(--pv-blue); }
.pv-btn--block { width: 100%; }
.pv-btn--xl { padding: 22px 36px; font-size: 20px; }
.pv-btn .pv-btn__sub { font-family: 'Inter Tight', sans-serif; font-size: 12px; opacity: 0.7; font-weight: 500; }

.pv-cta-meta {
  margin-top: 12px;
  font-size: 15px;
  color: var(--pv-ink-3);
  display: flex; flex-wrap: wrap; gap: 14px; justify-content: center;
}
.pv-cta-meta span { display: inline-flex; align-items: center; gap: 6px; }
.pv-cta-meta .pv-go-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--pv-go); }


/* =========================================================
   Top trust strip + nav
   ========================================================= */
.pv-trust-strip {
  background: var(--pv-bg-1);
  border-bottom: 1px solid var(--pv-line);
  font-size: 12px; color: var(--pv-ink-2);
  position: relative; z-index: 5;
}
.pv-trust-strip__inner {
  max-width: 1240px; margin: 0 auto; padding: 10px 32px;
  display: flex; justify-content: center; flex-wrap: wrap; gap: 8px 28px;
}
.pv-trust-strip span { display: inline-flex; align-items: center; gap: 6px; }
.pv-trust-strip svg { color: var(--pv-blue); }

.pv-nav {
  position: sticky; top: 0; z-index: 40;
  background: rgba(255,255,255,0.85);
  backdrop-filter: saturate(140%) blur(14px);
  -webkit-backdrop-filter: saturate(140%) blur(14px);
  border-bottom: 1px solid var(--pv-line);
}
.pv-nav__inner {
  max-width: 1240px; margin: 0 auto; padding: 14px 32px;
  display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 24px;
}
.pv-nav__menu, .pv-nav__util {
  display: flex; gap: 24px; font-size: 13px; font-weight: 600; color: var(--pv-ink-2);
  letter-spacing: 0.02em;
}
.pv-nav__util { justify-content: flex-end; align-items: center; }
.pv-nav__menu a, .pv-nav__util a { color: var(--pv-ink-2); text-decoration: none; transition: color .15s; }
.pv-nav__menu a:hover, .pv-nav__util a:hover { color: var(--pv-blue); }
.pv-nav__logo {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-weight: 800;
  font-size: 22px;
  letter-spacing: -0.01em;
  text-align: center;
  color: var(--pv-ink);
}
.pv-nav__logo .pv-blue { color: var(--pv-blue); }
.pv-cart {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 5px 10px; border: 1px solid var(--pv-line-2); border-radius: 10px;
  font-size: 12px; font-weight: 600;
}
.pv-cart svg{
  width: 20px !important;
  height: 20px !important;
}
.pv-cart:hover { border-color: var(--pv-blue); }
.pv-menu-toggle{
  display:none;
  background:none;
  border:none;
  padding:0;
  cursor:pointer;
  color:#fff;
}

.pv-icon-close{
  display:none;
}
/* =========================================================
   Hero
   ========================================================= */
.pv-hero { padding: 64px 32px 56px; }
.pv-hero__grid { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 40px; align-items: start; }
.pv-hero__grid--media-left {
    grid-template-columns: .9fr 1.1fr;
}
.pv-hero__warn-pill {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 6px 12px;
  background: rgba(245,179,66,0.12);
  border: 1px solid rgba(245,179,66,0.35);
  color: var(--pv-warn);
  border-radius: 999px;
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px; font-weight: 700;
  letter-spacing: 0.16em; text-transform: uppercase;
  margin-bottom: 5px;
}
.pv-hero__warn-pill::before {
  content: ''; width: 6px; height: 6px; border-radius: 50%; background: var(--pv-warn);
  box-shadow: 0 0 0 4px rgba(245,179,66,0.18);
  animation: pv-pulse 2s infinite;
}
.pv-hero__cta--media { margin-top: 18px; margin-bottom: 6px; align-items: stretch; }
.pv-hero__cta--media .pv-cta-meta { justify-content: center; }
.pv-hero__rating {
  display: flex; align-items: center; gap: 10px;
  font-size: 13px; color: var(--pv-ink-3);
}
.pv-hero__rating .pv-star-row { color: var(--pv-warn); letter-spacing: 2px; font-size: 18px; }
.pv-hero__rating b { color: var(--pv-ink); font-size: 18px; }
.hero_top_rating{
  display: flex;
  align-items: center;
  gap: 15px;
}
@keyframes pv-pulse {
  0%, 100% { box-shadow: 0 0 0 4px rgba(245,179,66,0.18); }
  50% { box-shadow: 0 0 0 8px rgba(245,179,66,0); }
}

.pv-hero__h1 .pv-blue-line {
  position: relative;
  background: linear-gradient(90deg, var(--pv-blue), var(--pv-blue-2));
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.pv-hero__h2 {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-weight: 600; font-stretch: 90%;
  font-size: clamp(20px, 1.6vw, 24px);
  line-height: 1.45; color: var(--pv-ink-2);
  margin: 24px 0 28px;
  max-width: 60ch;
}
.pv-hero__byline {
  display: flex; align-items: center; gap: 14px;
  padding-top: 15px;
  padding-bottom: 15px;
  border-top: 1px solid var(--pv-line);
  border-bottom: 1px solid var(--pv-line);
  margin-top: 15px;
  margin-bottom: 15px;
}
.pv-hero__byline .pv-img { width: 60px; height: 60px; border-radius: 50%; }
.pv-hero__byline .pv-img__label { font-size: 8px; padding: 3px 5px; max-width: 40px; }
.pv-hero__byline .pv-byline-text {
  font-size: 15px; color: var(--pv-ink-3); line-height: 1.4;
}
.pv-hero__byline .pv-byline-text strong { color: var(--pv-ink); display: block; font-size: 16px; }

/* Hero gallery */
.pv-gallery__main { aspect-ratio: 4/4.7; }
.pv-gallery__thumbs {
  display: grid; grid-template-columns: repeat(6, 1fr); gap: 8px; margin-top: 12px;
}
.pv-gallery__thumb { aspect-ratio: 1/1; cursor: pointer; transition: border-color .15s; }
.pv-gallery__thumb.is-active { border-color: var(--pv-blue); box-shadow: 0 0 0 1px var(--pv-blue); }

.pv-hero__h1--tight { font-size: clamp(34px, 3.1vw, 52px); line-height: 1.1; letter-spacing: -0.02em; margin: 14px 0 10px; }
.pv-hero__subhead {
  font-family: 'Bricolage Grotesque', 'Inter Tight', system-ui, sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.35;
  letter-spacing: -0.01em;
  color: var(--pv-blue-deep);
  margin: 0 0 18px;
  max-width: 52ch;
}
.pv-hero__h2--tight { font-size: 20px; line-height: 1.5; margin: 0 0 22px; max-width: 56ch; color: var(--pv-ink-2); }
.pv-hero__cta { display: flex; flex-direction: column; gap: 10px; margin-bottom: 22px; }
.pv-hero__cta--media { margin-top: 18px; margin-bottom: 6px; align-items: stretch; }
.pv-hero__cta--media .pv-cta-meta { justify-content: center; }
.pv-hero__rating {
  display: flex; align-items: center; gap: 10px;
  font-size: 13px; color: var(--pv-ink-3);
}
.pv-hero__rating .pv-star-row { color: var(--pv-warn); letter-spacing: 2px; font-size: 14px; }
.pv-hero__rating b { color: var(--pv-ink); font-size: 14px; }
.pv-gallery__main { aspect-ratio: 1/1; }

.pv-review-card{
  display:flex;
  align-items:center;
  gap:16px;
  padding:20px;
  border:1px solid #d9d9d9;
  border-radius:18px;
  background:#fff;
  max-width:950px;
  margin:auto;
  font-family:Inter,sans-serif;
  margin-top: 20px;
}

.pv-review-card__left{
  min-width:90px;
  text-align:center;
}

.pv-review-card__avatar{
  width:80px;
  height:80px;
  border-radius:50%;
  object-fit:cover;
  margin: 0 auto 15px;
}

.pv-review-card__info h4{
  margin:0;
  font-size:18px;
  line-height:1.1;
  color:#111;
  font-weight:700;
}

.pv-review-card__info p{
  margin:4px 0 5px;
  color:#555;
  font-size:15px;
}

.pv-review-card__stars{
  color:#ffb400;
  font-size:17px;
  letter-spacing:2px;
  margin-top: 0px;
  margin-bottom:0px;
  line-height: 1;
}

.pv-review-card__verified{
  color:#10b75b;
  font-size:12px;
  font-weight:500;
}

.pv-review-card__divider{
  width:1px;
  align-self:stretch;
  background:#e2e2e2;
}

.pv-review-card__content{
  flex:1;
}

.pv-review-card__content h3{
  margin:0 0 10px;
  font-size:18px;
  line-height:1.4;
  color:#111;
  font-weight:700;
}

.pv-review-card__content p{
  margin:0 0 14px;
  color:#333;
  font-size:18px;
  line-height:1.6;
}

.short_pv-faq{
  margin-top: 20px;
}
.short_pv-faq details {
  border-bottom: 1px solid var(--pv-line);
  margin-bottom: 10px;
  overflow: hidden;
  transition: border-color .15s;
}
.short_pv-faq details[open] { border-color: var(--pv-blue); }
.short_pv-faq summary {
  list-style: none;
  cursor: pointer;
  padding: 15px 24px;
  display: flex; justify-content: start; align-items: center; gap: 16px;
  font-family: 'Bricolage Grotesque', sans-serif;
  font-weight: 600; font-size: 20px; color: var(--pv-ink);
  letter-spacing: -0.005em;
  position: relative;
}
.short_pv-faq summary svg path{
  fill: #009FC6;
}
.short_pv-faq summary::-webkit-details-marker { display: none; }
.short_pv-faq summary::after {
  content: ''; width: 16px; height: 16px; flex-shrink: 0;
  background: linear-gradient(var(--pv-blue), var(--pv-blue)) center/16px 2px no-repeat,
              linear-gradient(var(--pv-blue), var(--pv-blue)) center/2px 16px no-repeat;
  transition: transform .2s;
  position: absolute;
  right: 14px;
}
.short_pv-faq details[open] summary::after {
  background: linear-gradient(var(--pv-blue), var(--pv-blue)) center/16px 2px no-repeat;
}
.short_pv-faq__a {
  padding: 0 24px 22px;
  font-size: 18px; line-height: 1.7; color: var(--pv-ink-2);
  white-space: pre-wrap;
}

/* =========================================================
   Buy box (sticky right rail)
   ========================================================= */
   .offerSec {
   padding-bottom: 20px;
   }
.pv-buybox-row {
  display: grid; grid-template-columns: 1fr 1fr; gap: 40px;
}
.pv-buybox {
  position: sticky; top: 92px;
  background: linear-gradient(180deg, var(--pv-bg-2), var(--pv-bg-1));
  border: 1px solid var(--pv-line);
  border-radius: var(--pv-radius-lg);
  padding: 28px;
  box-shadow: var(--pv-shadow);
}
.pv-buybox__head {
  display: flex; justify-content: space-between; align-items: center; margin-bottom: 14px;
}
.pv-stars { display: inline-flex; align-items: center; gap: 8px; font-size: 13px; color: var(--pv-ink-2); }
.pv-stars .pv-star-row { color: var(--pv-warn); letter-spacing: 2px; font-size: 14px; }
.pv-stars b { color: var(--pv-ink); }
.pv-discount-pill {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px; font-weight: 700; letter-spacing: 0.12em;
  padding: 4px 10px; border-radius: 999px;
  background: rgba(39,197,244,0.12); color: var(--pv-blue);
  border: 1px solid rgba(39,197,244,0.32);
}
.pv-buybox__title { font-family: 'Bricolage Grotesque', sans-serif; font-size: 28px; font-weight: 800; margin: 4px 0 2px; letter-spacing: -0.01em; }
.pv-buybox__sub { font-size: 12px; color: var(--pv-ink-3); margin-bottom: 18px; letter-spacing: 0.04em; text-transform: uppercase; font-family: 'JetBrains Mono', monospace; font-weight: 500; }

.pv-pkg { display: flex; flex-direction: column; gap: 10px; margin-bottom: 18px; }
.pv-pkg__opt {
  position: relative;
  display: flex; justify-content: space-between; align-items: center;
  padding: 16px 18px;
  background: var(--pv-bg-1);
  border: 1px solid var(--pv-line);
  border-radius: 12px;
  cursor: pointer;
  transition: border-color .15s, background .15s;
}
.pv-pkg__opt:hover { border-color: var(--pv-line-2); }
.pv-pkg__opt.is-active { border-color: var(--pv-blue); background: linear-gradient(180deg, rgba(39,197,244,0.08), transparent), var(--pv-bg-1); box-shadow: 0 0 0 1px var(--pv-blue); }
.pv-pkg__radio {
  width: 18px; height: 18px; border-radius: 50%;
  border: 1.5px solid var(--pv-line-2); flex-shrink: 0;
  display: inline-flex; align-items: center; justify-content: center;
}
.pv-pkg__opt.is-active .pv-pkg__radio { border-color: var(--pv-blue); }
.pv-pkg__opt.is-active .pv-pkg__radio::after { content: ''; width: 8px; height: 8px; border-radius: 50%; background: var(--pv-blue); }
.pv-pkg__left { display: flex; align-items: center; gap: 12px; }
.pv-pkg__qty { font-family: 'Bricolage Grotesque', sans-serif; font-weight: 700; font-size: 18px; letter-spacing: -0.01em; }
.pv-pkg__sub { font-size: 11px; color: var(--pv-ink-3); margin-top: 2px; font-family: 'JetBrains Mono', monospace; letter-spacing: 0.04em; }
.pv-pkg__price { font-family: 'Bricolage Grotesque', sans-serif; font-weight: normal; font-size: 18px; line-height: 1; color: var(--pv-ink); letter-spacing: -0.01em; }
.pv-pkg__price span.each__price{
    font-size: 22px;
    font-weight: 700;
  }
.pv-pkg__strike { font-size: 12px; color: var(--pv-ink-3); text-decoration: line-through; margin-top: 2px; }
.pv-pkg__right { text-align: right; }
.pv-pkg__badge {
  position: absolute; top: -8px; left: 14px;
  padding: 3px 10px; border-radius: 999px;
  font-family: 'JetBrains Mono', monospace;
  font-size: 9.5px; font-weight: 700; letter-spacing: 0.14em;
  background: var(--pv-blue); color: #03161e;
  text-transform: uppercase;
}
.pv-pkg__badge--alt { background: var(--pv-warn); color: #1a1300; }
.pv-pkg_total_save_wrappper{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}
.pv-pkg_tag {
  background-color: #e31b23;
  color: white;
  font-family: Arial, sans-serif;
  font-weight: 900;
  display: inline-flex;
  align-items: center;
  padding: 6px 16px 6px 20px;
  height: 32px;
  font-size: 15px;
  gap: 10px;
  clip-path: polygon(8% 0%, 99% 0%, 97% 51%, 100% 100%, 8% 100%, 0% 50%);
}
.pv-pkg__original_price{
  display: none;
}
.pv-pkg_tag span {
  font-size: 14px;
}
.pv-pkg_total_price{
  font-family: 'Bricolage Grotesque', sans-serif;
  font-size:20px;
  font-weight: normal;
}
.pv-pkg_total{
  font-weight: bold;
}
.pv-pkg__strike{
  font-size: 16px;
}
.pv-payment-cancel{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 14px; padding-top: 14px;
  border-top: 1px dashed var(--pv-line);
}
.payment_cancel{
    display: none;
    align-items: center;
    gap: 5px;
    font-size: 13px;
    color: #3a3a3a;
}
.payment_cancel.show_payment-cancel{
display: flex;
}
.payment_cancel img{
  width: 14px;
}
.pv-payments {
  width: 100%;
 display: flex; gap: 6px; flex-wrap: wrap; justify-content: center;
}
.payment_cancel.show_payment-cancel + .pv-payments{
   width: auto;
}
.pv-payments span {
  font-family: 'JetBrains Mono', monospace;
  font-size: 9.5px; font-weight: 700;
  padding: 4px 8px; border: 1px solid var(--pv-line-2); border-radius: 4px;
  color: var(--pv-ink-3); letter-spacing: 0.08em;
}


.pv-portrait-cap{
  margin-top: 20px;
}
.pv-purchase-toggle{
  display:flex;
  background:#eef1f5;
  border-radius:50px;
  padding:4px;
  margin-bottom:20px;
}

.pv-toggle-btn{
  width:50%;
  border:none;
  background:transparent;
  padding:14px 10px;
  border-radius:40px;
  font-size:16px;
  font-weight:500;
  cursor:pointer;
  color:#3a3a3a;
  transition:all .25s ease;
}

.pv-toggle-btn.active{
  background:#27c5f4;
  color:#fff;
}
.pv-pkg{
  display:none;
  flex-direction:column;
  gap:12px;
}

.pv-pkg.active{
  display:flex;
}
/* =========================================================
   Bullet list (clean, blue check)
   ========================================================= */
.pv-checklist { list-style: none; padding: 0; margin: 0; }
.pv-checklist li {
  display: flex; align-items: flex-start; gap: 14px; padding: 14px 0;
  border-bottom: 1px solid var(--pv-line);
  font-size: 18px; line-height: 1.5; color: var(--pv-ink-2);
}
.pv-checklist li:last-child { border-bottom: none; }
.pv-checklist li strong { color: var(--pv-ink); font-weight: 600; }
.pv-checklist__icon {
  flex-shrink: 0; width: 20px; height: 20px;
  border-radius: 50%;
  background: #00c5ff;
  border: 1px solid rgba(39,197,244,0.4);
  display: inline-flex; align-items: center; justify-content: center;
  color: #fff;
  margin-top: 1px;
}

/* =========================================================
   Sections shared
   ========================================================= */
.pv-section-head {
  text-align: center; max-width: 880px; margin: 0 auto 50px;
}
.pv-section-head--left { text-align: left; margin: 0 0 40px; }
.pv-section-head .pv-eyebrow { margin-bottom: 18px; }
.pv-section-head .pv-lead { margin: 18px auto 0; }
.pv-section-head--left .pv-lead { margin: 18px 0 0; }

.pv-divider {
  width: 64px; height: 2px; background: var(--pv-blue);
  margin: 22px auto 0;
  border-radius: 2px;
  box-shadow: 0 0 12px rgba(39,197,244,0.5);
}
.pv-section-head--left .pv-divider { margin: 22px 0 0; }

/* Cascade cards */
.pv-cascade {
  margin: 40px 0;
  padding: 36px;
  background: linear-gradient(180deg, var(--pv-bg-2), var(--pv-bg-1));
  border: 1px solid var(--pv-line);
  border-radius: var(--pv-radius-lg);
}
.pv-cascade__title {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-size: 28px; font-weight: 700; margin: 0 0 24px;
  display: flex; align-items: center; gap: 12px;
}
.pv-cascade__title::before { content: ''; width: 6px; height: 22px; background: var(--pv-blue); border-radius: 2px; }
.pv-cascade__steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.pv-cascade__step {
  position: relative;
  padding: 22px 22px 22px;
  background: var(--pv-bg-0);
  border: 1px solid var(--pv-line);
  border-radius: 12px;
}
.pv-cascade__step-n {
  display: inline-block;
  font-family: 'JetBrains Mono', monospace;
  font-size: 16px; font-weight: 700; letter-spacing: 0.18em;
  color: var(--pv-blue); text-transform: uppercase;
  margin-bottom: 12px;
}
.pv-cascade__step p { margin: 0; font-size: 18px; color: var(--pv-ink-2); line-height: 1.6; }
.pv-cascade__diagram { margin-top: 24px; }

/* Author column */
.pv-author-grid {
  display: grid; grid-template-columns: 320px 1fr; gap: 56px; align-items: start;
}
.pv-author-photo { aspect-ratio: 4/5; }
.pv-author-caption {
  font-size: 12px; color: var(--pv-ink-3);
  font-family: 'JetBrains Mono', monospace;
  letter-spacing: 0.04em;
  text-align: center; margin-top: 10px;
}

/* Big quote callout */
.pv-callout {
  margin: 28px 0;
  padding: 28px 32px;
  background: linear-gradient(135deg, rgba(39,197,244,0.10), rgba(39,197,244,0.02));
  border: 1px solid rgba(39,197,244,0.35);
  border-left: 3px solid var(--pv-blue);
  border-radius: 14px;
  font-family: 'Bricolage Grotesque', sans-serif;
  font-size: clamp(20px, 2vw, 26px); line-height: 1.35;
  font-weight: 600; color: var(--pv-ink);
  letter-spacing: -0.01em;
}

.pv-quote {
  margin: 24px 0; padding: 18px 0 18px 22px;
  border-left: 3px solid var(--pv-blue);
  font-style: italic; font-size: 18px; color: var(--pv-ink);
  font-family: 'Bricolage Grotesque', sans-serif; font-weight: 500;
}

/* Pull quote large */
.pv-pull {
  text-align: center; max-width: 1000px; margin: 0 auto;
}
.pv-pull__mark {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-size: 110px; line-height: 0.6; color: var(--pv-blue);
  margin-bottom: 8px; opacity: 0.7;
}
.pv-pull__text {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-weight: 500;
  font-size: clamp(24px, 2.6vw, 38px);
  line-height: 1.3; letter-spacing: -0.015em;
  color: var(--pv-ink); margin: 0;
}
.pv-pull__attr {
  margin-top: 28px;
  font-family: 'JetBrains Mono', monospace;
  font-size: 12px; letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--pv-ink-3);
}
.pv-pull__attr b { color: var(--pv-blue); }

/* Wrong / metaphor block */
.pv-metaphor {
  display: grid; grid-template-columns: 1fr 320px; gap: 36px; align-items: center;
  margin: 32px 0;
}
.pv-metaphor__quote {
  padding: 28px 32px;
  background: var(--pv-bg-2);
  border: 1px solid var(--pv-line);
  border-left: 3px solid var(--pv-warn);
  border-radius: 12px;
  font-family: 'Bricolage Grotesque', sans-serif;
  font-size: 22px; font-weight: 600; line-height: 1.4;
  color: var(--pv-ink);
}
.pv-metaphor__img { aspect-ratio: 4/3; }

/* =========================================================
   3-Step protocol
   ========================================================= */
.pv-protocol {
  /* display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; */
  margin-top: 56px;
}
.pv-protocol__card {
   position: relative;
  background: linear-gradient(180deg, var(--pv-bg-2), var(--pv-bg-1));
  border: 1px solid var(--pv-line);
  border-radius: var(--pv-radius-lg);
  padding: 36px 28px 28px;
  overflow: hidden;
}
.pv-protocol__card::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px;
  background: linear-gradient(90deg, transparent, var(--pv-blue), transparent);
  opacity: 0.7;
}
.pv-protocol__n {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-weight: 800; font-stretch: 75%;
  font-size: 88px; line-height: 1;
  background: linear-gradient(180deg, var(--pv-blue), transparent 90%);
  -webkit-background-clip: text; background-clip: text; color: transparent;
  letter-spacing: -0.04em;
  margin-bottom: 8px;
}
.pv-protocol__name {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-size: 16px; font-weight: 700;
  letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--pv-blue);
  margin-bottom: 6px;
}
.pv-protocol__h {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-size: 22px; font-weight: 700; line-height: 1.2;
  color: var(--pv-ink); margin: 0 0 18px;
  letter-spacing: -0.01em;
}
.pv-protocol__img { aspect-ratio: 11/9; margin-bottom: 18px; }
.pv-protocol__body { font-size: 18px; line-height: 1.65; color: var(--pv-ink-2); margin-bottom: 18px; }
.pv-protocol__ing {
  padding-top: 16px; border-top: 1px solid var(--pv-line);
  font-family: 'JetBrains Mono', monospace;
  font-size: 16px; letter-spacing: normal; color: var(--pv-ink-3);
}
.pv-protocol__ing .pv-step__ings-label { color: var(--pv-ink); }

.pv-protocol__tag {
  text-align: center; margin-top: 56px;
}
.pv-protocol__tag-text {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-size: clamp(28px, 3vw, 44px); font-weight: 700;
  background: linear-gradient(90deg, var(--pv-blue-2), var(--pv-blue), var(--pv-blue-deep));
  -webkit-background-clip: text; background-clip: text; color: transparent;
  letter-spacing: -0.01em; line-height: 1.1;
}
.pv-protocol__tag-sub {
  font-family: 'JetBrains Mono', monospace;
  font-size: 16px; letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--pv-ink-3); margin-top: 12px;
}
.pv-protocol__img{
  margin-top: 15px;
}
/* =========================================================
   Powerhouse Duo
   ========================================================= */
.pv-trio { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin-top: 40px; }
.pv-trio__card {
  background: linear-gradient(180deg, var(--pv-bg-2), var(--pv-bg-1));
  border: 1px solid var(--pv-line);
  border-radius: var(--pv-radius-lg);
  padding: 18px;
}
/* .pv-trio__head { display: flex; gap: 20px; align-items: center; margin-bottom: 20px; } */
.pv-trio__head { margin-bottom: 20px; }
.pv-trio__img { aspect-ratio: 13/9; }
.pv-trio__name {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-size: 28px; font-weight: 800; letter-spacing: -0.01em;
  line-height: 1; color: var(--pv-ink);
}
.pv-trio__card p{
  font-size: 18px;
}
.pv-trio__h {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--pv-blue); margin-top: 8px;
}
.pv-trio__body { font-size: 14.5px; line-height: 1.7; color: var(--pv-ink-2); margin: 0; }

/* ==================backquote================ */
.pv-pullquote__mark{
  font-size: 30px;
    color: #27c5f4;
    line-height: 1;
}
blockquote.pv-pullquote__text {
    margin: 0 0 10px;
}
/* ==================backquote================ */

/* =========================================================
   Ingredients grid
   ========================================================= */
.pv-ing-grid { display: flex; justify-content: center; gap: 18px; flex-wrap: wrap;}
.pv-ing-card {
  background: var(--pv-bg-1);
  border: 1px solid var(--pv-line);
  border-radius: 14px;
  padding: 22px;
  transition: border-color .15s, transform .15s;
  width: 30%;
}
.pv-ing-card:hover { border-color: var(--pv-line-2); transform: translateY(-2px); }
.pv-ing-card__head { display: flex; gap: 14px; align-items: flex-start; margin-bottom: 14px; }
.pv-ing-card__img { max-width: 100%; height: auto; border-radius: 10px; flex-shrink: 0; aspect-ratio: 1/1; margin-bottom: 15px;}
.pv-ing-card__name {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-size: 20px; font-weight: 700; letter-spacing: -0.005em;
  color: var(--pv-ink); line-height: 1.15;
  margin: 10px 0;
}
.pv-ing-card__step {
  display: inline-block; margin-top: 6px;
  font-family: 'JetBrains Mono', monospace;
  font-size: 16px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase;
  padding: 3px 8px; border-radius: 4px;
  background: rgba(39,197,244,0.12); color: var(--pv-blue);
  border: 1px solid rgba(39,197,244,0.3);
  margin-top5px
}
.pv-ing-card__body { font-size: 18px; line-height: 1.65; color: var(--pv-ink-2); margin: 0; }

/* =========================================================
   Powder + horse pills comparison
   ========================================================= */
.pv-powder-grid {
  display: grid; grid-template-columns: 1fr 380px; gap: 56px; align-items: center;
}
.pv-powder-img { aspect-ratio: 1/1; }

/* Taste */
.pv-taste-grid { display: grid; grid-template-columns: 380px 1fr; gap: 56px; align-items: center; }
.pv-taste-img { aspect-ratio: 4/5; }

/* How to take */
.pv-howto { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 40px; }
.pv-howto__card {
  position: relative;
  background: var(--pv-bg-1);
  border: 1px solid var(--pv-line);
  border-radius: var(--pv-radius-lg);
  padding: 32px 26px 26px;
  text-align: center;
}
.pv-howto__n {
  width: 56px; height: 56px; border-radius: 50%;
  background: linear-gradient(180deg, var(--pv-blue-2), var(--pv-blue-deep));
  color: #03161e;
  font-family: 'Bricolage Grotesque', sans-serif;
  font-weight: 800; font-size: 26px;
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 18px;
  box-shadow: 0 8px 24px rgba(39,197,244,0.3);
}
.pv-howto__img { aspect-ratio: 16/12; margin-bottom: 18px; }
.pv-howto__text { font-size: 15px; line-height: 1.6; color: var(--pv-ink-2); margin: 0; }
.pv-howto__tag {
  text-align: center; margin-top: 36px;
  font-family: 'Bricolage Grotesque', sans-serif;
  font-size: clamp(22px, 2.4vw, 30px); font-weight: 700;
  color: var(--pv-ink); letter-spacing: -0.01em;
}
.pv-howto__tag .pv-blue { color: var(--pv-blue); }

/* Cred strip */
.pv-cred-strip {
  background: var(--pv-bg-1);
  border-top: 1px solid var(--pv-line);
  border-bottom: 1px solid var(--pv-line);
  padding: 24px 0;
}
.pv-cred-strip__inner {
  max-width: 1240px; margin: 0 auto; padding: 0 32px;
  display: flex; flex-wrap: wrap; gap: 14px 36px; justify-content: center;
  font-size: 18px; color: var(--pv-ink-2);
}
.pv-cred-strip span { display: inline-flex; align-items: center; gap: 8px; }
.pv-cred-strip svg { color: var(--pv-blue); flex-shrink: 0; }

/* Testimonials */
.pv-tests { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; margin-top: 40px; }
.pv-test {
  background: var(--pv-bg-1);
  border: 1px solid var(--pv-line);
  border-radius: var(--pv-radius);
  padding: 26px;
}
.pv-test__h {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-size: 22px; font-weight: 700; line-height: 1.25;
  margin: 12px 0 14px; color: var(--pv-ink); letter-spacing: -0.005em;
}
.pv-test__body { font-size: 14.5px; line-height: 1.7; color: var(--pv-ink-2); margin: 0 0 18px; font-style: italic; }
.pv-test__attr {
  display: flex; align-items: center; gap: 12px;
  padding-top: 16px; border-top: 1px solid var(--pv-line);
}
.pv-test__avatar { width: 50px; height: 50px; border-radius: 50%; aspect-ratio: 1/1; flex-shrink: 0; }
.pv-test__avatar .pv-img__label { display: none; }
.pv-test__name { font-size: 13px; font-weight: 600; color: var(--pv-ink); }
.pv-test__verified {
  font-family: 'JetBrains Mono', monospace;
  font-size: 13px; letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--pv-go); margin-top: 2px;
  display: inline-flex; align-items: center; gap: 4px;
  margin-left: 15px;
}

/* Timeline */
.pv-timeline {
  position: relative; margin-top: 40px;
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px;
}
.pv-timeline::before {
  content: ''; position: absolute; left: 4%; right: 4%; top: 30px; height: 2px;
  background: linear-gradient(90deg, transparent, var(--pv-blue), transparent);
  opacity: 0.5; z-index: 0;
}
.pv-timeline__card {
  position: relative;
  background: linear-gradient(180deg, var(--pv-bg-2), var(--pv-bg-1));
  border: 1px solid var(--pv-line);
  border-radius: var(--pv-radius);
  padding: 50px 22px 22px;
  z-index: 1;
}
.pv-timeline__day {
  position: absolute; top: -1px; left: 50%; transform: translate(-50%, -50%);
  background: var(--pv-blue); color: #03161e;
  font-family: 'Bricolage Grotesque', sans-serif;
  font-weight: 800; font-size: 16px; letter-spacing: 0.04em;
  padding: 8px 18px; border-radius: 999px;
  box-shadow: 0 4px 16px rgba(39,197,244,0.4);
  white-space: nowrap;
}
.pv-timeline__name {
  font-family: 'JetBrains Mono', monospace;
  font-size: 18px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--pv-ink); text-align: center; margin-bottom: 14px;
  min-height: 36px;
}
.pv-timeline__intro { font-size: 13px; line-height: 1.6; color: var(--pv-ink-2); margin: 0 0 14px; }
.pv-timeline__list { list-style: none; padding: 0; margin: 0; }
.pv-timeline__list li {
  display: flex; gap: 8px; align-items: flex-start;
  padding: 6px 0; font-size: 18px; line-height: 1.45; color: var(--pv-ink-2);
}
.pv-timeline__list svg { flex-shrink: 0; color: var(--pv-blue); margin-top: 3px; }

/* Comparison table */
.pv-compare {
  width: 100%; border-collapse: separate; border-spacing: 0;
  font-size: 16px; margin-top: 36px;
  background: var(--pv-bg-1);
  border: 1px solid var(--pv-line);
  border-radius: var(--pv-radius);
  overflow: hidden;
}
.pv-compare th, .pv-compare td {
  padding: 14px 18px; text-align: left;
  border-bottom: 1px solid var(--pv-line);
}
.pv-compare thead th {
  background: var(--pv-bg-2);
  font-family: 'JetBrains Mono', monospace;
  font-size: 15px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--pv-ink-2);
}
.pv-compare thead th.pv-compare__pv {
  background: linear-gradient(180deg, var(--pv-blue), var(--pv-blue-deep));
  color: #03161e;
  font-family: 'Bricolage Grotesque', sans-serif;
  font-size: 14px; letter-spacing: 0.02em; text-transform: none; font-weight: 800;
}
.pv-compare td:first-child { font-weight: 600; color: var(--pv-ink); }
.pv-compare td:not(:first-child) { text-align: center; font-family: 'JetBrains Mono', monospace; font-size: 16px; font-weight: 600; }
.pv-compare tbody tr:last-child td { border-bottom: none; }
.pv-compare tbody tr:nth-child(even) { background: rgba(255,255,255,0.015); }
.pv-compare__pv-cell { background: rgba(39,197,244,0.06); }
.pv-yes { color: var(--pv-go); }
.pv-no  {color: var(--pv-bad); }
.pv-warn { color: var(--pv-warn); }
.pv-na  { color: var(--pv-ink-4); }

/* Bonuses */
.pv-bonuses { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; margin-top: 40px; }
.pv-bonus {
  position: relative;
  background: linear-gradient(180deg, var(--pv-bg-2), var(--pv-bg-1));
  border: 1px solid var(--pv-line);
  border-radius: var(--pv-radius-lg);
  padding: 20px;
}
.pv-bonus__tag {
  position: absolute; top: -12px; left: 24px;
  font-family: 'JetBrains Mono', monospace;
  font-size: 16px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase;
  background: var(--pv-blue); color: #03161e;
  padding: 5px 12px; border-radius: 999px;
}
.pv-bonus__img { aspect-ratio: 13/17; margin: 12px 0 18px; }
.pv-bonus__name {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-size: 26px; font-weight: 700; letter-spacing: -0.01em;
  margin: 0 0 6px; color: var(--pv-ink);
}
.pv-bonus__price {
  font-family: 'JetBrains Mono', monospace;
  font-size: 18px; font-weight: 700; letter-spacing: normal; text-transform: uppercase;
  color: var(--pv-go); margin-bottom: 10px; margin-top: 6px;
}
.pv-bonus__price b { color: var(--pv-ink); text-decoration: line-through; opacity: 0.6; margin-right: 6px; }
.pv-bonus__body { font-size: 14px; line-height: 1.65; color: var(--pv-ink-2); margin: 0; }
.bonus_total_wrapper{
display: grid;
    grid-template-columns: .8fr 1.2fr;
    gap: 30px;
    align-items: center;
}
.bonus_total_wrapper p{
  margin-top: 0px;
}
/* Letter / signature */
.pv-letter { max-width: 820px; margin: 0 auto; }
.pv-letter__sig { display: flex; align-items: center; gap: 18px; margin-top: 24px; }
.pv-letter__sig-img { width: 110px; height: 50px; }
.pv-letter__sig-text {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-style: italic; font-size: 16px; color: var(--pv-ink);
  line-height: 1.4;
}

/* Guarantee */
.pv-guarantee { display: grid; grid-template-columns: 330px 1fr; gap: 40px; align-items: center; }
.pv-guarantee__seal {
  aspect-ratio: 1/1; border-radius: 50%;
  background:
    radial-gradient(circle at 30% 30%, rgba(39,197,244,0.3), transparent 60%),
    var(--pv-bg-2);
  border: 2px solid var(--pv-blue);
  position: relative;
  box-shadow: 0 0 60px rgba(39,197,244,0.25), inset 0 0 30px rgba(39,197,244,0.1);
}
.pv-guarantee__seal::before {
  content: '180'; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
  font-family: 'Bricolage Grotesque', sans-serif;
  font-weight: 800; font-size: 90px; line-height: 0.9;
  color: var(--pv-blue); letter-spacing: -0.04em;
  text-shadow: 0 0 30px rgba(39,197,244,0.4);
}
.pv-guarantee__seal::after {
  content: 'DAY GUARANTEE'; position: absolute; bottom: 22%; left: 50%; transform: translateX(-50%);
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px; font-weight: 700; letter-spacing: 0.2em;
  color: var(--pv-ink);
}
.pv-guarantee__badge{
  max-width:550px;
  margin: 0 auto;
}

/* FAQ */
.pv-faq { max-width: 820px; margin: 40px auto 0; }
.pv-faq details {
  border: 1px solid var(--pv-line);
  background: var(--pv-bg-1);
  border-radius: 12px;
  margin-bottom: 10px;
  overflow: hidden;
  transition: border-color .15s;
}
.pv-faq details[open] { border-color: var(--pv-blue); }
.pv-faq summary {
  list-style: none;
  cursor: pointer;
  padding: 20px 24px;
  display: flex; justify-content: space-between; align-items: center; gap: 16px;
  font-family: 'Bricolage Grotesque', sans-serif;
  font-weight: 600; font-size: 20px; color: var(--pv-ink);
  letter-spacing: -0.005em;
}
.pv-faq summary::-webkit-details-marker { display: none; }
.pv-faq summary::after {
  content: ''; width: 16px; height: 16px; flex-shrink: 0;
  background: linear-gradient(var(--pv-blue), var(--pv-blue)) center/16px 2px no-repeat,
              linear-gradient(var(--pv-blue), var(--pv-blue)) center/2px 16px no-repeat;
  transition: transform .2s;
}
.pv-faq details[open] summary::after {
  background: linear-gradient(var(--pv-blue), var(--pv-blue)) center/16px 2px no-repeat;
}
.pv-faq__a {
  padding: 0 24px 22px;
  font-size: 18px; line-height: 1.7; color: var(--pv-ink-2);
  white-space: pre-wrap;
}

/* Two options */
.pv-options-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-top: 32px; }
.pv-option {
  border-radius: var(--pv-radius-lg);
  padding: 32px;
}
.pv-option--no {
  background: var(--pv-bg-1);
  border: 1px solid var(--pv-line);
  opacity: 0.85;
}
.pv-option--yes {
  background: linear-gradient(180deg, rgba(39,197,244,0.10), var(--pv-bg-2));
  border: 1px solid var(--pv-blue);
  box-shadow: 0 0 0 1px rgba(39,197,244,0.3), 0 12px 50px rgba(39,197,244,0.18);
}
.pv-option__label {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase;
  margin-bottom: 14px;
}
.pv-option--no .pv-option__label { color: var(--pv-bad); }
.pv-option--yes .pv-option__label { color: var(--pv-blue); }
.pv-option p { font-size: 15px; line-height: 1.7; color: var(--pv-ink-2); margin: 0; }
.pv-options-closing { text-align: center; margin-top: 36px; }
.pv-options-closing p:first-child {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-size: 22px; font-weight: 600;
  color: var(--pv-ink); margin: 0 0 8px;
}
.pv-options-closing p { font-size: 15px; color: var(--pv-ink-2); }

/* Sticky bottom ATC bar */
.pv-stick {
  position: fixed; bottom: 0; left: 0; right: 0; z-index: 60;
 background: rgba(255,255,255,0.96);
  border-top: 1px solid var(--pv-line);
  color: var(--pv-ink);
  box-shadow: 0 -8px 24px rgba(15,30,55,0.08);
  padding: 14px 0;
  transform: translateY(110%);
  transition: transform .25s ease;
}
.pv-stick.is-visible { transform: translateY(0); }
.pv-stick__inner {
  max-width: 1240px; margin: 0 auto; padding: 0 32px;
  display: grid; grid-template-columns: 1fr auto; gap: 24px; align-items: center;
}
.pv-stick__product { display: flex; align-items: center; gap: 14px; }
.pv-stick__img { width: 48px; height: 48px; border-radius: 8px; flex-shrink: 0; aspect-ratio: 1/1; }
.pv-stick__img .pv-img__label { display: none; }
.pv-stick__name { font-family: 'Bricolage Grotesque', sans-serif; font-weight: 700; font-size: 15px; color: var(--pv-ink); }
.pv-stick__price { font-size: 12px; color: var(--pv-ink-3); margin-top: 2px; }
.pv-stick__price b { color: var(--pv-blue); font-weight: 700; }
.pv-stick__price s { color: var(--pv-ink-4); margin-right: 6px; }

.pv-trust--blue{
  border-bottom: 1px solid var(--pv-line);
}
.pv-trust__row{ display: flex; gap: 15px; justify-content: center; margin-bottom: 20px;margin-top: 20px;}
/* Footer */
.pv-foot { background: var(--pv-bg-0); border-top: 1px solid var(--pv-line); padding: 64px 0 32px; }
.pv-logo--light{
  text-align: left
}
.pv-footer__grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 56px; margin-bottom: 40px; }
.pv-foot__brand { font-family: 'Bricolage Grotesque', sans-serif; font-weight: 800; font-size: 24px; margin-bottom: 12px; }
.pv-foot__brand .pv-blue { color: var(--pv-blue); }
.pv-foot__desc { font-size: 16px; line-height: 1.6; color: var(--pv-ink-3); max-width: 380px; }
.pv-foot__h {
  font-family: 'JetBrains Mono', monospace;
  font-size: 16px; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--pv-blue); margin-bottom: 16px;
}
.pv-foot ul { list-style: none; padding: 0; margin: 0; }
.pv-foot ul li { padding: 6px 0; font-size: 16px; color: var(--pv-ink-2); }
.pv-foot ul li a { color: var(--pv-ink-2); text-decoration: none; transition: color .15s; }
.pv-foot ul li a:hover { color: var(--pv-blue); }
.pv-foot__bottom {
  padding-top: 24px; border-top: 1px solid var(--pv-line);
  display: flex; justify-content: space-between; flex-wrap: wrap; gap: 12px;
  font-size: 15px; color: var(--pv-ink-4);
}
.pv-foot__legal a { color: var(--pv-ink-4); text-decoration: none; margin-left: 18px; }
.pv-foot__legal a:hover { color: var(--pv-blue); }
.pv-foot__disclaimer { margin-top: 20px; font-size: 15px; line-height: 1.6; color: var(--pv-ink-4); max-width: 920px; }

/* =========================================================
   Final CTA strip
   ========================================================= */
.pv-final-trust {
  background: linear-gradient(90deg, var(--pv-blue-deep), var(--pv-blue), var(--pv-blue-deep));
  padding: 18px 0;
}
.pv-sticky__inner {
  max-width: 1240px; margin: 0 auto; padding: 0 32px;
  display: flex; flex-wrap: wrap; gap: 8px 36px; justify-content: center;
  font-size: 15px; font-weight: 400; color: #03161e; align-items: center;
}
.pv-sticky__product { display: inline-flex; align-items: center; gap: 20px; }
.pv-text{
  color: var(--pv-ink);
}
.pv-sticky__img{
  max-width: 110px;
  height: auto;
  overflow: hidden;
}
.pv-sticky__img img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}


.mob_hide{
  display: inline-block;
}
.desk_hide{
  display: none;
}

.btn_wrapper_60{
  width: 60%;
  margin: auto;
}
/* =========================================================
   Responsive
   ========================================================= */
@media (max-width: 1024px) {
  .pv-hero__grid { grid-template-columns: 1fr; gap: 30px; }
  .pv-buybox-row { grid-template-columns: 1fr; gap: 32px; }
  .pv-buybox { position: static; }
  .pv-author-grid { grid-template-columns: 1fr; gap: 32px; }
  .pv-metaphor { grid-template-columns: 1fr; }
  .pv-protocol, .pv-howto, .pv-cascade__steps { grid-template-columns: 1fr; }
  .pv-bonuses, .pv-tests, .pv-options-grid { grid-template-columns: 1fr; }
  .pv-ing-card{ width: 48%;}
  .pv-powder-grid, .pv-taste-grid { grid-template-columns: 1fr; }
  .pv-timeline { grid-template-columns: 1fr 1fr; }
  .pv-timeline::before { display: none; }
  .pv-foot__cols { grid-template-columns: 1fr 1fr; gap: 32px; }
  .pv-guarantee { grid-template-columns: 1fr; gap: 32px; text-align: center; }
  .pv-guarantee__seal { max-width: 240px; margin: 0 auto; }
}
@media (max-width: 991px){
  .pv-trust__row{
    flex-wrap: wrap;
  }
 
}

@media(max-width:767px){
  .mob_hide{
  display: none;
}
.desk_hide{
  display: inline-block;
}
 .pv-trio{
    grid-template-columns: 1fr
  }
  .pv-menu-toggle{
    display:flex;
    align-items:center;
    justify-content:left;
    z-index:1002;
    position:relative;
  }

  .pv-nav__inner{
    position:relative;
    padding: 14px 20px;
    gap: 10px;
  }
  .pv-nav__util{
    gap: 10px;
  }

  /* MOBILE MENU */

  .pv-nav__menu{
    position:fixed;
    top:0;
    left:0;
    width:280px;
    height:100vh;
    background:#fff;
    display:flex;
    flex-direction:column;
    gap:24px;
    padding:90px 24px 40px;
    box-sizing:border-box;

    transform:translateX(-100%);
    transition:transform .35s ease;

    z-index:1000;
    overflow-y:auto;
  }

  .pv-nav__menu a{
    color:#2b3340;
    text-decoration:none;
    font-size:16px;
    font-weight:500;
  }

  /* OPEN MENU */

  .pv-nav.menu-open .pv-nav__menu{
    transform:translateX(0);
  }

  /* ICON SWITCH */

  .pv-icon-close{
    display:none;
  }

  .pv-nav.menu-open .pv-icon-bars{
    display:none;
  }

  .pv-nav.menu-open .pv-icon-close{
    display:block;
  }

  /* OPTIONAL OVERLAY */

  .pv-nav::after{
    content:'';
    position:fixed;
    inset:0;
    background:rgba(0,0,0,.45);
    opacity:0;
    visibility:hidden;
    transition:.3s ease;
    z-index:999;
  }

  .pv-nav.menu-open::after{
    opacity:1;
    visibility:visible;
  }
    .pv-review-card{
    flex-direction:column;
    text-align:center;
  }

  .pv-review-card__divider{
    width:100%;
    height:1px;
  }
  .btn_wrapper_60{
    width: 100%;
  }

}
@media (max-width: 640px) {
  .pv-btn{
    display: block;
    text-align:center;
  }
  .pv-btn--xl{
    padding: 15px 18px;
    font-size: 16px;
  }
  .pv-wrap { padding: 40px 20px 0px; }
  .pv-section { padding: 0px 0 10px; }
  .pv-section-head{
    margin: 0 auto 40px;
  }
  .pv-trust-strip {
    display: none;
  }
  .pv-trust-strip__inner { gap: 6px 16px; font-size: 11px; }
  .pv-ing-grid { grid-template-columns: 1fr; }
  .pv-timeline { grid-template-columns: 1fr; }
  .pv-cascade { padding: 24px; }
  .pv-callout { padding: 22px 24px; font-size: 18px; }
  .pv-compare { font-size: 12px; }
  .pv-ing-card{
    width: 100%;
  }
  .pv-gallery__main{
        aspect-ratio: 4 / 4;
  }
  .pv-compare th, .pv-compare td { padding: 10px 12px; }
  .pv-stick__inner { grid-template-columns: 1fr; gap: 12px; }
  .pv-stick__product { display: none; }
  .pv-sticky__img{
    max-width: 65px;
  }
  .short_pv-faq summary{
    padding: 15px 10px;
  }
  .short_pv-faq__a{
    padding: 0 20px 22px;
  }
  .pv-foot__cols { grid-template-columns: 1fr; }
  .pv-buybox { padding: 20px; }
  
  .pv-table-wrap{
    overflow-x: auto;
  }
  .pv-compare{
    overflow-x: scroll;
  }
  .pv-compare thead th{
    background: transparent;
  }
  .pv-divider{
    margin: 12px auto 20px;
  }
  .pv-trio__card{
    padding: 18px 18px;
  }
  .pv-protocol__card{
    padding: 30px 20px 28px;
  }
  .pv-foot{
        padding: 10px 0 32px;
  }
  .pv-footer__grid{
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .pv-foot__bottom{
    justify-content: center;
  }
  .pv-sticky__inner .pv-btn{
        font-size: 14px;
    padding: 8px 16px;
  }
  .pv-buybox-row{
    padding-top: 30px;
    margin-top: 30px;
  }
  .hero_top_rating{
    flex-direction: column;
    gap: 4px;
    align-items: start;
  }
  .pv-hero.pv-wrap{
    padding-top: 20px;
    padding-bottom: 40px;
  }
}

.pv-gallery {
  position: relative;
}

.pv-gallery__main {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}

.pv-gallery__slide {
  display: none;
}

.pv-gallery__slide.active {
  display: block;
}

.pv-gallery__slide img {
  width: 100%;
  display: block;
}


.pv-gallery__thumb {
  cursor: pointer;
  border: 2px solid transparent;
  border-radius: 12px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}



.pv-gallery__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
  font-size: 20px;
  box-shadow: 0 0 10px #00000030;
}

.pv-gallery__arrow--prev {
  left: 15px;
}

.pv-gallery__arrow--next {
  right: 15px;
}




@media (max-width: 575px){
  .pv-payment-cancel{
    flex-direction: column;
  }
  .pv-pkg_tag{
    font-size: 11px;
  }
  
}

.slider-container {
    max-width: 100%;
    width: 500px;
    padding: 20px;
}

/* Main Slider Styling */
.slider-main {
    margin-bottom: 15px;
    border-radius: 8px;
    overflow: hidden;
}

.slider-main img {
    width: 100%;
    display: block;
    height: auto;
    object-fit: cover;
}

/* Thumbnail Slider Styling */
.slider-nav {
    margin-index: 0 -5px; /* Adjusts for internal item padding */
}

.slider-nav .thumb-item {
    padding: 0 5px;
    cursor: pointer;
    outline: none;
}

.slider-nav img {
    width: 100%;
    display: block;
    border-radius: 4px;
    opacity: 1;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

/* Highlight the active thumbnail */
.slider-nav .slick-current img {
    opacity: 1;
    border-color: #3498db; /* Sleek blue border for active slide */
    transform: scale(1.02);
}

/* Customizing Slick Arrows to look cleaner */
.slick-prev:before, .slick-next:before {
    color: #3498db;
    font-size: 24px;
}
.slick-prev { left: -35px; }
.slick-next { right: -35px; }




