/*
Theme Name: Westbrook Heritage
Theme URI: https://westbrookheritage.store
Description: Custom child theme for Westbrook Heritage.
Author: Westbrook Heritage
Template: botiga
Version: 2.0.0
Text Domain: westbrook
*/

:root{
  --tt-navy:#3a3128;
  --tt-navy-dark:#241f1a;
  --tt-teal:#8c2f2a;
  --tt-coral:#8c2f2a;
  --tt-coral-dark:#6d231f;
  --tt-sand:#f4efe4;
  --tt-sand-deep:#e7dfcd;
  --tt-gold:#b8934f;
  --tt-ink:#241f1a;
  --tt-muted:#6b6154;
  --tt-line:#d6cbb4;
  --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(140,47,42,.32);
}
.tt-btn:hover{ background:var(--tt-coral-dark); transform:translateY(-2px); box-shadow:0 12px 26px rgba(140,47,42,.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(140,47,42,.45), transparent 60%),
    radial-gradient(900px 480px at -10% 110%, rgba(140,47,42,.22), transparent 55%),
    linear-gradient(115deg, #241f1a 0%, var(--tt-navy-dark) 50%, #8c2f2a 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(140,47,42,.28), transparent 60%),
    linear-gradient(115deg, var(--tt-navy-dark) 0%, #8c2f2a 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; }
}

/* ══════════════════ v7 footer shapes: beacon · masthead · placard · banner · grid ══ */

/* BEACON — oversized wordmark sign-off, then one wide row (nocturne) */
.tt-footer--beacon{ background:#08090d; border-top:1px solid var(--tt-line); }
.tt-footer__beacon{ max-width:1680px; margin:0 auto; padding:72px clamp(20px,5vw,72px) 44px; }
.tt-footer__wordmark{ font-family:var(--nc-display,inherit); font-size:clamp(42px,7vw,110px);
  line-height:.96; letter-spacing:.02em; text-transform:uppercase; color:var(--tt-ink);
  margin:0 0 18px; }
.tt-footer--beacon .tt-footer__about{ max-width:62ch; color:var(--tt-muted); margin:0 0 40px;
  padding-bottom:34px; border-bottom:1px solid var(--tt-line); }
.tt-footer__beacon-row{ display:grid; grid-template-columns:1.4fr 1fr 1fr 1fr; gap:36px; }
.tt-footer--beacon h4{ font-size:11px; letter-spacing:.22em; text-transform:uppercase;
  color:var(--tt-coral); margin:0 0 14px; }
.tt-footer--beacon ul{ list-style:none; margin:0; padding:0; }
.tt-footer--beacon li{ margin-bottom:8px; }
.tt-footer--beacon a{ color:var(--tt-muted); text-decoration:none; font-size:14px; }
.tt-footer--beacon a:hover{ color:var(--tt-coral); }

/* MASTHEAD — centred brand between rules, then four ruled columns (pressroom) */
.tt-footer--masthead{ background:var(--tt-sand); border-top:5px solid var(--tt-ink); }
.tt-footer__masthead{ max-width:1180px; margin:0 auto; padding:44px 20px 26px; text-align:center;
  border-bottom:3px double var(--tt-ink); }
.tt-footer--masthead .tt-footer__brand{ font-family:var(--pr-display,Georgia,serif); font-weight:900;
  font-size:clamp(28px,4vw,46px); margin:0 0 12px; color:var(--tt-ink); }
.tt-footer--masthead .tt-footer__about{ max-width:70ch; margin:0 auto; color:var(--tt-muted); font-size:15px; }
.tt-footer__rules{ max-width:1180px; margin:0 auto; padding:30px 20px 40px;
  display:grid; grid-template-columns:repeat(4,1fr); }
.tt-footer__rules > div{ padding:0 22px; border-right:1px solid var(--tt-line); }
.tt-footer__rules > div:first-child{ padding-left:0; }
.tt-footer__rules > div:last-child{ border-right:0; padding-right:0; }
.tt-footer--masthead h4{ font-size:11px; letter-spacing:.22em; text-transform:uppercase;
  color:var(--tt-coral); margin:0 0 14px; padding-bottom:8px; border-bottom:1px solid var(--tt-ink); }
.tt-footer--masthead ul{ list-style:none; margin:0; padding:0; }
.tt-footer--masthead li{ margin-bottom:8px; }
.tt-footer--masthead a{ color:var(--tt-ink); text-decoration:none; font-size:14.5px; }
.tt-footer--masthead a:hover{ color:var(--tt-coral); }

/* PLACARD — airy two-part label, links set inline (atelier) */
.tt-footer--placard{ background:#fff; border-top:1px solid var(--tt-line); }
.tt-footer__placard{ max-width:1500px; margin:0 auto; padding:76px clamp(20px,6vw,90px) 46px;
  display:grid; grid-template-columns:1.5fr .8fr; gap:clamp(30px,5vw,80px); }
.tt-footer--placard .tt-footer__brand{ font-family:var(--at-display,Georgia,serif); font-weight:300;
  font-size:32px; margin:0 0 14px; color:var(--tt-ink); }
.tt-footer--placard .tt-footer__about{ max-width:56ch; color:var(--tt-muted); margin:0 0 34px; font-size:15px; }
.tt-footer__inline{ display:grid; grid-template-columns:repeat(3,1fr); gap:30px; }
.tt-footer--placard h4{ font-size:10px; letter-spacing:.24em; text-transform:uppercase;
  color:var(--tt-muted); font-weight:400; margin:0 0 12px; }
.tt-footer--placard ul{ list-style:none; margin:0; padding:0; }
.tt-footer--placard li{ margin-bottom:7px; }
.tt-footer--placard a{ color:var(--tt-ink); text-decoration:none; font-size:11.5px;
  letter-spacing:.12em; text-transform:uppercase; }
.tt-footer--placard a:hover{ color:var(--tt-muted); }

/* BANNER — navy sign panel over four framed columns (signwright) */
.tt-footer--banner{ background:var(--tt-sand); border-top:6px solid var(--tt-navy); }
.tt-footer__banner{ background:var(--tt-navy); border-bottom:5px solid var(--tt-gold); }
.tt-footer__banner-in{ max-width:1320px; margin:0 auto; padding:40px 20px 34px; text-align:center; }
.tt-footer--banner .tt-footer__brand{ font-family:var(--sw-display,Georgia,serif); font-size:clamp(24px,3.4vw,40px);
  text-transform:uppercase; color:var(--tt-gold); margin:0 0 12px; }
.tt-footer--banner .tt-footer__about{ max-width:66ch; margin:0 auto; color:#e7e0cd; font-size:14.5px; }
.tt-footer__panels{ max-width:1320px; margin:0 auto; padding:36px 20px 40px;
  display:grid; grid-template-columns:repeat(4,1fr); gap:26px; }
.tt-footer__panels > div{ border:2px solid var(--tt-navy); background:#fffdf6; padding:20px 20px 22px; }
.tt-footer--banner h4{ font-family:var(--sw-display,Georgia,serif); font-size:14px; text-transform:uppercase;
  color:var(--tt-navy); margin:0 0 14px; padding-bottom:9px; border-bottom:2px solid var(--tt-gold); }
.tt-footer--banner ul{ list-style:none; margin:0; padding:0; }
.tt-footer--banner li{ margin-bottom:8px; }
.tt-footer--banner a{ color:var(--tt-navy); text-decoration:none; font-size:14px; }
.tt-footer--banner a:hover{ color:var(--tt-coral); }

/* GRID — drawn cells, numbered headings (gridlock) */
.tt-footer--grid{ background:#fff; border-top:3px solid #000; }
.tt-footer__cells{ max-width:1560px; margin:0 auto; padding:0 clamp(18px,4vw,40px) 34px; }
.tt-footer__cells{ display:grid; grid-template-columns:repeat(3,1fr); }
.tt-footer__cell{ border-right:2px solid #000; border-bottom:2px solid #000; padding:22px 20px 24px; }
.tt-footer__cell:nth-child(3n){ border-right:0; }
.tt-footer__cell--wide{ grid-column:span 3; }
.tt-footer--grid h4{ font-family:var(--gl-body,monospace); font-size:11.5px; font-weight:600;
  letter-spacing:.16em; text-transform:uppercase; color:var(--tt-coral); margin:0 0 14px; }
.tt-footer--grid .tt-footer__about{ max-width:78ch; margin:0; color:var(--tt-muted); font-size:13.5px; }
.tt-footer--grid ul{ list-style:none; margin:0; padding:0; }
.tt-footer--grid li{ margin-bottom:7px; }
.tt-footer--grid a{ color:#000; text-decoration:none; font-size:13px; }
.tt-footer--grid a:hover{ color:var(--tt-coral); }

@media (max-width:960px){
  .tt-footer__beacon-row, .tt-footer__rules, .tt-footer__panels{ grid-template-columns:repeat(2,1fr); }
  .tt-footer__rules > div{ border-right:0; padding:0 0 18px; }
  .tt-footer__placard{ grid-template-columns:1fr; }
  .tt-footer__inline{ grid-template-columns:repeat(2,1fr); }
  .tt-footer__cells{ grid-template-columns:1fr; }
  .tt-footer__cell{ border-right:0; }
  .tt-footer__cell--wide{ grid-column:span 1; }
}
@media (max-width:600px){
  .tt-footer__beacon-row, .tt-footer__rules, .tt-footer__panels, .tt-footer__inline{ grid-template-columns:1fr; }
}

/* ══════════════════ v8 footer shapes: tape · plate · swiss · hazard · sticker ══ */

/* TAPE — a taped-up slip beside three pinned lists (cutpaste) */
.tt-footer--tape{ background:var(--tt-sand); border-top:3px solid var(--tt-ink); }
.tt-footer__tape{ max-width:1360px; margin:0 auto; padding:56px clamp(18px,4vw,40px) 34px;
  display:grid; grid-template-columns:1fr 1.25fr; gap:40px; align-items:start; }
.tt-footer__slip{ background:#fffdf7; border:3px solid var(--tt-ink); padding:24px 24px 26px;
  box-shadow:7px 7px 0 rgba(20,22,31,.88); transform:rotate(-.8deg); position:relative; }
.tt-footer__slip::before{ content:""; position:absolute; top:-12px; left:26px; width:74px; height:24px;
  background:rgba(255,210,63,.72); transform:rotate(-6deg);
  border-left:1px solid rgba(0,0,0,.14); border-right:1px solid rgba(0,0,0,.14); }
.tt-footer--tape .tt-footer__brand{ font-family:var(--cp-display,inherit); font-size:30px;
  text-transform:uppercase; margin:0 0 12px; color:var(--tt-ink); }
.tt-footer--tape .tt-footer__about{ margin:0 0 18px; color:var(--tt-muted); font-size:14px; }
.tt-footer__pins{ display:grid; grid-template-columns:repeat(3,1fr); gap:26px; }
.tt-footer--tape h4{ display:inline-block; background:var(--tt-ink); color:var(--tt-gold);
  font-family:var(--cp-display,inherit); font-size:15px; text-transform:uppercase;
  padding:4px 12px; margin:0 0 14px; transform:rotate(-1.4deg); }
.tt-footer--tape ul{ list-style:none; margin:0; padding:0; }
.tt-footer--tape li{ margin-bottom:8px; }
.tt-footer--tape a{ color:var(--tt-ink); text-decoration:none;
  font-family:var(--cp-body,inherit); font-size:13.5px; }
.tt-footer--tape a:hover{ background:var(--tt-gold); }

/* PLATE — one engraved frame holding everything (fieldguide) */
.tt-footer--plate{ background:var(--tt-sand); border-top:3px double var(--tt-navy); }
.tt-footer__plate{ max-width:1240px; margin:0 auto; padding:52px clamp(18px,4vw,40px) 30px; }
.tt-footer__plate-in{ border:2px solid var(--tt-navy); padding:34px 34px 30px; position:relative;
  background:#fbf6e9; text-align:center; }
.tt-footer__plate-in::before{ content:""; position:absolute; inset:8px; border:1px solid var(--tt-gold);
  pointer-events:none; }
.tt-footer--plate .tt-footer__brand{ font-family:var(--fg-display,Georgia,serif); font-size:26px;
  font-weight:600; letter-spacing:.1em; text-transform:uppercase; margin:0 0 12px; color:var(--tt-navy); }
.tt-footer--plate .tt-footer__about{ max-width:64ch; margin:0 auto 28px; color:var(--tt-muted);
  font-style:italic; font-size:15px; }
.tt-footer__plate-cols{ display:grid; grid-template-columns:repeat(4,1fr); gap:28px;
  text-align:left; border-top:1px solid var(--tt-line); padding-top:26px; position:relative; }
.tt-footer--plate h4{ font-family:var(--fg-display,Georgia,serif); font-size:11px; font-weight:600;
  letter-spacing:.22em; text-transform:uppercase; color:var(--tt-coral); margin:0 0 14px; }
.tt-footer--plate ul{ list-style:none; margin:0; padding:0; }
.tt-footer--plate li{ margin-bottom:8px; }
.tt-footer--plate a{ color:var(--tt-navy); text-decoration:none; font-size:15px; }
.tt-footer--plate a:hover{ color:var(--tt-coral); }

/* SWISS — five hairline columns, numbered (sectionnine) */
.tt-footer--swiss{ background:#fff; border-top:2px solid var(--tt-ink); }
.tt-footer__swiss{ max-width:1480px; margin:0 auto; padding:52px clamp(18px,4vw,40px) 30px;
  display:grid; grid-template-columns:1.6fr 1fr 1fr 1fr 1.15fr; gap:0; }
.tt-footer__swiss > div{ padding:0 24px; border-right:1px solid var(--tt-line); }
.tt-footer__swiss > div:first-child{ padding-left:0; }
.tt-footer__swiss > div:last-child{ border-right:0; padding-right:0; }
.tt-footer--swiss .tt-footer__brand{ font-weight:900; font-size:26px; letter-spacing:-.035em;
  margin:0 0 12px; color:var(--tt-ink); }
.tt-footer--swiss .tt-footer__about{ margin:0; color:var(--tt-muted); font-size:13.5px; }
.tt-footer--swiss h4{ font-size:11.5px; font-weight:500; letter-spacing:0; color:var(--tt-coral);
  margin:0 0 14px; }
.tt-footer--swiss ul{ list-style:none; margin:0; padding:0; }
.tt-footer--swiss li{ margin-bottom:8px; }
.tt-footer--swiss a{ color:var(--tt-ink); text-decoration:none; font-size:13.5px; letter-spacing:-.01em; }
.tt-footer--swiss a:hover{ color:var(--tt-coral); }

/* HAZARD — tape band over a black panel (hivis) */
.tt-footer--hazard{ background:#141414; }
.tt-footer__hazard-tape{ height:16px;
  background:repeating-linear-gradient(-45deg,#141414 0 14px,#ffd200 14px 28px); }
.tt-footer__hazard{ max-width:1420px; margin:0 auto; padding:46px clamp(18px,4vw,40px) 30px;
  display:grid; grid-template-columns:1fr 1.3fr; gap:40px; align-items:start; }
.tt-footer--hazard .tt-footer__brand{ font-family:var(--hv-display,inherit); font-size:30px;
  font-weight:600; text-transform:uppercase; letter-spacing:.04em; color:var(--tt-coral); margin:0 0 12px; }
.tt-footer--hazard .tt-footer__about{ margin:0 0 20px; color:#b9b9b2; font-size:14.5px; }
.tt-footer__hazard-cols{ display:grid; grid-template-columns:repeat(3,1fr); gap:26px; }
.tt-footer--hazard h4{ font-family:var(--hv-display,inherit); font-size:13px; font-weight:600;
  letter-spacing:.16em; text-transform:uppercase; color:var(--tt-coral); margin:0 0 14px;
  padding-bottom:8px; border-bottom:2px solid var(--tt-coral); }
.tt-footer--hazard ul{ list-style:none; margin:0; padding:0; }
.tt-footer--hazard li{ margin-bottom:8px; }
.tt-footer--hazard a{ color:#e6e6e0; text-decoration:none; font-size:14px; }
.tt-footer--hazard a:hover{ color:var(--tt-coral); }
.tt-footer--hazard .tt-contact__k, .tt-footer--hazard .tt-contact__v{ color:#b9b9b2; }

/* STICKER — a bubble over four rounded pods (stickerclub) */
.tt-footer--sticker{ background:var(--tt-sand); border-top:0; }
.tt-footer__sticker{ max-width:1300px; margin:0 auto; padding:52px clamp(18px,4vw,40px) 30px; }
.tt-footer__bubble{ background:#fff; border-radius:34px; padding:30px 34px 32px; text-align:center;
  box-shadow:0 14px 34px rgba(75,46,168,.10); margin-bottom:28px; }
.tt-footer--sticker .tt-footer__brand{ font-family:var(--sc-display,inherit); font-weight:700;
  font-size:30px; margin:0 0 10px; color:var(--tt-ink); }
.tt-footer--sticker .tt-footer__about{ max-width:66ch; margin:0 auto; color:var(--tt-muted); font-size:15px; }
.tt-footer__pods{ display:grid; grid-template-columns:repeat(4,1fr); gap:22px; }
.tt-footer__pod{ background:#fff; border-radius:26px; padding:24px 24px 26px;
  box-shadow:0 8px 22px rgba(75,46,168,.08); }
.tt-footer--sticker h4{ font-family:var(--sc-display,inherit); font-weight:600; font-size:15px;
  color:var(--tt-navy); margin:0 0 14px; }
.tt-footer--sticker ul{ list-style:none; margin:0; padding:0; }
.tt-footer--sticker li{ margin-bottom:8px; }
.tt-footer--sticker a{ color:var(--tt-ink); text-decoration:none; font-size:14.5px; }
.tt-footer--sticker a:hover{ color:var(--tt-coral); }

@media (max-width:1000px){
  .tt-footer__tape, .tt-footer__hazard{ grid-template-columns:1fr; }
  .tt-footer__swiss{ grid-template-columns:repeat(2,1fr); gap:26px; }
  .tt-footer__swiss > div{ border-right:0; padding:0; }
  .tt-footer__plate-cols, .tt-footer__pods{ grid-template-columns:repeat(2,1fr); }
}
@media (max-width:600px){
  .tt-footer__pins, .tt-footer__hazard-cols, .tt-footer__plate-cols,
  .tt-footer__pods, .tt-footer__swiss{ grid-template-columns:1fr; }
}


/* ══════════════ WESTBROOK — mail-order catalogue ══════════════ */
.tt-skin--westbrook{
  --tt-radius:0px; --tt-shadow:none;
  --wb-display:'Zilla Slab',Georgia,serif;
  --wb-body:'Karla',system-ui,sans-serif;
}
.tt-skin--westbrook, .tt-skin--westbrook body{ background:#f4efe4; }
.tt-skin--westbrook{ font-family:var(--wb-body); font-size:17px; line-height:1.7; }
.tt-skin--westbrook h1,.tt-skin--westbrook h2,.tt-skin--westbrook h3,
.tt-skin--westbrook h4,.tt-skin--westbrook .product_title{
  font-family:var(--wb-display); font-weight:700; letter-spacing:-.01em; line-height:1.14;
}
.tt-skin--westbrook h1{ font-size:clamp(34px,4.4vw,58px); }
.tt-skin--westbrook h2{ font-size:clamp(24px,3vw,38px); }

.tt-skin--westbrook .bhfb-header .bhfb-row-wrapper{ background:#fbf7ee !important; }
.tt-skin--westbrook .bhfb-header{ background:#fbf7ee !important;
  border-bottom:4px double var(--tt-ink); box-shadow:none !important; }
.tt-skin--westbrook .bhfb-header .container,
.tt-skin--westbrook .bhfb-header .container-fluid{ max-width:1280px; }
.tt-skin--westbrook .site-branding .site-title,
.tt-skin--westbrook .site-branding .site-description{ display:none !important; }
.tt-skin--westbrook .site-branding img{ max-height:56px; width:auto; }
.tt-skin--westbrook .main-navigation a{
  font-family:var(--wb-body); font-size:15px; font-weight:700; letter-spacing:.06em;
  text-transform:uppercase; }
.tt-skin--westbrook .tt-announce{
  background:var(--tt-ink); color:var(--tt-sand); font-family:var(--wb-body);
  font-size:14px; letter-spacing:.1em; text-transform:uppercase; padding:9px 16px; }
.tt-skin--westbrook .tt-announce strong{ color:var(--tt-gold); }
.tt-skin--westbrook .container, .tt-skin--westbrook .container.content-wrapper{ max-width:1280px; }

/* PRODUCTS AS CATALOGUE ENTRIES — stock reference, ruled cell, price column */
.tt-skin--westbrook ul.products{ gap:0 !important; counter-reset:wb;
  border-top:3px solid var(--tt-ink); border-left:1px solid var(--tt-line); }
.tt-skin--westbrook ul.products li.product{
  counter-increment:wb; background:#fbf7ee !important; border:0 !important;
  border-right:1px solid var(--tt-line) !important; border-bottom:1px solid var(--tt-line) !important;
  border-radius:0 !important; padding:18px 18px 22px !important; box-shadow:none !important;
  text-align:left; position:relative; }
.tt-skin--westbrook ul.products li.product:hover{ transform:none; background:#fff !important; }
.tt-skin--westbrook ul.products li.product::before{
  content:"REF " counter(wb,decimal-leading-zero); display:inline-block; margin-bottom:12px;
  border:1px solid var(--tt-ink); padding:2px 8px; font-family:var(--wb-body);
  font-size:11.5px; font-weight:700; letter-spacing:.12em; color:var(--tt-ink); }
.tt-skin--westbrook ul.products li.product img{
  margin:0 0 14px !important; width:100%; aspect-ratio:1/1; object-fit:contain;
  background:var(--tt-sand); padding:8px; border:1px solid var(--tt-line); }
.tt-skin--westbrook ul.products li.product .botiga-wc-loop-product__title,
.tt-skin--westbrook ul.products li.product .woocommerce-loop-product__title{
  font-family:var(--wb-display); font-weight:500; font-size:16px; line-height:1.36;
  margin:0 0 8px; text-align:left; color:var(--tt-ink); }
.tt-skin--westbrook ul.products li.product .price{
  font-family:var(--wb-body); font-weight:700; font-size:16.5px; margin:0;
  padding-top:8px; border-top:1px dotted var(--tt-line); display:block; text-align:left; }
.tt-skin--westbrook ul.products li.product .button{
  display:block; width:100% !important; border-radius:0 !important; margin-top:12px !important;
  padding:11px 10px !important; font-family:var(--wb-body); font-weight:700;
  font-size:14.5px !important; letter-spacing:.1em; text-transform:uppercase; }
.tt-skin--westbrook ul.products li.product .onsale{ border-radius:0; }
.tt-skin--westbrook .single_add_to_cart_button,
.tt-skin--westbrook .button, .tt-skin--westbrook button{ border-radius:0 !important; }
.tt-skin--westbrook input, .tt-skin--westbrook select, .tt-skin--westbrook textarea{
  border:1px solid var(--tt-ink); border-radius:0; }


/* ─────────── WESTBROOK homepage: catalogue cover, contents, entries ─── */
.wb-cover{ padding:clamp(34px,4.5vw,70px) clamp(18px,4vw,40px); }
.wb-cover__wrap{ max-width:1280px; margin:0 auto; }
.wb-cover__rule{ height:0; border-top:3px solid var(--tt-ink); border-bottom:1px solid var(--tt-ink);
  padding-bottom:4px; margin:0 0 22px; }
.wb-cover__rule:last-child{ margin:30px 0 0; }
.wb-cover__meta{ display:block; font-size:14px; letter-spacing:.18em; text-transform:uppercase;
  color:var(--tt-muted); margin-bottom:16px; }
.wb-cover h1{ margin:0 0 28px; max-width:20ch; }
.wb-cover__cols{ display:grid; grid-template-columns:1.15fr .85fr; gap:44px; align-items:start;
  border-top:1px solid var(--tt-line); padding-top:24px; margin-bottom:28px; }
.wb-cover__cols p{ margin:0; }
.wb-cover__spec{ margin:0; }
.wb-cover__spec > div{ display:grid; grid-template-columns:130px 1fr; gap:14px; padding:9px 0;
  border-bottom:1px dotted var(--tt-line); }
.wb-cover__spec dt{ font-size:14px; font-weight:700; letter-spacing:.08em; text-transform:uppercase;
  color:var(--tt-coral); }
.wb-cover__spec dd{ margin:0; font-size:16px; }

.wb-h{ font-family:var(--wb-display) !important; font-size:clamp(22px,2.6vw,32px) !important;
  font-weight:700 !important; color:var(--tt-ink); margin:0 0 20px; padding-bottom:10px;
  border-bottom:3px solid var(--tt-ink); }

.wb-index{ padding:clamp(20px,3vw,44px) clamp(18px,4vw,40px); }
.wb-index__wrap{ max-width:1280px; margin:0 auto; }
.wb-index__list{ border-top:1px solid var(--tt-line); }
.wb-sec{ display:grid; grid-template-columns:64px 88px 1fr auto; gap:22px; align-items:center;
  padding:16px 6px; border-bottom:1px solid var(--tt-line); text-decoration:none; }
.wb-sec:hover{ background:#fbf7ee; }
.wb-sec__ref{ font-family:var(--wb-body); font-weight:700; font-size:15px; letter-spacing:.1em;
  color:var(--tt-coral); }
.wb-sec__img{ display:block; border:1px solid var(--tt-line); background:var(--tt-sand); }
.wb-sec img{ width:88px; height:88px; object-fit:contain; padding:6px; display:block; }
.wb-sec__name{ display:block; font-family:var(--wb-display); font-weight:700; font-size:21px;
  color:var(--tt-ink); margin-bottom:4px; }
.wb-sec__desc{ display:block; font-size:15.5px; color:var(--tt-muted); }
.wb-sec__count{ font-family:var(--wb-body); font-weight:700; font-size:15px; white-space:nowrap;
  color:var(--tt-ink); }

.wb-new{ padding:clamp(20px,3vw,44px) clamp(18px,4vw,40px); }
.wb-new__wrap{ max-width:1280px; margin:0 auto; }
.wb-new__grid{ display:grid; grid-template-columns:repeat(4,1fr); border-top:1px solid var(--tt-line);
  border-left:1px solid var(--tt-line); margin-bottom:24px; }
.wb-entry{ text-decoration:none; padding:16px 16px 20px; border-right:1px solid var(--tt-line);
  border-bottom:1px solid var(--tt-line); background:#fbf7ee; }
.wb-entry:hover{ background:#fff; }
.wb-entry__ref{ display:inline-block; border:1px solid var(--tt-ink); padding:2px 8px;
  font-size:11.5px; font-weight:700; letter-spacing:.12em; margin-bottom:12px; color:var(--tt-ink); }
.wb-entry img{ width:100%; aspect-ratio:1/1; object-fit:contain; background:var(--tt-sand);
  padding:8px; border:1px solid var(--tt-line); display:block; margin-bottom:12px; }
.wb-entry__t{ display:block; font-family:var(--wb-display); font-weight:500; font-size:16px;
  line-height:1.34; color:var(--tt-ink); margin-bottom:8px; }
.wb-entry__p{ display:block; font-weight:700; font-size:16.5px; padding-top:8px;
  border-top:1px dotted var(--tt-line); color:var(--tt-ink); }
.wb-more{ display:inline-block; background:var(--tt-ink); color:var(--tt-sand); padding:12px 24px;
  font-weight:700; font-size:14.5px; letter-spacing:.1em; text-transform:uppercase; text-decoration:none; }
.wb-more:hover{ background:var(--tt-coral); color:#fff; }

.wb-terms{ padding:clamp(20px,3vw,44px) clamp(18px,4vw,40px) clamp(56px,7vw,100px); }
.wb-terms__wrap{ max-width:1000px; margin:0 auto; }
.wb-terms__list details{ border-bottom:1px solid var(--tt-line); }
.wb-terms__list summary{ padding:16px 0; font-family:var(--wb-display); font-weight:700; }
@media (max-width:1000px){
  .wb-cover__cols{ grid-template-columns:1fr; }
  .wb-new__grid{ grid-template-columns:repeat(2,1fr); }
}
@media (max-width:640px){
  .wb-new__grid{ grid-template-columns:1fr; }
  .wb-sec{ grid-template-columns:52px 64px 1fr; }
  .wb-sec img{ width:64px; height:64px; }
  .wb-sec__count{ grid-column:3; }
}

/* ══════════════════ v9 footer shapes: ledger · strata ══════════════════ */

/* LEDGER — a ruled order form (westbrook) */
.tt-footer--ledger{ background:var(--tt-sand); border-top:4px double var(--tt-ink); }
.tt-footer__ledger{ max-width:1280px; margin:0 auto; padding:48px clamp(18px,4vw,40px) 30px; }
.tt-footer__ledger-head{ display:flex; justify-content:space-between; align-items:flex-end;
  gap:20px; flex-wrap:wrap; border-bottom:3px solid var(--tt-ink); padding-bottom:12px; }
.tt-footer--ledger .tt-footer__brand{ font-family:var(--wb-display,Georgia,serif); font-weight:700;
  font-size:30px; margin:0; color:var(--tt-ink); }
.tt-footer__ref{ font-family:var(--wb-body,inherit); font-size:12px; letter-spacing:.2em;
  text-transform:uppercase; color:var(--tt-muted); }
.tt-footer--ledger .tt-footer__about{ max-width:74ch; margin:16px 0 26px; color:var(--tt-muted); }
.tt-footer__ledger-rows{ display:grid; grid-template-columns:repeat(4,1fr);
  border-top:1px solid var(--tt-line); }
.tt-footer__ledger-rows > div{ padding:22px 22px 24px; border-right:1px solid var(--tt-line);
  border-bottom:1px solid var(--tt-line); }
.tt-footer__ledger-rows > div:last-child{ border-right:0; }
.tt-footer--ledger h4{ font-family:var(--wb-body,inherit); font-size:11.5px; font-weight:700;
  letter-spacing:.18em; text-transform:uppercase; color:var(--tt-coral); margin:0 0 14px; }
.tt-footer--ledger ul{ list-style:none; margin:0; padding:0; }
.tt-footer--ledger li{ margin-bottom:8px; border-bottom:1px dotted var(--tt-line); padding-bottom:6px; }
.tt-footer--ledger a{ color:var(--tt-ink); text-decoration:none; }
.tt-footer--ledger a:hover{ color:var(--tt-coral); }

/* STRATA — stacked rock bands (silvercanyon) */
.tt-footer--strata{ background:var(--tt-sand-deep); }
.tt-footer__band{ height:14px; }
.tt-footer__band--1{ background:var(--tt-coral); }
.tt-footer__band--2{ background:var(--tt-teal); }
.tt-footer__strata{ max-width:1280px; margin:0 auto; padding:44px clamp(18px,4vw,40px) 30px; }
.tt-footer__strata-top{ text-align:center; padding-bottom:28px; margin-bottom:28px;
  border-bottom:2px solid var(--tt-line); }
.tt-footer--strata .tt-footer__brand{ font-family:var(--sc9-display,inherit); font-weight:700;
  font-size:clamp(26px,3.4vw,40px); letter-spacing:.02em; text-transform:uppercase;
  color:var(--tt-navy); margin:0 0 10px; }
.tt-footer--strata .tt-footer__about{ max-width:66ch; margin:0 auto; color:var(--tt-muted); }
.tt-footer__strata-cols{ display:grid; grid-template-columns:repeat(4,1fr); gap:28px; }
.tt-footer--strata h4{ font-family:var(--sc9-display,inherit); font-size:15px; font-weight:700;
  letter-spacing:.06em; text-transform:uppercase; color:var(--tt-navy); margin:0 0 14px;
  padding-bottom:9px; border-bottom:3px solid var(--tt-gold); }
.tt-footer--strata ul{ list-style:none; margin:0; padding:0; }
.tt-footer--strata li{ margin-bottom:8px; }
.tt-footer--strata a{ color:var(--tt-ink); text-decoration:none; }
.tt-footer--strata a:hover{ color:var(--tt-coral); }

@media (max-width:960px){
  .tt-footer__ledger-rows, .tt-footer__strata-cols{ grid-template-columns:repeat(2,1fr); }
  .tt-footer__ledger-rows > div{ border-right:0; }
}
@media (max-width:600px){
  .tt-footer__ledger-rows, .tt-footer__strata-cols{ grid-template-columns:1fr; }
}

/* ==== 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; }
}

/* ── WESTBROOK PDP — catalogue page: ruled spec, stock refs ── */
.tt-pdp--westbrook .product-gallery-summary{ gap:44px; align-items:flex-start;
  border-top:3px solid var(--tt-ink); padding-top:28px; }
.tt-pdp--westbrook .woocommerce-product-gallery{ flex:0 0 48% !important; max-width:48%; }
.tt-pdp--westbrook .woocommerce-product-gallery__wrapper{ border:1px solid var(--tt-line);
  background:var(--tt-sand); }
.tt-pdp--westbrook .summary.entry-summary{ flex:0 0 calc(52% - 44px) !important;
  border-left:1px solid var(--tt-line); padding-left:40px; }
.tt-pdp--westbrook .summary .product_title{ font-family:var(--wb-display); font-weight:700; }
.tt-pdp--westbrook .summary > .price{ align-self:flex-start; font-family:var(--wb-body);
  font-weight:700; padding:8px 0 12px; border-bottom:3px solid var(--tt-ink); margin-bottom:20px; }
.tt-pp--stock dl{ margin:0; border-top:1px solid var(--tt-line); }
.tt-pp--stock .tt-pp__row{ display:grid; grid-template-columns:46px 108px 1fr; gap:14px;
  padding:11px 0; border-bottom:1px dotted var(--tt-line); align-items:baseline; }
.tt-pp--stock .tt-pp__ref{ font-family:var(--wb-body); font-weight:700; font-size:14px;
  letter-spacing:.1em; color:var(--tt-coral); }
.tt-pp--stock dt{ font-family:var(--wb-body); font-weight:700; font-size:14.5px;
  letter-spacing:.06em; text-transform:uppercase; color:var(--tt-ink); }
.tt-pp--stock dd{ margin:0; font-size:15.5px; line-height:1.6; color:var(--tt-muted); }
.tt-pdp--westbrook .variations th.label label{ font-weight:700; font-size:14.5px;
  letter-spacing:.08em; text-transform:uppercase; }
.tt-pdp--westbrook .variations select{ border:1px solid var(--tt-ink); border-radius:0;
  padding:12px 40px 12px 13px; }
.tt-pdp--westbrook .quantity{ border:1px solid var(--tt-ink); }
.tt-pdp--westbrook .single_add_to_cart_button{ border-radius:0; font-weight:700;
  letter-spacing:.12em; text-transform:uppercase; padding:16px 30px; }
.tt-pdp--westbrook .wc-tabs{ display:none !important; }
.tt-pdp--westbrook .woocommerce-Tabs-panel{ display:block !important; margin:0 0 26px;
  padding-top:18px; border-top:3px solid var(--tt-ink); }
.tt-pdp--westbrook .woocommerce-Tabs-panel > h2{ display:none; }
@media (max-width:900px){ .tt-pdp--westbrook .woocommerce-product-gallery,
  .tt-pdp--westbrook .summary.entry-summary{ max-width:100%; border-left:0; padding-left:0; } }
/* ==== TT PDP BLOCK END ==== */
