/*
Theme Name: Dr Saurabh Wellness
Theme URI: https://www.drsaurabhgurjar.in/
Author: Clickzain Digital Solutions
Author URI: https://www.drsaurabhgurjar.in/
Description: A premium WooCommerce theme for herbal and wellness stores. Built around a certified-formulary design system - bottle-green panels, cream fields, gold hairline frames and monospaced composition strips. Ships with a one-click setup wizard that installs the required plugins and imports a full demo store: 24 products, 14 categories, all pages, menus and images. Fully translatable, WooCommerce ready, Elementor compatible, and responsive from 320px upwards.
Version: 1.3.0
Requires at least: 6.0
Tested up to: 6.7
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: drsaurabh-wellness
Tags: e-commerce, blog, two-columns, right-sidebar, custom-colors, custom-logo, custom-menu, featured-images, footer-widgets, translation-ready, block-styles, wide-blocks
*/

/* ============================================================
   1. DESIGN SYSTEM
   All colours and fonts below are also exposed in
   Appearance > Customize, which overrides these values inline.
   ============================================================ */
/* ============================================================
   DR SAURABH GURJAR WELLNESS CENTER  —  "The Certified Formulary"
   The brand's own bottle label is the design system:
   bottle-green panels, cream fields, gold hairline frames,
   COMPOSITION chips set in mono.
   ============================================================ */
:root{
  --bg:#F0EEE1; --bg-2:#E7E4D4; --surface:#FBFAF3; --surface-2:#F5F2E6;
  --band:#0B2B1F; --band-2:#0E3527;
  --text:#17281F; --text-2:#4A5B4E; --muted:#5A6E55;
  --line:#D6D2BF; --line-strong:#BDB79E;
  --brand:#0B2B1F; --brand-2:#14563C; --brand-3:#1C6E4C;
  --gold:#A8842C; --gold-2:#D8B45A; --gold-soft:#EFE2BE; --gold-ink:#785A12;
  --crimson:#B32328; --crimson-bg:#B32328; --crimson-soft:#F6E3E1;
  --on-band:#F2EFE0; --on-band-2:#A9BFAE; --on-brand:#FBFAF3; --star:#C9922A;
  --shadow-sm:0 1px 2px rgba(11,43,31,.06),0 2px 8px rgba(11,43,31,.05);
  --shadow-md:0 2px 6px rgba(11,43,31,.07),0 14px 34px -12px rgba(11,43,31,.18);
  --shadow-lg:0 4px 12px rgba(11,43,31,.09),0 30px 60px -22px rgba(11,43,31,.30);
  --ring:0 0 0 3px rgba(20,86,60,.28);
  --f-display:"Fraunces","Iowan Old Style",Georgia,serif;
  --f-body:"Karla","Helvetica Neue",Arial,sans-serif;
  --f-mono:"IBM Plex Mono",ui-monospace,Menlo,monospace;
  --f-dev:"Noto Sans Devanagari","Karla",sans-serif;
  --maxw:1260px; --pad:clamp(18px,4.4vw,44px);
  --r-sm:4px; --r-md:8px; --r-lg:14px;
}
:root[data-theme="dark"]{
  --bg:#0A1912; --bg-2:#0D2018; --surface:#112619; --surface-2:#16301F;
  --band:#061510; --band-2:#0B2318;
  --text:#E9E6D6; --text-2:#B9C4B6; --muted:#8CA08B;
  --line:#24402F; --line-strong:#33553F;
  --brand:#0B2B1F; --brand-2:#1E7A54; --brand-3:#2A9166;
  --gold:#D9B66A; --gold-2:#EBCE8C; --gold-soft:#2E2A18; --gold-ink:#E3C079;
  --crimson:#E4757A; --crimson-bg:#A8272C; --crimson-soft:#2C1618;
  --on-band:#E9E6D6; --on-band-2:#9BB3A2; --on-brand:#06170F; --star:#E0B45C;
  --shadow-sm:0 1px 2px rgba(0,0,0,.4);
  --shadow-md:0 2px 6px rgba(0,0,0,.45),0 14px 34px -12px rgba(0,0,0,.6);
  --shadow-lg:0 4px 12px rgba(0,0,0,.5),0 30px 60px -22px rgba(0,0,0,.7);
  --ring:0 0 0 3px rgba(42,145,102,.4);
}

*,*::before,*::after{ box-sizing:border-box; }
body{ margin:0; background:var(--bg); color:var(--text); font-family:var(--f-body);
  font-size:16px; line-height:1.6; -webkit-font-smoothing:antialiased; overflow-x:hidden; }
img{ max-width:100%; height:auto; display:block; }
a{ color:inherit; text-decoration:none; }
button{ font:inherit; color:inherit; cursor:pointer; border:0; background:none; }
:focus-visible{ outline:none; box-shadow:var(--ring); border-radius:var(--r-sm); }
h1,h2,h3,h4{ font-family:var(--f-display); font-weight:600; margin:0; text-wrap:balance; line-height:1.14; letter-spacing:-.012em; }
p{ margin:0; }
.dev{ font-family:var(--f-dev); }
.wrap{ max-width:var(--maxw); margin-inline:auto; padding-inline:var(--pad); }
.sec{ padding-block:clamp(50px,6.6vw,92px); }
.sec--t{ padding-block:clamp(36px,4.6vw,60px); }

.eyebrow{ font-family:var(--f-mono); font-size:11px; font-weight:500; letter-spacing:.20em;
  text-transform:uppercase; color:var(--gold); display:flex; align-items:center; gap:10px; }
.eyebrow::before{ content:""; width:26px; height:1px; background:currentColor; flex:none; }
.eyebrow--c{ justify-content:center; }
.eyebrow--c::after{ content:""; width:26px; height:1px; background:currentColor; flex:none; }
.h-xl{ font-size:clamp(34px,5.2vw,58px); }
.h-lg{ font-size:clamp(27px,3.4vw,41px); }
.h-md{ font-size:clamp(21px,2.2vw,27px); }
.lede{ color:var(--text-2); font-size:clamp(15px,1.15vw,17.5px); max-width:64ch; }
.sec-head{ display:flex; flex-direction:column; gap:13px; margin-bottom:32px; }
.sec-head--c{ align-items:center; text-align:center; }
.sec-head--r{ flex-direction:row; align-items:flex-end; justify-content:space-between; flex-wrap:wrap; gap:18px; }
.frame{ position:relative; }
.frame::after{ content:""; position:absolute; inset:7px; border:1px solid var(--gold); opacity:.42; border-radius:3px; pointer-events:none; }

.btn{ display:inline-flex; align-items:center; justify-content:center; gap:9px; padding:13px 26px;
  border-radius:999px; font-weight:700; font-size:14px; letter-spacing:.045em; text-transform:uppercase;
  transition:.18s ease; border:1px solid transparent; white-space:nowrap; }
.btn svg{ width:17px; height:17px; }
.btn--primary{ background:var(--brand-2); color:var(--on-brand); }
.btn--primary:hover{ background:var(--brand-3); transform:translateY(-1px); box-shadow:var(--shadow-md); }
.btn--gold{ background:linear-gradient(160deg,var(--gold-2),var(--gold)); color:#2A1F06; }
.btn--gold:hover{ transform:translateY(-1px); box-shadow:var(--shadow-md); filter:brightness(1.05); }
.btn--ghost{ border-color:var(--line-strong); color:var(--text); }
.btn--ghost:hover{ border-color:var(--brand-2); color:var(--brand-2); }
.btn--onband{ border-color:rgba(216,180,90,.55); color:var(--gold-2); }
.btn--onband:hover{ background:rgba(216,180,90,.12); }
.btn--sm{ padding:10px 18px; font-size:12.5px; }
.btn--block{ width:100%; }

.chip{ display:inline-flex; align-items:center; gap:7px; font-family:var(--f-mono); font-size:10.5px;
  font-weight:500; letter-spacing:.13em; text-transform:uppercase; padding:5px 11px; border-radius:999px;
  border:1px solid var(--line-strong); color:var(--text-2); }
.chip--gold{ border-color:var(--gold); color:var(--gold); background:var(--gold-soft); }
.chip--red{ border-color:transparent; background:var(--crimson-bg); color:#fff; }
.chip--green{ border-color:transparent; background:var(--brand-2); color:var(--on-brand); }

/* ---------- topbar + header ---------- */
.topbar{ background:var(--band); color:var(--on-band-2); font-size:12.5px; border-bottom:1px solid rgba(216,180,90,.22); }
.topbar__in{ display:flex; align-items:center; justify-content:space-between; gap:16px; min-height:40px; }
.topbar__msg{ display:flex; align-items:center; gap:9px; min-width:0; }
.topbar__msg b{ color:var(--gold-2); font-weight:600; }
.topbar__right{ display:flex; align-items:center; gap:18px; }
.topbar__tel{ display:flex; align-items:center; gap:6px; white-space:nowrap; }
.topbar a:hover{ color:var(--gold-2); }
.langsw{ display:inline-flex; border:1px solid rgba(216,180,90,.4); border-radius:999px; overflow:hidden; flex:none; }
.langsw button{ padding:3px 11px; font-size:11px; letter-spacing:.06em; color:var(--on-band-2); }
.langsw button[aria-pressed="true"]{ background:var(--gold-2); color:#2A1F06; font-weight:700; }
@media(max-width:900px){ .topbar__right .hide-sm{ display:none; } }
@media(max-width:640px){
  .topbar__in{ min-height:36px; gap:10px; }
  .topbar__msg{ font-size:11.5px; }
  .topbar__msg span{ white-space:nowrap; overflow:hidden; text-overflow:ellipsis; }
  .topbar__tel{ display:none; }
}

.hdr{ position:sticky; top:0; z-index:60; background:var(--surface); border-bottom:1px solid var(--line); box-shadow:var(--shadow-sm); }
.hdr__in{ display:flex; align-items:center; gap:22px; min-height:76px; }
.brandmark{ display:flex; align-items:center; flex:none; }
.brandmark img{ height:46px; width:auto; }
:root[data-theme="dark"] .brandmark{ background:#FBFAF3; border-radius:6px; padding:5px 9px; }
.nav{ display:flex; align-items:center; margin-inline:auto; }
.nav__list{ display:flex; align-items:center; gap:2px; list-style:none; margin:0; padding:0; }
.nav__list li{ list-style:none; margin:0; padding:0; }
.nav a{ display:block; }
.nav a{ padding:9px 13px; font-size:14px; font-weight:600; border-radius:var(--r-sm); position:relative; color:var(--text); }
.nav a::after{ content:""; position:absolute; left:13px; right:13px; bottom:2px; height:2px; background:var(--gold); transform:scaleX(0); transform-origin:left; transition:.2s; }
.nav a:hover::after,.nav a.is-on::after{ transform:scaleX(1); }
.hdr__acts{ display:flex; align-items:center; gap:5px; flex:none; }
.iconbtn{ width:42px; height:42px; display:grid; place-items:center; border-radius:999px; border:1px solid transparent; position:relative; transition:.16s; }
.iconbtn:hover{ border-color:var(--line-strong); background:var(--surface-2); }
.iconbtn svg{ width:20px; height:20px; }
.badge{ position:absolute; top:4px; right:3px; min-width:18px; height:18px; padding:0 5px; border-radius:999px;
  background:var(--crimson-bg); color:#fff; font-family:var(--f-mono); font-size:10px; font-weight:600; display:grid; place-items:center; }
.menubtn{ display:none; }
@media(max-width:1180px){ .nav{ display:none; } .menubtn{ display:grid; } }
@media(max-width:600px){ .hdr__acts .hide-xs{ display:none; } .hdr__in{ min-height:66px; gap:12px; } .brandmark img{ height:38px; } }

/* mobile drawer */
.drawer{ position:fixed; inset:0; z-index:80; display:none; }
.drawer[data-open="1"]{ display:block; }
.drawer__bg{ position:absolute; inset:0; background:rgba(11,43,31,.55); }
.drawer__panel{ position:absolute; top:0; right:0; bottom:0; width:min(320px,86vw); background:var(--surface);
  padding:22px var(--pad); display:flex; flex-direction:column; gap:6px; box-shadow:var(--shadow-lg); overflow-y:auto; }
.drawer__list{ list-style:none; margin:0; padding:0; display:flex; flex-direction:column; }
.drawer__list li{ list-style:none; margin:0; padding:0; }
.drawer__panel a{ display:block; padding:13px 4px; font-size:16px; font-weight:600; border-bottom:1px solid var(--line); }
.drawer__panel a:hover{ color:var(--brand-2); }
.drawer__close{ align-self:flex-end; font-family:var(--f-mono); font-size:12px; letter-spacing:.14em; color:var(--muted); padding:6px; }

/* ---------- hero ---------- */
.hero{ background:linear-gradient(178deg,var(--bg) 0%,var(--bg-2) 100%); position:relative; overflow:hidden; }
.hero::before{ content:""; position:absolute; inset:0; pointer-events:none;
  background:radial-gradient(60% 70% at 88% 12%,rgba(168,132,44,.14),transparent 62%),
             radial-gradient(50% 60% at 4% 92%,rgba(20,86,60,.10),transparent 60%); }
.hero__in{ position:relative; display:grid; gap:clamp(30px,4.5vw,60px); grid-template-columns:1.02fr .98fr;
  align-items:center; padding-block:clamp(44px,6vw,80px); }
@media(max-width:940px){ .hero__in{ grid-template-columns:1fr; } }
.hero__copy{ display:flex; flex-direction:column; gap:21px; align-items:flex-start; }
.hero h1{ font-size:clamp(35px,5.4vw,63px); font-weight:600; }
.hero h1 em{ font-style:normal; color:var(--brand-2); display:block; font-family:var(--f-dev);
  font-size:.60em; font-weight:600; margin-top:.24em; letter-spacing:0; }
:root[data-theme="dark"] .hero h1 em{ color:var(--gold-2); }
.hero__cta{ display:flex; flex-wrap:wrap; gap:12px; }
.hero__seals{ display:flex; flex-wrap:wrap; gap:10px; padding-top:4px; }
.hero__art{ position:relative; }
.hero__art .frame::after{ inset:12px; }
.hero__photo{ border-radius:var(--r-lg); overflow:hidden; border:1px solid var(--line-strong); box-shadow:var(--shadow-lg); background:var(--surface); }
.seal{ position:absolute; right:-24px; bottom:-24px; width:130px; height:130px; border-radius:999px; background:var(--band);
  color:var(--gold-2); display:grid; place-content:center; text-align:center; border:2px solid var(--gold);
  box-shadow:var(--shadow-lg); gap:2px; padding:10px; }
.seal b{ font-family:var(--f-display); font-size:25px; line-height:1; color:var(--gold-2); }
.seal span{ font-family:var(--f-mono); font-size:8.5px; letter-spacing:.16em; text-transform:uppercase; color:var(--on-band-2); }
@media(max-width:520px){ .seal{ width:100px; height:100px; right:-8px; bottom:-16px; } .seal b{ font-size:19px; } }

/* ---------- ticker ---------- */
.ticker{ background:var(--band); color:var(--on-band-2); border-block:1px solid rgba(216,180,90,.3); overflow:hidden; padding-block:11px; }
.ticker__track{ display:flex; width:max-content; animation:slide 60s linear infinite; }
.ticker i{ font-style:normal; font-family:var(--f-mono); font-size:11.5px; letter-spacing:.15em; text-transform:uppercase;
  padding-inline:26px; white-space:nowrap; border-right:1px solid rgba(216,180,90,.22); }
.ticker i b{ color:var(--gold-2); font-weight:500; }
@keyframes slide{ to{ transform:translateX(-50%); } }
@media(prefers-reduced-motion:reduce){ .ticker__track{ animation:none; } }

/* ---------- concern grid ---------- */
.concerns{ display:grid; grid-template-columns:repeat(4,1fr); gap:14px; }
@media(max-width:900px){ .concerns{ grid-template-columns:repeat(2,1fr); } }
.concern{ background:var(--surface); border:1px solid var(--line); border-radius:var(--r-md); padding:20px 17px;
  display:flex; flex-direction:column; gap:9px; transition:.2s; position:relative; overflow:hidden; }
.concern::before{ content:""; position:absolute; left:0; top:0; bottom:0; width:3px; background:var(--gold);
  transform:scaleY(0); transform-origin:top; transition:.24s; }
.concern:hover{ border-color:var(--line-strong); transform:translateY(-3px); box-shadow:var(--shadow-md); }
.concern:hover::before{ transform:scaleY(1); }
.concern svg{ width:29px; height:29px; color:var(--brand-2); stroke-width:1.4; }
:root[data-theme="dark"] .concern svg{ color:var(--gold); }
.concern h3{ font-size:16.5px; }
.concern p{ font-size:12px; color:var(--muted); font-family:var(--f-mono); letter-spacing:.05em; }

/* ---------- product card ---------- */
.pgrid{ display:grid; grid-template-columns:repeat(4,1fr); gap:20px; }
.pgrid--3{ grid-template-columns:repeat(3,1fr); }
@media(max-width:1000px){ .pgrid,.pgrid--3{ grid-template-columns:repeat(2,1fr); } }
@media(max-width:520px){ .pgrid,.pgrid--3{ grid-template-columns:1fr; gap:14px; } }
.pcard{ background:var(--surface); border:1px solid var(--line); border-radius:var(--r-md); display:flex;
  flex-direction:column; overflow:hidden; transition:.22s; position:relative; }
.pcard:hover{ transform:translateY(-4px); box-shadow:var(--shadow-lg); border-color:var(--line-strong); }
.pcard__media{ position:relative; aspect-ratio:1/1; background:var(--surface-2); overflow:hidden; display:block; }
.pcard__media img{ width:100%; height:100%; object-fit:cover; transition:.5s cubic-bezier(.2,.7,.3,1); }
.pcard:hover .pcard__media img{ transform:scale(1.05); }
.pcard__flags{ position:absolute; top:11px; left:11px; display:flex; flex-direction:column; gap:6px; align-items:flex-start; }
.pcard__body{ padding:15px 15px 17px; display:flex; flex-direction:column; gap:8px; flex:1; }
/* Titles wrap to different depths, so the composition strip, price and button
   are pinned to the bottom to keep every card in a row aligned. */
.pcard h3{ min-height:2.48em; }
.pcard .comp{ margin-top:auto; }
.pcard .price{ margin-top:6px; }
.pcard__cat{ font-family:var(--f-mono); font-size:10px; letter-spacing:.16em; text-transform:uppercase; color:var(--muted); }
.pcard h3{ font-size:17.5px; line-height:1.24; }
.pcard__stars{ display:flex; align-items:center; gap:7px; font-size:12px; color:var(--muted); }
.stars{ display:inline-flex; gap:1.5px; color:var(--star); }
.stars svg{ width:13px; height:13px; }
.comp{ border:1px solid var(--gold); border-radius:var(--r-sm); background:var(--gold-soft); padding:7px 9px 8px;
  display:flex; flex-direction:column; gap:3px; }
.comp span{ font-family:var(--f-mono); font-size:8.5px; letter-spacing:.19em; text-transform:uppercase; color:var(--gold); font-weight:600; }
.comp b{ font-family:var(--f-mono); font-size:10.5px; font-weight:500; color:var(--text-2); line-height:1.35; }
.price{ display:flex; align-items:baseline; gap:9px; flex-wrap:wrap; margin-top:auto; padding-top:4px; }
.price b{ font-family:var(--f-mono); font-size:19px; font-weight:600; color:var(--text); font-variant-numeric:tabular-nums; }
.price s{ font-family:var(--f-mono); font-size:13px; color:var(--muted); font-variant-numeric:tabular-nums; }
.price em{ font-style:normal; font-family:var(--f-mono); font-size:11px; font-weight:600; color:var(--crimson); }

/* ---------- bands / why / steps ---------- */
.band{ background:var(--band); color:var(--on-band); position:relative; overflow:hidden; }
.band::before{ content:""; position:absolute; inset:0; background:radial-gradient(48% 62% at 78% 26%,rgba(216,180,90,.16),transparent 64%); }
.band .eyebrow{ color:var(--gold-2); }
.band h1,.band h2,.band h3{ color:var(--on-band); }
.band p{ color:var(--on-band-2); }
/* a light card sitting inside a dark band keeps normal text colours */
.band .fgrp h1,.band .fgrp h2,.band .fgrp h3{ color:var(--text); }
.band .fgrp p,.band .fgrp span,.band .fgrp li{ color:var(--text-2); }
.band .fgrp .inp label,.band .fgrp .formnote{ color:var(--muted); }
.band__in{ position:relative; display:grid; grid-template-columns:1fr 1fr; gap:clamp(28px,4vw,60px); align-items:center; }
@media(max-width:880px){ .band__in{ grid-template-columns:1fr; } }
.band__photo{ border-radius:var(--r-lg); overflow:hidden; border:1px solid rgba(216,180,90,.4); box-shadow:var(--shadow-lg); }
.band__photo img{ width:100%; }  /* fill the gold frame exactly - no gap on the right */
.combolist{ display:flex; flex-direction:column; gap:9px; margin:4px 0 2px; padding:0; list-style:none; }
.combolist li{ display:flex; gap:11px; align-items:flex-start; font-size:14.5px; color:var(--on-band-2); }
.combolist svg{ width:17px; height:17px; color:var(--gold-2); flex:none; margin-top:3px; }
.pricebox{ display:flex; align-items:baseline; gap:12px; flex-wrap:wrap; border-top:1px solid rgba(216,180,90,.3); padding-top:16px; margin-top:6px; }
.pricebox b{ font-family:var(--f-mono); font-size:33px; font-weight:600; color:var(--gold-2); font-variant-numeric:tabular-nums; }
.pricebox s{ font-family:var(--f-mono); font-size:16px; color:var(--on-band-2); }

.whys{ display:grid; grid-template-columns:repeat(4,1fr); border:1px solid var(--line); border-radius:var(--r-md); overflow:hidden; background:var(--surface); }
@media(max-width:900px){ .whys{ grid-template-columns:repeat(2,1fr); } }
@media(max-width:520px){ .whys{ grid-template-columns:1fr; } }
.why{ padding:26px 21px; display:flex; flex-direction:column; gap:9px; border-right:1px solid var(--line); }
.why:last-child{ border-right:0; }
@media(max-width:900px){ .why:nth-child(2n){ border-right:0; } .why:nth-child(-n+2){ border-bottom:1px solid var(--line); } }
@media(max-width:520px){ .why{ border-right:0; border-bottom:1px solid var(--line); } .why:last-child{ border-bottom:0; } }
.why__n{ font-family:var(--f-mono); font-size:10.5px; letter-spacing:.18em; color:var(--gold); font-weight:600; }
.why h3{ font-size:18.5px; }
.why p{ font-size:14px; color:var(--text-2); }

.steps{ display:grid; grid-template-columns:repeat(3,1fr); }
@media(max-width:760px){ .steps{ grid-template-columns:1fr; } }
.step{ padding:24px 22px; border-left:1px solid rgba(216,180,90,.28); display:flex; flex-direction:column; gap:8px; }
.step:first-child{ border-left:0; }
@media(max-width:760px){ .step{ border-left:0; border-top:1px solid rgba(216,180,90,.28); } .step:first-child{ border-top:0; } }
.step__n{ font-family:var(--f-mono); font-size:11px; letter-spacing:.2em; color:var(--gold-2); }
.step h3{ font-size:19px; }

.statrow{ display:grid; grid-template-columns:repeat(4,1fr); gap:14px; }
@media(max-width:760px){ .statrow{ grid-template-columns:repeat(2,1fr); } }
.stat{ text-align:center; padding:20px 12px; border:1px solid rgba(216,180,90,.3); border-radius:var(--r-md); }
.stat b{ display:block; font-family:var(--f-display); font-size:clamp(26px,3vw,38px); color:var(--gold-2); line-height:1; }
.stat span{ display:block; margin-top:8px; font-family:var(--f-mono); font-size:10.5px; letter-spacing:.14em; text-transform:uppercase; color:var(--on-band-2); }

/* ---------- certificates ---------- */
.certs{ display:grid; grid-template-columns:repeat(3,1fr); gap:18px; }
@media(max-width:820px){ .certs{ grid-template-columns:1fr; } }
.cert{ background:var(--surface); border:1px solid var(--line); border-radius:var(--r-md); padding:15px; display:flex; flex-direction:column; gap:13px; transition:.2s; }
.cert:hover{ border-color:var(--gold); box-shadow:var(--shadow-md); transform:translateY(-3px); }
.cert__img{ border:1px solid var(--gold); border-radius:var(--r-sm); overflow:hidden; background:#fff; }
/* Certificates scan at different aspect ratios; crop them to one shape so the
   three cards line up. */
.cert__img img{ width:100%; aspect-ratio:1/1.34; object-fit:cover; object-position:top center; }
.cert__meta{ margin-top:auto; }
.cert__meta{ display:flex; flex-direction:column; gap:4px; }
.cert__meta strong{ font-family:var(--f-display); font-size:17px; }
.cert__meta span{ font-family:var(--f-mono); font-size:10.5px; letter-spacing:.08em; color:var(--muted); }
.deet{ display:flex; flex-direction:column; gap:3px; padding-bottom:13px; border-bottom:1px solid var(--line); }
.deet:last-child{ border-bottom:0; padding-bottom:0; }
.deet span{ font-family:var(--f-mono); font-size:10px; letter-spacing:.16em; text-transform:uppercase; color:var(--gold); }
.deet strong{ font-family:var(--f-mono); font-size:13.5px; font-weight:500; color:var(--text); word-break:break-word; }

/* ---------- testimonials / blog ---------- */
.tgrid{ display:grid; grid-template-columns:repeat(3,1fr); gap:18px; }
@media(max-width:880px){ .tgrid{ grid-template-columns:1fr; } }
.tcard{ background:var(--surface); border:1px solid var(--line); border-radius:var(--r-md); padding:23px 21px; display:flex; flex-direction:column; gap:12px; }
.tcard p{ font-size:15px; color:var(--text-2); line-height:1.62; }
.tcard__who{ display:flex; align-items:center; gap:11px; margin-top:auto; padding-top:6px; }
.avatar{ width:38px; height:38px; border-radius:999px; display:grid; place-items:center; flex:none; background:var(--band); color:var(--gold-2); font-family:var(--f-display); font-size:16px; }
.tcard__who b{ display:block; font-size:14px; font-weight:600; }
.tcard__who span{ font-family:var(--f-mono); font-size:10.5px; letter-spacing:.1em; color:var(--muted); text-transform:uppercase; }
.bcard{ background:var(--surface); border:1px solid var(--line); border-radius:var(--r-md); padding:23px 21px; display:flex; flex-direction:column; gap:10px; transition:.2s; }
.bcard:hover{ border-color:var(--gold); transform:translateY(-3px); box-shadow:var(--shadow-md); }
.bcard h3{ font-size:18.5px; }
.bcard p{ font-size:14px; color:var(--text-2); }
.bcard__more{ font-family:var(--f-mono); font-size:11px; letter-spacing:.14em; text-transform:uppercase; color:var(--brand-2); font-weight:600; margin-top:auto; padding-top:6px; }
:root[data-theme="dark"] .bcard__more{ color:var(--gold); }

/* ---------- forms ---------- */
.field{ display:flex; gap:10px; flex-wrap:wrap; }
.field input{ flex:1 1 240px; padding:14px 18px; border-radius:999px; border:1px solid rgba(216,180,90,.42);
  background:rgba(251,250,243,.06); color:var(--on-band); font:inherit; font-size:15px; }
.field input::placeholder{ color:var(--on-band-2); }
.field input:focus{ outline:none; border-color:var(--gold-2); box-shadow:0 0 0 3px rgba(216,180,90,.22); }
.form{ display:grid; gap:14px; }
.form__row{ display:grid; grid-template-columns:1fr 1fr; gap:14px; }
@media(max-width:600px){ .form__row{ grid-template-columns:1fr; } }
.inp{ display:flex; flex-direction:column; gap:6px; }
.inp label{ font-family:var(--f-mono); font-size:10.5px; letter-spacing:.14em; text-transform:uppercase; color:var(--muted); }
.inp input,.inp select,.inp textarea{ padding:12px 15px; border:1px solid var(--line-strong); border-radius:var(--r-md);
  background:var(--surface); color:var(--text); font:inherit; font-size:15px; width:100%; }
.inp textarea{ min-height:110px; resize:vertical; }
.inp input:focus,.inp select:focus,.inp textarea:focus{ outline:none; border-color:var(--brand-2); box-shadow:var(--ring); }
.formnote{ font-size:12.5px; color:var(--muted); }
.okmsg{ display:none; padding:13px 16px; border-radius:var(--r-md); background:var(--gold-soft); border:1px solid var(--gold); font-size:14px; }
.okmsg[data-show="1"]{ display:block; }

/* ---------- shop ---------- */
.crumbs{ font-family:var(--f-mono); font-size:11px; letter-spacing:.1em; text-transform:uppercase; color:var(--muted); display:flex; gap:9px; flex-wrap:wrap; }
.crumbs a:hover{ color:var(--gold); }
.shop{ display:grid; grid-template-columns:250px 1fr; gap:clamp(22px,3vw,40px); align-items:start; }
@media(max-width:940px){ .shop{ grid-template-columns:1fr; } }
.filters{ display:flex; flex-direction:column; gap:18px; position:sticky; top:96px; }
@media(max-width:940px){ .filters{ position:static; } }
.fgrp{ border:1px solid var(--line); border-radius:var(--r-md); background:var(--surface); padding:17px; }
.fgrp h4{ font-family:var(--f-mono); font-size:10.5px; letter-spacing:.17em; text-transform:uppercase; color:var(--gold); font-weight:600; margin:0 0 12px; }
.fopt{ display:flex; align-items:center; gap:10px; padding:5px 0; font-size:14px; color:var(--text-2); cursor:pointer; }
.fopt input{ accent-color:var(--brand-2); width:15px; height:15px; flex:none; }
.fopt span{ margin-left:auto; font-family:var(--f-mono); font-size:11px; color:var(--muted); }
.toolbar{ display:flex; flex-wrap:wrap; gap:14px; align-items:center; justify-content:space-between; padding-bottom:16px; border-bottom:1px solid var(--line); margin-bottom:22px; }
.toolbar__c{ font-size:13.5px; color:var(--muted); }
.select,.searchbox{ border:1px solid var(--line-strong); background:var(--surface); border-radius:999px; padding:9px 16px; font:inherit; font-size:13.5px; color:var(--text); }
.searchbox{ min-width:220px; }
.searchbox:focus,.select:focus{ outline:none; border-color:var(--brand-2); box-shadow:var(--ring); }
.empty{ padding:60px 20px; text-align:center; color:var(--muted); }

/* ---------- offer box, trust row and tables (used by the product page) ---------- */
.offer{ border:1px dashed var(--gold); border-radius:var(--r-md); background:var(--gold-soft); padding:14px 16px; display:flex; flex-direction:column; gap:6px; }
.offer strong{ font-size:14px; display:flex; align-items:center; gap:8px; }
.offer strong svg{ width:16px; height:16px; color:var(--gold); }
.offer p{ font-size:13px; color:var(--text-2); }
.trustrow{ display:grid; grid-template-columns:repeat(4,1fr); gap:12px; border-block:1px solid var(--line); padding-block:16px; }
.trustrow div{ display:flex; flex-direction:column; align-items:center; gap:7px; text-align:center; }
.trustrow svg{ width:21px; height:21px; color:var(--brand-2); }
.trustrow span{ font-family:var(--f-mono); font-size:10px; letter-spacing:.09em; text-transform:uppercase; color:var(--muted); line-height:1.4; }
.acc{ border:1px solid var(--line); border-radius:var(--r-md); overflow:hidden; background:var(--surface); }
.acc details{ border-bottom:1px solid var(--line); }
.acc details:last-child{ border-bottom:0; }
.acc summary{ list-style:none; cursor:pointer; padding:16px 18px; display:flex; align-items:center; gap:12px; font-family:var(--f-display); font-size:16.5px; font-weight:600; }
.acc summary::-webkit-details-marker{ display:none; }
.acc summary::after{ content:"+"; margin-left:auto; font-family:var(--f-mono); font-size:19px; color:var(--gold); font-weight:400; }
.acc details[open] summary::after{ content:"\2013"; }
.acc summary:hover{ background:var(--surface-2); }
.acc__body{ padding:0 18px 19px; font-size:14.5px; color:var(--text-2); line-height:1.68; display:flex; flex-direction:column; gap:11px; }
.dtable{ width:100%; border-collapse:collapse; font-size:14px; }
.dtable td{ padding:9px 0; border-bottom:1px solid var(--line); vertical-align:top; }
.dtable tr:last-child td{ border-bottom:0; }
.dtable td:first-child{ font-family:var(--f-mono); font-size:11px; letter-spacing:.1em; text-transform:uppercase; color:var(--muted); width:38%; padding-right:14px; }
/* ---------- footer ---------- */
.ftr{ background:var(--band-2); color:var(--on-band-2); padding-top:clamp(42px,5vw,66px); }
.ftr__cols{ display:grid; grid-template-columns:1.5fr 1fr 1fr 1.2fr; gap:clamp(24px,3vw,44px); padding-bottom:38px; }
@media(max-width:900px){ .ftr__cols{ grid-template-columns:1fr 1fr; } }
@media(max-width:520px){ .ftr__cols{ grid-template-columns:1fr; } }
.ftr h4{ font-family:var(--f-mono); font-size:11px; letter-spacing:.18em; text-transform:uppercase; color:var(--gold-2); font-weight:600; margin:0 0 14px; }
.ftr ul{ list-style:none; margin:0; padding:0; display:flex; flex-direction:column; gap:9px; }
.ftr a{ font-size:14px; }
.ftr a:hover{ color:var(--gold-2); }
.ftr__logo{ background:#FBFAF3; border-radius:6px; padding:9px 12px; display:inline-block; margin-bottom:14px; }
.ftr__logo img{ height:42px; width:auto; }
.ftr__bot{ border-top:1px solid rgba(216,180,90,.22); padding-block:19px; display:flex; flex-wrap:wrap; gap:14px; justify-content:space-between; align-items:center; font-size:12.5px; }
.pays{ display:flex; gap:7px; flex-wrap:wrap; }
.pay{ font-family:var(--f-mono); font-size:10px; letter-spacing:.08em; padding:5px 9px; border:1px solid rgba(216,180,90,.34); border-radius:4px; }
.disclaim{ border-top:1px solid rgba(216,180,90,.22); padding-block:17px 24px; font-size:11.5px; line-height:1.66; color:rgba(169,191,174,.78); max-width:98ch; }

/* ---------- toast ---------- */
.toast{ position:fixed; left:50%; bottom:88px; transform:translate(-50%,14px); z-index:95; opacity:0; pointer-events:none;
  background:var(--band); color:var(--gold-2); border:1px solid var(--gold); border-radius:999px; padding:11px 22px;
  font-family:var(--f-mono); font-size:12px; letter-spacing:.1em; text-transform:uppercase; transition:.24s; box-shadow:var(--shadow-lg); }
.toast[data-show="1"]{ opacity:1; transform:translate(-50%,0); }

/* ---------- floating WhatsApp button ---------- */
.wafab{ position:fixed; right:clamp(14px,3vw,26px); bottom:clamp(14px,3vw,26px); z-index:96;
  width:56px; height:56px; border-radius:50%; display:grid; place-items:center;
  background:#25D366; color:#fff; box-shadow:0 6px 18px rgba(0,0,0,.22), 0 2px 5px rgba(0,0,0,.16);
  transition:transform .18s ease, box-shadow .18s ease; }
.wafab:hover{ transform:translateY(-2px) scale(1.04); box-shadow:0 12px 26px rgba(0,0,0,.28); }
.wafab svg{ width:28px; height:28px; }
.wafab::after{ content:""; position:absolute; inset:0; border-radius:50%; border:2px solid #25D366;
  opacity:.55; animation:dsw-ping 2.4s cubic-bezier(0,0,.2,1) infinite; }
@keyframes dsw-ping{ 0%{ transform:scale(1); opacity:.55; } 70%,100%{ transform:scale(1.6); opacity:0; } }
@media (prefers-reduced-motion:reduce){ .wafab::after{ animation:none; } }
@media (max-width:640px){ .wafab{ width:50px; height:50px; } .wafab svg{ width:25px; height:25px; } }

/* ---------- hero: doctor panel + drifting product columns, one frame ---------- */
.hero__art{ position:relative; }
.herowall{ position:relative; height:clamp(410px,49vw,570px); overflow:hidden; border-radius:var(--r-lg);
  border:1px solid var(--line-strong); box-shadow:var(--shadow-lg); background:var(--surface-2);
  display:grid; grid-template-columns:1.06fr 1fr 1fr; gap:10px; padding:10px; }
.hwdoc{ position:relative; margin:0; border-radius:var(--r-md); overflow:hidden;
  border:1px solid var(--gold); background:var(--surface); }
.hwdoc img{ width:100%; height:100%; object-fit:cover; object-position:center 14%; }
.hwdoc figcaption{ position:absolute; left:0; right:0; bottom:0; padding:20px 13px 13px;
  background:linear-gradient(180deg,transparent,rgba(6,21,16,.5) 36%,rgba(6,21,16,.95)); }
.hwdoc b{ display:block; font-family:var(--f-display); font-size:clamp(15px,1.3vw,19px); color:#F5F2E4; line-height:1.15; }
.hwdoc span{ display:block; margin-top:5px; font-family:var(--f-mono); font-size:8.5px; letter-spacing:.12em;
  text-transform:uppercase; color:#BFD0C2; line-height:1.5; }
.hwcol{ overflow:hidden; border-radius:var(--r-md);
  -webkit-mask-image:linear-gradient(180deg,transparent 0,#000 7%,#000 93%,transparent 100%);
          mask-image:linear-gradient(180deg,transparent 0,#000 7%,#000 93%,transparent 100%); }
.hwcol__track{ display:flex; flex-direction:column; gap:10px; will-change:transform; }
.hwcol:nth-of-type(1) .hwcol__track{ animation:hwUp 48s linear infinite; }
.hwcol:nth-of-type(2) .hwcol__track{ animation:hwDown 58s linear infinite; }
.hwcol__track img{ width:100%; aspect-ratio:1/1; object-fit:cover; border-radius:var(--r-md);
  border:1px solid var(--line); background:var(--surface); }
@keyframes hwUp{ from{ transform:translateY(0); } to{ transform:translateY(-50%); } }
@keyframes hwDown{ from{ transform:translateY(-50%); } to{ transform:translateY(0); } }
@media(prefers-reduced-motion:reduce){ .hwcol__track{ animation:none !important; } }
.herowall__frame{ position:absolute; inset:10px; border:1px solid var(--gold); opacity:.42;
  border-radius:var(--r-md); pointer-events:none; }
.hero .seal{ right:16px; bottom:16px; top:auto; left:auto; width:104px; height:104px; }
.hero .seal b{ font-size:21px; }
@media(max-width:600px){
  .herowall{ height:clamp(330px,80vw,420px); gap:8px; padding:8px; grid-template-columns:1.15fr 1fr; }
  .herowall__frame{ inset:8px; }
  .hwcol:nth-of-type(2){ display:none; }
  .hwdoc figcaption{ padding:16px 10px 10px; }
  .hero .seal{ width:78px; height:78px; right:10px; bottom:10px; }
  .hero .seal b{ font-size:16px; } .hero .seal span{ font-size:6.5px; }
}

/* ---------- rotating formulation band ---------- */
.rot{ transition:opacity .38s ease; }
.rot[data-fade="1"]{ opacity:0; }
.rotbar{ display:flex; align-items:center; gap:12px; margin-top:4px; }
.rotbar__track{ flex:1; height:2px; background:rgba(216,180,90,.28); border-radius:2px; overflow:hidden; }
.rotbar__fill{ display:block; height:100%; width:0; background:var(--gold-2); }
.rotbar__n{ font-family:var(--f-mono); font-size:11px; letter-spacing:.12em; color:var(--gold-2); font-variant-numeric:tabular-nums; }
.rotbar__hint{ font-family:var(--f-mono); font-size:9.5px; letter-spacing:.14em; text-transform:uppercase; color:var(--on-band-2); }
@media(prefers-reduced-motion:reduce){ .rotbar__fill{ display:none; } }

/* ---------- FAQ ---------- */
.faqwrap{ display:grid; grid-template-columns:230px 1fr; gap:clamp(22px,3vw,44px); align-items:start; }
@media(max-width:900px){ .faqwrap{ grid-template-columns:1fr; } }
.faqnav{ position:sticky; top:96px; display:flex; flex-direction:column; gap:4px; }
@media(max-width:900px){ .faqnav{ position:static; flex-direction:row; flex-wrap:wrap; } }
.faqnav a{ padding:9px 12px; border-radius:var(--r-sm); font-size:13.5px; font-weight:600; color:var(--text-2); border-left:2px solid transparent; }
@media(max-width:900px){ .faqnav a{ border:1px solid var(--line); border-radius:999px; font-size:12.5px; } }
.faqnav a:hover{ color:var(--brand-2); border-left-color:var(--gold); background:var(--surface); }
.faqgrp{ margin-bottom:28px; }
.faqgrp h2{ font-size:clamp(19px,2vw,24px); margin-bottom:14px; display:flex; align-items:center; gap:11px; }
.faqgrp h2 i{ font-style:normal; font-family:var(--f-mono); font-size:11px; letter-spacing:.16em; color:var(--gold); }
.faq details{ border:1px solid var(--line); border-radius:var(--r-md); background:var(--surface); margin-bottom:9px; }
.faq details[open]{ border-color:var(--gold); }
.faq summary{ list-style:none; cursor:pointer; padding:15px 17px; display:flex; align-items:flex-start; gap:12px;
  font-family:var(--f-display); font-size:16.5px; font-weight:600; line-height:1.35; }
.faq summary::-webkit-details-marker{ display:none; }
.faq summary::after{ content:"+"; margin-left:auto; font-family:var(--f-mono); font-size:20px; color:var(--gold); font-weight:400; line-height:1; flex:none; }
.faq details[open] summary::after{ content:"\2013"; }
.faq summary:hover{ background:var(--surface-2); }
.faq__a{ padding:0 17px 17px; display:flex; flex-direction:column; gap:10px; }
.faq__a p{ font-size:14.5px; color:var(--text-2); line-height:1.68; }
.faq__lang{ display:inline-block; margin-right:9px; font-family:var(--f-mono); font-size:8.5px;
  letter-spacing:.16em; text-transform:uppercase; color:var(--gold); border:1px solid var(--gold);
  border-radius:999px; padding:2px 8px; vertical-align:2px; }
.faq__a .hi .faq__lang{ font-family:var(--f-mono); }
.faq__a .hi{ padding-top:9px; border-top:1px dashed var(--line-strong); color:var(--text-2); }
.faq__none{ display:none; padding:40px 10px; text-align:center; color:var(--muted); }

/* ============================================================
   9. WORDPRESS CORE STYLES
   ============================================================ */
.screen-reader-text{ border:0; clip:rect(1px,1px,1px,1px); clip-path:inset(50%); height:1px; margin:-1px;
  overflow:hidden; padding:0; position:absolute!important; width:1px; word-wrap:normal!important; }
.screen-reader-text:focus{ background:var(--surface); border-radius:3px; box-shadow:0 0 2px 2px rgba(0,0,0,.6);
  clip:auto!important; clip-path:none; color:var(--brand-2); display:block; font-size:14px; font-weight:700;
  height:auto; left:5px; line-height:normal; padding:15px 23px 14px; text-decoration:none; top:5px; width:auto; z-index:100000; }
.skip-link{ position:absolute; left:-9999px; }
.skip-link:focus{ left:8px; top:8px; z-index:100000; }

.alignleft{ float:left; margin:.4em 1.6em 1em 0; }
.alignright{ float:right; margin:.4em 0 1em 1.6em; }
.aligncenter{ clear:both; display:block; margin-inline:auto; }
.alignwide{ max-width:1100px; margin-inline:auto; }
.alignfull{ max-width:none; }
.wp-caption{ max-width:100%; }
.wp-caption-text,.wp-element-caption{ font-size:13px; color:var(--muted); text-align:center; padding-top:8px; }
.sticky .entry-title::after{ content:" \2605"; color:var(--gold); }
.gallery{ display:grid; grid-template-columns:repeat(auto-fit,minmax(160px,1fr)); gap:12px; }
.gallery-item img{ border-radius:var(--r-md); border:1px solid var(--line); }

/* ---------- editor / post content ---------- */
.entry-content{ max-width:74ch; }
.entry-content > * + *{ margin-top:1.1em; }
.entry-content h2{ font-size:clamp(23px,2.4vw,31px); margin-top:1.6em; }
.entry-content h3{ font-size:clamp(19px,1.9vw,24px); margin-top:1.4em; }
.entry-content p,.entry-content li{ color:var(--text-2); font-size:16.5px; line-height:1.72; }
.entry-content a{ color:var(--brand-2); text-decoration:underline; text-underline-offset:3px; }
.entry-content a:hover{ color:var(--gold); }
.entry-content ul,.entry-content ol{ padding-left:1.3em; }
.entry-content li + li{ margin-top:.45em; }
.entry-content img{ border-radius:var(--r-md); }
.entry-content blockquote{ border-left:2px solid var(--gold); padding:4px 0 4px 20px; margin-inline:0;
  font-family:var(--f-display); font-size:clamp(17px,1.7vw,21px); line-height:1.45; color:var(--text); }
.entry-content code,.entry-content kbd{ font-family:var(--f-mono); font-size:.9em; background:var(--surface-2);
  border:1px solid var(--line); border-radius:4px; padding:2px 6px; }
.entry-content pre{ background:var(--band); color:var(--on-band); padding:18px; border-radius:var(--r-md); overflow-x:auto; }
.entry-content table{ width:100%; border-collapse:collapse; font-size:15px; }
.entry-content th,.entry-content td{ border:1px solid var(--line); padding:10px 12px; text-align:left; }
.entry-content th{ background:var(--surface-2); font-family:var(--f-mono); font-size:12px;
  letter-spacing:.1em; text-transform:uppercase; color:var(--text); }

/* ---------- blog ---------- */
.postcard{ background:var(--surface); border:1px solid var(--line); border-radius:var(--r-md);
  overflow:hidden; display:flex; flex-direction:column; transition:.2s; }
.postcard:hover{ border-color:var(--gold); transform:translateY(-3px); box-shadow:var(--shadow-md); }
.postcard__media{ aspect-ratio:16/10; overflow:hidden; background:var(--surface-2); }
.postcard__media img{ width:100%; height:100%; object-fit:cover; transition:.5s; }
.postcard:hover .postcard__media img{ transform:scale(1.04); }
.postcard__body{ padding:20px; display:flex; flex-direction:column; gap:9px; flex:1; }
.postcard h3{ font-size:19px; line-height:1.28; }
.postcard p{ font-size:14px; color:var(--text-2); }
.entry-meta{ font-family:var(--f-mono); font-size:10.5px; letter-spacing:.14em; text-transform:uppercase; color:var(--muted); }
.post-hero{ border-radius:var(--r-lg); overflow:hidden; border:1px solid var(--line-strong); margin-bottom:28px; }
.post-nav{ display:grid; grid-template-columns:1fr 1fr; gap:14px; margin-top:36px; }
@media(max-width:600px){ .post-nav{ grid-template-columns:1fr; } }
.post-nav a{ border:1px solid var(--line); border-radius:var(--r-md); padding:16px 18px; background:var(--surface); display:block; }
.post-nav a:hover{ border-color:var(--gold); }
.post-nav span{ display:block; font-family:var(--f-mono); font-size:10px; letter-spacing:.14em;
  text-transform:uppercase; color:var(--gold); margin-bottom:5px; }
.post-nav b{ font-family:var(--f-display); font-size:16px; font-weight:600; }
.post-nav .is-next{ text-align:right; }

.pagination{ display:flex; gap:7px; justify-content:center; margin-top:38px; flex-wrap:wrap; }
.pagination .page-numbers{ min-width:40px; height:40px; padding:0 12px; display:grid; place-items:center;
  border-radius:999px; border:1px solid var(--line); font-family:var(--f-mono); font-size:13px; }
.pagination .page-numbers.current{ background:var(--brand-2); color:var(--on-brand); border-color:var(--brand-2); }
.pagination a.page-numbers:hover{ border-color:var(--gold); color:var(--gold); }

/* ---------- comments ---------- */
/* ---------- blog comments ---------- */
.comments-area{ margin-top:44px; }
.comment-list{ list-style:none; margin:0 0 34px; padding:0; display:flex; flex-direction:column; gap:16px; }
.comment-list li{ list-style:none; }
.comment-list ol.children{ list-style:none; padding-left:clamp(16px,4vw,44px); margin:16px 0 0;
  display:flex; flex-direction:column; gap:16px; }
.comment-body{ background:var(--surface); border:1px solid var(--line); border-radius:var(--r-md);
  padding:18px 20px; }
.comment-meta{ display:flex; align-items:center; gap:12px; flex-wrap:wrap; margin-bottom:10px; }
.comment-author{ display:flex; align-items:center; gap:11px; min-width:0; }
.comment-author img.avatar{ width:44px!important; height:44px!important; border-radius:50%;
  border:1px solid var(--line); background:var(--surface-2); margin:0; flex:none; object-fit:cover; }
.comment-author .fn{ font-family:var(--f-display); font-weight:600; font-style:normal;
  font-size:16px; color:var(--text); }
.comment-author .says{ display:none; }
.comment-metadata{ margin-left:auto; font-family:var(--f-mono); font-size:10.5px; letter-spacing:.12em;
  text-transform:uppercase; color:var(--muted); }
.comment-metadata a{ color:inherit; }
.comment-content{ color:var(--text-2); line-height:1.72; }
.comment-content p{ margin-bottom:9px; }
.comment-content p:last-child{ margin-bottom:0; }
.comment .reply{ margin-top:12px; }
.comment-reply-link{ font-family:var(--f-mono); font-size:10.5px; letter-spacing:.13em;
  text-transform:uppercase; color:var(--brand-2); border:1px solid var(--line-strong);
  border-radius:999px; padding:6px 14px; display:inline-block; }
.comment-reply-link:hover{ border-color:var(--brand-2); background:var(--surface-2); }
.comment-awaiting-moderation{ font-size:13px; color:var(--gold-ink); }
@media(max-width:520px){
  .comment-body{ padding:15px 16px; }
  .comment-author img.avatar{ width:36px!important; height:36px!important; }
  .comment-metadata{ margin-left:0; width:100%; }
}

.comment-respond{ background:var(--surface); border:1px solid var(--line); border-radius:var(--r-md);
  padding:clamp(18px,2.4vw,28px); }
.comment-reply-title{ font-family:var(--f-display); font-size:23px; font-weight:600; margin:0 0 6px; }
.comment-form{ display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:0 16px; }
.comment-form p{ display:flex; flex-direction:column; gap:6px; margin:0 0 16px; }
.comment-notes,.comment-form-comment,.comment-form-cookies-consent,.form-submit,
.logged-in-as,.comment-form-url{ grid-column:1 / -1; }
.comment-form p.comment-notes{ display:block; font-size:13px; color:var(--muted); margin-bottom:16px; }
.comment-form label{ font-family:var(--f-mono); font-size:10.5px; letter-spacing:.14em;
  text-transform:uppercase; color:var(--muted); }
.comment-form .required{ color:var(--crimson); }
.comment-form input[type=text],.comment-form input[type=email],.comment-form input[type=url],
.comment-form textarea{ font:inherit; font-size:15px; color:var(--text); background:var(--bg);
  border:1px solid var(--line-strong); border-radius:var(--r-sm); padding:11px 13px; width:100%; }
.comment-form textarea{ min-height:130px; resize:vertical; }
.comment-form input:focus,.comment-form textarea:focus{ outline:none; border-color:var(--brand-2); box-shadow:var(--ring); }
.comment-form p.comment-form-cookies-consent{ flex-direction:row; align-items:center;
  gap:9px; justify-content:flex-start; }
.comment-form p.comment-form-cookies-consent input{ width:auto; margin:0; flex:none; }
.comment-form p.comment-form-cookies-consent label{ font-family:var(--f-body); font-size:13px;
  letter-spacing:0; text-transform:none; color:var(--text-2); margin:0; }
.comment-form .form-submit{ margin:0; }
.comment-form .form-submit input{ background:var(--brand-2); color:var(--on-brand); border:0; border-radius:999px;
  padding:14px 30px; font-weight:700; font-size:13.5px; letter-spacing:.06em; text-transform:uppercase;
  cursor:pointer; min-width:190px; width:auto; align-self:flex-start; }
.comment-form .form-submit input:hover{ background:var(--brand-3); }
@media(max-width:560px){ .comment-form{ grid-template-columns:1fr; } }

/* ---------- widgets ---------- */
.widget{ margin-bottom:26px; }
.widget-title{ font-family:var(--f-mono); font-size:10.5px; letter-spacing:.17em; text-transform:uppercase;
  color:var(--gold); font-weight:600; margin:0 0 13px; }
.widget ul{ list-style:none; margin:0; padding:0; display:flex; flex-direction:column; gap:9px; }
.widget ul a{ font-size:14.5px; color:var(--text-2); }
.widget ul a:hover{ color:var(--brand-2); }
.widget_search .search-form{ display:flex; gap:8px; }
.search-form input[type=search]{ flex:1; min-width:0; padding:11px 16px; border:1px solid var(--line-strong);
  border-radius:999px; background:var(--surface); color:var(--text); font:inherit; font-size:14px; }
.search-form button,.search-form input[type=submit]{ background:var(--brand-2); color:var(--on-brand); border:0;
  border-radius:999px; padding:11px 20px; font-size:13px; font-weight:700; text-transform:uppercase;
  letter-spacing:.05em; cursor:pointer; }
.ftr .widget-title{ color:var(--gold-2); }
.ftr .widget ul a{ color:var(--on-band-2); }
.ftr .widget ul a:hover{ color:var(--gold-2); }

/* ---------- layout helpers ---------- */
.page-hero{ background:linear-gradient(178deg,var(--bg) 0%,var(--bg-2) 100%); padding-block:clamp(30px,4vw,52px); }
.with-sidebar{ display:grid; grid-template-columns:1fr 300px; gap:clamp(24px,3.5vw,48px); align-items:start; }
@media(max-width:900px){ .with-sidebar{ grid-template-columns:1fr; } }
.sidebar{ position:sticky; top:96px; }
@media(max-width:900px){ .sidebar{ position:static; } }
.err404{ text-align:center; padding-block:clamp(50px,8vw,110px); }
.err404 b{ display:block; font-family:var(--f-display); font-size:clamp(64px,12vw,140px); color:var(--gold); line-height:1; }

/* ---------- admin bar nudge ---------- */
.admin-bar .hdr{ top:32px; }
@media(max-width:782px){ .admin-bar .hdr{ top:46px; } }

/* ============================================================
   10. WOOCOMMERCE
   WooCommerce ships its own stylesheet; everything below dresses
   it in the theme rather than replacing it.
   ============================================================ */

/* ---------- logo: the client's upload obeys one height ---------- */
:root{ --logo-h:52px; }
.brandmark img,
.brandmark--custom .custom-logo-link img,
.hdr .custom-logo{ height:var(--logo-h); width:auto; max-width:min(320px,52vw); object-fit:contain; }
.brandmark--custom{ display:inline-flex; align-items:center; }
.brandmark--custom .custom-logo-link{ display:inline-flex; align-items:center; }
.ftr__logo img{ height:calc(var(--logo-h) + 6px); width:auto; }
@media(max-width:600px){ .brandmark img,.brandmark--custom .custom-logo-link img,.hdr .custom-logo{ height:calc(var(--logo-h) * .74); max-width:56vw; } }

/* ---------- shared form controls ---------- */
.woocommerce input[type=text],.woocommerce input[type=email],.woocommerce input[type=tel],
.woocommerce input[type=password],.woocommerce input[type=number],.woocommerce input[type=search],
.woocommerce input[type=url],.woocommerce textarea,.woocommerce select,
.wp-block-search__input,.search-form input[type=search],.comment-form input,.comment-form textarea{
  font:inherit; font-size:15px; color:var(--text); background:var(--surface);
  border:1px solid var(--line-strong); border-radius:var(--r-sm); padding:11px 13px; width:100%; max-width:100%; }
.woocommerce select{ padding-right:34px; appearance:none;
  background-image:linear-gradient(45deg,transparent 50%,var(--text-2) 50%),linear-gradient(135deg,var(--text-2) 50%,transparent 50%);
  background-position:calc(100% - 17px) 52%,calc(100% - 12px) 52%; background-size:5px 5px,5px 5px; background-repeat:no-repeat; }
.woocommerce input:focus,.woocommerce textarea:focus,.woocommerce select:focus,
.search-form input:focus{ outline:none; border-color:var(--brand-2); box-shadow:var(--ring); }
.woocommerce label{ font-size:13.5px; font-weight:600; color:var(--text-2); }

/* WooCommerce's own buttons wear the theme's pill */
.woocommerce a.button,.woocommerce button.button,.woocommerce input.button,
.woocommerce #respond input#submit,.woocommerce .button,
.wc-block-components-button,.wp-element-button{
  display:inline-flex; align-items:center; justify-content:center; gap:9px;
  background:var(--brand-2); color:var(--on-brand); border:1px solid transparent; border-radius:999px;
  padding:13px 26px; font-family:var(--f-body); font-weight:700; font-size:14px; line-height:1.2;
  letter-spacing:.045em; text-transform:uppercase; text-decoration:none; transition:.18s ease; }
.woocommerce a.button:hover,.woocommerce button.button:hover,.woocommerce input.button:hover,
.woocommerce #respond input#submit:hover,.wc-block-components-button:hover{
  background:var(--brand-3); color:var(--on-brand); transform:translateY(-1px); box-shadow:var(--shadow-md); }
.woocommerce a.button.alt,.woocommerce button.button.alt,.woocommerce input.button.alt{
  background:var(--brand-2); color:var(--on-brand); }
.woocommerce .button.disabled,.woocommerce .button:disabled{ opacity:.55; transform:none; box-shadow:none; }

/* ---------- notices ---------- */
.woocommerce-notices-wrapper:empty{ display:none; }
.woocommerce-message,.woocommerce-info,.woocommerce-error,.woocommerce-noreviews,
.wc-block-components-notice-banner{
  background:var(--surface); border:1px solid var(--line-strong); border-left:4px solid var(--brand-2);
  border-radius:var(--r-sm); color:var(--text); padding:14px 18px; margin:0 0 20px;
  font-size:14.5px; list-style:none; display:flex; align-items:center; gap:12px; flex-wrap:wrap; }
.woocommerce-message{ border-left-color:var(--brand-2); }
.woocommerce-info{ border-left-color:var(--gold); }
.woocommerce-error{ border-left-color:var(--crimson); }
.woocommerce-message::before,.woocommerce-info::before,.woocommerce-error::before{ display:none; }
.woocommerce-message .button,.woocommerce-info .button{ margin-left:auto; padding:9px 18px; font-size:12px; }

/* ---------- breadcrumbs ---------- */
.crumbs,.woocommerce-breadcrumb{ font-family:var(--f-mono); font-size:10.5px; letter-spacing:.14em;
  text-transform:uppercase; color:var(--muted); padding-block:18px 0; display:flex; flex-wrap:wrap; gap:8px; align-items:center; }
.crumbs a:hover,.woocommerce-breadcrumb a:hover{ color:var(--brand-2); }
.crumbs .sep{ opacity:.55; }

/* ---------- shop: the toolbar above the grid ---------- */
.shop__main > .woocommerce-notices-wrapper{ margin-bottom:6px; }
.shopbar{ display:flex; align-items:center; justify-content:space-between; gap:16px; flex-wrap:wrap;
  padding:0 0 20px; margin-bottom:24px; border-bottom:1px solid var(--line); }
.shopbar .woocommerce-result-count{ margin:0; font-family:var(--f-mono); font-size:11px;
  letter-spacing:.13em; text-transform:uppercase; color:var(--muted); }
.shopbar .woocommerce-ordering{ margin:0; }
.shopbar .woocommerce-ordering select{ width:auto; min-width:220px; font-size:13.5px; padding:10px 38px 10px 14px; border-radius:999px; }
.woocommerce .products .shopbar{ display:none; }
.shop__main > h1,.shop__main > .page-title{ font-size:clamp(28px,3.4vw,42px); margin-bottom:6px; }
.term-description{ color:var(--text-2); max-width:70ch; margin-bottom:22px; }

/* the loop grid the theme builds */
.pgrid{ margin:0; padding:0; list-style:none; }
.pgrid::before,.pgrid::after{ content:none; }
.pgrid > li,.pgrid > .product{ list-style:none; margin:0; padding:0; width:auto; float:none; clear:none; }
.woocommerce ul.products li.product{ margin:0; width:auto; float:none; }
.pcard .onsale,.pcard .woocommerce-loop-product__title{ position:static; }
.pcard .add_to_cart_button,.pcard .button{ width:100%; margin-top:2px; padding:11px 18px; font-size:12.5px; }
.pcard .added_to_cart{ display:none; }
.pcard .price{ font-family:var(--f-display); font-size:19px; font-weight:700; color:var(--brand-2); display:flex; align-items:baseline; gap:9px; flex-wrap:wrap; }
.pcard .price del{ color:var(--muted); font-size:14px; font-weight:400; text-decoration:line-through; }
.pcard .price ins{ text-decoration:none; color:var(--brand-2); }

/* pagination */
.woocommerce nav.woocommerce-pagination{ margin-top:36px; }
.woocommerce nav.woocommerce-pagination ul{ border:0; display:flex; gap:8px; justify-content:center; flex-wrap:wrap; }
.woocommerce nav.woocommerce-pagination ul li{ border:0; margin:0; overflow:visible; }
.woocommerce nav.woocommerce-pagination ul li a,.woocommerce nav.woocommerce-pagination ul li span{
  min-width:42px; height:42px; display:inline-flex; align-items:center; justify-content:center;
  border:1px solid var(--line-strong); border-radius:999px; background:var(--surface); color:var(--text);
  font-weight:600; font-size:14px; padding:0 14px; }
.woocommerce nav.woocommerce-pagination ul li span.current,
.woocommerce nav.woocommerce-pagination ul li a:hover{ background:var(--brand-2); border-color:var(--brand-2); color:var(--on-brand); }

/* The product page now uses the theme's own template; its layout lives in
   section 12. What stays here is the tabs, the review list and related. */

/* tabs */
.woocommerce div.product .woocommerce-tabs{ margin-top:clamp(34px,4vw,58px); }
.woocommerce div.product .woocommerce-tabs ul.tabs{ display:flex; flex-wrap:wrap; gap:4px; margin:0 0 22px;
  padding:0 0 0; list-style:none; border-bottom:1px solid var(--line); }
.woocommerce div.product .woocommerce-tabs ul.tabs::before{ content:none; }
.woocommerce div.product .woocommerce-tabs ul.tabs li{ background:transparent; border:0; border-radius:0;
  margin:0; padding:0; box-shadow:none; }
.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{ display:block; padding:13px 20px; font-family:var(--f-body);
  font-weight:700; font-size:13px; letter-spacing:.09em; text-transform:uppercase; color:var(--muted);
  border-bottom:2px solid transparent; }
.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover{ color:var(--text); }
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a{ color:var(--brand-2); border-bottom-color:var(--gold); }
.woocommerce div.product .woocommerce-tabs .panel{ margin:0; padding:0; max-width:88ch; color:var(--text-2); font-size:15.5px; line-height:1.75; }
.woocommerce div.product .woocommerce-tabs .panel > h2:first-child{ display:none; }
.woocommerce div.product .woocommerce-tabs .panel h3{ font-size:19px; color:var(--text); margin:22px 0 8px; }
.woocommerce div.product .woocommerce-tabs .panel h3:first-child{ margin-top:0; }
.woocommerce div.product .woocommerce-tabs .panel p{ margin-bottom:11px; }
.woocommerce div.product .woocommerce-tabs .panel code{ font-family:var(--f-mono); font-size:12px;
  background:var(--gold-soft); color:var(--gold); border-radius:3px; padding:2px 6px; }
.woocommerce div.product .woocommerce-tabs .panel table,.dtable{ width:100%; border-collapse:collapse; margin:12px 0 18px; }
.woocommerce div.product .woocommerce-tabs .panel th,.woocommerce div.product .woocommerce-tabs .panel td,
.dtable th,.dtable td{ border:1px solid var(--line); padding:11px 13px; text-align:left; vertical-align:top; font-size:14.5px; }
.woocommerce div.product .woocommerce-tabs .panel th,.dtable th{ background:var(--surface-2); font-family:var(--f-body);
  font-weight:700; font-size:12px; letter-spacing:.09em; text-transform:uppercase; color:var(--text); }
.woocommerce div.product .woocommerce-tabs .panel small,.dtable small{ color:var(--muted); }

.woocommerce #respond input#submit{ margin-top:8px; }

/* related / upsells */
.woocommerce .related,.woocommerce .upsells{ margin-top:clamp(38px,4.4vw,64px); padding-top:clamp(30px,3.4vw,48px); border-top:1px solid var(--line); }
.woocommerce .related > h2,.woocommerce .upsells > h2{ font-size:clamp(23px,2.4vw,31px); margin-bottom:22px; }
.woocommerce .related ul.products,.woocommerce .upsells ul.products{ display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr)); gap:20px; margin:0; padding:0; list-style:none; }
@media(max-width:1000px){ .woocommerce .related ul.products,.woocommerce .upsells ul.products{ grid-template-columns:repeat(2,minmax(0,1fr)); } }


.woocommerce span.onsale{ position:static; min-height:0; min-width:0; line-height:1.2;
  padding:5px 11px; margin:0; border-radius:999px; font-size:10.5px; background:var(--crimson-bg); color:#fff; }

/* ---------- cart (classic and block) ---------- */
.woocommerce-cart .shop,.woocommerce-checkout .shop,.woocommerce-account .shop{ display:block; }
.woocommerce-cart-form table.shop_table,.woocommerce table.shop_table{ border:1px solid var(--line);
  border-radius:var(--r-md); border-collapse:separate; border-spacing:0; overflow:hidden; background:var(--surface); }
.woocommerce table.shop_table th{ background:var(--surface-2); font-family:var(--f-mono); font-size:10.5px;
  letter-spacing:.15em; text-transform:uppercase; color:var(--muted); padding:14px 16px; }
.woocommerce table.shop_table td{ padding:16px; border-top:1px solid var(--line); vertical-align:middle; }
.woocommerce table.shop_table img{ width:74px; border-radius:var(--r-sm); border:1px solid var(--line); }
.woocommerce .cart_totals h2,.woocommerce-checkout #order_review_heading{ font-size:21px; margin-bottom:14px; }

/* WooCommerce block cart & checkout */
.wp-block-woocommerce-cart,.wp-block-woocommerce-checkout{ max-width:var(--maxw); margin-inline:auto; }
.wc-block-cart,.wc-block-checkout{ font-family:var(--f-body); color:var(--text); }
.wc-block-components-title,.wc-block-cart__main h1,.wc-block-checkout h1,
.wp-block-woocommerce-cart h1,.wp-block-woocommerce-checkout h1{ font-family:var(--f-display); color:var(--text); }
.wc-block-components-sidebar-layout .wc-block-components-main{ padding-right:clamp(0px,2vw,32px); }
.wc-block-components-sidebar{ background:var(--surface); border:1px solid var(--line);
  border-radius:var(--r-md); padding:clamp(16px,2vw,24px); }
.wc-block-components-order-summary-item__description,
.wc-block-components-product-metadata{ font-size:13px; color:var(--text-2); }
.wc-block-components-product-metadata__description{ display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; overflow:hidden; }
.wc-block-components-product-name{ font-family:var(--f-display); font-weight:600; font-size:15.5px; color:var(--text); }
.wc-block-components-totals-item__value,.wc-block-components-product-price__value{ font-family:var(--f-display); font-weight:700; color:var(--text); }
.wc-block-components-totals-footer-item .wc-block-components-totals-item__value{ color:var(--brand-2); font-size:22px; }
.wc-block-components-panel__button,.wc-block-components-totals-coupon__button{ font-family:var(--f-body); }
.wc-block-components-text-input input,.wc-block-components-address-form input,
.wc-block-components-select__container select{ border-radius:var(--r-sm)!important; }
.wc-block-components-checkbox__input:checked{ background:var(--brand-2); border-color:var(--brand-2); }
.wc-block-components-radio-control__option--checked-option-highlighted,
.wc-block-components-radio-control-accordion-option--checked-option-highlighted{ border-color:var(--brand-2); }
.wc-block-components-button:not(.is-link){ background:var(--brand-2); color:var(--on-brand); border-radius:999px; }
.wc-block-components-button:not(.is-link):hover{ background:var(--brand-3); }
.wc-block-cart__submit-container .wc-block-components-button,
.wc-block-checkout__actions_row .wc-block-components-button{ width:100%; }
.wc-block-components-order-summary__content .wc-block-components-order-summary-item__image img{ border-radius:var(--r-sm); border:1px solid var(--line); }

/* ---------- my account ---------- */
.woocommerce-account .woocommerce::after{ content:""; display:table; clear:both; }
.woocommerce-account .woocommerce-MyAccount-navigation{ float:left; width:250px; margin-right:clamp(22px,3vw,44px);
  background:var(--surface); border:1px solid var(--line); border-radius:var(--r-md); padding:8px; position:sticky; top:96px; }
.woocommerce-account .woocommerce-MyAccount-navigation ul{ list-style:none; margin:0; padding:0; display:flex; flex-direction:column; gap:2px; }
.woocommerce-account .woocommerce-MyAccount-navigation li{ margin:0; }
.woocommerce-account .woocommerce-MyAccount-navigation li a{ display:block; padding:11px 14px; border-radius:var(--r-sm);
  font-weight:600; font-size:14.5px; color:var(--text-2); text-decoration:none; }
.woocommerce-account .woocommerce-MyAccount-navigation li a:hover{ background:var(--surface-2); color:var(--text); }
.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a{ background:var(--brand-2); color:var(--on-brand); }
.woocommerce-account .woocommerce-MyAccount-content{ float:none; width:auto; overflow:hidden;
  font-size:15.5px; color:var(--text-2); line-height:1.75; }
@media(max-width:820px){
  .woocommerce-account .woocommerce-MyAccount-navigation{ float:none; width:auto; margin:0 0 20px; position:static; }
  .woocommerce-account .woocommerce-MyAccount-content{ overflow:visible; }
}
.woocommerce-account .woocommerce-MyAccount-content a:not(.button):not([class*="wc-block"]){
  color:var(--brand-2); text-decoration:underline; text-underline-offset:2px; }
.woocommerce-account .woocommerce-MyAccount-content p{ margin-bottom:12px; }
.woocommerce-account .woocommerce-MyAccount-content h2,
.woocommerce-account .woocommerce-MyAccount-content h3{ color:var(--text); margin:20px 0 10px; font-size:21px; }
.woocommerce-account form.login,.woocommerce-account form.register,
.woocommerce form.checkout_coupon,.woocommerce form.lost_reset_password{
  background:var(--surface); border:1px solid var(--line); border-radius:var(--r-md); padding:clamp(18px,2.4vw,28px); }
.woocommerce-account .col2-set{ display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:24px; }
.woocommerce-account .col2-set .col-1,.woocommerce-account .col2-set .col-2{ width:auto; float:none; }
@media(max-width:760px){ .woocommerce-account .col2-set{ grid-template-columns:1fr; } }
.woocommerce form .form-row{ display:flex; flex-direction:column; gap:6px; padding:0; margin:0 0 14px; }
.woocommerce form .form-row label{ margin:0; }
.woocommerce-form-login__rememberme{ flex-direction:row; align-items:center; gap:8px; }

/* ---------- widgets ---------- */
.filters .widget,.ftr .widget{ background:var(--surface); border:1px solid var(--line);
  border-radius:var(--r-md); padding:16px 18px; margin:0 0 16px; }
.ftr .widget{ background:transparent; border:0; padding:0; }
.ftr .widget-title{ color:var(--gold-2); }
.ftr .widget a{ color:var(--on-band-2); }
.ftr .widget a:hover{ color:var(--gold-2); }
.widget ul li{ line-height:1.5; }
.widget ul ul{ margin-top:9px; padding-left:14px; }
.widget_search .search-form,.widget .wp-block-search__inside-wrapper{ display:flex; gap:8px; }
.widget_search .search-form input[type=search],.widget .wp-block-search__input{ flex:1 1 auto; min-width:0; }
.widget_search .search-form button,.widget_search .search-form input[type=submit],
.widget .wp-block-search__button{ flex:none; background:var(--brand-2); color:var(--on-brand);
  border:0; border-radius:var(--r-sm); padding:0 16px; font-weight:700; font-size:13px; cursor:pointer; }
.widget_product_categories ul,.widget_categories ul,.widget_archive ul{ gap:7px; }
.widget .count,.widget_product_categories .count{ color:var(--muted); font-size:12px; }
.widget_price_filter .price_slider_wrapper .ui-slider{ background:var(--line); height:4px; border-radius:999px; }
.widget_price_filter .ui-slider .ui-slider-range{ background:var(--brand-2); }
.widget_price_filter .ui-slider .ui-slider-handle{ background:var(--gold); border:2px solid var(--surface); width:16px; height:16px; top:-6px; border-radius:50%; }
.widget_price_filter .price_slider_amount .button{ padding:9px 16px; font-size:12px; }
.widget_shopping_cart .buttons a{ margin-right:8px; }

/* the shop sidebar stays readable on small screens */
@media(max-width:900px){ .shop{ grid-template-columns:1fr; } .filters{ position:static; } }

/* ---------- corrections that must outrank WooCommerce's own rules ---------- */

/* WooCommerce clears its product list with pseudo-elements; inside a grid
   those become an empty first cell. */
.woocommerce ul.products.pgrid::before,
.woocommerce ul.products.pgrid::after,
.woocommerce-page ul.products.pgrid::before,
.woocommerce-page ul.products.pgrid::after{ content:none; display:none; }
.woocommerce ul.products.pgrid{ display:grid; }

/* Stars in the brand's gold, at a readable size. */
.woocommerce .star-rating,.woocommerce .star-rating span,
.woocommerce p.stars a{ color:var(--star); }
.woocommerce .star-rating{ font-size:1em; letter-spacing:1px; }
.pcard__stars svg{ width:14px; height:14px; color:var(--star); }

/* Price filter in the brand's colours. */
.woocommerce .widget_price_filter .ui-slider .ui-slider-range,
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content{ background-color:var(--brand-2); }
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content{ background-color:var(--line); }
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle{ background-color:var(--gold); border:2px solid var(--surface); box-shadow:var(--shadow-sm); }
.woocommerce .widget_price_filter .price_slider_amount{ display:flex; align-items:center; justify-content:space-between; gap:12px; flex-wrap:wrap; }
.woocommerce .widget_price_filter .price_slider_amount .price_label{ font-size:12.5px; color:var(--muted); text-align:right; }
.woocommerce .widget_price_filter .price_slider_amount .button{ float:none; }

/* The gallery follows you down the long product page. */
@media(min-width:901px){
  .woocommerce div.product > .woocommerce-product-gallery{ position:sticky; top:96px; }
}

/* My account works from the markup, not only from the body class. */

/* Wide tables scroll inside themselves instead of the page. */
@media(max-width:760px){
  .woocommerce-MyAccount-content,.cart_totals,.woocommerce-cart-form,
  .woocommerce div.product .woocommerce-tabs .panel{ overflow-x:auto; }
}

/* The cart and checkout now use the theme's own templates; their layout
   lives in section 12. */

/* order received / thank-you */
.woocommerce-order .woocommerce-order-overview{ display:grid; grid-template-columns:repeat(auto-fit,minmax(150px,1fr));
  gap:14px; list-style:none; margin:22px 0; padding:18px; background:var(--surface);
  border:1px solid var(--line); border-radius:var(--r-md); }
.woocommerce-order .woocommerce-order-overview li{ border:0; float:none; margin:0; padding:0;
  font-family:var(--f-mono); font-size:10.5px; letter-spacing:.14em; text-transform:uppercase; color:var(--muted); }
.woocommerce-order .woocommerce-order-overview li strong{ display:block; margin-top:6px;
  font-family:var(--f-display); font-size:17px; letter-spacing:0; text-transform:none; color:var(--text); }

/* WooCommerce wraps every loop item in <li class="product">, so the card has
   to stretch inside it or rows of cards stop lining up. */
.woocommerce ul.products.pgrid > li.product,
.pgrid > li.product{ display:flex; }
.pgrid > li.product > .pcard,
.woocommerce ul.products.pgrid > li.product > .pcard{ flex:1 1 auto; width:100%; }
.pcard__cat{ min-height:2.4em; }

/* Order and address tables scroll inside themselves on a phone. */
@media(max-width:760px){
  .woocommerce table.shop_table:not(.shop_table_responsive){ display:block; width:100%; overflow-x:auto; }
  .woocommerce-MyAccount-content{ overflow-x:auto; }
}

/* ---------- legibility: gold as ink needs to be darker than gold as trim ---------- */
.eyebrow{ color:var(--gold-ink); }
.comp span,.comp b{ color:var(--gold-ink); }
.comp b{ color:var(--text); }
.chip--gold{ color:var(--gold-ink); border-color:var(--gold-ink); }
.woocommerce div.product .woocommerce-tabs .panel code{ color:var(--gold-ink); }
.faq__lang{ color:var(--gold-ink); border-color:var(--gold-ink); }
/* On the dark bands the light gold already reads well, so keep it there. */
.band .eyebrow,.ftr .eyebrow,.topbar .eyebrow{ color:var(--gold-2); }
.band .chip--gold,.ftr .chip--gold{ color:var(--gold-2); border-color:var(--gold-2); background:transparent; }
.band .comp span,.band .comp b{ color:var(--text); }

/* WooCommerce colours its own prices and dims struck-through ones; the card
   has to win those back or the brand green turns olive. */
.woocommerce ul.products li.product .pcard .price,
.woocommerce div.product .pcard .price,
.pcard .price{ color:var(--brand-2); opacity:1; }
.woocommerce ul.products li.product .pcard .price del,
.pcard .price del{ color:var(--muted); opacity:1; font-weight:400; }
.woocommerce ul.products li.product .pcard .price ins,
.pcard .price ins{ color:var(--brand-2); background:transparent; text-decoration:none; font-weight:700; }
.woocommerce div.product p.price del,.woocommerce div.product span.price del{ opacity:1; color:var(--muted); }

/* Widget headings read as ink, not as trim. */
.widget-title{ color:var(--gold-ink); }
.ftr .widget-title{ color:var(--gold-2); }

/* ============================================================
   11. WOOCOMMERCE — PAGE-BY-PAGE CORRECTIONS
   WooCommerce's own selectors carry more weight than the theme's
   shorthand, so these are written to outrank them.
   ============================================================ */

/* ---------- single product: gallery must fill its column ---------- */
.woocommerce div.product div.images.woocommerce-product-gallery,
.woocommerce div.product div.images,
.woocommerce-page div.product div.images{ width:auto; float:none; margin-bottom:0; }
.woocommerce div.product div.summary,
.woocommerce-page div.product div.summary{ width:auto; float:none; margin-bottom:0; clear:none; }
.woocommerce div.product div.images .woocommerce-product-gallery__wrapper{ margin:0; }
.woocommerce div.product div.images img{ width:100%; }

/* the sale badge is a sibling of the gallery, so it needs its own cell */
.woocommerce div.product > span.onsale,
.woocommerce div.product > .onsale{ grid-column:1 / -1; justify-self:start; align-self:start; margin-bottom:2px; }

/* ---------- my account: login and register side by side ---------- */
.woocommerce-account .woocommerce-MyAccount-content > .u-columns,
.woocommerce .u-columns.col2-set,
.woocommerce-page .u-columns.col2-set{ display:grid; grid-template-columns:repeat(2,minmax(0,1fr));
  gap:clamp(20px,2.6vw,32px); }
.woocommerce .u-columns > .u-column1,
.woocommerce .u-columns > .u-column2,
.woocommerce .col2-set > .col-1,
.woocommerce .col2-set > .col-2,
.woocommerce-page .col2-set > .col-1,
.woocommerce-page .col2-set > .col-2{ width:auto; float:none; }
@media(max-width:760px){
  .woocommerce-account .woocommerce-MyAccount-content > .u-columns,
  .woocommerce .u-columns.col2-set,
  .woocommerce-page .u-columns.col2-set{ grid-template-columns:1fr; }
}

/* the signed-out account page is a login card and a register card */
.woocommerce-account:not(.logged-in) .woocommerce{ max-width:980px; margin-top:8px; }
.woocommerce-account .woocommerce > h2,
.woocommerce .u-columns h2{ font-size:23px; margin:0 0 14px; }
.woocommerce form.login,
.woocommerce form.register{ background:var(--surface); border:1px solid var(--line);
  border-radius:var(--r-md); padding:clamp(18px,2.4vw,28px); margin:0; }
.woocommerce form.login .form-row,
.woocommerce form.register .form-row{ margin-bottom:16px; }
.woocommerce form.login .button,
.woocommerce form.register .button{ width:100%; margin:4px 0 0; }
.woocommerce form.login .woocommerce-form-login__rememberme{ display:flex; align-items:center; gap:9px; margin-bottom:14px; }
.woocommerce form.login .woocommerce-form-login__rememberme input{ width:auto; margin:0; }
.woocommerce-LostPassword{ margin:14px 0 0; font-size:14px; }
.woocommerce-LostPassword a{ color:var(--brand-2); text-decoration:underline; text-underline-offset:2px; }
.woocommerce-privacy-policy-text{ font-size:13px; color:var(--muted); margin-bottom:14px; }
.woocommerce .show-password-input{ cursor:pointer; }
.woocommerce .password-input{ display:block; position:relative; }
.woocommerce .password-input input{ padding-right:44px; }
.woocommerce .show-password-input{ position:absolute; right:12px; top:50%; transform:translateY(-50%); }
.woocommerce .required{ color:var(--crimson); text-decoration:none; border:0; }

/* ---------- my account: addresses ---------- */
.woocommerce-account .woocommerce-Addresses{ display:grid; grid-template-columns:repeat(2,minmax(0,1fr));
  gap:clamp(18px,2.4vw,28px); margin-top:20px; }
.woocommerce-account .woocommerce-Address{ width:auto; float:none; background:var(--surface);
  border:1px solid var(--line); border-radius:var(--r-md); padding:clamp(16px,2vw,24px);
  display:flex; flex-direction:column; gap:10px; }
.woocommerce-account .woocommerce-Address{ text-align:left; }
/* "Add billing address" is a long label; the row must be allowed to wrap or
   the button pushes itself outside the card. */
.woocommerce-account .woocommerce-Address-title{ display:flex; align-items:center;
  gap:10px; flex-wrap:wrap; text-align:left; }
.woocommerce-account .woocommerce-Address-title::after{ content:none; }
.woocommerce-account .woocommerce-Address-title h2,
.woocommerce-account .woocommerce-Address-title h3{ font-size:18px; margin:0 auto 0 0;
  float:none; text-align:left; min-width:0; }
.woocommerce-account .woocommerce-Address-title .edit{ flex:0 1 auto; white-space:normal;
  float:none; max-width:100%; line-height:1.2; }
.woocommerce-account .woocommerce-Address-title .edit{ font-size:13px; font-weight:700;
  letter-spacing:.06em; text-transform:uppercase; color:var(--brand-2);
  border:1px solid var(--line-strong); border-radius:999px; padding:7px 15px; text-decoration:none; }
.woocommerce-account .woocommerce-Address-title .edit:hover{ border-color:var(--brand-2); background:var(--surface-2); }
.woocommerce-account .woocommerce-Address address{ font-style:normal; color:var(--text-2);
  line-height:1.7; font-size:15px; margin:0; }
.woocommerce-account .woocommerce-Address p{ color:var(--muted); font-style:italic; margin:0; }
@media(max-width:760px){ .woocommerce-account .woocommerce-Addresses{ grid-template-columns:1fr; } }

/* ---------- my account: edit-account and address forms ---------- */
.woocommerce-EditAccountForm,
.woocommerce-address-fields{ background:var(--surface); border:1px solid var(--line);
  border-radius:var(--r-md); padding:clamp(18px,2.4vw,28px); max-width:720px; }
.woocommerce-EditAccountForm fieldset{ border:1px solid var(--line); border-radius:var(--r-sm);
  padding:16px; margin:20px 0 0; }
.woocommerce-EditAccountForm legend{ font-family:var(--f-display); font-size:17px; padding:0 8px; }
.woocommerce form .form-row-first,
.woocommerce form .form-row-last{ width:100%; float:none; }
@media(min-width:561px){
  .woocommerce-address-fields .form-row-first,
  .woocommerce-EditAccountForm .form-row-first{ width:calc(50% - 8px); float:left; }
  .woocommerce-address-fields .form-row-last,
  .woocommerce-EditAccountForm .form-row-last{ width:calc(50% - 8px); float:right; }
  .woocommerce-address-fields::after,
  .woocommerce-EditAccountForm::after{ content:""; display:table; clear:both; }
}
.woocommerce .woocommerce-address-fields__field-wrapper{ overflow:hidden; }
.woocommerce-account .woocommerce-MyAccount-content mark,
.woocommerce mark{ background:var(--gold-soft); color:var(--text); padding:0 4px; border-radius:3px; }

/* ---------- order confirmation and downloads ---------- */
.woocommerce-order-details,.woocommerce-customer-details{ margin-top:26px; }
.woocommerce-order-details__title,.woocommerce-column__title{ font-size:21px; margin-bottom:12px; }
.woocommerce .woocommerce-customer-details address{ font-style:normal; border:1px solid var(--line);
  border-radius:var(--r-md); padding:16px; color:var(--text-2); line-height:1.7; }

/* ---------- WooCommerce block cart & checkout, if a site still uses them ---------- */
.wc-block-components-sidebar-layout{ gap:clamp(20px,2.6vw,40px); }
.wc-block-components-sidebar{ flex-basis:clamp(300px,32%,420px); }
.wc-block-components-order-summary-item{ display:grid;
  grid-template-columns:64px minmax(0,1fr) auto; gap:12px; align-items:start; }
.wc-block-components-order-summary-item__image{ width:64px; }
.wc-block-components-order-summary-item__description{ min-width:0; }
.wc-block-components-order-summary-item__total-price{ white-space:nowrap; text-align:right; }
.wc-block-components-product-name{ display:block; overflow-wrap:anywhere; }
.wc-block-components-product-metadata__description p{ display:-webkit-box; -webkit-line-clamp:2;
  -webkit-box-orient:vertical; overflow:hidden; }

/* A little air under the page title on the account screens. */
.woocommerce-account .site-main > .wrap > h1,
.woocommerce-account section > h1{ margin-bottom:22px; }

/* ---------- two-column page layouts (were inline, so they could not respond) ---------- */
.contact-grid{ display:grid; grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr);
  gap:clamp(26px,4vw,52px); align-items:start; }
.founder-grid{ display:grid; grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr);
  gap:clamp(26px,4vw,56px); align-items:center; }
@media(max-width:820px){
  .contact-grid,.founder-grid{ grid-template-columns:1fr; }
}

/* ---------- gold used as text anywhere else, made legible ---------- */
.deet span,
.fgrp h4,
.why__n,
.faqgrp h2 i,
.faq summary::after,
.acc summary::after,
.sticky .entry-title::after{ color:var(--gold-ink); }

/* Inside the dark bands and the footer the lighter gold is the readable one. */
.band .deet span,.band .fgrp h4,.band .why__n,
.ftr .deet span,.ftr .fgrp h4,.ftr .why__n,
.band .faqgrp h2 i,.band .faq summary::after{ color:var(--gold-2); }

/* ---------- star ratings drawn by the theme, not by WooCommerce's icon font ----------
   The icon font 404s on some hosts and CDNs and leaves "sssss" on the page,
   so the stars are plain characters instead. */
.woocommerce .star-rating{ position:relative; display:inline-block; overflow:hidden;
  font-family:var(--f-body); font-size:15px; line-height:1.25; height:1.25em; width:5.6em;
  letter-spacing:.1em; white-space:nowrap; text-indent:0; }
.woocommerce .star-rating::before{ content:"\2605\2605\2605\2605\2605"; position:absolute;
  left:0; top:0; color:var(--line-strong); float:none; }
.woocommerce .star-rating span{ position:absolute; left:0; top:0; overflow:hidden;
  padding-top:1.5em; height:0; font-size:1em; }
.woocommerce .star-rating span::before{ content:"\2605\2605\2605\2605\2605"; position:absolute;
  left:0; top:0; color:var(--star); }
.woocommerce .star-rating span strong{ display:none; }
.woocommerce .woocommerce-product-rating .star-rating{ margin:0; }
.woocommerce ul.products li.product .star-rating{ margin:0 0 6px; }


/* ============================================================
   12. THE SHOP, LAID OUT BY THE THEME
   WooCommerce's layout stylesheets are not loaded (see
   inc/woocommerce.php), so everything below is the whole layout,
   not a set of corrections.
   ============================================================ */

/* ---------- product loop grid ---------- */
.woocommerce ul.products.pgrid,
ul.products.pgrid{ display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:20px;
  list-style:none; margin:0; padding:0; }
ul.products.pgrid.pgrid--3,
.woocommerce ul.products.pgrid.pgrid--3{ grid-template-columns:repeat(3,minmax(0,1fr)); }
ul.products.pgrid::before,ul.products.pgrid::after{ content:none; display:none; }
ul.products.pgrid > li.product{ display:flex; width:auto; float:none; margin:0; padding:0; list-style:none; }
ul.products.pgrid > li.product > .pcard{ flex:1 1 auto; width:100%; }
@media(max-width:1100px){ ul.products.pgrid{ grid-template-columns:repeat(3,minmax(0,1fr)); } }
@media(max-width:860px){ ul.products.pgrid,
  ul.products.pgrid.pgrid--3,.woocommerce ul.products.pgrid.pgrid--3{ grid-template-columns:repeat(2,minmax(0,1fr)); } }
@media(max-width:460px){ ul.products.pgrid,
  ul.products.pgrid.pgrid--3,.woocommerce ul.products.pgrid.pgrid--3{ grid-template-columns:1fr; } }

/* ---------- product page ---------- */
/* The buying section is its own grid, so the sticky gallery is bounded by it
   and cannot travel down past the tabs and reviews. */
.pdp__top{ display:grid; grid-template-columns:minmax(0,1.04fr) minmax(0,1fr);
  gap:clamp(26px,3.4vw,56px); align-items:start; }
.pdp__media{ position:relative; min-width:0; }
.pdp__panel{ min-width:0; display:flex; flex-direction:column; gap:14px; }
.pdp__rest{ min-width:0; }
@media(min-width:961px){ .pdp__media{ position:sticky; top:96px; } }
@media(max-width:960px){ .pdp__top{ grid-template-columns:1fr; } }

.pdp .woocommerce-product-gallery{ width:auto; float:none; margin:0; position:relative;
  border:1px solid var(--line); border-radius:var(--r-md); background:var(--surface); padding:10px; }
.pdp .woocommerce-product-gallery__wrapper{ margin:0; }
.pdp .woocommerce-product-gallery__image{ width:100%; }
.pdp .woocommerce-product-gallery img{ width:100%; height:auto; border-radius:var(--r-sm); display:block; }
.pdp .woocommerce-product-gallery__trigger{ position:absolute; top:20px; right:20px; z-index:9;
  width:40px; height:40px; border-radius:50%; background:var(--surface); border:1px solid var(--line-strong);
  display:grid; place-items:center; font-size:0; color:var(--text); box-shadow:var(--shadow-sm); }
.pdp .woocommerce-product-gallery__trigger::after{ content:"\2315"; font-size:21px; line-height:1; }
.pdp .flex-control-thumbs{ display:grid; grid-template-columns:repeat(4,1fr); gap:9px;
  margin:10px 0 0; padding:0; list-style:none; }
.pdp .flex-control-thumbs li{ width:auto; margin:0; float:none; }
.pdp .flex-control-thumbs img{ width:100%; border:1px solid var(--line); border-radius:var(--r-sm); opacity:.72; cursor:pointer; }
.pdp .flex-control-thumbs img.flex-active,.pdp .flex-control-thumbs img:hover{ opacity:1; border-color:var(--gold); }
.pdp > span.onsale,.pdp__media > span.onsale{ position:absolute; top:20px; left:20px; z-index:9; }

.pdp__eyebrow{ font-family:var(--f-mono); font-size:10.5px; letter-spacing:.18em;
  text-transform:uppercase; color:var(--gold-ink); margin:0; }
.pdp .product_title{ font-size:clamp(28px,3.2vw,44px); line-height:1.06; margin:0; }
.pdp__sub{ font-family:var(--f-display); font-size:clamp(17px,1.5vw,21px); font-weight:600;
  line-height:1.35; color:var(--gold-ink); margin:0; }
.pdp__meta{ display:flex; align-items:center; gap:14px; flex-wrap:wrap; font-size:13.5px; color:var(--text-2); }
.pdp__rate{ display:inline-flex; align-items:center; gap:9px; }
.pdp__rate-link{ color:var(--text-2); text-decoration:none; }
.pdp__rate-link:hover{ color:var(--brand-2); }
.pdp__sold{ padding-left:14px; border-left:1px solid var(--line-strong); color:var(--muted); }
.pdp .woocommerce-product-details__short-description{ color:var(--text-2); font-size:15.5px; line-height:1.72; }
.pdp .woocommerce-product-details__short-description p + p{ margin-top:9px; }
.pdp .woocommerce-product-details__short-description strong{ color:var(--text); }

.pdp__price{ display:flex; align-items:baseline; gap:13px; flex-wrap:wrap; margin-top:2px; }
.pdp__now{ font-family:var(--f-mono); font-size:clamp(28px,2.8vw,36px); font-weight:600;
  letter-spacing:-.01em; color:var(--brand-2); }
.pdp__was{ font-family:var(--f-mono); font-size:17px; color:var(--muted); }
.pdp__save{ font-size:10.5px; }

/* course-length cards */
.dsw-vcards{ display:flex; flex-direction:column; gap:11px; margin:4px 0 2px; }
.dsw-vcards__grid{ display:grid; grid-template-columns:repeat(auto-fit,minmax(140px,1fr)); gap:11px; }
.dsw-vcard{ text-align:left; background:var(--surface); border:1.5px solid var(--line-strong);
  border-radius:var(--r-md); padding:13px 15px; display:flex; flex-direction:column; gap:3px;
  transition:.16s ease; cursor:pointer; font:inherit; }
.dsw-vcard:hover{ border-color:var(--gold); }
.dsw-vcard[aria-checked="true"]{ border-color:var(--brand-2); background:var(--surface-2);
  box-shadow:inset 0 0 0 1px var(--brand-2); }
.dsw-vcard__label{ font-family:var(--f-display); font-size:16.5px; font-weight:600; color:var(--text); }
.dsw-vcard__price{ font-family:var(--f-mono); font-size:13.5px; color:var(--brand-2); font-weight:600; }
.dsw-vcard__was{ font-family:var(--f-mono); font-size:11.5px; color:var(--muted); }
.dsw-vcard.is-out{ opacity:.5; cursor:not-allowed; }

/* the buying row */
.pdp form.cart{ display:flex; flex-wrap:wrap; gap:11px; align-items:stretch; margin:6px 0 0; }
.pdp form.cart .variations{ display:none; }
.pdp form.cart .woocommerce-variation-price,
.pdp form.cart .woocommerce-variation-availability{ flex:1 1 100%; }
.pdp form.cart .woocommerce-variation-description p{ font-size:14px; color:var(--text-2); }
.pdp form.cart .single_variation_wrap{ display:flex; flex-wrap:wrap; gap:11px; align-items:stretch; flex:1 1 100%; }
.woocommerce .quantity{ display:inline-flex; align-items:center; flex:none; height:52px;
  border:1px solid var(--line-strong); border-radius:999px; background:var(--surface); overflow:hidden; }
.woocommerce .quantity .qtybtn{ width:40px; height:100%; display:grid; place-items:center;
  font-size:19px; line-height:1; color:var(--text-2); background:transparent; border:0; cursor:pointer; }
.woocommerce .quantity .qtybtn:hover{ color:var(--brand-2); background:var(--surface-2); }
.woocommerce .quantity .qty{ width:48px; height:100%; border:0; background:transparent; text-align:center;
  font-family:var(--f-mono); font-weight:600; font-size:15px; padding:0; border-radius:0;
  -moz-appearance:textfield; appearance:textfield; }
.woocommerce .quantity .qty::-webkit-outer-spin-button,
.woocommerce .quantity .qty::-webkit-inner-spin-button{ -webkit-appearance:none; margin:0; }
.pdp form.cart .single_add_to_cart_button,
.pdp form.cart .dsw-buynow{ height:52px; flex:1 1 180px; padding:0 26px; border-radius:999px;
  display:inline-flex; align-items:center; justify-content:center; gap:9px; }
.pdp form.cart .single_add_to_cart_button{ background:var(--brand-2); color:var(--on-brand);
  font-weight:700; font-size:14px; letter-spacing:.05em; text-transform:uppercase; border:0; }
.pdp form.cart .single_add_to_cart_button:hover{ background:var(--brand-3); }
.pdp form.cart .single_add_to_cart_button::before{ content:""; width:18px; height:18px; flex:none;
  background:currentColor; -webkit-mask:var(--cart-mask) center/contain no-repeat; mask:var(--cart-mask) center/contain no-repeat; }
:root{ --cart-mask:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'><path d='M3 4h2.2l2.1 10.4a2 2 0 0 0 2 1.6h7.5a2 2 0 0 0 2-1.5L20.5 7H6'/><circle cx='10' cy='20' r='1.4'/><circle cx='17.5' cy='20' r='1.4'/></svg>"); }
.pdp .product_meta{ font-size:13px; color:var(--muted); display:flex; flex-direction:column; gap:5px;
  padding-top:14px; border-top:1px solid var(--line); }

/* tabs, related and reviews sit under both columns */
.pdp__rest .woocommerce-tabs{ margin-top:clamp(34px,4vw,58px); }
.pdp__rest .related,.pdp__rest .upsells{ margin-top:clamp(38px,4.4vw,64px);
  padding-top:clamp(30px,3.4vw,48px); border-top:1px solid var(--line); }
.pdp__rest .related ul.products,.pdp__rest .upsells ul.products{ grid-template-columns:repeat(3,minmax(0,1fr)); }
@media(max-width:860px){ .pdp__rest .related ul.products,.pdp__rest .upsells ul.products{ grid-template-columns:repeat(2,minmax(0,1fr)); } }
@media(max-width:460px){ .pdp__rest .related ul.products,.pdp__rest .upsells ul.products{ grid-template-columns:1fr; } }

/* ---------- cart ---------- */
.woocommerce-cart .woocommerce{ display:grid; grid-template-columns:minmax(0,1.55fr) minmax(0,1fr);
  gap:clamp(22px,3vw,44px); align-items:start; }
.woocommerce-cart .woocommerce > .woocommerce-notices-wrapper,
.woocommerce-cart .woocommerce > .cart-empty,
.woocommerce-cart .woocommerce > .return-to-shop{ grid-column:1 / -1; }
.dsw-cart{ grid-column:1; min-width:0; }
.woocommerce-cart .cart-collaterals{ grid-column:2; width:auto; float:none; position:sticky; top:96px; }
@media(max-width:940px){
  .woocommerce-cart .woocommerce{ grid-template-columns:1fr; }
  .dsw-cart,.woocommerce-cart .cart-collaterals{ grid-column:1; position:static; }
}

.dsw-cart__head{ display:flex; justify-content:space-between; padding:0 0 12px;
  border-bottom:1px solid var(--line-strong); font-family:var(--f-mono); font-size:10.5px;
  letter-spacing:.16em; text-transform:uppercase; color:var(--muted); }
.dsw-line{ display:grid; grid-template-columns:88px minmax(0,1fr) auto; gap:16px;
  padding:20px 0; border-bottom:1px solid var(--line); align-items:start; }
.dsw-line__media img{ width:88px; height:88px; object-fit:cover; border-radius:var(--r-sm);
  border:1px solid var(--line); background:var(--surface); }
.dsw-line__body{ display:flex; flex-direction:column; gap:6px; min-width:0; }
.dsw-line__name{ font-size:16.5px; line-height:1.3; margin:0; }
.dsw-line__name a{ color:var(--text); }
.dsw-line__name a:hover{ color:var(--brand-2); }
.dsw-line__unit{ font-family:var(--f-mono); font-size:13.5px; color:var(--muted); }
.dsw-line__controls{ display:flex; align-items:center; gap:12px; margin-top:4px; }
.dsw-line__controls .quantity{ height:44px; }
.dsw-line__controls .quantity .qtybtn{ width:34px; }
.dsw-line__controls .quantity .qty{ width:42px; font-size:14px; }
.dsw-line__remove{ display:grid; place-items:center; width:38px; height:38px; border-radius:50%;
  color:var(--muted)!important; border:1px solid transparent; }
.dsw-line__remove:hover{ color:var(--crimson)!important; background:var(--crimson-soft); border-color:var(--crimson); }
.dsw-line__remove svg{ width:18px; height:18px; }
.dsw-line__total{ font-family:var(--f-mono); font-size:15.5px; font-weight:600;
  color:var(--text); white-space:nowrap; text-align:right; }
.dsw-line .variation{ font-size:13px; color:var(--muted); margin:0; }
.dsw-line .variation dt,.dsw-line .variation dd{ display:inline; margin:0; }
@media(max-width:560px){
  .dsw-line{ grid-template-columns:68px minmax(0,1fr); }
  .dsw-line__media img{ width:68px; height:68px; }
  .dsw-line__total{ grid-column:2; text-align:left; }
}

.dsw-cart__actions{ display:flex; align-items:center; gap:12px; flex-wrap:wrap; padding:20px 0 0; }
.dsw-cart__actions .coupon{ display:flex; gap:9px; flex-wrap:wrap; align-items:center; flex:1 1 auto; }
.dsw-cart__actions .coupon input{ width:auto; min-width:170px; height:46px; border-radius:999px; padding:0 18px; }
.dsw-cart__actions .button{ height:46px; padding:0 22px; }

.woocommerce-cart .cart_totals{ background:var(--surface); border:1px solid var(--line);
  border-radius:var(--r-md); padding:clamp(18px,2.2vw,26px); width:auto; float:none; }
.woocommerce-cart .cart_totals h2{ font-size:20px; margin:0 0 14px; }
.woocommerce-cart .cart_totals table{ width:100%; border:0; border-collapse:collapse; background:transparent; }
.woocommerce-cart .cart_totals th,.woocommerce-cart .cart_totals td{ border:0; border-top:1px solid var(--line);
  padding:13px 0; font-size:14.5px; vertical-align:top; }
.woocommerce-cart .cart_totals tr:first-child th,.woocommerce-cart .cart_totals tr:first-child td{ border-top:0; }
.woocommerce-cart .cart_totals th{ background:transparent; font-family:var(--f-mono); font-size:10.5px;
  letter-spacing:.15em; text-transform:uppercase; color:var(--muted); text-align:left; font-weight:500; }
.woocommerce-cart .cart_totals td{ text-align:right; }
.woocommerce-cart .cart_totals .order-total td{ font-family:var(--f-mono); font-size:20px; color:var(--brand-2); font-weight:600; }
.woocommerce-cart .cart_totals ul#shipping_method{ list-style:none; margin:0; padding:0; display:flex;
  flex-direction:column; gap:7px; text-align:left; }
.woocommerce-cart .cart_totals ul#shipping_method li{ display:flex; align-items:center; gap:8px; font-size:13.5px; }
.woocommerce-cart .cart_totals ul#shipping_method input{ width:auto; margin:0; }
.woocommerce-cart .woocommerce-shipping-destination{ font-size:12.5px; color:var(--muted); text-align:left; margin-top:6px; }
.woocommerce-cart .wc-proceed-to-checkout{ padding:16px 0 0; }
/* A fixed height clipped the label as soon as it wrapped to two lines. */
.woocommerce-cart .wc-proceed-to-checkout .checkout-button{ width:100%; min-height:52px; height:auto;
  font-size:14.5px; line-height:1.25; padding:15px 20px; text-align:center; white-space:normal; }
.woocommerce-cart .cross-sells{ grid-column:1 / -1; width:auto; float:none; margin-top:30px; }

/* ---------- checkout ---------- */
.dsw-checkout{ display:grid; grid-template-columns:minmax(0,1fr) minmax(0,.85fr) minmax(0,1fr);
  gap:clamp(20px,2.6vw,36px); align-items:start; }
.dsw-checkout__col{ min-width:0; }
.dsw-checkout__col--order{ position:sticky; top:96px; }
@media(max-width:1100px){
  .dsw-checkout{ grid-template-columns:minmax(0,1.1fr) minmax(0,1fr); }
  .dsw-checkout__col--order{ grid-column:1 / -1; position:static; }
}
@media(max-width:820px){ .dsw-checkout{ grid-template-columns:1fr; } }

.woocommerce-checkout .woocommerce > .woocommerce-notices-wrapper,
.woocommerce-checkout .woocommerce-form-login-toggle,
.woocommerce-checkout .woocommerce-form-coupon-toggle,
.woocommerce-checkout .woocommerce-form-login,
.woocommerce-checkout .checkout_coupon{ max-width:var(--maxw); margin-inline:auto; }
.woocommerce-checkout .checkout_coupon{ margin-bottom:22px; }

.dsw-checkout .woocommerce-billing-fields,
.dsw-checkout .woocommerce-shipping-fields,
.dsw-checkout .woocommerce-additional-fields,
.dsw-checkout__col--order{ background:var(--surface); border:1px solid var(--line);
  border-radius:var(--r-md); padding:clamp(16px,2vw,24px); }
.dsw-checkout .woocommerce-shipping-fields,
.dsw-checkout .woocommerce-additional-fields{ margin-top:18px; }
.dsw-checkout h3{ font-size:19px; margin:0 0 14px; }
.dsw-checkout #order_review_heading{ font-size:19px; margin:0 0 14px; }
.dsw-checkout .woocommerce-billing-fields__field-wrapper,
.dsw-checkout .woocommerce-shipping-fields__field-wrapper{ display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:0 14px; }
.dsw-checkout .form-row{ display:flex; flex-direction:column; gap:6px; padding:0; margin:0 0 14px; }
.dsw-checkout .form-row-wide,.dsw-checkout .form-row-full,
.dsw-checkout .woocommerce-additional-fields .form-row{ grid-column:1 / -1; }
@media(max-width:520px){
  .dsw-checkout .woocommerce-billing-fields__field-wrapper,
  .dsw-checkout .woocommerce-shipping-fields__field-wrapper{ grid-template-columns:1fr; }
}
.dsw-checkout #order_review table.shop_table{ width:100%; border:0; border-collapse:collapse; background:transparent; }
.dsw-checkout #order_review th,.dsw-checkout #order_review td{ border:0; border-top:1px solid var(--line);
  padding:12px 0; font-size:14.5px; }
.dsw-checkout #order_review thead th{ border-top:0; background:transparent; font-family:var(--f-mono);
  font-size:10.5px; letter-spacing:.15em; text-transform:uppercase; color:var(--muted); font-weight:500; }
.dsw-checkout #order_review td{ text-align:right; }
.dsw-checkout #order_review th{ text-align:left; }
.dsw-checkout #order_review .product-name{ text-align:left; color:var(--text); }
.dsw-checkout #order_review .order-total th,.dsw-checkout #order_review .order-total td{ border-top:1px solid var(--line-strong); }
.dsw-checkout #order_review .order-total td{ font-family:var(--f-mono); font-size:20px; color:var(--brand-2); font-weight:600; }
.dsw-checkout #payment{ background:transparent; margin-top:18px; }
.dsw-checkout #payment ul.payment_methods{ list-style:none; margin:0; padding:12px; border:1px solid var(--line);
  border-radius:var(--r-md); background:var(--bg-2); display:flex; flex-direction:column; gap:4px; }
.dsw-checkout #payment ul.payment_methods li{ margin:0; padding:8px 6px; }
.dsw-checkout #payment ul.payment_methods label{ font-weight:700; font-size:14.5px; color:var(--text); cursor:pointer; }
.dsw-checkout #payment ul.payment_methods input[type=radio]{ width:auto; margin-right:8px; }
.dsw-checkout #payment div.payment_box{ background:var(--surface); border:1px solid var(--line);
  border-radius:var(--r-sm); color:var(--text-2); font-size:13.5px; margin:8px 0 0; padding:12px 14px; position:relative; }
.dsw-checkout #payment div.payment_box::before,.dsw-checkout #payment div.payment_box::after{ content:none; }
.dsw-checkout #payment div.payment_box p:last-child{ margin-bottom:0; }
.dsw-checkout .woocommerce-terms-and-conditions-wrapper{ font-size:12.5px; color:var(--text-2); margin-top:14px; }
.dsw-checkout #payment .place-order{ margin:0; padding:14px 0 0; }
.dsw-checkout #place_order{ width:100%; height:54px; font-size:15px; border-radius:999px;
  background:linear-gradient(160deg,var(--gold-2),var(--gold)); color:#2A1F06; border:0;
  font-weight:700; letter-spacing:.05em; text-transform:uppercase; cursor:pointer; }
.dsw-checkout #place_order:hover{ filter:brightness(1.05); }



/* WooCommerce's component sheet still sizes the gallery's own parts, so these
   are written to outrank it rather than to merely restate the theme's intent. */
.woocommerce div.product .pdp__media ol.flex-control-thumbs li,
.woocommerce div.product .pdp__media ul.flex-control-thumbs li{ width:auto; float:none; margin:0; }
.woocommerce div.product .pdp__media ol.flex-control-thumbs,
.woocommerce div.product .pdp__media ul.flex-control-thumbs{ display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr)); gap:9px; margin:10px 0 0; padding:0; list-style:none; }
.woocommerce div.product .pdp__media .woocommerce-product-gallery{ width:auto; float:none; }
.woocommerce div.product .pdp__panel .quantity{ float:none; margin:0; }
.woocommerce div.product .pdp form.cart{ margin-bottom:0; }
.woocommerce div.product .pdp form.cart .button{ float:none; }






/* No button should ever clip its own label. */
.woocommerce a.button,.woocommerce button.button,.woocommerce input.button,
.woocommerce #respond input#submit,.btn{ height:auto; min-height:0; white-space:normal;
  line-height:1.25; text-align:center; }
.pdp form.cart .single_add_to_cart_button,
.pdp form.cart .dsw-buynow,
.dsw-checkout #place_order,
.woocommerce .quantity{ min-height:52px; height:auto; }
.pdp form.cart .single_add_to_cart_button,
.pdp form.cart .dsw-buynow{ padding:14px 24px; }

/* ---------- responsive tables ----------
   WooCommerce's small-screen stylesheet is not loaded, so the stacking it
   provided for order and address tables is written here instead. */
@media(max-width:720px){
  .woocommerce table.shop_table_responsive,
  .woocommerce table.shop_table_responsive tbody,
  .woocommerce table.shop_table_responsive tr,
  .woocommerce table.shop_table_responsive td{ display:block; width:100%; }
  .woocommerce table.shop_table_responsive thead{ display:none; }
  .woocommerce table.shop_table_responsive tr{ border:1px solid var(--line);
    border-radius:var(--r-md); background:var(--surface); padding:6px 14px; margin-bottom:14px; }
  .woocommerce table.shop_table_responsive td{ border:0; border-bottom:1px solid var(--line);
    padding:11px 0; text-align:right; display:flex; align-items:center;
    justify-content:space-between; gap:14px; }
  .woocommerce table.shop_table_responsive tr td:last-child{ border-bottom:0; }
  .woocommerce table.shop_table_responsive td::before{ content:attr(data-title) ": ";
    font-family:var(--f-mono); font-size:10.5px; letter-spacing:.14em; text-transform:uppercase;
    color:var(--muted); text-align:left; flex:none; }
  .woocommerce table.shop_table_responsive td.woocommerce-orders-table__cell-order-actions{ flex-wrap:wrap; }
  .woocommerce table.shop_table_responsive td .button{ padding:9px 16px; font-size:12px; }
  /* a table without data-title attributes simply scrolls */
  .woocommerce table.shop_table:not(.shop_table_responsive){ display:block; overflow-x:auto; }
}

/* ---------- forms built in the admin ---------- */
/* The honeypot must never be seen or reachable by a real visitor. */
.dsw-hp{ position:absolute!important; left:-9999px!important; top:auto; width:1px; height:1px;
  overflow:hidden; margin:0; padding:0; }
.inp .req{ color:var(--crimson); }
.form__send{ display:flex; gap:14px; align-items:center; flex-wrap:wrap; margin-top:4px; }
.form__send .formnote{ margin:0; }
