﻿/* ═══════════════════════════════════════════════════════════
   MDINNOVATIVE THEME — MAIN STYLESHEET v2.0
   Exact design match to Verified Peptides reference
   Base: Montserrat font, #1e73be primary, 17.5px body
═══════════════════════════════════════════════════════════ */

/* ── DESIGN TOKENS ── */
:root {
  --blue:         #9e1d21 !important;
  --blue-dark:    #0F2A5F !important;
  --top-blue:     #0f1931 !important;
  --black:        #000000;
  --white:        #ffffff;
  --gray-bg:      #f1f1f1;
  --gray-bg2:     #efefef;
  --dark-footer:  #0b0b0b;
  --dark-section: #131f3a;
  --body-text:    #333333;
  --text-light:   #666666;
  --text-lighter: #999999;
  --border:       #e0e0e0;
  --border-light: #ebebeb;
  --max:          1260px;
  --r:            4px;
  --tr:           all .2s ease;
}

/* ── RESET & BASE ── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 17.5px;
  color: var(--body-text);
  background: var(--white);
  line-height: 1.6;
  overflow-x: hidden;
}
img  { max-width: 100%; display: block; }
a    { text-decoration: none; color: inherit; }
ul   { list-style: none; }
p    { margin-top: 0; margin-bottom: 1.2em; }
h1, h2, h3, h4, h5, h6 {
  font-family: 'Montserrat', sans-serif;
  color: var(--black);
  line-height: 1.3;
  margin-top: 0;
  margin-bottom: .5em;
}
p{
  font-family: 'Roboto', sans-serif;
}
h1 { font-size: 30px;   font-weight: 700; }
h2 { font-size: 28px;   font-weight: 700; }
h3 { font-size: 22px;   font-weight: 700; }
h4 { font-size: 20px;   font-weight: 700; }
h5 { font-size: 17.5px; font-weight: 700; }
h6 { font-size: 15px;   font-weight: 700; }

/* ── CONTAINERS ── */
.container       { max-width: var(--max); margin: 0 auto; padding: 0 24px; }
.container-wide  { max-width: var(--max); margin: 0 auto; padding: 0 24px; }
.section-pad     { padding: 64px 24px; }
.section-pad-sm  { padding: 48px 24px; }
.section-pad-lg  { padding: 80px 24px; }
.bg-white        { background: var(--white); }
.bg-gray         { background: var(--gray-bg); }
.section-header     { text-align: center; margin-bottom: 44px; }
.section-header h2  { font-size: 22px; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; }
.section-header p   { font-size: 17.5px; color: var(--text-light); margin-top: 10px; }

/* ════════════════════════════════════════ BUTTONS ════════════════════════════════════════ */
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  font-family: 'Montserrat', sans-serif; font-weight: 700; font-size: 17px;
  padding: 0 1.2em; line-height: 2.4em;
  border-radius: var(--r); cursor: pointer; border: none;
  transition: var(--tr); white-space: nowrap;
  letter-spacing: .03em; text-decoration: none; text-transform: uppercase;
}
.btn-primary          { background: var(--blue); color: var(--white); }
.btn-primary:hover    { background: var(--blue-dark); }
.btn-outline          { background: transparent; color: var(--blue); border: 1px solid var(--blue); }
.btn-outline:hover    { background: var(--blue); color: var(--white); }
.btn-outline-white    { background: transparent; color: var(--white); border: 1px solid rgba(255,255,255,.55); }
.btn-outline-white:hover { background: rgba(255,255,255,.1); border-color: rgba(255,255,255,.9); }
.btn-dark             { background: var(--dark-footer); color: var(--white); }
.btn-dark:hover       { background: #222; }
.btn-lg               { font-size: 18px; padding: 0 1.5em; line-height: 2.6em; }
.btn-sm               { font-size: 15px; padding: 0 1em; line-height: 2.2em; }
.btn-add-cart {
  display: inline-flex; align-items: center; justify-content: center;
  background: transparent; border: 1px solid var(--blue); color: var(--blue);
  font-family: 'Montserrat', sans-serif; font-size: 13px; font-weight: 600;
  padding: 7px 14px; border-radius: var(--r); cursor: pointer;
  transition: var(--tr); letter-spacing: .03em; text-transform: uppercase;
}
.btn-add-cart:hover { background: var(--blue-dark); color: var(--white); border: 1px solid var(--blue-dark); }

/* ════════════════════════════════════════ TOPBAR ════════════════════════════════════════ */
.topbar {
  background: var(--blue-dark)!important; color: var(--white);
  font-size: 14px; font-weight: 500; text-align: center; padding: 10px 20px; letter-spacing: .02em;
}

/* ════════════════════════════════════════ HEADER ════════════════════════════════════════ */
#mdi-header {
  background: var(--white); border-bottom: 1px solid var(--border-light);
  position: sticky; top: 0; z-index: 1000; box-shadow: 0 1px 3px rgba(0,0,0,.06);
}
.hdr {
  max-width: var(--max); margin: 0 auto; padding: 0 24px;
  display: flex; align-items: center; height: 75px; gap: 0;
}
.mdi-logo-link { flex-shrink: 0; margin-right: 28px; display: block; }
.logo-img      { height: 75px; width: auto; object-fit: contain; }
.mdi-logo-text { font-size: 22px; font-weight: 700; color: var(--black); }
#mdi-nav  { display: flex; align-items: center; flex: 1; gap: 0; }
.mdi-menu { display: flex; align-items: center; list-style: none; margin: 0; padding: 0; }
.nl {
  font-size: 18.5px; font-weight: 500; color: var(--black);
  padding: 8px 11px; cursor: pointer; transition: var(--tr);
  text-transform: uppercase; letter-spacing: .04em; white-space: nowrap; position: relative;
}
.nl > a { color: inherit; }
.nl:hover, .nl.active { color: var(--blue); }
.nl.active::after, .nl:hover::after {
  content: ''; position: absolute; bottom: -1px; left: 11px; right: 11px; height: 2px; background: var(--blue);
}
.dd       { position: relative; }
.dd-btn   { display: flex; align-items: center; gap: 3px; }
.dd-caret { font-size: 10px; color: var(--text-light); transition: var(--tr); }
.ddm {
  display: none; position: absolute; top: calc(100% + 4px); left: 0;
  background: var(--white); border: 1px solid var(--border);
  box-shadow: 0 4px 18px rgba(0,0,0,.1); min-width: 210px; padding: 6px; z-index: 9999;
}
.dd:hover .ddm    { display: block; }
.dd:hover .dd-caret { transform: rotate(180deg); }
.ddi {
  display: block; padding: 10px 20px; font-size: 15px; font-weight: 500;
  color: var(--body-text); cursor: pointer; transition: var(--tr);
  white-space: nowrap; border-bottom: 1px solid var(--border-light);
}
.ddi:last-child { border-bottom: none; }
.ddi:hover      { background: var(--gray-bg); color: var(--blue); }
.hdr-right { display: flex; align-items: center; gap: 16px; margin-left: auto; }
.hdr-search-wrap {
  display: flex; align-items: center; gap: 7px;
  background: var(--gray-bg); border: 1px solid var(--border);
  border-radius: var(--r); padding: 7px 11px; cursor: pointer;
}
.hdr-search-wrap input {
  border: none; background: transparent; font-size: 15px;
  font-family: 'Montserrat', sans-serif; font-weight: 500; color: var(--body-text); outline: none; width: 120px;
}
.hdr-icon {
  display: flex; align-items: center; gap: 4px; font-size: 15px; font-weight: 500; color: var(--black);
  cursor: pointer; transition: var(--tr); background: none; border: none;
  font-family: 'Montserrat', sans-serif; padding: 4px; text-decoration: none;
}
.hdr-icon:hover   { color: var(--blue); }
.hdr-icon svg     { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 1.8; flex-shrink: 0; }
.cart-badge {
  background: var(--blue); color: var(--white); font-size: 11px; font-weight: 700;
  width: 18px; height: 18px; border-radius: 50%; display: flex; align-items: center; justify-content: center;
}
.mdi-search-dropdown {
  background: var(--gray-bg); border-top: 1px solid var(--border);
  padding: 20px 24px; position: absolute; left: 0; right: 0; top: 100%; z-index: 998;
}
.mdi-search-dropdown form { display: flex; gap: 10px; max-width: 600px; margin: 0 auto; }
.mdi-search-dropdown input {
  flex: 1; padding: 12px 16px; border: 1px solid var(--border);
  border-radius: var(--r); font-family: 'Montserrat', sans-serif; font-size: 16px; outline: none;
}
.mdi-search-dropdown input:focus { border-color: var(--blue); }
.ham { display: none; flex-direction: column; gap: 5px; cursor: pointer; background: none; border: none; padding: 6px; }
.ham span { display: block; width: 22px; height: 2px; background: var(--black); transition: var(--tr); }
.ham.open span:nth-child(1) { transform: rotate(45deg) translate(5px, 5px); }
.ham.open span:nth-child(2) { opacity: 0; }
.ham.open span:nth-child(3) { transform: rotate(-45deg) translate(5px, -5px); }
.mob-nav { display: none; position: absolute; top: 100%; left: 0; right: 0; background: var(--white); border-bottom: 2px solid var(--border); box-shadow: 0 4px 12px rgba(0,0,0,.1); z-index: 998; }
.mob-nav.open { display: block; }
.mob-nl { display: block; padding: 13px 24px; font-size: 18.5px; font-weight: 500; color: var(--black); text-transform: uppercase; letter-spacing: .03em; border-bottom: 1px solid var(--border-light); cursor: pointer; }
.mob-nl:hover { color: var(--blue); background: var(--gray-bg); }
.mob-sub { padding-left: 36px; font-size: 16px; text-transform: none; letter-spacing: 0; color: var(--text-light); }
.mob-sub-wrap { display: none; }
.mob-sub-wrap.open { display: block; }

/* ════════════════════════════════════════ PAGE BANNER ════════════════════════════════════════ */
.page-banner {
  position: relative; min-height: 200px; display: flex; align-items: center;
  background: var(--dark-section) url('') center/cover no-repeat; overflow: hidden;
}
.page-banner-overlay { position: absolute; inset: 0; background: linear-gradient(135deg, rgba(10,18,40,.88) 0%, rgba(19,31,58,.82) 100%); }
.page-banner-inner   { position: relative; z-index: 1; padding: 52px 0; text-align: center; }
.page-banner-inner h1 { color: var(--white); font-size: 70px; font-weight: 700; margin-bottom: 8px; }
.page-banner-inner p  { color: var(--white); font-size: 35px; margin: 0; }

/* ════════════════════════════════════════ HERO ════════════════════════════════════════ */
.hero { position: relative; min-height: 460px; display: flex; align-items: center; overflow: hidden; background: #111827; height:600px; }
.hero-video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; opacity: .35; z-index: 0; }
.hero-bg    { position: absolute; inset: 0; background-size: cover; background-position: center; opacity: .22; z-index: 0; }
.hero-overlay { position: absolute; inset: 0; background: rgba(10,18,40,.65); z-index: 1; }
.hero-inner {
  position: relative; z-index: 2;
  max-width: var(--max); margin: 0 auto; padding: 80px 24px;
  display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; width: 100%;
}
.hero-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
}
.hero-inner{
    padding:0px !important;
}

.hero-left,
.hero-center,
.hero-right {
    width: 50%;
}
.hero-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.hero-left{
    margin-top:30px;
}
.hero-center-img {
    max-width: 300px;
    width: 100%;
    height: auto;
}
.hero-eyebrow  { font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: .12em; color: rgba(255,255,255,.6); margin-bottom: 14px; margin-top: 70px;}
.hero-title    { font-size: 38px; font-weight: 700; color: var(--white); text-transform: uppercase; line-height: 1.07; letter-spacing: -.01em; margin-bottom: 14px; }
.hero-sub      { font-size: 17.5px; color: rgba(255,255,255,.65); line-height: 1.7; margin-bottom: 28px; max-width: 400px; }
.hero-btns     { display: flex; gap: 12px; flex-wrap: wrap; }
.hero-right    { display: flex; flex-direction: column; align-items: center; text-align: center; }
.hero-stat-num { font-size: 80px; font-weight: 800; color: var(--blue); line-height: 1; letter-spacing: -.02em; }
.hero-stat-lbl { font-size: 22px; font-weight: 700; color: var(--blue); text-transform: uppercase; letter-spacing: .04em; line-height: 1.2; margin-bottom: 24px; }
.hero-docs-row { display: flex; justify-content: center; align-items: flex-end; position: relative; height: 130px; width: 100%; }
.hero-doc      { position: absolute; width: 86px; height: 110px; background: var(--white); border-radius: 3px; box-shadow: 0 6px 20px rgba(0,0,0,.35); overflow: hidden; }
.hero-doc:nth-child(1) { left:50%; margin-left:-160px; transform:rotate(-12deg); z-index:1; }
.hero-doc:nth-child(2) { left:50%; margin-left:-100px; transform:rotate(-6deg);  z-index:2; }
.hero-doc:nth-child(3) { left:50%; margin-left:-43px;  transform:rotate(0deg);   z-index:3; }
.hero-doc:nth-child(4) { left:50%; margin-left:14px;   transform:rotate(6deg);   z-index:2; }
.hero-doc:nth-child(5) { left:50%; margin-left:74px;   transform:rotate(12deg);  z-index:1; }
.doc-inner     { padding: 7px 6px; display: flex; flex-direction: column; gap: 3px; height: 100%; }
.doc-logo-row  { display: flex; align-items: center; gap: 3px; margin-bottom: 4px; }
.doc-logo-box  { width: 10px; height: 10px; background: var(--blue); border-radius: 1px; flex-shrink: 0; }
.doc-brand     { font-size: 5px; font-weight: 700; color: var(--blue); text-transform: uppercase; }
.doc-title     { font-size: 5.5px; font-weight: 700; color: #222; margin-bottom: 4px; line-height: 1.2; }
.doc-line      { height: 2px; background: #e8e8e8; border-radius: 1px; margin: 2px 0; }
.doc-line-med  { height: 2px; background: #ebebeb; border-radius: 1px; width: 80%; margin: 2px 0; }
.doc-line-sm   { height: 2px; background: #f0f0f0; border-radius: 1px; width: 60%; margin: 2px 0; }
.doc-table     { display: grid; grid-template-columns: 1fr 1fr; gap: 2px; margin-top: 4px; }
.doc-cell      { height: 4px; background: #f5f5f5; border-radius: 1px; }
.doc-cell-blue { background: rgba(30,115,190,.15); }
.doc-pass      { font-size: 5px; font-weight: 700; color: #16a34a; text-transform: uppercase; margin-top: 4px; }
.doc-seal      { width: 14px; height: 14px; border: 2px solid var(--blue); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 4px auto 0; }
.doc-seal-inner { font-size: 6px; font-weight: 700; color: var(--blue); }

/* ════════════════════════════════════════ TRUST BAR ════════════════════════════════════════ */
.trust-section {
  background: var(--white); border-top: 1px solid var(--border-light); border-bottom: 1px solid var(--border-light);
  position: relative; overflow: hidden;
}
.trust-section::before {
  content: ''; position: absolute; inset: 0;
  background-image: url('https://verifiedpeptides.com/wp-content/uploads/2024/02/geometricbackground-Converted-scaled.jpg');
  background-size: cover; background-position: center; opacity: .08; pointer-events: none;
}
.trust-grid { max-width: var(--max); margin: 0 auto; padding: 0 24px; display: grid; grid-template-columns: repeat(2,1fr); position: relative; z-index: 1; }
.trust-item {
  display: flex; flex-direction: column; align-items: center;
  text-align: center; padding: 40px 32px;
  border-right: 1px solid var(--border); border-bottom: 1px solid var(--border);
}
.trust-item:nth-child(2)             { border-right: none; }
.trust-item:nth-child(3),
.trust-item:nth-child(4)             { border-bottom: none; }
.trust-item:nth-child(4)             { border-right: none; }
.trust-icon                          { margin-bottom: 16px; color: var(--body-text); }
.trust-icon svg                      { width: 46px; height: 46px; fill: none; stroke: currentColor; stroke-width: 1.3; }
.trust-icon-img                      { width: 52px; height: 52px; object-fit: contain; display: block; }
.trust-item h3                       { font-size: 19px; font-weight: 700; color: var(--black); margin-bottom: 9px; }
.trust-item p                        { font-size: 17.5px; color: var(--text-light); line-height: 1.65; max-width: 100%; }

/* ════════════════════════════════════════ PRODUCT CARDS ════════════════════════════════════════ */
.pgrid-4 { display: grid; grid-template-columns: repeat(4,1fr); gap: 22px; }
.pgrid-3 { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
.pcard { background: var(--white); border: 1px solid var(--border); border-radius: 4px; overflow: hidden; transition: var(--tr); cursor: pointer; }
.pcard:hover              { box-shadow: 0 6px 22px rgba(0,0,0,.11); transform: translateY(-2px); }
.pcard-img                { position: relative; aspect-ratio: 1; overflow: hidden; background: var(--gray-bg); }
.pcard-img img            { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.pcard:hover .pcard-img img { transform: scale(1.04); }
.pcard-badge {
  position: absolute; top: 9px; left: 9px;
  background: var(--blue); color: var(--white);
  font-size: 11px; font-weight: 700; text-transform: uppercase;
  padding: 3px 9px; border-radius: 50px; letter-spacing: .05em;
}
/* FIX: left-aligned, flex footer, no extra price margin */
.pcard-body  { padding: 14px 14px 16px; text-align: center; }
.pcard-cat   { font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--text-lighter); margin-bottom: 5px; }
.pcard-name  { font-size: 16px; font-weight: 600; color: var(--black); line-height: 1.35; margin-bottom: 4px; }
.pcard-sub   { font-size: 14px; color: var(--text-lighter); margin-bottom: 10px; }
.pcard-foot  {  align-items: center; justify-content: space-between; margin-top: 12px; padding-top: 12px; border-top: 1px solid var(--border-light); }
.pcard-price { font-size: 18px; font-weight: 700; color: var(--black);    margin-bottom: 10px; }

/* ════════════════════════════════════════ DARK ABOUT SECTION ════════════════════════════════════════ */
.about-dark { background: var(--dark-section); padding: 70px 24px; position: relative; overflow: hidden; }
.about-dark::before {
  content: ''; position: absolute; inset: 0;
  background-image: url('https://verifiedpeptides.com/wp-content/uploads/2024/02/bluemoleculefiled-scaled.jpg');
  background-size: cover; background-position: center; opacity: .35; pointer-events: none;
}
.about-dark::after { content: ''; position: absolute; inset: 0; background: rgba(10,18,40,.72); pointer-events: none; }
.about-dark-inner {
  max-width: var(--max); margin: 0 auto;
  display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: center; position: relative; z-index: 2;
}
.about-dark h2       { font-size: 16px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: rgba(255,255,255,.5); margin-bottom: 16px; }
.about-dark h3       { font-size: 34px; font-weight: 700; color: var(--white); line-height: 1.2; margin-bottom: 18px; text-transform: uppercase; }
.about-dark p        { font-size: 17.5px; color: rgba(255,255,255,.6); line-height: 1.8; margin-bottom: 12px; }
.about-dark a        { color: var(--blue); }
.tested-label        { font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; color: rgba(255,255,255,.45); margin-top: 28px; margin-bottom: 14px; }
.tested-badges       { display: flex; flex-wrap: wrap; gap: 10px; }
.tested-badge        { display: flex; align-items: center; gap: 7px; font-size: 15px; font-weight: 700; color: var(--white); text-transform: uppercase; letter-spacing: .04em; }
.badge-check         { width: 20px; height: 20px; background: var(--blue); border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.badge-check svg     { width: 10px; height: 10px; fill: none; stroke: #fff; stroke-width: 2.5; }
.about-right-img img { width: 100%; border-radius: 6px; }

/* ════════════════════════════════════════ CATALOG ════════════════════════════════════════ */
.catalog-section { background: var(--white); padding: 64px 24px; }
.catalog-type-heading {
  font-size: 18px; font-weight: 700; text-transform: uppercase;
  letter-spacing: .06em; color: var(--black);
  margin-bottom: 20px; padding-bottom: 10px; border-bottom: 2px solid var(--border-light);
}

/* ════════════════════════════════════════ FAQ ════════════════════════════════════════ */
.faq-section        { background: var(--white); padding: 64px 24px; border-top: 1px solid var(--border-light); }
.faq-inner          { max-width: var(--max); margin: 0 auto; }
.faq-heading-row    { display: grid; grid-template-columns: 280px 1fr; gap: 60px; align-items: start; }
.faq-heading-row h2 { font-size: 44px; font-weight: 700; color: var(--black); line-height: 1.1; }
.faq-cols           { display: grid; grid-template-columns: 1fr 1fr; gap: 0 40px; }
.faq-item           { border-bottom: 1px solid var(--border-light); }
.faq-q {
  display: flex; align-items: center; justify-content: space-between;
  padding: 16px 0; cursor: pointer; font-size: 17.5px; font-weight: 600; color: var(--black); gap: 12px;
}
.faq-icon     { width: 24px; height: 24px; flex-shrink: 0; display: flex; align-items: center; justify-content: center; }
.faq-icon svg { width: 14px; height: 14px; fill: none; stroke: var(--text-light); stroke-width: 2; transition: var(--tr); }
.faq-item.open .faq-icon svg { transform: rotate(180deg); }
.faq-a        { display: none; padding: 0 0 16px 0; font-size: 17.5px; color: var(--text-light); line-height: 1.75; }
.faq-item.open .faq-a { display: block; }
.faq-page-section     { background: var(--white); padding: 64px 24px; }
.faq-category-heading { font-size: 16px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--blue); margin: 32px 0 8px; padding-bottom: 6px; border-bottom: 2px solid var(--border-light); }

/* ════════════════════════════════════════ REVIEWS ════════════════════════════════════════ */
.reviews-section       { background: var(--white); padding: 64px 24px; border-top: 1px solid var(--border-light); }
.reviews-section h2    { font-size: 28px; font-weight: 700; color: var(--blue); text-align: center; margin-bottom: 6px; }
.reviews-section .subtitle { font-size: 17.5px; color: var(--text-light); text-align: center; margin-bottom: 40px; }
.review-carousel-wrap  { max-width: 680px; margin: 0 auto; position: relative; }
.review-card           { background: var(--white); border: 1px solid var(--border); border-radius: 4px; padding: 36px 40px; display: none; }
.review-card.active    { display: block; }
.review-trustpilot     { display: inline-flex; align-items: center; gap: 6px; font-size: 15px; font-weight: 600; color: var(--blue); text-decoration: none; margin-bottom: 10px; }
.review-stars          { display: flex; gap: 2px; margin-bottom: 16px; }
.review-stars span     { display: inline-flex; width: 22px; height: 22px; background: #00b67a; color: #fff; font-size: 15px; align-items: center; justify-content: center; }
.review-text           { font-size: 17.5px; color: var(--body-text); line-height: 1.75; font-style: italic; margin-bottom: 22px; }
.reviewer              { display: flex; align-items: center; gap: 12px; }
.reviewer-avatar       { width: 40px; height: 40px; border-radius: 50%; background: var(--blue); color: #fff; font-size: 15px; font-weight: 700; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.reviewer-name         { font-size: 17px; font-weight: 600; color: var(--black); }
.reviewer-role         { font-size: 15px; color: var(--text-lighter); }
.carousel-nav          { display: flex; align-items: center; justify-content: space-between; margin-top: 22px; }
.carousel-arrow        { width: 36px; height: 36px; border: 1px solid var(--border); background: var(--white); border-radius: 50%; display: flex; align-items: center; justify-content: center; cursor: pointer; transition: var(--tr); }
.carousel-arrow:hover  { border-color: var(--blue); color: var(--blue); }
.carousel-arrow svg    { width: 14px; height: 14px; fill: none; stroke: currentColor; stroke-width: 2; }
.carousel-dots         { display: flex; gap: 8px; align-items: center; }
.dot                   { width: 9px; height: 9px; border-radius: 50%; background: var(--border); cursor: pointer; transition: var(--tr); }
.dot.active            { background: var(--blue); }

/* ════════════════════════════════════════ NEWSLETTER ════════════════════════════════════════ */
.newsletter-section {
  background: var(--gray-bg); padding: 64px 24px;
  border-top: 1px solid var(--border-light); border-bottom: 1px solid var(--border-light);
  position: relative; overflow: hidden;
}
.newsletter-section::before {
  content: ''; position: absolute; inset: 0;
  background-image: linear-gradient(rgba(0,0,0,.015) 1px,transparent 1px), linear-gradient(90deg,rgba(0,0,0,.015) 1px,transparent 1px);
  background-size: 40px 40px;
}
.newsletter-inner    { max-width: 560px; margin: 0 auto; text-align: center; position: relative; z-index: 1; }
.newsletter-inner h2 { font-size: 22px; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; color: var(--black); margin-bottom: 12px; }
.newsletter-inner p  { font-size: 17.5px; color: var(--text-light); line-height: 1.65; margin-bottom: 24px; }
.nl-form     form         { display: flex; gap: 10px; max-width: 420px; margin: 0 auto; }
.nl-form input       { flex: 1; padding: 12px 16px; border: 1px solid var(--border); border-radius: var(--r); font-family: 'Montserrat', sans-serif; font-size: 17px; font-weight: 500; outline: none; color: var(--body-text); background: var(--white); }
.nl-form input:focus { border-color: var(--blue); }
.nl-form input::placeholder { color: var(--text-lighter); }

/* ════════════════════════════════════════ FOOTER ════════════════════════════════════════ */
.footer-main { background: var(--top-blue); padding: 56px 24px 0; }
.footer-grid {
  max-width: var(--max); margin: 0 auto;
  display: grid; grid-template-columns: 1.6fr 1fr 1.4fr 1.4fr;
  gap: 48px; padding-bottom: 48px; border-bottom: 1px solid rgba(255,255,255,.07);
}
.footer-col-title        { font-size: 18.5px; font-weight: 700; color: var(--white); margin-bottom: 16px; text-transform: uppercase; letter-spacing: .05em; }
.footer-col-title-italic { font-size: 18.5px; font-weight: 700; color: var(--white); font-style: italic; margin-bottom: 8px; }
.footer-col-desc         { font-size: 17.5px; color: var(--white); line-height: 1.7; margin-bottom: 18px; }
.footer-links            { display: flex; flex-direction: column; gap: 9px; list-style: none; margin: 0; padding: 0; }
.footer-link,
.footer-links li a       { display: flex; align-items: center; gap: 7px; font-size: 17.5px; color: var(--white); cursor: pointer; transition: var(--tr); text-decoration: none; }
.footer-link::before,
.footer-links li a::before { content: '›'; color: rgba(255,255,255,.5); font-size: 18px; }
.footer-link:hover,
.footer-links li a:hover { color: rgba(255,255,255,.7); }
.footer-nl-form          { display: flex; flex-direction: column; gap: 8px; margin-bottom: 14px; }
.footer-nl-input         { padding: 12px 16px; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.2); border-radius: var(--r); font-family: 'Montserrat', sans-serif; font-size: 17.5px; font-weight: 500; color: var(--white); outline: none; }
.footer-nl-input::placeholder { color: rgba(255,255,255,.5); }
.footer-nl-input:focus   { border-color: rgba(255,255,255,.5); }
.footer-contact-email    { font-size: 17.5px; color: var(--white); margin-bottom: 12px; }
.footer-contact-email a  { color: var(--white); }
.footer-social           { display: flex; gap: 8px; }
.social-icon             { width: 30px; height: 30px; border-radius: 50%; background: rgba(255,255,255,.1); display: flex; align-items: center; justify-content: center; cursor: pointer; transition: var(--tr); }
.social-icon:hover       { background: var(--blue); }
.social-icon svg         { width: 14px; height: 14px; fill: rgba(255,255,255,.6); }
.social-icon:hover svg   { fill: var(--white); }
.footer-bottom           { background: var(--top-blue); border-top: 1px solid rgba(255,255,255,.05); }
.footer-bottom-inner     { max-width: var(--max); margin: 0 auto; padding: 20px 24px; }
.footer-nav-row          { display: flex; justify-content: center; gap: 28px; margin-bottom: 14px; flex-wrap: wrap; }
.footer-nav-link         { font-size: 14px; font-weight: 600; text-transform: uppercase; letter-spacing: .05em; color: rgba(255,255,255,.7); cursor: pointer; transition: var(--tr); text-decoration: none; }
.footer-nav-row-menu     { display: flex; gap: 28px; flex-wrap: wrap; justify-content: center; list-style: none; margin: 0; padding: 0; }
.footer-nav-row-menu li a { font-size: 14px; font-weight: 600; text-transform: uppercase; letter-spacing: .05em; color: rgba(255,255,255,.7); transition: var(--tr); }
.footer-nav-link:hover,
.footer-nav-row-menu li a:hover { color: var(--white); }
.footer-disclaimer       { font-size: 14px; color: rgba(255,255,255,.55); line-height: 1.65; text-align: center; max-width: 860px; margin: 0 auto 12px; }
.footer-copy             { font-size: 14px; color: rgba(255,255,255,.55); text-align: center; }

/* ════════════════════════════════════════ SHOP ════════════════════════════════════════ */
.shop-layout        { display: grid; grid-template-columns: 250px 1fr; gap: 38px; align-items: start; max-width: var(--max); margin: 0 auto; padding: 48px 24px; }
.shop-sidebar       { background: var(--white); border: 1px solid var(--border); border-radius: 4px; padding: 22px; position: sticky; top: 90px; }
.shop-sidebar-title { font-size: 16px; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; color: var(--black); margin-bottom: 16px; border-bottom: 2px solid var(--border-light); padding-bottom: 10px; }
/* FIX: single clean definition — no duplicate */
.shop-sidebar-search        { display: flex; gap: 0; border: 1.5px solid var(--border); border-radius: var(--r); overflow: hidden; background: var(--white); margin-bottom: 20px; }
.shop-sidebar-search input  { flex: 1; border: none; padding: 9px 12px; font-family: 'Montserrat', sans-serif; font-size: 14px; font-weight: 500; outline: none; color: var(--body-text); background: transparent; min-width: 0; }
.shop-sidebar-search input:focus { border-color: transparent; }
.shop-sidebar-search button { background: var(--blue); border: none; padding: 0 13px; cursor: pointer; display: flex; align-items: center; justify-content: center; flex-shrink: 0; transition: background .2s; }
.shop-sidebar-search button:hover { background: var(--blue-dark); }
.cat-label          { font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--text-lighter); margin-bottom: 8px; }
.cat-item           { display: flex; align-items: center; justify-content: space-between; padding: 9px 10px; border-radius: var(--r); cursor: pointer; font-size: 15px; font-weight: 500; color: var(--body-text); transition: var(--tr); }
.cat-item:hover,
.cat-item.active    { background: rgba(30,115,190,.07); color: var(--blue); }
.cat-item-count     { font-size: 12px; background: var(--gray-bg); color: var(--text-light); padding: 2px 8px; border-radius: 50px; }
.shop-hdr           { display: flex; align-items: center; justify-content: space-between; margin-bottom: 26px; }
.shop-count         { font-size: 15px; color: var(--text-light); }
.sort-sel           { font-family: 'Montserrat', sans-serif; font-size: 14px; padding: 8px 14px; border: 1px solid var(--border); border-radius: var(--r); background: var(--white); color: var(--body-text); cursor: pointer; outline: none; }
.shop-pagination    { display: flex; justify-content: center; gap: 8px; margin-top: 40px; }
.page-num           { width: 36px; height: 36px; border-radius: 50%; border: 1px solid var(--border); display: flex; align-items: center; justify-content: center; font-size: 14px; font-weight: 600; cursor: pointer; transition: var(--tr); }
.page-num:hover,
.page-num.active    { background: var(--blue); color: var(--white); border-color: var(--blue); }

/* ════════════════════════════════════════ PRODUCT DETAIL ════════════════════════════════════════ */
.single-product-wrap { max-width: var(--max); margin: 0 auto; padding: 48px 24px; }
.pd-grid             { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: start; }
.pd-gallery          { position: sticky; top: 90px; }
.pd-main-img         { border: 1px solid var(--border); border-radius: 4px; aspect-ratio: 1; overflow: hidden; background: var(--gray-bg); margin-bottom: 10px; }
.pd-main-img img     { width: 100%; height: 100%; object-fit: cover; }
.pd-thumbs           { display: grid; grid-template-columns: repeat(4,1fr); gap: 8px; }
.pd-thumb            { border: 2px solid transparent; border-radius: 4px; aspect-ratio: 1; overflow: hidden; cursor: pointer; background: var(--gray-bg); transition: var(--tr); }
.pd-thumb.active     { border-color: var(--blue); }
.pd-thumb img        { width: 100%; height: 100%; object-fit: cover; }
.pd-cat              { font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; color: var(--text-lighter); margin-bottom: 8px; }
.pd-name             { font-size: 28px; font-weight: 700; color: var(--black); line-height: 1.2; margin-bottom: 14px; }
.pd-desc             { font-size: 17.5px; color: var(--text-light); line-height: 1.75; margin-bottom: 22px; }
.tested-for-row      { margin-bottom: 16px; }
.tested-for-label    { font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--text-lighter); margin-bottom: 10px; }
.tested-for-badges   { display: flex; flex-wrap: wrap; gap: 12px; }
.tf-badge            { display: flex; align-items: center; gap: 6px; font-size: 14px; font-weight: 700; color: var(--black); text-transform: uppercase; }
.tf-badge-check      { width: 22px; height: 22px; background: transparent; border: 2px solid var(--blue); border-radius: 50%; display: flex; align-items: center; justify-content: center; }
.tf-badge-check svg  { width: 11px; height: 11px; fill: none; stroke: var(--blue); stroke-width: 2.5; }
.view-lab-btn        { display: inline-block; border: 1px solid var(--border); color: var(--white); background:var(--blue); font-size: 14px; font-weight: 600; padding: 8px 18px; border-radius: var(--r); margin-bottom: 22px; cursor: pointer; transition: var(--tr); }
.view-lab-btn:hover  { border-color: var(--blue-dark); color: var(--white); background:var(--blue-dark);}
.pd-price            { font-size: 24px; font-weight: 700; color: var(--black); margin-bottom: 22px; }
.tier-table          { border: 1px solid var(--border); border-radius: 4px; overflow: hidden; margin-bottom: 24px; }
.tier-head           { display: grid; grid-template-columns: 1fr 1fr 1fr; background: var(--dark-section); padding: 11px 16px; }
.tier-head span      { font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; color: rgba(255,255,255,.5); }
.tier-row            { display: grid; grid-template-columns: 1fr 1fr 1fr; padding: 11px 16px; border-bottom: 1px solid var(--border-light); transition: var(--tr); }
.tier-row:last-child { border-bottom: none; }
.tier-row:hover      { background: var(--gray-bg); }
.tier-discount       { font-size: 14px; font-weight: 700; color: var(--blue); }
.tier-qty            { font-size: 14px; color: var(--body-text); }
.tier-price          { font-size: 14px; font-weight: 600; color: var(--black); }
.qty-wrap            { display: flex; align-items: center; gap: 12px; margin-bottom: 16px; }
.qty-label           { font-size: 15px; font-weight: 500; color: var(--body-text); }
.qty-ctrl            { display: flex; align-items: center; border: 1px solid var(--border); border-radius: var(--r); overflow: hidden; }
.qty-btn             { width: 38px; height: 38px; display: flex; align-items: center; justify-content: center; cursor: pointer; font-size: 18px; background: var(--gray-bg); border: none; color: var(--body-text); transition: var(--tr); }
.qty-btn:hover       { background: var(--border); }
.qty-val             { width: 48px; text-align: center; font-size: 15px; font-weight: 600; color: var(--black); border-left: 1px solid var(--border); border-right: 1px solid var(--border); padding: 7px 0; }
.atc-btn             { width: 100%; padding: 16px; background: var(--blue); color: var(--white); border: none; font-family: 'Montserrat', sans-serif; font-size: 17px; font-weight: 700; text-transform: uppercase; letter-spacing: .04em; border-radius: var(--r); cursor: pointer; transition: var(--tr); margin-bottom: 14px; }
.atc-btn:hover       { background: var(--blue-dark); }
.pd-disclaimer       { font-size: 13px; color: var(--text-lighter); line-height: 1.6; margin-bottom: 20px; }
.pd-trust-row        { display: flex; flex-direction: column; gap: 10px; border: 1px solid var(--border); border-radius: 4px; padding: 16px; }
.pd-trust-item       { display: flex; align-items: flex-start; gap: 12px; }
.pd-trust-item svg   { width: 22px; height: 22px; fill: none; stroke: var(--blue); stroke-width: 1.8; flex-shrink: 0; margin-top: 1px; }
.pd-trust-label      { font-size: 14px; font-weight: 700; color: var(--black); text-transform: uppercase; letter-spacing: .04em; }
.pd-trust-sub        { font-size: 13px; color: var(--text-light); }
.pd-tabs             { margin-top: 48px; }
.pd-tab-nav          { display: flex; border-bottom: 1px solid var(--border); margin-bottom: 28px; }
.pd-tab-btn          { padding: 12px 20px; font-size: 15px; font-weight: 600; color: var(--text-light); cursor: pointer; border-bottom: 2px solid transparent; margin-bottom: -1px; transition: var(--tr); background: none; border-top: none; border-left: none; border-right: none; font-family: 'Montserrat', sans-serif; }
.pd-tab-btn.active   { color: var(--black); border-bottom-color: var(--black); }
.pd-tab-panel        { display: none; }
.pd-tab-panel.active { display: block; }
.lab-tests-grid      { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.lab-info-box        { background: var(--gray-bg); border: 1px solid var(--border); border-radius: 4px; padding: 20px; }
.lab-info-row        { display: flex; justify-content: space-between; padding: 8px 0; border-bottom: 1px solid var(--border-light); font-size: 14px; }
.lab-info-row:last-child { border-bottom: none; }
.lab-info-key        { color: var(--text-light); font-weight: 500; }
.lab-info-val        { color: var(--black); font-weight: 600; }
.janoshik-box        { border: 1px solid var(--border); border-radius: 4px; padding: 20px; text-align: center; }
.janoshik-logo       { font-size: 18px; font-weight: 700; color: var(--black); margin-bottom: 4px; }
.janoshik-sub        { font-size: 12px; color: var(--text-lighter); text-transform: uppercase; letter-spacing: .06em; margin-bottom: 16px; }
.coa-pass            { color: #16a34a; font-weight: 700; }
.why-choose          { background: var(--white); padding: 48px 24px; border-top: 1px solid var(--border-light); }
.why-choose-inner    { max-width: var(--max); margin: 0 auto; }
.why-choose h2       { font-size: 24px; font-weight: 700; text-align: center; margin-bottom: 8px; }
.why-choose .subtitle { font-size: 17.5px; color: var(--text-light); text-align: center; margin-bottom: 32px; }
.why-choose-grid     { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.why-box             { border: 1px solid var(--border); border-radius: 4px; padding: 28px; }
.why-box h3          { font-size: 17px; font-weight: 700; color: var(--blue); margin-bottom: 14px; line-height: 1.3; }
.why-box p           { font-size: 15px; color: var(--text-light); line-height: 1.7; margin-bottom: 12px; }
.why-check-list      { list-style: none; margin: 0; padding: 0; }
.why-check-list li   { font-size: 14px; color: var(--body-text); padding: 4px 0 4px 18px; position: relative; }
.why-check-list li::before { content: '✓'; color: var(--blue); position: absolute; left: 0; font-weight: 700; }
.related-section     { background: var(--gray-bg); padding: 48px 24px; border-top: 1px solid var(--border-light); }
.related-heading     { font-size: 16px; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; color: var(--black); margin-bottom: 24px; }

/* ════════════════════════════════════════ CART ════════════════════════════════════════ */
.cart-page-wrap       { max-width: var(--max); margin: 0 auto; padding: 48px 24px; }
.cart-layout          { display: grid; grid-template-columns: 1fr 360px; gap: 36px; align-items: start; }
.cart-table           { width: 100%; border-collapse: collapse; }
.cart-table th        { font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .07em; color: var(--text-lighter); padding: 0 0 14px; text-align: left; border-bottom: 2px solid var(--border-light); }
.cart-table td        { padding: 18px 0; border-bottom: 1px solid var(--border-light); vertical-align: middle; }
.cart-product         { display: flex; gap: 14px; align-items: center; }
.cart-product-img     { width: 60px; height: 60px; border-radius: 4px; overflow: hidden; border: 1px solid var(--border); flex-shrink: 0; }
.cart-product-img img { width: 100%; height: 100%; object-fit: cover; }
.cart-product-name    { font-size: 15px; font-weight: 600; color: var(--black); }
.cart-product-cat     { font-size: 13px; color: var(--text-lighter); margin-top: 2px; }
.cart-remove          { color: var(--text-lighter); cursor: pointer; font-size: 18px; transition: var(--tr); background: none; border: none; }
.cart-remove:hover    { color: #ef4444; }
.cart-qty-ctrl        { display: flex; align-items: center; border: 1px solid var(--border); border-radius: var(--r); overflow: hidden; width: fit-content; }
.cart-qty-btn         { width: 32px; height: 32px; display: flex; align-items: center; justify-content: center; background: var(--gray-bg); border: none; cursor: pointer; font-size: 16px; transition: var(--tr); }
.cart-qty-btn:hover   { background: var(--border); }
.cart-qty-val         { width: 40px; text-align: center; font-size: 14px; font-weight: 600; border: none; background: transparent; font-family: 'Montserrat', sans-serif; }
.cart-subtotal        { font-size: 15px; font-weight: 600; color: var(--black); }
.cart-summary         { background: var(--white); border: 1px solid var(--border); border-radius: 4px; padding: 26px; position: sticky; top: 90px; }
.cart-summary h3      { font-size: 20px; font-weight: 700; color: var(--black); margin-bottom: 20px; }
.summary-row          { display: flex; justify-content: space-between; font-size: 15px; padding: 10px 0; border-bottom: 1px solid var(--border-light); color: var(--text-light); }
.summary-row:last-of-type { border: none; }
.summary-total        { display: flex; justify-content: space-between; font-size: 19px; font-weight: 700; color: var(--black); padding: 16px 0 0; border-top: 2px solid var(--border-light); margin-top: 6px;    margin-bottom: 20px; }
.coupon-wrap          { display: flex; gap: 8px; margin: 14px 0; }
.coupon-wrap input    { flex: 1; padding: 9px 12px; border: 1px solid var(--border); border-radius: var(--r); font-family: 'Montserrat', sans-serif; font-size: 14px; outline: none; }
.coupon-wrap input:focus { border-color: var(--blue); }
.coupon-wrap button   { background: var(--dark-footer); color: #fff; border: none; padding: 9px 16px; border-radius: var(--r); font-family: 'Montserrat', sans-serif; font-size: 13px; font-weight: 600; cursor: pointer; transition: var(--tr); }
.coupon-wrap button:hover { background: var(--blue); }
.checkout-btn         { width: 100%; padding: 16px; background: var(--blue); color: var(--white); border: none; font-family: 'Montserrat', sans-serif; font-size: 17px; font-weight: 700; text-transform: uppercase; border-radius: var(--r); cursor: pointer; margin-top: 16px; transition: var(--tr); }
.checkout-btn:hover   { background: var(--blue-dark); }
.ssl-note             { display: flex; align-items: center; gap: 6px; font-size: 13px; color: var(--text-lighter); justify-content: center; margin-top: 10px; }

/* ════════════════════════════════════════ CHECKOUT ════════════════════════════════════════ */
.checkout-page-wrap     { max-width: var(--max); margin: 0 auto; padding: 48px 24px; }
.checkout-steps         { display: flex; gap: 0; margin-bottom: 32px; border-bottom: 1px solid var(--border-light); padding-bottom: 20px; }
.checkout-step          { display: flex; align-items: center; gap: 8px; color: var(--text-lighter); font-size: 14px; font-weight: 500; }
.checkout-step.active   { color: var(--blue); }
.checkout-step.done     { color: #16a34a; }
.checkout-step-num      { width: 28px; height: 28px; border-radius: 50%; border: 2px solid currentColor; display: flex; align-items: center; justify-content: center; font-size: 13px; font-weight: 700; }
.checkout-step-arrow    { margin: 0 14px; color: var(--border); }
.checkout-layout        { display: grid; grid-template-columns: 1fr 380px; gap: 40px; align-items: start; }
.checkout-form-section  { margin-bottom: 28px; }
.checkout-section-title { font-size: 18px; font-weight: 700; color: var(--black); margin-bottom: 16px; display: flex; align-items: center; justify-content: space-between; }
.form-group             { margin-bottom: 16px; }
.form-row               { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.form-label             { display: block; font-size: 14px; font-weight: 600; color: var(--body-text); margin-bottom: 6px; }
.form-input             { width: 100%; padding: 11px 15px; border: 1.5px solid var(--border); border-radius: var(--r); font-family: 'Montserrat', sans-serif; font-size: 15px; color: var(--body-text); outline: none; transition: var(--tr); }
.form-input:focus       { border-color: var(--blue); }
.form-select            { appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23999' stroke-width='2'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 12px center; padding-right: 36px; }
.shipping-option        { display: flex; align-items: center; justify-content: space-between; padding: 14px 16px; border: 1.5px solid var(--border); border-radius: var(--r); cursor: pointer; margin-bottom: 10px; transition: var(--tr); }
.shipping-option.selected { border-color: var(--blue); background: rgba(30,115,190,.03); }
.shipping-option label  { display: flex; align-items: center; gap: 10px; cursor: pointer; font-size: 14px; font-weight: 500; color: var(--black); }
.shipping-option-price  { font-size: 15px; font-weight: 700; color: var(--black); }
.shipping-option-price.free { color: var(--blue); }
.checkout-summary       { background: var(--gray-bg); border: 1px solid var(--border); border-radius: 4px; padding: 26px; position: sticky; top: 90px; }
.checkout-summary h3    { font-size: 20px; font-weight: 700; color: var(--black); margin-bottom: 20px; }
.co-item                { display: flex; align-items: center; gap: 12px; margin-bottom: 14px; }
.co-item-img            { position: relative; width: 52px; height: 52px; border-radius: 4px; overflow: hidden; border: 1px solid var(--border); flex-shrink: 0; }
.co-item-img img        { width: 100%; height: 100%; object-fit: cover; }
.co-item-badge          { position: absolute; top: -5px; right: -5px; width: 18px; height: 18px; background: var(--blue); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 10px; color: #fff; font-weight: 700; }
.co-item-name           { flex: 1; font-size: 14px; font-weight: 600; color: var(--black); }
.co-item-cat            { font-size: 12px; color: var(--text-lighter); margin-top: 2px; }
.co-item-price          { font-size: 15px; font-weight: 600; color: var(--black); }
.place-order-btn        { width: 100%; padding: 16px; background: var(--blue); color: var(--white); border: none; font-family: 'Montserrat', sans-serif; font-size: 17px; font-weight: 700; text-transform: uppercase; border-radius: var(--r); cursor: pointer; margin-top: 16px; transition: var(--tr); }
.place-order-btn:hover  { background: var(--blue-dark); }

/* ════════════════════════════════════════ MY ACCOUNT ════════════════════════════════════════ */
.account-page-wrap       { max-width: var(--max); margin: 0 auto; padding: 48px 24px; }
.account-layout          { display: grid; grid-template-columns: 260px 1fr; gap: 32px; align-items: start; }
.account-sidebar         { background: var(--white); border: 1px solid var(--border); border-radius: 4px; overflow: hidden; position: sticky; top: 90px; }
.account-profile         { background: var(--dark-section); padding: 24px; text-align: center; }
.account-avatar          { width: 60px; height: 60px; background: var(--blue); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 22px; font-weight: 700; color: #fff; margin: 0 auto 12px; }
.account-name            { font-size: 16px; font-weight: 700; color: var(--white); margin-bottom: 4px; }
.account-email           { font-size: 13px; color: rgba(255,255,255,.6); margin-bottom: 8px; }
.account-badge           { display: inline-block; background: var(--blue); color: #fff; font-size: 11px; font-weight: 700; text-transform: uppercase; padding: 3px 10px; border-radius: 50px; }
.account-nav             { padding: 8px; }
.account-nav-item        { display: block; padding: 12px 14px; font-size: 15px; font-weight: 500; color: var(--body-text); border-radius: 4px; cursor: pointer; transition: var(--tr); text-decoration: none; }
.account-nav-item:hover  { background: var(--gray-bg); color: var(--blue); }
.account-nav-item.active { background: rgba(30,115,190,.08); color: var(--blue); font-weight: 600; }
.account-nav-divider     { border: none; border-top: 1px solid var(--border-light); margin: 6px 0; }
.account-nav-item.logout { color: #ef4444; }
.account-content         { background: var(--white); }
.account-tab-panel       { display: none; }
.account-tab-panel.active { display: block; }
.account-section-title   { font-size: 22px; font-weight: 700; color: var(--black); margin-bottom: 20px; display: flex; align-items: center; justify-content: space-between; }
.orders-table            { width: 100%; border-collapse: collapse; }
.orders-table th         { font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; color: var(--text-lighter); padding: 0 0 12px; text-align: left; border-bottom: 2px solid var(--border-light); }
.orders-table td         { padding: 16px 0; border-bottom: 1px solid var(--border-light); font-size: 14px; vertical-align: middle; }
.order-status            { display: inline-block; padding: 3px 10px; border-radius: 50px; font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .04em; }
.status-delivered        { background: rgba(22,163,74,.1); color: #16a34a; }
.status-processing       { background: rgba(30,115,190,.1); color: var(--blue); }
.status-shipped          { background: rgba(245,158,11,.1); color: #d97706; }

/* ════════════════════════════════════════ LAB REPORTS ════════════════════════════════════════ */
.lab-reports-wrap { max-width: var(--max); margin: 0 auto; padding: 48px 24px; }
.coa-grid         { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
.coa-card         { background: var(--white); border: 1px solid var(--border); border-radius: 4px; padding: 22px; transition: var(--tr); }
.coa-card:hover   { box-shadow: 0 6px 20px rgba(0,0,0,.1); border-color: var(--blue); }
.coa-img          { width: 56px; height: 56px; border-radius: 4px; overflow: hidden; border: 1px solid var(--border); margin-bottom: 12px; }
.coa-img img      { width: 100%; height: 100%; object-fit: cover; }
.coa-name         { font-size: 16px; font-weight: 700; color: var(--black); margin-bottom: 4px; }
.coa-meta         { font-size: 13px; color: var(--text-lighter); margin-bottom: 10px; }
.coa-purity       { display: inline-block; background: rgba(22,163,74,.08); color: #16a34a; font-size: 12px; font-weight: 700; padding: 3px 10px; border-radius: 50px; margin-bottom: 10px; }
.coa-tags         { display: flex; gap: 5px; flex-wrap: wrap; margin-bottom: 14px; }
.coa-tag          { font-size: 11px; background: var(--gray-bg); color: var(--text-light); padding: 3px 9px; border-radius: 50px; }

/* ════════════════════════════════════════ CONTACT ════════════════════════════════════════ */
.contact-wrap          { max-width: var(--max); margin: 0 auto; padding: 48px 24px; }
.contact-grid          { display: grid; grid-template-columns: 1fr 1.4fr; gap: 56px; }
.contact-info h2       { font-size: 26px; font-weight: 700; color: var(--black); margin-bottom: 14px; }
.contact-info p        { font-size: 17.5px; color: var(--text-light); line-height: 1.7; margin-bottom: 28px; }
.contact-items         { display: flex; flex-direction: column; gap: 16px; }
.contact-item          { display: flex; gap: 14px; align-items: flex-start; }
.contact-item-icon     { width: 44px; height: 44px; background: rgba(30,115,190,.08); border-radius: 4px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.contact-item-icon svg { width: 20px; height: 20px; fill: none; stroke: var(--blue); stroke-width: 1.8; }
.contact-item h4       { font-size: 14px; font-weight: 700; color: var(--black); margin-bottom: 3px; }
.contact-item p        { font-size: 14px; color: var(--text-light); margin: 0; }
.contact-form-box      { background: var(--white); border: 1px solid var(--border); border-radius: 4px; padding: 36px; }

/* ════════════════════════════════════════ CALCULATOR ════════════════════════════════════════ */
.calculator-wrap      { max-width: var(--max); margin: 0 auto; padding: 48px 24px; display: grid; grid-template-columns: 1fr 320px; gap: 48px; align-items: start; }
.calc-widget          { background: var(--white); border: 1px solid var(--border); border-radius: 4px; padding: 28px; }
.calc-widget h2       { font-size: 20px; font-weight: 700; margin-bottom: 6px; }
.calc-widget .subtitle { font-size: 15px; color: var(--text-light); margin-bottom: 28px; }
.calc-step            { margin-bottom: 22px; }
.calc-step-title      { font-size: 14px; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; color: var(--black); margin-bottom: 10px; }
.calc-options         { display: flex; flex-wrap: wrap; gap: 8px; }
.calc-opt             { padding: 8px 16px; border: 1.5px solid var(--border); border-radius: var(--r); font-size: 14px; font-weight: 500; cursor: pointer; transition: var(--tr); background: var(--white); font-family: 'Montserrat', sans-serif; }
.calc-opt:hover       { border-color: var(--blue); color: var(--blue); }
.calc-opt.selected    { background: var(--blue); color: var(--white); border-color: var(--blue); }
.calc-custom-input    { padding: 8px 12px; border: 1.5px solid var(--border); border-radius: var(--r); font-family: 'Montserrat', sans-serif; font-size: 14px; outline: none; width: 100px; }
.calc-custom-input:focus { border-color: var(--blue); }
.calc-result          { background: var(--dark-section); border-radius: 4px; padding: 22px; margin-top: 24px; }
.calc-result-label    { font-size: 13px; color: rgba(255,255,255,.6); text-transform: uppercase; letter-spacing: .06em; margin-bottom: 6px; }
.calc-result-number   { font-size: 48px; font-weight: 800; color: var(--blue); line-height: 1; margin-bottom: 4px; }
.calc-result-unit     { font-size: 14px; color: rgba(255,255,255,.5); margin-bottom: 16px; }
.calc-result-details  { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.calc-detail-item     { background: rgba(255,255,255,.05); border-radius: 4px; padding: 10px; }
.calc-detail-label    { font-size: 11px; color: rgba(255,255,255,.5); text-transform: uppercase; margin-bottom: 4px; }
.calc-detail-value    { font-size: 15px; font-weight: 700; color: var(--white); }
.calc-toc             { background: var(--white); border: 1px solid var(--border); border-radius: 4px; padding: 20px; position: sticky; top: 90px; }
.calc-toc h4          { font-size: 15px; font-weight: 700; margin-bottom: 14px; }
.calc-toc a           { display: block; font-size: 14px; padding: 7px 0; border-bottom: 1px solid var(--border-light); color: var(--text-light); transition: var(--tr); }
.calc-toc a:last-child { border-bottom: none; }
.calc-toc a:hover     { color: var(--blue); }
.calc-toc a.active    { color: var(--blue); font-weight: 600; }

/* ════════════════════════════════════════
   ARTICLE CONTENT — Product Descriptions
   Cleans messy pasted HTML, styles beautifully
════════════════════════════════════════ */
.article-content { font-size: 17.5px; color: var(--text-light); line-height: 1.8; max-width: 100%; }
.article-content h1,
.article-content h2,
.article-content h3,
.article-content h4,
.article-content h5,
.article-content h6 { font-family: 'Montserrat', sans-serif; font-weight: 700; color: var(--black); line-height: 1.3; margin-top: 36px; margin-bottom: 12px; }
.article-content h1 { font-size: 26px; }
.article-content h2 { font-size: 20px; text-transform: uppercase; letter-spacing: .05em; padding-bottom: 10px; border-bottom: 2px solid var(--border-light); margin-top: 40px; }
.article-content h3 { font-size: 18px; color: var(--blue); }
.article-content h4 { font-size: 16px; }
.article-content h2:first-child,
.article-content h3:first-child { margin-top: 0; }
.article-content p  { font-size: 17.5px; color: var(--text-light); line-height: 1.85; margin-top: 0; margin-bottom: 16px; }
.article-content p:last-child { margin-bottom: 0; }
.article-content p:empty { display: none; }
.article-content strong,
.article-content b  { font-weight: 700; color: var(--black); }
.article-content a  { color: var(--blue); text-decoration: underline; text-underline-offset: 2px; transition: color .2s; }
.article-content a:hover { color: var(--blue-dark); }
.article-content a[href*="google.com/search"] { color: var(--black); text-decoration: none; pointer-events: none; cursor: default; }
.article-content hr { border: none; border-top: 1px solid var(--border-light); margin: 32px 0; }
.article-content ul { list-style: none; padding: 0; margin: 0 0 20px 0; }
.article-content ul li { font-size: 17.5px; color: var(--text-light); line-height: 1.75; margin-bottom: 10px; padding-left: 22px; position: relative; }
.article-content ul li::before { content: '✓'; position: absolute; left: 0; top: 1px; color: var(--blue); font-weight: 700; font-size: 14px; }
.article-content ul ul { margin: 8px 0; }
.article-content ul ul li::before { content: '→'; font-size: 12px; top: 3px; }
.article-content ol { padding-left: 22px; margin: 0 0 20px 0; }
.article-content ol li { font-size: 17.5px; color: var(--text-light); line-height: 1.75; margin-bottom: 10px; padding-left: 6px; }
/* Hide Google AI junk */
.article-content [class*="Y3BBE"],
.article-content [class*="Fwa2Od"],
.article-content [class*="vKEkVd"],
.article-content [class*="uJ19be"],
.article-content [class*="KsbFXc"],
.article-content [class*="T286Pc"],
.article-content [class*="Yjhzub"],
.article-content [class*="dF3vjf"],
.article-content [class*="GI370e"],
.article-content [class*="HxTRcb"],
.article-content [class*="lXbsme"],
.article-content [class*="wJwe6c"],
.article-content [class*="iFMVXd"],
.article-content [class*="IjM6od"],
.article-content button.rBl3me,
.article-content button[data-amic],
.article-content [data-sfc-root] > button,
.article-content [data-hveid] button { display: none !important; }
.article-content blockquote { border-left: 3px solid var(--blue); margin: 24px 0; padding: 14px 20px; background: rgba(30,115,190,.04); border-radius: 0 4px 4px 0; font-style: italic; color: var(--body-text); }
.article-content table { width: 100%; border-collapse: collapse; margin: 24px 0; font-size: 15px; }
.article-content table th { background: var(--dark-section); color: rgba(255,255,255,.7); font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; padding: 10px 14px; text-align: left; }
.article-content table td { padding: 11px 14px; border-bottom: 1px solid var(--border-light); color: var(--body-text); vertical-align: top; }
.article-content table tr:last-child td { border-bottom: none; }
.article-content table tr:hover td     { background: var(--gray-bg); }
.article-content code { font-family: 'Courier New', monospace; font-size: 14px; background: var(--gray-bg); padding: 2px 7px; border-radius: 3px; color: var(--body-text); }
.article-content pre  { background: var(--gray-bg); border: 1px solid var(--border); border-radius: 4px; padding: 18px 20px; overflow-x: auto; margin: 20px 0; }
.article-content pre code { background: none; padding: 0; font-size: 14px; line-height: 1.7; }
.article-content .notice,
.article-content .info-box { background: rgba(30,115,190,.06); border: 1px solid rgba(30,115,190,.2); border-left: 3px solid var(--blue); border-radius: 0 4px 4px 0; padding: 16px 20px; margin: 24px 0; font-size: 15px; color: var(--body-text); }
.article-content img { max-width: 100%; height: auto; border-radius: 4px; margin: 16px 0; }
.article-content > p:first-of-type { font-size: 18px; color: var(--body-text); line-height: 1.8; font-weight: 500; }
.article-content > *:first-child { margin-top: 0 !important; }
.article-content > *:last-child  { margin-bottom: 0 !important; }

/* ════════════════════════════════════════
   ABOUT PAGE — Static + Dynamic Sections
════════════════════════════════════════ */
.about-content-wrap { max-width: var(--max); margin: 0 auto; padding: 48px 24px; }
.about-intro        { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; margin-bottom: 48px; }
.about-intro img    { width: 100%; border-radius: 6px; }
.about-intro h2     { font-size: 28px; font-weight: 700; margin-bottom: 16px; }
.about-intro p      { font-size: 17.5px; color: var(--text-light); line-height: 1.8; }
/* Stats bar */
.about-stats-bar         { display: grid; grid-template-columns: repeat(4,1fr); background: var(--dark-section); border-radius: 4px; overflow: hidden; margin: 0 0 48px; }
.about-stat-item         { padding: 32px 24px; text-align: center; border-right: 1px solid rgba(255,255,255,.08); }
.about-stat-item:last-child { border-right: none; }
.about-stat-number       { font-size: 40px; font-weight: 800; color: var(--blue); line-height: 1; margin-bottom: 8px; letter-spacing: -.02em; }
.about-stat-label        { font-size: 13px; font-weight: 600; text-transform: uppercase; letter-spacing: .07em; color: rgba(255,255,255,.55); }
/* Value cards */
.values-grid  { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; margin-bottom: 48px; }
.val-card     { background: var(--white); border: 1px solid var(--border); border-radius: 4px; padding: 28px 22px; }
.val-card-icon { font-size: 28px; margin-bottom: 14px; }
.val-card h3  { font-size: 18px; font-weight: 700; color: var(--black); margin-bottom: 10px; }
.val-card p   { font-size: 15px; color: var(--text-light); line-height: 1.7; }
/* Mission section */
.about-mission-section   { background: var(--gray-bg); border: 1px solid var(--border-light); border-radius: 4px; padding: 48px; margin: 0 0 48px; }
.about-mission-inner h2  { font-size: 24px; font-weight: 700; color: var(--black); margin-bottom: 20px; }
.about-mission-section .article-content { max-width: 100%; }
.about-wp-content        { margin: 0 0 40px; padding-top: 40px; border-top: 1px solid var(--border-light); }
.about-section-heading   { font-size: 26px; font-weight: 700; color: var(--black); text-align: center; margin-bottom: 36px; }
/* Team */
.about-team-section { margin: 0 0 48px; }
.about-team-grid    { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; }
.team-card          { background: var(--white); border: 1px solid var(--border); border-radius: 4px; overflow: hidden; transition: var(--tr); }
.team-card:hover    { box-shadow: 0 6px 22px rgba(0,0,0,.1); transform: translateY(-2px); }
.team-card-photo    { aspect-ratio: 1; overflow: hidden; background: var(--gray-bg); }
.team-card-photo img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.team-card:hover .team-card-photo img { transform: scale(1.04); }
.team-card-placeholder { display: flex; align-items: center; justify-content: center; background: var(--dark-section); }
.team-card-placeholder span { font-size: 52px; font-weight: 700; color: rgba(255,255,255,.3); }
.team-card-info     { padding: 20px; }
.team-card-name     { font-size: 17px; font-weight: 700; color: var(--black); margin-bottom: 4px; }
.team-card-role     { font-size: 13px; font-weight: 600; text-transform: uppercase; letter-spacing: .07em; color: var(--blue); margin-bottom: 10px; }
.team-card-bio      { font-size: 14px; color: var(--text-light); line-height: 1.7; margin: 0; }
/* CTA */
.about-cta-block    { text-align: center; padding: 56px 24px; background: var(--gray-bg); border-radius: 4px; border: 1px solid var(--border-light); }
.about-cta-block h2 { font-size: 28px; font-weight: 700; color: var(--black); margin-bottom: 12px; }
.about-cta-block p  { font-size: 17.5px; color: var(--text-light); margin-bottom: 28px; }

/* ════════════════════════════════════════ BLOG ════════════════════════════════════════ */
.blog-wrap      { max-width: var(--max); margin: 0 auto; padding: 48px 24px; }
.blog-grid      { display: grid; grid-template-columns: repeat(3,1fr); gap: 26px; }
.blog-card      { background: var(--white); border: 1px solid var(--border); border-radius: 4px; overflow: hidden; transition: var(--tr); }
.blog-card:hover { box-shadow: 0 6px 20px rgba(0,0,0,.1); transform: translateY(-2px); }
.blog-card-img  { aspect-ratio: 16/9; overflow: hidden; background: var(--gray-bg); }
.blog-card-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.blog-card:hover .blog-card-img img { transform: scale(1.04); }
.blog-card-body { padding: 20px; }
.blog-card-cat  { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .07em; color: var(--blue); background: rgba(30,115,190,.08); padding: 3px 10px; border-radius: 50px; display: inline-block; margin-bottom: 10px; }
.blog-card-title { font-size: 17px; font-weight: 700; color: var(--black); line-height: 1.35; margin-bottom: 10px; }
.blog-card-excerpt { font-size: 14px; color: var(--text-light); line-height: 1.65; margin-bottom: 14px; }
.blog-card-meta { font-size: 13px; color: var(--text-lighter); }

/* ════════════════════════════════════════ UTILITY ════════════════════════════════════════ */
.text-blue   { color: var(--blue); }
.text-black  { color: var(--black); }
.text-light  { color: var(--text-light); }
.text-center { text-align: center; }
.fw-700      { font-weight: 700; }
.mt-8  { margin-top: 8px; }   .mt-16 { margin-top: 16px; }   .mt-24 { margin-top: 24px; }   .mt-32 { margin-top: 32px; }
.mb-8  { margin-bottom: 8px; } .mb-16 { margin-bottom: 16px; } .mb-24 { margin-bottom: 24px; } .mb-32 { margin-bottom: 32px; }
.separator { border: none; border-top: 1px solid var(--border-light); margin: 32px 0; }

/* ════════════════════════════════════════ RESPONSIVE ════════════════════════════════════════ */
@media (max-width: 1100px) {
  .pgrid-4         { grid-template-columns: repeat(3,1fr); }
  .footer-grid     { grid-template-columns: 1fr 1fr; gap: 36px; }
  .coa-grid        { grid-template-columns: repeat(2,1fr); }
  .about-stats-bar { grid-template-columns: repeat(2,1fr); }
  .about-stat-item:nth-child(2) { border-right: none; }
  .about-stat-item:nth-child(3) { border-top: 1px solid rgba(255,255,255,.08); }
}
@media (max-width: 900px) {
  #mdi-nav              { display: none; }
  .ham                  { display: flex; }
  .hdr-search-wrap      { display: none; }
  .hero-inner           { grid-template-columns: 1fr; gap: 36px; }
  .hero-right           { order: -1; }
  .hero-stat-num        { font-size: 44px; }
  .hero-stat-lbl        { font-size: 17.5px; }
  .about-dark-inner     { grid-template-columns: 1fr; gap: 40px; }
  .trust-grid           { grid-template-columns: 1fr 1fr; }
  .pgrid-4              { grid-template-columns: repeat(3,1fr); }
  .pgrid-3              { grid-template-columns: repeat(2,1fr); }
  .faq-heading-row      { grid-template-columns: 1fr; }
  .faq-cols             { grid-template-columns: 1fr; }
  .footer-grid          { grid-template-columns: 1fr 1fr; }
  .review-card          { padding: 24px; }
  .shop-layout          { grid-template-columns: 1fr; }
  .pd-grid              { grid-template-columns: 1fr; }
  .pd-gallery           { position: static; }
  .cart-layout          { grid-template-columns: 1fr; }
  .checkout-layout      { grid-template-columns: 1fr; }
  .account-layout       { grid-template-columns: 1fr; }
  .account-sidebar      { position: static; }
  .contact-grid         { grid-template-columns: 1fr; }
  .about-intro          { grid-template-columns: 1fr; }
  .values-grid          { grid-template-columns: 1fr 1fr; }
  .lab-tests-grid       { grid-template-columns: 1fr; }
  .why-choose-grid      { grid-template-columns: 1fr; }
  .calculator-wrap      { grid-template-columns: 1fr; }
  .calc-toc             { position: static; }
  .blog-grid            { grid-template-columns: repeat(2,1fr); }
  .about-team-grid      { grid-template-columns: repeat(2,1fr); }
  .about-mission-section { padding: 28px; }
}
@media (max-width: 600px) {
  .hero-title           { font-size: 36px; }
  .hero-inner           { padding: 52px 20px; }
  .pgrid-4, .pgrid-3    { grid-template-columns: repeat(1,1fr); gap: 14px; }
  .trust-grid           { grid-template-columns: 1fr; }
  .trust-item           { border-right: none; }
  .footer-grid          { grid-template-columns: 1fr; }
  .nl-form              { flex-direction: column; }
  .catalog-type-heading { font-size: 15px; }
  .faq-heading-row h2   { font-size: 28px; }
  .form-row             { grid-template-columns: 1fr; }
  .cart-layout          { grid-template-columns: 1fr; }
  .coa-grid             { grid-template-columns: 1fr; }
  .values-grid          { grid-template-columns: 1fr; }
  .blog-grid            { grid-template-columns: 1fr; }
  .checkout-steps       { flex-wrap: wrap; gap: 8px; }
  .about-stats-bar      { grid-template-columns: repeat(2,1fr); }
  .about-stat-number    { font-size: 30px; }
  .about-team-grid      { grid-template-columns: 1fr; }
}

/* ── Footer contact block (email + phone with icon) ── */
.footer-contact-block      { margin: 14px 0; display: flex; flex-direction: column; gap: 6px; }
.footer-contact-email      { display: flex; align-items: center; gap: 8px; font-size: 13px; color: rgba(255,255,255,.7); }
.footer-contact-email a    { color: rgba(255,255,255,.7); transition: color .2s; }
.footer-contact-email a:hover { color: #fff; }
.footer-contact-email svg  { flex-shrink: 0; }

/* ════════════════════════════════════════
   GLOBAL FOOTER FAQ SECTION
   Shown on all pages above the footer
════════════════════════════════════════ */
.footer-faq-section {
  background: var(--gray-bg);
  border-top: 1px solid var(--border-light);
  padding: 64px 24px;
}
.footer-faq-inner {
  max-width: var(--max);
  margin: 0 auto;
}
.footer-faq-header {
  text-align: center;
  margin-bottom: 44px;
}
.footer-faq-header h2 {
  font-size: 28px;
  font-weight: 700;
  color: var(--black);
  margin-bottom: 10px;
}
.footer-faq-header p {
  font-size: 17.5px;
  color: var(--text-light);
  margin: 0;
}
.footer-faq-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 48px;
}
.footer-faq-col {
  /* inherits .faq-item styles from main FAQ */
}

/* ── Responsive ── */
@media (max-width: 700px) {
  .footer-faq-grid { grid-template-columns: 1fr; }
  .footer-faq-header h2 { font-size: 22px; }
}
.peptide-faq-highlight {
    background: #f5f7fa;
    border-left: 3px solid #c83232;
    padding: 14px 18px;
    margin: 16px 0;
    border-radius: 0 8px 8px 0;
    font-size: 14px;
    color: #444444;
}
.peptide-faq-answer-content br {
    display: none;
}
.peptide-faq-answer-content ul {
font-size: 14px;
    margin: 12px 0;
    padding-left: 20px;
}
.peptide-faq-answer-content li {
    margin-bottom: 8px;
    color: #444444;
	font-size: 14px;
}
a.checkout-btn {
    color: white !important;
    text-decoration: none !important;
}
tr.order-total th {
    color: white !important;
}
#payment .payment_methods li.wc_payment_method {
    padding-left: 10px;
}

ul.wc_payment_methods.payment_methods.methods li::before {
    display: none;
}
#payment .payment_methods li.wc_payment_method {
    padding-left: 10px;
}
ul.wc_payment_methods.payment_methods.methods label {
    display: contents !important;
}
#payment .payment_methods li.wc_payment_method {
    padding-left: 10px;
}
.janoshik-img {
    width: 100%;
    max-width: 300px;
    margin: auto;
    display: block;
    border-radius: 12px;
}

.certificate-slider {
    max-width: 320px;
    margin: auto;
}


    /* LEFT COLUMN */
    .product-title {
      font-family: 'DM Serif Display', serif;
      font-size: 36px;
      color: var(--ink);
      letter-spacing: -0.02em;
      line-height: 1.2;
      margin-bottom: 6px;
    }

    .product-subtitle {
      font-size: 14px;
      color: var(--ink-muted);
      margin-bottom: 28px;
      font-family: 'DM Mono', monospace;
      letter-spacing: 0.04em;
    }

    /* INFO TABLE */
    .info-section {
      margin-bottom: 36px;
    }

    .section-label {
      font-size: 11px;
      font-weight: 600;
      letter-spacing: 0.12em;
      text-transform: uppercase;
      color: var(--accent);
      margin-bottom: 12px;
      display: flex;
      align-items: center;
      gap: 8px;
    }

    .section-label::after {
      content: '';
      flex: 1;
      height: 1px;
      background: var(--border);
    }

    .info-table {
      width: 100%;
      border-collapse: collapse;
      background: var(--surface);
      border-radius: 12px;
      overflow: hidden;
      border: 1px solid var(--border);
    }

    .info-table tr:not(:last-child) {
      border-bottom: 1px solid var(--border);
    }

    .info-table tr:hover {
      background: #fafaf8;
    }

    .info-table td {
      padding: 14px 20px;
      font-size: 14px;
      vertical-align: top;
    }

    .info-table td.key {
      width: 170px;
      font-size: 11px;
      font-weight: 600;
      letter-spacing: 0.08em;
      text-transform: uppercase;
      color: var(--ink-muted);
      white-space: nowrap;
    }

    .info-table td.val {
      color: var(--ink);
      font-weight: 400;
    }

    .info-table td.val.mono {
      font-family: 'DM Mono', monospace;
      font-size: 13px;
      color: var(--accent);
      word-break: break-all;
    }

    .info-table td.val.bold {
      font-weight: 600;
      font-size: 15px;
    }

    /* TERMS ROW */
    .terms-row {
      background: var(--warn-bg) !important;
    }

    .terms-row td {
      border-top: 1px solid #f0d8c8 !important;
    }

    .terms-row td.val {
      color: var(--warn);
      font-size: 13px;
      line-height: 1.6;
    }

    .terms-icon {
      display: inline-block;
      width: 16px;
      height: 16px;
      background: var(--warn);
      border-radius: 50%;
      color: white;
      font-size: 10px;
      text-align: center;
      line-height: 16px;
      font-weight: 700;
      margin-right: 6px;
      vertical-align: middle;
    }

    

    /* RIGHT COLUMN — PRODUCT CARD */
    .product-card {
      background: var(--surface);
      border: 1px solid var(--border);
      border-radius: 16px;
      overflow: hidden;
      position: sticky;
      top: 24px;
    }

    .card-image {
      background: var(--accent-light);
      height: 200px;
      display: flex;
      align-items: center;
      justify-content: center;
      border-bottom: 1px solid var(--border);
      position: relative;
    }

    .vial-icon {
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 4px;
      opacity: 0.7;
    }

    .vial-body {
      width: 36px;
      height: 72px;
      background: linear-gradient(135deg, var(--accent-mid), var(--accent));
      border-radius: 4px 4px 18px 18px;
      position: relative;
    }

    .vial-cap {
      width: 22px;
      height: 10px;
      background: var(--accent);
      border-radius: 3px 3px 0 0;
      margin: 0 auto;
    }

    .vial-shine {
      position: absolute;
      top: 8px;
      left: 6px;
      width: 6px;
      height: 28px;
      background: rgba(255, 255, 255, 0.3);
      border-radius: 3px;
    }

    .card-badge {
      position: absolute;
      top: 12px;
      right: 12px;
      background: var(--accent);
      color: white;
      font-size: 11px;
      font-weight: 600;
      letter-spacing: 0.06em;
      padding: 4px 10px;
      border-radius: 20px;
    }

    .card-body {
      padding: 24px;
    }

    .card-name {
      font-family: 'DM Serif Display', serif;
      font-size: 22px;
      color: var(--ink);
      margin-bottom: 4px;
    }

    .card-cas {
      font-family: 'DM Mono', monospace;
      font-size: 11px;
      color: var(--ink-faint);
      margin-bottom: 20px;
    }

    .card-specs {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 12px;
      margin-bottom: 20px;
    }

    .spec-box {
      background: var(--bg);
      border-radius: 8px;
      padding: 10px 12px;
      border: 1px solid var(--border);
    }

    .spec-box .spec-key {
      font-size: 10px;
      font-weight: 600;
      letter-spacing: 0.1em;
      text-transform: uppercase;
      color: var(--ink-faint);
      margin-bottom: 3px;
    }

    .spec-box .spec-val {
      font-size: 15px;
      font-weight: 600;
      color: var(--ink);
    }

 


   
    .btn-secondary {
      display: block;
      width: 100%;
      background: transparent;
      color: var(--accent);
      border: 1px solid var(--accent);
      border-radius: 10px;
      padding: 12px;
      font-size: 13px;
      font-weight: 500;
      cursor: pointer;
      font-family: 'Outfit', sans-serif;
      transition: background 0.2s;
      margin-bottom: 16px;
    }

    .btn-secondary:hover {
      background: var(--accent-light);
    }

    .trust-row {
      display: flex;
      gap: 8px;
      flex-wrap: wrap;
    }

    .trust-chip {
      display: flex;
      align-items: center;
      gap: 5px;
      background: var(--accent-light);
      color: var(--accent);
      font-size: 11px;
      font-weight: 500;
      padding: 5px 10px;
      border-radius: 20px;
    }

    .trust-chip::before {
      content: '✓';
      font-weight: 700;
      font-size: 10px;
    }
    .nl-form .btn {
        
        background: #9e1d21 !important;
    }
     .nl-form .btn:hover {
        
        background: #0F2A5F !important;
    }
@media (max-width: 1024px){
    .hero{
        background-image: none !important;
        background-color: #1c204f !important;
    }
    
    .hero-sub{
            max-width:100%;
        }
.shop-sidebar{
          position: relative !important;
    }
    .page-banner-inner p{
        font-size:22px;
    }

}



@media (max-width: 768px) {
    .hero-left, .hero-center, .hero-right {
        width: 50%;
        /* text-align: center; */
    }
        .hero-inner {
        display: block;
        width: 85%;
        margin-top: 46px;
        margin-bottom: 30px;

        }
        
         .hero{
        background-image: none !important;
        background-color: #1c204f !important;
    }
    .shop-sidebar{
          position: relative !important;
    }
    .page-banner-inner h1{
        font-size:20px;
    }
   .page-banner-inner p{
       font-size:15px;
   }
}
@media (max-width: 767px) {

  .cart-layout {
    display: block;
  }

  .cart-summary {
    position: static;
    width: 100%;
    margin-top: 20px;
  }

  /* TABLE → SIMPLE CLEAN LIST */
  .cart-table thead {
    display: none;
  }

  .cart-table,
  .cart-table tbody {
    display: block;
    width: 100%;
  }

  .cart-table tr {
    display: block;
    border: 1px solid var(--border-light);
    border-radius: 8px;
    padding: 12px;
    margin-bottom: 15px;
    background: #fff;
    position: relative; /* important for remove button */
  }

  .cart-table td {
    display: block;
    border: none;
    padding: 6px 0;
  }

  /* ✅ TOP SECTION FIX (image + name proper) */
  .product-thumbnail,
  .product-name {
    display: inline-block;
    vertical-align: top;
  }

  .product-thumbnail {
    width: 70px;
  }

  .product-name {
    width: calc(100% - 80px);
    padding-left: 10px;
  }

  .cart-product {
    display: flex;
    gap: 10px;
    align-items: flex-start;
  }

  .cart-product-img {
    width: 200px;
    height: auto;
  }

  .cart-product-name {
    font-size: 14px;
    font-weight: 600;
  }

  .cart-product-cat {
    font-size: 12px;
  }

  /* PRICE ROW */
  .product-price,
  .product-quantity,
  .product-subtotal {
    display: flex;
    justify-content: space-between;
    font-size: 13px;
  }

  .product-price::before {
    content: "Price";
    color: #777;
  }

  .product-quantity::before {
    content: "Qty";
    color: #777;
  }

  .product-subtotal::before {
    content: "Total";
    color: #777;
  }

  /* ✅ REMOVE BUTTON TOP RIGHT */
  .product-remove {
    position: absolute;
    top: 10px;
    right: 10px;
    margin: 0;
  }

  .product-remove a {
    font-size: 18px;
    color: #999;
  }

}
.coupon-wrap{
  display: contents;;
}
.checkout-btn{
    font-size:12px;
}
}

