/*
Theme Name: Bradsvapor
Theme URI: https://bradsvapor.com
Author: Bradsvapor
Description: Thème boutique Bradsvapor – Téléviseurs & moniteurs. Design clair, cartes arrondies, accent violet.
Version: 1.0.0
Requires PHP: 8.0
License: GNU General Public License v2 or later
Text Domain: bradsvapor
*/

/* ====== Tokens ====== */
:root {
  --bv-bg: #f6f6fb;
  --bv-surface: #ffffff;
  --bv-tile: #f3f3f9;
  --bv-ink: #23263b;
  --bv-ink-soft: #5b6076;
  --bv-muted: #9297ad;
  --bv-line: #e9eaf3;
  --bv-accent: #6e5be6;
  --bv-accent-dark: #5a48d4;
  --bv-accent-soft: #eeebfd;
  --bv-rose: #f43f5e;
  --bv-amber: #ffb020;
  --bv-green: #17a06c;
  --bv-mint: #e6f5ec;
  --bv-peach: #fdf0e2;
  --bv-lilac: #efeafc;
  --bv-sky: #e7f1fd;
  --bv-grad: linear-gradient(115deg, #7c68ee 0%, #9d84f5 45%, #d9a9ef 80%, #f3b3d7 100%);
  --bv-radius-lg: 22px;
  --bv-radius: 16px;
  --bv-radius-sm: 12px;
  --bv-shadow: 0 8px 26px rgba(35, 38, 59, .07);
  --bv-shadow-lg: 0 18px 50px rgba(35, 38, 59, .13);
  --bv-font: "Plus Jakarta Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
  --bv-w: 1220px;
}

/* ====== Base ====== */
* { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  font-family: var(--bv-font);
  font-size: 16px;
  line-height: 1.62;
  color: var(--bv-ink);
  background: var(--bv-bg);
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
a:hover { color: var(--bv-accent); }
h1, h2, h3, h4 { line-height: 1.22; margin: 0 0 .5em; font-weight: 800; letter-spacing: -.015em; }
p { margin: 0 0 1em; }
.bv-wrap { max-width: var(--bv-w); margin: 0 auto; padding: 0 22px; }
.screen-reader-text { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }

/* ====== Buttons ====== */
.bv-btn, .button, button.single_add_to_cart_button, .woocommerce #respond input#submit,
.woocommerce a.button, .woocommerce button.button, .woocommerce input.button,
.wc-block-components-button, .checkout-button {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  background: var(--bv-accent); color: #fff !important;
  border: 0; border-radius: var(--bv-radius-sm);
  padding: 13px 24px; font-size: 15px; font-weight: 700; font-family: var(--bv-font);
  cursor: pointer; transition: background .15s ease, transform .1s ease, box-shadow .15s ease;
  text-decoration: none; line-height: 1.2; white-space: nowrap;
}
.bv-btn svg, .woocommerce a.button svg, .woocommerce button.button svg { width: 18px; height: 18px; flex: none; }
.bv-btn:hover, .button:hover, .woocommerce a.button:hover, .woocommerce button.button:hover { background: var(--bv-accent-dark); color: #fff; }
.woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce #respond input#submit,
.woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt,
.woocommerce div.product form.cart .single_add_to_cart_button {
  background-color: var(--bv-accent) !important; color: #fff !important; border-radius: var(--bv-radius-sm);
  font-family: var(--bv-font); font-weight: 700;
}
.woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover,
.woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover,
.woocommerce div.product form.cart .single_add_to_cart_button:hover { background-color: var(--bv-accent-dark) !important; }
.bv-btn:active { transform: translateY(1px); }
.bv-btn--ghost { background: transparent; color: var(--bv-ink) !important; border: 1.5px solid var(--bv-line); }
.bv-btn--ghost:hover { background: var(--bv-surface); border-color: var(--bv-accent); color: var(--bv-accent) !important; }
.bv-btn--white { background: #fff; color: var(--bv-ink) !important; box-shadow: 0 4px 14px rgba(35,38,59,.12); }
.bv-btn--white:hover { background: #f4f2ff; color: var(--bv-accent-dark) !important; }
.bv-btn--dark { background: var(--bv-ink); }
.bv-btn--dark:hover { background: #35395a; }
.bv-btn--sm { padding: 9px 16px; font-size: 13.5px; border-radius: 10px; }
.bv-btn--pill { border-radius: 999px; }

/* ====== Topbar ====== */
.bv-topbar { background: var(--bv-accent); color: #fff; font-size: 12.5px; }
.bv-topbar .bv-wrap { display: flex; justify-content: center; gap: 36px; padding-top: 8px; padding-bottom: 8px; }
.bv-topbar span { display: inline-flex; align-items: center; gap: 7px; white-space: nowrap; opacity: .95; font-weight: 600; }
.bv-topbar svg { width: 13px; height: 13px; flex: none; }
@media (max-width: 760px) { .bv-topbar span:nth-child(n+2) { display: none; } }

/* ====== Header ====== */
.bv-header { position: sticky; top: 0; z-index: 60; background: rgba(255,255,255,.97); backdrop-filter: blur(10px); border-bottom: 1px solid var(--bv-line); }
.bv-header-main { display: flex; align-items: center; gap: 22px; height: 72px; }
.bv-logo { display: inline-flex; align-items: center; gap: 10px; font-size: 22px; font-weight: 800; letter-spacing: -.02em; flex: none; }
.bv-logo .mark { width: 38px; height: 38px; border-radius: 12px; background: var(--bv-grad); display: inline-flex; align-items: center; justify-content: center; color: #fff; box-shadow: 0 4px 12px rgba(110,91,230,.35); }
.bv-logo .mark svg { width: 20px; height: 20px; }
.bv-logo:hover { color: var(--bv-ink); }

.bv-searchbar { flex: 1; max-width: 560px; margin: 0 auto; }
.bv-searchbar form { position: relative; display: flex; }
.bv-searchbar input[type="search"] {
  width: 100%; border: 1.5px solid transparent; background: var(--bv-tile); border-radius: 999px;
  padding: 12px 52px 12px 20px; font-size: 14.5px; font-family: var(--bv-font); color: var(--bv-ink);
  transition: border-color .15s, background .15s;
}
.bv-searchbar input[type="search"]::placeholder { color: var(--bv-muted); }
.bv-searchbar input[type="search"]:focus { outline: none; background: #fff; border-color: var(--bv-accent); box-shadow: 0 0 0 4px var(--bv-accent-soft); }
.bv-searchbar button { position: absolute; right: 5px; top: 5px; bottom: 5px; width: 40px; border: 0; border-radius: 999px; background: var(--bv-accent); color: #fff; cursor: pointer; display: flex; align-items: center; justify-content: center; transition: background .15s; }
.bv-searchbar button:hover { background: var(--bv-accent-dark); }
.bv-searchbar button svg { width: 17px; height: 17px; }

.bv-hicons { display: flex; align-items: center; gap: 8px; flex: none; }
.bv-hicon { position: relative; display: inline-flex; align-items: center; justify-content: center; gap: 8px; height: 44px; min-width: 44px; padding: 0 10px; border-radius: 999px; color: var(--bv-ink); font-size: 14px; font-weight: 700; background: var(--bv-tile); transition: background .15s; }
.bv-hicon:hover { background: var(--bv-accent-soft); color: var(--bv-accent); }
.bv-hicon svg { width: 20px; height: 20px; }
.bv-hicon .lbl { display: none; }
@media (min-width: 1000px) { .bv-hicon--cart { padding: 0 16px 0 12px; } .bv-hicon .lbl { display: inline; } }
.bv-cart-count { position: absolute; top: -2px; right: -2px; min-width: 18px; height: 18px; padding: 0 4px; background: var(--bv-rose); color: #fff; font-size: 10.5px; font-weight: 800; border-radius: 999px; display: flex; align-items: center; justify-content: center; border: 2px solid #fff; }
.bv-burger { display: none; }

/* Nav pills row */
.bv-navrow { border-top: 1px solid var(--bv-line); }
.bv-nav ul { display: flex; gap: 6px; list-style: none; margin: 0; padding: 9px 0; overflow-x: auto; scrollbar-width: none; }
.bv-nav ul::-webkit-scrollbar { display: none; }
.bv-nav li { position: relative; flex: none; }
.bv-nav a { display: block; padding: 8px 15px; font-size: 13.5px; font-weight: 700; color: var(--bv-ink-soft); border-radius: 999px; white-space: nowrap; }
.bv-nav a:hover { color: var(--bv-accent); background: var(--bv-accent-soft); }
.bv-nav li.current-menu-item > a, .bv-nav li.current_page_item > a { color: #fff; background: var(--bv-accent); }
.bv-nav li ul { display: none; position: absolute; top: 100%; left: 0; min-width: 230px; background: #fff; border: 1px solid var(--bv-line); border-radius: 14px; box-shadow: var(--bv-shadow); padding: 8px; margin: 4px 0 0; z-index: 70; overflow: visible; }
.bv-nav li:hover > ul, .bv-nav li:focus-within > ul { display: block; }
.bv-nav li ul li { width: 100%; }
.bv-nav li ul a { padding: 9px 12px; border-radius: 9px; font-weight: 600; }

/* Mobile nav */
@media (max-width: 860px) {
  .bv-header-main { height: 64px; gap: 12px; }
  .bv-searchbar { display: none; }
  .bv-search-mobile { display: block; padding: 0 0 12px; }
  .bv-burger { display: inline-flex; }
  .bv-navrow { display: none; position: fixed; inset: 64px 0 0 0; background: #fff; overflow: auto; z-index: 55; border-top: 1px solid var(--bv-line); }
  body.bv-nav-open .bv-navrow { display: block; }
  body.bv-nav-open { overflow: hidden; }
  .bv-nav ul { flex-direction: column; gap: 2px; padding: 16px 4px; overflow: visible; }
  .bv-nav a { font-size: 16.5px; padding: 12px 14px; }
  .bv-nav li ul { display: block; position: static; border: 0; box-shadow: none; padding: 0 0 0 16px; }
}
@media (min-width: 861px) { .bv-search-mobile { display: none; } }
.bv-search-mobile form { position: relative; display: flex; }
.bv-search-mobile input[type="search"] { width: 100%; border: 1.5px solid transparent; background: var(--bv-tile); border-radius: 999px; padding: 11px 50px 11px 18px; font-size: 15px; font-family: var(--bv-font); }
.bv-search-mobile input[type="search"]:focus { outline: none; background: #fff; border-color: var(--bv-accent); }
.bv-search-mobile button { position: absolute; right: 5px; top: 4px; bottom: 4px; width: 38px; border: 0; border-radius: 999px; background: var(--bv-accent); color: #fff; display: flex; align-items: center; justify-content: center; }
.bv-search-mobile button svg { width: 16px; height: 16px; }

/* ====== Hero ====== */
.bv-hero { padding: 26px 0 8px; }
.bv-hero-card { position: relative; border-radius: var(--bv-radius-lg); background: var(--bv-grad); overflow: hidden; display: grid; grid-template-columns: 1.15fr 1fr; gap: 20px; align-items: center; padding: 44px 48px; color: #fff; box-shadow: var(--bv-shadow-lg); }
.bv-hero-card::before { content: ""; position: absolute; right: -70px; bottom: -90px; width: 300px; height: 300px; border-radius: 50%; background: rgba(255,255,255,.14); }
.bv-hero-card::after { content: ""; position: absolute; left: 38%; bottom: -60px; width: 150px; height: 150px; border-radius: 50%; background: rgba(255,255,255,.10); }
.bv-hero-pill { display: inline-flex; align-items: center; gap: 7px; background: rgba(255,255,255,.22); border: 1px solid rgba(255,255,255,.35); backdrop-filter: blur(4px); border-radius: 999px; padding: 6px 14px; font-size: 12.5px; font-weight: 700; letter-spacing: .03em; margin-bottom: 18px; }
.bv-hero h1 { font-size: clamp(30px, 4.2vw, 50px); margin-bottom: 14px; color: #fff; }
.bv-hero-sub { font-size: 16.5px; opacity: .94; max-width: 44ch; margin-bottom: 26px; }
.bv-hero-cta { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 22px; position: relative; z-index: 2; }
.bv-hero-trust { display: flex; align-items: center; gap: 16px; font-size: 13px; font-weight: 600; opacity: .95; flex-wrap: wrap; }
.bv-hero-trust span { display: inline-flex; align-items: center; gap: 6px; }
.bv-hero-trust svg { width: 15px; height: 15px; }
.bv-hero-visual { position: relative; z-index: 2; min-height: 340px; }
.bv-hero-img { position: absolute; inset: 0; margin: auto; width: min(100%, 400px); aspect-ratio: 3 / 4; border-radius: 18px; overflow: hidden; box-shadow: 0 24px 60px rgba(30,20,80,.35); }
.bv-hero-img img { width: 100%; height: 100%; object-fit: cover; }
.bv-hero-float { position: absolute; display: flex; gap: 10px; align-items: center; background: rgba(255,255,255,.97); color: var(--bv-ink); border-radius: 14px; padding: 9px 14px 9px 9px; box-shadow: var(--bv-shadow-lg); z-index: 3; }
.bv-hero-float img { width: 46px; height: 46px; border-radius: 10px; object-fit: cover; background: var(--bv-tile); }
.bv-hero-float .t { font-size: 12px; font-weight: 700; line-height: 1.25; max-width: 150px; }
.bv-hero-float .p { font-size: 12.5px; color: var(--bv-accent); font-weight: 800; }
.bv-hero-float--1 { top: 6%; left: -4%; }
.bv-hero-float--2 { bottom: 7%; right: -3%; }
@media (max-width: 960px) {
  .bv-hero-card { grid-template-columns: 1fr; padding: 34px 26px 40px; }
  .bv-hero-visual { min-height: 380px; margin-top: 8px; }
  .bv-hero-float--1 { left: 0; } .bv-hero-float--2 { right: 0; }
}

/* ====== Category icon tiles ====== */
.bv-cats { display: grid; grid-template-columns: repeat(6, 1fr); gap: 14px; }
.bv-cat { background: var(--bv-surface); border: 1px solid var(--bv-line); border-radius: var(--bv-radius); padding: 20px 14px 18px; text-align: center; transition: box-shadow .2s, transform .2s, border-color .2s; }
.bv-cat:hover { box-shadow: var(--bv-shadow); transform: translateY(-3px); border-color: transparent; color: var(--bv-ink); }
.bv-cat .ico { width: 58px; height: 58px; border-radius: 18px; margin: 0 auto 12px; display: flex; align-items: center; justify-content: center; }
.bv-cat .ico svg { width: 26px; height: 26px; }
.bv-cat .n { font-size: 13.5px; font-weight: 800; line-height: 1.25; }
.bv-cat .s { font-size: 11.5px; color: var(--bv-muted); font-weight: 600; margin-top: 3px; }
.bv-ico--lilac { background: var(--bv-lilac); color: var(--bv-accent); }
.bv-ico--mint { background: var(--bv-mint); color: var(--bv-green); }
.bv-ico--peach { background: var(--bv-peach); color: #e58e2c; }
.bv-ico--sky { background: var(--bv-sky); color: #2f7fe0; }
.bv-ico--rose { background: #fdeaee; color: var(--bv-rose); }
.bv-ico--ink { background: #eceef6; color: var(--bv-ink); }
@media (max-width: 960px) { .bv-cats { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 540px) { .bv-cats { grid-template-columns: repeat(2, 1fr); gap: 10px; } }

/* ====== Promo trio ====== */
.bv-promos { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.bv-promo { position: relative; border-radius: var(--bv-radius); padding: 22px 24px; min-height: 150px; display: flex; flex-direction: column; justify-content: center; overflow: hidden; transition: transform .2s, box-shadow .2s; }
.bv-promo:hover { transform: translateY(-3px); box-shadow: var(--bv-shadow); color: inherit; }
.bv-promo .k { font-size: 15.5px; font-weight: 800; margin-bottom: 4px; position: relative; z-index: 2; }
.bv-promo .s { font-size: 12.5px; color: var(--bv-ink-soft); font-weight: 600; margin-bottom: 12px; max-width: 60%; position: relative; z-index: 2; }
.bv-promo .cta { font-size: 12.5px; font-weight: 800; color: var(--bv-ink); display: inline-flex; align-items: center; gap: 6px; position: relative; z-index: 2; }
.bv-promo .cta svg { width: 13px; height: 13px; }
.bv-promo:hover .cta { color: var(--bv-accent); }
.bv-promo img { position: absolute; right: -8px; bottom: -8px; width: 45%; max-width: 150px; border-radius: 12px; mix-blend-mode: multiply; }
.bv-promo--mint { background: var(--bv-mint); }
.bv-promo--peach { background: var(--bv-peach); }
.bv-promo--lilac { background: var(--bv-lilac); }
.bv-promo .timer { display: inline-flex; gap: 5px; margin-bottom: 12px; position: relative; z-index: 2; }
.bv-promo .timer b { background: var(--bv-ink); color: #fff; font-size: 12px; border-radius: 7px; padding: 3px 7px; font-weight: 800; letter-spacing: .03em; }
@media (max-width: 900px) { .bv-promos { grid-template-columns: 1fr; } .bv-promo .s { max-width: 70%; } }

/* ====== Sections ====== */
.bv-section { padding: 40px 0 8px; }
.bv-sechead { display: flex; align-items: baseline; justify-content: space-between; gap: 16px; margin-bottom: 20px; }
.bv-sechead h2 { font-size: clamp(21px, 2.5vw, 28px); margin: 0; }
.bv-sechead a { font-size: 13.5px; font-weight: 800; color: var(--bv-accent); white-space: nowrap; background: var(--bv-accent-soft); border-radius: 999px; padding: 8px 16px; }
.bv-sechead a:hover { background: var(--bv-accent); color: #fff; }

/* ====== Product cards ====== */
.bv-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
@media (max-width: 960px) { .bv-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 520px) { .bv-grid { grid-template-columns: 1fr 1fr; gap: 10px; } }

.bv-card { position: relative; background: var(--bv-surface); border: 1px solid var(--bv-line); border-radius: var(--bv-radius); padding: 12px; display: flex; flex-direction: column; transition: box-shadow .2s ease, transform .2s ease, border-color .2s; }
.bv-card:hover { box-shadow: var(--bv-shadow); transform: translateY(-3px); border-color: transparent; }
.bv-card-img { position: relative; border-radius: var(--bv-radius-sm); overflow: hidden; background: var(--bv-tile); aspect-ratio: 1 / 1; margin-bottom: 12px; }
.bv-card-img img { width: 100%; height: 100%; object-fit: cover; }
.bv-badge { position: absolute; top: 10px; left: 10px; z-index: 2; font-size: 11px; font-weight: 800; letter-spacing: .02em; padding: 4px 10px; border-radius: 999px; background: var(--bv-ink); color: #fff; }
.bv-badge--sale { background: var(--bv-rose); }
.bv-badge--best { background: var(--bv-amber); color: #3c2c00; }
.bv-card-cat { font-size: 11px; font-weight: 800; color: var(--bv-muted); text-transform: uppercase; letter-spacing: .07em; margin-bottom: 3px; }
.bv-card-title { font-size: 14.5px; font-weight: 700; line-height: 1.32; margin-bottom: 6px; flex: 1; }
.bv-card-title a:hover { color: var(--bv-accent); }
.bv-price { display: flex; align-items: baseline; gap: 8px; font-size: 16.5px; font-weight: 800; flex-wrap: wrap; }
.bv-price del { color: var(--bv-muted); font-weight: 600; font-size: 13px; }
.bv-price ins { text-decoration: none; color: var(--bv-accent); }
.bv-card-foot { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-top: 10px; }
.bv-card .bv-vat { font-size: 10.5px; color: var(--bv-muted); margin-top: 2px; }
.bv-addcart { display: inline-flex; align-items: center; justify-content: center; width: 42px; height: 42px; flex: none; background: var(--bv-accent); color: #fff !important; border-radius: 13px; border: 0; cursor: pointer; transition: background .15s, box-shadow .15s; padding: 0; box-shadow: 0 4px 12px rgba(110,91,230,.28); }
.bv-addcart:hover { background: var(--bv-accent-dark); }
.bv-addcart svg { width: 18px; height: 18px; }
.bv-addcart.loading { opacity: .5; pointer-events: none; }
.bv-addcart.added { background: var(--bv-green); }

/* ====== CTA banner (pre-footer) ====== */
.bv-cta { border-radius: var(--bv-radius-lg); background: var(--bv-grad); color: #fff; padding: 38px 42px; display: flex; align-items: center; justify-content: space-between; gap: 24px; position: relative; overflow: hidden; box-shadow: var(--bv-shadow-lg); }
.bv-cta::before { content: ""; position: absolute; right: 22%; top: -70px; width: 190px; height: 190px; border-radius: 50%; background: rgba(255,255,255,.13); }
.bv-cta::after { content: ""; position: absolute; right: -50px; bottom: -80px; width: 230px; height: 230px; border-radius: 50%; background: rgba(255,255,255,.10); }
.bv-cta h2 { font-size: clamp(21px, 2.6vw, 30px); margin: 0 0 6px; color: #fff; }
.bv-cta p { margin: 0; font-size: 14.5px; opacity: .93; max-width: 52ch; }
.bv-cta .bv-btn { position: relative; z-index: 2; flex: none; }
@media (max-width: 760px) { .bv-cta { flex-direction: column; align-items: flex-start; padding: 30px 26px; } }

/* ====== Feature strip ====== */
.bv-features { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.bv-feature { display: flex; gap: 13px; align-items: center; background: var(--bv-surface); border: 1px solid var(--bv-line); border-radius: var(--bv-radius); padding: 16px 18px; }
.bv-feature .ico { width: 44px; height: 44px; flex: none; border-radius: 14px; background: var(--bv-accent-soft); color: var(--bv-accent); display: flex; align-items: center; justify-content: center; }
.bv-feature .ico svg { width: 21px; height: 21px; }
.bv-feature .t { font-size: 13.5px; font-weight: 800; }
.bv-feature .d { font-size: 12px; color: var(--bv-muted); font-weight: 600; }
@media (max-width: 960px) { .bv-features { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 540px) { .bv-features { grid-template-columns: 1fr; } }

/* ====== Blog cards ====== */
.bv-posts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.bv-post { border: 1px solid var(--bv-line); border-radius: var(--bv-radius); overflow: hidden; background: var(--bv-surface); transition: box-shadow .2s, transform .2s; display: flex; flex-direction: column; }
.bv-post:hover { box-shadow: var(--bv-shadow); transform: translateY(-3px); }
.bv-post .img { aspect-ratio: 16 / 9; background: var(--bv-tile); overflow: hidden; }
.bv-post .img img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s; }
.bv-post:hover .img img { transform: scale(1.03); }
.bv-post .in { padding: 16px 18px 18px; display: flex; flex-direction: column; flex: 1; }
.bv-post .cat { font-size: 11px; font-weight: 800; color: var(--bv-accent); text-transform: uppercase; letter-spacing: .07em; margin-bottom: 6px; }
.bv-post .t { font-size: 16px; font-weight: 800; line-height: 1.32; margin-bottom: 8px; }
.bv-post .t a:hover { color: var(--bv-accent); }
.bv-post .x { font-size: 13.5px; color: var(--bv-ink-soft); line-height: 1.5; margin-bottom: 12px; flex: 1; }
.bv-post .meta { font-size: 12px; color: var(--bv-muted); font-weight: 600; }
@media (max-width: 860px) { .bv-posts { grid-template-columns: 1fr; } }

/* ====== Footer ====== */
.bv-footer { margin-top: 54px; background: var(--bv-surface); border-top: 1px solid var(--bv-line); }
.bv-footer-main { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 30px; padding: 44px 0 30px; }
.bv-footer h4 { font-size: 12.5px; text-transform: uppercase; letter-spacing: .1em; margin-bottom: 14px; color: var(--bv-muted); }
.bv-footer ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 9px; }
.bv-footer ul a { font-size: 14px; color: var(--bv-ink-soft); font-weight: 600; }
.bv-footer ul a:hover { color: var(--bv-accent); }
.bv-footer-brand p { font-size: 13.5px; color: var(--bv-ink-soft); max-width: 36ch; }
.bv-paychips { display: flex; gap: 7px; margin-top: 14px; flex-wrap: wrap; }
.bv-paychips span { font-size: 10.5px; font-weight: 800; letter-spacing: .04em; border: 1px solid var(--bv-line); border-radius: 8px; padding: 5px 10px; color: var(--bv-ink-soft); background: var(--bv-bg); }
.bv-footer-bottom { border-top: 1px solid var(--bv-line); padding: 16px 0 18px; display: flex; justify-content: space-between; gap: 14px; flex-wrap: wrap; font-size: 12.5px; color: var(--bv-muted); }
.bv-footer-bottom a:hover { color: var(--bv-accent); }
@media (max-width: 860px) { .bv-footer-main { grid-template-columns: 1fr 1fr; } }

/* ====== Consent banner ====== */
.bv-consent { position: fixed; left: 16px; right: 16px; bottom: 16px; z-index: 95; background: var(--bv-surface); color: var(--bv-ink); border: 1px solid var(--bv-line); border-radius: 18px; box-shadow: var(--bv-shadow-lg); max-width: 900px; margin: 0 auto; }
.bv-consent.show { display: block; }
.bv-consent-in { display: flex; align-items: center; gap: 22px; padding: 18px 22px; }
.bv-consent-txt strong { display: block; font-size: 15px; margin-bottom: 4px; }
.bv-consent-txt p { margin: 0; font-size: 12.5px; color: var(--bv-ink-soft); line-height: 1.5; }
.bv-consent-txt a { color: var(--bv-accent); text-decoration: underline; font-weight: 600; }
.bv-consent-actions { display: flex; gap: 8px; flex: none; flex-wrap: wrap; justify-content: flex-end; }
.bv-consent-actions .bv-btn { white-space: nowrap; }
@media (max-width: 720px) { .bv-consent-in { flex-direction: column; align-items: stretch; gap: 14px; } .bv-consent-actions { justify-content: stretch; } .bv-consent-actions .bv-btn { flex: 1; } }

/* Preferences modal */
.bv-consent-modal { position: fixed; inset: 0; z-index: 100; background: rgba(20,18,40,.55); backdrop-filter: blur(3px); display: none; align-items: center; justify-content: center; padding: 20px; }
.bv-consent-modal.show { display: flex; }
.bv-consent-dialog { background: var(--bv-surface); border-radius: 20px; box-shadow: var(--bv-shadow-lg); max-width: 560px; width: 100%; max-height: 88vh; overflow: auto; padding: 24px; }
.bv-consent-dialog-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 6px; }
.bv-consent-dialog-head h3 { font-size: 19px; margin: 0; }
.bv-consent-x { border: 0; background: var(--bv-tile); width: 34px; height: 34px; border-radius: 10px; font-size: 22px; line-height: 1; color: var(--bv-ink-soft); cursor: pointer; }
.bv-consent-x:hover { background: var(--bv-accent-soft); color: var(--bv-accent); }
.bv-consent-lead { font-size: 13px; color: var(--bv-ink-soft); margin-bottom: 16px; }
.bv-consent-cat { display: flex; align-items: flex-start; justify-content: space-between; gap: 16px; border: 1px solid var(--bv-line); border-radius: 14px; padding: 14px 16px; margin-bottom: 10px; }
.bv-consent-cat strong { display: block; font-size: 14px; margin-bottom: 3px; }
.bv-consent-cat span { font-size: 12px; color: var(--bv-muted); line-height: 1.45; }
.bv-consent-dialog-foot { display: flex; gap: 8px; flex-wrap: wrap; margin-top: 18px; }
.bv-consent-dialog-foot .bv-btn { flex: 1; white-space: nowrap; }

/* Toggle switch */
.bv-switch { position: relative; flex: none; width: 46px; height: 26px; display: inline-block; margin-top: 2px; }
.bv-switch input { position: absolute; opacity: 0; width: 0; height: 0; }
.bv-switch i { position: absolute; inset: 0; background: var(--bv-line); border-radius: 999px; transition: background .18s; cursor: pointer; }
.bv-switch i::before { content: ""; position: absolute; top: 3px; left: 3px; width: 20px; height: 20px; background: #fff; border-radius: 50%; box-shadow: 0 1px 3px rgba(0,0,0,.2); transition: transform .18s; }
.bv-switch input:checked + i { background: var(--bv-accent); }
.bv-switch input:checked + i::before { transform: translateX(20px); }
.bv-switch--locked i { background: var(--bv-accent); opacity: .5; cursor: not-allowed; }
.bv-switch--locked i::before { transform: translateX(20px); }

/* ====== Inner pages / content ====== */
.bv-page { padding: 36px 0 30px; }
.bv-page-head { margin-bottom: 26px; }
.bv-page-head h1 { font-size: clamp(26px, 3.4vw, 38px); }
.bv-page-head .sub { color: var(--bv-ink-soft); font-size: 16px; max-width: 66ch; }
.bv-panel { background: var(--bv-surface); border: 1px solid var(--bv-line); border-radius: var(--bv-radius); padding: clamp(20px, 3vw, 34px); }
.bv-content { max-width: 760px; }
.bv-content h2 { font-size: 23px; margin: 1.4em 0 .5em; }
.bv-content h3 { font-size: 18.5px; margin: 1.2em 0 .4em; }
.bv-content ul, .bv-content ol { padding-left: 22px; margin: 0 0 1.1em; }
.bv-content li { margin-bottom: .35em; }
.bv-content a { color: var(--bv-accent); font-weight: 700; }
.bv-content a:hover { text-decoration: underline; }
.bv-content table { width: 100%; border-collapse: collapse; margin: 0 0 1.3em; font-size: 14.5px; background: #fff; }
.bv-content th, .bv-content td { border: 1px solid var(--bv-line); padding: 9px 12px; text-align: left; vertical-align: top; }
.bv-content th { background: var(--bv-tile); font-weight: 700; }
.bv-content img { border-radius: 14px; }
.bv-content blockquote { border-left: 3px solid var(--bv-accent); margin: 0 0 1.2em; padding: 6px 0 6px 18px; color: var(--bv-ink-soft); background: var(--bv-accent-soft); border-radius: 0 12px 12px 0; padding: 12px 16px 12px 18px; }

/* Blog listing */
.bv-bloglist { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
@media (max-width: 860px) { .bv-bloglist { grid-template-columns: 1fr; } }
.bv-pagination { display: flex; gap: 6px; margin: 30px 0 10px; flex-wrap: wrap; }
.bv-pagination .page-numbers { display: inline-flex; align-items: center; justify-content: center; min-width: 40px; height: 40px; padding: 0 8px; border: 1px solid var(--bv-line); border-radius: 999px; font-size: 14px; font-weight: 700; color: var(--bv-ink-soft); background: #fff; }
.bv-pagination .page-numbers.current { background: var(--bv-accent); color: #fff; border-color: var(--bv-accent); }
.bv-pagination a.page-numbers:hover { border-color: var(--bv-accent); color: var(--bv-accent); }

/* Single post */
.bv-single-head { max-width: 780px; margin-bottom: 22px; }
.bv-single-head .cat { color: var(--bv-accent); font-weight: 800; font-size: 12px; text-transform: uppercase; letter-spacing: .07em; background: var(--bv-accent-soft); border-radius: 999px; padding: 5px 13px; display: inline-block; }
.bv-single-head h1 { font-size: clamp(26px, 3.4vw, 37px); margin: 12px 0 10px; }
.bv-single-head .meta { color: var(--bv-muted); font-size: 13px; font-weight: 600; }
.bv-single-fig { max-width: 900px; margin: 0 0 28px; }
.bv-single-fig img { border-radius: var(--bv-radius); width: 100%; }
.bv-related { margin-top: 44px; }

/* Category chips */
.bv-catchips { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 24px; }
.bv-catchips a { font-size: 13px; font-weight: 700; border: 1.5px solid var(--bv-line); background: #fff; padding: 8px 16px; border-radius: 999px; color: var(--bv-ink-soft); }
.bv-catchips a:hover, .bv-catchips a.on { border-color: var(--bv-accent); color: #fff; background: var(--bv-accent); }

/* ====== WooCommerce overrides ====== */
.woocommerce .bv-wrap { padding-top: 6px; }
.woocommerce-breadcrumb { font-size: 12.5px !important; color: var(--bv-muted) !important; margin-bottom: 18px !important; }
.woocommerce-breadcrumb a { color: var(--bv-muted); }
.woocommerce-result-count { color: var(--bv-muted); font-size: 13.5px; }
.woocommerce-ordering select { border: 1.5px solid var(--bv-line); border-radius: 999px; padding: 9px 14px; font-family: var(--bv-font); font-size: 13.5px; background: #fff; }
.woocommerce-notices-wrapper .woocommerce-message,
.woocommerce-notices-wrapper .woocommerce-info,
.woocommerce-notices-wrapper .woocommerce-error,
.woocommerce-NoticeGroup .woocommerce-error {
  border-radius: 14px; border: 1px solid var(--bv-line); background: var(--bv-surface);
  color: var(--bv-ink); padding: 14px 18px !important; margin-bottom: 20px; list-style: none;
  border-top: 3px solid var(--bv-accent) !important;
}
.woocommerce-message::before, .woocommerce-info::before, .woocommerce-error::before,
p.cart-empty::before, .wc-block-components-notice-banner::before { display: none !important; content: none !important; }
.woocommerce-message, .woocommerce-info, .woocommerce-error, p.cart-empty { padding: 14px 18px !important; margin-left: 0; list-style: none; }
p.cart-empty.woocommerce-info { border: 1px solid var(--bv-line); border-top: 3px solid var(--bv-accent); border-radius: 14px; background: var(--bv-surface); color: var(--bv-ink); }
.woocommerce-error { border-top-color: var(--bv-rose) !important; }
.woocommerce-message .button, .woocommerce-info .button { background: var(--bv-ink); }

/* Single product */
.woocommerce div.product { display: grid; grid-template-columns: 1fr 1fr; gap: 40px 48px; align-items: start; padding: 10px 0 30px; position: relative; }
@media (max-width: 860px) { .woocommerce div.product { grid-template-columns: 1fr; gap: 24px; } }
.woocommerce div.product div.images, .woocommerce #content div.product div.images { width: 100% !important; float: none !important; margin: 0 !important; border: 1px solid var(--bv-line); border-radius: var(--bv-radius); overflow: hidden; background: var(--bv-tile); }
.woocommerce div.product div.images img { width: 100%; height: auto; }
.woocommerce div.product div.summary, .woocommerce #content div.product div.summary { width: 100% !important; float: none !important; margin: 0 !important; }
.woocommerce div.product .bv-tabs, .woocommerce div.product .related.products { grid-column: 1 / -1; }
.woocommerce span.onsale { position: absolute; top: 12px; left: 12px; z-index: 3; background: var(--bv-rose); color: #fff; font-size: 12px; font-weight: 800; min-height: 0; min-width: 0; line-height: 1; padding: 6px 12px; border-radius: 999px; margin: 0 !important; }
.woocommerce div.product div.images { position: relative; }
.woocommerce div.product p.price { font-size: 26px; font-weight: 800; color: var(--bv-ink); margin-bottom: 4px; }
.woocommerce div.product p.price del { color: var(--bv-muted); font-weight: 600; font-size: 17px; opacity: 1; }
.woocommerce div.product p.price ins { color: var(--bv-accent); text-decoration: none; font-weight: 800; }
.woocommerce div.product .product_title { font-size: clamp(24px, 3vw, 33px); margin-bottom: 10px; }
.woocommerce div.product .woocommerce-product-details__short-description { font-size: 15.5px; color: var(--bv-ink-soft); margin-bottom: 18px; }
.woocommerce div.product form.cart { display: flex; gap: 10px; margin: 0 0 20px; flex-wrap: wrap; }
.woocommerce div.product form.cart div.quantity { float: none; margin: 0; }
.woocommerce div.product form.cart .qty { width: 74px; height: 100%; min-height: 48px; border: 1.5px solid var(--bv-line); border-radius: var(--bv-radius-sm); text-align: center; font-size: 15px; font-weight: 700; font-family: var(--bv-font); }
.woocommerce div.product .product_meta { font-size: 13px; color: var(--bv-muted); margin-top: 14px; }
.woocommerce div.product .product_meta a { color: var(--bv-accent); font-weight: 700; }
.bv-vat { font-size: 12px; color: var(--bv-muted); }
.woocommerce div.product .bv-vat { margin-bottom: 18px; }
.woocommerce div.product .bv-vat a { text-decoration: underline; }
.single_add_to_cart_button { padding: 14px 30px !important; font-size: 15.5px !important; }
.bv-prod-usps { display: grid; gap: 9px; border: 1px solid var(--bv-line); border-radius: 14px; padding: 15px 17px; margin-bottom: 22px; background: var(--bv-surface); }
.bv-prod-usps span { display: flex; gap: 9px; align-items: center; font-size: 13.5px; color: var(--bv-ink-soft); font-weight: 600; }
.bv-prod-usps svg { width: 16px; height: 16px; color: var(--bv-green); flex: none; }
.bv-tabs { margin-top: 8px; }
.bv-tabs h2 { font-size: 21px; margin: 26px 0 12px; }
.bv-specs { width: 100%; border-collapse: collapse; font-size: 14.5px; background: var(--bv-surface); border-radius: 14px; overflow: hidden; border: 1px solid var(--bv-line); }
.bv-specs th, .bv-specs td { border-bottom: 1px solid var(--bv-line); padding: 11px 14px; text-align: left; }
.bv-specs tr:last-child th, .bv-specs tr:last-child td { border-bottom: 0; }
.bv-specs th { width: 42%; color: var(--bv-muted); font-weight: 700; background: var(--bv-tile); }
.related.products { margin-top: 40px; }
.related.products > h2 { font-size: 23px; margin-bottom: 18px; }

/* Cart */
.woocommerce-cart-form { margin-bottom: 24px; }
.woocommerce table.shop_table { border: 1px solid var(--bv-line) !important; border-radius: var(--bv-radius); border-collapse: separate !important; border-spacing: 0; overflow: hidden; background: var(--bv-surface); }
.woocommerce table.shop_table th, .woocommerce table.shop_table td { border-bottom: 1px solid var(--bv-line) !important; padding: 13px 14px !important; font-size: 14.5px; }
.woocommerce table.shop_table thead th { background: var(--bv-tile); font-size: 12px; text-transform: uppercase; letter-spacing: .06em; }
.woocommerce table.shop_table img { width: 64px; border-radius: 10px; background: var(--bv-tile); }
.woocommerce table.shop_table .product-name a { font-weight: 700; }
.woocommerce table.shop_table td.actions { background: var(--bv-tile); }
.woocommerce .quantity .qty { width: 66px; border: 1.5px solid var(--bv-line); border-radius: 10px; padding: 8px; text-align: center; font-family: var(--bv-font); }
.woocommerce a.remove { color: var(--bv-rose) !important; font-size: 22px; width: 26px; height: 26px; line-height: 24px; border-radius: 8px; }
.woocommerce a.remove:hover { background: var(--bv-rose) !important; }
.cart_totals { border: 1px solid var(--bv-line); border-radius: var(--bv-radius); padding: 20px 22px; background: var(--bv-surface); }
.cart_totals h2 { font-size: 19px; margin-bottom: 10px; }
.cart_totals table.shop_table { border: 0 !important; background: transparent; }
.wc-proceed-to-checkout .checkout-button { width: 100%; padding: 15px 20px !important; font-size: 16px !important; }
.woocommerce-cart-form td.actions .coupon { float: none !important; display: flex; gap: 10px; flex-wrap: wrap; align-items: stretch; margin-bottom: 10px; }
.woocommerce-cart-form td.actions .coupon .input-text {
  width: 230px !important; float: none !important; margin: 0 !important;
  border: 1.5px solid var(--bv-line) !important; border-radius: 999px; padding: 11px 16px !important;
  font-size: 14px; font-family: var(--bv-font); background: #fff; box-sizing: border-box; height: auto;
}
.woocommerce-cart-form td.actions .coupon .input-text:focus { outline: none; border-color: var(--bv-accent) !important; }
.woocommerce-cart-form td.actions > .button { float: right; }
.woocommerce table.shop_table td.product-name { overflow-wrap: anywhere; min-width: 140px; }
.woocommerce table.shop_table td, .woocommerce table.shop_table th { vertical-align: middle; }
.woocommerce-cart table.cart td.product-thumbnail { width: 84px; }
.woocommerce-cart .cart-collaterals { margin-top: 10px; }
.woocommerce-cart .cart-collaterals .cart_totals { width: 100%; max-width: 460px; margin-left: auto; float: none; }

/* Checkout */
.woocommerce-checkout .bv-page-head { margin-bottom: 12px; }
.woocommerce form .form-row label { font-size: 13px; font-weight: 700; margin-bottom: 4px; color: var(--bv-ink-soft); }
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea, .woocommerce form .form-row select,
.select2-container--default .select2-selection--single {
  border: 1.5px solid var(--bv-line) !important; border-radius: 12px !important; padding: 12px 14px !important;
  font-size: 14.5px; font-family: var(--bv-font); background: #fff; height: auto !important; line-height: 1.4 !important;
}
.woocommerce form .form-row input.input-text:focus, .woocommerce form .form-row textarea:focus { outline: none; border-color: var(--bv-accent) !important; box-shadow: 0 0 0 3px var(--bv-accent-soft); }
.select2-container--default .select2-selection__rendered { line-height: 1.4 !important; padding: 0 !important; }
.select2-container--default .select2-selection__arrow { height: 100% !important; }
#order_review_heading { font-size: 21px; margin: 26px 0 12px; }
#order_review { border: 1px solid var(--bv-line); border-radius: var(--bv-radius); padding: 20px; background: var(--bv-surface); }
#order_review table.shop_table { border: 0 !important; background: transparent; }
#payment { background: transparent !important; }
#payment ul.payment_methods { border-bottom: 1px solid var(--bv-line) !important; padding: 0 0 14px !important; }
#payment ul.payment_methods li { list-style: none; }
#payment div.payment_box { background: var(--bv-tile) !important; border: 1px solid var(--bv-line); border-radius: 12px; }
#payment div.payment_box::before { display: none; }
#place_order { width: 100%; padding: 15px 20px !important; font-size: 16px !important; background: var(--bv-accent) !important; }
#place_order:hover { background: var(--bv-accent-dark) !important; }
.woocommerce-privacy-policy-text { font-size: 12.5px; color: var(--bv-muted); }
.woocommerce-checkout .col2-set { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; width: 100%; }
.woocommerce-checkout .col2-set .col-1, .woocommerce-checkout .col2-set .col-2 { width: 100% !important; float: none !important; }
@media (max-width: 860px) { .woocommerce-checkout .col2-set { grid-template-columns: 1fr; } }
#order_review table.shop_table { font-size: 14px; }
#order_review table.shop_table td, #order_review table.shop_table th { padding: 10px 8px !important; }

/* Fake card fields */
.bv-cardform { display: grid; gap: 12px; }
.bv-cardform .row2 { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.bv-cardform label { font-size: 12.5px; font-weight: 700; color: var(--bv-ink-soft); display: block; margin-bottom: 4px; }
.bv-cardform input { width: 100%; border: 1.5px solid var(--bv-line); border-radius: 12px; padding: 12px 14px; font-size: 15px; font-family: var(--bv-font); letter-spacing: .04em; background: #fff; }
.bv-cardform input:focus { outline: none; border-color: var(--bv-accent); box-shadow: 0 0 0 3px var(--bv-accent-soft); }
.bv-cardform .hint { font-size: 11.5px; color: var(--bv-muted); display: flex; align-items: center; gap: 6px; }
.bv-cardform .hint svg { width: 13px; height: 13px; }

/* Payment-unavailable / lead form */
.bv-paynote { max-width: 640px; margin: 0 auto; text-align: center; padding: 30px 0 10px; }
.bv-paynote .ico { width: 68px; height: 68px; border-radius: 22px; background: var(--bv-accent-soft); color: var(--bv-accent); display: flex; align-items: center; justify-content: center; margin: 0 auto 18px; }
.bv-paynote .ico svg { width: 32px; height: 32px; }
.bv-paynote h1 { font-size: clamp(24px, 3vw, 32px); }
.bv-paynote .sub { color: var(--bv-ink-soft); font-size: 15.5px; margin-bottom: 26px; }
.bv-leadform { text-align: left; border: 1px solid var(--bv-line); border-radius: var(--bv-radius); padding: 26px; background: var(--bv-surface); box-shadow: var(--bv-shadow); display: grid; gap: 14px; }
.bv-leadform label { font-size: 13px; font-weight: 700; color: var(--bv-ink-soft); display: block; margin-bottom: 5px; }
.bv-leadform input { width: 100%; border: 1.5px solid var(--bv-line); border-radius: 12px; padding: 12px 14px; font-size: 15px; font-family: var(--bv-font); }
.bv-leadform input:focus { outline: none; border-color: var(--bv-accent); box-shadow: 0 0 0 3px var(--bv-accent-soft); }
.bv-leadform .bv-btn { width: 100%; }
.bv-leadform .privacy { font-size: 12px; color: var(--bv-muted); }
.bv-leadform .privacy a { text-decoration: underline; }
.bv-lead-ok { text-align: center; padding: 20px 10px; }
.bv-lead-ok .ico { width: 68px; height: 68px; border-radius: 22px; background: var(--bv-mint); color: var(--bv-green); display: flex; align-items: center; justify-content: center; margin: 0 auto 16px; }
.bv-lead-ok .ico svg { width: 32px; height: 32px; }

/* Thank you */
.woocommerce-order .woocommerce-thankyou-order-received { font-size: 21px; font-weight: 800; margin-bottom: 18px; }
.woocommerce ul.order_details { display: flex; flex-wrap: wrap; gap: 14px; list-style: none; padding: 18px; margin: 0 0 24px; border: 1px solid var(--bv-line); border-radius: var(--bv-radius); background: var(--bv-surface); }
.woocommerce ul.order_details li { border-right: 1px dashed var(--bv-line); padding-right: 14px; font-size: 12px; text-transform: uppercase; color: var(--bv-muted); }
.woocommerce ul.order_details li strong { display: block; font-size: 14.5px; color: var(--bv-ink); margin-top: 3px; }

/* Shop toolbar */
.bv-shop-head { display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap; margin-bottom: 16px; }
.bv-shop-head h1 { font-size: clamp(24px, 3vw, 33px); margin: 0; }
.woocommerce-result-count { float: left; margin: 8px 0 20px !important; }
.woocommerce-ordering { float: right; margin: 0 0 20px !important; }
.woocommerce-ordering select { min-width: 220px; appearance: auto; -webkit-appearance: menulist; }
.bv-grid { clear: both; }
.bv-catchips { clear: both; }

/* Woo pagination */
.woocommerce nav.woocommerce-pagination { clear: both; text-align: center; margin: 30px 0 10px; }
.woocommerce nav.woocommerce-pagination ul { display: inline-flex; gap: 6px; list-style: none; margin: 0; padding: 0; border: 0 !important; flex-wrap: wrap; }
.woocommerce nav.woocommerce-pagination ul li { border: 0 !important; margin: 0; }
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
  display: inline-flex; align-items: center; justify-content: center; min-width: 40px; height: 40px; padding: 0 10px;
  border: 1px solid var(--bv-line); border-radius: 999px; font-size: 14px; font-weight: 700; color: var(--bv-ink-soft); background: #fff;
}
.woocommerce nav.woocommerce-pagination ul li span.current { background: var(--bv-accent); color: #fff; border-color: var(--bv-accent); }
.woocommerce nav.woocommerce-pagination ul li a:hover { border-color: var(--bv-accent); color: var(--bv-accent); background: #fff; }

/* Content tables on mobile */
@media (max-width: 700px) {
  .bv-content table { display: block; overflow-x: auto; -webkit-overflow-scrolling: touch; }
  .bv-specs { display: block; overflow-x: auto; }
  .woocommerce table.shop_table { font-size: 13.5px; }
  .bv-hero-float { padding: 7px 10px 7px 7px; }
  .bv-hero-float img { width: 38px; height: 38px; }
  .bv-hero-float .t, .bv-hero-float .p { font-size: 11px; }
}

/* Utility */
.bv-mt0 { margin-top: 0 !important; }
.bv-center { text-align: center; }
.bv-hide { display: none !important; }
