/*
Theme Name: NovaLife Science
Theme URI: https://novalife.science
Author: NovaLife Science Laboratories
Author URI: https://novalife.science
Description: Custom premium biotech theme for NovaLife Science Laboratories. Native WordPress + WooCommerce theme — no page builder. Homepage is fully custom (front-page.php) with dynamic WooCommerce featured products; shop, single product, cart, and checkout use WooCommerce's standard rendering via this theme's header/footer.
Version: 1.3.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: novalife
Tags: e-commerce, custom-colors, custom-logo, custom-menu, featured-images, full-width-template, threaded-comments, translation-ready
*/

:root{
  --navy:#0A2F6B;
  --navy-deep:#082554;
  --navy-soft:#3D5A8A;
  --gold:#D4A72C;
  --gold-light:#E7C667;
  --white:#FFFFFF;
  --off:#F6F8FB;
  --off-2:#EEF2F9;
  --muted:#8C97B5;
  --ink:#0A2F6B;
  --ink-soft:#5B6B85;
  --border:rgba(10,47,107,0.08);
}
*{box-sizing:border-box;margin:0;padding:0;}
html{scroll-behavior:smooth;}
body{width:100%;font-family:'Inter',Arial,sans-serif;background:var(--white);color:var(--ink);}
img{max-width:100%;display:block;}
a{color:inherit;}
.wrap{width:100%;max-width:1280px;margin:0 auto;padding:0 64px;}
.eyebrow{
  display:inline-flex;align-items:center;gap:10px;
  text-transform:uppercase;letter-spacing:3px;font-size:12px;font-weight:700;
  margin-bottom:18px;color:var(--gold);
}
.eyebrow::before{content:"";width:26px;height:1px;background:var(--gold);display:inline-block;}
h2.section-title{
  font-size:40px;font-weight:800;letter-spacing:-0.5px;line-height:1.2;margin-bottom:18px;color:var(--navy);
}
p.section-sub{font-size:16px;line-height:1.8;color:var(--ink-soft);max-width:560px;margin-top:20px;}
.section-head{margin-bottom:74px;}
.section-head.center{text-align:center;margin-left:auto;margin-right:auto;}
.section-head.center p.section-sub{margin-left:auto;margin-right:auto;}
h2.section-title{position:relative;display:inline-block;}
h2.section-title::after{content:'';position:absolute;left:0;bottom:-12px;width:0;height:3px;border-radius:2px;
  background:linear-gradient(90deg,var(--gold),var(--gold-light));transition:width .8s cubic-bezier(.22,1,.36,1);}
.section-head.center h2.section-title::after{left:50%;transform:translateX(-50%);}
h2.section-title.inview::after{width:46px;}
.btn{
  padding:16px 32px;font-size:13px;font-weight:700;letter-spacing:0.6px;text-transform:uppercase;
  border-radius:6px;cursor:pointer;text-decoration:none;display:inline-flex;align-items:center;gap:8px;
  transition:transform .25s cubic-bezier(.22,1,.36,1), box-shadow .25s cubic-bezier(.22,1,.36,1), background .25s ease, color .25s ease;
}
.btn-primary{
  background:linear-gradient(135deg,var(--gold-light),var(--gold));color:var(--navy);
  box-shadow:0 10px 26px rgba(212,167,44,0.35);border:1px solid transparent;
}
.btn-primary:hover{transform:translateY(-3px);box-shadow:0 16px 34px rgba(212,167,44,0.48);}
.btn-secondary{background:#fff;border:1.5px solid var(--navy);color:var(--navy);}
.btn-secondary:hover{transform:translateY(-3px);background:var(--navy);color:#fff;}
.btn-outline{background:transparent;border:1px solid var(--border);color:var(--navy);}
.btn-outline:hover{transform:translateY(-3px);border-color:var(--navy);}
.btn-link{background:transparent;border:none;color:var(--gold);padding:0;text-transform:uppercase;font-weight:700;font-size:13px;letter-spacing:0.6px;
  transition:transform .25s ease,letter-spacing .25s ease;}
.btn-link:hover{transform:translateX(3px);}

/* ============ scroll fade-in ============
   Progressive enhancement only: content is visible by default. The
   opacity:0 starting state is scoped under .js-reveal, a class main.js
   adds to <html> only after it has successfully initialized. If main.js
   fails to load or run for any reason (plugin conflict, caching/JS
   optimization, an unrelated script error elsewhere on the page), .reveal
   elements simply display normally with no animation, instead of staying
   permanently invisible. */
.js-reveal .reveal{opacity:0;transform:translateY(26px);transition:opacity .7s cubic-bezier(.22,1,.36,1), transform .7s cubic-bezier(.22,1,.36,1);}
.js-reveal .reveal.in{opacity:1;transform:translateY(0);}

/* ============ ANNOUNCEMENT BAR ============ */
.announce{background:var(--navy-deep);color:#fff;font-size:12px;font-weight:600;letter-spacing:0.3px;}
.announce .wrap{display:flex;justify-content:center;align-items:center;gap:48px;padding:10px 64px;flex-wrap:wrap;}
.announce span{display:flex;align-items:center;gap:8px;color:#dfe6f5;}
.announce i{color:var(--gold-light);font-size:12px;}

/* ============ HEADER ============ */
header.site{background:#fff;border-bottom:1px solid var(--border);position:relative;z-index:50;}
header.site .wrap{display:flex;align-items:center;justify-content:space-between;padding:18px 64px;}
.brand{display:flex;align-items:center;gap:12px;text-decoration:none;}
.brand img{height:42px;width:auto;}
.brand .custom-logo-link img{height:42px;width:auto;}
.brand .brand-text{display:flex;flex-direction:column;line-height:1.25;}
.brand .brand-text b{font-size:15px;color:var(--navy);letter-spacing:0.5px;}
.brand .brand-text small{font-size:10px;color:var(--ink-soft);letter-spacing:1.5px;text-transform:uppercase;}
nav.main-nav{display:flex;gap:34px;}
nav.main-nav ul{display:flex;gap:34px;list-style:none;}
nav.main-nav a{font-size:13.5px;font-weight:600;color:var(--navy);text-decoration:none;display:flex;align-items:center;gap:5px;}
nav.main-nav li.menu-item-has-children > a::after{content:'\f078';font-family:'Font Awesome 6 Free';font-weight:900;font-size:9px;color:var(--ink-soft);margin-left:5px;}
.head-icons{display:flex;align-items:center;gap:22px;}
.head-icons a,.head-icons button{background:none;border:none;cursor:pointer;display:flex;}
.head-icons i{font-size:16px;color:var(--navy);}
.cart-wrap{position:relative;}
.cart-badge{position:absolute;top:-7px;right:-9px;background:var(--gold);color:var(--navy);font-size:9px;font-weight:800;
  width:16px;height:16px;border-radius:50%;display:flex;align-items:center;justify-content:center;}
.nav-toggle{display:none;flex-direction:column;justify-content:center;gap:5px;width:30px;height:24px;}
.nav-toggle span{display:block;height:2px;width:100%;background:var(--navy);border-radius:2px;transition:transform .25s ease,opacity .25s ease;}
.nav-toggle.active span:nth-child(1){transform:translateY(7px) rotate(45deg);}
.nav-toggle.active span:nth-child(2){opacity:0;}
.nav-toggle.active span:nth-child(3){transform:translateY(-7px) rotate(-45deg);}
.mobile-nav{display:none;background:#fff;border-bottom:1px solid var(--border);}
.mobile-nav.open{display:block;}
.mobile-nav ul{list-style:none;display:flex;flex-direction:column;}
.mobile-nav ul li{border-top:1px solid var(--border);}
.mobile-nav ul a{display:block;padding:16px 28px;font-size:14.5px;font-weight:600;color:var(--navy);text-decoration:none;}

/* ============ HERO ============ */
.hero{
  position:relative;width:100%;overflow:hidden;
  background:linear-gradient(155deg, #FFFFFF 0%, #F8FAFD 45%, #EEF3FA 100%);
  color:var(--navy);
}
.hero-grid{position:relative;z-index:3;width:100%;max-width:1280px;margin:0 auto;padding:180px 64px 130px;
  display:grid;grid-template-columns:1.08fr 0.92fr;align-items:center;gap:48px;}
.hero .left{max-width:560px;}
.hero h1{font-size:54px;line-height:1.15;font-weight:800;letter-spacing:-0.5px;margin-bottom:24px;color:var(--navy);}
.hero h1 em{color:var(--gold);font-style:italic;font-weight:700;display:block;}
.hero .sub{font-size:16.5px;line-height:1.8;color:var(--ink-soft);max-width:480px;margin-bottom:38px;font-weight:400;}
.ctas{display:flex;gap:16px;margin-bottom:40px;flex-wrap:wrap;}
.badges{display:flex;gap:12px;flex-wrap:wrap;max-width:480px;}
.badge{display:flex;align-items:center;gap:8px;background:#fff;border:1px solid rgba(10,47,107,0.16);
  box-shadow:0 4px 14px rgba(10,47,107,0.05);padding:9px 16px;border-radius:30px;font-size:12px;font-weight:600;color:var(--navy);
  transition:transform .25s ease, box-shadow .25s ease;}
.badge:hover{transform:translateY(-2px);box-shadow:0 8px 20px rgba(10,47,107,0.10);}
.badge i{color:var(--gold);font-size:12px;}

.right-stage{position:relative;width:100%;min-height:340px;display:flex;align-items:center;justify-content:center;}
.ground{position:absolute;left:50%;bottom:8%;transform:translate(-50%,0);width:120px;height:18px;border-radius:50%;
  background:radial-gradient(ellipse at center, rgba(10,47,107,0.13), transparent 75%);filter:blur(6px);z-index:1;}
.bottle-wrap{position:relative;z-index:2;display:flex;align-items:center;justify-content:center;
  animation:floatBottle 9s ease-in-out infinite;}
@keyframes floatBottle{
  0%{transform:translateY(0) rotate(0deg);}
  50%{transform:translateY(-12px) rotate(1.2deg);}
  100%{transform:translateY(0) rotate(0deg);}
}
.bottle-wrap img{width:auto;height:auto;max-width:300px;max-height:60vh;display:block;}

/* ============ STATS BAR ============ */
.stats{padding:0 0 115px;background:var(--white);}
.stats-card{display:flex;justify-content:space-between;background:#fff;border-radius:20px;border:1px solid var(--border);
  box-shadow:0 30px 64px rgba(10,47,107,0.10);padding:38px 30px;flex-wrap:wrap;}
.stat{flex:1;min-width:160px;text-align:center;padding:10px 18px;border-radius:14px;
  transition:transform .3s cubic-bezier(.22,1,.36,1), background .3s ease;cursor:default;}
.stat:hover{transform:translateY(-6px) scale(1.03);background:var(--off);}
.stat .stat-icon{width:56px;height:56px;border-radius:50%;background:var(--navy);color:#fff;display:flex;
  align-items:center;justify-content:center;margin:0 auto 16px;font-size:21px;transition:transform .3s ease;}
.stat:hover .stat-icon{transform:scale(1.1) rotate(-4deg);}
.stat .num{font-size:30px;font-weight:800;color:var(--navy);margin-bottom:5px;}
.stat .lbl{font-size:12px;letter-spacing:0.8px;text-transform:uppercase;color:var(--ink-soft);}

/* ============ FEATURED PRODUCTS ============ */
.products{padding:165px 0;background:var(--white);}
.products-head-row{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:67px;flex-wrap:wrap;gap:20px;}
.products-head-row h2{margin-bottom:0;}
.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:30px;}
.product-card{
  position:relative;background:var(--white);border-radius:18px;border:1px solid var(--border);
  box-shadow:0 22px 52px rgba(10,47,107,0.08);text-align:center;overflow:hidden;
  transition:transform .4s cubic-bezier(.22,1,.36,1), box-shadow .4s cubic-bezier(.22,1,.36,1);
}
.product-card:hover{transform:translateY(-10px);box-shadow:0 32px 64px rgba(10,47,107,0.16);}
.product-top{display:flex;justify-content:space-between;align-items:center;padding:20px 22px 0;}
.product-badge{font-size:10px;font-weight:800;letter-spacing:0.6px;text-transform:uppercase;padding:6px 13px;border-radius:20px;color:#fff;}
.product-badge.gold{background:var(--gold);}
.product-badge.navy{background:var(--navy);}
.product-top i.heart{color:var(--muted);font-size:15px;transition:color .25s ease,transform .25s ease;}
.product-top i.heart:hover{color:#e0526b;transform:scale(1.15);}
.product-card .img-stage{height:190px;display:flex;align-items:center;justify-content:center;margin:8px 0 10px;overflow:hidden;}
.product-card .img-stage img{max-height:180px;width:auto;margin:0 auto;transition:transform .45s cubic-bezier(.22,1,.36,1);}
.product-card:hover .img-stage img{transform:scale(1.03);}
.product-card .pname{font-size:16.5px;font-weight:700;letter-spacing:0.2px;margin-bottom:4px;color:var(--navy);}
.product-card .pname a{text-decoration:none;color:inherit;}
.product-card .pmeta{font-size:12px;color:var(--ink-soft);margin-bottom:14px;letter-spacing:0.4px;text-transform:uppercase;}
.purity-pill{display:inline-flex;align-items:center;gap:6px;background:rgba(212,167,44,0.12);color:var(--navy);font-size:13px;
  font-weight:700;padding:7px 15px;border-radius:20px;margin-bottom:14px;}
.purity-pill i{color:var(--gold);font-size:11px;}
.price{font-size:25px;font-weight:800;color:var(--navy);margin-bottom:20px;}
.price .woocommerce-Price-amount{font-size:inherit;font-weight:inherit;color:inherit;}
.price del{font-size:16px;color:var(--muted);font-weight:600;margin-right:8px;}
.quickview-wrap{position:relative;height:54px;margin:0 22px 22px;overflow:hidden;}
.quickview-btn{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;gap:8px;background:var(--navy);color:#fff;
  font-size:12.5px;font-weight:700;letter-spacing:0.8px;text-transform:uppercase;border-radius:8px;cursor:pointer;text-decoration:none;
  opacity:0;transform:translateY(10px);transition:opacity .35s cubic-bezier(.22,1,.36,1), transform .35s cubic-bezier(.22,1,.36,1), background .25s ease;}
.product-card:hover .quickview-btn{opacity:1;transform:translateY(0);}
.quickview-btn:hover{background:var(--navy-deep);}
.quickview-static{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;gap:8px;
  border:1.5px solid var(--border);color:var(--navy);border-radius:8px;font-size:12.5px;font-weight:700;letter-spacing:0.5px;
  text-transform:uppercase;background:var(--off);transition:opacity .35s ease;}
.product-card:hover .quickview-static{opacity:0;}
.products-foot{text-align:center;margin-top:56px;}
.no-products-msg{text-align:center;color:var(--ink-soft);font-size:15px;padding:40px 0;}

/* ============ WHY CHOOSE ============ */
.why{padding:165px 0;background:var(--off);}
.why-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:32px;}
.why-card{padding:44px 30px;border-radius:16px;background:var(--white);text-align:left;border:1px solid var(--border);
  box-shadow:0 20px 46px rgba(10,47,107,0.07);
  transition:transform .35s cubic-bezier(.22,1,.36,1), box-shadow .35s cubic-bezier(.22,1,.36,1);}
.why-card:hover{transform:translateY(-8px);box-shadow:0 26px 52px rgba(10,47,107,0.14);}
.why-icon{width:58px;height:58px;border-radius:50%;background:var(--off);border:1.5px solid var(--navy);
  display:flex;align-items:center;justify-content:center;margin-bottom:24px;color:var(--navy);font-size:21px;
  transition:transform .3s ease, background .3s ease, color .3s ease;}
.why-card:hover .why-icon{transform:scale(1.08) rotate(-4deg);background:var(--navy);color:#fff;}
.why-card h3{font-size:19px;font-weight:700;margin-bottom:10px;color:var(--navy);}
.why-card p{font-size:14.5px;line-height:1.6;color:var(--ink-soft);}

/* ============ CATEGORIES ============ */
.categories{padding:165px 0;background:var(--white);}
.cat-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:28px;}
.cat-card{position:relative;border-radius:16px;padding:34px 28px;background:var(--white);border:1px solid var(--border);
  box-shadow:0 20px 46px rgba(10,47,107,0.07);min-height:210px;display:flex;flex-direction:column;justify-content:flex-start;
  transition:transform .35s cubic-bezier(.22,1,.36,1), box-shadow .35s cubic-bezier(.22,1,.36,1);text-decoration:none;}
.cat-card:hover{transform:translateY(-8px) scale(1.015);box-shadow:0 26px 52px rgba(10,47,107,0.14);}
.cat-card .cat-icon{width:52px;height:52px;border-radius:50%;background:var(--off);border:1.5px solid var(--gold);
  display:flex;align-items:center;justify-content:center;margin-bottom:20px;color:var(--gold);font-size:19px;
  transition:transform .3s ease, background .3s ease, color .3s ease;}
.cat-card:hover .cat-icon{transform:scale(1.08);background:var(--gold);color:#fff;}
.cat-card h4{font-size:18px;font-weight:700;color:var(--navy);margin-bottom:8px;}
.cat-card p{font-size:13.5px;line-height:1.55;color:var(--ink-soft);}

/* ============ QUALITY / LAB STANDARDS ============ */
.quality{padding:175px 0;background:var(--off);color:var(--navy);position:relative;overflow:hidden;}
.quality .qgrid{position:relative;z-index:2;display:grid;grid-template-columns:1.1fr 0.9fr;gap:66px;align-items:center;}
.quality h2{color:var(--navy);}
.quality p.section-sub{color:var(--ink-soft);}
.check-list{margin-top:32px;display:flex;flex-direction:column;gap:17px;}
.check-item{display:flex;align-items:flex-start;gap:14px;font-size:15px;color:var(--navy);}
.check-item .tick{flex:none;width:22px;height:22px;border-radius:50%;background:rgba(212,167,44,0.14);
  color:var(--gold);font-size:12px;display:flex;align-items:center;justify-content:center;}
.coa-card{position:relative;background:var(--white);border:1px solid var(--border);border-radius:18px;
  padding:40px 36px;box-shadow:0 26px 60px rgba(10,47,107,0.09);overflow:hidden;}
.coa-accent{position:absolute;top:0;left:0;right:0;height:5px;background:var(--gold);}
.coa-card .coa-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:22px;padding-bottom:18px;
  border-bottom:1px dashed var(--border);}
.coa-card .coa-top span{font-size:11px;letter-spacing:2px;text-transform:uppercase;color:var(--gold);font-weight:700;}
.coa-row{display:flex;justify-content:space-between;font-size:13.5px;padding:12px 0;border-bottom:1px solid var(--border);color:var(--ink-soft);letter-spacing:.2px;}
.coa-row b{color:var(--navy);font-weight:700;}
.badge-row{display:flex;gap:12px;flex-wrap:wrap;margin-top:30px;}
.mini-badge{font-size:11.5px;font-weight:600;letter-spacing:0.5px;padding:8px 14px;border-radius:20px;
  border:1px solid var(--border);color:var(--navy);transition:border-color .25s ease,background .25s ease;}
.mini-badge:hover{border-color:var(--navy);background:var(--off);}

/* ============ FAQ ============ */
.faq{padding:150px 0;background:var(--white);}
.faq-list{max-width:760px;margin:0 auto;}
.faq-item{border-bottom:1px solid var(--border);}
.faq-q{display:flex;justify-content:space-between;align-items:center;padding:28px 4px;cursor:pointer;font-size:17px;font-weight:600;color:var(--navy);transition:color .25s ease;}
.faq-q:hover{color:var(--gold);}
.faq-q .plus{width:28px;height:28px;border-radius:50%;border:1px solid var(--navy);color:var(--navy);
  display:flex;align-items:center;justify-content:center;font-size:15px;flex:none;transition:transform .4s cubic-bezier(.22,1,.36,1),background .3s ease,color .3s ease;}
.faq-item.open .faq-q .plus{transform:rotate(135deg);background:var(--navy);color:#fff;}
.faq-a{max-height:0;overflow:hidden;opacity:0;transition:max-height .45s cubic-bezier(.22,1,.36,1), opacity .35s ease;}
.faq-item.open .faq-a{max-height:240px;opacity:1;}
.faq-a p{padding:0 4px 28px;font-size:14.5px;line-height:1.7;color:var(--ink-soft);max-width:680px;}

/* ============ FOOTER ============ */
footer{background:var(--navy-deep);color:#cdd8f0;padding:115px 0 0;}
.foot-grid{display:flex;flex-wrap:wrap;gap:36px;padding-bottom:50px;border-bottom:1px solid rgba(255,255,255,0.08);}
.foot-brand{flex:1 1 30%;min-width:240px;}
.foot-brand h4{color:#fff;font-size:20px;font-weight:700;margin-bottom:14px;}
.foot-brand p{font-size:13.5px;line-height:1.75;color:#9aa7cf;max-width:280px;margin-bottom:22px;}
.newsletter-btn{display:inline-block;background:linear-gradient(135deg,var(--gold-light),var(--gold));border:none;color:var(--navy-deep);
  font-weight:700;font-size:12px;letter-spacing:0.5px;text-transform:uppercase;padding:13px 24px;border-radius:30px;cursor:pointer;text-decoration:none;
  transition:transform .25s ease, box-shadow .25s ease;}
.newsletter-btn:hover{transform:translateY(-2px);box-shadow:0 10px 22px rgba(212,167,44,0.3);}
.foot-col{flex:1 1 16%;min-width:150px;}
.foot-col h5{color:#fff;font-size:13px;letter-spacing:1.5px;text-transform:uppercase;font-weight:700;margin-bottom:20px;}
.foot-col ul{list-style:none;display:flex;flex-direction:column;gap:12px;}
.foot-col ul a{font-size:13.5px;color:#aab8d9;text-decoration:none;transition:color .2s ease, padding-left .2s ease;}
.foot-col ul a:hover{color:var(--gold-light);padding-left:3px;}
.foot-contact p{font-size:13.5px;color:#aab8d9;margin-bottom:8px;}
.socials{display:flex;gap:10px;margin-top:18px;}
.socials a{width:36px;height:36px;border-radius:50%;border:1px solid rgba(255,255,255,0.18);display:flex;
  align-items:center;justify-content:center;font-size:13px;color:#fff;text-decoration:none;transition:background .25s ease,border-color .25s ease,transform .25s ease;}
.socials a:hover{background:var(--gold);border-color:var(--gold);color:var(--navy-deep);transform:translateY(-3px);}
.trust-row{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:30px;padding:26px 0;
  border-bottom:1px solid rgba(255,255,255,0.08);}
.trust-badge{display:flex;align-items:center;gap:8px;font-size:12.5px;color:#9aa7cf;}
.trust-badge i{font-size:15px;color:#9aa7cf;}
.bottom-bar{padding:26px 0;display:flex;justify-content:space-between;font-size:12.5px;color:#7d89b3;flex-wrap:wrap;gap:10px;}

/* ============ Minimal WooCommerce defaults for non-homepage pages ============ */
.woocommerce-page .wrap{padding:60px 64px;}
.woocommerce-page table.shop_table{width:100%;border-collapse:collapse;}
.woocommerce-page .button{background:var(--navy);color:#fff;border-radius:6px;padding:12px 22px;text-decoration:none;display:inline-block;}

@media (min-width:981px) and (max-width:1180px){
  .hero-grid{padding:160px 40px 110px;gap:28px;}
  .hero h1{font-size:46px;}
  .bottle-wrap img{max-width:260px;}
}
@media (max-width:1080px){
  .product-grid,.why-grid,.cat-grid{grid-template-columns:repeat(2,1fr);}
  /* !important is required here: header.php (v1.0.1) sets inline
     style="display:flex" directly on <nav class="main-nav"> as a fallback
     so the header still lays out correctly if the stylesheet ever fails
     to load. An inline style attribute always wins over a plain stylesheet
     rule, even inside a media query, so without !important this rule would
     never actually hide the desktop nav below 1080px. */
  nav.main-nav{display:none !important;}
  .nav-toggle{display:flex !important;}
}
@media (max-width:980px){
  .wrap{padding:0 28px;}
  .announce .wrap,header.site .wrap{padding:10px 28px;}
  .hero-grid{grid-template-columns:1fr;padding:130px 28px 60px;text-align:center;gap:30px;}
  .hero .left{max-width:none;margin:0 auto;}
  .hero h1{font-size:34px;}
  .hero .sub{margin-left:auto;margin-right:auto;}
  .ctas,.badges{justify-content:center;}
  .right-stage{margin-top:10px;min-height:260px;}
  .bottle-wrap img{max-width:200px;}
  .quality .qgrid{grid-template-columns:1fr;gap:40px;}
  h2.section-title{font-size:28px;}
  .stats-card{flex-direction:column;gap:24px;}
  .products,.why,.categories{padding:92px 0;}
  .quality{padding:104px 0;}
  .faq{padding:92px 0;}
}
@media (max-width:620px){
  .product-grid{grid-template-columns:repeat(2,1fr);gap:12px;}
  .why-grid,.cat-grid{grid-template-columns:1fr;}
}
@media (max-width:480px){
  .bottle-wrap img{max-width:150px;}
}

/* ===================================================================
   MOBILE CLEANUP — v1.0.2
   Responsive-only changes. Nothing above this block (desktop styles,
   tablet breakpoints) was modified.
   =================================================================== */
@media (max-width:768px){
  html,body{overflow-x:hidden;max-width:100%;}
  .wrap{padding:0 16px;}

  /* Header: override the v1.0.1 inline padding (style="padding:18px 64px")
     on header.php's .wrap so the header actually shrinks on phones —
     inline styles need !important to be beaten by a stylesheet rule. */
  header.site .wrap{padding:12px 16px !important;}
  .brand{gap:8px;}
  .brand .brand-text small{letter-spacing:1px;}

  /* Announcement bar: compact, horizontally scrollable instead of
     wrapping into multiple tall rows. */
  .announce{overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;}
  .announce::-webkit-scrollbar{display:none;}
  .announce .wrap{flex-wrap:nowrap;justify-content:flex-start;gap:20px;padding:8px 16px;width:max-content;min-width:100%;}
  .announce span{white-space:nowrap;flex:none;font-size:10.5px;}

  /* Hero: single column, centered, smaller type, smaller bottle. */
  .hero-grid{padding:112px 16px 48px;gap:24px;}
  .hero h1{font-size:28px;}
  .hero .sub{font-size:14.5px;}
  .ctas{flex-direction:column;gap:10px;}
  .ctas .btn{width:100%;justify-content:center;padding:14px 18px;font-size:12px;}
  .badges{justify-content:center;}
  .right-stage{min-height:220px;}
  .bottle-wrap img{max-width:175px;}

  h2.section-title{font-size:24px;}
  p.section-sub{font-size:14.5px;}

  /* Stats: 2×2 grid on mobile instead of 4 stacked rows. */
  .stats-card{flex-direction:row;flex-wrap:wrap;gap:10px;padding:24px 16px;}
  .stat{flex:0 0 calc(50% - 5px);max-width:calc(50% - 5px);min-width:0;padding:12px 8px;}
  .stat .stat-icon{width:42px;height:42px;font-size:17px;margin-bottom:10px;}
  .stat .num{font-size:22px;}

  /* Product grid: 2 columns, compact cards. */
  .products,.why,.categories{padding:40px 0;}
  .quality{padding:44px 0;}
  .faq{padding:40px 0;}
  .product-grid{grid-template-columns:repeat(2,1fr);gap:12px;}
  .why-grid,.cat-grid{grid-template-columns:1fr;gap:18px;}
  .product-card{width:auto;max-width:none;margin:0;}
  .product-top{padding:10px 10px 0;}
  .product-card .img-stage{height:120px;margin:4px 0 6px;}
  .product-card .img-stage img{max-height:108px;}
  .product-card .pname{font-size:13px;padding:0 6px;}
  .product-card .pmeta{font-size:10px;margin-bottom:6px;padding:0 6px;}
  .purity-pill{font-size:11px;padding:4px 10px;margin-bottom:8px;}
  .price{font-size:16px;margin-bottom:10px;}
  .quickview-wrap{height:38px;margin:0 10px 12px;}
  .quickview-btn,.quickview-static{font-size:11px;}
  /* Touch screens have no hover — always show the Add to Cart button. */
  .quickview-btn{opacity:1;transform:translateY(0);}
  .quickview-static{opacity:0;}

  .products-head-row{flex-direction:column;align-items:flex-start;gap:8px;margin-bottom:20px;}
  .products-foot{margin-top:28px;}

  .foot-grid{gap:28px;}
  .bottom-bar{justify-content:flex-start;}
}

@media (max-width:480px){
  header.site .wrap{padding:10px 12px !important;}
  /* Shrink the logo further on very small phones — beats the v1.0.1
     inline max-width:160px/max-height:48px the same way as above. */
  .brand-logo-img{max-width:120px !important;max-height:38px !important;}
  .brand .brand-text small{display:none;}

  /* head-icons has an inline gap:22px (v1.0.1 fallback) — needs !important
     to shrink on phones. Search + My Account icons are hidden at this
     width to keep the header from feeling cramped; cart + hamburger stay
     since those are the icons people actually need on mobile. */
  .head-icons{gap:12px !important;}
  .head-icons button[aria-label="Search"],
  .head-icons a[aria-label="My Account"]{display:none;}

  .announce span{font-size:9.5px;gap:6px;}

  .hero-grid{padding:104px 14px 40px;}
  .hero h1{font-size:24px;}
  .hero .sub{font-size:13.5px;}
  .bottle-wrap img{max-width:140px;}
  .badge{font-size:11px;padding:8px 13px;}

  .product-grid{grid-template-columns:repeat(2,1fr);gap:8px;}
  .product-card{max-width:none;}
  .product-card .img-stage{height:95px;}
  .product-card .img-stage img{max-height:85px;}
  .product-card .pname{font-size:11.5px;}
  .price{font-size:14px;margin-bottom:8px;}
  .quickview-wrap{height:34px;margin:0 8px 10px;}
  .quickview-btn,.quickview-static{font-size:10.5px;}
}

/* ===================================================================
   v1.0.6 — HOMEPAGE CAROUSEL + SHOP PAGE MOBILE
   All WooCommerce overrides are mobile-only (≤768px) unless noted.
   =================================================================== */

/* Global: hide the default WooCommerce "Sale!" bubble.
   CSS covers it; the PHP hook below renders our clean badge instead. */
.woocommerce span.onsale,
.woocommerce-page span.onsale{display:none !important;}

/* Clean sale badge — positioned over the card via position:absolute.
   Works on both the homepage cards and the WooCommerce shop cards. */
.nl-sale-badge{
  position:absolute;top:10px;left:10px;
  background:var(--gold);color:#fff;
  font-size:10px;font-weight:800;letter-spacing:0.5px;text-transform:uppercase;
  padding:4px 10px;border-radius:20px;z-index:2;pointer-events:none;
}

/* Search bar + category pills: PHP renders these on all screens.
   Hidden on desktop so they don't affect the existing layout. */
.nl-shop-search,.nl-cat-pills-wrap{display:none;}

@media (max-width:768px){

  /* ---- HOMEPAGE PRODUCT CAROUSEL ---------------------------------- */

  /* Convert the homepage product grid into a horizontal scroll carousel.
     .products .product-grid (specificity 0,0,2,0) beats the v1.0.4 rule
     .product-grid (0,0,1,0) so no !important is needed. */
  .products .product-grid{
    display:flex;
    flex-direction:row;
    overflow-x:auto;
    -webkit-overflow-scrolling:touch;
    scroll-snap-type:x mandatory;
    scrollbar-width:none;
    gap:14px;
    grid-template-columns:unset;
    /* Negative-margin trick — break out of .wrap's 16px padding so the
       carousel runs edge-to-edge while content still starts at 16px. */
    margin:0 -16px;
    padding:4px 16px 24px;
  }
  .products .product-grid::-webkit-scrollbar{display:none;}

  /* Each card = 72vw → ~28vw of the next card peeks into view. */
  .products .product-grid .product-card{
    flex:0 0 72vw;
    max-width:272px;
    width:auto;
    margin:0;
    scroll-snap-align:start;
  }

  /* "View All Products" link → navy pill button below the heading */
  .products .btn-link{
    display:inline-flex;align-items:center;gap:6px;
    background:var(--navy);color:#fff;
    padding:10px 20px;border-radius:30px;
    font-size:12px;font-weight:700;text-decoration:none;
    text-transform:uppercase;letter-spacing:0.5px;
  }

  /* ---- SHOP PAGE: search + pills ---------------------------------- */

  .nl-shop-search{display:block;margin-bottom:14px;}
  .nl-cat-pills-wrap{display:block;margin-bottom:18px;}

  /* Hide WooCommerce result count + ordering for a cleaner mobile view */
  .woocommerce-result-count,
  .woocommerce-ordering{display:none !important;}

  /* Compact shop page wrapper */
  .woocommerce-page .wrap{padding:20px 16px !important;}

  /* ---- SHOP PAGE: 2-column product grid --------------------------- */

  .woocommerce-page ul.products{
    display:grid !important;
    grid-template-columns:repeat(2,1fr) !important;
    gap:12px !important;
    padding:0 !important;
    margin:0 0 24px !important;
  }

  /* ---- SHOP PAGE: product card ------------------------------------ */

  .woocommerce-page ul.products li.product{
    background:var(--white);
    border-radius:14px;
    border:1px solid var(--border);
    box-shadow:0 4px 16px rgba(10,47,107,0.07);
    overflow:hidden;
    text-align:left;
    padding:0 !important;
    margin:0 !important;
    position:relative;
    display:flex;
    flex-direction:column;
    float:none !important;
    width:auto !important;
  }
  .woocommerce-page ul.products li.product a.woocommerce-LoopProduct-link{
    display:block;text-decoration:none;
  }
  /* Product image */
  .woocommerce-page ul.products li.product img{
    width:100%;height:140px;
    object-fit:contain;
    padding:12px 12px 0;
    display:block;
  }
  /* Product title */
  .woocommerce-page ul.products li.product .woocommerce-loop-product__title{
    font-size:13px !important;font-weight:700 !important;
    color:var(--navy) !important;
    padding:8px 12px 4px !important;margin:0 !important;
    line-height:1.35 !important;
    white-space:normal !important;word-break:break-word;
  }
  /* Star rating hidden for cleaner cards */
  .woocommerce-page ul.products li.product .star-rating{display:none !important;}
  /* Price */
  .woocommerce-page ul.products li.product .price{
    font-size:14px !important;font-weight:800 !important;
    color:var(--navy) !important;
    padding:0 12px 8px !important;margin:0 !important;
    display:block !important;
  }
  /* Add to cart / Select Options button */
  .woocommerce-page ul.products li.product .button{
    display:block !important;
    margin:auto 12px 12px !important;
    padding:9px 8px !important;
    background:var(--navy) !important;color:#fff !important;
    border-radius:8px !important;
    font-size:11px !important;font-weight:700 !important;
    text-transform:uppercase !important;letter-spacing:0.4px !important;
    text-decoration:none !important;text-align:center !important;
    border:none !important;cursor:pointer !important;
    width:calc(100% - 24px) !important;box-sizing:border-box;
  }

  /* ---- CATEGORY PILLS --------------------------------------------- */

  .nl-cat-pills-wrap{
    overflow-x:auto;
    -webkit-overflow-scrolling:touch;
    scrollbar-width:none;
    /* Break out of .wrap padding for full-bleed pill strip */
    margin-left:-16px;margin-right:-16px;
    padding-bottom:2px;
  }
  .nl-cat-pills-wrap::-webkit-scrollbar{display:none;}
  .nl-cat-pills{
    display:flex;gap:8px;
    padding:0 16px;
    width:max-content;min-width:100%;
  }
  .nl-cat-pill{
    display:inline-flex;align-items:center;
    white-space:nowrap;flex:none;
    padding:7px 16px;border-radius:20px;
    font-size:12.5px;font-weight:600;
    text-decoration:none;
    border:1.5px solid var(--border);
    background:#fff;color:var(--navy);
    transition:background .18s,border-color .18s,color .18s;
  }
  .nl-cat-pill.active,
  .nl-cat-pill:hover{background:var(--navy);color:#fff;border-color:var(--navy);}

  /* ---- SEARCH BAR ------------------------------------------------- */

  .nl-search-inner{
    display:flex;align-items:center;
    background:#fff;
    border:1.5px solid var(--border);
    border-radius:10px;overflow:hidden;
  }
  .nl-search-icon{padding:0 12px;color:var(--ink-soft);font-size:14px;flex-shrink:0;}
  .nl-search-input{
    flex:1;border:none;outline:none;
    font-size:14px;padding:11px 4px;
    background:transparent;color:var(--navy);min-width:0;
  }
  .nl-search-input::placeholder{color:#9aa7cf;}
  .nl-search-btn{
    background:var(--navy);color:#fff;
    border:none;padding:11px 16px;
    font-size:12.5px;font-weight:700;cursor:pointer;
    white-space:nowrap;flex-shrink:0;
  }
}

/* ==============================================================
   v1.0.8 – MOBILE POLISH: HERO, CAROUSEL, IMAGES, SHOP LAYOUT
   ============================================================== */

@media (max-width:768px){

  /* ---- HERO: tighter top gap (Browse Categories removed from HTML in v1.0.9) ---- */
  .right-stage{min-height:auto !important;}
  /* Reduce from 112px → 76px: clears fixed nav, removes excess whitespace */
  .hero-grid{padding:76px 16px 28px !important;gap:14px !important;}

  /* ---- CAROUSEL: iOS momentum + overscroll containment ---- */
  .products .product-grid{
    overscroll-behavior-x:contain;
  }

  /* ---- CAROUSEL CARDS: larger images (specificity 0,0,4,0 beats v1.0.4's 0,0,2,0) ---- */
  .products .product-grid .product-card .img-stage{
    height:230px !important;
    margin:0 0 10px !important;
  }
  .products .product-grid .product-card .img-stage img{
    max-height:220px !important;
    padding:8px !important;
    object-fit:contain !important;
  }

  /* ---- CAROUSEL CARD TEXT: proper padding, wrapping, no edge clipping ---- */
  .products .product-grid .product-card .pname{
    padding:0 12px !important;
    font-size:13.5px !important;
    line-height:1.4 !important;
    white-space:normal !important;
    word-break:break-word !important;
  }
  .products .product-grid .product-card .pmeta,
  .products .product-grid .product-card .purity-pill{
    padding:0 12px !important;
  }
  .products .product-grid .product-card .price{
    padding:4px 12px 6px !important;
  }
  .products .product-grid .product-card .quickview-wrap{
    padding:0 12px 12px !important;
  }

  /* ---- SHOP PAGE: hide archive header + breadcrumb ---- */
  .woocommerce-products-header,
  .woocommerce-page .woocommerce-products-header__title,
  .woocommerce-breadcrumb{display:none !important;}

  /* ---- SHOP GRID: centered, equal-width, full-bleed, no left offset ---- */
  .woocommerce-page ul.products{
    list-style:none !important;
    align-items:stretch !important;
    margin-left:0 !important;
    margin-right:0 !important;
  }
  .woocommerce-page ul.products li.product{
    float:none !important;
    clear:none !important;
    max-width:none !important;
    min-width:0 !important;
    box-sizing:border-box !important;
    display:flex !important;
    flex-direction:column !important;
  }

  /* Title stretches so price+button stay pinned to card bottom */
  .woocommerce-page ul.products li.product .woocommerce-loop-product__title{
    flex:1 !important;
  }
  .woocommerce-page ul.products li.product .button{
    flex-shrink:0 !important;
  }

  /* Consistent image height across all shop cards */
  .woocommerce-page ul.products li.product a.woocommerce-loop-product__link img,
  .woocommerce-page ul.products li.product img{
    width:100% !important;
    height:150px !important;
    object-fit:contain !important;
    display:block !important;
    padding:10px !important;
    box-sizing:border-box !important;
    background:transparent !important;
  }

  /* ---- SHOP: sale badge positioning fix ---- */
  .woocommerce-page ul.products li.product{
    position:relative !important;
  }
}

@media (max-width:480px){
  /* Pull hero content even closer to nav at smallest viewports */
  .hero-grid{padding:70px 14px 22px !important;gap:10px !important;}

  .products .product-grid .product-card .img-stage{
    height:210px !important;
  }
  .products .product-grid .product-card .img-stage img{
    max-height:200px !important;
  }
}

/* ==============================================================
   v1.0.9 – SHOP GRID: first-product column-1 fix
   Root cause: WooCommerce outputs li.product-category subcategory
   tiles inside ul.products before actual products. Each tile takes
   a grid cell, pushing the first real li.product to column 2.
   ============================================================== */

@media (max-width:768px){

  /* Hide subcategory tiles — they take a grid slot even when invisible */
  .woocommerce-page ul.products li.product-category,
  .woocommerce ul.products li.product-category{
    display:none !important;
  }

  /* Force every product into normal grid flow — no WC offset */
  .woocommerce-page ul.products li.product,
  .woocommerce ul.products li.product{
    grid-column:auto !important;
    grid-row:auto !important;
  }

  /* Robust 2-col grid: minmax(0,1fr) prevents cell overflow */
  .woocommerce-page ul.products,
  .woocommerce ul.products{
    display:grid !important;
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    gap:16px !important;
    width:100% !important;
    box-sizing:border-box !important;
    padding:0 !important;
    margin:0 0 24px !important;
    list-style:none !important;
  }
}

/* ==============================================================
   v1.0.10 – SHOP GRID: kill clearfix pseudo-elements + reinforce
   Primary bug: WooCommerce's woocommerce.css applies a float
   clearfix via ul.products::before { content:" "; display:table }.
   When ul.products becomes a CSS grid container, that pseudo-element
   is a GRID ITEM occupying cell (row 1, col 1), pushing the first
   real li.product into col 2. Nuking content + display here is the
   primary fix for the blank top-left slot.
   ============================================================== */

@media (max-width:768px){

  /* 1. Destroy WC clearfix pseudo-elements that become grid items */
  .woocommerce ul.products::before,
  .woocommerce ul.products::after,
  .woocommerce-page ul.products::before,
  .woocommerce-page ul.products::after{
    content:none !important;
    display:none !important;
  }

  /* 2. Re-declare grid at highest specificity (.woocommerce + page class) */
  .woocommerce-page .woocommerce ul.products,
  .woocommerce-page ul.products{
    display:grid !important;
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    gap:16px !important;
    padding:0 !important;
    margin:0 0 24px !important;
    list-style:none !important;
    width:100% !important;
    box-sizing:border-box !important;
  }

  /* 3. Every product: auto-placed, no offset, no float residue */
  .woocommerce-page ul.products li.product,
  .woocommerce ul.products li.product{
    grid-column:auto !important;
    grid-row:auto !important;
    order:initial !important;
    margin:0 !important;
    transform:none !important;
    float:none !important;
    clear:none !important;
    max-width:none !important;
    min-width:0 !important;
    box-sizing:border-box !important;
    display:flex !important;
    flex-direction:column !important;
  }

  /* 4. Hide subcategory tiles (already in v1.0.9, belt-and-suspenders) */
  .woocommerce-page ul.products li.product-category,
  .woocommerce ul.products li.product-category{
    display:none !important;
  }
}

/* ==============================================================
   v1.1.0 – DESKTOP SHOP: price colour + container/grid fixes
   ============================================================== */

/* ---- 1. WooCommerce shop container wrapper (added via PHP hook) ---- */
/* The .novalife-shop-wrap div wraps all WC archive content so the
   existing .woocommerce-page .wrap{padding:60px 64px} rule applies. */
.novalife-shop-wrap{
  padding-top:60px;
  padding-bottom:80px;
}

/* ---- 2. Kill WooCommerce's negative margin on ul.products ---- */
/* WC's woocommerce.css sets ul.products{margin:0 -15px} for its
   float layout. In our grid layout this bleeds outside the container. */
.woocommerce ul.products,
.woocommerce-page ul.products{
  margin-left:0 !important;
  margin-right:0 !important;
}

/* ---- 3. Price colour: override WooCommerce's green default ---- */
/* WC's own stylesheet has .woocommerce ul.products li.product .price
   (specificity 0,0,4,0) which overrides our .price{color:var(--navy)}
   (0,0,1,0) with a green/olive tone. We match with equal specificity
   plus !important to win on all page contexts. */

/* Regular and sale current price */
.woocommerce ul.products li.product .price,
.woocommerce-page ul.products li.product .price{
  color:var(--navy) !important;
}
.woocommerce ul.products li.product .price .woocommerce-Price-amount,
.woocommerce-page ul.products li.product .price .woocommerce-Price-amount,
.woocommerce ul.products li.product .price ins,
.woocommerce-page ul.products li.product .price ins,
.woocommerce ul.products li.product .price ins .woocommerce-Price-amount,
.woocommerce-page ul.products li.product .price ins .woocommerce-Price-amount{
  color:var(--navy) !important;
  text-decoration:none !important;
  font-weight:800 !important;
}

/* Crossed-out original price (del) */
.woocommerce ul.products li.product .price del,
.woocommerce-page ul.products li.product .price del,
.woocommerce ul.products li.product .price del .woocommerce-Price-amount,
.woocommerce-page ul.products li.product .price del .woocommerce-Price-amount{
  color:var(--muted) !important;
  opacity:1 !important;
  text-decoration:line-through !important;
}

/* Single product page / cart / any other WC context */
.woocommerce .price,
.woocommerce-page .price{
  color:var(--navy) !important;
}
.woocommerce .price .woocommerce-Price-amount,
.woocommerce-page .price .woocommerce-Price-amount{
  color:inherit !important;
}
.woocommerce .price del,
.woocommerce-page .price del{
  color:var(--muted) !important;
  opacity:1 !important;
}
.woocommerce .price ins,
.woocommerce-page .price ins{
  color:var(--navy) !important;
  text-decoration:none !important;
}

/* ---- 4. Desktop product card title padding inside WC loop ---- */
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce-page ul.products li.product .woocommerce-loop-product__title{
  padding-left:14px !important;
  padding-right:14px !important;
  white-space:normal !important;
  word-break:break-word !important;
}

/* ---- 5. Tablet (769px–1080px): tighten shop container padding ---- */
@media (min-width:769px) and (max-width:1080px){
  .woocommerce-page .wrap,
  .novalife-shop-wrap{
    padding-left:32px !important;
    padding-right:32px !important;
  }
}

/* ==============================================================
   v1.1.1 – SIDEBAR / WIDGET SUPPRESSION + DESKTOP SHOP POLISH
   ============================================================== */

/* Hide any WordPress widget area that renders on shop/archive pages.
   Belt-and-suspenders fallback in case the PHP remove_action and
   filter don't fully prevent output on a given host configuration. */
.woocommerce-page .widget-area,
.woocommerce-page #secondary,
.woocommerce-page aside,
.woocommerce-page .sidebar,
.woocommerce-page .woocommerce-sidebar,
.widget_pages,
.widget_search,
.widget_archive,
.widget_categories,
.widget_recent_entries,
.widget_recent_comments,
.widget_meta,
.widget_tag_cloud,
.widget_calendar{
  display:none !important;
}

/* ---- Desktop: ensure shop wrap is truly full-width ---- */
.novalife-shop-wrap{
  width:100%;
  box-sizing:border-box;
}

/* ---- Desktop: product card equal heights via flex column ---- */
.woocommerce-page ul.products li.product,
.woocommerce ul.products li.product{
  display:flex !important;
  flex-direction:column !important;
  height:100% !important;
}
.woocommerce-page ul.products li.product .woocommerce-loop-product__title{
  flex:1 !important;
}

/* ==============================================================
   v1.1.2 – SINGLE PRODUCT: research use disclaimer box
   ============================================================== */
.nl-product-disclaimer{
  background:#f4f6fb;
  border:1px solid rgba(10,47,107,0.12);
  border-radius:8px;
  padding:12px 16px;
  margin-bottom:18px;
  font-size:12px;
  line-height:1.6;
  color:var(--ink-soft);
}
.nl-product-disclaimer p{
  margin:0;
}

/* ==============================================================
   v1.1.3 – MOBILE HEADER: full company name
   On mobile (≤768px) we swap the two-line desktop "NOVALIFE /
   Science Laboratories" stack for a single span that reads
   "NOVALIFE SCIENCE LABORATORIES". The brand div is constrained
   so it can never push the cart/hamburger icons off-screen.
   ============================================================== */

/* Hide mobile span on desktop by default */
.brand-name-mobile{display:none;}

@media (max-width:768px){

  /* Show full-name span; hide desktop two-line version */
  .brand-name-desktop,
  .brand-sub-desktop{display:none !important;}

  .brand-name-mobile{
    display:block !important;
    font-size:11px;
    font-weight:800;
    color:#0A2F6B;
    letter-spacing:0.2px;
    text-transform:uppercase;
    line-height:1.3;
    white-space:normal;   /* allow wrap to 2 lines */
    word-break:normal;    /* break only at spaces */
  }

  /* Constrain brand so it can never crowd the icons */
  .brand{
    flex:1 1 auto;
    min-width:0;
    max-width:calc(100% - 100px); /* 100px reserved for cart + hamburger */
  }
  .brand-text{
    min-width:0;
    flex:1 1 auto;
  }
}

/* Smallest iPhones (≤390px): reduce font slightly more */
@media (max-width:390px){
  .brand-name-mobile{
    font-size:9.5px;
    letter-spacing:0;
  }
}

/* ============================================================
   v1.1.4 – MOBILE HEADER: compact height, larger brand name,
            hero tight top spacing
   Only ≤768px rules. Desktop (>768px) is completely untouched.
   ============================================================ */

/* --- 768px and below ---------------------------------------- */
@media (max-width:768px){
  /* Shrink top/bottom padding so header is 20-30% shorter */
  header.site .wrap{padding:6px 16px !important;}

  /* Logo: cap at 36px so it doesn't drive header height */
  .brand-logo-img{
    max-height:36px !important;
    max-width:140px !important;
    width:auto !important;
    height:auto !important;
  }

  /* Brand name: bump to ~18px, bold, let it wrap to two clean lines */
  .brand-name-mobile{
    font-size:17px !important;
    font-weight:800 !important;
    line-height:1.25 !important;
    letter-spacing:0.05px !important;
  }

  /* Icons: match text height visually */
  .head-icons i{font-size:18px !important;}

  /* Hero: only 24px of breathing room below the nav */
  .hero-grid{padding-top:24px !important;}
}

/* --- 390px and below (small iPhones) ----------------------- */
@media (max-width:390px){
  header.site .wrap{padding:5px 12px !important;}

  .brand-logo-img{
    max-height:34px !important;
    max-width:120px !important;
  }

  .brand-name-mobile{font-size:14px !important;}

  .head-icons i{font-size:17px !important;}

  .hero-grid{padding-top:20px !important;}
}

/* ============================================================
   v1.1.5 – GLOBAL SPACING TIGHTENING + CATEGORIES REMOVAL
   Replaces the massively padded section gaps (150–175px) with
   professional 48–60px rhythm. Desktop and mobile both tighten.
   Colors, cards, mobile product layout: unchanged.
   ============================================================ */

/* ── Desktop ≥769px ────────────────────────────────────────── */
@media (min-width:769px){
  /* Hero: much shorter — stats appears right below bottle */
  .hero-grid{padding:60px 64px 48px !important;}
  .right-stage{min-height:260px !important;}
  .hero .sub{margin-bottom:20px !important;}
  .ctas{margin-bottom:22px !important;}

  /* Section head: tighter title-to-grid gap */
  .section-head{margin-bottom:40px !important;}
  .products-head-row{margin-bottom:36px !important;}

  /* Stats: less empty space below card */
  .stats{padding:0 0 48px !important;}

  /* All content sections: 56px instead of 150–175px */
  .products{padding:56px 0 !important;}
  .why{padding:56px 0 !important;}
  .quality{padding:60px 0 !important;}
  .faq{padding:56px 0 !important;}

  /* Footer: half the top gap */
  footer{padding:60px 0 0 !important;}

  /* Header logo: slightly bigger for desktop */
  .brand-logo-img{max-height:52px !important;height:auto !important;}
  .brand .brand-text b,.brand-name-desktop{font-size:17px !important;}
  .brand .brand-text small,.brand-sub-desktop{font-size:11px !important;}
}

/* ── Tablet 769–1024px ─────────────────────────────────────── */
@media (min-width:769px) and (max-width:1024px){
  .hero-grid{padding:48px 40px 36px !important;}
  .products,.why,.quality,.faq{padding:48px 0 !important;}
  footer{padding:52px 0 0 !important;}
}

/* ── Mobile ≤768px ─────────────────────────────────────────── */
@media (max-width:768px){
  /* Hero: very tight — only 28px around content */
  .hero-grid{padding:28px 28px 28px !important;}
  .right-stage{min-height:180px !important;}
  .section-head{margin-bottom:24px !important;}

  /* Sections: 36px vertical rhythm */
  .products,.why,.categories{padding:36px 0 !important;}
  .quality{padding:36px 0 !important;}
  .faq{padding:36px 0 !important;}
  .stats{padding:0 0 28px !important;}
  footer{padding:36px 0 0 !important;}

  /* Header: slightly larger than v1.1.4 compact pass */
  header.site .wrap{padding:9px 16px !important;}
  .brand-logo-img{max-height:40px !important;height:auto !important;}
  .brand-name-mobile{font-size:17px !important;line-height:1.25 !important;}
}

/* ── Mobile ≤390px ─────────────────────────────────────────── */
@media (max-width:390px){
  .hero-grid{padding:20px 14px 20px !important;}
  header.site .wrap{padding:8px 12px !important;}
  .brand-logo-img{max-height:38px !important;}
  .brand-name-mobile{font-size:14px !important;}
}

/* ============================================================
   v1.1.6 – DESKTOP HEADER BRANDING INCREASE (+25%)
   Only screens > 1024px. Mobile is completely untouched.
   Tablet (769–1024px) is reset to pre-v1.1.5 base values so
   the increase applies exclusively to full desktop widths.
   ============================================================ */

/* ── Tablet 769–1024px: hold at base (pre-v1.1.5) values ──── */
@media (min-width:769px) and (max-width:1024px){
  .brand-logo-img{max-height:48px !important;height:auto !important;}
  .brand .brand-text b,.brand-name-desktop{font-size:15px !important;font-weight:700 !important;}
  .brand .brand-text small,.brand-sub-desktop{font-size:10px !important;letter-spacing:1.5px !important;}
  header.site .wrap{padding:18px 40px !important;}
}

/* ── Desktop > 1024px: 25% branding increase ──────────────── */
@media (min-width:1025px){
  /* Logo: 52px → 64px (≈ +23%) */
  .brand-logo-img{max-height:64px !important;height:auto !important;}

  /* Brand name: 17px → 21px (+24%); weight 800 for prominence */
  .brand .brand-text b,.brand-name-desktop{
    font-size:21px !important;
    font-weight:800 !important;
    letter-spacing:0.6px !important;
  }

  /* Sub label: 11px → 13px */
  .brand .brand-text small,.brand-sub-desktop{
    font-size:13px !important;
    letter-spacing:1.8px !important;
  }

  /* Slightly wider gap between logo image and text block */
  .brand{gap:14px !important;}

  /* Header height +12px via padding (18px → 24px each side) */
  header.site .wrap{padding:24px 64px !important;}
}

/* ============================================================
   v1.2.1 – HERO BOTTLE SIZE RESTORE + ADD TO CART GOLD
   The new bottle image is 1254×1254 square vs the original
   portrait crop, so the visible bottle only fills ~50% of the
   image width. Double the max-width values so the rendered
   bottle matches the original visual size.
   ============================================================ */

/* ── Desktop > 1024px ───────────────────────────────────────── */
@media (min-width:1025px){
  .bottle-wrap img{
    max-width:560px !important;
    max-height:75vh !important;
  }
  .right-stage{min-height:420px !important;}
}

/* ── Tablet 769–1024px ──────────────────────────────────────── */
@media (min-width:769px) and (max-width:1024px){
  .bottle-wrap img{max-width:440px !important;max-height:65vh !important;}
  .right-stage{min-height:360px !important;}
}

/* ── Mobile ≤ 768px ─────────────────────────────────────────── */
@media (max-width:768px){
  .bottle-wrap img{max-width:360px !important;max-height:55vh !important;}
  .right-stage{min-height:240px !important;}
}

/* ── Small phones ≤ 390px ───────────────────────────────────── */
@media (max-width:390px){
  .bottle-wrap img{max-width:280px !important;max-height:50vh !important;}
}

/* ── Single-product Add to Cart button — matches Shop page style ── */
/* .alt class is only present on single product pages, not on shop     */
/* page loop buttons (.add_to_cart_button), so this does not affect    */
/* the shop page.                                                       */
.woocommerce div.product form.cart .single_add_to_cart_button,
.woocommerce .single_add_to_cart_button,
.woocommerce button.button.alt,
.woocommerce a.button.alt,
.woocommerce input.button.alt,
.woocommerce button.button.single_add_to_cart_button{
  background-color:var(--navy) !important;
  color:#fff !important;
  border-color:var(--navy) !important;
  font-weight:700 !important;
}
.woocommerce div.product form.cart .single_add_to_cart_button:hover,
.woocommerce .single_add_to_cart_button:hover,
.woocommerce button.button.alt:hover,
.woocommerce a.button.alt:hover{
  background-color:#0d3a82 !important;
  color:#fff !important;
  border-color:#0d3a82 !important;
}

/* ============================================================
   v1.2.1 – REMOVE REVIEWS / RATINGS (CSS LAYER)
   Hides any WooCommerce review or rating element that PHP
   hasn't already suppressed, leaving no empty gaps.
   ============================================================ */
.woocommerce-product-rating,
.woocommerce .star-rating,
.woocommerce ul.products li.product .star-rating,
.woocommerce-loop-product__rating,
.woocommerce .woocommerce-product-rating,
.woocommerce #reviews,
.woocommerce .woocommerce-Reviews,
.woocommerce .comment-form-rating,
.woocommerce .comment-respond,
.woocommerce ol.commentlist,
#reviews .woocommerce-Reviews-title,
p.stars, p.stars a,
.product_meta .rating,
.woocommerce-page .star-rating,
.woocommerce span.rating,
/* Reviews tab in product tab nav */
.woocommerce-tabs .reviews_tab,
li.reviews_tab,
#tab-reviews,
.woocommerce div.product .woocommerce-tabs ul.tabs li.reviews_tab{
  display:none !important;
  height:0 !important;
  margin:0 !important;
  padding:0 !important;
}

/* ============================================================
   v1.2.1 – FREE SHIPPING NOTICE BANNER
   Styled to match the site's navy/gold palette. Appears on
   cart, checkout, and mini-cart. No mobile layout changes.
   ============================================================ */
.nl-shipping-notice{
  display:flex;
  align-items:center;
  gap:10px;
  padding:12px 18px;
  border-radius:8px;
  font-size:14px;
  font-weight:500;
  margin-bottom:16px;
  line-height:1.4;
}
.nl-shipping-unlocked{
  background:#e8f5e9;
  border:1px solid #a5d6a7;
  color:#2e7d32;
}
.nl-shipping-unlocked i{color:#2e7d32;font-size:16px;}
.nl-shipping-locked{
  background:#fff8e1;
  border:1px solid #ffe082;
  color:#5d4037;
}
.nl-shipping-locked i{color:var(--gold);font-size:16px;}

/* ============================================================
   v1.2.4 — SHIPPING PROMO POPUP
   Shown once per session after the age gate is accepted.
   Navy overlay + white card with gold accent. Card slides up
   on entry, fades out on dismiss. Mobile-safe layout.
   ============================================================ */
#nl-promo-overlay{
  display:none;
  position:fixed;
  top:0;right:0;bottom:0;left:0; /* fallback for older browsers */
  inset:0;
  z-index:99999;
  background:rgba(10,47,107,0.72);
  backdrop-filter:blur(3px);
  -webkit-backdrop-filter:blur(3px);
  align-items:center;
  justify-content:center;
  padding:20px;
  opacity:0;
  transition:opacity 0.35s ease;
  pointer-events:none;
}
#nl-promo-overlay.nl-promo-active{
  display:flex;
}
#nl-promo-overlay.nl-promo-visible{
  opacity:1;
  pointer-events:all;
}
#nl-promo-card{
  background:#fff;
  border-radius:18px;
  padding:52px 44px 44px;
  max-width:464px;
  width:100%;
  text-align:center;
  position:relative;
  transform:translateY(36px) scale(0.97);
  transition:transform 0.42s cubic-bezier(.22,.68,0,1.15);
  box-shadow:0 24px 72px rgba(10,47,107,0.30),0 4px 20px rgba(10,47,107,0.10);
}
#nl-promo-overlay.nl-promo-visible #nl-promo-card{
  transform:translateY(0) scale(1);
}
#nl-promo-close{
  position:absolute;top:16px;right:18px;
  background:none;border:none;cursor:pointer;
  font-size:22px;line-height:1;color:#8A99B5;
  padding:4px 8px;border-radius:6px;
  transition:color 0.15s,background 0.15s;
}
#nl-promo-close:hover{
  color:var(--navy);
  background:#eef2ff;
}
.nl-promo-icon{
  width:68px;height:68px;border-radius:50%;
  background:linear-gradient(135deg,var(--navy) 0%,#1a4fa0 100%);
  display:flex;align-items:center;justify-content:center;
  margin:0 auto 22px;
  box-shadow:0 8px 24px rgba(10,47,107,0.22);
}
.nl-promo-icon i{font-size:28px;color:var(--gold);}
.nl-promo-eyebrow{
  font-size:11px;font-weight:700;letter-spacing:2px;
  text-transform:uppercase;color:var(--gold);
  margin:0 0 12px;
}
h2.nl-promo-title{
  font-size:26px;font-weight:800;color:var(--navy);
  line-height:1.22;margin:0 0 14px;
}
.nl-promo-body{
  font-size:15px;color:#5B6B85;line-height:1.65;
  margin:0 0 28px;
}
a.nl-promo-btn{
  display:inline-block;
  background:var(--gold);
  color:var(--navy)!important;
  font-weight:700;font-size:15px;
  padding:15px 36px;border-radius:10px;
  text-decoration:none;
  transition:background 0.2s,transform 0.15s,box-shadow 0.15s;
  box-shadow:0 4px 16px rgba(212,167,44,0.32);
  letter-spacing:0.3px;
}
a.nl-promo-btn:hover{
  background:var(--gold-light);
  transform:translateY(-2px);
  box-shadow:0 8px 24px rgba(212,167,44,0.40);
}
@media(max-width:480px){
  #nl-promo-card{padding:38px 22px 32px;}
  h2.nl-promo-title{font-size:21px;}
  .nl-promo-body{font-size:14px;}
  a.nl-promo-btn{padding:14px 24px;font-size:14px;width:100%;display:block;text-align:center;}
}

/* ============================================================
   v1.2.5 — ANNOUNCEMENT BAR UPDATE
   Highlights the free shipping message in gold while keeping
   the trust signals in their existing dim-white colour.
   ============================================================ */
.announce-promo{
  color:var(--gold) !important;
  font-weight:800 !important;
  letter-spacing:0.5px;
}
.announce-promo i{
  color:var(--gold) !important;
}
.announce-divider{
  color:rgba(255,255,255,0.22);
  font-weight:300;
  font-size:14px;
  line-height:1;
  margin:0 4px;
}
@media(max-width:768px){
  /* On mobile the announce bar scrolls; hide dividers for cleaner look */
  .announce-divider{display:none;}
}

/* ============================================================
   v1.2.5 — PRODUCT CARD: SHIPPING BADGE
   Small gold pill badge on homepage grid cards and WC shop
   page cards showing the free-shipping offer.
   ============================================================ */
.nl-ship-badge-card{
  display:inline-flex;
  align-items:center;
  gap:5px;
  background:rgba(212,167,44,0.12);
  border:1px solid rgba(212,167,44,0.35);
  color:var(--navy);
  font-size:11px;
  font-weight:700;
  padding:4px 10px;
  border-radius:20px;
  margin:4px 0 6px;
  letter-spacing:0.2px;
}
.nl-ship-badge-card i{
  font-size:10px;
  color:var(--gold);
}
/* On WC shop page cards the badge appears inside the loop item */
.woocommerce ul.products li.product .nl-ship-badge-card{
  margin:6px auto 4px;
}

/* ============================================================
   v1.2.5 — SINGLE PRODUCT PAGE: TRUST SECTION
   Sits below the Add to Cart form. Two-column trust list with
   gold check icons, then a highlighted shipping callout.
   ============================================================ */
.nl-trust-section{
  margin-top:20px;
  padding-top:18px;
  border-top:1px solid rgba(10,47,107,0.10);
}
.nl-trust-list{
  list-style:none;
  padding:0;margin:0 0 14px;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:8px 16px;
}
.nl-trust-list li{
  display:flex;
  align-items:center;
  gap:7px;
  font-size:13.5px;
  font-weight:600;
  color:var(--navy);
  line-height:1.3;
}
.nl-trust-tick{
  font-size:14px;
  color:var(--gold);
  flex-shrink:0;
}
.nl-product-ship-msg{
  display:flex;
  align-items:center;
  gap:9px;
  background:linear-gradient(135deg,rgba(10,47,107,0.05) 0%,rgba(212,167,44,0.08) 100%);
  border:1px solid rgba(212,167,44,0.30);
  border-radius:10px;
  padding:12px 16px;
  font-size:14px;
  font-weight:600;
  color:var(--navy);
  line-height:1.4;
}
.nl-product-ship-msg i{
  color:var(--gold);
  font-size:16px;
  flex-shrink:0;
}
@media(max-width:600px){
  .nl-trust-list{grid-template-columns:1fr;}
}

/* ============================================================
   v1.2.5 — CART / CHECKOUT SHIPPING NOTICE (copy refresh)
   Updated text requires slightly taller notice boxes to avoid
   text overflow on narrow screens.
   ============================================================ */
.nl-shipping-notice{
  line-height:1.5 !important;
}
.nl-shipping-unlocked{
  background:linear-gradient(135deg,#e8f5e9 0%,#f1f8e9 100%) !important;
  border-color:#81c784 !important;
}
.nl-shipping-locked{
  background:linear-gradient(135deg,#fff8e1 0%,#fffde7 100%) !important;
  border-color:#ffd54f !important;
}

/* ============================================================
   v1.2.6 — PREMIUM POLISH PASS
   All overrides use !important to win over previous stacked
   media-query blocks without touching existing rules.
   ============================================================ */

/* ---- 1. Hero bottle +30% (desktop & tablet only, mobile unchanged) ---- */
@media(min-width:1025px){
  .bottle-wrap img{max-width:728px !important;max-height:82vh !important;}
  .right-stage{min-height:546px !important;}
}
@media(min-width:769px) and (max-width:1024px){
  .bottle-wrap img{max-width:572px !important;max-height:74vh !important;}
  .right-stage{min-height:468px !important;}
}

/* ---- 2. Stats numbers — larger, bolder ---- */
.stat .num{
  font-size:34px !important;
  font-weight:900 !important;
  letter-spacing:-0.5px;
}
@media(max-width:768px){
  .stat .num{font-size:26px !important;}
}
@media(max-width:390px){
  .stat .num{font-size:22px !important;}
}
.stat .stat-icon{
  width:60px !important;
  height:60px !important;
}

/* ---- 3. Trust badges — tighter gap, refined pill shape ---- */
.badges{
  gap:7px !important;
  max-width:500px !important;
}
.badge{
  padding:8px 15px !important;
  border-radius:50px !important;
  gap:7px !important;
  font-size:11.5px !important;
  font-weight:700 !important;
  border-color:rgba(10,47,107,0.14) !important;
  box-shadow:0 2px 8px rgba(10,47,107,0.07) !important;
  letter-spacing:0.15px;
}

/* ---- 4. Product card images +15% ---- */
.product-card .img-stage{height:218px !important;}
.product-card .img-stage img{max-height:207px !important;}
@media(max-width:768px){
  .product-card .img-stage{height:138px !important;}
  .product-card .img-stage img{max-height:124px !important;}
}
@media(max-width:390px){
  .product-card .img-stage{height:108px !important;}
  .product-card .img-stage img{max-height:98px !important;}
}

/* ---- 5. Remove ALL crossed-out / del prices everywhere ---- */
/* Belt-and-suspenders: CSS hides them; PHP filter strips them from HTML */
.price del,
.woocommerce .price del,
.woocommerce-page .price del,
.woocommerce ul.products li.product .price del,
.woocommerce-loop-product__link .price del{
  display:none !important;
}
/* Unwrap the <ins> wrapper (keep its content, remove styling artifact) */
.price ins,
.woocommerce .price ins,
.woocommerce-page .price ins{
  text-decoration:none !important;
  background:transparent !important;
  font-weight:inherit !important;
}

/* ---- 6. FREE SHIPPING success notice — emphasise the key phrase ---- */
.nl-shipping-unlocked strong{
  font-weight:900 !important;
}

/* ---- 7. Premium typography & spacing polish ---- */
/* Section titles: tighter tracking */
h2.section-title{letter-spacing:-0.8px !important;}

/* Product card: rounder corners, crisper name */
.product-card{border-radius:18px !important;}
.product-card .pname a{
  font-weight:700 !important;
  letter-spacing:0.05px;
}

/* Stat card: a little more breathing room */
.stats-card{padding:48px 40px !important;}
@media(max-width:768px){
  .stats-card{padding:28px 18px !important;}
}

/* Section sub-text: slightly more line-height */
p.section-sub{line-height:1.85 !important;}

/* WC single-product price: consistent size */
.woocommerce .product .price{
  font-size:28px !important;
  font-weight:800 !important;
  color:var(--navy) !important;
}

/* ============================================================
   v1.3.0 — LEGAL PAGES + FOOTER POLICY BAR
   ============================================================ */

/* ---- Footer: policy bar (Privacy | Terms | Shipping | Refund) ---- */
.bottom-bar{
  flex-direction:column;
  gap:12px;
  text-align:center;
}
.nl-policy-bar{
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:6px 20px;
}
.nl-policy-bar a{
  color:#9aa7cf;
  text-decoration:none;
  font-size:12px;
  transition:color .2s;
}
.nl-policy-bar a:hover{
  color:var(--gold);
}
@media(min-width:769px){
  .bottom-bar{
    flex-direction:row;
    justify-content:space-between;
    text-align:left;
  }
  .nl-policy-bar{
    justify-content:center;
  }
}

/* ---- Legal page template ---- */
.nl-legal-page{
  background:var(--white);
  min-height:60vh;
  padding:80px 0 100px;
}
.nl-legal-inner{
  max-width:860px;
  margin:0 auto;
  padding:0 32px;
}
.nl-legal-article{
  background:#fff;
}
.nl-legal-header{
  border-bottom:1px solid var(--border);
  padding-bottom:32px;
  margin-bottom:48px;
}
.nl-legal-header .eyebrow{
  font-size:12px;
  font-weight:700;
  letter-spacing:.12em;
  text-transform:uppercase;
  color:var(--gold);
  margin-bottom:12px;
}
.nl-legal-title{
  font-size:38px;
  font-weight:800;
  color:var(--navy);
  letter-spacing:-0.5px;
  line-height:1.15;
  margin-bottom:14px;
}
.nl-legal-updated{
  font-size:13px;
  color:var(--ink-soft);
}

/* ---- Body: all prose elements ---- */
.nl-legal-body{
  font-size:15.5px;
  line-height:1.8;
  color:#2f3a55;
}
.nl-legal-body h2{
  font-size:20px;
  font-weight:700;
  color:var(--navy);
  margin:44px 0 14px;
  letter-spacing:-0.2px;
}
.nl-legal-body h3{
  font-size:16.5px;
  font-weight:700;
  color:var(--navy-soft);
  margin:28px 0 10px;
}
.nl-legal-body p{
  margin-bottom:18px;
}
.nl-legal-body ul,
.nl-legal-body ol{
  padding-left:24px;
  margin-bottom:18px;
}
.nl-legal-body li{
  margin-bottom:8px;
}
.nl-legal-body a{
  color:var(--navy);
  text-decoration:underline;
  text-decoration-color:var(--gold);
  text-underline-offset:2px;
}
.nl-legal-body a:hover{
  color:var(--gold);
}
.nl-legal-body strong{
  color:var(--navy);
  font-weight:700;
}

/* ---- Footer: sibling nav ---- */
.nl-legal-footer{
  border-top:1px solid var(--border);
  margin-top:64px;
  padding-top:32px;
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  font-size:13.5px;
  color:var(--ink-soft);
}
.nl-legal-footer a{
  color:var(--ink-soft);
  text-decoration:none;
}
.nl-legal-footer a:hover{
  color:var(--navy);
}
.nl-legal-sibling-nav{
  display:flex;
  flex-wrap:wrap;
  gap:8px 22px;
}
.nl-legal-sibling-nav a{
  font-size:13px;
  font-weight:600;
  color:var(--navy);
  text-decoration:none;
  border-bottom:2px solid transparent;
  padding-bottom:1px;
  transition:border-color .2s;
}
.nl-legal-sibling-nav a:hover{
  border-color:var(--gold);
}

@media(max-width:768px){
  .nl-legal-page{padding:56px 0 72px;}
  .nl-legal-inner{padding:0 20px;}
  .nl-legal-title{font-size:28px;}
  .nl-legal-body{font-size:14.5px;}
  .nl-legal-body h2{font-size:18px;margin-top:36px;}
  .nl-legal-footer{flex-direction:column;align-items:flex-start;}
}
