/*
Theme Name: The Butcher House
Theme URI: https://thebutcherhouselasvegas.com
Author: Henys Pena Leyva / Ermis Media Production
Description: Custom theme for The Butcher House — Fine Mediterranean Cuts, Las Vegas. Premium butcher shop + BBQ e-commerce.
Version: 1.0.0
Requires PHP: 7.4
License: Proprietary
Text Domain: butcherhouse
*/

/* ── Brand tokens ─────────────────────────────────────────── */
:root {
  --bh-red: #B01F24;
  --bh-red-dark: #8C181C;
  --bh-dark: #1C1714;
  --bh-dark-2: #262019;
  --bh-cream: #F2EDE4;
  --bh-cream-2: #EFE8DC;
  --bh-gold: #E8A33D;
  --bh-text: #2A2320;
  --bh-muted: #6B5E52;
  --bh-border: #E2D8C8;
  --bh-radius: 12px;
  --bh-font: "Archivo", "Helvetica Neue", Arial, sans-serif;
  --bh-font-display: "Archivo Black", "Archivo", "Arial Black", sans-serif;
}

/* ── Reset & base ─────────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--bh-font);
  font-size: 16px;
  line-height: 1.6;
  color: var(--bh-text);
  background: var(--bh-cream);
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--bh-red); text-decoration: none; }
a:hover { color: var(--bh-red-dark); }
h1, h2, h3, h4, h5 { font-family: var(--bh-font-display); line-height: 1.15; margin: 0 0 .5em; color: var(--bh-dark); font-weight: 800; }
h1 { font-size: clamp(2rem, 4.5vw, 3.4rem); }
h2 { font-size: clamp(1.6rem, 3vw, 2.4rem); }
h3 { font-size: 1.25rem; }
p { margin: 0 0 1em; }
.bh-container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }
.bh-section { padding: 72px 0; }
.bh-kicker {
  display: inline-block; font-size: 12px; font-weight: 800; letter-spacing: .18em;
  text-transform: uppercase; color: var(--bh-gold); margin-bottom: 10px;
}
.bh-sub { color: var(--bh-muted); max-width: 640px; margin: 0 auto 8px; }
.bh-center { text-align: center; }

/* Buttons */
.bh-btn {
  display: inline-block; padding: 14px 30px; border-radius: 10px; font-weight: 800;
  font-size: 15px; letter-spacing: .02em; cursor: pointer; border: 2px solid transparent;
  transition: all .18s ease; text-align: center; line-height: 1.2;
}
.bh-btn-red { background: var(--bh-red); color: #fff !important; }
.bh-btn-red:hover { background: var(--bh-red-dark); transform: translateY(-1px); }
.bh-btn-outline { border-color: #fff; color: #fff !important; background: transparent; }
.bh-btn-outline:hover { background: rgba(255,255,255,.12); }
.bh-btn-dark { background: var(--bh-dark); color: #fff !important; }
.bh-btn-dark:hover { background: #000; }

/* ── Top bar ──────────────────────────────────────────────── */
.bh-topbar {
  background: var(--bh-dark); color: #D8CDBB; font-size: 13px; font-weight: 600;
}
.bh-topbar-inner {
  max-width: 1200px; margin: 0 auto; padding: 8px 24px;
  display: flex; justify-content: space-between; align-items: center; gap: 12px;
}
.bh-topbar a { color: var(--bh-gold); font-weight: 800; }
.bh-topbar a:hover { color: #fff; }
.bh-topbar .bh-hours { color: #C9BBA8; }

/* ── Header ───────────────────────────────────────────────── */
.bh-header {
  background: #fff; position: sticky; top: 0; z-index: 999;
  box-shadow: 0 2px 14px rgba(28,23,20,.08);
}
.bh-header-inner {
  max-width: 1200px; margin: 0 auto; padding: 10px 24px;
  display: flex; align-items: center; gap: 28px;
}
.bh-logo img { height: 62px; width: auto; }
.bh-nav { display: flex; align-items: center; gap: 4px; margin-left: auto; }
.bh-nav ul { list-style: none; margin: 0; padding: 0; display: flex; gap: 4px; align-items: center; }
.bh-nav li a {
  display: block; padding: 10px 14px; color: var(--bh-dark); font-weight: 700; font-size: 15px;
  border-radius: 8px;
}
.bh-nav li a:hover, .bh-nav li.current-menu-item > a { color: var(--bh-red); background: var(--bh-cream-2); }
.bh-header-actions { display: flex; align-items: center; gap: 12px; }
.bh-cart-link {
  position: relative; display: flex; align-items: center; justify-content: center;
  width: 44px; height: 44px; border-radius: 10px; background: var(--bh-cream-2);
  color: var(--bh-dark) !important; font-size: 20px;
}
.bh-cart-link:hover { background: var(--bh-border); }
.bh-cart-count {
  position: absolute; top: -5px; right: -5px; background: var(--bh-red); color: #fff;
  font-size: 11px; font-weight: 800; min-width: 19px; height: 19px; border-radius: 10px;
  display: flex; align-items: center; justify-content: center; padding: 0 5px;
}
.bh-order-btn { padding: 12px 22px; font-size: 14px; }

/* Mobile nav */
.bh-burger {
  display: none; background: none; border: 0; cursor: pointer; padding: 8px;
  flex-direction: column; gap: 5px;
}
.bh-burger span { width: 26px; height: 3px; background: var(--bh-dark); border-radius: 2px; transition: all .2s; }
@media (max-width: 920px) {
  .bh-burger { display: flex; }
  .bh-nav {
    display: none; position: absolute; top: 100%; left: 0; right: 0;
    background: #fff; box-shadow: 0 14px 24px rgba(0,0,0,.12); padding: 12px 24px 18px;
  }
  .bh-nav.open { display: block; }
  .bh-nav ul { flex-direction: column; align-items: stretch; gap: 0; }
  .bh-nav li a { padding: 13px 10px; font-size: 16px; border-bottom: 1px solid var(--bh-cream-2); }
  .bh-order-btn { display: none; }
  .bh-logo img { height: 52px; }
}

/* ── Hero ─────────────────────────────────────────────────── */
.bh-hero {
  position: relative; color: #fff; overflow: hidden; background: var(--bh-dark);
}
.bh-hero-bg {
  position: absolute; inset: 0; background-size: cover; background-position: center 30%;
  filter: brightness(.92);
}
.bh-hero-bg::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(100deg, rgba(15,10,8,.88) 0%, rgba(15,10,8,.62) 46%, rgba(15,10,8,.18) 100%);
}
.bh-hero-inner {
  position: relative; z-index: 2; max-width: 1200px; margin: 0 auto;
  padding: 110px 24px 120px; max-width: 1200px;
}
.bh-hero h1 { color: #fff; max-width: 640px; margin-bottom: 18px; }
.bh-hero h1 em { color: var(--bh-gold); font-style: normal; }
.bh-hero p.bh-lead { font-size: 18px; color: #EDE4D6; max-width: 540px; margin-bottom: 26px; }
.bh-hero-badges { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 30px; }
.bh-hero-badges span {
  background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.25);
  padding: 7px 15px; border-radius: 999px; font-size: 13px; font-weight: 700;
  backdrop-filter: blur(4px);
}
.bh-hero-cta { display: flex; gap: 14px; flex-wrap: wrap; }
@media (max-width: 640px) { .bh-hero-inner { padding: 72px 24px 84px; } }

/* ── Marquee ──────────────────────────────────────────────── */
.bh-marquee {
  background: var(--bh-red); color: #fff; overflow: hidden; padding: 12px 0;
  font-family: var(--bh-font-display); font-size: 14px; letter-spacing: .14em;
  text-transform: uppercase; white-space: nowrap;
}
.bh-marquee-track { display: inline-block; animation: bh-scroll 30s linear infinite; }
.bh-marquee-track span { margin: 0 18px; }
.bh-marquee-track .dot { color: var(--bh-gold); }
@keyframes bh-scroll { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* ── Category grid ────────────────────────────────────────── */
.bh-cats { background: var(--bh-cream); }
.bh-cat-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 44px;
}
.bh-cat-card {
  position: relative; border-radius: var(--bh-radius); overflow: hidden; aspect-ratio: 4/3;
  display: block; background: var(--bh-dark);
  box-shadow: 0 6px 18px rgba(28,23,20,.12); transition: transform .2s ease, box-shadow .2s ease;
}
.bh-cat-card:hover { transform: translateY(-4px); box-shadow: 0 14px 30px rgba(28,23,20,.2); }
.bh-cat-card img {
  position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover;
  transition: transform .35s ease;
}
.bh-cat-card:hover img { transform: scale(1.05); }
.bh-cat-card .bh-cat-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(15,10,8,0) 35%, rgba(15,10,8,.85) 100%);
}
.bh-cat-card .bh-cat-info {
  position: absolute; left: 0; right: 0; bottom: 0; padding: 18px 20px; z-index: 2;
}
.bh-cat-card h3 { color: #fff; margin: 0 0 3px; font-size: 1.3rem; text-decoration: none; }
.bh-cat-card small { color: #D8CDBB; font-size: 13px; font-weight: 600; }
.bh-cat-card .bh-cat-arrow {
  position: absolute; top: 14px; right: 14px; width: 36px; height: 36px; border-radius: 50%;
  background: rgba(255,255,255,.16); color: #fff; display: flex; align-items: center;
  justify-content: center; font-size: 17px; backdrop-filter: blur(4px); z-index: 2;
  transition: background .2s;
}
.bh-cat-card:hover .bh-cat-arrow { background: var(--bh-red); }
@media (max-width: 920px) { .bh-cat-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .bh-cat-grid { grid-template-columns: 1fr; } .bh-cat-card { aspect-ratio: 16/10; } }

/* ── Asado section ────────────────────────────────────────── */
.bh-asado { background: var(--bh-dark); color: #EDE4D6; }
.bh-asado .bh-kicker { color: var(--bh-gold); }
.bh-asado h2 { color: #fff; }
.bh-asado-grid {
  display: grid; grid-template-columns: 1.05fr .95fr; gap: 56px; align-items: center;
}
.bh-asado ul.bh-checks { list-style: none; margin: 0 0 28px; padding: 0; }
.bh-asado ul.bh-checks li {
  display: flex; gap: 12px; align-items: flex-start; padding: 9px 0; font-size: 16px;
}
.bh-asado ul.bh-checks li::before {
  content: "✔"; flex: 0 0 auto; width: 24px; height: 24px; border-radius: 50%;
  background: var(--bh-red); color: #fff; font-size: 12px; display: flex;
  align-items: center; justify-content: center; margin-top: 2px;
}
.bh-asado-img { border-radius: var(--bh-radius); overflow: hidden; box-shadow: 0 18px 40px rgba(0,0,0,.4); }
.bh-asado-img img { width: 100%; height: 100%; object-fit: cover; }
@media (max-width: 920px) { .bh-asado-grid { grid-template-columns: 1fr; gap: 32px; } }

/* ── Stats strip ──────────────────────────────────────────── */
.bh-stats { background: var(--bh-dark-2); border-top: 1px solid rgba(255,255,255,.07); }
.bh-stats-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; text-align: center;
  padding: 44px 0;
}
.bh-stats h4 { color: var(--bh-gold); font-size: 2rem; margin: 0 0 4px; }
.bh-stats p { color: #C9BBA8; font-size: 14px; margin: 0; }
@media (max-width: 720px) { .bh-stats-grid { grid-template-columns: repeat(2, 1fr); } }

/* ── Visit section ────────────────────────────────────────── */
.bh-visit-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center;
}
.bh-visit-img { border-radius: var(--bh-radius); overflow: hidden; box-shadow: 0 14px 34px rgba(28,23,20,.18); }
.bh-visit-info { list-style: none; margin: 0 0 26px; padding: 0; }
.bh-visit-info li { display: flex; gap: 14px; padding: 12px 0; border-bottom: 1px solid var(--bh-border); }
.bh-visit-info li:last-child { border-bottom: 0; }
.bh-visit-info .ico {
  flex: 0 0 auto; width: 42px; height: 42px; border-radius: 10px; background: var(--bh-cream-2);
  display: flex; align-items: center; justify-content: center; font-size: 19px;
}
.bh-visit-info strong { display: block; color: var(--bh-dark); }
.bh-visit-info span { color: var(--bh-muted); font-size: 15px; }
@media (max-width: 920px) { .bh-visit-grid { grid-template-columns: 1fr; gap: 32px; } }

/* ── CTA banner ───────────────────────────────────────────── */
.bh-cta-banner {
  background: linear-gradient(115deg, var(--bh-red) 0%, var(--bh-red-dark) 100%);
  color: #fff; text-align: center; padding: 64px 24px; border-radius: 0;
}
.bh-cta-banner h2 { color: #fff; margin-bottom: 10px; }
.bh-cta-banner p { color: #FBD9C9; max-width: 560px; margin: 0 auto 26px; }

/* ── Footer ───────────────────────────────────────────────── */
.bh-footer { background: var(--bh-dark); color: #C9BBA8; font-size: 14px; }
.bh-footer-grid {
  max-width: 1200px; margin: 0 auto; padding: 56px 24px 40px;
  display: grid; grid-template-columns: 1.4fr 1fr 1.2fr; gap: 44px;
}
.bh-footer h4 { color: #fff; font-size: 15px; letter-spacing: .1em; text-transform: uppercase; margin-bottom: 16px; }
.bh-footer ul { list-style: none; margin: 0; padding: 0; }
.bh-footer ul li { padding: 5px 0; }
.bh-footer a { color: #C9BBA8; }
.bh-footer a:hover { color: var(--bh-gold); }
.bh-footer-logo img { height: 74px; margin-bottom: 14px; }
.bh-footer-bottom {
  border-top: 1px solid rgba(255,255,255,.09); padding: 18px 24px; text-align: center;
  font-size: 13px; color: #8B7D6C;
}
.bh-footer-bottom a { color: #A99880; }
@media (max-width: 820px) { .bh-footer-grid { grid-template-columns: 1fr; gap: 30px; } }

/* ── Inner pages / WooCommerce wrapper ───────────────────── */
.bh-page-wrap { max-width: 1200px; margin: 0 auto; padding: 44px 24px 80px; }
.bh-page-title { margin-bottom: 26px; }
.bh-page-title h1 { font-size: clamp(1.8rem, 3.4vw, 2.6rem); }

/* WooCommerce tweaks to match brand */
.woocommerce ul.products li.product .woocommerce-loop-product__title { font-family: var(--bh-font-display); font-size: 15px; color: var(--bh-dark); }
.woocommerce ul.products li.product .price { color: var(--bh-red); font-weight: 800; }
.woocommerce ul.products li.product a.button,
.woocommerce a.button, .woocommerce button.button, .woocommerce input.button,
.woocommerce #respond input#submit,
.wp-block-button__link, .wc-block-components-button {
  background: var(--bh-red) !important; color: #fff !important; border-radius: 9px !important;
  font-weight: 800 !important;
}
.woocommerce a.button:hover, .woocommerce button.button:hover { background: var(--bh-red-dark) !important; }
.woocommerce ul.products li.product img { border-radius: 10px; }
.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current { background: var(--bh-red); color: #fff; }
.woocommerce .onsale { background: var(--bh-gold); color: var(--bh-dark); font-weight: 800; }

/* Shop grid: our own product grid since theme has no Woo grid CSS */
.woocommerce ul.products, .woocommerce ul.products.columns-3, .woocommerce ul.products.columns-4 {
  list-style: none; margin: 26px 0 40px; padding: 0;
  display: grid !important; grid-template-columns: repeat(4, 1fr); gap: 22px;
}
.woocommerce ul.products::before, .woocommerce ul.products::after { display: none !important; }
.woocommerce ul.products li.product {
  float: none !important; width: 100% !important; margin: 0 !important; clear: none !important;
  background: #fff; border: 1px solid var(--bh-border); border-radius: var(--bh-radius);
  padding: 14px 14px 16px; display: flex; flex-direction: column; gap: 8px;
  transition: transform .18s ease, box-shadow .18s ease; position: relative;
}
.woocommerce ul.products li.product:hover { transform: translateY(-3px); box-shadow: 0 10px 26px rgba(28,23,20,.12); }
.woocommerce ul.products li.product img { width: 100%; aspect-ratio: 1/1; object-fit: cover; border-radius: 10px; background: var(--bh-cream-2); }
.woocommerce ul.products li.product .woocommerce-loop-product__title { margin: 4px 0 0; }
.woocommerce ul.products li.product .price { margin: 0; font-size: 16px; }
.woocommerce ul.products li.product .button { margin-top: auto; width: 100%; padding: 11px 10px; text-align: center; }
/* hide bare/broken quick-view buttons (CloverPlugin injects an empty button) */
.woocommerce ul.products li.product > button:empty,
.woocommerce ul.products li.product .quick-view-button { display: none !important; }
@media (max-width: 1020px) { .woocommerce ul.products { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 760px) { .woocommerce ul.products { grid-template-columns: repeat(2, 1fr); gap: 14px; } }

/* Shop header row */
.woocommerce .woocommerce-result-count { color: var(--bh-muted); float: left; margin: 6px 0 0; }
.woocommerce .woocommerce-ordering { float: right; margin: 0 0 10px; }
.woocommerce .woocommerce-ordering select {
  padding: 10px 14px; border-radius: 9px; border: 1px solid var(--bh-border);
  background: #fff; font-family: inherit; font-weight: 600;
}
.woocommerce nav.woocommerce-pagination { text-align: center; clear: both; }
.woocommerce nav.woocommerce-pagination ul {
  display: inline-flex; gap: 6px; list-style: none; padding: 0; border: 0;
}
.woocommerce nav.woocommerce-pagination ul li { border: 0; }
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
  display: flex; align-items: center; justify-content: center; min-width: 40px; height: 40px;
  border-radius: 9px; background: #fff; border: 1px solid var(--bh-border);
  font-weight: 800; color: var(--bh-dark); padding: 0 10px;
}

/* Single product */
.woocommerce div.product .product_title { font-size: clamp(1.5rem, 3vw, 2.1rem); }
.woocommerce div.product p.price { color: var(--bh-red); font-size: 1.5rem; font-weight: 800; }
.woocommerce div.product form.cart .quantity .qty { padding: 10px; border-radius: 9px; border: 1px solid var(--bh-border); }

/* Blocks cart/checkout accent */
.wc-block-components-checkout-place-order-button { background: var(--bh-red) !important; }

/* wp core alignment helpers */
.alignwide { max-width: 1200px; margin-left: auto; margin-right: auto; }
.alignfull { width: 100%; }
.screen-reader-text {
  border: 0; clip: rect(1px,1px,1px,1px); clip-path: inset(50%); height: 1px;
  margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px;
}

/* ============================================================
   FLOATING SIDE CART (drawer)
   ============================================================ */
#bh-sidecart-overlay {
  position: fixed; inset: 0; background: rgba(20, 12, 10, 0.55);
  opacity: 0; visibility: hidden; transition: opacity .25s ease;
  z-index: 9998;
}
#bh-sidecart-overlay.open { opacity: 1; visibility: visible; }

#bh-sidecart {
  position: fixed; top: 0; right: -420px; width: 400px; max-width: 92vw;
  height: 100dvh; background: #FBF6EE; z-index: 9999;
  display: flex; flex-direction: column;
  box-shadow: -12px 0 40px rgba(0,0,0,.28);
  transition: right .3s cubic-bezier(.22,.9,.35,1);
}
#bh-sidecart.open { right: 0; }
#bh-sidecart.bh-sc-loading { opacity: .6; pointer-events: none; }
body.bh-sc-locked { overflow: hidden; }

.bh-sc-head {
  display: flex; align-items: center; justify-content: space-between;
  padding: 16px 20px; background: var(--bh-red, #B01F24); color: #fff;
}
.bh-sc-head h3 {
  margin: 0; font-family: 'Archivo Black', sans-serif; font-size: 1.05rem;
  color: #fff; letter-spacing: .5px; text-transform: uppercase;
}
.bh-sc-count { font-family: 'Archivo', sans-serif; font-weight: 600; font-size: .8rem; opacity: .85; margin-left: 6px; text-transform: none; }
.bh-sc-close {
  background: none; border: 0; color: #fff; font-size: 1.9rem; line-height: 1;
  cursor: pointer; padding: 0 4px;
}

.bh-sc-body { flex: 1; overflow-y: auto; padding: 12px 16px; }
.bh-sc-empty { text-align: center; padding: 48px 12px; color: #5a4f47; }
.bh-sc-empty p { font-size: 1.05rem; margin-bottom: 18px; }

.bh-sc-items { list-style: none; margin: 0; padding: 0; }
.bh-sc-item {
  display: flex; gap: 12px; align-items: flex-start;
  padding: 12px 0; border-bottom: 1px solid #e7ddd0;
}
.bh-sc-item-img img {
  width: 62px; height: 62px; object-fit: cover; border-radius: 8px;
  border: 1px solid #e7ddd0; background: #fff;
}
.bh-sc-item-info { flex: 1; min-width: 0; }
.bh-sc-item-name {
  display: block; font-weight: 700; font-size: .9rem; color: #1e1611;
  line-height: 1.25; margin-bottom: 2px;
}
.bh-sc-item-price { display: block; font-size: .8rem; color: #8a7a6d; margin-bottom: 6px; }
.bh-sc-item-total { font-weight: 800; color: var(--bh-red, #B01F24); font-size: .92rem; white-space: nowrap; }

.bh-sc-qty { display: flex; align-items: center; gap: 8px; }
.bh-sc-qty-minus, .bh-sc-qty-plus {
  width: 26px; height: 26px; border-radius: 6px; border: 1px solid #d9cbbb;
  background: #fff; color: #1e1611; font-size: 1rem; font-weight: 700;
  cursor: pointer; line-height: 1; display: inline-flex; align-items: center; justify-content: center;
}
.bh-sc-qty-minus:hover, .bh-sc-qty-plus:hover { background: var(--bh-red, #B01F24); color: #fff; border-color: var(--bh-red, #B01F24); }
.bh-sc-qty-val { min-width: 20px; text-align: center; font-weight: 700; font-size: .9rem; }
.bh-sc-remove {
  background: none; border: 0; color: #a4938a; font-size: .74rem; cursor: pointer;
  text-decoration: underline; margin-left: 6px; padding: 0;
}
.bh-sc-remove:hover { color: var(--bh-red, #B01F24); }

.bh-sc-foot {
  border-top: 2px solid #e7ddd0; padding: 14px 20px 18px; background: #fff;
}
.bh-sc-subtotal {
  display: flex; justify-content: space-between; align-items: center;
  font-size: 1rem; margin-bottom: 6px;
}
.bh-sc-subtotal span { color: #5a4f47; font-weight: 600; }
.bh-sc-subtotal-val { color: #1e1611; font-size: 1.15rem; }
.bh-sc-note { font-size: .74rem; color: #8a7a6d; margin: 0 0 12px; }
.bh-sc-btn {
  display: block; text-align: center; padding: 12px 16px; border-radius: 10px;
  font-weight: 800; text-decoration: none; font-size: .95rem; margin-bottom: 8px;
  transition: transform .12s ease, box-shadow .12s ease;
}
.bh-sc-btn:hover { transform: translateY(-1px); }
.bh-sc-btn-checkout { background: var(--bh-red, #B01F24); color: #fff !important; box-shadow: 0 6px 16px rgba(176,31,36,.3); }
.bh-sc-btn-cart { background: #f1e8da; color: #1e1611 !important; }
.bh-sc-call { font-size: .78rem; color: #5a4f47; text-align: center; margin: 4px 0 0; }
.bh-sc-call a { color: var(--bh-red, #B01F24); font-weight: 700; text-decoration: none; }

@media (max-width: 480px) {
  #bh-sidecart { width: 100vw; max-width: 100vw; right: -100vw; }
}
