/* =========================================================================
   Liquid Detergent (Test) — Koparo-inspired PDP. Brand blue #0A299B.
   Scoped under .sdi-dpage so nothing leaks to other pages.
   ========================================================================= */

.sdi-dpage{
  --brand:#0A299B;
  --brand-2:#0f36c9;
  --brand-dark:#081f73;
  --ink:#111a2e;
  --muted:#5b6577;
  --line:#e7eaf2;
  --tint:#eef1fc;
  --tint-2:#f6f8ff;
  --ok:#1a9e5f;
  --amber:#f5a623;
  --radius:16px;
  --shadow:0 10px 34px rgba(16,26,60,.10);
  --shadow-sm:0 4px 14px rgba(16,26,60,.08);
  font-family:inherit;color:var(--ink);
  overflow-x:clip;
}
.sdi-dpage *{box-sizing:border-box;}
.sdi-wrap{max-width:1200px;margin:0 auto;padding:0 20px;}
.sdi-h2{font-size:clamp(24px,3.4vw,36px);font-weight:800;text-align:center;letter-spacing:-.02em;margin:0 0 6px;}
.sdi-sub{text-align:center;color:var(--muted);margin:0 0 30px;font-size:16px;}
.sdi-stars{display:inline-flex;gap:1px;color:#d9dee8;font-size:16px;line-height:1;}
.sdi-stars .s.full{color:var(--amber);}
.sdi-stars .s.half{position:relative;color:#d9dee8;}
.sdi-stars .s.half::before{content:"\2605";position:absolute;left:0;top:0;width:50%;overflow:hidden;color:var(--amber);}
.sdi-stars.big{font-size:24px;}

/* ============================= HERO ============================= */
.sdi-hero{padding:26px 0 10px;}
.sdi-hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:48px;align-items:start;}
/* grid items must be allowed to shrink below their content's min-content,
   or the thumbnail row forces the whole hero wider than the viewport */
.sdi-hero-grid>*{min-width:0;}
.sdi-summary{min-width:0;}

/* gallery */
.sdi-gallery{position:sticky;top:20px;min-width:0;}
.sdi-stage{position:relative;border-radius:var(--radius);overflow:hidden;background:linear-gradient(160deg,#eaf0ff 0%,#dfe8ff 100%);aspect-ratio:1/1;box-shadow:var(--shadow-sm);}
.sdi-slide{position:absolute;inset:0;display:none;align-items:center;justify-content:center;}
.sdi-slide.is-active{display:flex;}
.sdi-slide img{width:100%;height:100%;object-fit:cover;display:block;}

.sdi-badge-circle{position:absolute;left:20px;top:20px;z-index:3;width:104px;height:104px;border-radius:50%;
  background:radial-gradient(circle at 30% 25%,#ffd766,#f5a623);color:#3a2600;
  display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;
  box-shadow:0 8px 20px rgba(245,166,35,.45);transform:rotate(-8deg);line-height:1.05;}
.sdi-badge-circle b{font-size:11px;font-weight:700;}
.sdi-badge-circle em{font-size:22px;font-weight:900;font-style:normal;}
.sdi-badge-circle span{font-size:11px;font-weight:700;}

/* infographic slides */
.sdi-info{flex-direction:column;padding:34px;text-align:center;color:var(--ink);}
.sdi-info h3{font-size:26px;font-weight:800;margin:0 0 18px;letter-spacing:-.02em;color:var(--brand-dark);}
.info-benefits{background:linear-gradient(160deg,#f2f6ff,#e6edff);}
.info-benefits ul{list-style:none;margin:0;padding:0;text-align:left;max-width:320px;width:100%;}
.info-benefits li{display:flex;gap:12px;align-items:center;font-size:17px;font-weight:600;padding:11px 0;border-bottom:1px dashed #cdd8f5;}
.info-benefits li:last-child{border:0;}
.info-benefits li span{flex:0 0 26px;height:26px;border-radius:50%;background:var(--ok);color:#fff;display:grid;place-items:center;font-size:14px;font-weight:800;}

.info-compare{background:linear-gradient(160deg,#eef2ff,#e4ebff);justify-content:center;}
.sdi-info h3{margin-top:6px;}
.info-compare .cmp{display:grid;grid-template-columns:1fr 1fr;gap:14px;width:100%;}
.info-compare .col{background:#fff;border-radius:12px;padding:16px 14px;text-align:left;box-shadow:var(--shadow-sm);}
.info-compare .col h4{margin:0 0 10px;font-size:15px;font-weight:800;}
.info-compare .col p{margin:7px 0;font-size:13.5px;font-weight:600;color:#54607a;}
.info-compare .col.ord h4{color:#c0392b;}
.info-compare .col.ours{border:2px solid var(--brand);}
.info-compare .col.ours h4{color:var(--brand);}
.info-compare .col.ours p{color:var(--ink);}

.info-ingredients{background:linear-gradient(160deg,#eefaf3,#e2f5ea);}
.info-ingredients h3{color:#127a4a;}
.info-ingredients .ings{display:flex;flex-direction:column;gap:14px;width:100%;max-width:340px;}
.info-ingredients .ing{background:#fff;border-radius:12px;padding:14px 16px;display:flex;flex-direction:column;align-items:flex-start;box-shadow:var(--shadow-sm);}
.info-ingredients .ing .dot{font-size:24px;margin-bottom:2px;}
.info-ingredients .ing b{font-size:16px;}
.info-ingredients .ing small{color:var(--muted);font-size:13px;}

.info-howto{background:linear-gradient(160deg,#fff6ea,#ffeed6);}
.info-howto h3{color:#a05a00;}
.info-howto .steps{display:flex;flex-direction:column;gap:12px;width:100%;max-width:360px;}
.info-howto .stp{display:flex;gap:14px;align-items:center;background:#fff;border-radius:12px;padding:12px 16px;text-align:left;box-shadow:var(--shadow-sm);}
.info-howto .stp b{flex:0 0 32px;height:32px;border-radius:50%;background:var(--brand);color:#fff;display:grid;place-items:center;font-size:16px;font-weight:800;}
.info-howto .stp p{margin:0;font-size:14.5px;font-weight:600;}

.info-guarantee{background:linear-gradient(160deg,#eef2ff,#dfe7ff);}
.info-guarantee .seal{width:78px;height:78px;border-radius:50%;background:var(--brand);color:#fff;display:grid;place-items:center;font-size:38px;margin-bottom:18px;box-shadow:0 10px 24px rgba(10,41,155,.4);}
.info-guarantee p{color:var(--muted);font-size:15px;max-width:320px;line-height:1.6;}

/* thumbnails */
.sdi-thumbs{display:flex;align-items:center;gap:8px;margin-top:14px;}
.sdi-thumbs-track{display:flex;gap:10px;overflow-x:auto;scroll-behavior:smooth;padding:2px;flex:1;min-width:0;scrollbar-width:none;}
.sdi-thumbs-track::-webkit-scrollbar{display:none;}
.sdi-thumb{flex:0 0 84px;height:84px;border-radius:12px;overflow:hidden;border:2px solid var(--line);background:#fff;cursor:pointer;padding:0;transition:border-color .15s,transform .15s;position:relative;}
.sdi-thumb img{width:100%;height:100%;object-fit:cover;display:block;}
.sdi-thumb.is-active{border-color:var(--brand);}
.sdi-thumb:hover{transform:translateY(-2px);}
.sdi-thumb.tinfo{display:grid;place-items:center;text-align:center;}
.sdi-thumb.tinfo span{font-size:11px;font-weight:800;line-height:1.15;color:var(--brand-dark);}
.tb-benefits{background:#eef3ff;}
.tb-compare{background:#e9eeff;}
.tb-ingredients{background:#e7f7ee;}
.tb-ingredients span{color:#127a4a;}
.tb-howto{background:#fff2e0;}
.tb-howto span{color:#a05a00;}
.tb-guarantee{background:#e9eeff;}
.sdi-tharrow{flex:0 0 34px;height:34px;border-radius:50%;border:1px solid var(--line);background:#fff;cursor:pointer;font-size:18px;line-height:1;color:var(--ink);box-shadow:var(--shadow-sm);}
.sdi-tharrow:hover{background:var(--tint);}

/* summary / buy box */
.sdi-rating-top{display:inline-flex;align-items:center;gap:8px;text-decoration:none;color:var(--ink);margin-bottom:12px;}
.sdi-rating-top b{font-weight:800;}
.sdi-rating-top span{color:var(--muted);text-decoration:underline;font-size:14px;}
.sdi-title{font-size:clamp(26px,3.5vw,38px);font-weight:800;letter-spacing:-.02em;line-height:1.12;margin:0 0 12px;}
.sdi-hook{font-size:18px;font-weight:800;margin:0 0 8px;}
.sdi-blurb{color:var(--muted);font-size:15.5px;line-height:1.6;margin:0 0 18px;}
.sdi-usps{list-style:none;margin:0 0 22px;padding:0;display:grid;grid-template-columns:1fr 1fr;gap:10px 20px;}
.sdi-usps li{display:flex;gap:9px;align-items:center;font-size:15px;font-weight:600;}
.sdi-usps li span{flex:0 0 22px;height:22px;border-radius:50%;background:#e7f7ee;color:var(--ok);display:grid;place-items:center;font-size:12px;font-weight:800;}

.sdi-buybox{border-top:1px solid var(--line);padding-top:20px;}
.sdi-size-label{font-weight:800;font-size:15px;margin-bottom:10px;}

/* price (simple / non-card products) */
.sdi-price{margin-bottom:16px;}
.sdi-price .price{margin:0;font-size:28px;font-weight:800;color:var(--brand);line-height:1;}
.sdi-price .price ins{text-decoration:none;}
.sdi-price .price del{margin-left:10px;color:var(--muted);font-weight:600;font-size:19px;}
.sdi-price .price del .amount{font-weight:600;}
.sdi-price .price .woocommerce-Price-amount{font-weight:800;}

/* variation cards (built by JS) */
.sdi-variant-cards{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-bottom:8px;}
.sdi-vcard{position:relative;border:2px solid var(--line);border-radius:14px;padding:16px 8px 12px;background:#fff;cursor:pointer;text-align:center;transition:border-color .15s,box-shadow .15s;min-height:92px;display:flex;flex-direction:column;justify-content:center;}
.sdi-vcard:hover{border-color:#b9c4ea;}
.sdi-vcard.is-active{border-color:var(--brand);box-shadow:0 6px 18px rgba(10,41,155,.16);}
.sdi-vcard .vsize{font-weight:800;font-size:16px;}
.sdi-vcard .vprice{font-weight:800;font-size:15px;color:var(--brand);margin-top:2px;}
.sdi-vcard .vmrp{font-size:12px;color:var(--muted);text-decoration:line-through;margin-left:4px;}
.sdi-vcard .vbadge{position:absolute;top:-10px;left:50%;transform:translateX(-50%);background:var(--brand);color:#fff;font-size:10px;font-weight:800;letter-spacing:.02em;padding:3px 9px;border-radius:20px;white-space:nowrap;text-transform:uppercase;}
.sdi-vcard.badge-best .vbadge{background:var(--ok);}
.sdi-vcard.badge-pop .vbadge{background:#7b3ff2;}
.sdi-vcard.is-oos{opacity:.45;pointer-events:none;}

.sdi-save-line{font-size:13.5px;font-weight:700;color:var(--ok);margin:4px 0 14px;}

/* cart row: qty + add to cart */
.sdi-cart-row{display:flex;gap:12px;align-items:stretch;margin-top:6px;}
.sdi-dpage .quantity{display:flex;align-items:center;border:1.5px solid var(--line);border-radius:12px;overflow:hidden;flex:0 0 116px;height:56px;background:#fff;}
.sdi-dpage .quantity .qty{width:100%;height:100%;border:0;text-align:center;font-weight:800;font-size:16px;background:transparent;-moz-appearance:textfield;}
.sdi-dpage .quantity .qty::-webkit-outer-spin-button,
.sdi-dpage .quantity .qty::-webkit-inner-spin-button{-webkit-appearance:none;margin:0;}
.sdi-dpage .single_add_to_cart_button{flex:1;height:56px;border:0;border-radius:12px;background:var(--brand);color:#fff;font-weight:800;font-size:17px;letter-spacing:.01em;cursor:pointer;transition:background .15s,transform .05s;display:flex;align-items:center;justify-content:center;gap:8px;}
.sdi-dpage .single_add_to_cart_button:hover{background:var(--brand-dark);}
.sdi-dpage .single_add_to_cart_button:active{transform:translateY(1px);}
.sdi-dpage .single_add_to_cart_button::before{content:"\1F6D2";font-size:18px;}
.sdi-dpage .single_add_to_cart_button.disabled{opacity:.5;cursor:not-allowed;}

/* hide native table + default price ONLY when our pack cards replace them
   (single-attribute variable). Multi-attribute products keep native swatches. */
.sdi-dpage .variations_form.sdi-cards-active .variations{display:none;}
.sdi-dpage .variations_form.sdi-cards-active .single_variation_wrap .woocommerce-variation-price{display:none;}
.sdi-dpage .variations_form.sdi-cards-active .single_variation .price{display:none;}
.sdi-dpage .variations_form .reset_variations{display:none;}
.sdi-dpage .satyadev-pills{display:none;} /* shared pills hidden; we use cards */

/* multi-attribute variable products keep native selectors/swatches — style them
   cleanly (label above a full-width control, stacked). Swatch plugin, if it
   converts these, renders its own buttons and these rules simply don't apply. */
.sdi-dpage .variations_form:not(.sdi-cards-active) .variations{width:100%;border-collapse:collapse;margin-bottom:14px;}
.sdi-dpage .variations_form:not(.sdi-cards-active) .variations tr{display:flex;flex-direction:column;margin-bottom:12px;border:0;}
.sdi-dpage .variations_form:not(.sdi-cards-active) .variations th{text-align:left;font-weight:800;font-size:14px;padding:0 0 6px;background:none;text-transform:none;}
.sdi-dpage .variations_form:not(.sdi-cards-active) .variations td{padding:0;}
.sdi-dpage .variations_form:not(.sdi-cards-active) .variations select{width:100%;padding:12px 14px;border:1.5px solid var(--line);border-radius:10px;font-size:15px;background:#fff;}
.sdi-dpage .variations_form:not(.sdi-cards-active) .single_variation .price{font-size:24px;font-weight:800;color:var(--brand);margin-bottom:12px;}

.sdi-pay{margin:18px 0 6px;padding:14px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line);}
.sdi-pay img{max-width:300px;width:100%;height:auto;display:block;opacity:.9;}

.sdi-assure{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin:18px 0 6px;}
.sdi-assure .a{display:flex;gap:12px;align-items:center;}
.sdi-assure .ai{flex:0 0 42px;height:42px;border-radius:50%;background:var(--tint);display:grid;place-items:center;font-size:20px;}
.sdi-assure .a b{display:block;font-size:14.5px;}
.sdi-assure .a small{color:var(--muted);font-size:12.5px;}

/* accordions */
.sdi-acc{margin-top:18px;}
.sdi-acc details{border:1px solid var(--line);border-radius:12px;margin-bottom:10px;overflow:hidden;}
.sdi-acc summary{list-style:none;cursor:pointer;padding:16px 18px;font-weight:800;font-size:15.5px;display:flex;justify-content:space-between;align-items:center;}
.sdi-acc summary::-webkit-details-marker{display:none;}
.sdi-acc summary::after{content:"+";font-size:22px;font-weight:400;color:var(--brand);line-height:1;}
.sdi-acc details[open] summary::after{content:"\2212";}
.sdi-acc .acc-body{padding:0 18px 16px;color:var(--muted);font-size:14.5px;line-height:1.65;}
.sdi-acc .acc-body p{margin:0 0 8px;}

/* ============================ SECTIONS ============================ */
.sdi-reel,.sdi-ingredients,.sdi-trust,.sdi-testi,.sdi-faq,.sdi-reviews{padding:56px 0;}
.sdi-reel{background:var(--tint-2);}
.sdi-ingredients{background:linear-gradient(180deg,#eefaf3,#f3fbf6);}
.sdi-trust{background:var(--brand);color:#fff;}
.sdi-faq{background:var(--tint-2);}

/* reel */
.sdi-reel-track{display:flex;gap:16px;overflow-x:auto;padding:6px 2px 14px;scroll-snap-type:x mandatory;scrollbar-width:thin;}
.sdi-reel-card{flex:0 0 240px;scroll-snap-align:start;}
.sdi-reel-media{position:relative;border-radius:16px;overflow:hidden;aspect-ratio:9/14;box-shadow:var(--shadow-sm);background:#dfe7ff;}
.sdi-reel-media img{width:100%;height:100%;object-fit:cover;}
.sdi-play{position:absolute;inset:0;margin:auto;width:56px;height:56px;border-radius:50%;border:0;background:rgba(255,255,255,.9);color:var(--brand);font-size:20px;cursor:pointer;display:grid;place-items:center;box-shadow:var(--shadow);}
.sdi-reel-soon{position:absolute;bottom:10px;left:10px;background:rgba(17,26,46,.75);color:#fff;font-size:11px;font-weight:700;padding:4px 10px;border-radius:20px;}
.sdi-reel-cap{margin-top:10px;font-weight:700;font-size:14px;}

/* ingredients */
.sdi-ing-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:22px;}
.sdi-ing-card{background:#fff;border-radius:18px;padding:30px 24px;text-align:center;box-shadow:var(--shadow-sm);}
.sdi-ing-card .ic{width:76px;height:76px;border-radius:50%;margin:0 auto 16px;display:grid;place-items:center;font-size:34px;}
.sdi-ing-card .ic1{background:#e7f7ee;}
.sdi-ing-card .ic2{background:#e6f0fd;}
.sdi-ing-card .ic3{background:#fdeee6;}
.sdi-ing-card h3{font-size:19px;font-weight:800;margin:0 0 8px;}
.sdi-ing-card p{color:var(--muted);font-size:14.5px;line-height:1.6;margin:0;}
.sdi-ing-cta{text-align:center;margin-top:30px;}
.sdi-btn{display:inline-flex;align-items:center;justify-content:center;padding:15px 40px;border-radius:12px;font-weight:800;font-size:16px;text-decoration:none;cursor:pointer;border:0;}
.sdi-btn-primary{background:var(--brand);color:#fff;}
.sdi-btn-primary:hover{background:var(--brand-dark);color:#fff;}

/* trust */
.sdi-trust .sdi-h2{color:#fff;}
.sdi-trust-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:20px;margin-top:26px;}
.sdi-trust-grid .t{text-align:center;}
.sdi-trust-grid .ti{font-size:38px;display:block;margin-bottom:10px;}
.sdi-trust-grid .t b{display:block;font-size:16px;margin-bottom:4px;}
.sdi-trust-grid .t small{color:rgba(255,255,255,.8);font-size:13px;}

/* testimonials */
.sdi-testi-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:22px;}
.sdi-testi-card{background:#fff;border:1px solid var(--line);border-radius:18px;padding:26px 24px;box-shadow:var(--shadow-sm);}
.sdi-testi-card h4{font-size:17px;font-weight:800;margin:12px 0 8px;}
.sdi-testi-card p{color:var(--muted);font-size:14.5px;line-height:1.6;margin:0 0 14px;}
.sdi-testi-card .who{font-weight:700;font-size:14px;}

/* faq */
.sdi-faq-list{max-width:820px;margin:0 auto;}
.sdi-faq-item{background:#fff;border:1px solid var(--line);border-radius:12px;margin-bottom:12px;overflow:hidden;}
.sdi-faq-item summary{list-style:none;cursor:pointer;padding:18px 20px;font-weight:700;font-size:16px;display:flex;justify-content:space-between;gap:14px;align-items:center;}
.sdi-faq-item summary::-webkit-details-marker{display:none;}
.sdi-faq-item .pm{flex:0 0 auto;font-size:24px;font-weight:400;color:var(--brand);line-height:1;transition:transform .2s;}
.sdi-faq-item[open] .pm{transform:rotate(45deg);}
.sdi-faq-item .faq-a{padding:0 20px 18px;color:var(--muted);font-size:15px;line-height:1.65;}

/* reviews */
.sdi-rev-summary{display:grid;grid-template-columns:230px 1fr;gap:40px;align-items:center;background:var(--tint-2);border:1px solid var(--line);border-radius:18px;padding:28px 32px;margin-bottom:26px;}
.rev-score{text-align:center;border-right:1px solid var(--line);padding-right:20px;}
.rev-score b{display:block;font-size:52px;font-weight:900;line-height:1;letter-spacing:-.03em;}
.rev-score .sdi-stars{margin:8px 0 6px;}
.rev-score span{color:var(--muted);font-size:13px;}
.rev-bars{display:flex;flex-direction:column;gap:8px;}
.bar-row{display:grid;grid-template-columns:34px 1fr 34px;gap:10px;align-items:center;font-size:13px;font-weight:700;color:var(--muted);}
.bar-row .bt{height:9px;border-radius:6px;background:#e4e8f2;overflow:hidden;}
.bar-row .bt i{display:block;height:100%;background:var(--amber);border-radius:6px;}
.bar-row .bc{text-align:right;}
.sdi-rev-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:18px;margin-bottom:30px;}
.sdi-rev-card{border:1px solid var(--line);border-radius:14px;padding:20px 22px;background:#fff;}
.sdi-rev-card .rv-head{display:flex;align-items:center;gap:10px;margin:8px 0 6px;}
.sdi-rev-card .rv-head b{font-weight:800;font-size:15px;}
.sdi-rev-card .verified{font-size:11.5px;font-weight:700;color:var(--ok);background:#e7f7ee;padding:2px 8px;border-radius:20px;}
.sdi-rev-card p{margin:0 0 8px;font-size:14.5px;line-height:1.6;color:#39435a;}
.sdi-rev-card .rv-date{font-size:12.5px;color:var(--muted);}
.sdi-norev{color:var(--muted);}

/* suppress the theme's global PDP add-ons inside this custom layout
   (we render our own trust/assure/save UI; sticky mobile bar lives on <body>) */
.sdi-dpage .satyadev-save-note,
.sdi-dpage .satyadev-trust-strip,
.sdi-dpage .satyadev-stock-note,
.sdi-dpage .satyadev-horeca-btn,
.sdi-dpage .woocommerce-variation-description,
.sdi-dpage .product_meta{display:none;}

/* review form */
.sdi-rev-form{max-width:760px;margin-top:10px;}
.sdi-rev-form .comment-reply-title{font-size:20px;font-weight:800;margin-bottom:14px;}
.sdi-rating-input{margin-bottom:14px;}
.sdi-rating-input>label{display:block;font-weight:700;margin-bottom:6px;font-size:14px;}
.sdi-rating-input .stars{display:inline-flex;flex-direction:row-reverse;gap:4px;}
.sdi-rating-input .stars input{position:absolute;opacity:0;width:0;height:0;}
.sdi-rating-input .stars label{font-size:28px;color:#d9dee8;cursor:pointer;line-height:1;transition:color .1s;}
.sdi-rating-input .stars input:checked ~ label,
.sdi-rating-input .stars label:hover,
.sdi-rating-input .stars label:hover ~ label{color:var(--amber);}
.sdi-rev-form textarea,.sdi-rev-form input[type=text],.sdi-rev-form input[type=email]{
  width:100%;border:1.5px solid var(--line);border-radius:10px;padding:12px 14px;font-size:15px;font-family:inherit;margin-top:4px;}
.sdi-rev-form label{font-weight:600;font-size:14px;}
.sdi-rev-form p{margin:0 0 14px;}
.sdi-rev-form .form-submit input,.sdi-rev-form .submit{background:var(--brand);color:#fff;border:0;border-radius:12px;padding:14px 34px;font-weight:800;font-size:16px;cursor:pointer;}
.sdi-rev-form .form-submit input:hover{background:var(--brand-dark);}

/* ============================ RESPONSIVE ============================
   Section grids above use auto-fit minmax(), so they reflow fluidly on
   their own; the breakpoints below tune the hero, spacing and type. */

/* -- tablet / small laptop -- */
@media(max-width:1024px){
  .sdi-hero-grid{gap:32px;}
  .sdi-reel,.sdi-ingredients,.sdi-trust,.sdi-testi,.sdi-faq,.sdi-reviews{padding:48px 0;}
}

/* -- stack the hero (tablet portrait & below) -- */
@media(max-width:900px){
  .sdi-hero{padding:18px 0 6px;}
  .sdi-hero-grid{grid-template-columns:1fr;gap:24px;}
  .sdi-gallery{position:static;max-width:520px;margin:0 auto;width:100%;}
  .sdi-rev-summary{grid-template-columns:1fr;gap:20px;}
  .rev-score{border-right:0;border-bottom:1px solid var(--line);padding:0 0 18px;}
}

/* -- phones -- */
@media(max-width:640px){
  .sdi-wrap{padding:0 16px;}
  .sdi-reel,.sdi-ingredients,.sdi-trust,.sdi-testi,.sdi-faq,.sdi-reviews{padding:38px 0;}
  .sdi-sub{margin-bottom:22px;}
  .sdi-variant-cards{grid-template-columns:repeat(2,1fr);}
  .sdi-usps{grid-template-columns:1fr 1fr;}
  .sdi-assure{grid-template-columns:1fr 1fr;}
  .sdi-badge-circle{width:80px;height:80px;left:12px;top:12px;}
  .sdi-badge-circle b,.sdi-badge-circle span{font-size:10px;}
  .sdi-badge-circle em{font-size:17px;}
  .sdi-reel-card{flex-basis:180px;}
  /* infographic slides: tighten so content never clips on a small square */
  .sdi-info{padding:22px 18px;}
  .sdi-info h3{font-size:20px;margin-bottom:14px;}
  .info-benefits li{font-size:14.5px;padding:9px 0;}
  .info-benefits li span{flex-basis:22px;height:22px;}
  .info-compare .cmp{gap:10px;}
  .info-compare .col{padding:12px 10px;}
  .info-compare .col h4{font-size:13px;margin-bottom:7px;}
  .info-compare .col p{font-size:11.5px;margin:5px 0;}
  .info-ingredients .ing{padding:11px 13px;}
  .info-ingredients .ing b{font-size:14.5px;}
  .info-ingredients .ing small{font-size:12px;}
  .info-howto .stp{padding:10px 13px;}
  .info-howto .stp b{flex-basis:28px;height:28px;font-size:14px;}
  .info-howto .stp p{font-size:13px;}
  .info-guarantee .seal{width:64px;height:64px;font-size:30px;margin-bottom:14px;}
  .info-guarantee p{font-size:13.5px;}
  .sdi-thumb{flex-basis:66px;height:66px;}
  .sdi-thumb.tinfo span{font-size:10px;}
}

/* -- narrow phones -- */
@media(max-width:430px){
  .sdi-usps{grid-template-columns:1fr;}
  .sdi-assure{grid-template-columns:1fr;}
  .sdi-vcard{padding:16px 6px 11px;min-height:86px;}
  .sdi-vcard .vsize{font-size:15px;}
  .sdi-vcard .vprice{font-size:14px;}
  .sdi-dpage .quantity{flex-basis:96px;height:52px;}
  .sdi-dpage .single_add_to_cart_button{height:52px;font-size:16px;}
  .sdi-title{font-size:25px;}
  .sdi-hook{font-size:16.5px;}
  .rev-score b{font-size:44px;}
}
