
@import url('https://fonts.googleapis.com/css2?family=Allura&family=Cormorant+Garamond:wght@400;500;600;700&family=Nunito+Sans:wght@400;500;600;700;800&display=swap');
:root{--brand:#b83342;--brand-dark:#7f1d2a;--ink:#251b1f;--cream:#fbf4ec;--secondary:#f8f4f1;--border:#eaded5;--muted:#746963;--white:#fff;--shadow:0 18px 45px rgba(31,37,38,.14)}
*{box-sizing:border-box}.bh-theme{font-family:'Nunito Sans',system-ui,-apple-system,Segoe UI,sans-serif;color:var(--ink);background:#fff}.bh-theme a{color:inherit;text-decoration:none}.bh-theme img{max-width:100%;height:auto}.container-page{width:min(1400px,calc(100% - 40px));margin-inline:auto}.font-script{font-family:'Allura',cursive}.font-display{font-family:'Cormorant Garamond',serif}.text-brand{color:var(--brand)}.bg-brand{background:var(--brand)}.bg-ink{background:var(--ink)}.bg-cream{background:var(--cream)}.bh-btn{display:inline-flex;align-items:center;justify-content:center;gap:.45rem;border-radius:999px;padding:13px 28px;font-weight:700;text-transform:uppercase;font-size:13px;letter-spacing:.08em;transition:.25s}.bh-btn-primary{background:var(--brand);color:#fff!important}.bh-btn-primary:hover{background:var(--brand-dark);color:#fff!important;transform:translateY(-1px)}.bh-btn-ghost{background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.35);color:#fff!important;backdrop-filter:blur(8px)}.bh-btn-ghost:hover{background:rgba(255,255,255,.2)}
.bh-topbar{background:var(--cream);font-size:12px;color:var(--muted);border-bottom:1px solid var(--border)}.bh-topbar .container-page{display:flex;align-items:center;justify-content:space-between;padding:8px 0;gap:15px}.bh-header{background:#fff;border-bottom:1px solid var(--border);position:sticky;top:0;z-index:50}.bh-head-main{display:flex;align-items:center;gap:24px;padding:16px 0}.bh-logo{line-height:1;flex-shrink:0}.bh-logo-main{display:block;font-family:'Allura',cursive;font-size:42px;color:var(--brand)}.bh-logo-sub{display:block;font-size:10px;letter-spacing:.3em;text-transform:uppercase;color:var(--muted);margin-top:-3px}.bh-search{flex:1;max-width:650px;margin-inline:auto;position:relative}.bh-search svg{position:absolute;left:14px;top:50%;transform:translateY(-50%);width:18px;height:18px;color:var(--muted)}.bh-search input{width:100%;padding:13px 18px 13px 42px;border-radius:999px;border:1px solid var(--border);background:rgba(247,244,242,.65);outline:none;transition:.2s}.bh-search input:focus{background:#fff;border-color:var(--brand)}.bh-head-actions{display:flex;align-items:center;gap:18px}.bh-action{display:flex;align-items:center;gap:8px;font-size:14px;font-weight:600;transition:.2s}.bh-action:hover{color:var(--brand)}.bh-cart{position:relative}.bh-cart-count{position:absolute;right:-10px;top:-10px;background:var(--brand);color:#fff;border-radius:999px;height:20px;min-width:20px;padding:0 5px;display:grid;place-items:center;font-size:10px;font-weight:800}.bh-mobile-toggle{display:none;background:transparent;border:0;color:var(--brand)}
.bh-mega{background:var(--ink);color:#fff}.bh-mega-list{display:flex;align-items:center;gap:1px;margin:0;padding:0;list-style:none}.bh-mega-item{position:relative}.bh-mega-link{display:flex;align-items:center;gap:6px;padding:16px 20px;font-size:13px;font-weight:800;text-transform:uppercase;letter-spacing:.08em;transition:.2s}.bh-mega-link:hover{background:var(--brand);color:#fff}.bh-mega-panel{position:absolute;left:0;top:100%;width:min(1000px,95vw);background:#fff;color:var(--ink);box-shadow:var(--shadow);border-top:3px solid var(--brand);display:none;z-index:80}.bh-mega-item:hover .bh-mega-panel{display:block;animation:bhDrop .22s ease}.bh-mega-grid{display:grid;grid-template-columns:1fr 300px;gap:34px;padding:30px}.bh-mega-title{font-family:'Cormorant Garamond',serif;font-size:28px;color:var(--brand);margin:0 0 4px}.bh-mega-desc{color:var(--muted);font-size:14px;margin:0 0 20px}.bh-subcats{columns:2;list-style:none;margin:0;padding:0}.bh-subcats a{display:block;padding:9px 0;border-bottom:1px dashed var(--border);font-size:14px;transition:.2s}.bh-subcats a:hover{color:var(--brand);padding-left:5px}.bh-mega-img{height:190px;border-radius:10px;overflow:hidden;position:relative;display:block}.bh-mega-img img{width:100%;height:100%;object-fit:cover;transition:.5s}.bh-mega-img:hover img{transform:scale(1.06)}.bh-mega-img span{position:absolute;inset:auto 18px 18px 18px;color:#fff;font-family:'Cormorant Garamond',serif;font-size:21px;z-index:2}.bh-mega-img:after{content:"";position:absolute;inset:0;background:linear-gradient(to top,rgba(31,37,38,.8),transparent)}@keyframes bhDrop{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}
.bh-hero{background:var(--cream)}.bh-hero-grid{display:grid;grid-template-columns:1.4fr 1fr;gap:24px;padding:32px 0}.bh-hero-main{min-height:480px;border-radius:18px;overflow:hidden;position:relative;display:flex;align-items:center}.bh-hero-main img,.bh-tile img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform .7s}.bh-hero-main:hover img,.bh-tile:hover img{transform:scale(1.06)}.bh-hero-main:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(31,37,38,.82),rgba(31,37,38,.42),transparent)}.bh-hero-content{position:relative;z-index:2;max-width:580px;color:#fff;padding:56px}.bh-hero-content .font-script{font-size:34px;color:rgba(255,255,255,.9)}.bh-hero h1{font-family:'Cormorant Garamond',serif;font-size:clamp(42px,5vw,66px);line-height:1.05;margin:6px 0 18px}.bh-hero p{color:rgba(255,255,255,.86);line-height:1.7}.bh-hero-actions{display:flex;gap:12px;margin-top:28px}.bh-hero-side{display:grid;gap:24px}.bh-tile{position:relative;height:228px;border-radius:18px;overflow:hidden;color:#fff}.bh-tile:after{content:"";position:absolute;inset:0;background:linear-gradient(to top,rgba(31,37,38,.85),transparent)}.bh-tile-content{position:absolute;left:24px;right:24px;bottom:22px;z-index:2}.bh-tile h3{font-family:'Cormorant Garamond',serif;font-size:32px;margin:0}.bh-tile-line{width:48px;height:2px;background:var(--brand);margin-top:8px}.bh-section{padding:64px 0}.bh-section-head{text-align:center;margin-bottom:40px}.bh-section-head .font-script{font-size:34px}.bh-section-head h2{font-family:'Cormorant Garamond',serif;font-size:42px;margin:.1em 0}.bh-cat-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:16px}.bh-cat-card{text-align:center}.bh-cat-img{aspect-ratio:1;border-radius:999px;overflow:hidden;border:2px solid transparent;transition:.25s;margin-bottom:12px}.bh-cat-card:hover .bh-cat-img{border-color:var(--brand)}.bh-cat-img img{width:100%;height:100%;object-fit:cover;transition:.5s}.bh-cat-card:hover img{transform:scale(1.1)}.bh-cat-name{font-size:13px;font-weight:800;text-transform:uppercase;letter-spacing:.07em}.bh-bestseller-head{display:flex;align-items:end;justify-content:space-between;border-bottom:1px solid var(--border);padding-bottom:18px;margin-bottom:30px}.bh-bestseller-head h2{font-family:'Cormorant Garamond',serif;font-size:34px;margin:0}.bh-products-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.bh-product-card{background:#fff;border:1px solid var(--border);border-radius:12px;overflow:hidden;transition:.25s;position:relative}.bh-product-card:hover{box-shadow:var(--shadow);transform:translateY(-2px)}.bh-product-img{aspect-ratio:4/5;display:block;position:relative;overflow:hidden;background:var(--secondary)}.bh-product-img img{width:100%;height:100%;object-fit:cover;transition:.5s}.bh-product-card:hover .bh-product-img img{transform:scale(1.06)}.bh-badge{position:absolute;left:12px;top:12px;background:var(--brand);color:#fff;border-radius:5px;font-size:10px;text-transform:uppercase;letter-spacing:.08em;padding:5px 8px;z-index:2}.bh-badge.out{background:var(--ink)}.bh-product-info{padding:16px}.bh-product-cat{font-size:10px;text-transform:uppercase;letter-spacing:.18em;color:var(--muted);margin-bottom:6px}.bh-product-title{font-family:'Cormorant Garamond',serif;font-size:20px;line-height:1.15;display:block;transition:.2s}.bh-product-title:hover{color:var(--brand)}.bh-rating{display:flex;align-items:center;gap:5px;font-size:12px;color:var(--muted);margin-top:7px}.bh-stars{color:var(--brand);letter-spacing:1px}.bh-product-bottom{display:flex;align-items:center;justify-content:space-between;margin-top:14px}.bh-price{font-weight:800;color:var(--brand)}.bh-add{height:38px;width:38px;border-radius:999px;background:var(--brand);color:#fff;border:0;display:grid;place-items:center;cursor:pointer;transition:.2s}.bh-add:hover{background:var(--brand-dark)}.bh-trust{background:var(--ink);color:#fff;padding:40px 0;margin-top:64px}.bh-trust-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;text-align:center}.bh-trust-icon{color:var(--brand);margin:0 auto 8px;width:34px;height:34px}.bh-trust-title{font-family:'Cormorant Garamond',serif;font-size:20px}.bh-trust-sub{font-size:12px;color:rgba(255,255,255,.62)}.bh-reviews-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.bh-review{background:#fff;border:1px solid var(--border);border-radius:14px;padding:20px;transition:.25s}.bh-review:hover{box-shadow:var(--shadow)}.bh-review-top{display:flex;gap:12px;margin-bottom:12px}.bh-review img{width:58px;height:58px;border-radius:10px;object-fit:cover}.bh-about{background:var(--cream);padding:64px 0;text-align:center}.bh-about .container-page{max-width:760px}.bh-about h2{font-family:'Cormorant Garamond',serif;font-size:34px;margin:0 0 16px}.bh-page-hero{height:260px;position:relative;overflow:hidden;background:var(--ink);color:#fff}.bh-page-hero img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:.42}.bh-page-hero .container-page{position:relative;height:100%;display:flex;flex-direction:column;justify-content:center}.bh-page-hero h1{font-family:'Cormorant Garamond',serif;font-size:56px;margin:4px 0}.bh-shop-layout{display:grid;grid-template-columns:260px 1fr;gap:40px;padding:48px 0}.bh-sidebar-box{background:var(--cream);border-radius:12px;padding:22px}.bh-sidebar h3{font-family:'Cormorant Garamond',serif;font-size:22px;border-bottom:1px solid var(--border);padding-bottom:10px}.bh-sidebar ul{list-style:none;margin:0;padding:0}.bh-sidebar a{display:block;padding:7px 0;font-size:14px}.bh-sidebar a:hover{color:var(--brand)}.bh-shop-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.bh-single{display:grid;grid-template-columns:1fr 1fr;gap:48px;padding-bottom:48px}.bh-single-image{aspect-ratio:1;border-radius:18px;overflow:hidden;background:var(--cream)}.bh-single-image img{width:100%;height:100%;object-fit:cover}.bh-single h1{font-family:'Cormorant Garamond',serif;font-size:50px;line-height:1.08;margin:0}.bh-single-price{font-family:'Cormorant Garamond',serif;font-size:34px;color:var(--brand);margin-top:20px}.bh-qty-cart{display:flex;gap:15px;margin-top:30px}.quantity input{border:1px solid var(--border);border-radius:999px;padding:13px 5px;width:80px;text-align:center}.single_add_to_cart_button,.button.alt{border:0!important;border-radius:999px!important;background:var(--brand)!important;color:#fff!important;padding:14px 30px!important;text-transform:uppercase;font-weight:800!important;letter-spacing:.08em}.bh-single-benefits{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:28px}.bh-single-benefit{background:var(--cream);border-radius:10px;padding:14px;text-align:center;font-size:12px}.bh-contact-grid{display:grid;grid-template-columns:1fr 1.2fr;gap:42px;padding:54px 0}.bh-contact-card{background:#fff;border:1px solid var(--border);border-radius:16px;padding:22px;margin-bottom:16px}.bh-form{background:#fff;border:1px solid var(--border);border-radius:16px;padding:32px}.bh-form h3{font-family:'Cormorant Garamond',serif;font-size:28px;margin-top:0}.bh-form label{display:block;margin-bottom:14px}.bh-form span{display:block;font-size:11px;text-transform:uppercase;letter-spacing:.12em;color:var(--muted);margin-bottom:6px}.bh-form input,.bh-form textarea,.bh-form select{width:100%;border:1px solid var(--border);border-radius:10px;padding:12px 14px;outline:none}.bh-form input:focus,.bh-form textarea:focus{border-color:var(--brand)}.bh-form-msg{margin-top:12px;font-weight:700}.bh-footer{background:var(--ink);color:rgba(255,255,255,.84);margin-top:80px}.bh-footer-grid{display:grid;grid-template-columns:1.1fr 1fr 1.1fr 1fr;gap:42px;padding:56px 0}.bh-footer h4{font-family:'Cormorant Garamond',serif;font-size:22px;color:#fff;margin:0 0 18px}.bh-footer ul{list-style:none;margin:0;padding:0}.bh-footer li{margin:9px 0}.bh-footer a{color:rgba(255,255,255,.7);transition:.2s}.bh-footer a:hover{color:var(--brand)}.bh-socials{display:flex;gap:12px;margin-top:20px}.bh-socials a{width:40px;height:40px;border-radius:999px;background:rgba(255,255,255,.1);display:grid;place-items:center;color:#fff}.bh-socials a:hover{background:var(--brand);color:#fff}.bh-footer-bottom{border-top:1px solid rgba(255,255,255,.1);text-align:center;color:rgba(255,255,255,.5);font-size:12px;padding:20px 0}.bh-options-wrap{max-width:1200px}.bh-options-shell{background:#fff;border:1px solid #dcdcde;border-radius:16px;box-shadow:0 12px 30px rgba(0,0,0,.06);overflow:hidden}.bh-options-head{background:linear-gradient(135deg,#1f2526,#303a3b);color:#fff;padding:26px 30px}.bh-options-head h1{margin:0;font-size:26px}.bh-options-tabs{display:flex;gap:0;background:#f6f7f7;border-bottom:1px solid #dcdcde}.bh-options-tab{padding:14px 18px;font-weight:700;border-right:1px solid #dcdcde}.bh-options-body{padding:26px 30px}.bh-field{margin:0 0 20px}.bh-field label{display:block;font-weight:700;margin-bottom:8px}.bh-field input,.bh-field textarea,.bh-field select{width:100%;max-width:760px;border:1px solid #c3c4c7;border-radius:8px;padding:10px 12px}.bh-field textarea.code{font-family:Consolas,Monaco,monospace;background:#101517;color:#d7f8e8;min-height:170px}.bh-admin-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.bh-import-box{background:#fff7fb;border:1px solid #ffd4e4;border-radius:14px;padding:20px;margin-top:20px}
@media(max-width:960px){.bh-search,.bh-action span{display:none}.bh-mobile-toggle{display:block}.bh-mega{display:none}.bh-hero-grid,.bh-contact-grid,.bh-single,.bh-shop-layout{grid-template-columns:1fr}.bh-cat-grid{grid-template-columns:repeat(3,1fr)}.bh-products-grid,.bh-trust-grid,.bh-reviews-grid{grid-template-columns:repeat(2,1fr)}.bh-footer-grid{grid-template-columns:1fr 1fr}.bh-hero-content{padding:34px}.bh-hero-main{min-height:430px}}@media(max-width:640px){.container-page{width:min(100% - 24px,1180px)}.bh-topbar .container-page{display:block;text-align:center}.bh-cat-grid,.bh-products-grid,.bh-trust-grid,.bh-reviews-grid,.bh-footer-grid{grid-template-columns:1fr}.bh-hero-actions{flex-direction:column}.bh-bestseller-head{display:block}.bh-head-main{gap:14px}.bh-logo-main{font-size:34px}}


/* v2 fidelity / WooCommerce fixes */
.bh-theme .woocommerce ul.products{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:22px!important;margin:0!important;padding:0!important;list-style:none!important}.bh-theme .woocommerce ul.products li.product{width:auto!important;margin:0!important;float:none!important;clear:none!important}.bh-theme .bh-products-grid.products{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:22px!important}.bh-theme .bh-product-card{margin:0!important;list-style:none!important}.bh-product-img .woocommerce-placeholder{height:100%;object-fit:cover}.bh-product-img svg,.bh-add svg,.bh-action svg,.bh-mega-link svg{width:20px;height:20px;display:block}.bh-add svg{width:18px;height:18px}.bh-mega-link svg{width:14px;height:14px}.bh-mega{box-shadow:0 8px 20px rgba(37,27,31,.12)}.bh-mega-panel{left:0}.bh-mega-item:nth-last-child(-n+2) .bh-mega-panel{left:auto;right:0}.bh-subcats{columns:1;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));column-gap:28px}.bh-sidebar .bh-cat-parent{font-weight:800;color:var(--ink);padding:10px 0 8px;border-bottom:1px solid var(--border);display:flex;align-items:center;justify-content:space-between}.bh-sidebar .bh-cat-parent.active,.bh-sidebar .bh-subcat a.active{color:var(--brand)}.bh-sidebar .bh-subcat-list{padding:8px 0 12px 14px!important;border-left:2px solid var(--border);margin-left:4px!important}.bh-sidebar .bh-subcat a{font-size:13px;padding:5px 0;color:var(--muted)}.bh-sidebar .bh-subcat a:hover{color:var(--brand);padding-left:4px}.bh-sidebar-box{border:1px solid var(--border)}.bh-shop-layout>div{min-width:0}.bh-shop-top .woocommerce-ordering select{border:1px solid var(--border);border-radius:999px;padding:10px 15px;background:#fff;color:var(--ink)}
.bh-cart-page{padding:54px 0}.bh-cart-title{font-family:'Cormorant Garamond',serif;font-size:46px;margin:0 0 6px}.bh-cart-subtitle{color:var(--muted);margin:0 0 32px}.bh-cart-layout{display:grid;grid-template-columns:1fr 380px;gap:32px;align-items:start}.bh-cart-items{display:grid;gap:12px}.bh-cart-row{display:grid;grid-template-columns:96px 1fr 120px 110px 40px;gap:18px;align-items:center;background:#fff;border:1px solid var(--border);border-radius:14px;padding:14px}.bh-cart-thumb img{width:96px;height:96px;border-radius:10px;object-fit:cover}.bh-cart-name{font-family:'Cormorant Garamond',serif;font-size:22px;font-weight:700}.bh-cart-meta{font-size:12px;color:var(--muted);text-transform:uppercase;letter-spacing:.08em}.bh-cart-price{font-weight:800;color:var(--brand);margin-top:4px}.bh-cart-qty .quantity input{width:82px!important;border-radius:999px!important}.bh-cart-total{text-align:right;font-weight:800}.bh-cart-remove a{display:grid;place-items:center;width:32px;height:32px;border-radius:999px;color:var(--muted)!important;background:var(--secondary)}.bh-cart-remove a:hover{background:var(--brand);color:#fff!important}.bh-cart-summary{background:var(--cream);border:1px solid var(--border);border-radius:18px;padding:24px;position:sticky;top:132px}.bh-cart-summary h3{font-family:'Cormorant Garamond',serif;font-size:30px;margin:0 0 18px}.bh-cart-summary .cart_totals{width:100%!important}.bh-cart-summary table{width:100%;border:0!important}.bh-cart-summary th,.bh-cart-summary td{border:0!important;padding:10px 0!important;background:transparent!important}.bh-cart-summary .order-total th,.bh-cart-summary .order-total td{border-top:1px solid var(--border)!important;font-size:20px;color:var(--brand)}.bh-cart-summary .wc-proceed-to-checkout a{display:block;text-align:center;background:var(--brand)!important;color:#fff!important;border-radius:999px!important;padding:14px 22px!important;text-transform:uppercase;font-size:13px;font-weight:800;letter-spacing:.08em}.bh-cart-summary .wc-proceed-to-checkout a:hover{background:var(--brand-dark)!important}.bh-cart-actions{display:flex;justify-content:space-between;align-items:center;margin-top:18px}.bh-cart-actions .button{border:0!important;border-radius:999px!important;background:var(--ink)!important;color:#fff!important;padding:12px 20px!important}.bh-cart-actions .button[name="update_cart"]{background:var(--brand)!important}.bh-empty-cart{background:var(--cream);border-radius:18px;text-align:center;padding:70px 24px}.bh-empty-cart svg{width:58px;height:58px;color:var(--brand);margin:0 auto 16px}.bh-empty-cart h2{font-family:'Cormorant Garamond',serif;font-size:32px;margin:0 0 8px}.bh-admin-modern{--adm-brand:#b83342;--adm-ink:#172022;--adm-border:#e5e7eb;max-width:1280px}.bh-admin-modern *{box-sizing:border-box}.bh-admin-card{background:#fff;border:1px solid var(--adm-border);border-radius:18px;box-shadow:0 18px 45px rgba(17,24,39,.08);overflow:hidden}.bh-admin-hero{padding:28px 32px;background:linear-gradient(135deg,#172022,#2e3638);color:#fff;display:flex;justify-content:space-between;gap:24px;align-items:center}.bh-admin-hero h1{color:#fff;margin:0;font-size:28px}.bh-admin-hero p{margin:8px 0 0;color:rgba(255,255,255,.72)}.bh-admin-badge{background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.22);padding:9px 14px;border-radius:999px;font-weight:800}.bh-admin-layout{display:grid;grid-template-columns:240px 1fr}.bh-admin-nav{background:#f9fafb;border-right:1px solid var(--adm-border);padding:18px}.bh-admin-nav a{display:flex;align-items:center;gap:8px;padding:12px 14px;border-radius:12px;text-decoration:none;color:#344054;font-weight:800;margin-bottom:6px}.bh-admin-nav a:hover,.bh-admin-nav a.active{background:#fff;color:var(--adm-brand);box-shadow:0 8px 22px rgba(17,24,39,.08)}.bh-admin-content{padding:28px 32px}.bh-admin-section{border:1px solid var(--adm-border);border-radius:16px;padding:22px;margin-bottom:22px;background:#fff}.bh-admin-section h2{margin:0 0 16px;font-size:21px}.bh-admin-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.bh-field{margin:0}.bh-field label{display:block;font-weight:800;margin-bottom:7px;color:#1f2937}.bh-field small{display:block;color:#667085;margin-top:6px}.bh-field input,.bh-field textarea,.bh-field select{width:100%;max-width:none;border:1px solid #d0d5dd;border-radius:12px;padding:12px 14px;background:#fff;box-shadow:0 1px 2px rgba(16,24,40,.04)}.bh-field input:focus,.bh-field textarea:focus{border-color:var(--adm-brand);box-shadow:0 0 0 3px rgba(184,51,66,.12);outline:none}.bh-code-editor{font-family:ui-monospace,SFMono-Regular,Consolas,monospace!important;background:#0b1113!important;color:#d7f8e8!important;min-height:190px!important;line-height:1.55}.bh-import-panel{background:linear-gradient(135deg,#fff7fb,#fff);border:1px solid #ffd4e4;border-radius:16px;padding:22px;margin-top:22px}.bh-import-panel .button-primary{background:var(--adm-brand)!important;border-color:var(--adm-brand)!important;border-radius:999px!important;padding:8px 18px!important;font-weight:800!important}.bh-admin-submit{position:sticky;bottom:0;background:#fff;border-top:1px solid var(--adm-border);padding:18px 32px;margin:22px -32px -28px;display:flex;justify-content:flex-end}.bh-admin-submit .button-primary{background:var(--adm-brand)!important;border-color:var(--adm-brand)!important;border-radius:999px!important;padding:8px 22px!important;font-weight:800!important}
@media(max-width:1100px){.bh-theme .woocommerce ul.products,.bh-theme .bh-products-grid.products,.bh-products-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}.bh-cart-layout{grid-template-columns:1fr}.bh-cart-summary{position:static}.bh-admin-layout{grid-template-columns:1fr}.bh-admin-nav{border-right:0;border-bottom:1px solid var(--adm-border);display:flex;flex-wrap:wrap}.bh-admin-nav a{margin:0 6px 6px 0}}@media(max-width:760px){.bh-theme .woocommerce ul.products,.bh-theme .bh-products-grid.products,.bh-products-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.bh-cart-row{grid-template-columns:78px 1fr;gap:12px}.bh-cart-thumb img{width:78px;height:78px}.bh-cart-qty,.bh-cart-total,.bh-cart-remove{grid-column:2}.bh-cart-total{text-align:left}.bh-admin-grid{grid-template-columns:1fr}}@media(max-width:480px){.bh-theme .woocommerce ul.products,.bh-theme .bh-products-grid.products,.bh-products-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}}

/* v3 grid/sidebar/Elementor import fixes */
.bh-shop-content{min-width:0;width:100%}.bh-shop-content .bh-products-grid.products,
.bh-main .woocommerce .bh-products-grid.products,
.bh-main .woocommerce ul.products,
.bh-main .elementor-widget-shortcode .woocommerce ul.products{
  display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:20px!important;width:100%!important;margin:0!important;padding:0!important;list-style:none!important;float:none!important;clear:both!important
}
.bh-main .woocommerce ul.products li.product,.bh-main .woocommerce-page ul.products li.product{width:auto!important;margin:0!important;float:none!important;clear:none!important;display:block!important}
.bh-main .woocommerce.columns-4,.bh-main>.woocommerce{width:min(1400px,calc(100% - 40px));margin:0 auto 56px!important}.bh-main .woocommerce.columns-4 .products{margin-top:0!important}
.bh-wc-section{padding-bottom:14px!important}.bh-wc-section+.woocommerce{margin-top:-18px!important}
.bh-product-card{height:100%;display:flex!important;flex-direction:column}.bh-product-card .bh-product-info{display:flex;flex-direction:column;flex:1}.bh-product-card .bh-product-bottom{margin-top:auto}.bh-product-img{aspect-ratio:4/5;width:100%;display:block;overflow:hidden;background:var(--secondary);position:relative}.bh-product-img img{width:100%!important;height:100%!important;object-fit:cover!important;display:block!important;transition:transform .5s}.bh-product-card:hover .bh-product-img img{transform:scale(1.05)}
.bh-sidebar svg,.bh-sidebar .bh-cat-parent svg,.bh-cat-tree svg{width:12px!important;height:12px!important;min-width:12px!important;max-width:12px!important;min-height:12px!important;max-height:12px!important;display:block!important;flex:0 0 12px!important;stroke-width:2!important}.bh-sidebar .bh-cat-tree,.bh-sidebar .bh-cat-tree ul{list-style:none!important;margin:0!important;padding:0!important}.bh-sidebar .bh-cat-tree li{list-style:none!important;margin:0!important}.bh-sidebar .bh-cat-parent{gap:8px}.bh-sidebar .bh-subcat-list{display:block!important}.bh-sidebar .bh-subcat-list a{display:block}.bh-sidebar-box svg{width:18px!important;height:18px!important}
.bh-main .product-category a{display:block;background:#fff;border:1px solid var(--border);border-radius:14px;overflow:hidden;text-align:center;transition:.25s}.bh-main .product-category a:hover{box-shadow:var(--shadow);transform:translateY(-2px)}.bh-main .product-category img{aspect-ratio:1/1;width:100%!important;height:auto!important;object-fit:cover}.bh-main .product-category h2,.bh-main .woocommerce-loop-category__title{font-family:'Cormorant Garamond',serif!important;font-size:22px!important;padding:14px!important;margin:0!important;color:var(--ink)!important}.bh-main .product-category mark{background:transparent;color:var(--brand)}
@media(max-width:1180px){.bh-shop-content .bh-products-grid.products,.bh-main .woocommerce .bh-products-grid.products,.bh-main .woocommerce ul.products,.bh-main .elementor-widget-shortcode .woocommerce ul.products{grid-template-columns:repeat(3,minmax(0,1fr))!important}}
@media(max-width:860px){.bh-shop-content .bh-products-grid.products,.bh-main .woocommerce .bh-products-grid.products,.bh-main .woocommerce ul.products,.bh-main .elementor-widget-shortcode .woocommerce ul.products{grid-template-columns:repeat(2,minmax(0,1fr))!important}.bh-main .woocommerce.columns-4,.bh-main>.woocommerce{width:min(100% - 24px,1400px)}}
@media(max-width:520px){.bh-shop-content .bh-products-grid.products,.bh-main .woocommerce .bh-products-grid.products,.bh-main .woocommerce ul.products,.bh-main .elementor-widget-shortcode .woocommerce ul.products{grid-template-columns:repeat(2,minmax(0,1fr))!important}}
/* v5 fixes: logos, social icons, mega images and robust WooCommerce grids */
.bh-logo-img{display:block;max-height:72px;width:auto;max-width:260px;object-fit:contain}.bh-footer-logo-img{display:block;max-height:90px;max-width:260px;width:auto;object-fit:contain;margin-bottom:14px}.bh-socials{display:flex;align-items:center;gap:10px}.bh-socials a{display:inline-grid!important;place-items:center!important;width:38px!important;height:38px!important;border-radius:999px!important;background:rgba(255,255,255,.08)!important;color:#fff!important;border:1px solid rgba(255,255,255,.12)!important;font-size:0!important;transition:.22s}.bh-socials a:hover{background:var(--brand)!important;border-color:var(--brand)!important;transform:translateY(-2px)}.bh-socials svg{width:18px!important;height:18px!important;display:block!important}.bh-mega-img img{display:block}.bh-theme .woocommerce ul.products,.bh-theme.woocommerce ul.products,.bh-theme .woocommerce-page ul.products,.bh-theme .elementor-shortcode .woocommerce ul.products,.bh-theme .elementor-widget-shortcode .woocommerce ul.products{display:grid!important;grid-template-columns:repeat(var(--bh-shop-columns,4),minmax(0,1fr))!important;gap:22px!important;list-style:none!important;margin:0!important;padding:0!important}.bh-theme .woocommerce ul.products li.product,.bh-theme.woocommerce ul.products li.product,.bh-theme .woocommerce-page ul.products li.product,.bh-theme .elementor-shortcode .woocommerce ul.products li.product,.bh-theme .elementor-widget-shortcode .woocommerce ul.products li.product{width:auto!important;max-width:none!important;min-width:0!important;float:none!important;margin:0!important;clear:none!important;display:block!important}.bh-theme .woocommerce ul.products:before,.bh-theme .woocommerce ul.products:after{display:none!important}.bh-theme .woocommerce ul.products li.product .bh-product-card{height:100%;display:flex;flex-direction:column}.bh-theme .woocommerce ul.products li.product .bh-product-info{flex:1;display:flex;flex-direction:column}.bh-theme .woocommerce ul.products li.product .bh-product-bottom{margin-top:auto}.bh-theme .bh-sidebar svg,.bh-theme .bh-cat-tree svg{width:12px!important;height:12px!important;max-width:12px!important;max-height:12px!important;min-width:12px!important;min-height:12px!important;flex:0 0 12px!important}@media(max-width:1180px){.bh-theme .woocommerce ul.products,.bh-theme.woocommerce ul.products,.bh-theme .woocommerce-page ul.products,.bh-theme .elementor-shortcode .woocommerce ul.products,.bh-theme .elementor-widget-shortcode .woocommerce ul.products{grid-template-columns:repeat(3,minmax(0,1fr))!important}}@media(max-width:860px){.bh-logo-img{max-height:58px}.bh-theme .woocommerce ul.products,.bh-theme.woocommerce ul.products,.bh-theme .woocommerce-page ul.products,.bh-theme .elementor-shortcode .woocommerce ul.products,.bh-theme .elementor-widget-shortcode .woocommerce ul.products{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media(max-width:520px){.bh-theme .woocommerce ul.products,.bh-theme.woocommerce ul.products,.bh-theme .woocommerce-page ul.products,.bh-theme .elementor-shortcode .woocommerce ul.products,.bh-theme .elementor-widget-shortcode .woocommerce ul.products{grid-template-columns:repeat(2,minmax(0,1fr))!important}}

/* v7 AJAX product search */
.bh-search{z-index:90}.bh-search.bh-search-active input{background:#fff;border-color:var(--brand);box-shadow:0 12px 30px rgba(31,37,38,.10)}
.bh-search-results{position:absolute;left:0;right:0;top:calc(100% + 10px);background:#fff;border:1px solid var(--border);border-radius:18px;box-shadow:0 24px 70px rgba(31,37,38,.18);padding:10px;display:none;z-index:120;max-height:520px;overflow:auto}.bh-search-active .bh-search-results{display:block;animation:bhSearchDrop .18s ease}.bh-search-loading .bh-search-results:before{content:'Buscando productos…';display:block;padding:16px;color:var(--muted);font-weight:700}.bh-search-empty{padding:18px;text-align:center;color:var(--muted);font-weight:700}.bh-search-item{display:grid;grid-template-columns:62px 1fr auto;gap:14px;align-items:center;padding:10px;border-radius:14px;transition:.18s}.bh-search-item:hover{background:var(--cream);transform:translateY(-1px)}.bh-search-thumb{width:62px;height:62px;border-radius:12px;overflow:hidden;background:var(--secondary);display:block}.bh-search-thumb img{width:100%;height:100%;object-fit:cover;display:block}.bh-search-title{font-family:'Cormorant Garamond',serif;font-size:19px;line-height:1.1;color:var(--ink);display:block}.bh-search-meta{display:flex;gap:8px;align-items:center;flex-wrap:wrap;margin-top:5px;color:var(--muted);font-size:12px}.bh-search-stock{font-weight:800;color:var(--brand)}.bh-search-price{font-weight:900;color:var(--brand);white-space:nowrap}.bh-search-price del{color:var(--muted);font-weight:600;margin-right:4px}.bh-search-price ins{text-decoration:none}.bh-search-footer{border-top:1px solid var(--border);margin-top:8px;padding:10px 8px 4px;display:flex;justify-content:center}.bh-search-more{display:inline-flex;align-items:center;gap:6px;color:var(--brand)!important;font-weight:900;text-transform:uppercase;letter-spacing:.08em;font-size:12px}.bh-search-more:hover{color:var(--brand-dark)!important}@keyframes bhSearchDrop{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}
@media(max-width:860px){.bh-search-results{position:fixed;left:12px;right:12px;top:105px;max-height:calc(100vh - 130px)}.bh-search-item{grid-template-columns:54px 1fr}.bh-search-price{grid-column:2;justify-self:start}.bh-search-thumb{width:54px;height:54px}}

/* v8 Woo account, checkout and dynamic BO megamenu */
.bh-wc-title{padding:48px 0 28px;text-align:center}.bh-wc-title h1{font-family:'Cormorant Garamond',serif;font-size:clamp(38px,5vw,72px);margin:6px 0;color:var(--ink)}.bh-wc-title p{color:var(--muted);max-width:720px;margin:0 auto;font-size:17px}.bh-account-layout{display:grid;grid-template-columns:300px minmax(0,1fr);gap:28px;margin-bottom:70px}.bh-account-nav-card,.bh-account-content-card,.bh-checkout-card{background:#fff;border:1px solid var(--border);border-radius:24px;box-shadow:var(--shadow);padding:24px}.bh-account-nav ul{list-style:none;margin:0;padding:0;display:grid;gap:8px}.bh-account-nav li a{display:flex;align-items:center;gap:10px;padding:13px 14px;border-radius:14px;color:var(--ink)!important;font-weight:800;text-decoration:none!important;transition:.2s}.bh-account-nav li.is-active a,.bh-account-nav li a:hover{background:var(--cream);color:var(--brand)!important}.bh-account-dot{width:8px;height:8px;border-radius:999px;background:var(--brand);opacity:.45}.bh-account-nav li.is-active .bh-account-dot{opacity:1}.bh-account-content-card .woocommerce-MyAccount-content{float:none!important;width:100%!important}.bh-account-content-card table,.bh-checkout-card table{border-collapse:separate;border-spacing:0;width:100%;border:1px solid var(--border);border-radius:16px;overflow:hidden}.bh-account-content-card th,.bh-account-content-card td,.bh-checkout-card th,.bh-checkout-card td{padding:14px;border-bottom:1px solid var(--border)}.bh-account-content-card .button,.bh-checkout-page .button,.bh-checkout-page button{border-radius:999px!important;background:var(--brand)!important;color:#fff!important;border:0!important;font-weight:900!important;padding:12px 20px!important;text-decoration:none!important}.bh-account-content-card input,.bh-account-content-card select,.bh-account-content-card textarea,.bh-checkout-page input,.bh-checkout-page select,.bh-checkout-page textarea{width:100%;border:1px solid var(--border)!important;border-radius:14px!important;padding:13px 14px!important;background:#fff!important;box-shadow:none!important}.bh-account-content-card label,.bh-checkout-page label{font-weight:800;color:var(--ink);margin-bottom:6px;display:block}.bh-checkout-layout{display:grid!important;grid-template-columns:minmax(0,1fr) 420px;gap:28px;align-items:start;margin-bottom:80px}.bh-checkout-summary .sticky{position:sticky;top:110px}.bh-checkout-card-head{display:flex;align-items:center;gap:12px;margin-bottom:20px}.bh-checkout-card-head span{width:38px;height:38px;border-radius:999px;display:grid;place-items:center;background:var(--brand);color:#fff;font-weight:900}.bh-checkout-card-head h2{font-family:'Cormorant Garamond',serif;font-size:30px;margin:0;color:var(--ink)}.bh-checkout-page #order_review_heading{font-size:18px;text-transform:uppercase;letter-spacing:.08em}.bh-checkout-page .woocommerce-checkout-review-order-table .product-name{font-weight:800}.bh-checkout-page .woocommerce-checkout-payment{background:var(--cream)!important;border-radius:18px!important;padding:16px!important}.bh-checkout-page .woocommerce-privacy-policy-text{font-size:13px;color:var(--muted)}.bh-wp-mega-list .bh-mega-panel{left:0;right:0}.bh-wp-mega-item .bh-mega-img{min-height:220px}.bh-empty-state,.bh-help-card{background:#fff8ed;border:1px solid #f0dfc5;border-radius:16px;padding:16px;color:#6f5630}.bh-menu-mega-list{display:grid;gap:18px}.bh-menu-mega-card{border:1px solid #e7e2da;background:#fff;border-radius:20px;padding:18px;box-shadow:0 10px 30px rgba(20,20,20,.04)}.bh-menu-mega-card-head{display:flex;justify-content:space-between;gap:16px;align-items:flex-start;margin-bottom:14px}.bh-menu-mega-card-head strong{font-size:17px}.bh-menu-mega-card-head small{display:block;color:#897d70;margin-top:3px;word-break:break-all}.bh-switch{display:inline-flex;align-items:center;gap:8px;font-weight:800}.bh-switch input{display:none}.bh-switch span{width:46px;height:26px;border-radius:999px;background:#d6d0c8;position:relative;display:inline-block;transition:.2s}.bh-switch span:before{content:'';position:absolute;width:20px;height:20px;border-radius:999px;background:#fff;left:3px;top:3px;transition:.2s;box-shadow:0 2px 7px rgba(0,0,0,.18)}.bh-switch input:checked+span{background:var(--brand,#b68b5e)}.bh-switch input:checked+span:before{transform:translateX(20px)}@media(max-width:980px){.bh-account-layout,.bh-checkout-layout{grid-template-columns:1fr}.bh-checkout-summary .sticky{position:static}}@media(max-width:640px){.bh-account-nav-card,.bh-account-content-card,.bh-checkout-card{padding:18px;border-radius:18px}.bh-wc-title{padding-top:34px}.bh-checkout-card-head h2{font-size:24px}}

/* v9 configurable home hero and categories */
.bh-hero-centered .bh-hero-grid{display:block}.bh-hero-centered .bh-hero-main{min-height:620px}.bh-hero-centered .bh-hero-main:after{content:'';position:absolute;inset:0;background:linear-gradient(90deg,rgba(31,37,38,.55),rgba(31,37,38,.18));z-index:1}.bh-hero-centered .bh-hero-content{max-width:760px;text-align:center;left:50%;transform:translate(-50%,-50%);align-items:center}.bh-hero-centered .bh-hero-actions{justify-content:center}.bh-hero-centered .bh-hero-side{display:none}.bh-hero-minimal .bh-hero-grid{grid-template-columns:1.05fr .95fr;align-items:center}.bh-hero-minimal .bh-hero-main{order:2;min-height:540px;border-radius:32px;overflow:hidden}.bh-hero-minimal .bh-hero-main:after{content:'';position:absolute;inset:0;background:linear-gradient(180deg,transparent,rgba(0,0,0,.2));z-index:1}.bh-hero-minimal .bh-hero-content{position:relative;left:auto;top:auto;transform:none;z-index:2;color:var(--ink);padding:50px 0;max-width:560px}.bh-hero-minimal .bh-hero-content h1,.bh-hero-minimal .bh-hero-content p{color:var(--ink)!important}.bh-hero-minimal .bh-hero-content .font-script{color:var(--brand)!important}.bh-hero-minimal .bh-hero-side{order:1;display:grid;gap:18px}.bh-home-cats .bh-cat-grid{grid-template-columns:repeat(var(--bh-home-cat-cols,5),minmax(0,1fr))!important}.bh-home-cats .bh-cat-card{position:relative;overflow:hidden}.bh-cat-arrow{display:block;margin-top:8px;color:var(--brand);font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.06em;opacity:0;transform:translateY(6px);transition:.22s}.bh-cat-card:hover .bh-cat-arrow{opacity:1;transform:none}.bh-cat-layout-masonry .bh-cat-grid{grid-auto-flow:dense;align-items:stretch}.bh-cat-layout-masonry .bh-cat-card:first-child{grid-column:span 2;grid-row:span 2}.bh-cat-layout-masonry .bh-cat-card:first-child .bh-cat-img{height:100%}.bh-cat-layout-masonry .bh-cat-card:first-child img{min-height:420px}.bh-cat-layout-compact .bh-cat-grid{display:flex!important;flex-wrap:wrap;gap:14px!important}.bh-cat-layout-compact .bh-cat-card{display:flex!important;align-items:center;gap:14px;min-width:230px;flex:1 1 230px;padding:12px}.bh-cat-layout-compact .bh-cat-img{width:82px!important;height:82px!important;flex:0 0 82px}.bh-cat-layout-compact .bh-cat-name{text-align:left}.bh-cat-layout-compact .bh-cat-arrow{opacity:1;transform:none}.bh-cat-layout-carousel .bh-cat-grid{display:flex!important;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:12px}.bh-cat-layout-carousel .bh-cat-card{min-width:245px;scroll-snap-align:start}.bh-cat-layout-carousel .bh-cat-grid::-webkit-scrollbar{height:8px}.bh-cat-layout-carousel .bh-cat-grid::-webkit-scrollbar-thumb{background:var(--brand);border-radius:999px}@media(max-width:1180px){.bh-home-cats .bh-cat-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}.bh-cat-layout-masonry .bh-cat-card:first-child{grid-column:span 1;grid-row:span 1}.bh-cat-layout-masonry .bh-cat-card:first-child img{min-height:0}}@media(max-width:760px){.bh-hero-minimal .bh-hero-grid{grid-template-columns:1fr}.bh-hero-minimal .bh-hero-main{order:1}.bh-hero-minimal .bh-hero-content{order:2;padding:26px 0}.bh-home-cats .bh-cat-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.bh-hero-centered .bh-hero-content{width:calc(100% - 32px)}}

/* === v10 responsive refinements === */
.bh-mobile-backdrop{display:none;position:fixed;inset:0;background:rgba(37,27,31,.46);z-index:88;backdrop-filter:blur(2px)}
.bh-mobile-close{display:none}
.bh-theme .bh-sidebar svg,.bh-theme .bh-cat-tree svg,.bh-theme .bh-cat-parent svg{width:14px!important;height:14px!important;max-width:14px!important;min-width:14px!important;flex:0 0 14px!important;display:inline-block!important}
.bh-theme .bh-cat-parent{display:flex!important;align-items:center;justify-content:space-between;gap:8px}
.bh-theme .bh-subcat-list{display:grid;gap:2px;margin:4px 0 10px 12px!important;padding-left:10px!important;border-left:1px solid var(--border)}
.bh-theme .bh-subcat-list a{font-size:13px!important;line-height:1.25;padding:5px 0!important}
.bh-theme .woocommerce ul.products,.bh-theme.woocommerce ul.products,.bh-theme .woocommerce-page ul.products,.bh-theme .bh-products-grid.products,.bh-products-grid{display:grid!important;grid-template-columns:repeat(var(--bh-catalog-cols,4),minmax(0,1fr))!important;gap:20px!important;float:none!important;clear:both!important;width:100%!important;margin:0!important;padding:0!important;list-style:none!important}
.bh-theme .woocommerce ul.products li.product,.bh-theme.woocommerce ul.products li.product,.bh-theme .woocommerce-page ul.products li.product,.bh-theme .bh-products-grid.products li.product,.bh-theme .products .product,.bh-theme .bh-products-grid.products .product{width:auto!important;float:none!important;clear:none!important;margin:0!important;display:flex!important;min-width:0!important}
.bh-theme .bh-product-card{width:100%!important;min-width:0!important}
.bh-home-cats .bh-cat-grid,.bh-cat-grid{min-width:0}
@media(max-width:1180px){
  .bh-theme .woocommerce ul.products,.bh-theme.woocommerce ul.products,.bh-theme .woocommerce-page ul.products,.bh-theme .bh-products-grid.products,.bh-products-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}
  .bh-head-main{gap:16px}.bh-action span:not(.bh-cart-count){display:none}.bh-search{max-width:none}
}
@media(max-width:900px){
  .container-page{width:min(100% - 28px,1400px)}
  .bh-topbar .container-page{justify-content:center;text-align:center}.bh-topbar .container-page span:nth-child(2){display:none}
  .bh-head-main{display:grid;grid-template-columns:42px 1fr auto;gap:10px;padding:10px 0}.bh-mobile-toggle{display:grid!important;place-items:center;width:42px;height:42px;border-radius:999px;background:var(--cream)!important}.bh-mobile-toggle svg{width:22px;height:22px}.bh-logo{text-align:center;justify-self:center}.bh-logo-main{font-size:32px}.bh-logo-sub{font-size:8px;letter-spacing:.22em}.bh-logo-img{max-height:42px;width:auto}.bh-head-actions{gap:10px;justify-self:end}.bh-action{width:38px;height:38px;display:grid;place-items:center;border-radius:999px;background:var(--cream)}.bh-action svg{width:18px;height:18px}.bh-cart span:not(.bh-cart-count){display:none!important}
  .bh-search{grid-column:1 / -1;grid-row:2;width:100%;order:3}.bh-search input{height:42px;padding-top:10px;padding-bottom:10px;font-size:14px;background:#fff}
  .bh-mega{position:fixed;left:0;top:0;bottom:0;width:min(88vw,380px);z-index:99;background:#fff;color:var(--ink);box-shadow:24px 0 70px rgba(0,0,0,.22);transform:translateX(-105%);transition:transform .28s ease;overflow:auto;padding:18px 0}.bh-mobile-menu-open .bh-mega{transform:translateX(0)}.bh-mobile-menu-open .bh-mobile-backdrop{display:block}.bh-mobile-menu-open{overflow:hidden}.bh-mega:before{content:'Menú';display:block;font-family:'Cormorant Garamond',serif;font-size:32px;color:var(--brand);padding:4px 22px 18px;border-bottom:1px solid var(--border)}.bh-mega-list{display:grid!important;gap:0}.bh-mega-link{color:var(--ink)!important;padding:15px 22px!important;border-bottom:1px solid var(--border);justify-content:space-between}.bh-mega-link:hover{background:var(--cream)!important;color:var(--brand)!important}.bh-mega-panel{position:static!important;display:block!important;width:100%!important;box-shadow:none!important;border-top:0!important;background:var(--cream)!important;animation:none!important}.bh-mega-grid{grid-template-columns:1fr!important;gap:12px!important;padding:16px 22px 20px!important}.bh-mega-title{font-size:24px}.bh-subcats{columns:1!important}.bh-subcats a{padding:8px 0!important}.bh-mega-img{height:150px!important}.bh-mega-item:not(.bh-mobile-expanded) .bh-mega-panel{display:none!important}.bh-mega-item.has-mega>.bh-mega-link:after{content:'+';font-size:20px;color:var(--brand)}.bh-mega-item.has-mega.bh-mobile-expanded>.bh-mega-link:after{content:'−'}
  .bh-hero-grid{grid-template-columns:1fr!important;gap:12px!important;padding:18px 0!important}.bh-hero-main{min-height:390px!important;border-radius:16px}.bh-hero-content{padding:28px!important;max-width:100%}.bh-hero h1{font-size:clamp(34px,10vw,48px)!important}.bh-hero p{font-size:14px;line-height:1.55}.bh-hero-actions{flex-wrap:wrap;gap:9px;margin-top:18px}.bh-btn{padding:11px 18px;font-size:11px}.bh-hero-side{grid-template-columns:1fr 1fr;gap:12px}.bh-tile{height:170px;border-radius:14px}.bh-tile-content{left:14px;right:14px;bottom:14px}.bh-tile h3{font-size:24px}.bh-section{padding:38px 0}.bh-section-head{margin-bottom:24px}.bh-section-head h2{font-size:32px}.bh-bestseller-head{align-items:flex-start;gap:12px;flex-direction:column}.bh-trust-grid,.bh-reviews-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:14px}.bh-shop-layout{grid-template-columns:1fr!important;gap:22px!important;padding:28px 0}.bh-sidebar{order:1}.bh-shop-content{order:2}.bh-sidebar-box{padding:16px!important}.bh-shop-top{gap:12px;align-items:flex-start;flex-direction:column}.bh-page-hero{height:190px}.bh-page-hero h1{font-size:38px}.bh-single{grid-template-columns:1fr!important;gap:24px}.bh-single h1{font-size:38px}.bh-single-benefits{grid-template-columns:1fr!important}.bh-footer-grid{grid-template-columns:1fr 1fr!important;gap:22px}.bh-checkout-layout,.bh-account-layout{grid-template-columns:1fr!important}
}
@media(max-width:640px){
  .bh-theme .woocommerce ul.products,.bh-theme.woocommerce ul.products,.bh-theme .woocommerce-page ul.products,.bh-theme .bh-products-grid.products,.bh-products-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important}
  .bh-home-cats .bh-cat-grid,.bh-cat-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important}.bh-cat-layout-compact .bh-cat-card{min-width:0;flex:1 1 calc(50% - 8px);display:block!important;text-align:center}.bh-cat-layout-compact .bh-cat-img{width:100%!important;height:auto!important;aspect-ratio:1!important}.bh-cat-name{font-size:11px;letter-spacing:.04em}.bh-cat-arrow{display:none}.bh-product-info{padding:11px!important}.bh-product-cat{font-size:9px;letter-spacing:.1em}.bh-product-title{font-size:16px!important}.bh-product-bottom{gap:8px;align-items:center}.bh-price{font-size:13px}.bh-add{width:34px;height:34px;flex:0 0 34px}.bh-add svg{width:16px;height:16px}.bh-product-img{aspect-ratio:1/1.12}.bh-hero-main{min-height:340px!important}.bh-hero-side{display:none!important}.bh-hero-content .font-script{font-size:28px!important}.bh-hero-actions .bh-btn{width:100%}.bh-trust-grid,.bh-reviews-grid{grid-template-columns:1fr!important}.bh-footer-grid{grid-template-columns:1fr!important}.bh-search-results{top:112px!important;left:10px!important;right:10px!important}.bh-search-item{grid-template-columns:50px 1fr!important;gap:10px}.bh-search-thumb{width:50px!important;height:50px!important}.bh-search-title{font-size:16px}.bh-search-price{grid-column:2;justify-self:start;font-size:13px}.bh-checkout-card,.bh-account-content-card,.bh-account-nav-card{padding:15px!important;border-radius:16px!important}
}
@media(max-width:380px){
  .container-page{width:min(100% - 20px,1400px)}.bh-logo-main{font-size:28px}.bh-product-title{font-size:15px!important}.bh-price{font-size:12px}.bh-theme .woocommerce ul.products,.bh-theme.woocommerce ul.products,.bh-theme .woocommerce-page ul.products,.bh-theme .bh-products-grid.products,.bh-products-grid{gap:10px!important}
}


/* v11: home options live + responsive fixes */
.bh-dynamic-home .woocommerce{width:100%;}
.bh-home-products-wrap .woocommerce ul.products{display:grid!important;grid-template-columns:repeat(var(--bh-shop-columns,4),minmax(0,1fr))!important;gap:22px!important;align-items:stretch!important;}
.bh-home-cats.bh-cat-layout-compact .bh-cat-grid{display:grid!important;grid-template-columns:repeat(var(--bh-home-cat-cols,5),minmax(0,1fr));gap:14px;}
.bh-home-cats.bh-cat-layout-compact .bh-cat-card{display:flex;align-items:center;gap:12px;min-height:96px;padding:12px;}
.bh-home-cats.bh-cat-layout-compact .bh-cat-img{width:64px;height:64px;min-width:64px;border-radius:999px;overflow:hidden;}
.bh-home-cats.bh-cat-layout-compact .bh-cat-img img{width:100%;height:100%;object-fit:cover;}
.bh-home-cats.bh-cat-layout-masonry .bh-cat-grid{display:grid!important;grid-template-columns:2fr repeat(3,1fr);grid-auto-rows:210px;gap:18px;}
.bh-home-cats.bh-cat-layout-masonry .bh-cat-card:first-child{grid-row:span 2;}
.bh-home-cats.bh-cat-layout-masonry .bh-cat-card,.bh-home-cats.bh-cat-layout-carousel .bh-cat-card{position:relative;overflow:hidden;}
.bh-home-cats.bh-cat-layout-carousel .bh-cat-grid{display:flex!important;overflow-x:auto;scroll-snap-type:x mandatory;gap:18px;padding-bottom:10px;}
.bh-home-cats.bh-cat-layout-carousel .bh-cat-card{flex:0 0 260px;scroll-snap-align:start;}
.bh-hero-centered .bh-hero-grid{display:block;}
.bh-hero-centered .bh-hero-main{min-height:620px;text-align:center;}
.bh-hero-centered .bh-hero-content{left:50%;transform:translateX(-50%);max-width:760px;align-items:center;}
.bh-hero-centered .bh-hero-side{display:none;}
.bh-hero-minimal .bh-hero-grid{grid-template-columns:1fr 1fr;}
.bh-hero-minimal .bh-hero-main{display:grid;grid-template-columns:1fr 1fr;background:var(--cream);}
.bh-hero-minimal .bh-hero-main img{position:relative;inset:auto;width:100%;height:100%;order:2;}
.bh-hero-minimal .bh-hero-main:before{display:none;}
.bh-hero-minimal .bh-hero-content{position:relative;inset:auto;padding:60px;display:flex;flex-direction:column;justify-content:center;color:var(--ink);}
.bh-hero-minimal .bh-hero-content p{color:var(--muted);}
.bh-hero-minimal .bh-hero-side{display:none;}
@media(max-width:860px){
  .bh-home-products-wrap .woocommerce ul.products{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important;}
  .bh-home-cats .bh-cat-grid,.bh-home-cats.bh-cat-layout-compact .bh-cat-grid,.bh-home-cats.bh-cat-layout-masonry .bh-cat-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;grid-auto-rows:auto!important;gap:12px!important;}
  .bh-home-cats.bh-cat-layout-masonry .bh-cat-card:first-child{grid-row:auto;}
  .bh-home-cats.bh-cat-layout-carousel .bh-cat-card{flex-basis:46%;}
  .bh-hero-centered .bh-hero-main{min-height:480px;}
  .bh-hero-minimal .bh-hero-grid,.bh-hero-minimal .bh-hero-main{grid-template-columns:1fr;}
  .bh-hero-minimal .bh-hero-main img{height:260px;order:0;}
  .bh-hero-minimal .bh-hero-content{padding:28px;}
}
@media(max-width:520px){
  .bh-home-products-wrap .woocommerce ul.products{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important;}
  .bh-home-cats .bh-cat-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;}
}

/* v12 mobile rebuild + product color swatches */
.bh-mobile-backdrop{display:none;position:fixed;inset:0;background:rgba(20,14,16,.46);z-index:998;border:0;padding:0}
.bh-mobile-menu-open .bh-mobile-backdrop{display:block!important}
.bh-color-swatches{display:flex;align-items:center;gap:5px;margin:8px 0 0;min-height:18px;flex-wrap:wrap}
.bh-swatch{width:16px;height:16px;border-radius:999px;background:var(--swatch,var(--brand));border:1px solid rgba(37,27,31,.16);box-shadow:0 0 0 2px #fff,0 0 0 3px rgba(37,27,31,.08);display:inline-flex;overflow:hidden;flex:0 0 16px}
.bh-swatch span{position:absolute!important;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}
.bh-product-card.product-type-variable .bh-add:not(.ajax_add_to_cart){border-radius:999px;width:auto;min-width:38px;padding:0 12px;font-size:0}
.bh-product-card.product-type-variable .bh-add:not(.ajax_add_to_cart):after{content:'Ver';font-size:11px;font-weight:800;color:inherit}
.bh-theme .woocommerce ul.products::before,.bh-theme .woocommerce ul.products::after{display:none!important;content:none!important}
.bh-theme .woocommerce ul.products li.product.bh-product-card,.bh-theme.woocommerce ul.products li.product.bh-product-card,.bh-theme .woocommerce-page ul.products li.product.bh-product-card{float:none!important;width:auto!important;margin:0!important;clear:none!important;display:flex!important;flex-direction:column!important;min-width:0!important}
.bh-product-card .bh-product-img img{width:100%!important;height:100%!important;object-fit:cover!important}
@media(max-width:1024px){
  .bh-topbar{font-size:11px}.bh-topbar .container-page{padding:7px 0}.bh-header{z-index:1000}.bh-head-main{display:grid!important;grid-template-columns:44px minmax(0,1fr) auto!important;grid-template-areas:'toggle logo actions' 'search search search';gap:10px!important;padding:10px 0!important}.bh-mobile-toggle{grid-area:toggle;display:inline-grid!important;place-items:center!important;width:44px!important;height:44px!important;border-radius:999px!important;background:var(--cream)!important;border:1px solid var(--border)!important;color:var(--brand)!important;position:relative!important;z-index:1002!important;cursor:pointer!important}.bh-mobile-toggle svg{display:block!important;width:23px!important;height:23px!important;stroke:currentColor!important}.bh-logo{grid-area:logo;justify-self:center;text-align:center;min-width:0}.bh-logo-main{font-size:32px!important}.bh-logo-sub{font-size:8px!important;letter-spacing:.18em!important;white-space:nowrap}.bh-logo-img{max-height:42px!important;width:auto!important}.bh-head-actions{grid-area:actions;justify-self:end;gap:8px!important}.bh-action{width:40px!important;height:40px!important;display:grid!important;place-items:center!important;border-radius:999px!important;background:var(--cream)!important;border:1px solid var(--border)!important;position:relative}.bh-action svg{width:18px!important;height:18px!important}.bh-action span:not(.bh-cart-count){display:none!important}.bh-cart-count{right:-4px!important;top:-6px!important}.bh-search{grid-area:search;max-width:none!important;width:100%!important;margin:0!important}.bh-search input{height:42px!important;font-size:14px!important;background:#fff!important}.bh-mega{position:fixed!important;left:0!important;top:0!important;bottom:0!important;width:min(86vw,390px)!important;background:#fff!important;color:var(--ink)!important;z-index:1001!important;overflow-y:auto!important;box-shadow:22px 0 70px rgba(0,0,0,.24)!important;transform:translateX(-110%)!important;transition:transform .28s ease!important;padding:0!important;border:0!important}.bh-mobile-menu-open .bh-mega{transform:translateX(0)!important}.bh-mega .container-page{width:100%!important;margin:0!important}.bh-mega:before{content:'Menú';display:flex;align-items:center;height:70px;padding:0 22px;border-bottom:1px solid var(--border);font-family:'Cormorant Garamond',serif;font-size:31px;color:var(--brand);background:#fff}.bh-mega-list{display:block!important;margin:0!important;padding:0!important}.bh-mega-item{display:block!important;position:relative!important}.bh-mega-link{display:flex!important;align-items:center!important;justify-content:space-between!important;color:var(--ink)!important;padding:16px 22px!important;border-bottom:1px solid var(--border)!important;background:#fff!important;font-size:13px!important}.bh-mega-link svg{width:16px!important;height:16px!important}.bh-mega-panel{position:static!important;width:100%!important;display:none!important;background:var(--cream)!important;color:var(--ink)!important;box-shadow:none!important;border:0!important}.bh-mega-item.bh-mobile-expanded>.bh-mega-panel{display:block!important}.bh-mega-grid{display:grid!important;grid-template-columns:1fr!important;gap:14px!important;padding:16px 22px 22px!important}.bh-mega-title{font-size:25px!important}.bh-mega-desc{font-size:13px!important}.bh-subcats{columns:1!important}.bh-subcats a{padding:9px 0!important}.bh-mega-img{height:150px!important}.bh-mega-item.has-mega>.bh-mega-link:after{content:'+';font-size:20px;color:var(--brand);margin-left:auto}.bh-mega-item.has-mega.bh-mobile-expanded>.bh-mega-link:after{content:'−'}.bh-mega-item.has-mega>.bh-mega-link>svg{display:none!important}
  .bh-main{overflow:hidden}.bh-section{padding:34px 0!important}.container-page{width:min(100% - 24px,1400px)!important}.bh-hero-grid{display:grid!important;grid-template-columns:1fr!important;gap:12px!important;padding:14px 0!important}.bh-hero-main{min-height:340px!important;border-radius:16px!important}.bh-hero-content{padding:24px!important;max-width:100%!important}.bh-hero h1{font-size:clamp(32px,9vw,48px)!important;line-height:1.02!important}.bh-hero p{font-size:14px!important;line-height:1.55!important}.bh-hero-actions{gap:8px!important;flex-wrap:wrap!important}.bh-hero-side{grid-template-columns:1fr 1fr!important;gap:10px!important}.bh-tile{height:150px!important;border-radius:14px!important}.bh-tile-content{left:14px!important;right:14px!important;bottom:14px!important}.bh-tile h3{font-size:22px!important}.bh-section-head h2{font-size:30px!important}.bh-shop-layout{grid-template-columns:1fr!important;gap:18px!important;padding:24px 0!important}.bh-sidebar{position:static!important;order:1}.bh-shop-content{order:2;min-width:0}.bh-sidebar svg,.bh-sidebar img{max-width:22px!important;max-height:22px!important;width:22px!important;height:22px!important}.bh-sidebar-box{padding:15px!important;border-radius:16px!important}.bh-shop-top{display:flex!important;flex-direction:column!important;align-items:flex-start!important;gap:10px!important}.bh-footer-grid{grid-template-columns:1fr 1fr!important;gap:20px!important}.bh-checkout-layout,.bh-account-layout,.bh-single{grid-template-columns:1fr!important;gap:20px!important}.bh-single h1{font-size:34px!important}
}
@media(max-width:767px){
  .bh-theme .woocommerce ul.products,.bh-theme.woocommerce ul.products,.bh-theme .woocommerce-page ul.products,.bh-theme .bh-products-grid.products,.bh-products-grid,.bh-home-products-wrap .woocommerce ul.products{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:11px!important;align-items:stretch!important}.bh-theme .woocommerce ul.products li.product,.bh-theme.woocommerce ul.products li.product,.bh-theme .woocommerce-page ul.products li.product{width:auto!important;float:none!important;margin:0!important;clear:none!important;min-width:0!important}.bh-product-card{border-radius:15px!important;min-width:0!important}.bh-product-info{padding:10px!important}.bh-product-title{font-size:15px!important;line-height:1.16!important;min-height:36px}.bh-product-cat{font-size:9px!important;letter-spacing:.08em!important;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.bh-product-img{aspect-ratio:1/1.08!important}.bh-price{font-size:12px!important;line-height:1.25}.bh-product-bottom{gap:6px!important;align-items:center!important}.bh-add{width:32px!important;height:32px!important;min-width:32px!important;flex:0 0 32px!important}.bh-add svg{width:15px!important;height:15px!important}.bh-color-swatches{gap:4px!important;margin-top:6px!important}.bh-swatch{width:13px!important;height:13px!important;flex-basis:13px!important}.bh-badge{font-size:9px!important;padding:5px 8px!important;left:8px!important;top:8px!important}.bh-home-cats .bh-cat-grid,.bh-cat-grid,.bh-home-cats.bh-cat-layout-compact .bh-cat-grid,.bh-home-cats.bh-cat-layout-masonry .bh-cat-grid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important}.bh-cat-card{min-width:0!important;border-radius:15px!important}.bh-cat-img{aspect-ratio:1/1!important;height:auto!important}.bh-cat-name{font-size:11px!important}.bh-hero-side{display:none!important}.bh-hero-main{min-height:315px!important}.bh-hero-actions .bh-btn{flex:1 1 100%;width:100%;padding:11px 14px!important}.bh-trust-grid,.bh-reviews-grid{grid-template-columns:1fr!important}.bh-footer-grid{grid-template-columns:1fr!important}.bh-search-results{position:absolute!important;top:48px!important;left:0!important;right:0!important;max-height:70vh!important;overflow:auto!important}.bh-search-item{grid-template-columns:48px minmax(0,1fr)!important;gap:9px!important}.bh-search-price{grid-column:2;justify-self:start!important}.bh-checkout-card,.bh-account-content-card,.bh-account-nav-card{padding:14px!important;border-radius:16px!important}
}
@media(max-width:390px){.container-page{width:min(100% - 18px,1400px)!important}.bh-theme .woocommerce ul.products,.bh-home-products-wrap .woocommerce ul.products{gap:8px!important}.bh-product-title{font-size:14px!important}.bh-logo-main{font-size:28px!important}.bh-head-main{grid-template-columns:40px minmax(0,1fr) auto!important}.bh-mobile-toggle,.bh-action{width:38px!important;height:38px!important}}

/* v13 offcanvas cart/account and quick view */
.bh-offcanvas-backdrop{position:fixed;inset:0;background:rgba(20,14,16,.48);z-index:2100;opacity:0;pointer-events:none;transition:opacity .25s ease;border:0}
.bh-offcanvas-open .bh-offcanvas-backdrop{opacity:1;pointer-events:auto}
.bh-offcanvas{position:fixed;top:0;right:0;bottom:0;width:min(440px,92vw);background:#fff;z-index:2110;box-shadow:-30px 0 80px rgba(30,20,24,.22);transform:translateX(110%);transition:transform .28s ease;display:flex;flex-direction:column;color:var(--ink);border-left:1px solid var(--border)}
.bh-cart-panel-open .bh-offcanvas-cart,.bh-account-panel-open .bh-offcanvas-account{transform:translateX(0)}
.bh-offcanvas-head{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:22px 24px;border-bottom:1px solid var(--border);background:linear-gradient(135deg,#fff,var(--cream))}
.bh-offcanvas-head span{display:block;font-size:11px;text-transform:uppercase;letter-spacing:.16em;color:var(--muted);font-weight:800}.bh-offcanvas-head strong{font-family:'Cormorant Garamond',serif;font-size:30px;color:var(--brand);font-weight:700}.bh-offcanvas-close,.bh-quick-close{width:40px;height:40px;border-radius:999px;border:1px solid var(--border);background:#fff;color:var(--ink);font-size:26px;line-height:1;cursor:pointer}.bh-offcanvas-close:hover,.bh-quick-close:hover{background:var(--brand);color:#fff;border-color:var(--brand)}
.bh-offcanvas-body{padding:22px 24px;overflow:auto;flex:1}.bh-offcanvas-foot{padding:18px 24px;border-top:1px solid var(--border);display:grid;gap:10px;background:#fff}.bh-offcanvas-foot .bh-btn{width:100%;justify-content:center}
.bh-mini-cart-wrap .woocommerce-mini-cart{margin:0;padding:0;list-style:none;display:grid;gap:14px}.bh-mini-cart-wrap .woocommerce-mini-cart-item{display:grid;grid-template-columns:72px minmax(0,1fr) 28px;gap:12px;align-items:start;border-bottom:1px solid var(--border);padding-bottom:14px;position:relative}.bh-mini-cart-wrap .woocommerce-mini-cart-item img{width:72px!important;height:88px!important;object-fit:cover;border-radius:12px;background:var(--cream);grid-column:1}.bh-mini-cart-wrap .woocommerce-mini-cart-item a:not(.remove){font-weight:800;color:var(--ink);line-height:1.2}.bh-mini-cart-wrap .woocommerce-mini-cart-item .quantity{display:block;margin-top:8px;color:var(--muted);font-size:13px}.bh-mini-cart-wrap .remove{grid-column:3;grid-row:1;width:26px!important;height:26px!important;border-radius:999px!important;background:var(--cream)!important;color:var(--brand)!important;text-align:center;line-height:26px!important;font-size:18px!important;text-decoration:none!important}.bh-mini-cart-wrap .woocommerce-mini-cart__total{display:flex;justify-content:space-between;margin:18px 0 12px;padding-top:14px;border-top:1px solid var(--border);font-size:18px}.bh-mini-cart-wrap .woocommerce-mini-cart__buttons{display:grid;gap:10px}.bh-mini-cart-wrap .woocommerce-mini-cart__buttons a{border-radius:999px!important;text-align:center!important;padding:13px 16px!important;background:var(--brand)!important;color:#fff!important;font-weight:900!important;text-decoration:none!important}.bh-mini-cart-wrap .woocommerce-mini-cart__buttons a.checkout{background:var(--ink)!important}.bh-mini-cart-wrap .woocommerce-mini-cart__empty-message{padding:30px 20px;text-align:center;background:var(--cream);border-radius:18px;color:var(--muted)}
.bh-account-panel-user{padding:18px;border-radius:18px;background:var(--cream);margin-bottom:16px}.bh-account-panel-user strong{display:block;font-size:18px;color:var(--brand)}.bh-account-panel-user span{font-size:13px;color:var(--muted)}.bh-account-panel-links{display:grid;gap:8px}.bh-account-panel-links a{display:flex;justify-content:space-between;align-items:center;padding:14px 16px;border:1px solid var(--border);border-radius:14px;color:var(--ink);font-weight:800;text-decoration:none;background:#fff}.bh-account-panel-links a:hover{border-color:var(--brand);color:var(--brand);transform:translateX(-2px)}.bh-account-panel-intro h3{font-family:'Cormorant Garamond',serif;font-size:32px;color:var(--brand);margin:0 0 6px}.bh-account-panel-intro p{color:var(--muted);margin:0 0 18px}.bh-offcanvas-account .woocommerce-form-login{border:0!important;padding:0!important;margin:0!important}.bh-offcanvas-account .woocommerce-form-row,.bh-offcanvas-account .form-row{display:grid!important;gap:6px!important;margin:0 0 13px!important}.bh-offcanvas-account input.input-text{height:46px;border:1px solid var(--border);border-radius:12px;padding:0 13px}.bh-offcanvas-account button.button{width:100%;border-radius:999px!important;background:var(--brand)!important;color:#fff!important;padding:14px 18px!important;border:0!important;font-weight:900!important}.bh-register-link{margin-top:10px;width:100%;justify-content:center}
.bh-product-media{position:relative;overflow:hidden}.bh-quick-view{position:absolute;left:50%;bottom:12px;transform:translate(-50%,12px);opacity:0;pointer-events:none;border:0;background:#fff;color:var(--brand);border-radius:999px;padding:10px 15px;font-size:12px;font-weight:900;box-shadow:0 12px 32px rgba(0,0,0,.16);cursor:pointer;transition:.22s;white-space:nowrap}.bh-product-card:hover .bh-quick-view{opacity:1;transform:translate(-50%,0);pointer-events:auto}.bh-quick-view:hover{background:var(--brand);color:#fff}.bh-quick-modal{position:fixed;inset:0;z-index:2200;display:none}.bh-quick-modal[aria-hidden="false"]{display:block}.bh-quick-backdrop{position:absolute;inset:0;background:rgba(20,14,16,.55)}.bh-quick-dialog{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:min(940px,92vw);max-height:90vh;overflow:auto;background:#fff;border-radius:26px;box-shadow:0 30px 90px rgba(0,0,0,.28);padding:0}.bh-quick-close{position:absolute;right:16px;top:16px;z-index:2}.bh-quick-content{padding:28px}.bh-quick-loading{padding:70px 30px;text-align:center;color:var(--muted)}.bh-quick-grid{display:grid;grid-template-columns:minmax(260px,420px) 1fr;gap:28px;align-items:center}.bh-quick-image{display:block;border-radius:20px;overflow:hidden;background:var(--cream)}.bh-quick-image img{width:100%!important;height:520px!important;object-fit:cover!important;display:block}.bh-quick-info h3{font-family:'Cormorant Garamond',serif;font-size:46px;line-height:1;margin:8px 0 10px;color:var(--ink)}.bh-quick-price{font-size:22px;margin:0 0 10px}.bh-quick-desc{color:var(--muted);line-height:1.7;margin:18px 0}.bh-quick-actions{display:flex;gap:10px;flex-wrap:wrap}.bh-quick-actions .bh-btn{justify-content:center}
@media(max-width:767px){.bh-offcanvas{width:min(94vw,420px)}.bh-offcanvas-head{padding:18px}.bh-offcanvas-body{padding:18px}.bh-offcanvas-foot{padding:16px 18px}.bh-offcanvas-head strong{font-size:25px}.bh-quick-grid{grid-template-columns:1fr;gap:18px}.bh-quick-content{padding:18px}.bh-quick-image img{height:330px!important}.bh-quick-info h3{font-size:34px}.bh-quick-dialog{width:94vw;border-radius:20px}.bh-quick-view{opacity:1;pointer-events:auto;transform:translate(-50%,0);padding:8px 12px;font-size:11px;bottom:8px}.bh-product-card .bh-product-img{margin-bottom:0}}
