/*
Theme Name: Genovara Labs
Theme URI: https://genovaralabs.com
Author: Xtract Digitals
Author URI: https://www.xtractdigitals.com
Description: A research-peptide storefront theme for Genovara Labs. Ships with a batch certificate (COA) lookup, an FAQ post type, and full WooCommerce support across shop, product, cart, checkout, order confirmation and account pages.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: genovara
Tags: e-commerce, one-column, two-columns, custom-menu, custom-logo, featured-images, translation-ready
WC requires at least: 7.0
WC tested up to: 10.0
*/

/* ═══════════════════════════════════════════
   1. Tokens
   ═══════════════════════════════════════════ */
:root{
  --white:#FAFAF8;
  --navy:#0B1D37;
  --sage:#A8BFA3;
  --blue:#3B6FED;
  --gray:#8E9399;

  --navy-90:rgba(11,29,55,.90);
  --navy-70:rgba(11,29,55,.70);
  --navy-55:rgba(11,29,55,.55);
  --rule:rgba(11,29,55,.14);
  --rule-soft:rgba(11,29,55,.08);
  --sage-wash:rgba(168,191,163,.16);
  --blue-wash:rgba(59,111,237,.07);
  --green:#4d7a46;
  --red:#b3382f;

  --font:"Avenir Next","Avenir","Nunito Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;

  --shell:1260px;
  --pad:24px;
  --r:4px;
}

*,*::before,*::after{box-sizing:border-box}
html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}
body{
  margin:0;background:var(--white);color:var(--navy);
  font-family:var(--font);font-size:16.5px;line-height:1.62;font-weight:400;
  -webkit-font-smoothing:antialiased;
}
img,svg,video{max-width:100%;height:auto;display:block}
a{color:var(--blue);text-decoration:none}
a:hover{text-decoration:underline}
:focus-visible{outline:2px solid var(--blue);outline-offset:3px;border-radius:2px}
hr{border:0;border-top:1px solid var(--rule);margin:2rem 0}

.shell{width:100%;max-width:var(--shell);margin:0 auto;padding:0 var(--pad)}
.shell-narrow{max-width:820px}

h1,h2,h3,h4{margin:0;font-weight:600;letter-spacing:-.018em;line-height:1.14}
h1{font-size:clamp(2.15rem,8.4vw,4.1rem);font-weight:500}
h2{font-size:clamp(1.62rem,5.4vw,2.55rem)}
h3{font-size:1.06rem;letter-spacing:-.005em;line-height:1.35}
h4{font-size:.95rem}
p{margin:0 0 1rem}
.lede{font-size:clamp(1.02rem,3.4vw,1.2rem);color:var(--navy-70);max-width:56ch}

.mark{font-weight:500;letter-spacing:.30em;text-transform:uppercase}
.sub{font-size:.66rem;letter-spacing:.34em;text-transform:uppercase;color:var(--gray);font-weight:600}

.screen-reader-text{
  border:0;clip:rect(1px,1px,1px,1px);clip-path:inset(50%);height:1px;width:1px;
  margin:-1px;overflow:hidden;padding:0;position:absolute;word-wrap:normal!important;
}
.screen-reader-text:focus{
  background:#fff;clip:auto;clip-path:none;color:var(--navy);display:block;
  font-size:.9rem;font-weight:600;height:auto;left:6px;line-height:normal;padding:14px 22px;
  text-decoration:none;top:6px;width:auto;z-index:100000;border-radius:var(--r);
  box-shadow:0 2px 8px rgba(11,29,55,.2);
}
.skip-link{position:absolute}

/* ═══════════════════════════════════════════
   2. Header / nav
   ═══════════════════════════════════════════ */
.nav{
  position:sticky;top:0;z-index:60;
  background:rgba(250,250,248,.93);
  backdrop-filter:saturate(160%) blur(10px);
  border-bottom:1px solid var(--rule-soft);
}
.admin-bar .nav{top:46px}
.nav-in{display:flex;align-items:center;justify-content:space-between;height:64px;gap:14px}
.brand{display:flex;align-items:center;gap:11px;color:var(--navy);text-decoration:none;flex:none}
.brand:hover{text-decoration:none}
.brand svg{width:29px;height:29px;flex:none}
.brand img{max-height:40px;width:auto}
.brand-text{display:flex;flex-direction:column;line-height:1}
.brand-text b{font-size:.95rem;font-weight:600;letter-spacing:.19em;text-transform:uppercase}
.brand-text span{font-size:.52rem;letter-spacing:.30em;color:var(--gray);text-transform:uppercase;margin-top:3px;font-weight:600}

.nav-links{display:none}
.nav-right{display:flex;align-items:center;gap:6px}

.account-link{
  position:relative;display:inline-flex;align-items:center;justify-content:center;
  width:42px;height:42px;color:var(--navy);border-radius:var(--r);
  transition:color .18s ease,background-color .18s ease;
}
.account-link:hover{text-decoration:none;color:var(--blue);background:rgba(11,29,55,.04)}
.account-link svg{width:21px;height:21px}

.cart-link{
  position:relative;display:inline-flex;align-items:center;justify-content:center;
  width:42px;height:42px;color:var(--navy);border-radius:var(--r);
  transition:color .18s ease,background-color .18s ease;
}
.cart-link:hover{text-decoration:none;color:var(--blue)}
.cart-link svg{width:21px;height:21px}
.cart-count{
  position:absolute;top:2px;right:0;min-width:17px;height:17px;padding:0 4px;
  background:var(--blue);color:#fff;border-radius:9px;
  font-size:.6rem;font-weight:700;line-height:17px;text-align:center;
}
.cart-count[hidden]{display:none}

.nav-toggle{
  width:42px;height:42px;margin-right:-9px;display:grid;place-items:center;
  background:none;border:0;cursor:pointer;color:var(--navy);
}
.nav-toggle span{display:block;width:20px;height:1.5px;background:currentColor;position:relative;transition:transform .22s ease,background .22s ease}
.nav-toggle span::before,.nav-toggle span::after{content:"";position:absolute;left:0;width:20px;height:1.5px;background:currentColor;transition:transform .22s ease}
.nav-toggle span::before{top:-6px}
.nav-toggle span::after{top:6px}
.nav-toggle[aria-expanded="true"] span{background:transparent}
.nav-toggle[aria-expanded="true"] span::before{transform:translateY(6px) rotate(45deg)}
.nav-toggle[aria-expanded="true"] span::after{transform:translateY(-6px) rotate(-45deg)}

.nav-panel{display:none;border-top:1px solid var(--rule-soft);padding:10px 0 22px}
.nav-panel.open{display:block}
.nav-panel ul{list-style:none;margin:0;padding:0}
.nav-panel li{position:relative}
.nav-panel a{display:block;padding:12px 0;color:var(--navy);font-weight:500;border-bottom:1px solid var(--rule-soft)}
.nav-panel a:hover{text-decoration:none;color:var(--blue)}
.nav-panel .sub-menu a{padding-left:16px;font-weight:400;font-size:.92rem;color:var(--navy-70)}
.nav-panel .btn{margin-top:18px;width:100%;justify-content:center;border-bottom:0}

/* ═══════════════════════════════════════════
   3. Buttons
   ═══════════════════════════════════════════ */
.btn,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.wc-block-components-button,
.wp-block-button__link{
  display:inline-flex;align-items:center;justify-content:center;gap:8px;
  font-family:var(--font);font-weight:600;font-size:.9rem;letter-spacing:.01em;line-height:1.2;
  padding:13px 24px;border-radius:var(--r);border:1px solid var(--navy);
  cursor:pointer;text-decoration:none;text-align:center;
  transition:background .18s ease,color .18s ease,border-color .18s ease,box-shadow .18s ease,transform .15s ease;
  background:var(--navy);color:var(--white);text-transform:none;
}
.btn:hover{text-decoration:none}
.btn-solid{background:var(--navy);border-color:var(--navy);color:var(--white)}
.btn-solid:hover{background:#142d54;border-color:#142d54;color:#fff}
.btn-blue{background:var(--navy);border:1px solid var(--navy);color:#fff}
.btn-blue:hover{background:#142d54;border-color:#142d54;color:#fff}
.btn-line{background:transparent;color:var(--navy);border-color:var(--rule)}
.btn-line:hover{border-color:var(--navy);background:rgba(11,29,55,.03);color:var(--navy)}
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover,
.wc-block-components-button:hover{background:#142d54!important;color:#fff!important;border-color:#142d54!important}
.woocommerce a.button.disabled,
.woocommerce button.button:disabled,
.woocommerce button.button.disabled,
.woocommerce a.button.alt.disabled,
.woocommerce button.button.alt:disabled,
.woocommerce button.button.alt.disabled,
.woocommerce input.button.alt.disabled,
.woocommerce input.button.alt:disabled{
  background:rgba(11,29,55,.14)!important;
  color:rgba(11,29,55,.45)!important;
  border-color:transparent!important;
  opacity:1!important;
  cursor:not-allowed!important;
  box-shadow:none!important;
  transform:none!important;
}
.btn-block{width:100%}

/* ═══════════════════════════════════════════
   4. Section rhythm
   ═══════════════════════════════════════════ */
.band{padding:62px 0}
.band-tint{background:linear-gradient(180deg,rgba(168,191,163,.10),rgba(168,191,163,0))}
.band-navy{background:var(--navy);color:var(--white)}
.head{max-width:60ch;margin-bottom:30px}
.head h1,.head h2{margin-bottom:12px}
.head p{color:var(--navy-70);margin:0}
.band-navy .head p{color:rgba(250,250,248,.72)}

.trace{display:block;width:100%;height:34px;color:var(--rule);opacity:.9}
.trace path{fill:none;stroke:currentColor;stroke-width:1}

/* ═══════════════════════════════════════════
   5. Hero
   ═══════════════════════════════════════════ */
.hero{padding:46px 0 8px;position:relative;overflow:hidden}
.hero h1{margin-bottom:20px}
.hero h1 .line2{display:block;color:var(--navy-55)}
.hero .lede{margin-bottom:26px}
.hero-cta{display:flex;flex-wrap:wrap;gap:11px;margin-bottom:26px}
.hero-cta .btn{flex:1 1 auto;min-width:150px}
.hero-note{font-size:.76rem;line-height:1.5;color:var(--gray);border-left:2px solid var(--sage);padding-left:12px;max-width:44ch}
.hero-art{margin:34px calc(var(--pad) * -1) 0}
.hero-art svg{width:100%;height:auto}

.spec{display:grid;grid-template-columns:repeat(2,1fr);border-top:1px solid var(--rule);margin-top:30px}
.spec div{padding:18px 14px 18px 0;border-bottom:1px solid var(--rule-soft)}
.spec b{display:block;font-size:1.45rem;font-weight:500;letter-spacing:-.02em;line-height:1.1}
.spec span{font-size:.74rem;color:var(--gray);letter-spacing:.06em;display:block;margin-top:5px}

/* ═══════════════════════════════════════════
   6. Product cards (front page + WooCommerce loop)
   ═══════════════════════════════════════════ */
.grid,
.woocommerce ul.products,
.woocommerce-page ul.products{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:14px;margin:0;padding:0;list-style:none;
}
.woocommerce ul.products::before,
.woocommerce ul.products::after{content:none}
.woocommerce ul.products li.product{
  width:auto!important;float:none!important;margin:0!important;clear:none!important;
}

.card,
.woocommerce ul.products li.product{
  border:1px solid var(--rule);border-radius:var(--r);
  background:#fff;overflow:hidden;display:flex;flex-direction:column;position:relative;
  transition:border-color .18s ease,box-shadow .18s ease;
}
.card:hover,
.woocommerce ul.products li.product:hover{
  border-color:rgba(11,29,55,.32);
  box-shadow:0 6px 20px rgba(11,29,55,.06);
}

.card-top{
  background:transparent;
  border-bottom:1px solid var(--rule-soft);
  position:relative;
  width:100%;
  aspect-ratio:1 / 1;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:16px;
  overflow:hidden;
}
.card-thumb-link{
  display:flex;
  align-items:center;
  justify-content:center;
  width:100%;
  height:100%;
  text-decoration:none;
}
.card-thumb-link:hover{
  text-decoration:none;
}
.card-top .vial{
  width:72%;
  height:72%;
  max-height:100%;
  margin:auto;
  transition:transform .25s ease;
}
.card-top img{
  width:100%;
  height:100%;
  max-height:100%;
  object-fit:contain;
  margin:0 auto;
  display:block;
  background:transparent;
  transition:transform .25s ease;
}
.card:hover .card-top img,
.card:hover .card-top .vial,
.woocommerce ul.products li.product:hover .card-top img,
.woocommerce ul.products li.product:hover .card-top .vial{
  transform:scale(1.04);
}
.card-tag{display:none!important}
.card-body{padding:14px 13px 16px;display:flex;flex-direction:column;gap:6px;flex:1}
.card-body h3,
.woocommerce ul.products li.product .woocommerce-loop-product__title{
  font-size:1.06rem;letter-spacing:.05em;font-weight:600;padding:0;margin:0;line-height:1.35;
}
.card-body h3 a{color:var(--navy)}
.card-body h3 a:hover{color:var(--blue);text-decoration:none}
.card-meta{font-size:.74rem;color:var(--gray);line-height:1.45;margin:0}
.card-foot{
  margin-top:auto;padding-top:11px;display:flex;align-items:baseline;justify-content:space-between;gap:8px;
  border-top:1px solid var(--rule-soft);
}
.card-size{font-size:.82rem;font-weight:600}
.card-pur{font-size:.7rem;color:var(--green);font-weight:600;letter-spacing:.02em}

.card-price,
.woocommerce ul.products li.product .price{
  color:var(--navy);font-size:1rem;font-weight:600;margin:0;display:block;
}
.woocommerce ul.products li.product .price del{color:var(--gray);font-weight:400;font-size:.85rem;margin-right:6px}
.woocommerce ul.products li.product .price ins{text-decoration:none;font-weight:600}
.card-buy{margin-top:10px}
.card-buy .button,
.card-buy a.button,
.card-buy a.add_to_cart_button,
.card-buy a.product_type_simple,
.card-buy a.product_type_variable,
.card-buy a,
.woocommerce ul.products li.product .button,
.woocommerce ul.products li.product a.button,
.woocommerce ul.products li.product a.add_to_cart_button{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:6px;
  width:100%;
  font-family:var(--font);
  font-size:.84rem;
  font-weight:600;
  letter-spacing:.01em;
  line-height:1.2;
  padding:10px 14px;
  border-radius:var(--r);
  border:1px solid var(--navy);
  background:var(--navy);
  color:#fff!important;
  cursor:pointer;
  text-decoration:none!important;
  text-align:center;
  transition:background .18s ease,border-color .18s ease,transform .15s ease,box-shadow .18s ease;
  box-sizing:border-box;
}
.card-buy .button:hover,
.card-buy a.button:hover,
.card-buy a.add_to_cart_button:hover,
.card-buy a.product_type_simple:hover,
.card-buy a.product_type_variable:hover,
.card-buy a:hover,
.woocommerce ul.products li.product .button:hover,
.woocommerce ul.products li.product a.button:hover,
.woocommerce ul.products li.product a.add_to_cart_button:hover{
  background:#142d54;
  border-color:#142d54;
  color:#fff!important;
  text-decoration:none!important;
  transform:translateY(-1px);
  box-shadow:0 3px 10px rgba(11,29,55,.14);
}
.card-buy .button:active,
.card-buy a.button:active{
  transform:translateY(0);
}
.card-buy .button.loading::after{
  content:"";
  display:inline-block;
  width:12px;
  height:12px;
  margin-left:6px;
  border:2px solid rgba(255,255,255,.3);
  border-top-color:#fff;
  border-radius:50%;
  animation:gvl-spin .6s linear infinite;
}
.card-buy .added_to_cart{
  display:block;
  text-align:center;
  font-size:.76rem;
  color:var(--navy-70);
  margin-top:6px;
  font-weight:600;
  text-decoration:none;
}
.card-buy .added_to_cart:hover{
  color:var(--blue);
  text-decoration:underline;
}
@keyframes gvl-spin{to{transform:rotate(360deg)}}
.card-stretch{position:absolute;inset:0;z-index:1}

.onsale,
.woocommerce span.onsale{
  position:absolute;top:11px;left:11px;z-index:2;margin:0;min-width:0;min-height:0;
  background:var(--sage);color:var(--navy);border-radius:2px;padding:3px 7px;line-height:1.4;
  font-size:.56rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;
}
.stock-flag{font-size:.6rem;letter-spacing:.12em;text-transform:uppercase;font-weight:700;color:var(--red)}

.cat-head{display:flex;flex-direction:column;gap:14px;margin-bottom:26px}
.cat-head h2{margin:0}
.cat-head p{color:var(--navy-70);margin:0;max-width:52ch}
.cat-more{margin-top:26px;display:flex;flex-direction:column;gap:12px;align-items:flex-start;padding-top:22px;border-top:1px solid var(--rule)}
.cat-more p{margin:0;font-size:.85rem;color:var(--gray);max-width:42ch}

/* ═══════════════════════════════════════════
   7. Image placeholders
   ═══════════════════════════════════════════ */
.ph{
  position:relative;display:flex;align-items:flex-end;width:100%;aspect-ratio:16/10;
  border:1px dashed var(--rule);border-radius:var(--r);
  background-color:var(--blue-wash);
  background-image:repeating-linear-gradient(-45deg,rgba(11,29,55,.035) 0 7px,transparent 7px 14px);
  overflow:hidden;
}
.ph-tall{aspect-ratio:4/5}
.ph-wide{aspect-ratio:16/10}
.ph-cap{padding:13px 14px;display:flex;gap:9px;align-items:flex-start;font-size:.72rem;line-height:1.45;color:var(--navy-55)}
.ph-cap svg{width:15px;height:15px;flex:none;margin-top:2px;opacity:.55}
.ph-cap b{display:block;font-weight:600;color:var(--navy-70);letter-spacing:.01em}
.ph-dark{
  border-color:rgba(250,250,248,.26);
  background-color:rgba(250,250,248,.045);
  background-image:repeating-linear-gradient(-45deg,rgba(250,250,248,.055) 0 7px,transparent 7px 14px);
}
.ph-dark .ph-cap{color:rgba(250,250,248,.5)}
.ph-dark .ph-cap b{color:rgba(250,250,248,.82)}
img.ph{display:block;object-fit:cover;border:1px solid var(--rule);border-radius:var(--r);background:#fff;box-shadow:0 4px 20px rgba(11,29,55,.04)}

.side-note{margin-top:18px;padding:20px;border:1px solid var(--rule);border-radius:var(--r);background:#fff}
.side-note h3{margin-bottom:7px}
.side-note p{margin:0 0 14px;font-size:.86rem;color:var(--navy-70)}

/* ═══════════════════════════════════════════
   8. Research band
   ═══════════════════════════════════════════ */
.essence{max-width:60ch;font-size:clamp(1.05rem,3.6vw,1.3rem);line-height:1.55;color:rgba(250,250,248,.88);font-weight:300}
.values{display:grid;gap:0;margin-top:38px;border-top:1px solid rgba(250,250,248,.16)}
.value{display:flex;gap:16px;padding:22px 0;border-bottom:1px solid rgba(250,250,248,.16)}
.value svg{width:26px;height:26px;flex:none;color:var(--sage);margin-top:2px}
.value h3{color:#fff;margin-bottom:5px;letter-spacing:.03em}
.value p{margin:0;color:rgba(250,250,248,.66);font-size:.9rem;line-height:1.55}

.method{margin-top:38px;padding:24px;border:1px solid rgba(250,250,248,.18);border-radius:var(--r);background:rgba(250,250,248,.035)}
.method h3{color:#fff;margin-bottom:14px}
.method ol{margin:0;padding-left:1.1rem;color:rgba(250,250,248,.72);font-size:.9rem;line-height:1.7}
.method li{margin-bottom:8px}
.method li::marker{color:var(--sage);font-weight:600}
.method li:last-child{margin-bottom:0}
.method-note{margin:18px 0 0;font-size:.82rem;color:rgba(250,250,248,.55);line-height:1.6}

/* ═══════════════════════════════════════════
   9. COA lookup
   ═══════════════════════════════════════════ */
.coa-form{display:flex;flex-direction:column;gap:11px;max-width:440px;margin-bottom:14px}
.coa-form label{font-size:.82rem;font-weight:600}
.coa-form input{
  font:inherit;font-size:1rem;padding:13px 14px;
  border:1px solid var(--rule);border-radius:var(--r);background:#fff;color:var(--navy);letter-spacing:.05em;
}
.coa-form input::placeholder{color:#b6b9bd;letter-spacing:.05em}
.coa-form input:focus{outline:2px solid var(--blue);outline-offset:0;border-color:var(--blue)}
.coa-hint{font-size:.78rem;color:var(--gray);margin:0 0 26px;max-width:46ch}
.coa-hint button{background:none;border:0;padding:0;font:inherit;font-size:inherit;color:var(--blue);cursor:pointer;text-decoration:underline}

.coa-out{max-width:560px}
.coa-empty,.coa-miss{border:1px dashed var(--rule);border-radius:var(--r);padding:20px;font-size:.88rem;color:var(--gray)}
.coa-miss{border-style:solid;border-color:rgba(59,111,237,.4);background:var(--blue-wash);color:var(--navy-70)}
.coa-miss b{display:block;color:var(--navy);margin-bottom:4px;font-weight:600}
.coa-loading{opacity:.55}

.cert{border:1px solid var(--rule);border-radius:var(--r);background:#fff;overflow:hidden}
.cert-h{background:var(--navy);color:#fff;padding:16px 18px;display:flex;align-items:center;justify-content:space-between;gap:12px}
.cert-h .mark{font-size:.78rem;letter-spacing:.24em}
.cert-h em{font-style:normal;font-size:.62rem;letter-spacing:.16em;text-transform:uppercase;color:var(--sage);font-weight:600}
.cert-rows{display:grid;grid-template-columns:1fr 1fr;margin:0}
.cert-rows div{padding:14px 18px;border-bottom:1px solid var(--rule-soft)}
.cert-rows div:nth-child(odd){border-right:1px solid var(--rule-soft)}
.cert-rows dt{font-size:.66rem;letter-spacing:.1em;text-transform:uppercase;color:var(--gray);font-weight:700;margin:0 0 4px}
.cert-rows dd{margin:0;font-size:.95rem;font-weight:500}
.cert-rows dd.pass{color:var(--green)}
.cert-f{padding:16px 18px;display:flex;flex-wrap:wrap;gap:10px;align-items:center;justify-content:space-between}
.cert-f small{color:var(--gray);font-size:.72rem;max-width:30ch;line-height:1.45}

/* ═══════════════════════════════════════════
   10. FAQ
   ═══════════════════════════════════════════ */
.head-center{
  text-align:center;
  margin-left:auto;
  margin-right:auto;
}
.head-center p{
  margin-left:auto;
  margin-right:auto;
}
.faq-in-centered{
  max-width:820px;
  margin:0 auto;
  width:100%;
}
.faq{border-top:1px solid var(--rule);width:100%}
.faq details{border-bottom:1px solid var(--rule)}
.faq summary{list-style:none;cursor:pointer;padding:22px 34px 22px 0;position:relative;font-weight:600;font-size:1.05rem;line-height:1.4;color:var(--navy)}
.faq summary::-webkit-details-marker{display:none}
.faq summary::after{
  content:"";position:absolute;right:6px;top:29px;width:11px;height:11px;
  border-right:1.5px solid var(--navy);border-bottom:1.5px solid var(--navy);
  transform:rotate(45deg);transition:transform .2s ease;
}
.faq details[open] summary::after{transform:rotate(-135deg);top:33px}
.faq .ans{padding:0 0 24px;color:var(--navy-70);font-size:.96rem;line-height:1.65}
.faq .ans p:last-child{margin:0}

/* ═══════════════════════════════════════════
   11. Generic pages, posts, comments
   ═══════════════════════════════════════════ */
.page-body{padding:52px 0 72px}
.entry-header{margin-bottom:28px;max-width:70ch}
.entry-header h1{font-size:clamp(1.9rem,6vw,3rem)}
.entry-meta{font-size:.78rem;color:var(--gray);margin-top:12px;letter-spacing:.04em}
.entry-thumb{margin:0 0 32px;border-radius:var(--r);overflow:hidden;border:1px solid var(--rule)}
.entry-content{max-width:72ch}
.wc-entry-content,
.woocommerce-cart .entry-content,
.woocommerce-checkout .entry-content,
.woocommerce-account .entry-content,
.woocommerce-page .entry-content,
.wc-page .entry-content{
  max-width:100%!important;
  width:100%!important;
}
.entry-content h2{font-size:clamp(1.35rem,4vw,1.9rem);margin:2.2rem 0 .8rem}
.entry-content h3{font-size:1.15rem;margin:1.8rem 0 .6rem}
.entry-content ul,.entry-content ol{padding-left:1.3rem;margin:0 0 1.2rem}
.entry-content li{margin-bottom:.5rem}
.entry-content img{border-radius:var(--r)}
.entry-content blockquote{
  margin:1.6rem 0;padding:2px 0 2px 20px;border-left:2px solid var(--sage);
  color:var(--navy-70);font-size:1.05rem;
}
.entry-content table{width:100%;border-collapse:collapse;margin-bottom:1.4rem;font-size:.92rem}
.entry-content th,.entry-content td{border:1px solid var(--rule);padding:10px 12px;text-align:left}
.entry-content th{background:var(--blue-wash);font-weight:600}
.entry-content code{background:var(--blue-wash);padding:2px 5px;border-radius:2px;font-size:.88em}
.entry-content pre{background:var(--navy);color:var(--white);padding:18px;border-radius:var(--r);overflow:auto;font-size:.85rem}
.entry-content .alignleft{float:left;margin:0 1.5rem 1rem 0}
.entry-content .alignright{float:right;margin:0 0 1rem 1.5rem}
.entry-content .aligncenter{margin-left:auto;margin-right:auto}
.wp-caption-text,.wp-element-caption{font-size:.78rem;color:var(--gray);margin-top:8px}

.post-list{display:grid;gap:26px;margin-top:8px}
.post-card{border-bottom:1px solid var(--rule);padding-bottom:26px}
.post-card:last-child{border-bottom:0}
.post-card h2{font-size:1.35rem;margin-bottom:8px}
.post-card h2 a{color:var(--navy)}
.post-card h2 a:hover{color:var(--blue);text-decoration:none}
.post-card p{color:var(--navy-70);font-size:.94rem;margin:0}

.pagination,
.woocommerce nav.woocommerce-pagination{margin:44px 0 0;text-align:left}
.pagination .nav-links,
.woocommerce nav.woocommerce-pagination ul{
  display:flex;flex-wrap:wrap;gap:6px;border:0;margin:0;padding:0;list-style:none;
}
.woocommerce nav.woocommerce-pagination ul li{border:0;margin:0;overflow:visible}
.page-numbers{
  display:inline-flex;align-items:center;justify-content:center;min-width:40px;height:40px;padding:0 12px;
  border:1px solid var(--rule);border-radius:var(--r);color:var(--navy);
  font-size:.88rem;font-weight:600;text-decoration:none;
}
.page-numbers:hover,
.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover{background:var(--blue-wash);text-decoration:none;color:var(--navy)}
.page-numbers.current,
.woocommerce nav.woocommerce-pagination ul li span.current{background:var(--navy);border-color:var(--navy);color:#fff}

.comments-area{margin-top:56px;padding-top:36px;border-top:1px solid var(--rule);max-width:72ch}
.comment-list{list-style:none;margin:0 0 32px;padding:0}
.comment-list li{padding:18px 0;border-bottom:1px solid var(--rule-soft)}
.comment-list .children{list-style:none;padding-left:22px;border-left:1px solid var(--rule-soft);margin-top:14px}
.comment-meta{font-size:.78rem;color:var(--gray);margin-bottom:6px}
.comment-form p{margin-bottom:14px}
.comment-form label{display:block;font-size:.82rem;font-weight:600;margin-bottom:6px}

/* ═══════════════════════════════════════════
   12. Forms (shared with WooCommerce)
   ═══════════════════════════════════════════ */
input[type=text],input[type=email],input[type=url],input[type=password],input[type=search],
input[type=number],input[type=tel],input[type=date],select,textarea,
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select,
.select2-container--default .select2-selection--single{
  font:inherit;font-size:1rem;width:100%;
  padding:12px 14px;border:1px solid var(--rule);border-radius:var(--r);
  background:#fff;color:var(--navy);line-height:1.4;
}
textarea{min-height:130px;resize:vertical}
input:focus,select:focus,textarea:focus{outline:2px solid var(--blue);outline-offset:0;border-color:var(--blue)}
.select2-container--default .select2-selection--single{height:auto;min-height:46px}
.select2-container--default .select2-selection--single .select2-selection__rendered{line-height:1.4;padding:0;color:var(--navy)}
.select2-container--default .select2-selection--single .select2-selection__arrow{height:44px;right:8px}
.woocommerce form .form-row label{display:block;font-size:.82rem;font-weight:600;margin-bottom:6px}
.woocommerce form .form-row{margin-bottom:16px;padding:0}
.woocommerce form .form-row-first,.woocommerce form .form-row-last{width:100%;float:none}
.required{color:var(--red);text-decoration:none}

/* ═══════════════════════════════════════════
   13. WooCommerce — shared chrome
   ═══════════════════════════════════════════ */
.wc-page{padding:40px 0 78px}
.wc-head{margin-bottom:28px}
.wc-head h1{font-size:clamp(1.9rem,6vw,3rem);margin-bottom:10px}
.wc-head p{color:var(--navy-70);margin:0;max-width:60ch}
.woocommerce .woocommerce-breadcrumb{
  font-size:.78rem;color:var(--gray);margin:0 0 20px;letter-spacing:.02em;
}
.woocommerce .woocommerce-breadcrumb a{color:var(--gray)}
.woocommerce .woocommerce-breadcrumb a:hover{color:var(--blue)}

.woocommerce .woocommerce-result-count{font-size:.8rem;color:var(--gray);margin:0;float:none}
.woocommerce .woocommerce-ordering{margin:0;float:none}
.woocommerce .woocommerce-ordering select{width:auto;min-width:210px;padding:9px 12px;font-size:.85rem}
.shop-toolbar{
  display:flex;flex-wrap:wrap;gap:12px;align-items:center;justify-content:space-between;
  padding:14px 0;border-top:1px solid var(--rule);border-bottom:1px solid var(--rule);margin-bottom:26px;
}

.woocommerce-message,.woocommerce-info,.woocommerce-error,
.woocommerce-notices-wrapper .woocommerce-message,
.wc-block-components-notice-banner{
  border:1px solid var(--rule);border-left:3px solid var(--blue);border-radius:var(--r);
  background:var(--blue-wash);color:var(--navy);
  padding:15px 18px;margin:0 0 24px;list-style:none;font-size:.9rem;line-height:1.55;
  display:flex;flex-wrap:wrap;gap:10px;align-items:center;justify-content:space-between;
}
.woocommerce-message::before,.woocommerce-info::before,.woocommerce-error::before{content:none}
.woocommerce-message{border-left-color:var(--sage);background:var(--sage-wash)}
.woocommerce-error{border-left-color:var(--red);background:rgba(179,56,47,.06)}
.woocommerce-error li{margin:0}
.woocommerce-message .button,.woocommerce-info .button{margin:0;padding:9px 16px;font-size:.8rem}

/* archive */
.shop-empty{border:1px dashed var(--rule);border-radius:var(--r);padding:34px;text-align:left;max-width:52ch}
.shop-empty h2{font-size:1.3rem;margin-bottom:8px}
.shop-empty p{color:var(--navy-70);margin-bottom:18px}

/* ═══════════════════════════════════════════
   13. Single Product (Reference Layout with Theme Colors)
   ═══════════════════════════════════════════ */
.woocommerce div.product{
  margin-top:10px;
  position:relative;
  max-width:1140px;
  margin-left:auto;
  margin-right:auto;
}

/* ── Gallery / Images (Left Column Card) ───── */
.woocommerce div.product div.images{
  margin-bottom:32px;
  position:relative;
  border:1px solid var(--rule);
  border-radius:var(--r);
  background:#fff;
  padding:36px 28px;
  aspect-ratio:1 / 1;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  box-shadow:0 4px 20px rgba(11,29,55,.03);
  width:100%;
  box-sizing:border-box;
}
.woocommerce div.product div.images .woocommerce-product-gallery__wrapper{
  margin:0;padding:0;width:100%;height:100%;
  display:flex;align-items:center;justify-content:center;
}
.woocommerce div.product div.images .woocommerce-product-gallery__image{
  width:100%;height:100%;display:flex;align-items:center;justify-content:center;
}
.woocommerce div.product div.images img,
.woocommerce div.product div.images .woocommerce-product-gallery__image img{
  border:0!important;
  border-radius:var(--r);
  background:transparent!important;
  box-shadow:none!important;
  width:100%!important;
  max-width:85%!important;
  max-height:85%!important;
  height:auto!important;
  object-fit:contain;
  margin:0 auto;
  display:block;
  transition:transform .25s ease;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger{
  position:absolute;top:12px;right:12px;z-index:10;
  width:36px;height:36px;border-radius:50%;
  background:rgba(250,250,248,.92);border:1px solid var(--rule);
  backdrop-filter:blur(8px);
  display:flex;align-items:center;justify-content:center;
  text-decoration:none;color:var(--navy);
  transition:all .18s ease;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger:hover{
  background:#fff;border-color:var(--navy);color:var(--blue);transform:scale(1.05);
}
.woocommerce div.product div.images .flex-control-thumbs{
  display:flex;flex-wrap:wrap;gap:10px;margin:16px 0 0;padding:0;list-style:none;justify-content:center;
}
.woocommerce div.product div.images .flex-control-thumbs li{
  width:64px;height:64px;border-radius:var(--r);border:1px solid var(--rule);
  background:#fff;overflow:hidden;cursor:pointer;transition:border-color .18s ease;
}
.woocommerce div.product div.images .flex-control-thumbs li:hover{border-color:var(--navy)}
.woocommerce div.product div.images .flex-control-thumbs li img{
  width:100%;height:100%;object-fit:contain;border:0!important;padding:4px;
}
.woocommerce div.product div.images .flex-control-thumbs li img.flex-active{
  border:2px solid var(--navy)!important;
}

/* ── Summary / Details (Right Column) ──────── */
.woocommerce div.product div.summary{
  margin:0;padding:0;
}
.woocommerce div.product .product_title{
  font-size:clamp(2.1rem,3.6vw,2.9rem);
  font-weight:600;
  letter-spacing:-.025em;
  line-height:1.15;
  color:var(--navy);
  margin:0 0 16px;
}

/* Price Box */
.woocommerce div.product p.price,
.woocommerce div.product span.price,
.woocommerce div.product .prod-price-box{
  border:1px solid var(--rule);
  border-radius:var(--r);
  padding:15px 22px;
  margin:0 0 20px;
  background:rgba(11,29,55,.02);
  font-size:1.8rem;
  font-weight:700;
  color:var(--navy);
  letter-spacing:-.015em;
  display:flex;
  align-items:baseline;
  gap:10px;
  width:100%;
  line-height:1.2;
  box-sizing:border-box;
}
.woocommerce div.product p.price del,
.woocommerce div.product span.price del{
  color:var(--gray);font-size:1.15rem;font-weight:400;text-decoration:line-through;
}
.woocommerce div.product p.price ins,
.woocommerce div.product span.price ins{
  text-decoration:none;font-weight:700;color:var(--navy);
}

/* Specs Bar */
.prod-specs-bar{
  display:flex;flex-wrap:wrap;gap:8px;align-items:center;margin-bottom:18px;
}
.prod-spec-item{
  display:inline-flex;align-items:center;gap:6px;
  font-size:.76rem;font-weight:600;padding:5px 10px;
  border-radius:var(--r);border:1px solid var(--rule);
  background:#fff;color:var(--navy);letter-spacing:.02em;
}
.prod-spec-seq{
  color:var(--navy-70);background:var(--blue-wash);border-color:rgba(59,111,237,.18);
}
.prod-spec-purity{
  color:var(--green);background:var(--sage-wash);border-color:rgba(168,191,163,.35);
}

/* Short Description */
.woocommerce div.product .woocommerce-product-details__short-description{
  color:var(--navy-70);font-size:.94rem;line-height:1.65;margin:0 0 22px;
}
.woocommerce div.product .woocommerce-product-details__short-description p:last-child{margin-bottom:0}

/* ── Variations Form (Swatches Tiles) ──────── */
.woocommerce div.product form.variations_form{
  display:flex;
  flex-direction:column;
  gap:18px;
  width:100%;
  margin:18px 0 24px;
}
.gvl-swatches-section{
  display:flex;
  flex-direction:column;
  gap:16px;
  width:100%;
}
.gvl-swatch-group{
  width:100%;
}
.gvl-swatches-title{
  font-size:.88rem;
  font-weight:600;
  color:var(--navy);
  margin-bottom:12px;
  letter-spacing:.01em;
}
.gvl-swatches-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(130px,1fr));
  gap:12px;
  width:100%;
}
.gvl-swatch-item{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  justify-content:center;
  padding:14px 18px;
  border:1.5px solid var(--rule);
  border-radius:var(--r);
  background:#fff;
  cursor:pointer;
  transition:all .18s ease;
  text-align:left;
  font-family:var(--font);
  box-sizing:border-box;
}
.gvl-swatch-item:hover{
  border-color:var(--blue);
}
.gvl-swatch-item.is-selected{
  border-color:var(--blue);
  background:var(--blue-wash);
  box-shadow:0 0 0 1px var(--blue);
}
.gvl-swatch-label{
  font-size:.96rem;
  font-weight:700;
  color:var(--navy);
  line-height:1.2;
  margin-bottom:4px;
}
.gvl-swatch-price{
  font-size:.84rem;
  font-weight:600;
  color:var(--blue);
  line-height:1.2;
}
.gvl-swatch-item.is-selected .gvl-swatch-label{
  color:var(--navy);
}

.gvl-hidden-variations-table,
.woocommerce table.variations{
  position:absolute!important;
  left:-9999px!important;
  top:-9999px!important;
  width:1px!important;
  height:1px!important;
  overflow:hidden!important;
  opacity:0!important;
  pointer-events:none!important;
}

.woocommerce div.product .single_variation_wrap{
  width:100%;
  margin-top:6px;
}
.woocommerce div.product .single_variation_wrap .woocommerce-variation-price{
  display:none!important;
}
.woocommerce div.product .single_variation_wrap .woocommerce-variation-availability{
  margin-bottom:12px;
}
.woocommerce div.product .single_variation_wrap .woocommerce-variation-description{
  font-size:.88rem;
  color:var(--navy-70);
  margin-bottom:12px;
}

/* ── Cart Form & Buttons (Quantity + ADD TO ORDER) ── */
.woocommerce div.product form.cart:not(.variations_form){
  display:flex;
  align-items:center;
  gap:14px;
  margin:22px 0 28px;
  width:100%;
}
.woocommerce div.product .woocommerce-variation-add-to-cart{
  display:flex;
  align-items:center;
  gap:14px;
  width:100%;
}
.gvl-qty-wrap{
  display:inline-flex;
  align-items:center;
  gap:12px;
  flex:none;
}
.gvl-qty-label{
  font-size:.92rem;
  font-weight:600;
  color:var(--navy);
}
.gvl-qty-wrap .quantity{
  float:none;
  margin:0;
  border:1.5px solid var(--rule);
  border-radius:var(--r);
  background:#fff;
  height:50px;
  width:68px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
}
.gvl-qty-wrap .quantity .qty{
  width:100%;
  height:100%;
  border:0;
  text-align:center;
  font-family:var(--font);
  font-size:1.05rem;
  font-weight:700;
  color:var(--navy);
  background:transparent;
  padding:0 4px;
  -moz-appearance:textfield;
}
.gvl-qty-wrap .quantity .qty::-webkit-outer-spin-button,
.gvl-qty-wrap .quantity .qty::-webkit-inner-spin-button{
  margin:0;
}

.woocommerce div.product form.cart .button,
.woocommerce div.product form.cart button.single_add_to_cart_button,
.woocommerce div.product form.cart .single_add_to_cart_button.button{
  flex:1 1 auto;
  height:50px;
  min-height:50px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  font-family:var(--font);
  font-size:.88rem;
  font-weight:700;
  letter-spacing:.1em;
  text-transform:uppercase;
  padding:0 28px;
  border-radius:var(--r);
  border:1px solid var(--navy)!important;
  background:var(--navy)!important;
  color:#fff!important;
  cursor:pointer;
  text-decoration:none!important;
  text-align:center;
  transition:all .18s ease;
  box-shadow:0 4px 14px rgba(11,29,55,.18);
}
.woocommerce div.product form.cart .button:hover,
.woocommerce div.product form.cart button.single_add_to_cart_button:hover{
  background:#142d54!important;
  border-color:#142d54!important;
  box-shadow:0 6px 18px rgba(11,29,55,.26);
  transform:translateY(-1px);
}
.woocommerce div.product form.cart .button:active,
.woocommerce div.product form.cart button.single_add_to_cart_button:active{
  transform:translateY(0);
  box-shadow:0 2px 6px rgba(11,29,55,.15);
}
.woocommerce div.product form.cart .button.disabled,
.woocommerce div.product form.cart button.button.disabled,
.woocommerce div.product form.cart button.button:disabled,
.woocommerce div.product form.cart .button.disabled.wc-variation-selection-needed{
  background:rgba(11,29,55,.14)!important;
  border-color:transparent!important;
  color:rgba(11,29,55,.45)!important;
  opacity:1!important;
  cursor:not-allowed!important;
  transform:none!important;
  box-shadow:none!important;
}

/* ── Product Meta ──────────────────────────── */
.woocommerce div.product .product_meta{display:none!important}

/* ── Stock status ──────────────────────────── */
.woocommerce div.product .stock{font-size:.82rem;font-weight:600;color:var(--green)}
.woocommerce div.product .stock.out-of-stock{color:var(--red)}

/* ── Tabs Section ──────────────────────────── */
.woocommerce div.product .woocommerce-tabs{
  margin-top:52px;padding-top:18px;border-top:1px solid var(--rule);
}
.woocommerce div.product .woocommerce-tabs ul.tabs{
  display:flex;gap:28px;padding:0;margin:0 0 24px;border:0;border-bottom:1px solid var(--rule);list-style:none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs::before,
.woocommerce div.product .woocommerce-tabs ul.tabs::after{content:none}
.woocommerce div.product .woocommerce-tabs ul.tabs li{
  background:none;border:0;border-radius:0;margin:0;padding:0 0 12px;position:relative;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after{content:none}
.woocommerce div.product .woocommerce-tabs ul.tabs li a{
  color:var(--gray);font-weight:600;font-size:.9rem;letter-spacing:.01em;padding:0;text-decoration:none;
  transition:color .18s ease;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:hover a{color:var(--navy)}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a{color:var(--navy)}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active{box-shadow:none}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active::after{
  content:"";position:absolute;bottom:-1px;left:0;right:0;height:2px;background:var(--navy);
}
.woocommerce div.product .woocommerce-tabs .panel{
  color:var(--navy-70);font-size:.95rem;line-height:1.65;max-width:76ch;
}
.woocommerce div.product .woocommerce-tabs .panel h2{
  font-size:1.25rem;color:var(--navy);margin:0 0 12px;
}
.woocommerce table.shop_attributes th{background:none;font-weight:600;width:34%}
.woocommerce table.shop_attributes td{font-style:normal;color:var(--navy-70)}
.woocommerce table.shop_attributes th,.woocommerce table.shop_attributes td{
  border-bottom:1px solid var(--rule-soft);padding:11px 0;line-height:1.5;
}

.related.products,.upsells.products,.cross-sells{margin-top:56px;padding-top:36px;border-top:1px solid var(--rule)}
.related.products > h2,.upsells.products > h2,.cross-sells > h2{font-size:1.35rem;margin-bottom:22px}

/* product-level certificate panel */
.prod-coa{
  margin:0 0 24px;border:1px solid var(--rule);border-radius:var(--r);background:#fff;overflow:hidden;
}
.prod-coa-h{
  background:var(--blue-wash);padding:12px 16px;border-bottom:1px solid var(--rule-soft);
  font-size:.66rem;letter-spacing:.12em;text-transform:uppercase;font-weight:700;color:var(--navy-70);
}
.prod-coa dl{display:grid;grid-template-columns:1fr 1fr;margin:0}
.prod-coa div{padding:12px 16px;border-bottom:1px solid var(--rule-soft)}
.prod-coa div:nth-child(odd){border-right:1px solid var(--rule-soft)}
.prod-coa dt{font-size:.62rem;letter-spacing:.1em;text-transform:uppercase;color:var(--gray);font-weight:700;margin:0 0 3px}
.prod-coa dd{margin:0;font-size:.9rem;font-weight:500}
.prod-coa-f{padding:12px 16px}

.rui-notice{
  margin:22px 0 0;padding:15px 18px;border:1px solid rgba(168,191,163,.35);border-left:3px solid var(--sage);
  background:rgba(168,191,163,.09);border-radius:var(--r);
  font-size:.78rem;line-height:1.55;color:var(--navy-70);
}
.rui-notice b{color:var(--navy);display:block;margin-bottom:4px;font-size:.82rem}

/* ═══════════════════════════════════════════
   14. WooCommerce — Cart (Reference Layout with Theme Colors)
   ═══════════════════════════════════════════ */
.gvl-cart-page{
  margin:10px 0 20px;
}

/* ── Cart Header ───────────────────────────── */
.gvl-cart-header{
  display:flex;
  flex-wrap:wrap;
  align-items:flex-end;
  justify-content:space-between;
  gap:20px;
  margin-bottom:34px;
  padding-bottom:20px;
  border-bottom:1px solid var(--rule);
}
.gvl-cart-kicker{
  display:flex;
  align-items:center;
  gap:10px;
  margin-bottom:6px;
  font-size:.72rem;
  font-weight:700;
  letter-spacing:.16em;
  text-transform:uppercase;
  color:var(--blue);
}
.gvl-kicker-line{
  width:36px;
  height:2px;
  background:linear-gradient(90deg,var(--blue),transparent);
}
.gvl-cart-title{
  font-size:clamp(2rem,3.6vw,2.75rem);
  font-weight:600;
  letter-spacing:-.025em;
  color:var(--navy);
  margin:0;
  line-height:1.15;
}
.gvl-cart-badge{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:8px 18px;
  border-radius:30px;
  border:1px solid var(--rule);
  margin:10px 0 30px;
}

/* ── Cart Header ───────────────────────────── */
.gvl-cart-header{
  display:flex;
  flex-wrap:wrap;
  align-items:flex-end;
  justify-content:space-between;
  gap:20px;
  margin-bottom:34px;
  padding-bottom:20px;
  border-bottom:1px solid var(--rule);
}
.gvl-cart-kicker{
  display:flex;
  align-items:center;
  gap:10px;
  margin-bottom:6px;
  font-size:.72rem;
  font-weight:700;
  letter-spacing:.16em;
  text-transform:uppercase;
  color:var(--blue);
}
.gvl-kicker-line{
  width:24px;
  height:1.5px;
  background:var(--blue);
}
.gvl-cart-title{
  font-size:clamp(2rem,3.6vw,2.75rem);
  font-weight:600;
  letter-spacing:-.025em;
  color:var(--navy);
  margin:0;
  line-height:1.15;
}
.gvl-cart-badge{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:8px 16px;
  border-radius:20px;
  border:1px solid var(--rule);
  background:#fff;
  font-size:.74rem;
  font-weight:700;
  letter-spacing:.08em;
  text-transform:uppercase;
  color:var(--navy);
  box-shadow:0 2px 8px rgba(11,29,55,.02);
}
.gvl-badge-dot{
  width:7px;
  height:7px;
  border-radius:50%;
  background:var(--blue);
}

/* ── Cart 2-Column Grid ────────────────────── */
.gvl-cart-layout{
  display:grid;
  grid-template-columns:1fr;
  gap:32px;
  align-items:start;
  width:100%;
}
@media (min-width:960px){
  .gvl-cart-layout{
    grid-template-columns:minmax(0, 1.4fr) minmax(0, 0.95fr);
    gap:44px;
  }
}

/* ── Cart Items Table Card ─────────────────── */
.gvl-cart-table-card{
  border:1px solid var(--rule);
  border-radius:var(--r);
  background:#fff;
  overflow:hidden;
  margin-bottom:24px;
  box-shadow:0 2px 10px rgba(11,29,55,.03);
}
.woocommerce table.shop_table.cart{
  border:0!important;
  margin:0;
  border-collapse:collapse!important;
  width:100%;
}
.woocommerce table.shop_table.cart th{
  background:rgba(11,29,55,.02)!important;
  border-bottom:1px solid var(--rule)!important;
  border-left:0!important;
  border-right:0!important;
  border-top:0!important;
  color:var(--blue);
  font-size:.72rem;
  font-weight:700;
  letter-spacing:.14em;
  text-transform:uppercase;
  padding:16px 20px;
}
.woocommerce table.shop_table.cart td{
  padding:20px 20px;
  border-bottom:1px solid var(--rule-soft)!important;
  border-left:0!important;
  border-right:0!important;
  border-top:0!important;
  vertical-align:middle;
}
.woocommerce table.shop_table.cart tr:last-child td{
  border-bottom:0!important;
}

.gvl-cart-product-cell{
  display:flex;
  align-items:center;
  gap:16px;
}
.gvl-cart-thumb{
  width:64px;
  height:64px;
  flex:none;
  border:1px solid var(--rule);
  border-radius:var(--r);
  background:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  overflow:hidden;
  padding:4px;
}
.gvl-cart-thumb img{
  width:100%;
  height:100%;
  object-fit:contain;
  background:transparent;
  border:0!important;
}
.gvl-cart-prod-title a,
.gvl-cart-prod-title{
  font-size:1rem;
  font-weight:700;
  color:var(--navy);
  text-decoration:none;
  line-height:1.3;
}
.gvl-cart-prod-title a:hover{
  color:var(--blue);
  text-decoration:none;
}
.gvl-cart-badges{display:none!important}

.gvl-price-text{
  font-size:.96rem;
  font-weight:600;
  color:var(--navy-70);
}
.gvl-subtotal-text{
  font-size:1.1rem;
  font-weight:700;
  color:var(--navy);
}

.woocommerce table.shop_table.cart .product-quantity .quantity{
  border:1.5px solid var(--rule);
  border-radius:var(--r);
  background:#fff;
  height:44px;
  width:64px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
}
.woocommerce table.shop_table.cart .product-quantity .quantity .qty{
  width:100%;
  height:100%;
  border:0;
  text-align:center;
  font-family:var(--font);
  font-size:1rem;
  font-weight:700;
  color:var(--navy);
  background:transparent;
  padding:0 4px;
  -moz-appearance:textfield;
}
.woocommerce table.shop_table.cart .product-quantity .gvl-qty-label{
  display:none;
}

.gvl-remove-link{
  color:#e04444!important;
  font-size:1.5rem;
  font-weight:400;
  line-height:1;
  width:32px;
  height:32px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:50%;
  transition:all .18s ease;
  text-decoration:none!important;
}
.gvl-remove-link:hover{
  background:rgba(224,68,68,.10);
  color:#c82828!important;
}

/* ── Cart Mobile Responsive Cards (<= 768px) ── */
@media (max-width:768px){
  .gvl-cart-header{
    flex-direction:column!important;
    align-items:flex-start!important;
    gap:12px!important;
  }
  .gvl-cart-badge{
    align-self:flex-start!important;
  }
  .gvl-cart-table-card{
    background:transparent!important;
    border:0!important;
    box-shadow:none!important;
    overflow:visible!important;
    margin-bottom:16px!important;
  }
  .woocommerce table.shop_table.cart,
  .woocommerce-page table.shop_table.cart,
  .woocommerce table.shop_table_responsive.cart,
  .woocommerce-page table.shop_table_responsive.cart{
    border:0!important;
    background:transparent!important;
    display:block!important;
    width:100%!important;
  }
  .woocommerce table.shop_table.cart thead,
  .woocommerce-page table.shop_table.cart thead{
    display:none!important;
  }
  .woocommerce table.shop_table.cart tbody,
  .woocommerce-page table.shop_table.cart tbody{
    display:flex!important;
    flex-direction:column!important;
    gap:14px!important;
    width:100%!important;
  }
  .woocommerce table.shop_table.cart tr.cart_item,
  .woocommerce-page table.shop_table.cart tr.cart_item{
    display:block!important;
    background:#fff!important;
    border:1px solid var(--rule)!important;
    border-radius:var(--r)!important;
    padding:16px 16px 14px!important;
    position:relative!important;
    box-shadow:0 2px 8px rgba(11,29,55,.03)!important;
    box-sizing:border-box!important;
  }

  /* Suppress all default WooCommerce data-title pseudo-labels */
  .woocommerce table.shop_table_responsive.cart tr td::before,
  .woocommerce-page table.shop_table_responsive.cart tr td::before,
  .woocommerce-cart-form table.shop_table_responsive tr td::before,
  .woocommerce table.cart tr td::before,
  .woocommerce-page table.cart tr td::before,
  .woocommerce-page table.shop_table_responsive.cart tr.cart_item td::before,
  .woocommerce table.shop_table_responsive.cart tr.cart_item td::before{
    display:none!important;
    content:""!important;
    float:none!important;
  }

  .woocommerce table.shop_table.cart tr.cart_item td,
  .woocommerce-page table.shop_table.cart tr.cart_item td{
    display:block!important;
    border:0!important;
    padding:0!important;
    text-align:left!important;
    background:transparent!important;
    width:auto!important;
  }

  /* Product name & thumbnail */
  .woocommerce table.shop_table.cart tr.cart_item td.product-name,
  .woocommerce-page table.shop_table.cart tr.cart_item td.product-name{
    padding-right:34px!important;
    margin-bottom:6px!important;
  }
  .gvl-cart-product-cell{
    display:flex!important;
    align-items:flex-start!important;
    gap:14px!important;
  }
  .gvl-cart-thumb{
    width:56px!important;
    height:56px!important;
    flex:none!important;
    border-radius:6px!important;
  }
  .gvl-cart-prod-info{
    flex:1!important;
    min-width:0!important;
  }
  .gvl-cart-prod-title a,
  .gvl-cart-prod-title{
    font-size:.95rem!important;
    font-weight:700!important;
    color:var(--navy)!important;
  }

  /* Unit price beneath title aligned with info */
  .woocommerce table.shop_table.cart tr.cart_item td.product-price,
  .woocommerce-page table.shop_table.cart tr.cart_item td.product-price{
    display:block!important;
    margin-left:70px!important;
    margin-top:-6px!important;
    margin-bottom:12px!important;
  }
  .gvl-price-text{
    font-size:.85rem!important;
    color:var(--navy-70)!important;
  }

  /* Remove cross button absolute top-right */
  .woocommerce table.shop_table.cart tr.cart_item td.product-remove,
  .woocommerce-page table.shop_table.cart tr.cart_item td.product-remove{
    position:absolute!important;
    top:12px!important;
    right:12px!important;
    margin:0!important;
    padding:0!important;
    width:auto!important;
  }
  .gvl-remove-link{
    width:28px!important;
    height:28px!important;
    font-size:1.3rem!important;
  }

  /* Bottom Controls: Quantity left, Subtotal right */
  .woocommerce table.shop_table.cart tr.cart_item td.product-quantity,
  .woocommerce-page table.shop_table.cart tr.cart_item td.product-quantity{
    display:inline-block!important;
    float:left!important;
    margin:0!important;
    width:auto!important;
  }
  .woocommerce table.shop_table.cart tr.cart_item td.product-quantity .quantity{
    height:38px!important;
    width:58px!important;
    border-radius:6px!important;
  }
  .woocommerce table.shop_table.cart tr.cart_item td.product-quantity .quantity .qty{
    font-size:.92rem!important;
  }

  .woocommerce table.shop_table.cart tr.cart_item td.product-subtotal,
  .woocommerce-page table.shop_table.cart tr.cart_item td.product-subtotal{
    display:block!important;
    float:right!important;
    text-align:right!important;
    margin:0!important;
    padding-top:6px!important;
    width:auto!important;
  }
  .gvl-subtotal-text{
    font-size:1.18rem!important;
    font-weight:700!important;
    color:var(--navy)!important;
  }

  /* Clear bottom float */
  .woocommerce table.shop_table.cart tr.cart_item::after,
  .woocommerce-page table.shop_table.cart tr.cart_item::after{
    content:""!important;
    display:table!important;
    clear:both!important;
  }

  /* Actions Card on mobile */
  .gvl-cart-actions-card{
    padding:16px!important;
    flex-direction:column!important;
    align-items:stretch!important;
    gap:14px!important;
  }
  .gvl-coupon-area{
    width:100%!important;
  }
  .gvl-coupon-area .coupon{
    display:flex!important;
    flex-direction:column!important;
    gap:8px!important;
    width:100%!important;
  }
  .gvl-coupon-area input.input-text{
    width:100%!important;
    height:46px!important;
    box-sizing:border-box!important;
  }
  .gvl-apply-coupon-btn{
    width:100%!important;
    height:46px!important;
  }
  .gvl-cart-nav-actions{
    width:100%!important;
    display:flex!important;
    flex-direction:column-reverse!important;
    gap:10px!important;
    margin:0!important;
  }
  .gvl-continue-link{
    width:100%!important;
    text-align:center!important;
    justify-content:center!important;
  }
  .gvl-update-btn{
    width:100%!important;
    height:46px!important;
    text-align:center!important;
    justify-content:center!important;
  }
}

/* ── Cart Actions Bar ──────────────────────── */
.gvl-cart-actions-card{
  border:1px solid var(--rule);
  border-radius:var(--r);
  background:#fff;
  padding:16px 22px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  margin-bottom:24px;
  box-shadow:0 2px 10px rgba(11,29,55,.02);
}
.gvl-coupon-area .coupon{
  display:flex;
  align-items:center;
  gap:10px;
  margin:0;
  float:none;
}
.gvl-coupon-area input.input-text{
  border:1.5px solid var(--rule);
  border-radius:var(--r);
  background:#fff;
  padding:10px 14px;
  font-size:.88rem;
  width:210px;
  height:44px;
}
.gvl-apply-coupon-btn{
  background:var(--navy)!important;
  border:1px solid var(--navy)!important;
  color:#fff!important;
  font-family:var(--font);
  font-size:.8rem!important;
  font-weight:700!important;
  letter-spacing:.08em;
  text-transform:uppercase;
  padding:0 20px!important;
  height:44px;
  border-radius:var(--r);
  cursor:pointer;
  transition:all .18s ease;
}
.gvl-apply-coupon-btn:hover{
  background:#142d54!important;
}

.gvl-cart-nav-actions{
  display:flex;
  align-items:center;
  gap:18px;
}
.gvl-continue-link{
  font-size:.82rem;
  font-weight:700;
  letter-spacing:.08em;
  text-transform:uppercase;
  color:var(--navy);
  text-decoration:none;
  transition:color .18s ease;
}
.gvl-continue-link:hover{
  color:var(--blue);
}
.gvl-update-btn{
  background:#eef1f6!important;
  border:1px solid var(--rule)!important;
  color:var(--navy)!important;
  font-family:var(--font);
  font-size:.8rem!important;
  font-weight:700!important;
  letter-spacing:.08em;
  text-transform:uppercase;
  padding:0 20px!important;
  height:44px;
  border-radius:var(--r);
  cursor:pointer;
  transition:all .18s ease;
}
.gvl-update-btn:hover{
  background:var(--navy)!important;
  color:#fff!important;
}

/* ── Trust Badges (3 Cards) ────────────────── */
.gvl-cart-trust-row{
  display:grid;
  grid-template-columns:repeat(3, 1fr);
  gap:14px;
  margin-bottom:20px;
}
@media (max-width:899px){
  .gvl-cart-trust-row{
    grid-template-columns:1fr;
  }
}
.gvl-trust-card{
  border:1px solid var(--rule);
  border-radius:var(--r);
  background:#fff;
  padding:16px 18px;
  display:flex;
  align-items:center;
  gap:14px;
  box-shadow:0 2px 8px rgba(11,29,55,.02);
}
.gvl-trust-icon{
  width:38px;
  height:38px;
  flex:none;
  border-radius:8px;
  background:var(--blue-wash);
  color:var(--blue);
  display:flex;
  align-items:center;
  justify-content:center;
}
.gvl-trust-icon svg{
  width:18px;
  height:18px;
}
.gvl-trust-text{
  display:flex;
  flex-direction:column;
  gap:2px;
}
.gvl-trust-text strong{
  font-size:.88rem;
  font-weight:700;
  color:var(--navy);
}
.gvl-trust-text span{
  font-size:.75rem;
  color:var(--navy-70);
}

/* ── Order Summary Card (Right Column) ─────── */
.gvl-order-summary-card{
  border:1px solid var(--rule);
  border-radius:var(--r);
  background:#fff;
  padding:28px 24px;
  box-shadow:0 4px 20px rgba(11,29,55,.04);
  position:sticky;
  top:96px;
}
.gvl-order-summary-title{
  font-family:var(--font);
  font-size:1.35rem;
  font-weight:700;
  letter-spacing:.06em;
  text-transform:uppercase;
  color:var(--navy);
  margin:0 0 20px;
  padding-bottom:14px;
  border-bottom:1px solid var(--rule);
  text-align:left;
}
.gvl-order-summary-table{
  width:100%;
  border:0!important;
  margin:0 0 20px;
  border-collapse:collapse!important;
}
.gvl-order-summary-table tr{
  border:0!important;
}
.gvl-order-summary-table th,
.gvl-order-summary-table td{
  padding:12px 0!important;
  border:0!important;
  background:none!important;
}
.gvl-order-summary-table tr.cart-subtotal th{
  font-size:.82rem;
  font-weight:700;
  letter-spacing:.1em;
  color:var(--navy-70);
  text-transform:uppercase;
  text-align:left;
}
.gvl-order-summary-table tr.cart-subtotal td{
  font-size:1.05rem;
  font-weight:700;
  color:var(--navy);
  text-align:right;
}
.gvl-order-summary-table tr.order-total{
  border-top:1.5px solid var(--rule)!important;
}
.gvl-order-summary-table tr.order-total th{
  padding-top:18px!important;
  font-size:.92rem;
  font-weight:700;
  letter-spacing:.12em;
  color:var(--navy);
  text-transform:uppercase;
  text-align:left;
}
.gvl-order-summary-table tr.order-total td{
  padding-top:18px!important;
  font-size:1.75rem;
  font-weight:700;
  color:var(--navy);
  text-align:right;
  letter-spacing:-.02em;
}

.wc-proceed-to-checkout .checkout-button,
.gvl-proceed-checkout-btn{
  width:100%;
  height:52px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  font-family:var(--font);
  font-size:.9rem;
  font-weight:700;
  letter-spacing:.08em;
  text-transform:uppercase;
  background:var(--navy)!important;
  border:1px solid var(--navy)!important;
  color:#fff!important;
  border-radius:var(--r);
  box-shadow:0 4px 16px rgba(11,29,55,.2);
  transition:all .18s ease;
  text-decoration:none!important;
  margin:16px 0 18px;
}
.wc-proceed-to-checkout .checkout-button:hover,
.gvl-proceed-checkout-btn:hover{
  background:#142d54!important;
  border-color:#142d54!important;
  box-shadow:0 6px 20px rgba(11,29,55,.3);
  transform:translateY(-1px);
}

.gvl-cart-security-note{
  margin-top:20px;
  padding-top:16px;
  border-top:1px solid var(--rule-soft);
  text-align:center;
}
.gvl-security-heading{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:6px;
  font-size:.68rem;
  font-weight:700;
  letter-spacing:.12em;
  text-transform:uppercase;
  color:var(--navy-70);
  margin-bottom:6px;
}
.gvl-security-heading svg{
  color:var(--blue);
}
.gvl-cart-security-note p{
  font-size:.74rem;
  color:var(--gray);
  line-height:1.5;
  margin:0;
}

.cart-empty-panel{border:1px dashed var(--rule);border-radius:var(--r);padding:34px;max-width:56ch}
.cart-empty-panel h2{font-size:1.4rem;margin-bottom:10px}
.cart-empty-panel p{color:var(--navy-70)}

/* ═══════════════════════════════════════════
   15. WooCommerce — Checkout (Reference Layout with Theme Colors)
   ═══════════════════════════════════════════ */
.gvl-checkout-page{
  margin:10px 0 30px;
}

/* ── Checkout Header ───────────────────────── */
.gvl-checkout-header{
  display:flex;
  flex-wrap:wrap;
  align-items:flex-end;
  justify-content:space-between;
  gap:20px;
  margin-bottom:34px;
  padding-bottom:20px;
  border-bottom:1px solid var(--rule);
}
.gvl-checkout-kicker{
  display:flex;
  align-items:center;
  gap:10px;
  margin-bottom:6px;
  font-size:.72rem;
  font-weight:700;
  letter-spacing:.16em;
  text-transform:uppercase;
  color:var(--blue);
}
.gvl-checkout-title{
  font-size:clamp(2rem,3.6vw,2.75rem);
  font-weight:600;
  letter-spacing:-.025em;
  color:var(--navy);
  margin:0;
  line-height:1.15;
}
.gvl-checkout-intro p{
  margin:0;
  font-size:.92rem;
  color:var(--navy-70);
  max-width:44ch;
  line-height:1.55;
}

/* ── Checkout Grid ─────────────────────────── */
.gvl-checkout-grid{
  display:grid;
  grid-template-columns:1fr;
  gap:32px;
  align-items:start;
  width:100%;
}
@media (min-width:960px){
  .gvl-checkout-grid{
    grid-template-columns:minmax(0, 1.35fr) minmax(0, 1fr);
    gap:44px;
  }
}

@media (max-width:768px){
  .gvl-checkout-header{
    flex-direction:column!important;
    align-items:flex-start!important;
    gap:12px!important;
  }
  .gvl-checkout-billing-card,
  .gvl-checkout-summary-card{
    padding:22px 18px!important;
  }
}

/* ── Left Column: Billing Details Card ─────── */
.gvl-checkout-billing-card{
  border:1px solid var(--rule);
  border-radius:var(--r);
  background:#fff;
  padding:32px 28px;
  box-shadow:0 2px 12px rgba(11,29,55,.03);
}
.woocommerce-billing-fields > h3,
.woocommerce-shipping-fields > h3,
.woocommerce-additional-fields > h3{
  font-family:var(--font);
  font-size:1.3rem;
  font-weight:600;
  color:var(--navy);
  margin:0 0 22px;
  padding-bottom:12px;
  border-bottom:1px solid var(--rule);
}

.woocommerce form .form-row{
  margin-bottom:18px;
}
.woocommerce form .form-row label{
  display:block;
  font-family:var(--font);
  font-size:.72rem;
  font-weight:700;
  letter-spacing:.14em;
  text-transform:uppercase;
  color:var(--blue);
  margin-bottom:8px;
}
.woocommerce form .form-row label .required{
  color:var(--blue)!important;
  font-weight:700;
  margin-left:3px;
}
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row select,
.woocommerce form .form-row textarea{
  border:1.5px solid var(--rule);
  border-radius:var(--r);
  padding:12px 14px;
  font-size:.94rem;
  color:var(--navy);
  background:#fff;
  transition:border-color .18s ease,box-shadow .18s ease;
}
.woocommerce form .form-row input.input-text:focus,
.woocommerce form .form-row select:focus,
.woocommerce form .form-row textarea:focus{
  outline:2px solid var(--blue);
  outline-offset:0;
  border-color:var(--blue);
}

.select2-container--default .select2-selection--single{
  height:46px;
  border:1.5px solid var(--rule);
  border-radius:var(--r);
  display:flex;
  align-items:center;
  background:#fff;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
  color:var(--navy);
  font-size:.94rem;
  padding-left:14px;
}

/* ── Right Column: Order Verification Card ─── */
.gvl-checkout-review-card{
  border:1px solid var(--rule);
  border-radius:var(--r);
  background:#fff;
  padding:28px 24px;
  box-shadow:0 4px 20px rgba(11,29,55,.04);
  position:sticky;
  top:96px;
}
.gvl-review-title{
  font-family:var(--font);
  font-size:1.3rem;
  font-weight:600;
  color:var(--navy);
  margin:0 0 20px;
  padding-bottom:14px;
  border-bottom:1px solid var(--rule);
}

.gvl-review-table{
  width:100%;
  border:1px solid var(--rule)!important;
  border-radius:var(--r);
  margin:0 0 24px;
  border-collapse:collapse!important;
  overflow:hidden;
  background:#fff;
}
.gvl-review-table th{
  background:rgba(11,29,55,.02)!important;
  border-bottom:1px solid var(--rule)!important;
  border-left:0!important;
  border-right:0!important;
  border-top:0!important;
  font-size:.74rem;
  font-weight:700;
  letter-spacing:.1em;
  text-transform:uppercase;
  color:var(--navy);
  padding:14px 16px;
}
.gvl-review-table td{
  padding:16px;
  border-bottom:1px solid var(--rule-soft)!important;
  border-left:0!important;
  border-right:0!important;
  border-top:0!important;
  vertical-align:middle;
}
.gvl-checkout-prod-name{
  font-size:.94rem;
  font-weight:600;
  color:var(--navy);
}
.gvl-checkout-prod-name .product-quantity{
  color:var(--navy-70);
  font-weight:500;
  font-size:.85rem;
  margin-left:4px;
}
.gvl-review-table tfoot tr{
  border:0!important;
}
.gvl-review-table tfoot th{
  background:none!important;
  text-transform:uppercase;
  font-size:.78rem;
  letter-spacing:.1em;
  font-weight:700;
  color:var(--navy-70);
  padding:12px 16px;
  border-top:1px solid var(--rule-soft)!important;
  border-left:0!important;
  border-right:0!important;
  text-align:left;
}
.gvl-review-table tfoot td{
  font-size:.98rem;
  font-weight:600;
  color:var(--navy);
  padding:12px 16px;
  border-top:1px solid var(--rule-soft)!important;
  border-left:0!important;
  border-right:0!important;
  text-align:right;
}
.gvl-review-table tfoot tr.gvl-review-total-row th{
  border-top:1.5px solid var(--rule)!important;
  padding-top:18px!important;
  font-size:.88rem;
  font-weight:700;
  letter-spacing:.12em;
  color:var(--navy);
  text-transform:uppercase;
}
.gvl-review-table tfoot tr.gvl-review-total-row td{
  border-top:1.5px solid var(--rule)!important;
  padding-top:18px!important;
  font-size:1.5rem;
  font-weight:700;
  color:var(--navy);
  letter-spacing:-.02em;
}

/* ── Payment Section ───────────────────────── */
.woocommerce-checkout #payment{
  background:rgba(11,29,55,.02);
  border:1px solid var(--rule);
  border-radius:var(--r);
  overflow:hidden;
  margin-top:20px;
}
.woocommerce-checkout #payment ul.payment_methods{
  list-style:none;
  margin:0;
  padding:16px 18px;
  border-bottom:1px solid var(--rule);
  display:flex;
  flex-direction:column;
  gap:12px;
}
.woocommerce-checkout #payment ul.payment_methods li{
  margin:0;
  list-style:none;
}
.woocommerce-checkout #payment ul.payment_methods label{
  font-size:.82rem;
  font-weight:700;
  letter-spacing:.08em;
  text-transform:uppercase;
  color:var(--navy);
  cursor:pointer;
}
.woocommerce-checkout #payment div.payment_box{
  background:#fff;
  border:1px solid var(--rule);
  border-radius:var(--r);
  padding:16px;
  font-size:.84rem;
  color:var(--navy-70);
  margin-top:10px;
  line-height:1.55;
}
.woocommerce-checkout #payment div.payment_box::before{
  border-bottom-color:#fff;
}
.woocommerce-checkout #payment div.form-row{
  padding:18px;
  margin:0;
}
.woocommerce-checkout #payment #place_order{
  width:100%;
  height:52px;
  background:var(--navy)!important;
  border:1px solid var(--navy)!important;
  color:#fff!important;
  font-family:var(--font);
  font-size:.88rem;
  font-weight:700;
  letter-spacing:.1em;
  text-transform:uppercase;
  border-radius:var(--r);
  box-shadow:0 4px 16px rgba(11,29,55,.2);
  cursor:pointer;
  transition:all .18s ease;
  padding:0 24px;
}
.woocommerce-checkout #payment #place_order:hover{
  background:#142d54!important;
  border-color:#142d54!important;
  box-shadow:0 6px 20px rgba(11,29,55,.3);
  transform:translateY(-1px);
}
.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper{
  margin-bottom:14px;
  font-size:.84rem;
  color:var(--navy-70);
}

.thankyou-head{max-width:60ch;margin-bottom:32px}
.thankyou-head .badge{
  display:inline-flex;align-items:center;gap:8px;margin-bottom:16px;
  background:var(--sage-wash);border:1px solid var(--sage);border-radius:20px;padding:6px 14px;
  font-size:.7rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#3f6639;
}
.thankyou-head .badge svg{width:14px;height:14px}
.woocommerce ul.order_details{
  list-style:none;margin:0 0 34px;padding:0;
  display:grid;grid-template-columns:repeat(2,1fr);gap:1px;background:var(--rule);
  border:1px solid var(--rule);border-radius:var(--r);overflow:hidden;
}
.woocommerce ul.order_details li{
  background:#fff;padding:16px;margin:0;border:0;float:none;
  font-size:1rem;font-weight:600;text-transform:none;
}
.woocommerce ul.order_details li::after{content:none}
.woocommerce ul.order_details li strong{
  display:block;margin-top:5px;font-size:.62rem;letter-spacing:.1em;text-transform:uppercase;
  color:var(--gray);font-weight:700;
}
.thankyou-next{
  margin:0 0 34px;padding:24px;border:1px solid var(--rule);border-radius:var(--r);background:#fff;max-width:62ch;
}
.thankyou-next h2{font-size:1.15rem;margin-bottom:14px}
.thankyou-next ol{margin:0;padding-left:1.1rem;color:var(--navy-70);font-size:.92rem;line-height:1.7}
.thankyou-next li::marker{color:var(--blue);font-weight:600}

/* ═══════════════════════════════════════════
   16. WooCommerce — account
   ═══════════════════════════════════════════ */
.woocommerce-account .woocommerce-MyAccount-navigation{width:100%;float:none;margin-bottom:28px}
.woocommerce-account .woocommerce-MyAccount-navigation ul{list-style:none;margin:0;padding:0;border:1px solid var(--rule);border-radius:var(--r);overflow:hidden}
.woocommerce-account .woocommerce-MyAccount-navigation li{border-bottom:1px solid var(--rule-soft)}
.woocommerce-account .woocommerce-MyAccount-navigation li:last-child{border-bottom:0}
.woocommerce-account .woocommerce-MyAccount-navigation li a{display:block;padding:13px 16px;color:var(--navy);font-weight:500;font-size:.9rem}
.woocommerce-account .woocommerce-MyAccount-navigation li a:hover{background:var(--blue-wash);text-decoration:none}
.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a{background:var(--navy);color:#fff}
.woocommerce-account .woocommerce-MyAccount-content{width:100%;float:none}
.woocommerce-account .col2-set .col-1,.woocommerce-account .col2-set .col-2{
  border:1px solid var(--rule);border-radius:var(--r);padding:24px;margin-bottom:20px;background:#fff;
}
.woocommerce-form-login__rememberme{font-weight:400!important;font-size:.85rem}

/* ═══════════════════════════════════════════
   17. Cart / checkout blocks (WooCommerce Blocks)
   ═══════════════════════════════════════════ */
.wc-block-components-title,.wc-block-cart__submit-container{font-family:var(--font)}
.wc-block-cart-items__header{
  font-size:.66rem;letter-spacing:.1em;text-transform:uppercase;color:var(--navy-70);font-weight:700;
}
.wc-block-components-product-name{color:var(--navy);font-weight:600}
.wc-block-cart-item__image img,.wc-block-components-order-summary-item__image img{
  border:1px solid var(--rule);border-radius:2px;
}
.wc-block-components-totals-item__value,.wc-block-formatted-money-amount{font-weight:600}
.wc-block-components-sidebar .wc-block-components-totals-wrapper,
.wp-block-woocommerce-checkout-order-summary-block{
  border:1px solid var(--rule);border-radius:var(--r);background:#fff;
}
.wc-block-components-text-input input[type=text],
.wc-block-components-text-input input[type=email],
.wc-block-components-text-input input[type=tel]{border-radius:var(--r);border-color:var(--rule)}

/* ═══════════════════════════════════════════
   18. 404
   ═══════════════════════════════════════════ */
.e404{padding:70px 0 90px}
.e404-code{
  font-size:clamp(3.6rem,15vw,7rem);font-weight:500;letter-spacing:-.04em;line-height:1;
  color:var(--navy-55);margin-bottom:14px;
}
.e404 h1{font-size:clamp(1.7rem,5.4vw,2.6rem);margin-bottom:14px}
.e404 p{color:var(--navy-70);max-width:52ch}
.e404-links{display:flex;flex-wrap:wrap;gap:11px;margin:26px 0 34px}
.e404-search{max-width:440px}
.e404-search form{display:flex;gap:8px}
.e404-search input[type=search]{flex:1}

/* ═══════════════════════════════════════════
   19. Footer (Reference Layout with Theme Colors)
   ═══════════════════════════════════════════ */
.foot{
  background:var(--navy);
  color:rgba(250,250,248,.68);
  padding:64px 0 36px;
  font-size:.9rem;
  line-height:1.6;
}
.foot a{
  color:rgba(250,250,248,.72);
  text-decoration:none;
  transition:color .18s ease;
}
.foot a:hover{
  color:#fff;
  text-decoration:none;
}

.foot-top-grid{
  display:grid;
  grid-template-columns:1fr;
  gap:36px;
  margin-bottom:44px;
}
@media (min-width:768px){
  .foot-top-grid{
    grid-template-columns:1.35fr .9fr 1.05fr;
    gap:48px;
  }
}

.foot-brand-col{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  max-width:380px;
}
.foot-brand{
  display:inline-flex;
  align-items:center;
  gap:12px;
  margin-bottom:18px;
  color:#fff;
  text-decoration:none;
}
.foot-brand:hover{
  color:#fff;
}
.foot-brand svg{
  width:32px;
  height:32px;
  flex:none;
}
.foot-brand-title{
  font-size:1.15rem;
  font-weight:700;
  letter-spacing:.08em;
  color:#fff;
  text-transform:uppercase;
  line-height:1.2;
}
.foot-brand-title span{
  display:block;
  font-size:.65rem;
  letter-spacing:.22em;
  color:var(--blue);
  font-weight:700;
}
.foot-mission{
  font-size:.88rem;
  line-height:1.65;
  color:rgba(250,250,248,.62);
  margin:0;
}

.foot-col-title{
  font-family:var(--font);
  font-size:.72rem;
  font-weight:700;
  letter-spacing:.16em;
  text-transform:uppercase;
  color:var(--blue);
  margin:0 0 20px;
}
.foot-menu-list{
  list-style:none;
  margin:0;
  padding:0;
  display:flex;
  flex-direction:column;
  gap:11px;
}
.foot-menu-list li{
  margin:0;
}
.foot-menu-list a{
  font-size:.9rem;
  color:rgba(250,250,248,.72);
  font-weight:400;
}
.foot-menu-list a:hover{
  color:#fff;
}

.foot-divider{
  border:0;
  border-top:1px solid rgba(250,250,248,.12);
  margin:0 0 28px;
}

.foot-disclaimers{
  display:flex;
  flex-direction:column;
  gap:20px;
  margin-bottom:32px;
}
.foot-disclaimer-block{
  display:flex;
  flex-direction:column;
  gap:6px;
}
.foot-disclaimer-title{
  font-family:var(--font);
  font-size:.7rem;
  font-weight:700;
  letter-spacing:.14em;
  text-transform:uppercase;
  color:#fff;
  margin:0;
}
.foot-disclaimer-block p{
  margin:0;
  font-size:.8rem;
  line-height:1.65;
  color:rgba(250,250,248,.55);
}

.foot-bottom-bar{
  display:flex;
  flex-direction:column;
  gap:12px;
  font-size:.72rem;
  letter-spacing:.12em;
  text-transform:uppercase;
  color:rgba(250,250,248,.45);
}
@media (min-width:640px){
  .foot-bottom-bar{
    flex-direction:row;
    align-items:center;
    justify-content:space-between;
  }
}
.foot-bottom-tagline{
  font-weight:600;
}
.foot-bottom-copy{
  font-weight:500;
}

/* ═══════════════════════════════════════════
   20. Breakpoints
   ═══════════════════════════════════════════ */
@media (min-width:560px){
  :root{--pad:32px}
  .cat-more{flex-direction:row;align-items:center;justify-content:space-between;gap:24px}
  .spec{grid-template-columns:repeat(4,1fr)}
  .woocommerce form .form-row-first{width:48%;float:left}
  .woocommerce form .form-row-last{width:48%;float:right}
  .woocommerce ul.order_details{grid-template-columns:repeat(3,1fr)}
}

@media (min-width:768px){
  .grid,
  .woocommerce ul.products,
  .woocommerce-page ul.products{grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}
  .woocommerce div.product{
    display:grid!important;
    grid-template-columns:minmax(0, 1fr) minmax(0, 1.25fr)!important;
    gap:48px!important;
    align-items:start!important;
  }
  .woocommerce div.product div.images{
    margin-bottom:0!important;
    grid-column:1!important;
    grid-row:1!important;
    width:100%!important;
    max-width:100%!important;
    aspect-ratio:1 / 1!important;
    padding:36px 28px!important;
  }
  .woocommerce div.product div.summary{
    grid-column:2!important;
    grid-row:1!important;
    margin:0!important;
    float:none!important;
    width:100%!important;
  }
  .woocommerce div.product .woocommerce-tabs,
  .woocommerce div.product .related,
  .woocommerce div.product .upsells{grid-column:1 / -1}
  .woocommerce div.product .related ul.products,
  .woocommerce div.product .upsells ul.products{grid-template-columns:repeat(4,minmax(0,1fr))}
}

@media (min-width:900px){
  :root{--pad:44px;--shell:1320px}
  body{font-size:17px}
  .band{padding:96px 0}
  .wc-page{padding:44px 0 96px}
  .page-body{padding:60px 0 92px}
  .nav-in{height:78px}
  .nav-toggle{display:none}
  .nav-panel{display:none!important}
  .nav-links{display:flex;align-items:center;gap:30px;list-style:none;margin:0;padding:0}
  .nav-links li{position:relative}
  .nav-links a{color:var(--navy);font-size:.9rem;font-weight:500}
  .nav-links a:hover{color:var(--blue);text-decoration:none}
  .nav-links .btn{padding:10px 20px}
  .nav-links .sub-menu{
    position:absolute;top:100%;left:-14px;min-width:200px;display:none;
    background:#fff;border:1px solid var(--rule);border-radius:var(--r);padding:8px 0;
    box-shadow:0 8px 24px rgba(11,29,55,.10);
  }
  .nav-links li:hover > .sub-menu,.nav-links li:focus-within > .sub-menu{display:block}
  .nav-links .sub-menu a{display:block;padding:9px 16px;font-size:.86rem}
  .nav-links .sub-menu a:hover{background:var(--blue-wash)}

  .hero{padding:72px 0 20px}
  .hero-in{display:grid;grid-template-columns:1.05fr .95fr;gap:56px;align-items:center}
  .hero-art{margin:0;align-self:center}
  .hero-cta .btn{flex:0 0 auto}

  .grid,
  .woocommerce ul.products,
  .woocommerce-page ul.products{grid-template-columns:repeat(4,minmax(0,1fr));gap:20px}
  .front-catalog .grid{grid-template-columns:repeat(4,minmax(0,1fr))}
  .card-body{padding:17px 16px 18px}

  .cat-head{flex-direction:row;align-items:flex-end;justify-content:space-between;gap:40px}
  .values{grid-template-columns:1fr 1fr;column-gap:44px}
  .research-in{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:start}
  .method{margin-top:0}
  .coa-in{display:grid;grid-template-columns:.85fr 1.15fr;gap:56px;align-items:start}
  .faq-in{display:grid;grid-template-columns:1.4fr .6fr;gap:56px;align-items:start}
  .ph-wide{aspect-ratio:21/9}

  .woocommerce .col2-set .col-1{width:48%;float:left}
  .woocommerce .col2-set .col-2{width:48%;float:right}
  .checkout-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:48px;align-items:start}
  .cart-grid{display:grid;grid-template-columns:1.4fr .6fr;gap:44px;align-items:start}
  .woocommerce-account .woocommerce-MyAccount-navigation{width:24%;float:left;margin-bottom:0}
  .woocommerce-account .woocommerce-MyAccount-content{width:70%;float:right}
  .woocommerce ul.order_details{grid-template-columns:repeat(4,1fr)}
}

@media (prefers-reduced-motion:no-preference){
  .draw{stroke-dasharray:1400;stroke-dashoffset:1400;animation:gvl-draw 2.4s cubic-bezier(.65,0,.35,1) .25s forwards}
  @keyframes gvl-draw{to{stroke-dashoffset:0}}
  .fade{opacity:0;animation:gvl-fade .9s ease 1.5s forwards}
  @keyframes gvl-fade{to{opacity:1}}
}
@media (prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  *{animation:none!important;transition:none!important}
}

/* ═══════════════════════════════════════════
   21. Age & Research Verification Gate
   ═══════════════════════════════════════════ */
.gvl-age-gate-overlay{
  position:fixed;
  top:0;
  left:0;
  width:100%;
  height:100%;
  z-index:999999;
  background:rgba(8,20,38,.86);
  backdrop-filter:blur(14px);
  -webkit-backdrop-filter:blur(14px);
  display:flex;
  align-items:center;
  justify-content:center;
  padding:20px;
  overflow-y:auto;
  box-sizing:border-box;
  transition:opacity .3s ease,visibility .3s ease;
}
.gvl-age-gate-overlay.is-hidden{
  opacity:0;
  visibility:hidden;
  pointer-events:none;
}
.gvl-age-gate-container{
  width:100%;
  max-width:500px;
  margin:auto;
}
.gvl-age-gate-card{
  background:#0B1D37;
  border:1px solid rgba(250,250,248,.14);
  border-radius:14px;
  padding:clamp(24px,5vw,36px) clamp(20px,5vw,32px);
  box-shadow:0 24px 64px rgba(0,0,0,.5);
  color:#FAFAF8;
  text-align:center;
  width:100%;
  box-sizing:border-box;
}

.gvl-gate-kicker{
  display:inline-flex;
  align-items:center;
  gap:7px;
  font-family:var(--font);
  font-size:.7rem;
  font-weight:700;
  letter-spacing:.22em;
  text-transform:uppercase;
  color:#ff9d3b;
  margin-bottom:12px;
}
.gvl-gate-dot{
  width:7px;
  height:7px;
  border-radius:50%;
  background:#ff9d3b;
  box-shadow:0 0 8px rgba(255,157,59,.7);
}

.gvl-gate-title{
  font-size:clamp(1.7rem,4vw,2.15rem);
  font-weight:700;
  letter-spacing:-.02em;
  color:#fff;
  margin:0 0 8px;
  line-height:1.15;
}
.gvl-gate-desc{
  font-size:.9rem;
  line-height:1.5;
  color:rgba(250,250,248,.72);
  margin:0 0 20px;
  max-width:44ch;
  margin-left:auto;
  margin-right:auto;
}

.gvl-gate-badge{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  width:100%;
  padding:11px 16px;
  background:rgba(168,191,163,.10);
  border:1px solid rgba(168,191,163,.30);
  border-radius:6px;
  font-family:var(--font);
  font-size:.7rem;
  font-weight:700;
  letter-spacing:.14em;
  text-transform:uppercase;
  color:#A8BFA3;
  margin-bottom:20px;
  box-sizing:border-box;
}

.gvl-gate-form{
  display:flex;
  flex-direction:column;
  gap:12px;
  text-align:left;
  margin-bottom:20px;
}

.gvl-gate-option{
  display:flex;
  align-items:flex-start;
  gap:12px;
  padding:13px 15px;
  background:rgba(250,250,248,.04);
  border:1px solid rgba(250,250,248,.12);
  border-radius:6px;
  cursor:pointer;
  transition:all .16s ease;
  user-select:none;
}
.gvl-gate-option:hover{
  background:rgba(59,111,237,.08);
  border-color:rgba(59,111,237,.45);
}
.gvl-gate-input-check{
  position:absolute;
  opacity:0;
  pointer-events:none;
}
.gvl-gate-custom-box{
  width:20px;
  height:20px;
  border-radius:4px;
  border:1.5px solid rgba(250,250,248,.32);
  background:transparent;
  flex:none;
  display:flex;
  align-items:center;
  justify-content:center;
  transition:all .16s ease;
  margin-top:2px;
  color:#fff;
}
.gvl-gate-custom-box svg{
  width:12px;
  height:12px;
  opacity:0;
  transform:scale(.6);
  transition:all .16s ease;
}
.gvl-gate-input-check:checked + .gvl-gate-custom-box{
  background:var(--blue);
  border-color:var(--blue);
}
.gvl-gate-input-check:checked + .gvl-gate-custom-box svg{
  opacity:1;
  transform:scale(1);
}
.gvl-gate-option-text{
  font-size:.88rem;
  line-height:1.45;
  color:rgba(250,250,248,.88);
  font-weight:500;
}

.gvl-gate-select-wrap{
  position:relative;
  width:100%;
}
.gvl-gate-select{
  width:100%;
  height:48px;
  background:rgba(250,250,248,.04);
  border:1px solid rgba(250,250,248,.14);
  border-radius:6px;
  color:#fff;
  font-family:var(--font);
  font-size:.9rem;
  padding:0 36px 0 15px;
  appearance:none;
  -webkit-appearance:none;
  cursor:pointer;
  transition:all .16s ease;
  box-sizing:border-box;
}
.gvl-gate-select:focus{
  border-color:var(--blue);
  background:rgba(11,29,55,.95);
  outline:none;
  box-shadow:0 0 0 2px rgba(59,111,237,.25);
}
.gvl-gate-select option{
  background:#0B1D37;
  color:#fff;
}
.gvl-gate-select-arrow{
  position:absolute;
  right:14px;
  top:50%;
  transform:translateY(-50%);
  color:rgba(250,250,248,.6);
  pointer-events:none;
  display:flex;
  align-items:center;
}

.gvl-gate-actions{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:12px;
  margin-top:6px;
}
.gvl-gate-btn{
  height:48px;
  border-radius:6px;
  font-family:var(--font);
  font-size:.88rem;
  font-weight:700;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  cursor:pointer;
  transition:all .18s ease;
  border:1px solid transparent;
  box-sizing:border-box;
}
.gvl-gate-btn-decline{
  background:transparent;
  border-color:rgba(250,250,248,.24);
  color:#FAFAF8;
}
.gvl-gate-btn-decline:hover{
  background:rgba(250,250,248,.08);
  border-color:#FAFAF8;
}
.gvl-gate-btn-enter{
  background:var(--blue);
  border-color:var(--blue);
  color:#fff;
}
.gvl-gate-btn-enter:hover:not(:disabled){
  background:#2b5edb;
  border-color:#2b5edb;
  box-shadow:0 4px 14px rgba(59,111,237,.35);
}
.gvl-gate-btn-enter:disabled{
  background:rgba(250,250,248,.10)!important;
  border-color:transparent!important;
  color:rgba(250,250,248,.32)!important;
  cursor:not-allowed;
  box-shadow:none!important;
}

.gvl-gate-callout{
  background:rgba(0,0,0,.28);
  border:1px solid rgba(250,250,248,.08);
  border-radius:6px;
  padding:14px 16px;
  font-size:.8rem;
  line-height:1.55;
  color:rgba(250,250,248,.68);
  text-align:left;
}
.gvl-gate-callout-highlight{
  color:#ffb443;
  font-weight:700;
}

.gvl-gate-foot-note{
  font-size:.74rem;
  line-height:1.5;
  color:rgba(250,250,248,.5);
  text-align:center;
  max-width:480px;
  margin:16px auto 0;
}
.gvl-gate-foot-note strong{
  color:rgba(250,250,248,.8);
}

/* ═══════════════════════════════════════════
   22. Affiliate Portal (Center Aligned)
   ═══════════════════════════════════════════ */
.page-affiliates{
  background:var(--band-tint);
  padding:52px 0 80px;
  min-height:75vh;
}
.gvl-affiliates-center-wrap{
  width:100%;
  max-width:1100px;
  margin:0 auto;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
}
.gvl-affiliates-center-wrap .pgx-signup-wrap,
.gvl-affiliates-center-wrap .pgx-login-wrap{
  max-width:760px;
  margin:0 auto 30px;
  width:100%;
}
.gvl-affiliates-center-wrap .pgx-dashboard{
  max-width:1100px;
  margin:0 auto;
  width:100%;
}

.page-id-119 .entry-header,
.page-affiliates .entry-header{
  text-align:center;
  margin:0 auto 32px;
  max-width:100%;
}
.page-id-119 .entry-header h1,
.page-affiliates .entry-header h1{
  text-align:center;
  margin:0 auto;
}
.page-id-119 .entry-content,
.page-affiliates .entry-content{
  max-width:100%;
  margin:0 auto;
  display:flex;
  flex-direction:column;
  align-items:center;
}
.page-id-119 .entry-content .pgx-signup-wrap,
.page-id-119 .entry-content .pgx-login-wrap{
  max-width:760px;
  margin:0 auto;
  width:100%;
}
