:root {
  --bv-navy: #0f2d52;
  --bv-sky: #2f7fd1;
  --bv-sky-deep: #1d5fa8;
  --bv-ice: #eef4fa;
  --bv-ink: #16202c;
  --bv-muted: #5b6b7d;
  --bv-border: #dbe4ee;
  --bv-bg: #ffffff;
  --bv-radius: 10px;
  --bv-font: "Manrope", system-ui, -apple-system, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }

body {
  margin: 0;
  font-family: var(--bv-font);
  color: var(--bv-ink);
  background: var(--bv-bg);
  line-height: 1.6;
}

img { max-width: 100%; }
a { color: var(--bv-navy); }
h1, h2, h3 { letter-spacing: -0.02em; line-height: 1.12; }

.screen-reader-text {
  position: absolute !important;
  width: 1px; height: 1px; overflow: hidden; clip: rect(1px, 1px, 1px, 1px);
}

.bv-container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }
.bv-icon { flex: none; }

/* ---------- Trust bar ---------- */
.bv-trustbar { background: var(--bv-navy); color: #fff; font-size: 12px; }
.bv-trustbar__inner {
  display: flex; flex-wrap: wrap; gap: 10px 44px; justify-content: center; padding: 11px 24px;
}
.bv-trustbar span { display: inline-flex; align-items: center; gap: 8px; }
.bv-trustbar .bv-icon { width: 14px; height: 14px; }

/* ---------- Header ---------- */
.bv-header { position: sticky; top: 0; z-index: 40; background: #fff; }
.bv-header__inner { display: flex; align-items: center; justify-content: space-between; gap: 32px; padding-top: 18px; padding-bottom: 18px; }
.bv-wordmark { display: inline-flex; flex-direction: column; text-decoration: none; color: var(--bv-navy); line-height: 1; }
.bv-wordmark__name { font-size: 24px; font-weight: 800; letter-spacing: 0.16em; }
.bv-wordmark__name em { font-style: normal; color: var(--bv-sky); }
.bv-wordmark__tag {
  margin-top: 6px; padding-top: 6px; border-top: 1px solid rgba(15, 45, 82, 0.25);
  font-size: 7.5px; letter-spacing: 0.16em; text-transform: uppercase; opacity: 0.7;
}
.bv-nav__list { display: flex; gap: 26px; list-style: none; margin: 0; padding: 0; font-size: 14px; }
.bv-nav__list a { text-decoration: none; color: #2b3a4b; }
.bv-nav__list a:hover, .bv-nav__list .current-menu-item > a { color: var(--bv-navy); font-weight: 700; }
.bv-nav__list ul { display: none; }
.bv-header__actions { display: flex; align-items: center; gap: 18px; color: var(--bv-navy); }
.bv-iconlink { display: inline-flex; position: relative; color: var(--bv-navy); }
.bv-iconlink .bv-icon { width: 20px; height: 20px; }
.bv-cart__count {
  position: absolute; top: -7px; right: -8px; min-width: 16px; height: 16px;
  border-radius: 999px; background: var(--bv-navy); color: #fff; font-size: 9px;
  display: inline-flex; align-items: center; justify-content: center; padding: 0 4px;
}

/* ---------- Hero ---------- */
.bv-hero { position: relative; overflow: hidden; background-size: cover; background-position: center; }
.bv-hero__scrim {
  position: absolute; inset: 0;
  background: linear-gradient(to right, var(--bv-ice) 0%, rgba(238, 244, 250, 0.85) 45%, rgba(238, 244, 250, 0) 100%);
}
.bv-hero__inner {
  position: relative; display: grid; gap: 32px; align-items: center;
  grid-template-columns: 1fr 1.05fr; padding-top: 48px; padding-bottom: 24px;
}
.bv-eyebrow { font-size: 11px; letter-spacing: 0.26em; text-transform: uppercase; color: rgba(15, 45, 82, 0.6); margin: 0; }
.bv-eyebrow--light { color: var(--bv-sky); }
.bv-hero h1 { margin: 16px 0 0; font-size: clamp(34px, 5vw, 60px); font-weight: 800; color: var(--bv-navy); }
.bv-hero h1 span { color: var(--bv-sky-deep); }
.bv-hero__lede { margin: 20px 0 0; max-width: 30rem; font-size: 14px; color: #46566a; }
.bv-hero__cta { display: flex; flex-wrap: wrap; gap: 12px; margin: 28px 0 0; }
.bv-hero__art { position: relative; display: flex; align-items: flex-end; justify-content: center; gap: 12px; }
.bv-hero__art img { align-self: flex-end; }
.bv-hero__vial { width: auto; height: 400px; max-width: 42%; object-fit: contain; }
.bv-hero__vial--front { height: 440px; }
.bv-script {
  position: absolute; top: 18px; right: -6px; font-family: "Caveat", cursive;
  font-size: 26px; line-height: 1.15; color: var(--bv-sky-deep);
}
.bv-features { position: relative; display: grid; gap: 22px; grid-template-columns: repeat(4, 1fr); padding-top: 8px; padding-bottom: 32px; }
.bv-feature { display: flex; align-items: center; gap: 12px; color: var(--bv-navy); }
.bv-feature .bv-icon { width: 28px; height: 28px; stroke-width: 1.25; }
.bv-feature strong { display: block; font-size: 14px; }
.bv-feature small { display: block; font-size: 12px; color: var(--bv-muted); font-weight: 500; }

/* ---------- Buttons ---------- */
.bv-btn,
.woocommerce a.button, .woocommerce button.button, .woocommerce input.button,
.woocommerce #respond input#submit, .woocommerce a.button.alt, .woocommerce button.button.alt {
  display: inline-flex; align-items: center; gap: 8px; background: var(--bv-navy); color: #fff; border: 0;
  border-radius: var(--bv-radius); padding: 12px 24px; font-weight: 700; font-size: 14px;
  text-decoration: none; cursor: pointer; transition: opacity 0.2s ease;
}
.bv-btn:hover, .woocommerce a.button:hover, .woocommerce button.button:hover,
.woocommerce button.button.alt:hover { opacity: 0.9; color: #fff; background: var(--bv-navy); }
.bv-btn--lg { padding: 15px 28px; font-size: 15px; }
.bv-btn--ghost { background: #fff; color: var(--bv-navy); border: 1px solid rgba(15, 45, 82, 0.2); }
.bv-btn--ghost:hover { background: #fff; color: var(--bv-navy); opacity: 0.9; }
.bv-btn--light { background: #fff; color: var(--bv-navy); }
.bv-btn--light:hover { background: #fff; color: var(--bv-navy); }
.bv-btn--outline { background: transparent; border: 1px solid rgba(255, 255, 255, 0.55); color: #fff; }
.bv-btn--outline:hover { background: rgba(255, 255, 255, 0.08); color: #fff; }
.bv-textlink { display: inline-flex; align-items: center; gap: 8px; font-size: 14px; font-weight: 700; color: var(--bv-navy); text-decoration: none; }
.bv-textlink .bv-icon { width: 16px; height: 16px; }

/* ---------- Sections ---------- */
.bv-section { padding: 56px 0; }
.bv-section__head { display: flex; flex-wrap: wrap; align-items: flex-end; justify-content: space-between; gap: 16px; }
.bv-section__title { font-size: 24px; color: var(--bv-navy); margin: 0; }
.bv-section__more { margin-top: 28px; }
.bv-page { padding: 40px 0 64px; }
.bv-page__title { font-size: clamp(26px, 4vw, 40px); color: var(--bv-navy); margin: 0 0 18px; }
.bv-banner { background: linear-gradient(to bottom, var(--bv-ice), #fff); padding: 52px 0; }
.bv-prose p, .bv-prose li { color: #46566a; }
.bv-prose h2 { color: var(--bv-navy); margin-top: 32px; }
.bv-prose h3 { color: var(--bv-navy); margin-top: 22px; font-size: 17px; }
.bv-prose ul { padding-left: 20px; }
.bv-prose li { margin-bottom: 8px; }
.bv-prose { max-width: 820px; }


/* ---------- Category cards ---------- */
.bv-cats { display: grid; gap: 22px; grid-template-columns: repeat(3, 1fr); padding-top: 40px; padding-bottom: 16px; }
.bv-cat {
  display: flex; align-items: center; justify-content: space-between; gap: 12px;
  padding: 26px; border-radius: 14px; text-decoration: none; min-height: 220px;
  background: linear-gradient(to right, var(--bv-ice), #fff); overflow: hidden;
}
.bv-cat h2, .bv-cat h3 { margin: 0; max-width: 11rem; font-size: 18px; color: var(--bv-navy); }
.bv-cat p { margin: 12px 0 0; max-width: 10.5rem; font-size: 13px; color: var(--bv-muted); }
.bv-cat .bv-textlink { margin-top: 26px; }
.bv-cat__img { width: 40%; max-width: 150px; height: 165px; flex: none; object-fit: contain; object-position: bottom center; align-self: center; }
.bv-cats--mini { grid-template-columns: repeat(4, 1fr); }
.bv-cats--mini .bv-cat__img { height: 130px; width: 42%; max-width: 110px; }
.bv-cats--mini .bv-cat { min-height: 180px; padding: 20px; }

/* ---------- Dark band ---------- */
.bv-band { position: relative; overflow: hidden; background: var(--bv-navy); color: #fff; }
.bv-band__art { position: absolute; inset: 0 0 0 50%; }
.bv-band__art img { width: 100%; height: 100%; object-fit: cover; }
.bv-band__wedge {
  position: absolute; inset: 0 auto 0 -4px; width: 130px; background: var(--bv-navy);
  clip-path: polygon(0 0, 100% 0, 0 100%);
}
.bv-band__words {
  position: absolute; inset: 0 32px 0 auto; display: flex; flex-direction: column;
  justify-content: center; gap: 16px; text-align: right;
  font-size: 13px; letter-spacing: 0.24em; text-transform: uppercase;
}
.bv-band__copy { position: relative; padding: 64px 24px; max-width: 620px; margin-left: max(24px, calc((100vw - 1200px) / 2)); }
.bv-band__copy h2 { margin: 18px 0 0; font-size: clamp(28px, 4vw, 44px); }
.bv-band__copy p { max-width: 28rem; font-size: 14px; opacity: 0.78; }
.bv-band__copy .bv-btn { margin-top: 26px; }

/* ---------- Trust row ---------- */
.bv-trustrow { background: var(--bv-ice); }
.bv-trustrow .bv-features { padding: 26px 24px; }

/* ---------- Knowledge band ---------- */
.bv-knowledge { position: relative; overflow: hidden; background: var(--bv-navy); color: #fff; background-size: cover; background-position: right center; }
.bv-knowledge__scrim {
  position: absolute; inset: 0;
  background: linear-gradient(to right, var(--bv-navy) 0%, rgba(15, 45, 82, 0.92) 45%, rgba(15, 45, 82, 0.35) 100%);
}
.bv-knowledge__inner { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 32px; padding: 56px 24px; }
.bv-knowledge h2 { margin: 0; font-size: clamp(24px, 3vw, 32px); }
.bv-knowledge p { max-width: 28rem; font-size: 14px; opacity: 0.8; }
.bv-knowledge .bv-btn { margin-top: 22px; }
.bv-knowledge__words { display: flex; flex-direction: column; gap: 16px; font-size: 13px; letter-spacing: 0.24em; text-transform: uppercase; }

/* ---------- WooCommerce product cards ---------- */
.bv-products { margin-top: 32px; }
.woocommerce ul.products, .woocommerce-page ul.products {
  display: grid !important; gap: 20px; margin: 0; padding: 0; list-style: none; float: none;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.woocommerce ul.products.columns-6 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.woocommerce ul.products.columns-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.woocommerce ul.products.columns-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.woocommerce ul.products::before, .woocommerce ul.products::after { content: none !important; display: none !important; }

.woocommerce ul.products li.product {
  width: auto !important; margin: 0 !important; float: none !important; text-align: center;
  border: 1px solid var(--bv-border); border-radius: 12px; padding: 16px; background: #fff;
  display: flex; flex-direction: column; height: 100%;
}
.woocommerce ul.products { align-items: stretch; }
.woocommerce ul.products li.product .woocommerce-loop-product__link,
.woocommerce ul.products li.product > a:first-of-type {
  display: flex; flex-direction: column; align-items: center; justify-content: flex-start;
  gap: 8px; height: auto; flex: 1 1 auto; text-decoration: none;
}
.woocommerce ul.products li.product a img {
  width: auto; max-width: 100%; height: 190px; object-fit: contain; margin: 0 auto 4px; display: block;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
  font-size: 14px; color: var(--bv-navy); font-weight: 700; padding: 0; margin: 0; min-height: 2.6em;
}
.woocommerce ul.products li.product .price {
  color: var(--bv-ink); font-weight: 700; font-size: 14px; margin: 0;
}
.woocommerce ul.products li.product .price del { color: rgba(22, 32, 44, 0.45); font-weight: 500; }
.woocommerce ul.products li.product .button {
  display: block; width: 100%; text-align: center; font-size: 12px; padding: 11px 14px; margin: 12px 0 0;
}
.woocommerce ul.products li.product .screen-reader-text { position: absolute; left: -9999px; }

.woocommerce span.onsale {
  background: var(--bv-sky); border-radius: 6px; padding: 4px 10px; font-size: 11px; font-weight: 700;
  text-transform: uppercase; min-height: 0; min-width: 0; line-height: 1.6; top: 10px; left: 10px; right: auto; margin: 0;
}
.woocommerce div.product div.images img { max-height: 460px; width: auto; object-fit: contain; margin: 0 auto; }
.woocommerce div.product .product_title { color: var(--bv-navy); }

/* ---------- Single product conversion elements ---------- */
.bv-urgency { background: var(--bv-ice); border-radius: var(--bv-radius); padding: 10px 14px; font-size: 13px; font-weight: 600; color: var(--bv-navy); }
.bv-trustlist { list-style: none; padding: 0; margin: 18px 0 0; display: grid; gap: 8px; font-size: 13px; color: #46566a; }
.bv-trustlist li::before { content: "✓"; color: var(--bv-sky); font-weight: 700; margin-right: 8px; }
.bv-trustlist--checkout { margin-bottom: 18px; }

/* ---------- Variation size chips ---------- */
.woocommerce div.product form.cart .variations { margin-bottom: 14px; }
.woocommerce div.product form.cart .variations td,
.woocommerce div.product form.cart .variations th { border: 0; padding: 0 0 6px; display: block; width: auto; }
.woocommerce div.product form.cart .variations label { font-size: 12px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--bv-muted); font-weight: 700; }
.bv-select-hidden { position: absolute !important; width: 1px; height: 1px; opacity: 0; pointer-events: none; }
.bv-sizes { display: flex; flex-wrap: wrap; gap: 10px; margin: 4px 0 2px; }
.bv-size {
  font: inherit; font-size: 14px; font-weight: 700; cursor: pointer;
  padding: 10px 18px; border-radius: var(--bv-radius);
  border: 1px solid var(--bv-border); background: #fff; color: var(--bv-navy);
  transition: border-color 0.15s ease, background 0.15s ease;
}
.bv-size:hover { border-color: var(--bv-sky); }
.bv-size.is-active { background: var(--bv-navy); border-color: var(--bv-navy); color: #fff; }
.woocommerce div.product form.cart .reset_variations { display: none; }
.woocommerce div.product form.cart div.quantity { margin-right: 10px; }
.woocommerce div.product form.cart .button { padding: 14px 26px; font-size: 15px; }

/* ---------- Quantity box ---------- */
.woocommerce .quantity, .woocommerce-cart .quantity {
  display: inline-flex; align-items: center; overflow: hidden;
  border: 1px solid var(--bv-border); border-radius: var(--bv-radius); background: #fff;
}
.woocommerce .quantity input.qty {
  width: 66px; height: 46px; border: 0; background: transparent; text-align: center;
  font: inherit; font-size: 15px; font-weight: 700; color: var(--bv-navy); outline: none;
  -moz-appearance: textfield;
}
.woocommerce .quantity input.qty::-webkit-outer-spin-button,
.woocommerce .quantity input.qty::-webkit-inner-spin-button { opacity: 1; height: 34px; }
.woocommerce .quantity input.qty:focus { box-shadow: none; }
.woocommerce .quantity:focus-within { border-color: var(--bv-sky); }
.woocommerce table.cart td.product-quantity, .woocommerce-cart table.cart td.product-quantity { vertical-align: middle; }
.woocommerce form.cart { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; }
.woocommerce form.cart .variations, .woocommerce form.cart .woocommerce-variation-add-to-cart,
.woocommerce form.cart .single_variation_wrap { flex: 1 1 100%; }
.woocommerce form.cart .woocommerce-variation-add-to-cart { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; }

/* ---------- Cart / checkout ---------- */
.bv-freeship { background: var(--bv-ice); border-radius: var(--bv-radius); padding: 14px 16px; margin-bottom: 22px; font-size: 13px; color: var(--bv-navy); }
.bv-freeship p { margin: 0 0 8px; }
.bv-freeship__bar { display: block; height: 6px; background: #fff; border-radius: 999px; overflow: hidden; }
.bv-freeship__bar span { display: block; height: 100%; background: var(--bv-sky); }
.bv-research-check { font-size: 13px; margin-bottom: 14px; }
.bv-shop { padding: 40px 0 64px; }
.bv-disclaimer { margin-top: 40px; font-size: 12px; color: #62748c; }
.bv-cta { margin-top: 48px; background: var(--bv-ice); border-radius: var(--bv-radius); padding: 32px; }
.bv-cta h2 { margin-top: 0; color: var(--bv-navy); }

/* ---------- Footer ---------- */
.bv-footer { background: #fff; color: #46566a; font-size: 14px; border-top: 1px solid var(--bv-border); }
.bv-footer a { color: #46566a; text-decoration: none; }
.bv-footer a:hover { color: var(--bv-navy); }
.bv-footer__grid { display: grid; gap: 36px; grid-template-columns: 1.6fr 1fr 1fr 1fr; padding-top: 52px; padding-bottom: 44px; }
.bv-footer__brandcol .bv-wordmark { color: var(--bv-navy); }
.bv-wordmark--footer .bv-wordmark__tag { letter-spacing: 0.42em; }
.bv-footer__lede { font-size: 12px; color: var(--bv-muted); margin: 18px 0 0; }
.bv-footer__fine { font-size: 11px; color: #7a8a9c; margin-top: 14px; }
.bv-widget__title { color: var(--bv-navy); font-size: 14px; margin: 0 0 14px; }
.bv-footer__list { list-style: none; padding: 0; margin: 0; display: grid; gap: 8px; font-size: 12px; }
.bv-footer__list--plain { margin-top: 18px; color: var(--bv-muted); }
.bv-footer__news .bv-newsletter__form { display: flex; margin-top: 14px; border: 1px solid var(--bv-border); border-radius: var(--bv-radius); overflow: hidden; }
.bv-footer__news .bv-newsletter__form input { flex: 1; min-width: 0; border: 0; padding: 11px 12px; font: inherit; font-size: 12px; outline: none; }
.bv-footer__news .bv-newsletter__form button { background: var(--bv-navy); color: #fff; border: 0; padding: 0 14px; cursor: pointer; display: inline-flex; align-items: center; }
.bv-footer__baseouter { border-top: 1px solid var(--bv-border); }
.bv-footer__base { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 10px; padding-top: 20px; padding-bottom: 20px; font-size: 12px; color: #7a8a9c; }
.bv-footer__base p { margin: 0; }
.bv-nap { font-style: normal; line-height: 1.7; font-size: 12px; margin-top: 18px; }
.bv-nap strong { color: var(--bv-navy); }

/* ---------- Responsive ---------- */
@media (max-width: 1100px) {
  .woocommerce ul.products.columns-6 { grid-template-columns: repeat(3, 1fr); }
  .bv-footer__grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 900px) {
  .bv-nav { display: none; }
  .bv-hero__inner { grid-template-columns: 1fr; }
  .bv-hero__art { justify-content: flex-start; }
  .bv-hero__vial { height: 300px; }
  .bv-hero__vial--front { height: 330px; }
  .bv-script { display: none; }
  .bv-features { grid-template-columns: repeat(2, 1fr); }
  .bv-cats, .bv-cats--mini { grid-template-columns: 1fr; }
  .bv-band__art { display: none; }
  .bv-band__copy { margin-left: 0; }
  .bv-knowledge__words { display: none; }
  .woocommerce ul.products.columns-6, .woocommerce ul.products.columns-4, .woocommerce ul.products.columns-3 { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 640px) {
  .bv-footer__grid { grid-template-columns: 1fr; }
}

/* Certificates of analysis */
.bv-coapage { background: linear-gradient(to bottom, var(--bv-ice), #fff); padding: 44px 0 60px; }
.bv-coapage__inner { max-width: 940px; }
.bv-coahead { position: relative; overflow: hidden; background: var(--bv-navy); border-radius: 18px 18px 0 0; padding: 40px; }
.bv-coahead__glow { position: absolute; top: -80px; right: -80px; width: 260px; height: 260px; border-radius: 999px; background: rgba(96, 165, 250, 0.18); filter: blur(50px); }
.bv-coahead__body { position: relative; z-index: 1; }
.bv-coahead__crumbs { margin: 0 0 14px; font-size: 11px; font-weight: 600; letter-spacing: 0.22em; text-transform: uppercase; color: rgba(224, 242, 254, 0.55); }
.bv-coahead__dot { margin: 0 8px; }
.bv-coahead__now { color: #7dd3fc; }
.bv-coahead__title { margin: 0; color: #fff; font-size: clamp(26px, 3.6vw, 38px); letter-spacing: -0.01em; }
.bv-coahead__lede { margin: 12px 0 0; max-width: 520px; font-size: 14px; line-height: 1.7; color: rgba(224, 242, 254, 0.75); }
.bv-coacard { background: #fff; border: 1px solid #e2e8f0; border-top: 0; border-radius: 0 0 18px 18px; padding: 22px; box-shadow: 0 12px 34px rgba(15, 45, 82, 0.06); }
.bv-coa { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 12px; }
.bv-coa__row { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 15px 18px; border: 1px solid #eef2f7; border-radius: 12px; transition: background 0.2s, border-color 0.2s; }
.bv-coa__row:hover { border-color: #bae6fd; background: rgba(240, 249, 255, 0.6); }
.bv-coa__row.is-pending { background: rgba(248, 250, 252, 0.7); border-color: #f1f5f9; }
.bv-coa__id { display: inline-flex; align-items: center; gap: 14px; }
.bv-coa__tile { display: inline-flex; align-items: center; justify-content: center; width: 40px; height: 40px; border-radius: 10px; background: #e0f2fe; color: #0369a1; flex: 0 0 auto; transition: background 0.2s, color 0.2s; }
.bv-coa__tile svg { width: 20px; height: 20px; }
.bv-coa__row:hover .bv-coa__tile { background: var(--bv-navy); color: #fff; }
.bv-coa__row.is-pending .bv-coa__tile { background: #e2e8f0; color: #94a3b8; }
.bv-coa__text { display: flex; flex-direction: column; gap: 2px; }
.bv-coa__name { font-size: 16px; font-weight: 700; color: var(--bv-navy); }
.bv-coa__meta { font-size: 12px; color: #94a3b8; }
.bv-coa__action { display: inline-flex; align-items: center; gap: 18px; }
.bv-coa__pill { display: inline-flex; align-items: center; padding: 3px 10px; border-radius: 999px; background: #dcfce7; color: #166534; font-size: 11px; font-weight: 700; }
.bv-coa__link { display: inline-flex; align-items: center; gap: 8px; font-size: 14px; font-weight: 700; color: #0284c7; text-decoration: none; }
.bv-coa__link:hover { color: var(--bv-navy); }
.bv-coa__link svg { width: 16px; height: 16px; }
.bv-coa__pending { display: inline-flex; align-items: center; gap: 8px; padding: 7px 14px; border: 1px solid #e2e8f0; border-radius: 10px; background: #fff; color: #94a3b8; font-size: 13px; font-style: italic; font-weight: 500; }
.bv-coa__pending svg { width: 15px; height: 15px; }
.bv-coacard__note { margin: 26px 0 0; padding-top: 20px; border-top: 1px solid #f1f5f9; text-align: center; font-size: 12px; color: #94a3b8; }
.bv-coacard__note a { color: #0284c7; text-decoration: underline; }
.bv-coapage__prose { margin-top: 44px; }
@media (max-width: 640px) {
  .bv-coahead { padding: 28px 22px; }
  .bv-coacard { padding: 14px; }
  .bv-coa__row { flex-direction: column; align-items: flex-start; }
  .bv-coa__pill { display: none; }
}

/* ---------- Basket & Checkout (WooCommerce Blocks + classic) ---------- */
.woocommerce-cart .bv-banner { padding-bottom: 26px; }
.woocommerce-checkout .bv-banner { padding: 34px 0 24px; text-align: center; }
.woocommerce-checkout .bv-banner .bv-page__title { margin: 0; font-size: 30px; }
.woocommerce-cart .site-main, .woocommerce-checkout .site-main { background: linear-gradient(180deg, #f6f9fc 0%, #fff 60%); }
.woocommerce-cart .bv-page, .woocommerce-checkout .bv-page { max-width: 1200px; padding-top: 32px; }
.woocommerce-cart article.bv-prose, .woocommerce-checkout article.bv-prose,
.woocommerce-cart .entry-content, .woocommerce-checkout .entry-content {
  width: 100%; max-width: none; margin: 0 auto; padding: 0;
}
.woocommerce-cart .bv-cta, .woocommerce-checkout .bv-cta { display: none; }

.wp-block-woocommerce-cart, .wp-block-woocommerce-checkout { margin: 0 !important; }
.wc-block-components-main, .wc-block-cart__main { padding-right: 0 !important; }

/* WooCommerce Blocks ships percentage columns that become cramped inside a
   theme container. A grid keeps both columns readable and aligned. */
.woocommerce-checkout .wp-block-woocommerce-checkout {
  display: block !important;
}
.woocommerce-checkout .wc-block-components-sidebar-layout.wc-block-checkout {
  display: grid !important;
  grid-template-columns: minmax(0, 1.42fr) minmax(380px, 0.88fr);
  align-items: start;
  gap: 32px;
  width: 100% !important;
}
.woocommerce-checkout .wc-block-checkout__main,
.woocommerce-checkout .wc-block-checkout__sidebar,
.woocommerce-checkout .wc-block-components-main,
.woocommerce-checkout .wc-block-components-sidebar {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
}
.woocommerce-checkout .wc-block-checkout__main .wc-block-components-checkout-step {
  margin: 0 0 18px !important;
  padding: 28px !important;
  background: #fff;
  border: 1px solid #e2e8f0 !important;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(15, 45, 82, 0.04);
}
.woocommerce-checkout .wc-block-checkout__main .wc-block-components-checkout-step__container {
  padding-left: 0 !important;
}
.woocommerce-checkout .wc-block-checkout__main .wc-block-components-checkout-step__heading {
  margin: 0 0 18px !important;
}
.woocommerce-checkout .wc-block-checkout__sidebar {
  position: sticky;
  top: 112px;
  align-self: start;
}

/* Panels */
.wc-block-components-sidebar .wc-block-components-totals-wrapper,
.wc-block-components-order-summary,
.wp-block-woocommerce-checkout-order-summary-block,
.wc-block-cart__sidebar .wc-block-components-sidebar {
  background: #fff;
}
.wc-block-components-sidebar {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 28px !important;
  box-shadow: 0 14px 36px rgba(15, 45, 82, 0.07);
}
.wc-block-components-sidebar .wc-block-components-panel,
.wp-block-woocommerce-checkout-order-summary-block { border-color: #eef2f7 !important; }

/* Headings */
.wc-block-components-title, .wc-block-components-checkout-step__title,
.wc-block-cart__submit-container + *, .wc-block-components-order-summary__title {
  color: var(--bv-navy) !important;
  font-weight: 800 !important;
  letter-spacing: -0.01em;
}
.wc-block-components-checkout-step__description { color: #64748b !important; font-size: 13px !important; }
.wc-block-components-checkout-step { border-bottom: 1px solid #f1f5f9; padding-bottom: 22px; }
.wc-block-components-checkout-step:last-of-type { border-bottom: 0; }
.woocommerce-checkout .wc-block-components-checkout-step__title { font-size: 19px !important; }
.woocommerce-checkout .wc-block-components-order-summary__button-text { font-size: 19px; font-weight: 800; color: var(--bv-navy); }

/* Fields */
.wc-block-components-text-input input,
.wc-block-components-textarea,
.wc-block-components-combobox-control input.components-combobox-control__input,
.wc-block-components-form .wc-block-components-text-input input[type="text"],
.wc-block-components-country-input select,
.wc-block-components-state-input select {
  border: 1px solid #dbe3ec !important;
  border-radius: 10px !important;
  background: #fff !important;
  min-height: 52px;
  color: var(--bv-ink) !important;
  box-shadow: none !important;
}
.wc-block-components-text-input.is-active input:focus,
.wc-block-components-text-input input:focus,
.wc-block-components-textarea:focus {
  border-color: #38bdf8 !important;
  box-shadow: 0 0 0 3px rgba(56, 189, 248, 0.18) !important;
  outline: none !important;
}
.wc-block-components-text-input label, .wc-block-components-checkout-step label { color: #64748b !important; }

/* Buttons */
.wc-block-components-button:not(.is-link),
.wc-block-cart__submit-button,
.wc-block-components-checkout-place-order-button {
  background: var(--bv-navy) !important;
  border-radius: 10px !important;
  color: #fff !important;
  font-weight: 800 !important;
  letter-spacing: 0.02em;
  min-height: 54px;
  box-shadow: 0 10px 24px rgba(15, 45, 82, 0.18);
  transition: transform 0.15s, background 0.2s;
}
.wc-block-components-button:not(.is-link):hover,
.wc-block-cart__submit-button:hover,
.wc-block-components-checkout-place-order-button:hover { background: #123a68 !important; transform: translateY(-1px); }
.wc-block-components-button.is-link { color: #0284c7 !important; }

/* Line items */
.wc-block-cart-items, .wc-block-components-order-summary-item { color: var(--bv-ink); }
.wc-block-cart-items__header { background: #f6f9fc; color: #64748b !important; font-size: 12px !important; text-transform: uppercase; letter-spacing: 0.08em; border-radius: 10px; }
.wc-block-cart-items__row { border-bottom: 1px solid #f1f5f9 !important; }
.wc-block-cart-item__image img, .wc-block-components-order-summary-item__image img {
  width: 64px !important; max-width: 64px; height: 76px; object-fit: contain; background: #f6f9fc; border-radius: 10px; padding: 6px;
}
.wc-block-components-order-summary-item { grid-template-columns: 72px minmax(0, 1fr) auto !important; gap: 12px !important; }
.wc-block-components-order-summary-item__description { min-width: 0; }
.wc-block-components-order-summary-item__description .wc-block-components-product-name {
  display: block; overflow-wrap: normal; word-break: normal; line-height: 1.35;
}
.wc-block-components-order-summary-item__total-price { white-space: nowrap; }
.wc-block-components-product-name { color: var(--bv-navy) !important; font-weight: 700 !important; text-decoration: none !important; }
.wc-block-components-product-metadata { color: #94a3b8 !important; font-size: 12px !important; }
.wc-block-components-formatted-money-amount { font-weight: 700; color: var(--bv-ink); }
.wc-block-components-sale-badge { background: #dcfce7 !important; color: #166534 !important; border-radius: 999px !important; font-weight: 700; }

/* Quantity selector */
.wc-block-components-quantity-selector { border: 1px solid #dbe3ec !important; border-radius: 10px !important; overflow: hidden; background: #fff; }
.wc-block-components-quantity-selector input { color: var(--bv-ink) !important; font-weight: 700; }
.wc-block-components-quantity-selector__button { color: var(--bv-navy) !important; }
.wc-block-components-quantity-selector__button:hover { background: #f0f9ff !important; }

/* Totals */
.wc-block-components-totals-item { color: #475569; }
.wc-block-components-totals-footer-item, .wc-block-components-totals-footer-item .wc-block-components-totals-item__value {
  color: var(--bv-navy) !important; font-weight: 800 !important;
}
.wc-block-components-notice-banner { border-radius: 12px !important; }
.wc-block-components-shipping-rates-control__package { border-radius: 10px; }

/* Empty basket */
.wp-block-woocommerce-empty-cart-block { text-align: center; }
.wc-block-cart__empty-cart__title { color: var(--bv-navy) !important; }

@media (max-width: 900px) {
  .woocommerce-checkout .wc-block-components-sidebar-layout.wc-block-checkout { grid-template-columns: 1fr; gap: 18px; }
  .woocommerce-checkout .wc-block-checkout__sidebar { position: static; }
  .wc-block-components-sidebar { padding: 16px !important; }
}
@media (max-width: 640px) {
  .woocommerce-cart .bv-page, .woocommerce-checkout .bv-page { padding: 22px 14px 48px; }
  .woocommerce-checkout .wc-block-checkout__main .wc-block-components-checkout-step { padding: 18px !important; }
  .wc-block-components-order-summary-item { grid-template-columns: 58px minmax(0, 1fr) auto !important; gap: 8px !important; }
  .wc-block-cart-item__image img, .wc-block-components-order-summary-item__image img { width: 52px !important; height: 64px; }
}
