/* ============================================================
   BASCIO — tema WordPress + WooCommerce
   Design system + stili sito (live)
   ============================================================ */

:root {
  --b-ink: #1a1a14;
  --b-belice: #2d3a1f;           /* verde oliva scuro */
  --b-terracotta: #a44a2a;       /* sole su terra rossa */
  --b-cream: #f3ead4;            /* crema pergamena */
  --b-paper: #f8f4ea;            /* sfondo principale */
  --b-gold: #cdb87a;             /* accenti oro pallido */
  --b-line: rgba(26,26,20,.14);
  --b-line-strong: rgba(26,26,20,.32);
  --b-mute: rgba(26,26,20,.60);

  --b-font-display: "Cormorant Garamond", "Cormorant", Georgia, serif;
  --b-font-body: "Manrope", ui-sans-serif, -apple-system, BlinkMacSystemFont, sans-serif;
  --b-font-hand: "Caveat", cursive;

  --b-base: 16px;
  --b-radius: 2px;
  --b-radius-lg: 4px;
  --b-density: 1;
  --b-container: 1320px;
}

*, *::before, *::after { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  background: var(--b-paper);
  color: var(--b-ink);
  font-family: var(--b-font-body);
  font-size: var(--b-base);
  line-height: 1.55;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "ss01", "kern";
  letter-spacing: 0.005em;
}

img { max-width: 100%; height: auto; display: block; }
a { color: var(--b-ink); }
button { font-family: inherit; }

/* WP block alignment helpers (keep editor-friendly) */
.alignwide { max-width: 1500px; margin-left: auto; margin-right: auto; }
.alignfull { max-width: none; }

/* ── Typography ─────────────────────────────────────────────── */
.b-display {
  font-family: var(--b-font-display);
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 0.96;
  margin: 0;
}
.b-display-it {
  font-family: var(--b-font-display);
  font-style: italic;
  font-weight: 400;
  letter-spacing: -0.01em;
}
.b-eyebrow {
  font-family: var(--b-font-body);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--b-mute);
}
.b-eyebrow-dot::before {
  content: "";
  display: inline-block;
  width: 5px; height: 5px;
  background: currentColor;
  border-radius: 50%;
  margin-right: 9px;
  vertical-align: 2px;
}
.b-hand { font-family: var(--b-font-hand); font-weight: 400; }
.b-num { font-variant-numeric: tabular-nums; letter-spacing: 0.02em; }

/* ── Layout helpers ─────────────────────────────────────────── */
.b-container {
  max-width: var(--b-container);
  margin: 0 auto;
  padding: 0 56px;
}
.b-container-wide { max-width: 1500px; margin: 0 auto; padding: 0 40px; }
.b-section { padding: calc(120px * var(--b-density)) 0; }
.b-section-sm { padding: calc(64px * var(--b-density)) 0; }
.b-divider { height: 1px; background: var(--b-line); width: 100%; }
.b-rule { display: flex; align-items: center; gap: 16px; color: var(--b-mute); }
.b-rule::before, .b-rule::after { content: ""; flex: 1; height: 1px; background: var(--b-line); }

/* ── Buttons ────────────────────────────────────────────────── */
.b-btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  height: 50px; padding: 0 26px;
  border: 1px solid var(--b-ink); background: var(--b-ink); color: var(--b-paper);
  font-family: var(--b-font-body); font-size: 13px; font-weight: 600;
  letter-spacing: 0.06em; text-transform: uppercase;
  border-radius: var(--b-radius); cursor: pointer; text-decoration: none;
  transition: background .2s, color .2s, transform .15s;
}
.b-btn:hover { background: var(--b-belice); border-color: var(--b-belice); color: var(--b-paper); }
.b-btn-lg { height: 58px; padding: 0 32px; font-size: 14px; }
.b-btn-ghost { background: transparent; color: var(--b-ink); }
.b-btn-ghost:hover { background: var(--b-ink); color: var(--b-paper); }
.b-btn-on-dark { background: var(--b-cream); color: var(--b-ink); border-color: var(--b-cream); }
.b-btn-on-dark:hover { background: var(--b-gold); border-color: var(--b-gold); color: var(--b-ink); }
.b-btn-block { width: 100%; }
.b-link {
  display: inline-flex; align-items: center; gap: 8px;
  color: var(--b-ink); text-decoration: none;
  border-bottom: 1px solid currentColor; padding-bottom: 2px;
  font-weight: 500; font-size: 14px; letter-spacing: 0.02em;
}
.b-link:hover { color: var(--b-terracotta); }

/* ── Cards / chrome ─────────────────────────────────────────── */
.b-card { background: #fff; border: 1px solid var(--b-line); border-radius: var(--b-radius-lg); overflow: hidden; }
.b-tag {
  display: inline-flex; align-items: center; gap: 6px; height: 24px; padding: 0 10px;
  border: 1px solid var(--b-line-strong); border-radius: 999px;
  font-size: 11px; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase;
  color: var(--b-ink); background: transparent;
}
.b-tag-solid { background: var(--b-belice); color: var(--b-cream); border-color: var(--b-belice); }
.b-tag-terra { background: var(--b-terracotta); color: var(--b-cream); border-color: var(--b-terracotta); }

/* ── Image placeholders (used where no real photo yet) ──────── */
.b-img {
  position: relative;
  background:
    radial-gradient(ellipse at 30% 20%, rgba(205,184,122,.30), transparent 60%),
    radial-gradient(ellipse at 80% 80%, rgba(164,74,42,.18), transparent 55%),
    linear-gradient(160deg, #ded3b2, #c7b88c 60%, #8a7d52);
  color: rgba(26,26,20,.55); overflow: hidden;
}
.b-img-green {
  background:
    radial-gradient(ellipse at 30% 20%, rgba(243,234,212,.30), transparent 60%),
    radial-gradient(ellipse at 80% 80%, rgba(0,0,0,.25), transparent 55%),
    linear-gradient(160deg, #4d5b30, #2d3a1f 80%);
  color: rgba(243,234,212,.7);
}
.b-img-terra {
  background:
    radial-gradient(ellipse at 30% 20%, rgba(255,255,255,.18), transparent 60%),
    linear-gradient(160deg, #c46239, #7a3014 90%);
  color: rgba(243,234,212,.75);
}
.b-img-cream {
  background:
    radial-gradient(ellipse at 70% 30%, rgba(205,184,122,.35), transparent 60%),
    linear-gradient(160deg, #f3ead4, #ddd0a8);
  color: rgba(26,26,20,.45);
}
.b-img-label {
  position: absolute; inset: auto 0 0 0; padding: 14px 18px;
  font-size: 11px; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase;
  display: flex; justify-content: space-between; align-items: center;
  background: linear-gradient(0deg, rgba(0,0,0,.25), transparent); color: inherit;
}
.b-img-caption {
  position: absolute; top: 16px; left: 18px;
  font-size: 11px; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase;
}
.b-img-cover { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }

/* ── Icons ──────────────────────────────────────────────────── */
.b-icon { width: 18px; height: 18px; stroke: currentColor; stroke-width: 1.4; fill: none; flex: 0 0 auto; }
.b-icon-sm { width: 14px; height: 14px; }
.b-icon-lg { width: 24px; height: 24px; }

/* ── Inputs ─────────────────────────────────────────────────── */
.b-input {
  width: 100%; height: 48px; padding: 0 14px;
  border: 1px solid var(--b-line-strong); background: #fff;
  font-family: var(--b-font-body); font-size: 14px; color: var(--b-ink); border-radius: var(--b-radius);
}
.b-input:focus { outline: 2px solid var(--b-belice); outline-offset: -1px; }
.b-input-lg { height: 56px; font-size: 15px; }
.b-label {
  font-size: 12px; font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase;
  color: var(--b-mute); margin-bottom: 8px; display: block;
}

/* ── Wordmark ───────────────────────────────────────────────── */
.b-wordmark {
  font-family: var(--b-font-display); font-weight: 500; font-size: 26px;
  letter-spacing: 0.32em; text-transform: uppercase; line-height: 1;
  color: inherit; text-decoration: none; display: inline-block;
}
.b-wordmark-sm { font-size: 18px; letter-spacing: 0.36em; }
.b-wordmark-lg { font-size: 56px; letter-spacing: 0.28em; }

/* ── Misc ───────────────────────────────────────────────────── */
.b-stretch { flex: 1; }
.b-grid-12 { display: grid; grid-template-columns: repeat(12, 1fr); gap: 24px; }
.bascio-on-dark { background: var(--b-belice); color: var(--b-cream); }
.bascio-on-dark .b-eyebrow, .bascio-on-dark .b-rule { color: rgba(243,234,212,.65); }
.bascio-on-dark .b-rule::before, .bascio-on-dark .b-rule::after { background: rgba(243,234,212,.18); }
.bascio-on-terra { background: var(--b-terracotta); color: var(--b-cream); }

/* ── Tasting notes ──────────────────────────────────────────── */
.b-notes { display: grid; grid-template-columns: 1fr 1fr; gap: 8px 24px; }
.b-note { display: grid; grid-template-columns: 110px 1fr 28px; align-items: center; gap: 12px; font-size: 13px; padding: 8px 0; border-bottom: 1px solid var(--b-line); }
.b-note-bar { height: 4px; background: var(--b-line); position: relative; border-radius: 999px; overflow: hidden; }
.b-note-bar > i { position: absolute; inset: 0 auto 0 0; background: var(--b-belice); border-radius: 999px; }
.b-note-val { font-variant-numeric: tabular-nums; color: var(--b-mute); text-align: right; }

/* ============================================================
   SITE CHROME — header / footer
   ============================================================ */
.site-utilitybar {
  background: var(--b-ink); color: var(--b-cream);
  font-size: 12px; letter-spacing: .08em; font-weight: 500;
}
.site-utilitybar .b-container { display: flex; align-items: center; justify-content: space-between; height: 38px; }
.site-utilitybar a { color: inherit; text-decoration: none; display: inline-flex; align-items: center; gap: 8px; }
.utility-left { display: flex; gap: 28px; align-items: center; }
.utility-right { display: flex; gap: 22px; align-items: center; }
.utility-right .sep { opacity: .35; }
.utility-promo-sep { opacity: .55; }

.site-header { background: var(--b-paper); color: var(--b-ink); border-bottom: 1px solid var(--b-line); position: sticky; top: 0; z-index: 50; }
.site-header.is-dark { background: var(--b-belice); color: var(--b-cream); border-bottom-color: rgba(243,234,212,.14); }
.site-header.is-dark .site-utilitybar { background: rgba(0,0,0,.18); }
.site-header-inner { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; height: 82px; }
.site-nav { display: flex; gap: 32px; font-size: 14px; font-weight: 500; letter-spacing: .04em; }
.site-nav a { color: inherit; text-decoration: none; }
.site-nav a:hover { color: var(--b-terracotta); }
.site-header.is-dark .site-nav a:hover { color: var(--b-gold); }
.site-brand { text-align: center; }
.site-actions { display: flex; gap: 22px; align-items: center; justify-content: flex-end; }
.site-actions a { color: inherit; display: inline-flex; align-items: center; gap: 8px; text-decoration: none; }
.cart-count { font-size: 13px; font-weight: 600; }
.nav-toggle { display: none; background: none; border: 0; color: inherit; cursor: pointer; }

.site-footer { background: var(--b-ink); color: var(--b-cream); }
.site-footer .b-container { padding-top: 100px; padding-bottom: 48px; }
.footer-top { display: grid; grid-template-columns: 1.4fr 1fr; gap: 80px; padding-bottom: 80px; border-bottom: 1px solid rgba(243,234,212,.14); }
.footer-newsletter-field { display: flex; border: 1px solid var(--b-cream); border-radius: 2px; }
.footer-newsletter-field input { background: transparent; color: var(--b-cream); border: none; height: 56px; padding-left: 20px; flex: 1; font-size: 14px; }
.footer-newsletter-field input::placeholder { color: rgba(243,234,212,.55); }
.footer-newsletter-field button { border-radius: 0; height: 56px; border: none; }
.footer-cols { display: grid; grid-template-columns: 1.4fr repeat(4, 1fr); gap: 60px; padding-top: 80px; }
.footer-col-title { color: rgba(243,234,212,.55); margin-bottom: 18px; }
.footer-col ul { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 10px; }
.footer-col a { color: var(--b-cream); text-decoration: none; font-size: 14px; }
.footer-col a:hover { color: var(--b-gold); }
.footer-social { display: flex; gap: 14px; margin-top: 24px; }
.footer-social a { width: 36px; height: 36px; border: 1px solid rgba(243,234,212,.3); border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; color: var(--b-cream); text-decoration: none; font-size: 11px; letter-spacing: .05em; }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; margin-top: 80px; padding-top: 28px; border-top: 1px solid rgba(243,234,212,.14); font-size: 12px; color: rgba(243,234,212,.55); }
.footer-bottom a { color: inherit; }
.footer-legal { display: flex; gap: 22px; }
.footer-pay { display: flex; gap: 10px; align-items: center; }
.footer-pay span.pay { padding: 4px 8px; border: 1px solid rgba(243,234,212,.2); border-radius: 3px; font-size: 10px; font-weight: 600; letter-spacing: .08em; }

/* ── Bottle SVG sizing ──────────────────────────────────────── */
.b-bottle { width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; }
.b-bottle svg { width: 38%; height: 78%; }

/* ── Marquee strip ──────────────────────────────────────────── */
.b-marquee { border-top: 1px solid var(--b-line); border-bottom: 1px solid var(--b-line); padding: 22px 0; overflow: hidden; }
.b-marquee-track { display: flex; gap: 64px; white-space: nowrap; width: max-content; animation: b-marq 36s linear infinite; }
.b-marquee-track > div { display: flex; gap: 64px; padding-left: 64px; font-size: 14px; letter-spacing: .06em; color: var(--b-mute); }
@keyframes b-marq { to { transform: translateX(-50%); } }
@media (prefers-reduced-motion: reduce) { .b-marquee-track { animation: none; } }

/* ============================================================
   WOOCOMMERCE — adattamenti al design BASCIO
   ============================================================ */
.woocommerce-page, .woocommerce { font-family: var(--b-font-body); }

/* product card (loop) */
ul.products { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; list-style: none; margin: 0; padding: 0; }
.columns-4 ul.products, ul.products.columns-4 { grid-template-columns: repeat(4, 1fr); }
ul.products li.product {
  background: #fff; border: 1px solid var(--b-line); border-radius: var(--b-radius-lg);
  overflow: hidden; margin: 0; text-align: left; position: relative;
}
ul.products li.product a { text-decoration: none; color: inherit; }
ul.products li.product .b-img, ul.products li.product img { width: 100%; height: 340px; object-fit: cover; }
ul.products li.product .product-body { padding: 22px 22px 24px; }
ul.products li.product .woocommerce-loop-product__title {
  font-family: var(--b-font-display); font-weight: 500; font-size: 26px; line-height: 1; padding: 0; margin: 0 0 14px;
}
ul.products li.product .price {
  color: var(--b-ink); font-size: 18px; font-weight: 600; font-variant-numeric: tabular-nums; display: block; margin-bottom: 14px;
}
ul.products li.product .price del { color: var(--b-mute); font-weight: 400; font-size: 14px; margin-right: 8px; }
ul.products li.product .price ins { text-decoration: none; }
ul.products li.product .button {
  display: inline-flex; align-items: center; justify-content: center; height: 38px; padding: 0 16px;
  background: var(--b-ink); color: var(--b-paper); border: 1px solid var(--b-ink);
  font-size: 11px; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; border-radius: var(--b-radius);
}
ul.products li.product .button:hover { background: var(--b-belice); border-color: var(--b-belice); }
ul.products li.product .onsale, .woocommerce span.onsale {
  position: absolute; top: 16px; right: 16px; left: auto; margin: 0; min-height: 0; min-width: 0;
  background: var(--b-terracotta); color: var(--b-cream); border-radius: 999px;
  padding: 4px 12px; font-size: 11px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; line-height: 1.4;
}

/* shop header / archive */
.bascio-shop-hero { background: var(--b-cream); padding: 56px 0; border-bottom: 1px solid var(--b-line); }
.bascio-shop-layout { display: grid; grid-template-columns: 260px 1fr; gap: 56px; align-items: start; padding: 64px 0 120px; }
.woocommerce .woocommerce-result-count { color: var(--b-mute); font-size: 13px; margin: 0; }
.woocommerce .woocommerce-ordering select {
  border: 1px solid var(--b-line-strong); padding: 10px 12px; font-family: var(--b-font-body); font-size: 13px; background: #fff;
}
.bascio-shop-toolbar { display: flex; justify-content: space-between; align-items: center; margin-bottom: 36px; padding-bottom: 22px; border-bottom: 1px solid var(--b-line); }

/* sidebar filters (widgets) */
.bascio-shop-sidebar .widget { padding: 22px 0; border-bottom: 1px solid var(--b-line); }
.bascio-shop-sidebar .widget-title, .bascio-shop-sidebar .widgettitle {
  font-size: 11px; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; color: var(--b-mute); margin: 0 0 14px;
}
.bascio-shop-sidebar ul { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 10px; font-size: 14px; }
.bascio-shop-sidebar ul li a { color: inherit; text-decoration: none; }
.bascio-shop-sidebar .count { color: var(--b-mute); }

/* single product */
.single-product div.product { display: grid; grid-template-columns: 1.15fr 1fr; gap: 80px; align-items: start; }
.single-product div.product .woocommerce-product-gallery { margin: 0; }
.single-product div.product .product_title {
  font-family: var(--b-font-display); font-weight: 500; font-size: 64px; line-height: .96; letter-spacing: -0.02em; margin: 0 0 14px;
}
.single-product div.product p.price, .single-product div.product span.price {
  color: var(--b-ink); font-family: var(--b-font-display); font-size: 44px; font-variant-numeric: tabular-nums; margin-bottom: 4px;
}
.single-product div.product p.price del { font-size: 22px; color: var(--b-mute); }
.single-product .woocommerce-product-details__short-description { font-size: 17px; line-height: 1.6; color: rgba(26,26,20,.78); margin: 18px 0 28px; }
.single-product div.product form.cart { margin: 24px 0; display: flex; gap: 16px; align-items: center; flex-wrap: wrap; }
.single-product div.product form.cart .quantity input.qty {
  width: 64px; height: 50px; border: 1px solid var(--b-line-strong); text-align: center; font-variant-numeric: tabular-nums; font-weight: 600;
}
.single-product div.product form.cart .single_add_to_cart_button {
  height: 50px; padding: 0 26px; background: var(--b-ink); color: var(--b-paper); border: 1px solid var(--b-ink);
  font-size: 13px; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; border-radius: var(--b-radius); cursor: pointer;
}
.single-product div.product form.cart .single_add_to_cart_button:hover { background: var(--b-belice); border-color: var(--b-belice); }
.single-product .product_meta { font-size: 13px; color: var(--b-mute); margin-top: 24px; }
.single-product .woocommerce-tabs { grid-column: 1 / -1; margin-top: 40px; }
.single-product .woocommerce-tabs ul.tabs { list-style: none; padding: 0; display: flex; gap: 32px; border-bottom: 1px solid var(--b-line); margin: 0 0 32px; }
.single-product .woocommerce-tabs ul.tabs li a {
  padding: 20px 0; display: inline-block; font-size: 14px; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; color: var(--b-mute); text-decoration: none;
}
.single-product .woocommerce-tabs ul.tabs li.active a { color: var(--b-ink); border-bottom: 2px solid var(--b-ink); }
.single-product .woocommerce-tabs h2 { font-family: var(--b-font-display); font-weight: 500; font-size: 32px; }
.single-product .related, .single-product .upsells { grid-column: 1 / -1; margin-top: 40px; }
.single-product .related > h2, .single-product .upsells > h2 { font-family: var(--b-font-display); font-weight: 500; font-size: 48px; margin-bottom: 32px; }

/* reassurance badges under buy box (added in template) */
.bascio-reassure { margin-top: 36px; display: flex; flex-direction: column; gap: 14px; font-size: 13px; }
.bascio-reassure > div { display: flex; gap: 12px; align-items: center; padding-bottom: 14px; border-bottom: 1px solid var(--b-line); }
.bascio-reassure .b-icon { color: var(--b-terracotta); }

/* cart + checkout */
.woocommerce-cart .b-container, .woocommerce-checkout .b-container { padding-top: 56px; padding-bottom: 120px; }
.woocommerce table.shop_table { border: 1px solid var(--b-line); border-radius: var(--b-radius-lg); }
.woocommerce table.shop_table th { font-size: 11px; letter-spacing: .08em; text-transform: uppercase; color: var(--b-mute); }
.woocommerce .cart-collaterals .cart_totals h2,
.woocommerce-checkout #order_review_heading,
.woocommerce form .form-row label { font-family: var(--b-font-body); }
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button,
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
  background: var(--b-ink); color: var(--b-paper); border-radius: var(--b-radius);
  font-size: 13px; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; padding: 14px 26px;
}
.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover,
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover {
  background: var(--b-belice);
}
.woocommerce .woocommerce-message, .woocommerce .woocommerce-info { border-top-color: var(--b-belice); }
.woocommerce .woocommerce-message::before, .woocommerce .woocommerce-info::before { color: var(--b-belice); }
.woocommerce-checkout #payment { background: #fff; border: 1px solid var(--b-line); border-radius: var(--b-radius-lg); }
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea, .select2-container .select2-selection {
  border: 1px solid var(--b-line-strong); border-radius: var(--b-radius); padding: 12px 14px; font-family: var(--b-font-body);
}

/* breadcrumb */
.woocommerce .woocommerce-breadcrumb { font-size: 12px; color: var(--b-mute); letter-spacing: .06em; margin-bottom: 18px; }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1100px) {
  .b-container { padding: 0 32px; }
  ul.products, .columns-4 ul.products, ul.products.columns-4 { grid-template-columns: repeat(2, 1fr); }
  .bascio-shop-layout { grid-template-columns: 1fr; gap: 32px; }
  .single-product div.product { grid-template-columns: 1fr; gap: 40px; }
  .footer-cols { grid-template-columns: 1fr 1fr; gap: 40px; }
  .footer-top { grid-template-columns: 1fr; gap: 40px; }
}

@media (max-width: 860px) {
  :root { --b-density: 0.7; }
  .site-utilitybar .utility-left span:not(:first-child) { display: none; }
  .site-nav { display: none; }
  .nav-toggle { display: inline-flex; }
  .site-header-inner { grid-template-columns: auto 1fr auto; gap: 16px; }
  .site-brand { text-align: left; }
  .footer-bottom { flex-direction: column; gap: 18px; align-items: flex-start; }
  .footer-cols { grid-template-columns: 1fr; }
}

@media (max-width: 560px) {
  .b-container { padding: 0 20px; }
  ul.products, .columns-4 ul.products, ul.products.columns-4 { grid-template-columns: 1fr; }
}

/* mobile nav drawer */
.mobile-nav { display: none; }
.mobile-nav.open { display: block; position: fixed; inset: 0; z-index: 100; }
.mobile-nav .scrim { position: absolute; inset: 0; background: rgba(26,26,20,.4); }
.mobile-nav .panel { position: absolute; top: 0; right: 0; bottom: 0; width: 80%; max-width: 360px; background: var(--b-paper); padding: 28px 24px; display: flex; flex-direction: column; gap: 18px; }
.mobile-nav .panel a { color: var(--b-ink); text-decoration: none; font-size: 20px; font-family: var(--b-font-display); }
.mobile-nav .panel .close { align-self: flex-end; background: none; border: 0; font-size: 24px; cursor: pointer; }
