
/*
R21 — TH/EN controls lowered slightly from the top border.
Keeps the R20 parent-wrapper fix, but adds an 8px visual breathing space
to match the placement shown in the reference product.
*/
/*
R19 — TH/EN controls aligned to the top of the OpenCart Description area.
Matches the placement pattern used on Vigorelle product_id=199.
*/

/*
R18 — Dr. Karen accent-line refinement
Desktop: remove the short inner accent line so it does not run parallel
with the main left border.
Mobile/tablet: restore the short inner line because the main border moves
to the top, creating a balanced perpendicular accent.
*/

/*
R17 — Full-page readability audit.
Long-copy sections receive selective emphasis, better paragraph rhythm,
and restrained summary callouts. Cards, steps, lists and FAQ remain unchanged.
*/

/*
R15 — Readability treatment for the long problem-description copy.
Uses selective bold/color emphasis and a short summary callout in TH and EN.
*/
/*
R14 — Smaller product packshot in the paraben-free section.
Desktop 300px · Tablet 280px · Mobile 240px.
*/
/*
R12 — The Doctors logo original-size protection
Source image dimensions: 408 × 76 px.
Desktop: display at 408 × 76 px.
Smaller screens: shrink only when the available width is below 408px.
Never upscale beyond the original image dimensions.
*/


/*
R10 — Mobile Description edge alignment
Target: match Vigorelle product_id=199 on phones.
Visible content gap from the inner OpenCart Description border: approximately 6–8px.
Desktop settings from R09 remain unchanged.
*/

/*
R09 — OpenCart Description edge alignment
Target: match the visual left/right breathing space of Vigorelle product_id=199.
Desktop target: approximately 12px from the Description border.
Mobile target: approximately 12–14px from the Description border.
*/
/*
HerSolution Gel — Product ID 126
Product-specific CSS
Scope: .s69p-product-hersolution-gel
Shared CSS loads before this file.
*/

.s69p-product-hersolution-gel{
  --hs-pink:#d83d76;
  --hs-pink-deep:#9f2452;
  --hs-rose:#b66b7f;
  --hs-blush:#fff3f7;
  --hs-soft:#fff8fa;
  --hs-line:#efd4df;
  --hs-ink:#29242a;
  --hs-muted:#6d6269;
  --hs-green:#06a84f;
  --hs-red:#d9363e;
  --hs-shadow:0 12px 32px rgba(120,39,72,.10);
  position:relative;
  width:calc(100% + 30px);
  max-width:none;
  margin:0 -15px;
  overflow:hidden;
  color:var(--hs-ink);
  background:#fff;
  font-family:Arial,"Helvetica Neue",Tahoma,sans-serif;
  font-size:17px;
  line-height:1.72;
  -webkit-text-size-adjust:100%;
  text-size-adjust:100%;
}

.s69p-product-hersolution-gel,
.s69p-product-hersolution-gel *{
  box-sizing:border-box;
}

.s69p-product-hersolution-gel img,
.s69p-product-hersolution-gel video{
  display:block;
  max-width:100%;
  height:auto;
}

.s69p-product-hersolution-gel h1,
.s69p-product-hersolution-gel h2,
.s69p-product-hersolution-gel h3,
.s69p-product-hersolution-gel .hs126-kicker,
.s69p-product-hersolution-gel .hs126-language-button,
.s69p-product-hersolution-gel .hs126-share-en,
.s69p-product-hersolution-gel .hs126-opening-checks,
.s69p-product-hersolution-gel .hs126-button,
.s69p-product-hersolution-gel summary{
  font-family:'Kanit',Arial,"Helvetica Neue",Tahoma,sans-serif;
}

.s69p-product-hersolution-gel p,
.s69p-product-hersolution-gel li,
.s69p-product-hersolution-gel blockquote,
.s69p-product-hersolution-gel cite{
  font-size:18px;
  line-height:1.72;
}

.s69p-product-hersolution-gel p{
  margin:0 0 16px;
}

.s69p-product-hersolution-gel a{
  text-decoration:none;
}

.hs126-language-bar{
  display:flex;
  justify-content:flex-end;
  padding:3px 10px 0;
  background:#fff;
}

.hs126-language-switch{
  display:inline-flex;
  align-items:center;
  gap:4px;
  padding:3px;
  border:1px solid #c9e2ef;
  border-radius:10px;
  background:#fff;
}

.hs126-language-button{
  min-height:34px;
  padding:7px 14px;
  border:0;
  border-radius:7px;
  background:#fff;
  color:#176f9f;
  font-size:14px!important;
  font-weight:600;
  line-height:1.2;
  white-space:nowrap;
  cursor:pointer;
}

.hs126-language-button.is-active,
.hs126-language-button[aria-pressed="true"]{
  color:#075f91;
  background:#eaf7fd;
}

.hs126-share-en{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:28px;
  min-width:28px;
  height:28px;
  color:#176f9f!important;
  border-left:1px solid #d5e8f2;
  font-size:17px;
  font-weight:700;
}

.hs126-lang-panel{
  display:none;
}

.hs126-lang-panel.is-active{
  display:block;
}

.hs126-opening{
  padding:31px 12px 25px;
  background:#fff;
}

.hs126-eyebrow,
.hs126-kicker{
  display:block;
  margin:0 0 8px;
  color:var(--hs-pink-deep);
  font-size:12px!important;
  font-weight:600;
  line-height:1.35;
  letter-spacing:.07em;
  text-transform:uppercase;
}

.hs126-opening h1{
  max-width:1020px;
  margin:0 0 18px;
  color:var(--hs-ink);
  font-size:clamp(29px,3.6vw,42px);
  font-weight:700;
  line-height:1.2;
}

.hs126-lead{
  font-size:18px!important;
  line-height:1.75!important;
}

.hs126-opening-checks{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:10px 18px;
  margin:23px 0;
  padding:0;
  list-style:none;
}

.hs126-opening-checks li{
  position:relative;
  padding-left:30px;
  font-size:18px!important;
  font-weight:600;
  line-height:1.55!important;
}

.hs126-opening-checks li:before{
  content:"✓";
  position:absolute;
  left:0;
  top:3px;
  display:grid;
  place-items:center;
  width:21px;
  height:21px;
  color:#fff;
  background:var(--hs-red);
  border-radius:50%;
  font-size:12px;
  line-height:1;
}

.hs126-opening-note{
  margin:0!important;
  padding:16px 18px;
  border-left:4px solid var(--hs-pink);
  border-radius:0 12px 12px 0;
  color:#5f3e4b;
  background:#fff7fa;
}

.s69p-product-hersolution-gel .hs126-quicknav{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:8px;
  margin:0;
  padding:13px 12px;
  border-top:1px solid #f0e4e8;
  border-bottom:1px solid #f0e4e8;
  background:#fff;
}

.s69p-product-hersolution-gel .hs126-quicknav a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:36px;
  padding:8px 13px;
  border:1px solid #dfb4c5;
  border-radius:999px;
  background:#fff8fb;
  color:var(--hs-pink-deep);
  font-family:'Kanit',Arial,sans-serif;
  font-size:14px!important;
  font-weight:600;
  line-height:1.2;
  white-space:nowrap;
}

.s69p-product-hersolution-gel .s69v2-scroll-target{
  scroll-margin-top:90px;
}

.hs126-section{
  padding:43px 12px;
  border-bottom:1px solid #f0e7ea;
  background:#fff;
}

.hs126-section-soft{
  background:linear-gradient(135deg,#fff 0%,#fff8fa 100%);
}

.hs126-section-blush{
  background:linear-gradient(135deg,#fff7fa 0%,#fbe6ee 100%);
}

.hs126-section-video{
  background:#fffafb;
}

.hs126-heading{
  max-width:940px;
  margin:0 auto 25px;
  text-align:center;
}

.hs126-heading h2,
.hs126-doctor-copy h2,
.hs126-order h2{
  margin:3px 0 12px;
  color:var(--hs-ink);
  font-size:clamp(25px,3vw,35px);
  font-weight:700;
  line-height:1.28;
}

.hs126-heading > p{
  margin:0 auto;
  max-width:850px;
  font-size:18px!important;
  line-height:1.72!important;
}

.hs126-section h3,
.hs126-card h3,
.hs126-pair-card h3,
.hs126-step h3,
.hs126-ingredient-feature h3{
  margin:0 0 8px;
  color:var(--hs-pink-deep);
  font-size:20px;
  font-weight:700;
  line-height:1.38;
}

.hs126-split{
  display:grid;
  grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr);
  gap:25px;
  align-items:center;
}

.hs126-split-text-first > :first-child{
  order:1;
}

.hs126-split-text-first > :last-child{
  order:2;
}

.hs126-space-top{
  margin-top:30px;
}

.hs126-media,
.hs126-feature-image,
.hs126-small-media{
  margin:0;
}

.hs126-media,
.hs126-feature-image{
  padding:7px;
  border:1px solid #f0dfe5;
  border-radius:18px;
  background:#fff;
  box-shadow:var(--hs-shadow);
}

.hs126-media img,
.hs126-feature-image img{
  width:100%;
  max-width:none;
  border-radius:12px;
}

.hs126-feature-image{
  max-width:880px;
  margin:0 auto 28px;
}

.hs126-copy-narrow{
  max-width:900px;
  margin:0 auto;
}

.hs126-cause-list{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:8px 12px;
  margin:15px 0 18px;
  padding:0;
  list-style:none;
}

.hs126-cause-list li{
  padding:11px 13px;
  border-left:4px solid var(--hs-pink);
  border-radius:9px;
  background:#fff;
}

.hs126-emphasis{
  display:grid;
  gap:6px;
  max-width:920px;
  margin:0 auto 24px;
  padding:20px 22px;
  color:#fff;
  border-radius:18px;
  background:linear-gradient(135deg,var(--hs-pink-deep),var(--hs-pink));
  box-shadow:0 12px 28px rgba(159,36,82,.17);
}

.hs126-emphasis strong{
  font-family:'Kanit',Arial,sans-serif;
  font-size:22px;
  line-height:1.45;
}

.hs126-emphasis span{
  font-size:18px;
  line-height:1.65;
}

.hs126-card-grid{
  display:grid;
  gap:14px;
}

.hs126-card-grid-3{
  grid-template-columns:repeat(3,minmax(0,1fr));
}

.hs126-card{
  position:relative;
  padding:20px 18px;
  border:1px solid var(--hs-line);
  border-radius:16px;
  background:#fff;
  box-shadow:0 7px 20px rgba(125,34,72,.05);
}

.hs126-card p{
  margin:0;
}

.hs126-number{
  display:grid;
  place-items:center;
  width:36px;
  height:36px;
  margin:0 0 11px;
  color:#fff;
  background:var(--hs-pink);
  border-radius:50%;
  font-family:'Kanit',Arial,sans-serif;
  font-weight:700;
}

.hs126-steps{
  display:grid;
  gap:12px;
}

.hs126-steps-wide{
  max-width:930px;
  margin:0 auto;
}

.hs126-step{
  display:grid;
  grid-template-columns:42px 1fr;
  gap:14px;
  padding:17px;
  border:1px solid var(--hs-line);
  border-radius:15px;
  background:#fff;
}

.hs126-step > span{
  display:grid;
  place-items:center;
  width:40px;
  height:40px;
  color:#fff;
  background:var(--hs-pink);
  border-radius:50%;
  font-family:'Kanit',Arial,sans-serif;
  font-size:18px;
  font-weight:700;
}

.hs126-step p{
  margin:0;
}

.hs126-featured-ingredients{
  display:grid;
  gap:13px;
}

.hs126-ingredient-feature{
  display:grid;
  grid-template-columns:86px 1fr;
  gap:15px;
  align-items:start;
  padding:16px;
  border:1px solid var(--hs-line);
  border-radius:16px;
  background:#fff;
}

.hs126-ingredient-feature img,
.hs126-ingredient-symbol{
  width:86px;
  height:86px;
  border-radius:50%;
}

.hs126-ingredient-feature img{
  object-fit:cover;
}

.hs126-ingredient-symbol{
  display:grid;
  place-items:center;
  color:var(--hs-pink-deep);
  background:#fff0f5;
  font-family:Georgia,serif;
  font-size:40px;
}

.hs126-ingredient-feature p{
  margin:0;
}

.hs126-formula-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:12px;
  margin-top:27px;
}

.hs126-formula-grid article{
  padding:17px;
  border:1px solid var(--hs-line);
  border-radius:15px;
  background:#fffafb;
}

.hs126-formula-grid p{
  margin:0;
}

.hs126-trust-list{
  display:grid;
  gap:9px;
  margin:16px 0 0;
  padding:0;
  list-style:none;
}

.hs126-trust-list li{
  position:relative;
  padding:12px 14px 12px 42px;
  border:1px solid #ebd8df;
  border-radius:12px;
  background:#fff;
}

.hs126-trust-list li:before{
  content:"✓";
  position:absolute;
  left:14px;
  top:12px;
  color:var(--hs-pink);
  font-family:'Kanit',Arial,sans-serif;
  font-weight:700;
}

.hs126-trust-list-centered{
  max-width:760px;
  margin:0 auto;
}

.hs126-media-grid{
  display:grid;
  grid-template-columns:minmax(220px,.5fr) minmax(0,1.5fr);
  gap:22px;
  align-items:center;
  max-width:980px;
  margin:0 auto;
}

.hs126-small-media{
  padding:7px;
  border:1px solid var(--hs-line);
  border-radius:16px;
  background:#fff;
  box-shadow:var(--hs-shadow);
}

.hs126-small-media img{
  width:100%;
  border-radius:10px;
}

.hs126-video-frame{
  overflow:hidden;
  padding:9px;
  border:1px solid var(--hs-line);
  border-radius:17px;
  background:#fff;
  box-shadow:var(--hs-shadow);
}

.hs126-video-frame video{
  width:100%;
  border-radius:11px;
  background:#000;
}

.hs126-video-frame p{
  margin:12px 7px 5px;
}

.hs126-video-frame-single{
  max-width:760px;
  margin:0 auto;
}

.hs126-placeholder{
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  min-height:330px;
  max-width:820px;
  margin:0 auto 26px;
  padding:30px;
  text-align:center;
  border:2px dashed #d99bb3;
  border-radius:20px;
  color:#7d4358;
  background:
    linear-gradient(45deg,rgba(255,255,255,.78) 25%,transparent 25%,transparent 75%,rgba(255,255,255,.78) 75%),
    linear-gradient(45deg,rgba(255,255,255,.78) 25%,#fff3f7 25%,#fff3f7 75%,rgba(255,255,255,.78) 75%);
  background-position:0 0,12px 12px;
  background-size:24px 24px;
}

.hs126-placeholder span{
  margin-bottom:10px;
  padding:5px 10px;
  border-radius:999px;
  color:#fff;
  background:var(--hs-pink);
  font-size:12px;
  font-weight:700;
  letter-spacing:.08em;
}

.hs126-placeholder strong{
  font-family:'Kanit',Arial,sans-serif;
  font-size:23px;
  line-height:1.45;
}

.hs126-placeholder small{
  max-width:600px;
  margin-top:8px;
  color:#7b6870;
  font-size:15px;
  line-height:1.55;
}

.hs126-pair-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:15px;
}

.hs126-pair-card{
  padding:22px;
  border:1px solid var(--hs-line);
  border-radius:17px;
  background:#fff;
  box-shadow:0 8px 22px rgba(125,34,72,.06);
}

.hs126-pair-label{
  display:inline-flex;
  margin-bottom:10px;
  padding:6px 10px;
  border-radius:999px;
  color:var(--hs-pink-deep);
  background:#fff0f5;
  font-family:'Kanit',Arial,sans-serif;
  font-size:14px;
  font-weight:600;
}

.hs126-pair-card ul{
  margin:12px 0 0;
  padding-left:22px;
}

.hs126-clarification{
  margin:17px 0!important;
  padding:15px 17px;
  border-left:4px solid #dc9b34;
  border-radius:0 11px 11px 0;
  color:#664c23;
  background:#fff9ec;
}

.hs126-internal-links{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}

.hs126-internal-links a{
  display:inline-flex;
  align-items:center;
  min-height:42px;
  padding:10px 15px;
  border:1px solid var(--hs-pink);
  border-radius:10px;
  color:var(--hs-pink-deep)!important;
  background:#fff;
  font-family:'Kanit',Arial,sans-serif;
  font-weight:600;
}

.hs126-section-doctor{
  background:#fff8fb;
}

.hs126-doctor-layout{
  display:grid;
  grid-template-columns:minmax(210px,.6fr) minmax(0,1.4fr);
  gap:24px;
  align-items:center;
  max-width:930px;
  margin:0 auto;
}

.hs126-doctor-photo{
  margin:0;
}

.hs126-doctor-photo img{
  width:100%;
  border-radius:16px;
  box-shadow:var(--hs-shadow);
}

.hs126-doctor-copy{
  padding:25px;
  border-left:5px solid var(--hs-pink);
  border-radius:0 17px 17px 0;
  background:#fff;
}

.hs126-doctor-copy blockquote{
  margin:18px 0 8px;
  padding:15px 17px;
  color:#6d2944;
  background:#fff3f7;
  border-radius:12px;
  font-style:italic;
}

.hs126-doctor-copy cite{
  color:var(--hs-muted);
  font-size:16px!important;
}

.hs126-direction-list{
  display:grid;
  gap:12px;
  margin:0;
  padding:0;
  list-style:none;
  counter-reset:hsdirection;
}

.hs126-direction-list-wide{
  max-width:900px;
  margin:0 auto;
}

.hs126-direction-list li{
  position:relative;
  padding:16px 16px 16px 66px;
  border:1px solid var(--hs-line);
  border-radius:15px;
  background:#fff;
  counter-increment:hsdirection;
}

.hs126-direction-list li:before{
  content:counter(hsdirection);
  position:absolute;
  left:15px;
  top:15px;
  display:grid;
  place-items:center;
  width:38px;
  height:38px;
  color:#fff;
  background:var(--hs-pink);
  border-radius:50%;
  font-family:'Kanit',Arial,sans-serif;
  font-weight:700;
}

.hs126-direction-list strong,
.hs126-direction-list span{
  display:block;
}

.hs126-direction-list strong{
  color:var(--hs-pink-deep);
  font-family:'Kanit',Arial,sans-serif;
  font-size:20px;
  line-height:1.38;
}

.hs126-direction-list span{
  margin-top:3px;
  font-size:18px;
  line-height:1.68;
}

.hs126-faq{
  display:grid;
  gap:10px;
  max-width:930px;
  margin:0 auto;
}

.hs126-faq details{
  overflow:hidden;
  border:1px solid var(--hs-line);
  border-radius:14px;
  background:#fff;
}

.hs126-faq summary{
  position:relative;
  padding:16px 50px 16px 17px;
  cursor:pointer;
  color:var(--hs-ink);
  font-size:18px!important;
  font-weight:600;
  line-height:1.45;
  list-style:none;
}

.hs126-faq summary::-webkit-details-marker{
  display:none;
}

.hs126-faq summary:after{
  content:"+";
  position:absolute;
  right:17px;
  top:10px;
  color:var(--hs-pink);
  font-size:28px;
  line-height:1;
}

.hs126-faq details[open] summary:after{
  content:"–";
}

.hs126-faq details > div{
  padding:0 17px 17px;
}

.hs126-faq details p{
  margin:0;
}

.hs126-order{
  padding:43px 12px;
  text-align:center;
  background:linear-gradient(135deg,#fff3f7 0%,#f5d9e5 100%);
}

.hs126-order h2{
  max-width:930px;
  margin-left:auto;
  margin-right:auto;
  color:var(--hs-pink-deep);
}

.hs126-order > p{
  max-width:790px;
  margin:0 auto 21px;
}

.hs126-order-actions{
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:11px;
}

.hs126-button{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:50px;
  padding:13px 21px;
  border-radius:11px;
  color:#fff!important;
  font-size:16px!important;
  font-weight:600;
  line-height:1.25;
  box-shadow:0 8px 18px rgba(0,0,0,.10);
}

.hs126-button-order{
  background:var(--hs-red);
}

.hs126-button-line{
  background:var(--hs-green);
}

.hs126-order-facts{
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:8px;
  margin-top:18px;
}

.hs126-order-facts span{
  padding:7px 11px;
  border:1px solid #e3b9c8;
  border-radius:999px;
  color:#64414f;
  background:#fff;
  font-family:'Kanit',Arial,sans-serif;
  font-size:14px;
  font-weight:600;
}

@media(max-width:860px){
  .hs126-split,
  .hs126-media-grid,
  .hs126-doctor-layout{
    grid-template-columns:1fr;
  }

  .hs126-split-text-first > :first-child,
  .hs126-split-text-first > :last-child{
    order:initial;
  }

  .hs126-card-grid-3,
  .hs126-formula-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

  .hs126-doctor-photo{
    max-width:330px;
    margin:0 auto;
  }

  .hs126-doctor-copy{
    border-left:0;
    border-top:5px solid var(--hs-pink);
    border-radius:0 0 17px 17px;
  }
}

@media(max-width:760px){
  .s69p-product-hersolution-gel{
    width:calc(100% + 32px);
    margin-left:-16px;
    margin-right:-16px;
    font-size:16px;
  }

  .s69p-product-hersolution-gel p,
  .s69p-product-hersolution-gel li,
  .s69p-product-hersolution-gel blockquote{
    font-size:18px;
    line-height:1.72;
  }

  .hs126-language-bar{
    padding-left:3px;
    padding-right:3px;
  }

  .hs126-opening,
  .hs126-section,
  .hs126-order{
    padding-left:8px;
    padding-right:8px;
  }

  .hs126-opening h1{
    font-size:28px;
    line-height:1.24;
  }

  .hs126-heading h2,
  .hs126-doctor-copy h2,
  .hs126-order h2{
    font-size:25px;
    line-height:1.28;
  }

  .hs126-opening-checks{
    grid-template-columns:1fr;
  }

  .s69p-product-hersolution-gel .hs126-quicknav{
    gap:7px;
    padding:12px 8px;
  }

  .s69p-product-hersolution-gel .hs126-quicknav a{
    min-height:34px;
    padding:7px 11px;
    font-size:14px!important;
  }

  .s69p-product-hersolution-gel .s69v2-scroll-target{
    scroll-margin-top:72px;
  }

  .hs126-card-grid-3,
  .hs126-formula-grid,
  .hs126-pair-grid,
  .hs126-cause-list{
    grid-template-columns:1fr;
  }

  .hs126-feature-image,
  .hs126-media{
    padding:4px;
    border-radius:14px;
  }

  .hs126-feature-image img,
  .hs126-media img{
    border-radius:10px;
  }

  .hs126-placeholder{
    min-height:250px;
    padding:22px 13px;
  }

  .hs126-placeholder strong{
    font-size:20px;
  }

  .hs126-doctor-copy{
    padding:19px 15px;
  }

  .hs126-order-actions{
    display:grid;
    grid-template-columns:1fr;
  }

  .hs126-button{
    width:100%;
  }

  .hs126-ingredient-feature{
    grid-template-columns:72px 1fr;
    padding:14px;
  }

  .hs126-ingredient-feature img,
  .hs126-ingredient-symbol{
    width:72px;
    height:72px;
  }

  .hs126-direction-list li{
    padding-left:61px;
  }
}

@media(max-width:410px){
  .hs126-language-button{
    padding-left:10px;
    padding-right:10px;
  }

  .hs126-opening,
  .hs126-section,
  .hs126-order{
    padding-left:8px;
    padding-right:8px;
  }

  .hs126-card,
  .hs126-pair-card{
    padding:17px 14px;
  }
}


/* R07 — Women's Health + The Doctors media redesign */
.hs126-section-press{
  padding-top:22px;
}

.hs126-press-banner{
  display:grid;
  grid-template-columns:1.05fr .92fr 1.15fr;
  gap:18px;
  align-items:stretch;
  max-width:1120px;
  margin:0 auto;
  padding:18px;
  border:1px solid #efc7d6;
  border-radius:22px;
  background:linear-gradient(135deg,#e61f69 0%,#d91c66 45%,#cf1b61 100%);
  box-shadow:var(--hs-shadow);
}

.hs126-press-brand,
.hs126-press-cover,
.hs126-press-quote{
  min-height:220px;
}

.hs126-press-brand{
  display:flex;
  align-items:center;
  justify-content:center;
  padding:18px 16px;
}

.hs126-press-brand img{
  width:100%;
  max-width:280px;
  height:auto;
  display:block;
}

.hs126-press-cover{
  display:flex;
  align-items:center;
  justify-content:center;
  margin:0;
  padding:12px;
  border-radius:18px;
  background:rgba(255,255,255,.08);
}

.hs126-press-cover img{
  width:100%;
  max-width:320px;
  border-radius:10px;
  box-shadow:0 10px 28px rgba(0,0,0,.14);
}

.hs126-press-quote{
  position:relative;
  display:flex;
  align-items:center;
  padding:26px 28px 26px 78px;
  margin:0;
  border-radius:24px;
  color:#1f1f24;
  background:#fff;
}

.hs126-press-quote:before{
  content:"";
  position:absolute;
  left:-24px;
  top:50%;
  width:54px;
  height:54px;
  border-radius:16px 0 0 0;
  background:#fff;
  transform:translateY(-50%) rotate(45deg);
}

.hs126-press-quote-mark{
  position:absolute;
  left:24px;
  top:16px;
  color:#000;
  font-family:'Kanit',Arial,sans-serif;
  font-size:62px;
  line-height:1;
  font-weight:700;
}

.hs126-press-quote p{
  margin:0;
  color:#14161b;
  font-size:33px;
  line-height:1.3;
  font-weight:500;
}

.hs126-press-banner-th .hs126-press-quote p{
  font-size:28px;
  line-height:1.45;
}

.hs126-section-doctors-media{
  padding-top:24px;
}

.hs126-doctors-layout-v2{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(520px,1.06fr);
  gap:28px;
  align-items:center;
  max-width:1120px;
  margin:0 auto;
}

.hs126-doctors-copy-v2{
  padding-top:6px;
}

.hs126-doctors-logo-v2{
  display:block;
  width:408px;
  max-width:100%;
  height:auto;
  margin:0 0 22px;
}

.hs126-doctors-copy-v2 h2{
  margin:0 0 18px;
  color:#2a2d33;
  font-family:'Kanit',Arial,sans-serif;
  font-size:50px;
  line-height:1.14;
  font-weight:700;
}

.hs126-doctors-copy-v2 p{
  margin:0 0 24px;
  color:#343740;
  font-size:18px;
  line-height:1.65;
}

.hs126-video-frame-doctors{
  padding:8px;
  align-self:center;
}

.hs126-video-frame-doctors video{
  border-radius:10px;
}

@media(max-width:1120px){
  .hs126-press-banner{
    grid-template-columns:1fr;
  }
  .hs126-press-brand,
  .hs126-press-cover,
  .hs126-press-quote{
    min-height:unset;
  }
  .hs126-press-brand img,
  .hs126-press-cover img{
    max-width:420px;
  }
  .hs126-press-quote:before{
    left:50%;
    top:-23px;
    transform:translateX(-50%) rotate(45deg);
  }
  .hs126-press-quote{
    padding:72px 24px 24px;
  }
}

@media(max-width:980px){
  .hs126-doctors-layout-v2{
    grid-template-columns:1fr;
  }
  .hs126-doctors-logo-v2{
    width:408px;
    max-width:100%;
  }
}

@media(max-width:760px){
  .hs126-press-banner{
    gap:14px;
    padding:14px;
    border-radius:18px;
  }
  .hs126-press-brand{
    padding:10px 8px;
  }
  .hs126-press-cover{
    padding:10px;
  }
  .hs126-press-quote{
    padding:64px 18px 18px;
    border-radius:18px;
  }
  .hs126-press-quote-mark{
    left:18px;
    top:12px;
    font-size:48px;
  }
  .hs126-press-quote p,
  .hs126-press-banner-th .hs126-press-quote p{
    font-size:23px;
    line-height:1.45;
  }
  .hs126-doctors-copy-v2 h2{
    font-size:38px;
  }
  .hs126-doctors-copy-v2 p{
    font-size:18px;
    line-height:1.7;
  }
  .hs126-doctors-logo-v2{
    width:408px;
    max-width:100%;
    height:auto;
    margin-bottom:16px;
  }
}


/* R11 — Paraben-free educational section */
.hs126-section-paraben{
  background:#fdf7f9;
}
.hs126-paraben-grid{
  display:grid;
  grid-template-columns:minmax(340px,.93fr) minmax(0,1fr);
  gap:34px;
  align-items:center;
}
.hs126-paraben-card{
  position:relative;
  padding-top:58px;
}
.hs126-paraben-badge{
  position:absolute;
  top:0;
  left:50%;
  transform:translateX(-50%);
  width:154px;
  height:154px;
  border-radius:50%;
  background:#26252a;
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  text-align:center;
  font-family:'Kanit', sans-serif;
  font-weight:800;
  line-height:1.02;
  letter-spacing:.02em;
  font-size:44px;
  box-shadow:0 16px 32px rgba(32,27,33,.16);
  border:10px solid #fff;
}
.hs126-paraben-badge span{
  display:block;
  max-width:90px;
}
html[lang="th"] .hs126-paraben-badge,
.hs126-lang-th .hs126-paraben-badge{
  font-size:31px;
  line-height:1.12;
}
html[lang="th"] .hs126-paraben-badge span,
.hs126-lang-th .hs126-paraben-badge span{
  max-width:100px;
}
.hs126-paraben-card-inner{
  background:linear-gradient(180deg,#ea2c72 0%,#d91f69 100%);
  color:#fff;
  border-radius:18px;
  padding:122px 32px 30px;
  text-align:center;
  box-shadow:0 16px 34px rgba(217,31,105,.18);
}
.hs126-paraben-card-inner p{
  margin:0 0 22px;
  font-size:18px;
  line-height:1.56;
  color:#fff;
}
.hs126-paraben-strong{
  font-family:'Kanit',sans-serif;
  font-weight:700;
  font-size:22px !important;
  line-height:1.45 !important;
}
.hs126-heading-left{
  text-align:left;
}
.hs126-heading-tight h2{
  margin-bottom:18px;
}
.hs126-paraben-copy{
  text-align:center;
}
.hs126-paraben-copy .hs126-heading-left{
  text-align:center;
}
.hs126-paraben-copy p{
  margin:0 auto 24px;
  max-width:560px;
}
.hs126-paraben-product{
  margin:10px auto 0;
  max-width:300px;
}
.hs126-paraben-product img{
  width:100%;
  display:block;
}
@media (max-width: 980px){
  .hs126-paraben-grid{
    grid-template-columns:1fr;
    gap:26px;
  }
  .hs126-paraben-copy,
  .hs126-paraben-copy .hs126-heading-left{
    text-align:left;
  }
  .hs126-paraben-copy p{
    margin-left:0;
    margin-right:0;
    max-width:none;
  }
  .hs126-paraben-product{
    max-width:360px;
    margin-left:auto;
    margin-right:auto;
  }
}
@media (max-width: 760px){
  .hs126-paraben-card{
    padding-top:46px;
  }
  .hs126-paraben-badge{
    width:126px;
    height:126px;
    border-width:8px;
    font-size:34px;
  }
  html[lang="th"] .hs126-paraben-badge,
  .hs126-lang-th .hs126-paraben-badge{
    font-size:25px;
  }
  .hs126-paraben-card-inner{
    padding:96px 18px 22px;
    border-radius:16px;
  }
  .hs126-paraben-card-inner p{
    font-size:16px;
    line-height:1.52;
    margin-bottom:16px;
  }
  .hs126-paraben-strong{
    font-size:19px !important;
    line-height:1.42 !important;
  }
  .hs126-paraben-copy p{
    margin-bottom:18px;
  }
  .hs126-paraben-product{
    max-width:240px;
    margin-top:8px;
  }
}


/* R15 — Story copy: easier scanning without making whole paragraphs bold or italic */
.hs126-story-copy p{
  margin-bottom:15px;
}

.hs126-story-copy .hs126-story-lead{
  color:#28232a;
  font-size:19px;
  line-height:1.68;
  font-weight:500;
}

.hs126-story-copy strong{
  color:#b81854;
  font-family:'Kanit',Arial,sans-serif;
  font-weight:700;
}

.hs126-story-highlight{
  display:inline;
  padding:1px 5px;
  border-radius:5px;
  background:#fff0f5;
  box-decoration-break:clone;
  -webkit-box-decoration-break:clone;
}

.hs126-story-note{
  margin-top:19px;
  padding:14px 17px;
  border-left:4px solid var(--hs-pink);
  border-radius:0 12px 12px 0;
  background:#fff3f7;
}

.hs126-story-note strong{
  display:block;
  margin-bottom:6px;
  font-size:19px;
  line-height:1.45;
}

.hs126-story-note span{
  display:block;
  color:#543b45;
  line-height:1.68;
}

@media(max-width:760px){
  .hs126-story-copy p{
    margin-bottom:14px;
  }

  .hs126-story-copy .hs126-story-lead{
    font-size:18px;
    line-height:1.68;
  }

  .hs126-story-note{
    margin-top:17px;
    padding:13px 14px;
  }

  .hs126-story-note strong{
    font-size:18px;
  }
}


/* R16 — Readable paraben explanation card (TH + EN) */
.hs126-paraben-story{
  text-align:left;
}
.hs126-paraben-story p{
  margin:0 0 16px;
}
.hs126-paraben-story .hs126-paraben-lead{
  font-size:19px;
  line-height:1.66;
  font-weight:500;
}
.hs126-paraben-story strong{
  font-family:'Kanit',sans-serif;
  font-weight:700;
  color:#fff;
}
.hs126-paraben-story .hs126-paraben-highlight{
  display:inline;
  padding:1px 5px;
  border-radius:5px;
  background:rgba(255,255,255,.14);
  box-decoration-break:clone;
  -webkit-box-decoration-break:clone;
}
.hs126-paraben-story .hs126-paraben-note{
  margin-top:18px;
  padding:14px 16px;
  border-left:4px solid rgba(255,255,255,.96);
  border-radius:0 12px 12px 0;
  background:rgba(255,255,255,.10);
}
.hs126-paraben-story .hs126-paraben-note strong{
  display:block;
  margin-bottom:6px;
  font-size:20px;
  line-height:1.42;
}
.hs126-paraben-story .hs126-paraben-note span{
  display:block;
  color:#fff;
  line-height:1.64;
}

@media (max-width: 760px){
  .hs126-paraben-story .hs126-paraben-lead{
    font-size:18px;
    line-height:1.62;
  }
  .hs126-paraben-story p{
    margin-bottom:14px;
  }
  .hs126-paraben-story .hs126-paraben-note{
    margin-top:16px;
    padding:12px 13px;
  }
  .hs126-paraben-story .hs126-paraben-note strong{
    font-size:18px;
  }
}


/* R17 — Shared readability system for long-copy sections */
.hs126-hero-lead strong,
.hs126-section-lead strong,
.hs126-readable-copy strong,
.hs126-readable-clarification strong{
  color:#b81854;
  font-family:'Kanit',Arial,sans-serif;
  font-weight:700;
}

.hs126-inline-highlight{
  display:inline;
  padding:1px 5px;
  border-radius:5px;
  background:#fff0f5;
  box-decoration-break:clone;
  -webkit-box-decoration-break:clone;
}

.hs126-hero-bridge{
  margin:18px 0 20px;
  padding:14px 17px;
  border-left:4px solid var(--hs-pink);
  border-radius:0 12px 12px 0;
  background:#fff4f7;
}

.hs126-hero-bridge strong,
.hs126-hero-bridge span{
  display:block;
}

.hs126-hero-bridge strong{
  margin-bottom:6px;
  color:#a9144a;
  font-family:'Kanit',Arial,sans-serif;
  font-size:19px;
  line-height:1.45;
}

.hs126-hero-bridge span{
  color:#533e47;
  line-height:1.68;
}

.hs126-section-lead{
  max-width:780px;
  margin-left:auto !important;
  margin-right:auto !important;
  color:#4a3e43;
  font-size:18px;
  line-height:1.72;
}

.hs126-readable-copy p{
  margin-bottom:16px;
  line-height:1.72;
}

.hs126-readable-copy .hs126-readable-lead{
  color:#30272d;
  font-size:19px;
  line-height:1.7;
  font-weight:500;
}

.hs126-soft-note{
  margin-top:18px !important;
  padding:14px 17px;
  border-left:4px solid var(--hs-pink);
  border-radius:0 12px 12px 0;
  background:#fff2f6;
}

.hs126-soft-note strong,
.hs126-soft-note span{
  display:block;
}

.hs126-soft-note strong{
  margin-bottom:6px;
  font-size:19px;
  line-height:1.42;
}

.hs126-soft-note span{
  color:#593e49;
  line-height:1.68;
}

.hs126-paraben-copy .hs126-soft-note{
  max-width:560px;
  margin-left:auto !important;
  margin-right:auto !important;
  text-align:left;
}

.hs126-readable-clarification{
  padding:14px 17px;
  line-height:1.68;
}

.hs126-doctors-copy-v2.hs126-readable-copy p{
  margin-bottom:20px;
}

.hs126-doctor-copy.hs126-readable-copy .hs126-soft-note{
  background:rgba(255,255,255,.78);
}

@media(max-width:760px){
  .hs126-hero-bridge{
    margin:16px 0 18px;
    padding:13px 14px;
  }

  .hs126-hero-bridge strong{
    font-size:18px;
  }

  .hs126-section-lead{
    font-size:18px;
    line-height:1.68;
  }

  .hs126-readable-copy .hs126-readable-lead{
    font-size:18px;
    line-height:1.68;
  }

  .hs126-soft-note{
    margin-top:16px !important;
    padding:13px 14px;
  }

  .hs126-soft-note strong{
    font-size:18px;
  }

  .hs126-readable-clarification{
    padding:13px 14px;
  }
}


/* R18 — One dominant accent line on desktop */
.hs126-doctor-copy.hs126-readable-copy .hs126-soft-note{
  border-left:0;
  border-radius:12px;
  padding-left:17px;
  background:#fff2f6;
}

/* On stacked layouts the main card line becomes horizontal,
   so the short vertical note line is useful again. */
@media(max-width:860px){
  .hs126-doctor-copy.hs126-readable-copy .hs126-soft-note{
    border-left:4px solid var(--hs-pink);
    border-radius:0 12px 12px 0;
    padding-left:14px;
  }
}



/*
R20 — Correct TH/EN top alignment.
Root cause:
Techone applies padding:25px 20px to .center-column .tab-content and also
forces the first child margin-top to 0. Therefore the R19 negative margin
on the child could not override the theme rule.

This product-specific stylesheet loads only on product_id=126, so it is
safe to remove the top padding directly from #tab-description here.
*/
.center-column #tab-description.tab-content{
  padding-top:0!important;
}

.center-column #tab-description.tab-content
  > .s69p-product-hersolution-gel:first-child{
  margin-top:0!important;
}

.hs126-language-bar{
  padding-top:8px;
}


/* R22 — English CTA: LINE only, wide button */
.hs126-order-actions-en{
  margin-top:8px;
}

.hs126-button-line-wide{
  width:min(100%, 520px);
  min-height:50px;
  padding:0 18px;
  border-radius:16px;
  justify-content:flex-start;
  gap:14px;
  text-align:left;
  background:#10a84b;
}

.hs126-button-line-icon{
  flex:0 0 auto;
  width:38px;
  height:38px;
  border-radius:50%;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background:#fff;
  color:#10a84b;
  font-size:11px;
  font-weight:800;
  letter-spacing:.4px;
}

.hs126-button-line-copy{
  display:flex;
  flex-direction:column;
  gap:2px;
  min-width:0;
}

.hs126-button-line-copy strong{
  color:#fff;
  font-size:16px;
  font-weight:800;
  line-height:1.15;
}

.hs126-button-line-copy small{
  color:rgba(255,255,255,.95);
  font-size:12px;
  font-weight:500;
  line-height:1.25;
}

.hs126-button-line-arrow{
  margin-left:auto;
  font-size:24px;
  line-height:1;
  font-weight:700;
  color:#fff;
}

@media(max-width:860px){
  .hs126-order-actions-en{
    display:block;
  }

  .hs126-button-line-wide{
    width:100%;
  }
}

@media(max-width:640px){
  .hs126-button-line-wide{
    padding:10px 14px;
  }

  .hs126-button-line-copy strong{
    font-size:15px;
  }

  .hs126-button-line-copy small{
    font-size:11px;
  }

  .hs126-button-line-arrow{
    font-size:22px;
  }
}


/* R23 — Rounded English LINE CTA */
.hs126-button-line-wide{
  overflow:hidden;
  box-shadow:0 10px 22px rgba(16,168,75,.22);
  transition:transform .18s ease, box-shadow .18s ease, background .18s ease;
}

.hs126-button-line-wide:hover,
.hs126-button-line-wide:focus{
  background:#0d9843;
  transform:translateY(-1px);
  box-shadow:0 13px 26px rgba(16,168,75,.28);
}

@media(max-width:640px){
  .hs126-button-line-wide{
    border-radius:14px;
  }
}
