/*
Theme Name: Color Guard Co.
Theme URI: https://northcanyontrading.store
Description: Custom child theme for Color Guard Co..
Author: Color Guard Co.
Template: botiga
Version: 2.0.0
Text Domain: colorguardco
*/

:root{
  --tt-navy:#7a1f1f;
  --tt-navy-dark:#521212;
  --tt-teal:#4a6fa5;
  --tt-coral:#4a6fa5;
  --tt-coral-dark:#3a5a8a;
  --tt-sand:#f6f1ea;
  --tt-sand-deep:#ebe2d4;
  --tt-gold:#d9b23c;
  --tt-ink:#2e2020;
  --tt-muted:#7d6c6c;
  --tt-line:#e3d8ca;
  --tt-shadow:0 10px 30px rgba(21,27,34,.10);
  --tt-radius:18px;
}

html, body{ overflow-x:clip; }
body{ background:#fff; }

/* the logo already carries the brand line — hide the plain-text tagline */
.site-description{ display:none !important; }

/* ============================================================ layout utils */
/* Botiga caps .entry-content > * at the content width — the !importants break that cage. */
.tt-full,
.entry-content > .tt-full{
  max-width:none !important;
  width:auto !important;
  margin-left:calc(50% - 50vw) !important;
  margin-right:calc(50% - 50vw) !important;
  overflow:visible !important;
}
.tt-wrap{ max-width:1200px; margin:0 auto; padding:0 24px; }

.tt-section{ padding:76px 0; }
.tt-section--sand{ background:var(--tt-sand); }
.tt-section--tight{ padding:52px 0; }

.tt-head{ text-align:center; margin-bottom:40px; }
.tt-head h2{
  font-size:clamp(26px,3vw,36px); font-weight:800; color:var(--tt-navy);
  margin:0 0 10px; letter-spacing:-.02em;
}
.tt-head p{ color:var(--tt-muted); margin:0; font-size:16.5px; }
.tt-head .tt-rule{ width:56px; height:4px; background:var(--tt-coral); border-radius:99px; margin:16px auto 0; }

/* ------------------------------------------------------------- buttons */
.tt-btn{
  display:inline-block; background:var(--tt-coral); color:#ffffff !important;
  padding:15px 34px; border-radius:99px; font-weight:700; font-size:15px;
  text-decoration:none !important; letter-spacing:.01em; border:0;
  transition:background .16s ease, transform .16s ease, box-shadow .16s ease;
  box-shadow:0 8px 20px rgba(74,111,165,.32);
}
.tt-btn:hover{ background:var(--tt-coral-dark); transform:translateY(-2px); box-shadow:0 12px 26px rgba(74,111,165,.38); }
.tt-btn--ghost{ background:transparent; color:#fff !important; border:2px solid rgba(255,255,255,.65); box-shadow:none; margin-left:12px; }
.tt-btn--ghost:hover{ background:rgba(255,255,255,.12); border-color:#fff; transform:none; box-shadow:none; }
.tt-btn--line{
  background:#fff; color:var(--tt-navy) !important; border:2px solid var(--tt-navy);
  box-shadow:none; padding:13px 32px;
}
.tt-btn--line:hover{ background:var(--tt-navy); color:#fff !important; transform:none; box-shadow:none; }
.tt-more{ text-align:center; margin-top:38px; }

/* ============================================================ announcement */
.tt-announce{
  background:var(--tt-navy-dark); color:#fff; text-align:center;
  font-size:13.5px; letter-spacing:.03em; padding:10px 16px; position:relative; z-index:99;
}
.tt-announce strong{ color:var(--tt-gold); font-weight:800; }

/* ============================================================ hero */
.tt-hero{
  background:
    radial-gradient(1100px 500px at 85% -10%, rgba(74,111,165,.45), transparent 60%),
    radial-gradient(900px 480px at -10% 110%, rgba(74,111,165,.22), transparent 55%),
    linear-gradient(115deg, #521212 0%, var(--tt-navy-dark) 50%, #4a6fa5 100%);
  color:#fff;
}
.tt-hero__inner{
  max-width:1200px; margin:0 auto; padding:84px 24px 90px;
  display:grid; grid-template-columns:1.05fr .95fr; gap:56px; align-items:center;
}
.tt-hero__kicker{
  display:inline-flex; align-items:center; gap:8px;
  background:rgba(255,255,255,.10); border:1px solid rgba(255,255,255,.24);
  padding:8px 16px; border-radius:99px; font-size:12px; font-weight:700;
  letter-spacing:.16em; text-transform:uppercase; margin-bottom:22px; color:#e7edf3;
}
.tt-hero__kicker::before{ content:""; width:8px; height:8px; border-radius:50%; background:var(--tt-gold); }
.tt-hero h1{
  font-size:clamp(32px,4.4vw,54px); line-height:1.07; font-weight:800;
  margin:0 0 18px; color:#fff; letter-spacing:-.02em;
}
.tt-hero h1 em{ font-style:normal; color:var(--tt-gold); }
.tt-hero p{ font-size:17.5px; line-height:1.65; color:#d7dfe7; margin:0 0 30px; max-width:50ch; }
.tt-hero__meta{ display:flex; gap:26px; margin-top:34px; }
.tt-hero__stat{ font-size:13px; color:#9fb0c0; }
.tt-hero__stat strong{ display:block; font-size:21px; color:#fff; font-weight:800; }

.tt-hero__art{ display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:18px; }
.tt-hero__card{
  margin:0; background:#fff; border-radius:16px; padding:14px;
  aspect-ratio:1/1; display:flex; align-items:center; justify-content:center;
  box-shadow:0 18px 44px rgba(4,18,30,.35);
  transition:transform .2s ease;
}
.tt-hero__card:nth-child(2){ transform:translateY(20px); }
.tt-hero__card:nth-child(3){ transform:translateY(-8px); }
.tt-hero__card:nth-child(4){ transform:translateY(12px); }
.tt-hero__card img{ max-width:100%; max-height:100%; object-fit:contain; }

/* ============================================================ USP strip */
.tt-usp{ background:#fff; border-bottom:1px solid var(--tt-line); }
.tt-usp__grid{
  max-width:1200px; margin:0 auto; padding:26px 24px;
  display:grid; grid-template-columns:repeat(4,1fr); gap:22px;
}
.tt-usp__item{ display:flex; align-items:center; gap:14px; justify-content:center; }
.tt-usp__ico{
  width:44px; height:44px; flex:0 0 44px; border-radius:12px;
  background:var(--tt-sand); color:var(--tt-teal);
  display:flex; align-items:center; justify-content:center;
}
.tt-usp__ico svg{ width:22px; height:22px; }
.tt-usp__t{ font-weight:800; font-size:14.5px; color:var(--tt-navy); line-height:1.25; }
.tt-usp__s{ font-size:12.5px; color:var(--tt-muted); line-height:1.3; }

/* ============================================================ collection tiles */
.tt-tiles{ display:grid; grid-template-columns:repeat(3,1fr); gap:26px; }
.tt-tile{
  display:flex; flex-direction:column; text-decoration:none !important;
  background:#fff; border:1px solid var(--tt-line); border-radius:var(--tt-radius);
  overflow:hidden; box-shadow:0 4px 14px rgba(21,27,34,.06);
  transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.tt-tile:hover{ transform:translateY(-5px); box-shadow:var(--tt-shadow); border-color:#cfd5db; }
.tt-tile__imgwrap{
  aspect-ratio:1/1; display:flex; align-items:center; justify-content:center;
  background:linear-gradient(180deg,#fbfcfd 0%, var(--tt-sand-deep) 100%);
  padding:26px; overflow:hidden;
}
.tt-tile__imgwrap img{
  max-width:100%; max-height:100%; object-fit:contain;
  transition:transform .35s ease;
  filter:drop-shadow(0 14px 18px rgba(21,27,34,.14));
}
.tt-tile:hover .tt-tile__imgwrap img{ transform:scale(1.05) rotate(-1deg); }
.tt-tile__body{ padding:18px 22px 22px; border-top:1px solid var(--tt-line); }
.tt-tile__name{ display:block; font-size:19px; font-weight:800; color:var(--tt-navy); letter-spacing:-.01em; }
.tt-tile__meta{ display:block; font-size:13.5px; color:var(--tt-muted); margin:6px 0 12px; line-height:1.5; }
.tt-tile__cta{ display:inline-block; font-size:13.5px; font-weight:800; color:var(--tt-coral); }
.tt-tile__cta::after{ content:" \2192"; transition:margin .15s ease; }
.tt-tile:hover .tt-tile__cta::after{ margin-left:4px; }

/* ============================================================ product loops */
.tt-products ul.products{ margin-bottom:0 !important; }
ul.products li.product{
  background:#fff; border:1px solid var(--tt-line); border-radius:var(--tt-radius);
  overflow:hidden; text-align:center; padding-bottom:20px !important;
  transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
ul.products li.product:hover{ transform:translateY(-5px); box-shadow:var(--tt-shadow); border-color:#cfd5db; }
ul.products li.product img{ margin-bottom:14px !important; width:100%; }
ul.products li.product .woocommerce-loop-product__title{
  font-size:14.5px !important; line-height:1.45; font-weight:600; color:var(--tt-ink);
  padding:0 16px; margin-bottom:6px;
  display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical;
  overflow:hidden; min-height:2.9em;
}
ul.products li.product .price{
  display:block; padding:0 16px; color:var(--tt-navy); font-weight:800; font-size:17px;
}
ul.products li.product .button{
  margin:12px 16px 0; border-radius:99px !important;
  background:var(--tt-navy) !important; color:#fff !important;
  font-size:13px !important; font-weight:700 !important; letter-spacing:.02em;
  padding:10px 22px !important; border:0 !important;
  transition:background .15s ease;
}
ul.products li.product .button:hover{ background:var(--tt-coral) !important; color:#ffffff !important; }
ul.products li.product .onsale{
  background:var(--tt-coral); border-radius:99px; font-weight:700;
}

/* ============================================================ promo band */
.tt-promo{
  background:
    radial-gradient(800px 300px at 15% 120%, rgba(74,111,165,.28), transparent 60%),
    linear-gradient(115deg, var(--tt-navy-dark) 0%, #4a6fa5 100%);
  color:#fff; text-align:center; padding:64px 24px;
}
.tt-promo h2{ color:#fff; font-size:clamp(24px,2.8vw,32px); margin:0 0 10px; font-weight:800; letter-spacing:-.01em; }
.tt-promo p{ color:#dbe6ee; margin:0 0 26px; font-size:16.5px; }
.tt-promo code{
  background:rgba(255,255,255,.16); border:1px dashed rgba(255,255,255,.45);
  color:var(--tt-gold); font-weight:800; padding:3px 12px; border-radius:8px; font-size:1em;
}

/* ============================================================ FAQ */
.tt-faq{ max-width:880px; margin:0 auto; }
.tt-faq details{
  background:#fff; border:1px solid var(--tt-line); border-radius:14px;
  margin-bottom:14px; overflow:hidden; box-shadow:0 2px 8px rgba(21,27,34,.04);
  transition:box-shadow .15s ease;
}
.tt-faq details:hover{ box-shadow:0 6px 16px rgba(21,27,34,.08); }
.tt-faq summary{
  cursor:pointer; padding:19px 24px; font-weight:700; color:var(--tt-navy);
  font-size:15.5px; list-style:none;
  display:flex; justify-content:space-between; align-items:center; gap:16px;
}
.tt-faq summary::-webkit-details-marker{ display:none; }
.tt-faq summary::after{
  content:"+"; font-size:24px; color:var(--tt-coral); font-weight:400; line-height:1;
  flex:0 0 auto; transition:transform .18s ease;
}
.tt-faq details[open] summary::after{ transform:rotate(45deg); }
.tt-faq details[open] summary{ border-bottom:1px solid var(--tt-line); }
.tt-faq .tt-faq__a{ padding:17px 24px 21px; color:var(--tt-muted); font-size:15px; line-height:1.7; }
.tt-faq .tt-faq__a a{ color:var(--tt-teal); font-weight:600; }
.tt-faq .tt-faq__a p:last-child{ margin-bottom:0; }

/* ============================================================ single product */
.tt-pdp-trust{
  border:1px solid var(--tt-line); border-radius:14px; padding:16px 18px; margin:20px 0;
  background:var(--tt-sand);
}
.tt-pdp-trust__t{
  font-size:11.5px; text-transform:uppercase; letter-spacing:.14em; color:var(--tt-muted);
  text-align:center; margin:0 0 10px; font-weight:800;
}


/* ═══════════════════════════════════════════════════════════════
   FOOTER v2 — three shapes off one data source
   .tt-footer--columns  4-up grid, contact in the first column
   .tt-footer--stacked  wide contact panel over a three-column link bar
   .tt-footer--split    contact on the left, links tight on the right
   The contact list (.tt-contact) is shared, so a store can switch shape
   without the details being restyled.
   ═══════════════════════════════════════════════════════════════ */

.tt-footer{ background:var(--tt-navy-dark); color:#fff; margin-top:0; }
.tt-footer a{ color:#fff; text-decoration:none; }
.tt-footer a:hover{ color:var(--tt-coral); }
.tt-footer h4{ font-size:12px; font-weight:800; letter-spacing:.16em; text-transform:uppercase;
  color:var(--tt-coral); margin:0 0 14px; }
.tt-footer ul{ list-style:none; margin:0; padding:0; }
.tt-footer ul li{ margin:0 0 9px; font-size:14px; }
.tt-footer__brand{ font-size:19px; font-weight:800; letter-spacing:-.01em; margin:0 0 10px; }
.tt-footer__about{ font-size:14px; line-height:1.72; color:rgba(255,255,255,.66); margin:0 0 18px;
  max-width:46ch; }
.tt-footer__note{ font-size:13px; line-height:1.6; color:var(--tt-coral); margin:14px 0 0; }

/* ---------------------------------------------------- contact block */
.tt-contact{ margin:0; }
.tt-contact li{ display:grid; grid-template-columns:88px 1fr; gap:12px; align-items:baseline;
  padding:7px 0; border-bottom:1px solid rgba(255,255,255,.10); font-size:14px; }
.tt-contact li:last-child{ border-bottom:0; }
.tt-contact__k{ font-size:10.5px; font-weight:800; letter-spacing:.14em; text-transform:uppercase;
  color:rgba(255,255,255,.45); }
.tt-contact__v{ color:#fff; word-break:break-word; }
.tt-contact__v a{ border-bottom:1px solid rgba(255,255,255,.28); }
.tt-contact__v a:hover{ border-bottom-color:var(--tt-coral); }

/* ---------------------------------------------------- shape: columns */
.tt-footer--columns .tt-footer__grid{ max-width:1240px; margin:0 auto;
  padding:66px 24px 44px; display:grid; grid-template-columns:1.5fr 1fr 1fr 1fr; gap:46px; }

/* ---------------------------------------------------- shape: stacked */
.tt-footer--stacked .tt-footer__panel{ border-bottom:1px solid rgba(255,255,255,.12); }
.tt-footer--stacked .tt-footer__panel-in{ max-width:1240px; margin:0 auto; padding:60px 24px 46px;
  display:grid; grid-template-columns:1.15fr .85fr; gap:56px; align-items:start; }
.tt-footer--stacked .tt-contact--panel{ background:rgba(255,255,255,.045);
  border:1px solid rgba(255,255,255,.12); border-radius:14px; padding:8px 20px; }
.tt-footer--stacked .tt-footer__bars{ max-width:1240px; margin:0 auto;
  padding:40px 24px 34px; display:grid; grid-template-columns:repeat(3,1fr); gap:42px; }

/* ---------------------------------------------------- shape: split */
.tt-footer--split .tt-footer__split{ max-width:1240px; margin:0 auto; padding:64px 24px 44px;
  display:grid; grid-template-columns:.9fr 1.1fr; gap:60px; }
.tt-footer--split .tt-footer__side{ border-right:1px solid rgba(255,255,255,.12); padding-right:48px; }
.tt-footer--split .tt-contact--side li{ grid-template-columns:76px 1fr; }
.tt-footer--split .tt-footer__cols{ display:grid; grid-template-columns:repeat(3,1fr); gap:34px; }

/* ---------------------------------------------------- bottom bar */
.tt-footer__bar{ border-top:1px solid rgba(255,255,255,.12); }
.tt-footer__bar{ max-width:1240px; margin:0 auto; padding:26px 24px 40px; text-align:center; }
.tt-footer__legal{ font-size:13px; color:rgba(255,255,255,.62); margin:14px 0 0; }
.tt-footer__legal--sm{ font-size:12px; color:rgba(255,255,255,.42); margin-top:6px; }
.tt-footer__sep{ opacity:.45; margin:0 4px; }
.tt-payicons{ display:inline-flex; gap:8px; flex-wrap:wrap; justify-content:center; }
.tt-payicon svg{ width:44px; height:29px; display:block; }

@media (max-width:1024px){
  .tt-footer--columns .tt-footer__grid{ grid-template-columns:1fr 1fr; gap:36px; }
  .tt-footer--stacked .tt-footer__panel-in{ grid-template-columns:1fr; gap:32px; }
  .tt-footer--split .tt-footer__split{ grid-template-columns:1fr; gap:36px; }
  .tt-footer--split .tt-footer__side{ border-right:0; padding-right:0;
    border-bottom:1px solid rgba(255,255,255,.12); padding-bottom:32px; }
}
@media (max-width:620px){
  .tt-footer--columns .tt-footer__grid,
  .tt-footer--stacked .tt-footer__bars,
  .tt-footer--split .tt-footer__cols{ grid-template-columns:1fr; gap:30px; }
  .tt-contact li{ grid-template-columns:1fr; gap:2px; padding:9px 0; }
  .tt-contact__k{ font-size:10px; }
}


/* ═══ COLOR GUARD CO — "Parade": flanking stripes, medal wall ═══ */
.pd-hero{ background:var(--tt-navy); color:#fff; position:relative; }
.pd-hero::before,.pd-hero::after{ content:""; position:absolute; top:0; bottom:0; width:34px;
  background:repeating-linear-gradient(180deg, var(--tt-coral) 0 46px, #fff 46px 92px,
    var(--tt-navy-dark) 92px 138px); opacity:.85; }
.pd-hero::before{ left:0; } .pd-hero::after{ right:0; }
.pd-hero__inner{ max-width:920px; margin:0 auto; padding:78px 60px 64px; text-align:center;
  position:relative; z-index:2; }
.pd-eyebrow{ display:block; color:var(--tt-gold); font-size:18px; letter-spacing:.5em;
  margin-bottom:16px; }
.pd-hero h1{ color:#fff; font-size:clamp(32px,4.6vw,54px); line-height:1.08; font-weight:800;
  letter-spacing:-.028em; margin:0 auto 18px; max-width:18ch; }
.pd-hero h1 em{ font-style:italic; color:var(--tt-gold); }
.pd-hero__inner > p{ color:#e2cdc2; font-size:16.5px; line-height:1.72; max-width:58ch;
  margin:0 auto 28px; }
.pd-hero__actions{ display:flex; gap:13px; justify-content:center; flex-wrap:wrap; }
.pd-hero__meta{ display:flex; gap:34px; justify-content:center; flex-wrap:wrap; margin-top:32px;
  padding-top:24px; border-top:1px solid rgba(255,255,255,.22); font-size:13px; color:#e2cdc2; }
.pd-hero__meta b{ color:#fff; font-size:17px; margin-right:6px; }

.pd-medals{ background:var(--tt-sand); }
.pd-medals__wrap{ max-width:1180px; margin:0 auto; padding:80px 24px; }
.pd-medals__grid{ display:grid; grid-template-columns:repeat(3,1fr); gap:30px 26px; }
.pd-medal{ display:block; text-align:center; text-decoration:none !important;
  transition:transform .18s ease; }
.pd-medal:hover{ transform:translateY(-6px); }
.pd-medal__ribbon{ display:block; width:64px; height:44px; margin:0 auto;
  background:linear-gradient(90deg, var(--tt-navy) 0 33%, #fff 33% 66%, var(--tt-coral) 66%);
  clip-path:polygon(0 0,100% 0,50% 100%); }
.pd-medal__disc{ display:flex; align-items:center; justify-content:center; width:200px;
  height:200px; margin:-8px auto 0; background:#fff; border-radius:50%;
  border:6px solid var(--tt-gold); padding:22px; box-shadow:0 12px 30px rgba(82,18,18,.14);
  transition:border-color .18s ease; }
.pd-medal:hover .pd-medal__disc{ border-color:var(--tt-navy); }
.pd-medal__disc img{ max-width:100%; max-height:100%; object-fit:contain; }
.pd-medal__name{ display:block; margin-top:16px; font-size:19px; font-weight:800;
  color:var(--tt-navy); }
.pd-medal__count{ display:block; font-size:11px; font-weight:800; letter-spacing:.15em;
  text-transform:uppercase; color:var(--tt-coral-dark); margin-top:5px; }

.pd-faq{ background:#fff; }
.pd-faq__wrap{ max-width:900px; margin:0 auto; padding:80px 24px; }
.pd-faq__list details{ background:var(--tt-sand); border:1px solid var(--tt-line);
  border-top:4px solid var(--tt-navy); margin-bottom:10px; }
.pd-faq__list summary{ padding:18px 20px; font-weight:800; color:var(--tt-navy); font-size:15px; }
.pd-faq__list .tt-faq__a{ padding:0 20px 18px; font-size:14.5px; }
@media (max-width:1024px){ .pd-medals__grid{ grid-template-columns:repeat(2,1fr); } }
@media (max-width:640px){ .pd-medals__grid{ grid-template-columns:1fr; }
  .pd-hero::before,.pd-hero::after{ width:14px; } .pd-hero__inner{ padding:60px 32px 50px; } }

/* ==== TT PDP BLOCK START ==== */

/* ═══════════════════════════════════════════════════════════════
   PRODUCT PAGE — shared base
   Botiga reorders .summary children itself, so we take the column
   back: flex + explicit `order` on every child. Each store's block
   below overrides the ratios, the order and the tab treatment.
   ═══════════════════════════════════════════════════════════════ */

.tt-pdp .summary.entry-summary{ display:flex; flex-direction:column; }

/* default sequence — every store re-declares the ones it wants moved */
.tt-pdp .summary > .product_title            { order:1; }
.tt-pdp .summary > .price                    { order:2; }
.tt-pdp .summary > .tt-avail                 { order:3; }
.tt-pdp .summary > .woocommerce-product-details__short-description{ order:4; }
.tt-pdp .summary > .tt-pp                    { order:5; }
.tt-pdp .summary > form.cart                 { order:6; }
.tt-pdp .summary > .tt-pdp-trust             { order:7; }
.tt-pdp .summary > .elements-order-end       { order:98; }

/* legacy blocks and Botiga furniture we do not want on the new page */
.tt-pdp .summary > .product_meta,
.tt-pdp .summary > .botiga-wc-brands-brand-wrapper,
.tt-pdp .summary > hr.divider,
.tt-pdp .summary > .tt-pdp-points,
.tt-pdp .summary > .tt-stock-note{ display:none !important; }

/* ------------------------------------------------------------ typography */
.tt-pdp .summary .product_title{ font-size:clamp(24px,2.6vw,34px); line-height:1.18;
  font-weight:800; letter-spacing:-.02em; color:var(--tt-navy); margin:0 0 12px; }
.tt-pdp .summary .price{ margin:0 0 14px; }
.tt-pdp .summary .price .amount{ font-size:26px; font-weight:800; color:var(--tt-ink); }
.tt-pdp .summary .woocommerce-product-details__short-description{ color:var(--tt-muted);
  font-size:15px; line-height:1.72; margin:0 0 20px; }
.tt-pdp .summary form.cart{ margin:0 0 18px; }

/* ------------------------------------------------------- availability line */
.tt-avail{ display:flex; align-items:center; gap:9px; margin:0 0 16px; font-size:14px;
  color:var(--tt-muted); }
.tt-avail b{ color:var(--tt-ink); }
.tt-avail__dot{ width:9px; height:9px; border-radius:50%; background:#2fa84f; flex:0 0 auto;
  box-shadow:0 0 0 3px rgba(47,168,79,.18); }

/* --------------------------------------------------------- assurance rail */
.tt-assure{ list-style:none; display:flex; flex-wrap:wrap; gap:8px 18px; margin:14px 0 0; padding:0; }
.tt-assure li{ position:relative; padding-left:18px; font-size:13px; color:var(--tt-muted); }
.tt-assure li::before{ content:"\2713"; position:absolute; left:0; top:0;
  color:var(--tt-coral-dark); font-weight:800; }

/* ---------------------------------------------------- selling-point blocks */
.tt-pp{ margin:0 0 22px; }
.tt-pp__h{ font-size:12px; font-weight:800; letter-spacing:.18em; text-transform:uppercase;
  color:var(--tt-muted); margin:0 0 12px; }
.tt-pp b{ color:var(--tt-ink); }
.tt-pp span{ color:var(--tt-muted); }

/* ------------------------------------------------------------- tab basics */
.tt-pdp .woocommerce-tabs{ margin-top:16px; }
.tt-pdp .tt-panel-h{ font-size:17px; font-weight:800; color:var(--tt-navy); margin:0 0 12px; }
.tt-pdp .tt-ship-table{ width:100%; border-collapse:collapse; font-size:14px; }
.tt-pdp .tt-ship-table th,.tt-pdp .tt-ship-table td{ border:1px solid var(--tt-line);
  padding:9px 12px; text-align:left; }
.tt-pdp .tt-ship-table th{ background:var(--tt-sand); font-weight:800; }

/* stacked treatment: show every panel, drop the tab strip and the duplicate h2 */
.tt-pdp--stacked .wc-tabs,
.tt-pdp .tt-stacked-tabs .wc-tabs{ display:none !important; }

/* The shipping table has a wide min-content, and a grid/flex track sized `1fr`
   is really minmax(auto,1fr) — so the panel grows past the viewport and the
   right-hand column gets clipped. Allow the tracks to shrink, and let the
   table scroll inside itself on narrow screens. */
.tt-pdp .woocommerce-tabs,
.tt-pdp .woocommerce-Tabs-panel{ min-width:0; }
@media (max-width:900px){
  .tt-pdp .woocommerce-Tabs-panel table{ display:block; overflow-x:auto;
    max-width:100%; -webkit-overflow-scrolling:touch; }
}

/* ------------------------------------------------- variation picker: base
   WooCommerce renders the picker as a real <table>. Blocking it out lets each
   store lay the rows out however it likes (stacked, label-left, 2-up grid).
   The native select arrow is dropped and redrawn as a clip-path triangle on
   td.value so its colour comes from a token each store can override.        */
.tt-pdp .variations,
.tt-pdp .variations tbody,
.tt-pdp .variations tr,
.tt-pdp .variations th.label,
.tt-pdp .variations td.value{ display:block; width:auto !important; vertical-align:top; }
/* Botiga pads td.value from the second row down; that has to be forced away.
   `tr` is deliberately NOT forced — several layouts draw a rule line and set
   their own row padding, and an !important reset here would silently kill it. */
.tt-pdp .variations,
.tt-pdp .variations th.label,
.tt-pdp .variations td.value{ border:0 !important; padding:0 !important; }
.tt-pdp .variations tbody,
.tt-pdp .variations tr{ border:0; padding:0; }
.tt-pdp .variations{ margin:0 0 16px; }
.tt-pdp .variations tr{ margin:0 0 14px; }
.tt-pdp .variations tr:last-child{ margin-bottom:0; }
.tt-pdp .variations th.label{ padding:0 0 7px !important; text-align:left; }
.tt-pdp .variations th.label label{ margin:0; font-size:13px; font-weight:800;
  color:var(--tt-ink); }
.tt-pdp .variations td.value{ position:relative; }
.tt-pdp .variations td.value::after{ content:""; position:absolute; right:16px; top:50%;
  width:11px; height:7px; margin-top:-3px; pointer-events:none;
  background:var(--tt-muted); clip-path:polygon(0 0,100% 0,50% 100%); }
.tt-pdp .variations select{ -webkit-appearance:none; appearance:none; width:100%;
  font-family:inherit; font-size:14.5px; font-weight:600; color:var(--tt-ink);
  background:#fff; padding:12px 40px 12px 14px; margin:0;
  border:1px solid var(--tt-line); border-radius:8px; line-height:1.3;
  transition:border-color .16s ease, box-shadow .16s ease, background .16s ease; }
.tt-pdp .variations select:focus{ outline:none; border-color:var(--tt-coral); }
.tt-pdp .variations select:disabled{ opacity:.5; }
.tt-pdp .reset_variations{ display:inline-block; font-size:12.5px; font-weight:700;
  color:var(--tt-muted); margin:0 0 12px; }

/* the buy row: quantity stepper + button */
.tt-pdp .botiga-single-addtocart-wrapper{ display:flex !important; gap:12px;
  align-items:stretch; flex-wrap:wrap; }
.tt-pdp .botiga-single-addtocart-wrapper .quantity{ display:flex; align-items:center;
  flex:0 0 auto; }
.tt-pdp .quantity .botiga-quantity-minus,
.tt-pdp .quantity .botiga-quantity-plus{ display:flex; align-items:center; justify-content:center;
  width:38px; align-self:stretch; text-decoration:none; font-weight:800; }
.tt-pdp .quantity input.qty{ width:46px; text-align:center; border:0; background:transparent;
  font-weight:800; -moz-appearance:textfield; }
.tt-pdp .quantity input.qty::-webkit-outer-spin-button,
.tt-pdp .quantity input.qty::-webkit-inner-spin-button{ -webkit-appearance:none; margin:0; }
.tt-pdp .single_add_to_cart_button{ flex:1 1 190px; border:0; cursor:pointer; }
.tt-pdp .woocommerce-variation-price{ margin:0 0 14px; }

/* --------------------------------------------------------------- gallery */
.tt-pdp .woocommerce-product-gallery__image img{ border-radius:inherit; }

/* ------------------------------------------------------------ responsive */
@media (max-width:900px){
  .tt-pdp .product-gallery-summary{ flex-direction:column !important; }
  .tt-pdp .woocommerce-product-gallery,
  .tt-pdp .summary.entry-summary{ flex:0 0 100% !important; width:100% !important;
    max-width:100% !important; position:static !important; }
  .tt-pdp .summary.entry-summary{ margin-top:26px; }
}

/* ── COLOR GUARD — "Parade" PDP: stripe-flanked summary, honors list ── */
.tt-pdp--parade .product-gallery-summary{ flex-direction:row-reverse; gap:46px;
  align-items:flex-start; }
.tt-pdp--parade .woocommerce-product-gallery{ flex:0 0 50% !important; max-width:50%; }
.tt-pdp--parade .woocommerce-product-gallery__wrapper{ border:6px solid var(--tt-gold);
  overflow:hidden; }
.tt-pdp--parade .summary.entry-summary{ flex:0 0 calc(50% - 46px) !important;
  border-left:10px solid transparent; padding-left:22px;
  border-image:repeating-linear-gradient(180deg,
    var(--tt-navy) 0 26px, #fff 26px 52px, var(--tt-coral) 52px 78px) 10; }
.tt-pdp--parade .summary > .price{ align-self:flex-start; color:var(--tt-navy); }
.tt-pp--honors ul{ list-style:none; margin:0; padding:0; }
.tt-pp--honors li{ position:relative; padding:10px 0 10px 28px;
  border-bottom:1px solid var(--tt-line); }
.tt-pp--honors li::before{ content:"\2605"; position:absolute; left:2px; top:10px;
  color:var(--tt-gold); }
.tt-pp--honors b{ display:inline-block; min-width:88px; font-size:12px;
  text-transform:uppercase; letter-spacing:.1em; color:var(--tt-navy); }
.tt-pp--honors li > span{ font-size:13.5px; line-height:1.62; }
.tt-pdp--parade .variations th.label label::before{ content:"\2605 "; color:var(--tt-gold); }
.tt-pdp--parade .variations select{ border-radius:4px; border-left:4px solid var(--tt-navy);
  padding:12px 40px 12px 14px; }
.tt-pdp--parade .quantity{ border:1px solid var(--tt-line); border-radius:4px; }
.tt-pdp--parade .single_add_to_cart_button{ border-radius:4px; text-transform:uppercase;
  letter-spacing:.1em; font-weight:800; padding:15px 26px; }
.tt-pdp--parade .wc-tabs{ display:none !important; }
.tt-pdp--parade .woocommerce-Tabs-panel{ display:block !important; margin:0 0 28px;
  padding-top:18px; border-top:4px solid var(--tt-navy); }
.tt-pdp--parade .woocommerce-Tabs-panel > h2{ display:none; }
@media (max-width:900px){ .tt-pdp--parade .woocommerce-product-gallery,
  .tt-pdp--parade .summary.entry-summary{ max-width:100%; }
  .tt-pdp--parade .summary.entry-summary{ border-left:0; padding-left:0; } }
/* ==== TT PDP BLOCK END ==== */





/* ===== POLISH BLOCK START (deploy_style.sh) ===== */

/* ══════════════ POLISH: header ══════════════
 * Botiga lays the desktop header out as three EQUAL grid columns (395px each
 * at 1280px). The primary menu sits in one of them, so a seven-item menu
 * wrapped onto a second row at every viewport width. Size the columns to their
 * content instead: logo left, menu right, cart/account far right. */
.bhfb-desktop .bhfb-main_header_row .bhfb-row{
  grid-template-columns:auto minmax(0,1fr) auto !important;
  align-items:center; column-gap:32px;
}
.bhfb-desktop .bhfb-main_header_row .bhfb-column-2{ order:-1; justify-content:flex-start !important; }
.bhfb-desktop .bhfb-main_header_row .bhfb-column-1{ justify-content:flex-end !important; }
.bhfb-desktop .bhfb-main_header_row .bhfb-column-3{ justify-content:flex-end !important; }
.bhfb-desktop .main-navigation > div > ul{ flex-wrap:nowrap !important; justify-content:flex-end; }
.bhfb-desktop .main-navigation > div > ul > li > a{ white-space:nowrap; }
@media (max-width:1100px){
  .bhfb-desktop .main-navigation > div > ul > li > a{ padding-left:10px !important; padding-right:10px !important; }
}

/* Botiga prints the uploaded logo AND an h1.site-title, so every store showed
 * its name twice, the second time as small grey text under the mark. Every one
 * of these stores has a logo that already carries the name, and each homepage
 * supplies its own hero h1, so hiding it also leaves a single h1 on the page. */
.site-branding .site-title, .site-branding .site-description{ display:none !important; }
.bhfb-header .site-branding img{ max-height:52px; width:auto; }

/* ══════════════ POLISH: inner-page gutter ══════════════
 * The homepages set their own generous side padding, but every other page
 * (shop, category, cart, policies) uses Botiga's .container, which has just
 * 15px — so content sat almost flush against the viewport edge. Worse, the
 * archive band `.lw-archhead` is deliberately full-bleed via a negative margin
 * and its inner wrapper had no padding at all, which put the page title 7px
 * OUTSIDE the left edge. */
.lw-archhead__in{
  padding-left:clamp(20px,4vw,48px) !important;
  padding-right:clamp(20px,4vw,48px) !important;
}
@media (min-width:900px){
  .site-main > .container, .content-wrapper.container, body:not(.home) .container{
    padding-left:clamp(20px,3vw,40px) !important;
    padding-right:clamp(20px,3vw,40px) !important;
  }
}

/* ===== READABILITY BLOCK START ===== */

/* ══════════════ READABILITY: base sizes ══════════════
 * Measured on the live sites first: the small text really was too small
 * (atelier ran an 11.5px menu, a 10.5px announcement bar and 41 text elements
 * under 14px). These set the floor; the per-store block below raises each
 * store's own small classes so the hierarchy between them survives. */
body, .site-main, .site-main p, .site-main li, .site-main dd{
  font-size:17px; line-height:1.72;
}
body.tt-skin--colorguardco{ font-size:17px; line-height:1.72; }
.site-main p, .site-main li, .site-main dd{ font-size:17px !important; }
.bhfb-desktop .main-navigation > div > ul > li > a{ font-size:15px !important; }
.tt-announce{ font-size:13px !important; letter-spacing:.08em; }

/* shop and category grids: the product name is the thing people read */
ul.products li.product .botiga-wc-loop-product__title,
ul.products li.product .woocommerce-loop-product__title{ font-size:16px !important; line-height:1.42; }
ul.products li.product .price{ font-size:16.5px !important; }
ul.products li.product .button{ font-size:14.5px !important; }

/* product page */
.single-product .summary .product_title{ font-size:clamp(28px,3vw,42px); }
.single-product .summary .price{ font-size:24px; }
.woocommerce-product-details__short-description{ font-size:17px; line-height:1.7; }
.tt-pp b, .tt-pp dt, .tt-pp__k{ font-size:14.5px !important; }
.tt-pp span, .tt-pp dd, .tt-pp__v, .tt-pp li{ font-size:15px !important; line-height:1.6; }

/* forms people actually have to read and fill in */
.variations th.label label{ font-size:14.5px !important; }
.variations select, .quantity input, input, textarea, select{ font-size:16px !important; }
.single_add_to_cart_button{ font-size:15px !important; }

/* footer */
.tt-footer a, .tt-footer li, .tt-footer p{ font-size:15px !important; line-height:1.65; }
.tt-footer h4{ font-size:14.5px !important; }
.tt-footer__legal{ font-size:14px !important; }
.tt-contact__k{ font-size:14px !important; }
.tt-contact__v{ font-size:15px !important; }

/* FAQ accordions */
.tt-faq summary{ font-size:16.5px !important; }
.tt-faq .tt-faq__a p{ font-size:16px !important; line-height:1.7; }

/* ── this store's own small classes, raised in place ── */
.pd-hero__meta{ font-size:15.5px !important; line-height:1.55; }
.pd-medal__count{ font-size:14.5px !important; letter-spacing:0.11em; line-height:1.55; }
.tt-pp--honors b{ font-size:15px !important; line-height:1.55; }
.tt-pp--honors li > span{ font-size:15.5px !important; }
