/*
Theme Name: BetsyMart
Theme URI: https://betsyhome.com/
Author: Betsy Home LLC
Description: A lightweight, independent marketplace theme created for Betsy Home.
Version: 3.6.8
Requires at least: 6.4
Requires PHP: 7.4
Text Domain: betsymart
*/

:root{--bm-green:#83b735;--bm-green-dark:#6f9d2c;--bm-ink:#222;--bm-muted:#686868;--bm-line:#e7e7e7;--bm-soft:#f6f6f6;--bm-white:#fff;--bm-max:1220px;--bm-shadow:0 10px 32px rgba(27,35,22,.08)}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;color:var(--bm-ink);background:#fff;font-family:Lato,Arial,Helvetica,sans-serif;font-size:15px;line-height:1.55}
body.bm-zoom-open{overflow:hidden}
body.admin-bar .bm-sticky{top:32px}
a{color:inherit;text-decoration:none}
img{display:block;max-width:100%}
button,input{font:inherit}
.screen-reader-text{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.screen-reader-text:focus{z-index:9999;top:8px;left:8px;width:auto;height:auto;padding:10px 14px;clip:auto;background:#fff;color:#111}
.bm-shell{width:min(var(--bm-max),calc(100% - 32px));margin-inline:auto}
.bm-topbar{background:var(--bm-green);color:#fff;font-size:11px;font-weight:700;letter-spacing:.04em;text-transform:uppercase}
.bm-topbar__inner{display:flex;min-height:38px;align-items:center;justify-content:space-between;gap:20px}
.bm-topbar__links{display:flex;gap:22px}
.bm-topbar a:hover{text-decoration:underline}
.bm-masthead{background:#fff;border-bottom:1px solid var(--bm-line)}
.bm-masthead__inner{display:grid;grid-template-columns:250px minmax(280px,1fr) 250px;align-items:center;gap:32px;min-height:92px}
.bm-brand{display:flex;align-items:center;gap:13px;font-size:27px;font-weight:800;letter-spacing:-.04em}
.bm-brand img{width:46px;height:46px;border-radius:50%;object-fit:cover}
.bm-search{display:flex;height:46px;border:2px solid #eee;background:#fff}
.bm-search select{max-width:145px;border:0;border-right:1px solid #eee;padding:0 9px;background:#fafafa;color:#555;font-size:11px;font-weight:700;outline:0}
.bm-search input{min-width:0;flex:1;border:0;padding:0 16px;outline:0}
.bm-search input:focus{box-shadow:inset 0 0 0 2px rgba(131,183,53,.28)}
.bm-search button{width:50px;border:0;border-left:1px solid #eee;background:#fff;cursor:pointer}
.bm-search button:hover{color:var(--bm-green)}
.bm-actions{display:flex;align-items:center;justify-content:flex-end;gap:22px;font-size:12px;font-weight:700;text-transform:uppercase}
.bm-actions a,.bm-favorites-toggle{display:flex;align-items:center;gap:7px}.bm-favorites-toggle{border:0;background:transparent;cursor:pointer;font-size:12px;font-weight:700;text-transform:uppercase}.bm-favorites-toggle b{display:grid;min-width:17px;height:17px;place-items:center;border-radius:50%;background:var(--bm-green);color:#fff;font-size:10px}
.bm-nav{position:relative;z-index:30;background:#fff;border-bottom:1px solid var(--bm-line)}
.bm-nav__inner{display:grid;grid-template-columns:270px 1fr auto;align-items:center;min-height:54px}
.bm-browse{height:54px;border:0;padding:0 20px;background:var(--bm-green);color:#fff;font-size:13px;font-weight:800;text-align:left;text-transform:uppercase;cursor:pointer}
.bm-browse:hover{background:var(--bm-green-dark)}
.bm-primary-nav{display:flex;align-items:center;gap:32px;padding-left:28px;font-size:12px;font-weight:700;text-transform:uppercase}
.bm-primary-nav a{padding:18px 0;border-bottom:2px solid transparent}
.bm-primary-nav a:hover,.bm-primary-nav a:focus-visible{color:var(--bm-green);border-color:var(--bm-green)}
.bm-special{font-size:12px;font-weight:700;text-transform:uppercase}
.bm-mobile-menu{display:none;border:0;background:transparent;font-size:24px;cursor:pointer}
.bm-hero-grid{display:grid;grid-template-columns:270px minmax(0,1fr);min-height:560px}
.bm-category-menu{position:relative;z-index:8;border-right:1px solid var(--bm-line);border-left:1px solid var(--bm-line);background:#fff}
.bm-category{position:relative;border-bottom:1px solid var(--bm-line)}
.bm-category summary{display:flex;align-items:center;gap:11px;min-height:51px;padding:0 16px;list-style:none;font-size:13px;font-weight:700;cursor:pointer;transition:background .2s ease,color .2s ease}
.bm-category summary:hover,.bm-category[open] summary{background:#f6f8f2;color:var(--bm-green-dark)}
.bm-category summary::-webkit-details-marker{display:none}
.bm-category summary::after{display:none}
.bm-category-arrow{margin-left:auto;color:#9a9a9a;font-size:20px;font-weight:400;transition:transform .2s ease}.bm-category[open] .bm-category-arrow{color:var(--bm-green-dark);transform:rotate(90deg)}
.bm-cat-icon{width:17px;height:17px;border:2px solid #9b9b9b;border-radius:4px}
.bm-subcategories{padding:0 9px 10px}
.bm-subcategory{display:flex;width:100%;align-items:center;justify-content:space-between;border:0;border-bottom:1px solid #eee;padding:8px 10px;background:#f8f8f8;color:#666;font-size:12px;text-align:left;cursor:pointer}
.bm-subcategory:hover,.bm-subcategory:focus-visible{background:#f0f6e7;color:var(--bm-green-dark)}
.bm-hero{position:relative;min-height:560px;overflow:hidden;background:#f1f3ed}
.bm-hero-slide{position:absolute;inset:0;display:none;grid-template-columns:minmax(0,.88fr) minmax(0,1.12fr);align-items:center;background:linear-gradient(112deg,#f8f8f5 0%,#f8f8f5 48%,#e5e8df 48%,#e5e8df 100%)}
.bm-hero-slide.is-active{display:grid}
.bm-hero-slide__copy{z-index:1;display:flex;min-height:560px;flex-direction:column;align-items:flex-start;justify-content:center;padding:46px 48px}
.bm-hero-slide__copy small{margin-bottom:13px;color:var(--bm-green-dark);font-size:12px;font-weight:800;letter-spacing:.13em;text-transform:uppercase}
.bm-hero-slide__media{display:flex;align-items:center;justify-content:center;min-width:0;height:100%;padding:34px 68px 34px 28px}
.bm-hero-slide__media img{width:100%;height:100%;object-fit:contain;filter:drop-shadow(0 22px 24px rgba(37,48,32,.15))}
.bm-hero-slide__price{margin:-2px 0 16px;color:#202820;font-size:19px;font-weight:800}.bm-hero-slide__caption{display:none}.bm-hero-slide__media{position:relative}
.bm-sale-price{display:inline-flex;align-items:center;flex-wrap:wrap;gap:7px}.bm-sale-price del{color:#8a8f88;font-size:.78em;font-weight:400;text-decoration-thickness:1px}.bm-sale-price strong{color:#b2362e;font:inherit}.bm-sale-price em{padding:3px 6px;border-radius:3px;background:#b2362e;color:#fff;font-size:10px;font-style:normal;font-weight:900;letter-spacing:.02em}.bm-regular-price{font:inherit}.bm-product__price .bm-sale-price{font-size:18px}.bm-product-summary__price .bm-sale-price{font-size:inherit}.bm-quick-view__price .bm-sale-price{font-size:inherit}
.bm-hero-slide.is-active .bm-hero-slide__copy>*{animation:bm-copy-item-in .65s cubic-bezier(.2,.78,.18,1) both}.bm-hero-slide.is-active .bm-hero-slide__copy small{animation-delay:.22s}.bm-hero-slide.is-active .bm-hero-slide__copy h1{animation-delay:.36s}.bm-hero-slide.is-active .bm-hero-slide__copy p{animation-delay:.5s}.bm-hero-slide.is-active .bm-hero-slide__copy .bm-hero-slide__price{animation-delay:.62s}.bm-hero-slide.is-active .bm-hero-slide__copy .bm-button{animation-delay:.76s}
.bm-hero-slide.is-active .bm-hero-slide__media{animation:bm-product-in .8s cubic-bezier(.16,.8,.2,1) both}
.bm-hero-arrow{position:absolute;z-index:3;top:50%;display:grid;width:44px;height:44px;place-items:center;border:1px solid rgba(24,35,20,.2);border-radius:50%;background:rgba(255,255,255,.8);color:#202820;font-size:30px;line-height:1;cursor:pointer;transform:translateY(-50%);transition:.2s ease}
.bm-hero-arrow:hover,.bm-hero-arrow:focus-visible{border-color:var(--bm-green);background:var(--bm-green);color:#fff}
.bm-hero-arrow--prev{left:20px}.bm-hero-arrow--next{right:20px}
.bm-hero-dots{position:absolute;z-index:3;bottom:25px;left:48px;display:flex;gap:8px}
.bm-hero-dot{width:28px;height:3px;padding:0;border:0;background:#bac0b6;cursor:pointer}.bm-hero-dot.is-active{background:var(--bm-green)}
@keyframes bm-copy-item-in{from{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}
@keyframes bm-product-in{from{opacity:0;transform:translateX(72px) scale(.96)}to{opacity:1;transform:translateX(0) scale(1)}}
.bm-hero h1{max-width:11ch;margin:0 0 16px;font-size:clamp(38px,4vw,58px);line-height:1;letter-spacing:-.05em}.bm-hero p{max-width:360px;margin:0 0 20px;color:#606060;font-size:15px}
.bm-button{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:0 24px;border:2px solid var(--bm-green);background:var(--bm-green);color:#fff;font-size:12px;font-weight:800;text-transform:uppercase;transition:.2s ease}
.bm-button:hover,.bm-button:focus-visible{border-color:var(--bm-green-dark);background:var(--bm-green-dark);transform:translateY(-2px)}
.bm-benefits{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid var(--bm-line);border-top:0}
.bm-benefit{display:grid;grid-template-columns:34px 1fr;align-items:center;gap:10px;min-height:94px;padding:18px 22px;border-right:1px solid var(--bm-line)}
.bm-benefit:last-child{border-right:0}
.bm-benefit__icon{color:var(--bm-green);font-size:23px}
.bm-benefit strong{display:block;font-size:12px;text-transform:uppercase}
.bm-benefit span{color:#888;font-size:11px}
.bm-section{padding:84px 0}
.bm-section--soft{background:var(--bm-soft)}
.bm-section__head{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:32px}
.bm-section__head small{display:block;margin-bottom:7px;color:#999;font-size:11px;font-weight:700;letter-spacing:.11em;text-transform:uppercase}
.bm-section__head h2{margin:0;font-size:31px;letter-spacing:-.035em}
.bm-section__head p{max-width:450px;margin:0;color:var(--bm-muted)}
.bm-category-showcase{display:grid;grid-template-columns:1.15fr 1fr 1fr;grid-template-rows:260px 260px;gap:18px}
.bm-feature-cat{position:relative;overflow:hidden;background:#ddd}
.bm-feature-cat:first-child{grid-row:1/3}
.bm-feature-cat img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}
.bm-feature-cat:hover img{transform:scale(1.04)}
.bm-feature-cat__label{position:absolute;right:0;bottom:0;left:0;padding:42px 22px 20px;background:linear-gradient(transparent,rgba(0,0,0,.66));color:#fff}
.bm-feature-cat strong{display:block;font-size:20px}
.bm-feature-cat span{font-size:12px;opacity:.82}
.bm-tabs{display:flex;gap:24px;margin-bottom:28px;border-bottom:1px solid var(--bm-line)}
.bm-tab{border:0;border-bottom:2px solid transparent;padding:0 0 12px;background:transparent;color:#777;font-size:12px;font-weight:800;text-transform:uppercase;cursor:pointer}
.bm-tab.is-active{border-color:var(--bm-green);color:#222}
.bm-product-carousel{position:relative}.bm-product-carousel .bm-products{display:flex;gap:20px;overflow-x:auto;padding:1px 0 20px;scroll-snap-type:x mandatory;scrollbar-width:none}.bm-product-carousel .bm-products::-webkit-scrollbar{display:none}.bm-product-carousel .bm-product{position:relative;display:flex;min-width:calc((100% - 60px)/4);flex-direction:column;scroll-snap-align:start;background:#fff}.bm-product-carousel__arrow{position:absolute;z-index:3;top:calc(50% - 26px);display:grid;width:42px;height:42px;place-items:center;border:1px solid #ddd;border-radius:50%;background:rgba(255,255,255,.96);box-shadow:0 3px 12px rgba(0,0,0,.09);font-size:28px;line-height:1;cursor:pointer;transition:.2s ease}.bm-product-carousel__arrow:hover,.bm-product-carousel__arrow:focus-visible{border-color:var(--bm-green);background:var(--bm-green);color:#fff}.bm-product-carousel__arrow--prev{left:-21px}.bm-product-carousel__arrow--next{right:-21px}
.bm-product__media{position:relative;display:block;aspect-ratio:522/414;overflow:hidden;background:#f3f3f3}
.bm-product__media img{width:100%;height:100%;object-fit:cover;object-position:var(--bm-image-x,50%) var(--bm-image-y,50%);transform:scale(var(--bm-image-scale,1));transform-origin:var(--bm-image-x,50%) var(--bm-image-y,50%);transition:opacity .32s ease,transform .4s ease}
.bm-product__image--hover{position:absolute;inset:0;opacity:0}.bm-product:hover .bm-product__image--primary,.bm-product:focus-within .bm-product__image--primary{opacity:0}.bm-product:hover .bm-product__image--hover,.bm-product:focus-within .bm-product__image--hover{opacity:1}
.bm-product__badge{position:absolute;top:13px;left:13px;padding:5px 8px;background:var(--bm-green);color:#fff;font-size:10px;font-weight:800;text-transform:uppercase}
.bm-product__favorite{position:absolute;top:10px;right:10px;z-index:4;display:grid;width:34px;height:34px;place-items:center;border:0;border-radius:50%;background:rgba(255,255,255,.94);color:#222;font-size:21px;cursor:pointer;opacity:0;transform:translateY(-4px);transition:.2s ease}.bm-product__favorite.is-saved{color:#c94351;opacity:1}.bm-product__swatches{position:absolute;z-index:4;top:12px;left:12px;display:flex;gap:7px;padding:7px;border-radius:6px;background:rgba(255,255,255,.9);opacity:0;transform:translateY(-6px);transition:.2s ease}.bm-product__swatches>span{display:block;width:18px;height:18px;border:2px solid #fff;border-radius:50%;background:var(--bm-swatch);box-shadow:0 0 0 1px rgba(0,0,0,.2)}.bm-product__hover-actions{position:absolute;z-index:4;right:14px;bottom:12px;display:grid;grid-template-columns:25px 25px 120px;gap:4px;opacity:0;transform:translateY(7px);transition:.22s ease}.bm-product__hover-actions button,.bm-product__hover-actions a{position:relative;display:flex;height:25px;align-items:center;justify-content:center;border:0;border-radius:4px;background:rgba(255,255,255,.96);color:#222;box-shadow:0 2px 8px rgba(0,0,0,.12);cursor:pointer}.bm-product__hover-actions svg{width:11px;height:11px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.bm-product__hover-actions button>span{position:absolute;bottom:calc(100% + 5px);left:0;padding:4px 6px;border-radius:4px;background:#222;color:#fff;font-size:7px;font-weight:700;white-space:nowrap;opacity:0;pointer-events:none}.bm-product__hover-actions button:hover>span,.bm-product__hover-actions button:focus-visible>span{opacity:1}.bm-product__hover-actions .bm-product__add-cart{gap:4px;background:#222;color:#fff;font-size:7px;font-weight:800;text-transform:uppercase}.bm-product__hover-actions .bm-product__add-cart span{display:block}.bm-product__hover-actions .bm-product__compare.is-active{background:var(--bm-green);color:#fff}.bm-product:hover .bm-product__favorite,.bm-product:focus-within .bm-product__favorite,.bm-product:hover .bm-product__swatches,.bm-product:focus-within .bm-product__swatches,.bm-product:hover .bm-product__hover-actions,.bm-product:focus-within .bm-product__hover-actions{opacity:1;transform:translateY(0)}.bm-product__view{display:none}
.bm-product__body{padding:15px 15px 18px;border:1px solid #eceee9;border-top:0;background:#fff}.bm-product__body small{display:block;margin-bottom:7px;color:#7f9070;font-size:9px;font-weight:800;letter-spacing:.08em;line-height:1.35;text-transform:uppercase}.bm-product__body h3{margin:0 0 10px;font-family:Arial,Helvetica,sans-serif;font-size:15px;font-weight:600;line-height:1.42;letter-spacing:-.01em;overflow-wrap:anywhere}.bm-product__body h3 a{color:#30332e;font-size:15px;font-weight:600;transition:color .2s ease}.bm-product__body h3 a:hover{color:var(--bm-green-dark)}.bm-product__price{margin:0 0 13px;color:#20241e;font-size:16px;font-weight:800;letter-spacing:-.01em}.bm-product__body>a{display:inline-flex;align-items:center;min-height:auto;padding:0;border:0;color:var(--bm-green-dark);font-size:10px;font-weight:800;letter-spacing:.07em;text-transform:uppercase;transition:color .2s ease}.bm-product__body>a::after{content:'→';margin-left:7px;font-size:14px;transition:transform .2s ease}.bm-product__body>a:hover,.bm-product__body>a:focus-visible{color:#4d7418}.bm-product__body>a:hover::after{transform:translateX(3px)}
.bm-products.is-dragging{cursor:grabbing;scroll-snap-type:none;user-select:none}
.bm-discovery{padding:72px 0;background:#fff}.bm-discovery__shop{color:var(--bm-green-dark);font-size:13px;font-weight:800}.bm-discovery__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.bm-discovery__grid a{position:relative;display:block;min-height:230px;overflow:hidden;background:#ddd}.bm-discovery__grid img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.bm-discovery__grid a:hover img{transform:scale(1.045)}.bm-discovery__grid span{position:absolute;right:0;bottom:0;left:0;padding:36px 16px 15px;background:linear-gradient(transparent,rgba(0,0,0,.67));color:#fff;font-size:15px;font-weight:800}.bm-quick-view{width:min(800px,calc(100% - 32px));grid-template-columns:minmax(0,1fr) minmax(250px,.85fr);gap:30px;border:0;padding:26px;background:#fff;box-shadow:0 20px 70px rgba(0,0,0,.3)}.bm-quick-view[open]{display:grid}.bm-quick-view::backdrop{background:rgba(20,24,18,.62)}.bm-quick-view>img{width:100%;aspect-ratio:1/1;object-fit:contain;background:#f4f4f2}.bm-quick-view h2{margin:8px 0 12px;font-size:27px;line-height:1.08}.bm-quick-view small{color:var(--bm-green-dark);font-weight:800;letter-spacing:.08em}.bm-quick-view__price{font-size:20px;font-weight:800}.bm-quick-view__close{position:absolute;top:9px;right:12px;border:0;background:transparent;font-size:30px;cursor:pointer}
.bm-promo{display:grid;grid-template-columns:1.08fr .92fr;min-height:500px;background:#f0f0ed}
.bm-promo img{width:100%;height:100%;object-fit:cover}
.bm-promo__copy{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;padding:clamp(42px,6vw,86px)}
.bm-promo__copy h2{max-width:10ch;margin:0 0 22px;font-size:46px;line-height:1.02;letter-spacing:-.045em}
.bm-promo__copy p{margin:0 0 28px;color:var(--bm-muted)}
.bm-contact{display:grid;grid-template-columns:.75fr 1.25fr;gap:70px;align-items:start}
.bm-contact h2{margin:0 0 18px;font-size:40px;line-height:1.05}
.bm-contact p{color:var(--bm-muted)}
.bm-contact a{color:var(--bm-green-dark);font-weight:700}
.bm-contact .ff-el-group{margin-bottom:16px}
.bm-contact input:not([type=checkbox]):not([type=radio]),.bm-contact textarea{width:100%;border:1px solid #ddd!important;border-radius:0!important;padding:13px 14px!important;background:#fff!important;font:inherit!important}
.bm-contact .ff-btn-submit{border:0!important;border-radius:0!important;padding:14px 24px!important;background:var(--bm-green)!important;color:#fff!important;font-weight:800!important;text-transform:uppercase!important;cursor:pointer!important}
.bm-footer{padding:68px 0 24px;background:#1f1f1f;color:#bbb}
.bm-footer__grid{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:45px}
.bm-footer .bm-brand{color:#fff}
.bm-footer h3{margin:0 0 16px;color:#fff;font-size:14px;text-transform:uppercase}
.bm-footer ul{margin:0;padding:0;list-style:none}
.bm-footer li{margin:8px 0}
.bm-footer a:hover{color:var(--bm-green)}
.bm-footer__bottom{margin-top:48px;padding-top:20px;border-top:1px solid #353535;font-size:12px}
.bm-browse--link{display:flex;align-items:center}
.bm-detail-page{background:#fff}
.bm-breadcrumbs{display:flex;align-items:center;gap:9px;padding-top:28px;padding-bottom:28px;color:#777;font-size:12px}
.bm-breadcrumbs a{text-decoration:underline;text-underline-offset:3px}
.bm-breadcrumbs a:hover{color:var(--bm-green-dark)}
.bm-product-detail{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(340px,.85fr);gap:54px;align-items:start;padding-bottom:88px}
.bm-product-gallery{display:grid;height:566px;grid-template-columns:84px minmax(0,1fr);gap:14px;min-width:0}
.bm-product-thumbs{display:flex;width:84px;max-height:566px;flex-direction:column;align-items:flex-start;gap:9px;padding-right:8px;overflow-x:hidden;overflow-y:auto;scrollbar-width:thin}
.bm-product-thumb{position:relative;flex:0 0 76px;width:76px;height:76px;overflow:hidden;padding:0;border:2px solid transparent;border-radius:6px;background:#f3f3f1;cursor:pointer}
.bm-product-thumb.is-active{border-color:var(--bm-green)}
.bm-product-thumb img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.bm-product-video-thumb::after{content:'▶';position:absolute;top:50%;left:50%;display:grid;width:30px;height:30px;place-items:center;border-radius:50%;background:rgba(255,255,255,.94);color:#222;font-size:12px;transform:translate(-50%,-50%)}
.bm-product-video-thumb span{position:absolute;right:4px;bottom:4px;left:4px;padding:2px 3px;border-radius:3px;background:rgba(20,20,20,.76);color:#fff;font-size:9px;font-weight:800;text-align:center;text-transform:uppercase}
.bm-product-main-image{position:relative;height:566px;overflow:hidden;margin:0;border-radius:10px;background:transparent}
.bm-product-main-image>img,.bm-product-main-image>video{position:absolute;inset:0;display:block;width:100%;height:100%;max-width:none;max-height:none;object-fit:contain}
.bm-product-main-image>img[hidden],.bm-product-main-image video[hidden]{display:none}
.bm-gallery-video-play{display:none!important}
.bm-gallery-video-play[hidden]{display:none}
.bm-gallery-video-play:hover,.bm-gallery-video-play:focus-visible{background:#171419}
.bm-gallery-video-play span{font-size:18px}
.bm-gallery-arrow{position:absolute;z-index:2;top:50%;display:grid;width:44px;height:44px;place-items:center;border:0;border-radius:50%;background:rgba(255,255,255,.94);color:#222;font-size:31px;line-height:1;box-shadow:0 4px 18px rgba(0,0,0,.12);cursor:pointer;transform:translateY(-50%)}
.bm-gallery-arrow:hover,.bm-gallery-arrow:focus-visible{background:#fff;color:var(--bm-green-dark)}
.bm-gallery-arrow--prev{left:16px}.bm-gallery-arrow--next{right:16px}
.bm-gallery-expand{position:absolute;z-index:3;top:14px;right:14px;width:38px;height:38px;border:0;border-radius:50%;background:rgba(255,255,255,.94);color:#222;font-size:21px;cursor:pointer}.bm-gallery-expand:hover{background:#fff;color:var(--bm-green-dark)}
.bm-gallery-count{position:absolute;z-index:5;right:14px;bottom:14px;top:auto;left:auto;padding:6px 10px;border-radius:999px;background:rgba(24,24,24,.72);color:#fff;font-size:11px;font-weight:800;pointer-events:none;transform:none}
.bm-gallery-zoom{position:fixed;inset:0;width:100%;height:100%;max-width:none;max-height:none;min-width:0;min-height:0;margin:0;overflow:hidden;border:0;padding:0;background:rgba(15,15,15,.97);color:#fff}.bm-gallery-zoom::backdrop{background:rgba(0,0,0,.82)}.bm-gallery-zoom__media{position:absolute;inset:58px 90px;min-width:0;min-height:0;overflow:hidden}.bm-gallery-zoom__media img,.bm-gallery-zoom__media video{position:absolute;inset:0;width:100%;height:100%;max-width:none;max-height:none;object-fit:contain}.bm-gallery-zoom__close,.bm-gallery-zoom__arrow{position:absolute;z-index:2;display:grid;width:48px;height:48px;place-items:center;border:0;border-radius:50%;background:rgba(255,255,255,.94);color:#222;cursor:pointer}.bm-gallery-zoom__close{top:22px;right:24px;font-size:34px}.bm-gallery-zoom__arrow{top:50%;font-size:34px;transform:translateY(-50%)}.bm-gallery-zoom__arrow--prev{left:24px}.bm-gallery-zoom__arrow--next{right:24px}.bm-gallery-zoom__count{position:absolute;bottom:25px;left:50%;font-size:13px;font-weight:800;transform:translateX(-50%)}
.bm-product-summary{position:sticky;top:24px;padding-top:4px}
.bm-product-summary__collection{margin:0 0 11px;color:var(--bm-green-dark);font-size:12px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}
.bm-product-summary h1{margin:0 0 14px;font-size:clamp(27px,3vw,39px);line-height:1.12;letter-spacing:-.035em}
.bm-product-summary__maker{margin:0 0 28px;color:#5e5e5e;font-size:13px}
.bm-product-summary__price{margin:0 0 12px;font-size:27px;font-weight:800;letter-spacing:-.02em}
.bm-product-summary__note{margin:0 0 20px;color:var(--bm-muted);font-size:14px}
.bm-etsy-cta{display:flex;align-items:center;justify-content:center;gap:10px;min-height:54px;width:100%;border-radius:4px;background:#2f2933;color:#fff;font-size:14px;font-weight:800;transition:.2s ease}
.bm-etsy-cta:hover,.bm-etsy-cta:focus-visible{background:#171419;transform:translateY(-2px);box-shadow:0 8px 22px rgba(47,41,51,.18)}
.bm-checkout-note{display:grid;gap:2px;margin:16px 0 20px;padding:15px 17px;border:1px solid var(--bm-line);background:#fafafa;font-size:12px}
.bm-checkout-note span{color:var(--bm-muted)}
.bm-detail-disclosure{border-top:1px solid var(--bm-line)}
.bm-detail-disclosure:last-of-type{border-bottom:1px solid var(--bm-line)}
.bm-detail-disclosure summary{display:flex;align-items:center;justify-content:space-between;padding:18px 0;list-style:none;font-size:14px;font-weight:800;cursor:pointer}
.bm-detail-disclosure summary::-webkit-details-marker{display:none}
.bm-detail-disclosure summary::after{content:'+';font-size:18px;font-weight:400}
.bm-detail-disclosure[open] summary::after{content:'−'}
.bm-detail-disclosure>div{padding:0 0 20px;color:var(--bm-muted);font-size:13px}
.bm-detail-disclosure p{margin:14px 0 0}
.bm-detail-disclosure dl{margin:0}
.bm-detail-disclosure dl div{display:grid;grid-template-columns:100px 1fr;gap:16px;padding:7px 0}
.bm-detail-disclosure dt{color:#888}
.bm-detail-disclosure dd{margin:0;color:#333;font-weight:700}
.bm-question-link{display:inline-block;margin-top:20px;color:var(--bm-green-dark);font-size:13px;font-weight:800}
.bm-related .bm-section__head>a{color:var(--bm-green-dark);font-size:13px;font-weight:800}
.bm-related .bm-product__media{aspect-ratio:522/414}
.bm-not-found{min-height:60vh;padding-top:100px;padding-bottom:100px;text-align:center}
.bm-not-found h1{font-size:44px}
.bm-not-found .bm-button{margin-top:20px}
.bm-hero-grid{min-height:495px}.bm-category-menu{height:495px}.bm-category summary{min-height:55px;padding-inline:15px;font-size:13px;font-weight:700}.bm-cat-icon{display:grid;width:20px;height:20px;place-items:center;border:0;border-radius:0;color:#6e7569}.bm-cat-icon svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}.bm-category-arrow{display:grid;width:18px;height:18px;place-items:center}.bm-category-arrow svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}.bm-hero,.bm-hero-slide__copy{min-height:495px}.bm-hero-slide{background:#f7f7f7}.bm-hero-slide__copy{padding:38px 48px}.bm-hero-slide__media{padding:24px 58px 24px 20px}.bm-hero h1{font-size:clamp(38px,3.5vw,54px);line-height:1.02}.bm-hero-slide__copy small{color:#737a70;letter-spacing:.08em}.bm-hero-arrow{width:38px;height:38px;border-color:#d5d8d2;background:rgba(255,255,255,.9);font-size:25px}.bm-hero-dots{bottom:19px}.bm-benefits{margin-top:54px;border-width:1px 0}.bm-benefit{grid-template-columns:56px 1fr;min-height:116px;padding:20px 28px}.bm-benefit__icon{display:grid;width:50px;height:50px;place-items:center;border:1px solid #252a23;border-radius:50%;color:#252a23}.bm-benefit__icon svg{width:28px;height:28px;fill:none;stroke:currentColor;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round}.bm-benefit__logo{font-family:Georgia,serif;font-size:18px}.bm-benefit strong{font-size:13px}.bm-benefit span:not(.bm-benefit__icon){font-size:12px}.bm-discovery{padding-top:68px;padding-bottom:68px}.bm-discovery__grid a{min-height:260px}#featured-products{padding-top:72px;background:#fff}#featured-products .bm-section__head{display:block;margin-bottom:18px;text-align:center}#featured-products .bm-section__head h2{font-size:31px}#featured-products .bm-section__head p{margin:8px auto 0;color:#777}.bm-tabs{justify-content:center;margin-bottom:28px;border:0}.bm-tab{padding:0 0 8px;color:#222;font-size:13px;text-transform:none}.bm-product-carousel .bm-products{gap:24px;padding-bottom:12px}.bm-product-carousel .bm-product{min-width:calc((100% - 72px)/4)}.bm-product__media{aspect-ratio:4/3;border:1px solid #e7e7e7;border-bottom:0;background:#f6f6f6}.bm-product__badge{display:none}.bm-product__favorite{top:12px;right:12px;width:34px;height:34px;opacity:1;background:rgba(255,255,255,.9);color:#2d312b}.bm-product__favorite svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}.bm-product__favorite.is-saved svg{fill:#c94c58;stroke:#c94c58}.bm-product__body{min-height:174px;padding:16px 18px 18px}.bm-product__body small{margin-bottom:8px;color:#848b80;font-size:10px}.bm-product__body h3{min-height:43px;margin-bottom:10px;font-family:Lato,Arial,sans-serif;font-size:16px;line-height:1.35}.bm-product__body h3 a{font-size:16px}.bm-product__price{font-size:18px}.bm-product__body>a{color:var(--bm-green-dark);font-size:11px}.bm-product-carousel__arrow{top:calc(50% - 45px);width:44px;height:44px;background:#fff}.bm-product-carousel__arrow svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.bm-product-carousel__dots{display:flex;justify-content:center;gap:9px;padding-top:22px}.bm-product-carousel__dot{width:10px;height:10px;padding:0;border:0;border-radius:50%;background:#c5c8c2;cursor:pointer}.bm-product-carousel__dot.is-active{background:var(--bm-green)}
@media (min-width:901px){.bm-category[open] .bm-subcategories{position:absolute;z-index:30;top:0;left:100%;display:grid;width:610px;min-height:320px;grid-template-columns:repeat(2,minmax(0,1fr)) 185px;align-content:start;gap:0 18px;padding:24px 25px;background:#fff;box-shadow:12px 14px 32px rgba(26,35,21,.18)}.bm-mega-heading{grid-column:1/3;display:flex;align-items:center;justify-content:space-between;margin-bottom:12px;font-size:16px}.bm-mega-heading a{color:var(--bm-green-dark);font-size:11px;font-weight:800;text-transform:uppercase}.bm-category[open] .bm-subcategory{min-height:43px;padding:10px 3px;background:#fff;color:#555;font-size:13px}.bm-category[open] .bm-subcategory:hover,.bm-category[open] .bm-subcategory:focus-visible{color:var(--bm-green-dark);background:#f8faf4}.bm-mega-promo{grid-column:3;grid-row:1/5;display:flex;min-height:270px;flex-direction:column;justify-content:flex-end;padding:17px;background-position:center;background-size:cover;color:#fff}.bm-mega-promo span{font-size:10px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.bm-mega-promo strong{font-size:18px}.bm-category-menu:has(.bm-category[open]){box-shadow:0 7px 20px rgba(0,0,0,.05)}}
@media (min-width:901px){.bm-category[open] .bm-subcategories{width:620px;min-height:300px;grid-template-columns:minmax(0,1fr) minmax(0,1fr) 190px;gap:0 24px;padding:25px}.bm-mega-heading{grid-column:1/3}.bm-subcategory-group{min-width:0}.bm-subcategory-group>small{display:block;margin:2px 0 8px;color:#222;font-size:11px;font-weight:900;letter-spacing:.06em;text-transform:uppercase}.bm-category[open] .bm-subcategory{border-bottom:0;padding:8px 0}.bm-mega-promo{grid-column:3;grid-row:1/3;min-height:250px}}
/* WoodMart-style category icon and embedded mega-menu treatment. */
.bm-cat-icon{flex:0 0 22px;color:#555}.bm-cat-icon svg{width:22px;height:22px;stroke-width:1.45}
.bm-sub-icon{display:grid;flex:0 0 28px;width:28px;height:28px;place-items:center;border:1px solid rgba(38,47,34,.12);border-radius:50%;background:rgba(255,255,255,.52);color:#60665d}
.bm-sub-icon svg{width:15px;height:15px;fill:none;stroke:currentColor;stroke-width:1.55;stroke-linecap:round;stroke-linejoin:round}
@media (min-width:901px){.bm-category[open] .bm-subcategories{width:690px;min-height:318px;grid-template-columns:minmax(0,1fr) minmax(0,1fr) 235px;gap:0 22px;padding:25px;background:var(--bm-mega-bg,#fff);overflow:hidden;box-shadow:12px 14px 32px rgba(26,35,21,.17)}.bm-mega-heading{grid-column:1/3}.bm-subcategory-group{position:relative;z-index:2;min-width:0}.bm-subcategory-group>small{display:block;margin:2px 0 9px;color:#252822;font-size:11px;font-weight:900;letter-spacing:.06em;text-transform:uppercase}.bm-category[open] .bm-subcategory{justify-content:flex-start;gap:10px;min-height:48px;border-bottom:0;padding:6px 4px;background:transparent;color:#4d514a}.bm-category[open] .bm-subcategory:hover,.bm-category[open] .bm-subcategory:focus-visible{background:rgba(255,255,255,.5);color:var(--bm-green-dark)}.bm-mega-promo{grid-column:3;grid-row:1/3;min-height:318px;margin:-25px -25px -25px 0;padding:22px 20px;background-image:linear-gradient(90deg,var(--bm-mega-bg) 0,rgba(255,255,255,0) 34%),linear-gradient(0deg,rgba(18,24,16,.58),rgba(18,24,16,0) 54%),var(--bm-mega-image);background-position:center;background-size:cover;box-shadow:none}.bm-mega-promo span,.bm-mega-promo strong{position:relative;z-index:1;text-shadow:0 1px 9px rgba(0,0,0,.38)}}
@media (min-width:901px){
  .bm-category[open] .bm-subcategories{top:0;width:calc(min(100vw - 36px,var(--bm-max)) - 270px);height:495px;min-height:495px;grid-template-columns:minmax(0,1fr) minmax(0,1fr) minmax(360px,.95fr);grid-template-rows:auto 1fr;gap:0 28px;padding:32px;background:var(--bm-mega-bg,#fff);overflow:hidden;box-shadow:12px 14px 32px rgba(26,35,21,.17)}
  .bm-category:nth-child(2)[open] .bm-subcategories{top:-55px}.bm-category:nth-child(3)[open] .bm-subcategories{top:-110px}.bm-category:nth-child(4)[open] .bm-subcategories{top:-165px}.bm-category:nth-child(5)[open] .bm-subcategories{top:-220px}.bm-category:nth-child(6)[open] .bm-subcategories{top:-275px}.bm-category:nth-child(7)[open] .bm-subcategories{top:-330px}.bm-category:nth-child(8)[open] .bm-subcategories{top:-385px}.bm-category:nth-child(9)[open] .bm-subcategories{top:-440px}
  .bm-mega-heading{grid-column:1/3}.bm-subcategory-group{position:relative;z-index:2;min-width:0;padding-top:12px}.bm-subcategory-group>small{display:block;margin:2px 0 14px;color:#252822;font-size:11px;font-weight:900;letter-spacing:.06em;text-transform:uppercase}
  .bm-category[open] .bm-subcategory{justify-content:flex-start;gap:11px;min-height:54px;border-bottom:1px solid rgba(39,48,35,.08);padding:7px 4px;background:transparent;color:#4d514a}.bm-category[open] .bm-subcategory:hover,.bm-category[open] .bm-subcategory:focus-visible{background:rgba(255,255,255,.5);color:var(--bm-green-dark)}
  .bm-mega-promo{grid-column:3;grid-row:1/3;min-height:495px;margin:-32px -32px -32px 0;padding:30px 26px;background-image:linear-gradient(90deg,var(--bm-mega-bg) 0,rgba(255,255,255,0) 30%),linear-gradient(0deg,rgba(18,24,16,.58),rgba(18,24,16,0) 54%),var(--bm-mega-image);background-position:center;background-size:cover;box-shadow:none}.bm-mega-promo span,.bm-mega-promo strong{position:relative;z-index:1;text-shadow:0 1px 9px rgba(0,0,0,.38)}
}

/* Compact finish palette aligned flush with the product image. */
.bm-product__swatches{top:0;left:0;gap:5px;padding:5px;border-radius:0 0 6px 0;background:rgba(255,255,255,.63)}
.bm-product__swatches>span{width:15px;height:15px;border:1px solid rgba(255,255,255,.7);box-shadow:0 0 0 1px rgba(0,0,0,.18)}
/* Blend the catalog-white console image into the hero's exact #f7f7f7 surface. */
.bm-hero-slide__media img[src*="hero-walnut-console-v2"]{filter:none;mix-blend-mode:multiply}
@media (max-width:900px){body.admin-bar .bm-sticky{top:46px}.bm-masthead__inner{grid-template-columns:1fr auto;min-height:76px}.bm-search{grid-column:1/-1;grid-row:2;margin-bottom:16px}.bm-actions{gap:12px}.bm-actions span{display:none}.bm-nav__inner{grid-template-columns:1fr auto}.bm-browse{width:100%}.bm-mobile-menu{display:block}.bm-primary-nav,.bm-special{display:none}.bm-primary-nav.is-open{position:absolute;top:54px;right:0;left:0;display:grid;gap:0;padding:12px 20px;background:#fff;box-shadow:var(--bm-shadow)}.bm-primary-nav.is-open a{padding:12px}.bm-hero-grid{grid-template-columns:1fr}.bm-category-menu{display:none;max-height:70vh;overflow:auto;border-bottom:1px solid var(--bm-line)}.bm-category-menu.is-open{display:block}.bm-hero{min-height:520px}.bm-hero-slide{grid-template-columns:1fr}.bm-hero-slide__copy{min-height:520px;padding:54px 62px}.bm-hero-slide__media{position:absolute;inset:0;z-index:0;justify-content:flex-end;padding:32px;opacity:.28}.bm-hero-slide__media img{max-width:58%}.bm-hero-dots{left:62px}.bm-benefits{grid-template-columns:repeat(2,1fr)}.bm-benefit:nth-child(2){border-right:0}.bm-benefit:nth-child(-n+2){border-bottom:1px solid var(--bm-line)}.bm-category-showcase{grid-template-columns:1fr 1fr;grid-template-rows:320px 220px 220px}.bm-feature-cat:first-child{grid-column:1/-1;grid-row:auto}.bm-products{grid-template-columns:repeat(2,1fr)}.bm-contact{grid-template-columns:1fr;gap:30px}.bm-footer__grid{grid-template-columns:1fr 1fr}}
@media (max-width:620px){.bm-shell{width:min(100% - 22px,var(--bm-max))}.bm-topbar__inner{justify-content:center;text-align:center}.bm-topbar__links{display:none}.bm-masthead__inner{gap:12px}.bm-brand{font-size:23px}.bm-brand img{width:40px;height:40px}.bm-actions a:first-child{display:none}.bm-hero,.bm-hero-slide__copy{min-height:500px}.bm-hero-slide__copy{padding:45px 52px 52px 26px}.bm-hero-slide__media{padding:20px;opacity:.2}.bm-hero-slide__media img{max-width:70%}.bm-hero h1{font-size:49px}.bm-hero-arrow{width:37px;height:37px;font-size:25px}.bm-hero-arrow--prev{left:9px}.bm-hero-arrow--next{right:9px}.bm-hero-dots{bottom:18px;left:26px}.bm-benefits{grid-template-columns:1fr}.bm-benefit{border-right:0!important;border-bottom:1px solid var(--bm-line)}.bm-category-showcase{display:flex;overflow-x:auto;scroll-snap-type:x mandatory}.bm-feature-cat,.bm-feature-cat:first-child{min-width:82vw;height:350px;scroll-snap-align:start}.bm-section{padding:62px 0}.bm-section__head{display:block}.bm-section__head p{margin-top:12px}.bm-products{grid-template-columns:1fr}.bm-promo{grid-template-columns:1fr}.bm-promo img{height:330px}.bm-promo__copy h2{font-size:38px}.bm-footer__grid{grid-template-columns:1fr}.bm-tabs{gap:16px;overflow:auto}.bm-tab{white-space:nowrap}}
@media (max-width:900px){.bm-product-detail{grid-template-columns:1fr;gap:34px;padding-bottom:68px}.bm-product-summary{position:static}}
@media (max-width:620px){.bm-breadcrumbs{padding-top:18px;padding-bottom:18px;white-space:nowrap;overflow:hidden}.bm-product-gallery{display:flex;height:auto;flex-direction:column}.bm-product-main-image{order:1;height:min(85vw,420px);border-radius:7px}.bm-product-thumbs{order:2;width:100%;max-width:100%;max-height:none;flex-direction:row;align-items:stretch;gap:8px;padding:0 0 4px;overflow-x:auto;overflow-y:hidden}.bm-product-thumb{flex-basis:64px;width:64px;height:64px}.bm-gallery-arrow{width:38px;height:38px;font-size:27px}.bm-gallery-arrow--prev{left:10px}.bm-gallery-arrow--next{right:10px}.bm-product-summary h1{font-size:28px}.bm-product-summary__price{font-size:24px}.bm-related .bm-section__head>a{display:inline-block;margin-top:12px}}
@media (max-width:900px){.bm-product-carousel .bm-product{min-width:calc((100% - 20px)/2)}.bm-product-carousel__arrow--prev{left:-12px}.bm-product-carousel__arrow--next{right:-12px}}
@media (max-width:620px){.bm-product-carousel .bm-product{min-width:100%}.bm-product-carousel__arrow{top:calc(50% - 26px)}.bm-product-carousel__arrow--prev{left:8px}.bm-product-carousel__arrow--next{right:8px}}
@media (max-width:900px){.bm-search select{max-width:125px}.bm-discovery__grid{grid-template-columns:repeat(2,1fr)}.bm-quick-view[open]{grid-template-columns:1fr}}
@media (max-width:900px){.bm-category-menu{height:auto}.bm-subcategories{background:var(--bm-mega-bg,#fff)}.bm-mega-heading{display:flex;align-items:center;justify-content:space-between;padding:12px 10px}.bm-mega-heading a{color:var(--bm-green-dark);font-size:11px;font-weight:800}.bm-subcategory-group>small{display:block;padding:10px 10px 4px;color:#222;font-size:10px;font-weight:900;letter-spacing:.06em;text-transform:uppercase}.bm-subcategory{justify-content:flex-start;gap:10px;background:transparent}.bm-mega-promo{display:none}.bm-benefits{margin-top:0}#featured-products .bm-section__head{text-align:left}#featured-products .bm-section__head p{margin-left:0}.bm-tabs{justify-content:flex-start}}
@media (max-width:620px){.bm-search select{display:none}.bm-actions{gap:8px}.bm-favorites-toggle span{display:none}.bm-hero-slide__caption{display:none}.bm-discovery{padding:52px 0}.bm-discovery__grid{gap:10px}.bm-discovery__grid a{min-height:170px}.bm-quick-view{padding:20px}.bm-quick-view h2{font-size:23px}}
/* WoodMart shop-style Browse Categories dropdown: hidden until hover/focus. */
.bm-browse{display:flex;align-items:center;gap:8px}.bm-browse__chevron{margin-left:auto;font-size:16px;transition:transform .18s ease}.bm-browse[aria-expanded="true"] .bm-browse__chevron{transform:rotate(180deg)}
@media (min-width:901px){.bm-hero-grid{position:relative;display:block;min-height:495px}.bm-hero{min-height:495px}.bm-category-menu{position:absolute;z-index:40;top:0;left:0;width:270px;height:495px;opacity:0;visibility:hidden;pointer-events:none;transform:translateY(-8px);transition:opacity .18s ease,transform .18s ease,visibility .18s ease;box-shadow:0 14px 30px rgba(30,38,25,.16)}.bm-category-menu.is-open{opacity:1;visibility:visible;pointer-events:auto;transform:none}.bm-mega-promo{background-position:center,center,var(--bm-scene-x) var(--bm-scene-y);background-size:cover,cover,300% 300%;background-repeat:no-repeat}}

/* Etsy-inspired purchase controls, with checkout continuing securely on Etsy. */
.bm-purchase-form{display:grid;gap:16px;margin:22px 0}.bm-option{display:grid;gap:7px}.bm-option>span,.bm-personalization-head{font-size:13px;font-weight:800}.bm-option select,.bm-option textarea,.bm-quantity input{width:100%;border:1px solid #9a9a9a;border-radius:6px;background:#fff;color:#222;font:14px Lato,Arial,sans-serif}.bm-option select{height:48px;padding:0 13px}.bm-option textarea{min-height:92px;padding:12px;resize:vertical}.bm-option small{color:var(--bm-muted);font-size:11px}.bm-personalization-head{display:flex;justify-content:space-between}.bm-personalization-head em{color:var(--bm-muted);font-size:11px;font-style:normal;font-weight:400}.bm-quantity{display:grid;width:105px;gap:7px}.bm-quantity label{font-size:13px;font-weight:800}.bm-quantity input{height:46px;padding:0 12px}.bm-purchase-actions{display:grid;gap:10px}.bm-buy-now,.bm-add-cart{display:flex;min-height:52px;align-items:center;justify-content:center;border:2px solid #222;border-radius:26px;font:800 14px Lato,Arial,sans-serif;cursor:pointer}.bm-buy-now{background:#fff;color:#222}.bm-buy-now:hover{background:#f4f4f4}.bm-add-cart{background:#222;color:#fff}.bm-add-cart:hover{background:#000}.bm-purchase-handoff{margin:-4px 0 0;color:var(--bm-muted);font-size:11px;text-align:center}.bm-product-faqs{padding:0 0 74px}.bm-product-faqs h2{margin-bottom:22px;font-size:26px}.bm-product-faqs details{border-top:1px solid var(--bm-line)}.bm-product-faqs details:last-child{border-bottom:1px solid var(--bm-line)}.bm-product-faqs summary{display:flex;justify-content:space-between;padding:19px 4px;list-style:none;font-weight:800;cursor:pointer}.bm-product-faqs summary::-webkit-details-marker{display:none}.bm-product-faqs summary::after{content:'+'}.bm-product-faqs details[open] summary::after{content:'−'}.bm-product-faqs details p{max-width:850px;margin:0;padding:0 4px 20px;color:var(--bm-muted);line-height:1.7}.bm-cart-dialog{width:min(92vw,480px);padding:0;border:0;border-radius:10px;box-shadow:0 24px 70px rgba(0,0,0,.3)}.bm-cart-dialog::backdrop{background:rgba(16,18,14,.62)}.bm-cart-dialog__body{padding:30px}.bm-cart-dialog__body h2{margin:0 0 10px;font-size:25px}.bm-cart-dialog__body p{color:var(--bm-muted)}.bm-cart-dialog__summary{display:grid;gap:6px;margin:18px 0;padding:14px;background:#f5f5f2;font-size:13px}.bm-cart-dialog__actions{display:grid;gap:9px}.bm-cart-dialog__close{position:absolute;top:12px;right:14px;width:36px;height:36px;border:0;background:transparent;font-size:27px;cursor:pointer}
@media (max-width:620px){.bm-purchase-actions{gap:8px}.bm-product-faqs{padding-bottom:52px}}
/* Preserve each generated category scene's original 3:2 ratio inside the tall mega panel. */
@media (min-width:901px){.bm-mega-promo{isolation:isolate;overflow:hidden;background:var(--bm-mega-bg,#f2eee7)}.bm-mega-promo::after{content:'';position:absolute;z-index:1;inset:0;background:linear-gradient(90deg,var(--bm-mega-bg) 0,rgba(255,255,255,.3) 24%,transparent 58%),linear-gradient(0deg,rgba(18,24,16,.52),transparent 43%)}.bm-mega-photo{position:absolute!important;z-index:0!important;top:50%;right:0;width:100%;aspect-ratio:3/2;overflow:hidden;opacity:.72;transform:translateY(-50%)}.bm-mega-photo img{position:absolute;top:0;left:0;width:300%;max-width:none;height:auto;transform:translate(calc(var(--bm-scene-x) * -33.333333%),calc(var(--bm-scene-y) * -33.333333%))}.bm-mega-kicker,.bm-mega-promo>strong{position:relative;z-index:2}.bm-hero,.bm-hero-slide{height:495px}.bm-hero-slide__media{height:495px;min-height:0}.bm-hero-slide__media img{width:100%;height:100%;max-width:100%;max-height:100%;object-fit:contain}}

@media (min-width:901px){.bm-mega-promo{position:relative}}
/* Etsy-like recommendation cards. */
.bm-related-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.bm-related-card{display:flex;min-width:0;flex-direction:column}.bm-related-card__media{position:relative;display:block;overflow:hidden;aspect-ratio:4/3;border-radius:9px;background:#eee}.bm-related-card__media img{width:100%;height:100%;object-fit:cover;transition:transform .25s ease}.bm-related-card:hover .bm-related-card__media img{transform:scale(1.025)}.bm-related-card__heart{position:absolute;top:10px;right:10px;display:grid;width:35px;height:35px;place-items:center;border-radius:50%;background:rgba(255,255,255,.94);box-shadow:0 2px 8px rgba(0,0,0,.12);font-size:23px}.bm-related-card__title{display:-webkit-box;min-height:42px;margin:11px 2px 5px;overflow:hidden;color:#222;font-size:14px;line-height:1.45;-webkit-box-orient:vertical;-webkit-line-clamp:2}.bm-related-card__price{margin:0 2px;color:#222;font-size:16px}.bm-related-card__seller{margin:3px 2px 0;color:#777;font-size:11px}.bm-related-card:hover .bm-related-card__title{text-decoration:underline;text-underline-offset:2px}
@media (max-width:900px){.bm-related-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:480px){.bm-related-grid{gap:14px 10px}.bm-related-card__title{font-size:12px}.bm-related-card__price{font-size:14px}}
/* Etsy storefront-style all-items grid. */
.bm-storefront{padding:68px 0 88px;background:#fff}.bm-storefront__head{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:26px;padding-bottom:14px;border-bottom:1px solid var(--bm-line)}.bm-storefront__head h2{margin:0;font-size:27px;letter-spacing:-.025em}.bm-storefront__head p{margin:0;color:#777;font-size:13px}.bm-storefront-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:30px 18px}.bm-storefront-grid .bm-product{position:relative;display:flex;min-width:0;flex-direction:column;background:#fff}.bm-storefront-grid .bm-product__media{overflow:hidden;border:0;border-radius:9px}.bm-storefront-grid .bm-product__body{min-height:0;padding:11px 2px 0;border:0}.bm-storefront-grid .bm-product__body h3{min-height:42px;margin-bottom:6px}.bm-storefront-grid .bm-product__price{margin-bottom:0}.bm-storefront-grid .bm-product__favorite{opacity:1}
@media (max-width:900px){.bm-storefront-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:620px){.bm-storefront{padding:48px 0 62px}.bm-storefront-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:22px 10px}.bm-storefront__head{margin-bottom:18px}.bm-storefront-grid .bm-product__body h3{font-size:13px}.bm-storefront-grid .bm-product__body h3 a{font-size:13px}.bm-storefront-grid .bm-product__body small{font-size:8px}.bm-storefront-grid .bm-product__price{font-size:14px}}

/* Extensible product information tabs below the gallery. */
.bm-product-media-column{min-width:0}.bm-product-tabs{width:100%;margin:22px 0 0;overflow:hidden;border:1px solid var(--bm-line);border-radius:10px;background:#fff}.bm-product-tabs__list{display:flex;gap:32px;overflow-x:auto;padding:0 20px;border-bottom:1px solid var(--bm-line);background:#fafaf8;scrollbar-width:thin}.bm-product-tab{flex:0 0 auto;margin:0;padding:17px 1px 14px;border:0;border-bottom:3px solid transparent;background:transparent;color:#777;font:800 14px Lato,Arial,sans-serif;cursor:pointer}.bm-product-tab:hover,.bm-product-tab:focus-visible{color:#222}.bm-product-tab.is-active{border-bottom-color:var(--bm-green);color:#222}.bm-product-tab-panel{padding:27px 22px 24px}.bm-product-tab-panel[hidden]{display:none}.bm-product-tab-panel__grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(230px,.65fr);gap:38px}.bm-product-tab-panel h3{margin:0 0 12px;font-size:22px}.bm-product-tab-panel p{max-width:760px;margin:0 0 14px;color:var(--bm-muted);font-size:14px;line-height:1.75}.bm-product-tab-panel dl{margin:0}.bm-product-tab-panel dl div{display:grid;grid-template-columns:82px 1fr;gap:14px;padding:9px 0;border-bottom:1px solid var(--bm-line);font-size:13px}.bm-product-tab-panel dt{color:#888}.bm-product-tab-panel dd{margin:0;color:#333;font-weight:800}.bm-product-tab-panel__link{color:var(--bm-green-dark);font-size:13px;font-weight:800;text-decoration:underline;text-underline-offset:3px}
@media (max-width:620px){.bm-product-tabs{margin-top:16px}.bm-product-tabs__list{gap:22px;padding:0 14px}.bm-product-tab{padding-top:15px;white-space:nowrap}.bm-product-tab-panel{padding:22px 16px}.bm-product-tab-panel__grid{grid-template-columns:1fr;gap:24px}}
@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{transition:none!important;animation:none!important}}

/* Full-size storefront quick view gallery. */
.bm-quick-view{width:min(1440px,96vw);height:min(900px,92vh);max-width:none;max-height:none;grid-template-columns:minmax(0,1fr) minmax(300px,360px);gap:0;overflow:hidden;border:0;border-radius:12px;padding:0;background:#fff;box-shadow:0 24px 80px rgba(0,0,0,.36)}
.bm-quick-view[open]{display:grid}.bm-quick-view__gallery{min-width:0;min-height:0;background:#f3f1ed}.bm-quick-view__stage{position:relative;width:100%;height:100%;min-height:0;overflow:hidden}.bm-quick-view__image{display:block;width:100%;height:100%;object-fit:contain;background:transparent}.bm-quick-view__arrow{position:absolute;z-index:3;top:50%;display:grid;width:44px;height:44px;place-items:center;border:0;border-radius:50%;background:rgba(255,255,255,.94);color:#222;font-size:30px;line-height:1;box-shadow:0 4px 16px rgba(0,0,0,.15);cursor:pointer;transform:translateY(-50%)}.bm-quick-view__arrow:hover,.bm-quick-view__arrow:focus-visible{background:#fff;color:var(--bm-green-dark)}.bm-quick-view__arrow--prev{left:18px}.bm-quick-view__arrow--next{right:18px}.bm-quick-view__count{position:absolute;right:18px;bottom:16px;padding:6px 10px;border-radius:999px;background:rgba(24,24,24,.72);color:#fff;font-size:11px;font-weight:800}.bm-quick-view__details{min-width:0;overflow-y:auto;padding:58px 34px 34px}.bm-quick-view__details h2{margin:10px 0 14px;font-size:30px;line-height:1.15}.bm-quick-view__specs{margin:24px 0}.bm-quick-view__specs>div{padding:13px 0;border-top:1px solid var(--bm-line)}.bm-quick-view__specs>div:last-child{border-bottom:1px solid var(--bm-line)}.bm-quick-view__specs dt{margin-bottom:5px;color:#777;font-size:11px;font-weight:800;letter-spacing:.09em;text-transform:uppercase}.bm-quick-view__specs dd{margin:0;color:#222;font-size:14px;font-weight:800}.bm-quick-view__finishes{margin:0 0 28px}.bm-quick-view__finishes>strong{display:block;margin-bottom:11px;font-size:13px}.bm-quick-view__finishes>div{display:flex;gap:9px}.bm-quick-view__finishes span{display:block;width:22px;height:22px;border:2px solid #fff;border-radius:50%;background:var(--bm-swatch);box-shadow:0 0 0 1px rgba(0,0,0,.2)}.bm-quick-view__close{z-index:5;top:12px;right:14px}
@media (max-width:900px){.bm-quick-view{width:94vw;height:92vh;grid-template-columns:1fr;grid-template-rows:minmax(55vh,1fr) auto;overflow-y:auto}.bm-quick-view__gallery{min-height:55vh}.bm-quick-view__details{overflow:visible;padding:28px 22px 30px}.bm-quick-view__arrow{width:38px;height:38px}.bm-quick-view__arrow--prev{left:10px}.bm-quick-view__arrow--next{right:10px}}

/* Quick-view purchase choices and thumbnail navigation. */
.bm-quick-view__gallery{display:grid;grid-template-rows:minmax(0,1fr) 84px}.bm-quick-view__thumbs{display:flex;gap:8px;overflow-x:auto;padding:9px 12px 11px;background:#fff;border-top:1px solid var(--bm-line);scrollbar-width:thin}.bm-quick-view__thumb{flex:0 0 62px;width:62px;height:62px;overflow:hidden;border:2px solid transparent;border-radius:6px;padding:0;background:#eee;cursor:pointer}.bm-quick-view__thumb.is-active{border-color:var(--bm-green)}.bm-quick-view__thumb img{width:100%;height:100%;object-fit:cover}.bm-quick-view__details{padding-top:42px}.bm-quick-view__specs{margin:16px 0}.bm-quick-view__specs>div{padding:9px 0}.bm-quick-view__form{display:grid;gap:13px}.bm-quick-view__finishes{min-width:0;margin:0;border:0;padding:0}.bm-quick-view__finishes legend,.bm-quick-view__option>span,.bm-quick-view__quantity>span{display:block;margin-bottom:8px;color:#333;font-size:12px;font-weight:800}.bm-quick-view__finishes>div{display:flex;gap:9px}.bm-quick-view__finishes label{position:relative;display:block;cursor:pointer}.bm-quick-view__finishes input{position:absolute;width:1px;height:1px;opacity:0}.bm-quick-view__finishes label>span{display:block;width:22px;height:22px;border:2px solid #fff;border-radius:50%;background:var(--bm-swatch);box-shadow:0 0 0 1px rgba(0,0,0,.2)}.bm-quick-view__finishes input:checked+span{box-shadow:0 0 0 2px var(--bm-green)}.bm-quick-view__finishes label>em{position:absolute;overflow:hidden;width:1px;height:1px;clip:rect(0 0 0 0)}.bm-quick-view__finish-name{display:block;margin-top:7px;color:#777;font-size:11px}.bm-quick-view__option select,.bm-quick-view__option textarea{width:100%;border:1px solid #d8d8d4;border-radius:5px;background:#fff;color:#222;font:inherit}.bm-quick-view__option select{height:40px;padding:0 11px}.bm-quick-view__option textarea{min-height:62px;resize:vertical;padding:10px}.bm-quick-view__option em{color:#888;font-size:10px;font-style:normal;font-weight:400}.bm-quick-view__quantity{display:flex;align-items:center;justify-content:space-between}.bm-quick-view__quantity>span{margin:0}.bm-quick-view__quantity>div{display:grid;grid-template-columns:32px 42px 32px}.bm-quick-view__quantity button,.bm-quick-view__quantity input{height:34px;border:1px solid #d8d8d4;background:#fff;text-align:center}.bm-quick-view__quantity button{font-size:18px;cursor:pointer}.bm-quick-view__quantity button:first-child{border-radius:5px 0 0 5px}.bm-quick-view__quantity button:last-child{border-radius:0 5px 5px 0}.bm-quick-view__quantity input{border-right:0;border-left:0;font-weight:800;-moz-appearance:textfield}.bm-quick-view__quantity input::-webkit-inner-spin-button{display:none}.bm-quick-view__actions{display:grid;grid-template-columns:1fr 1fr;gap:8px}.bm-quick-view__buy,.bm-quick-view__cart{display:flex;min-height:43px;align-items:center;justify-content:center;border-radius:5px;padding:8px 10px;font-size:11px;font-weight:900;text-align:center;text-transform:uppercase}.bm-quick-view__buy{border:1px solid #222;background:#fff;color:#222}.bm-quick-view__cart{border:1px solid #222;background:#222;color:#fff;cursor:pointer}.bm-quick-view__status{min-height:17px;margin:0;color:var(--bm-green-dark);font-size:11px;line-height:1.45}.bm-quick-view__full{color:#333;font-size:12px;font-weight:800;text-decoration:underline;text-underline-offset:3px}
@media (max-width:900px){.bm-quick-view{grid-template-rows:minmax(55vh,1fr) auto}.bm-quick-view__gallery{min-height:55vh;grid-template-rows:minmax(0,1fr) 76px}.bm-quick-view__thumb{flex-basis:54px;width:54px;height:54px}.bm-quick-view__details{padding-top:26px}}

/* WoodMart-inspired account, comparison and cart utilities. */
.bm-actions button{display:flex;align-items:center;gap:6px;border:0;padding:0;background:transparent;color:#222;font:inherit;text-transform:inherit;cursor:pointer}.bm-actions button:hover,.bm-actions button:focus-visible{color:var(--bm-green-dark)}.bm-actions b{display:grid;min-width:17px;height:17px;place-items:center;border-radius:50%;background:var(--bm-green);color:#fff;font-size:10px}.bm-actions em{color:#777;font-size:10px;font-style:normal}.bm-utility-dialog{border:0;background:#fff;color:#222;box-shadow:0 20px 80px rgba(0,0,0,.32)}.bm-utility-dialog::backdrop{background:rgba(18,20,17,.58)}.bm-utility-dialog__close{position:absolute;z-index:2;top:14px;right:16px;border:0;background:transparent;color:#222;font-size:30px;cursor:pointer}.bm-utility-dialog__head{padding:28px 28px 20px;border-bottom:1px solid var(--bm-line)}.bm-utility-dialog__head small{color:var(--bm-green-dark);font-size:10px;font-weight:900;letter-spacing:.12em}.bm-utility-dialog__head h2{margin:5px 0 0;font-size:27px}.bm-utility-dialog__head p{margin:7px 0 0;color:#777;font-size:12px}.bm-account-dialog,.bm-cart-drawer{position:fixed;inset:0 0 0 auto;width:min(420px,94vw);height:100dvh;max-width:none;max-height:none;margin:0;padding:0;overflow-y:auto}.bm-account-dialog form,.bm-account-welcome{display:grid;gap:14px;padding:26px 28px}.bm-account-dialog form p{margin:0}.bm-account-dialog label{display:grid;gap:6px;color:#444;font-size:12px;font-weight:800}.bm-account-dialog input[type=text],.bm-account-dialog input[type=password]{width:100%;height:44px;border:1px solid #d5d5d1;border-radius:4px;padding:0 11px}.bm-account-dialog input[type=submit]{width:100%;height:44px;border:0;border-radius:4px;background:#222;color:#fff;font-weight:900;text-transform:uppercase;cursor:pointer}.bm-account-dialog .login-remember label{display:flex;flex-direction:row;align-items:center}.bm-account-links{display:flex;justify-content:space-between;gap:15px;padding:0 28px 28px;font-size:12px;font-weight:800}.bm-account-welcome>a:last-child{font-size:12px;text-decoration:underline}.bm-compare-dialog{width:min(1180px,94vw);max-width:none;max-height:88vh;border-radius:10px;padding:0;overflow:auto}.bm-compare-content{padding:24px 28px 30px}.bm-compare-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:0;overflow-x:auto}.bm-compare-grid article{position:relative;min-width:210px;padding:0 18px 18px;border-right:1px solid var(--bm-line)}.bm-compare-grid article:first-child{padding-left:0}.bm-compare-grid article:last-child{border-right:0}.bm-compare-grid article>button{position:absolute;top:7px;right:24px;z-index:2;display:grid;width:27px;height:27px;place-items:center;border:0;border-radius:50%;background:rgba(255,255,255,.94);font-size:20px;cursor:pointer}.bm-compare-grid img{width:100%;aspect-ratio:4/3;border-radius:7px;object-fit:cover}.bm-compare-grid h3{min-height:44px;margin:10px 0 5px;font-size:15px;line-height:1.35}.bm-compare-grid>article>strong{font-size:17px}.bm-compare-grid dl{margin:15px 0}.bm-compare-grid dl>div{min-height:55px;padding:9px 0;border-top:1px solid var(--bm-line)}.bm-compare-grid dt{color:#888;font-size:9px;font-weight:900;letter-spacing:.1em;text-transform:uppercase}.bm-compare-grid dd{margin:5px 0 0;font-size:12px;font-weight:800}.bm-compare-grid .bm-button{width:100%;padding:12px 8px;font-size:10px;text-align:center}.bm-utility-empty{padding:48px 15px;text-align:center}.bm-utility-empty strong{font-size:20px}.bm-utility-empty p{color:#777;line-height:1.6}.bm-utility-empty a{color:var(--bm-green-dark);font-weight:800;text-decoration:underline}.bm-cart-items{padding:0 24px}.bm-cart-item{display:grid;grid-template-columns:72px minmax(0,1fr) 24px;gap:13px;padding:18px 0;border-bottom:1px solid var(--bm-line)}.bm-cart-item>img{width:72px;height:72px;border-radius:5px;object-fit:cover}.bm-cart-item>div{display:flex;min-width:0;flex-direction:column;gap:5px}.bm-cart-item a{font-size:13px;font-weight:900;line-height:1.3}.bm-cart-item small{overflow:hidden;color:#777;font-size:10px;text-overflow:ellipsis;white-space:nowrap}.bm-cart-item span{font-size:12px;font-weight:800}.bm-cart-item>button{align-self:start;border:0;background:transparent;font-size:21px;cursor:pointer}.bm-cart-footer{position:sticky;bottom:0;margin-top:auto;padding:20px 24px 26px;border-top:1px solid var(--bm-line);background:#fff}.bm-cart-footer>div{display:flex;justify-content:space-between;margin-bottom:16px;font-size:15px}.bm-cart-footer .bm-button{display:block;text-align:center}.bm-cart-footer>button{display:block;margin:13px auto 0;border:0;background:transparent;color:#777;font-size:11px;text-decoration:underline;cursor:pointer}
@media (max-width:900px){.bm-actions{gap:10px}.bm-actions span,.bm-actions em{display:none}.bm-compare-grid{grid-template-columns:repeat(4,220px)}}
@media (max-width:520px){.bm-actions button{font-size:14px}.bm-actions b{min-width:15px;height:15px}.bm-compare-content{padding-right:16px;padding-left:16px}}

/* Header badges and cart discovery sections. */
.bm-header-compare,.bm-header-cart{position:relative;padding-top:8px!important}.bm-header-compare b,.bm-header-cart b{position:absolute;z-index:2;top:-10px;left:50%;min-width:18px;height:18px;padding:0 4px;border:2px solid #fff;box-sizing:border-box;box-shadow:0 1px 4px rgba(0,0,0,.14);font-size:9px;line-height:14px;transform:translateX(-50%)}.bm-cart-extras{padding:8px 24px 20px}.bm-cart-extra{border-top:1px solid var(--bm-line)}.bm-cart-extra:last-child{border-bottom:1px solid var(--bm-line)}.bm-cart-extra summary{display:flex;align-items:center;justify-content:space-between;padding:14px 2px;color:#333;font-size:12px;font-weight:900;cursor:pointer;list-style:none}.bm-cart-extra summary::-webkit-details-marker{display:none}.bm-cart-extra summary::after{content:'+';margin-left:auto;color:#777;font-size:18px;font-weight:400}.bm-cart-extra[open] summary::after{content:'−'}.bm-cart-extra summary b{display:grid;min-width:18px;height:18px;margin-left:8px;place-items:center;border-radius:999px;background:var(--bm-green);color:#fff;font-size:9px;order:1}.bm-cart-extra summary::after{order:2}.bm-cart-extra__empty{padding:0 2px 15px;color:#888;font-size:11px;line-height:1.55}.bm-cart-saved-item{display:grid;grid-template-columns:54px minmax(0,1fr) 22px;gap:10px;align-items:center;padding:8px 0 12px}.bm-cart-saved-item img{width:54px;height:54px;border-radius:5px;object-fit:cover}.bm-cart-saved-item>span{display:flex;min-width:0;flex-direction:column;gap:4px}.bm-cart-saved-item strong{overflow:hidden;font-size:11px;line-height:1.3;text-overflow:ellipsis;white-space:nowrap}.bm-cart-saved-item small{color:#777;font-size:10px;font-weight:800}.bm-cart-saved-item>b{color:#c94351;font-size:19px}.bm-cart-continue{display:block;margin:12px auto 0;color:#444;font-size:11px;font-weight:800;text-align:center;text-decoration:underline;text-underline-offset:3px}.bm-cart-footer>button{margin-top:8px}.bm-cart-drawer .bm-utility-dialog__head p{margin-top:5px}.bm-cart-drawer .bm-utility-empty{padding-top:34px;padding-bottom:34px}
@media (max-width:900px){.bm-header-compare,.bm-header-cart{padding-top:5px!important}.bm-header-compare b,.bm-header-cart b{top:-11px}.bm-actions .bm-header-cart em{display:none}}

/* Refined product actions and Gmail-style header counters. */
.bm-product__hover-actions{right:14px;grid-template-columns:70px 29px 112px;gap:6px}.bm-product__hover-actions button,.bm-product__hover-actions a{height:29px;border:1px solid rgba(33,33,31,.12);border-radius:999px;box-shadow:0 3px 10px rgba(0,0,0,.12);transition:background .18s ease,color .18s ease,transform .18s ease}.bm-product__hover-actions svg{width:12px;height:12px}.bm-product__compare{gap:4px;padding:0 9px}.bm-product__compare>span{position:static!important;display:block!important;padding:0!important;background:transparent!important;color:inherit!important;font-size:8px!important;font-weight:900!important;letter-spacing:.025em!important;opacity:1!important;pointer-events:auto!important}.bm-product__compare:hover,.bm-product__compare:focus-visible{background:#222;color:#fff;transform:translateY(-1px)}.bm-product__hover-actions .bm-product__add-cart{gap:5px;border-color:var(--bm-green-dark);background:var(--bm-green);box-shadow:0 4px 12px rgba(100,145,38,.24);font-size:8px;letter-spacing:.03em}.bm-product__hover-actions .bm-product__add-cart:hover,.bm-product__hover-actions .bm-product__add-cart:focus-visible{background:var(--bm-green-dark);transform:translateY(-1px)}.bm-header-compare,.bm-header-cart{padding-top:3px!important;padding-right:6px!important}.bm-header-compare b,.bm-header-cart b{top:-8px;right:-7px;left:auto;min-width:17px;height:17px;border:1.5px solid #fff;border-radius:999px;background:#d93025;box-shadow:0 1px 4px rgba(0,0,0,.2);font-size:9px;line-height:14px;transform:none}.bm-header-compare:hover b,.bm-header-cart:hover b{background:#b3261e}
@media (max-width:520px){.bm-product__hover-actions{grid-template-columns:66px 28px 104px;gap:5px}.bm-product__hover-actions button,.bm-product__hover-actions a{height:28px}.bm-header-compare b,.bm-header-cart b{right:-6px;top:-8px}}

/* Icon-only WoodMart-style utility bar and product wishlist control. */
.bm-actions{gap:9px}.bm-actions button{position:relative;width:35px;height:35px;justify-content:center;border:1px solid transparent;border-radius:50%;padding:0;background:transparent}.bm-actions button:hover,.bm-actions button:focus-visible{border-color:var(--bm-line);background:#fafaf8;color:var(--bm-green-dark)}.bm-actions button svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:1.65;stroke-linecap:round;stroke-linejoin:round}.bm-header-wishlist,.bm-header-compare,.bm-header-cart{padding:0!important}.bm-header-wishlist b,.bm-header-compare b,.bm-header-cart b{top:-4px;right:-5px;left:auto;min-width:17px;height:17px;border:1.5px solid #fff;border-radius:999px;background:#d93025;box-shadow:0 1px 4px rgba(0,0,0,.2);font-size:9px;line-height:14px;transform:none}.bm-header-wishlist:hover b,.bm-header-compare:hover b,.bm-header-cart:hover b{background:#b3261e}.bm-search button svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.75;stroke-linecap:round}.bm-wishlist-toggle--detail{display:inline-flex;align-items:center;gap:8px;margin:0 0 20px;border:0;padding:0;background:transparent;color:#444;font-size:12px;font-weight:900;cursor:pointer}.bm-wishlist-toggle--detail svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.bm-wishlist-toggle--detail:hover,.bm-wishlist-toggle--detail:focus-visible,.bm-wishlist-toggle--detail.is-saved{color:#c94351}.bm-wishlist-toggle--detail.is-saved svg{fill:currentColor}.bm-wishlist-dialog{position:fixed;inset:0 0 0 auto;width:min(420px,94vw);height:100dvh;max-width:none;max-height:none;margin:0;padding:0;overflow-y:auto}.bm-wishlist-items{padding:0 24px}.bm-wishlist-item{display:grid;grid-template-columns:76px minmax(0,1fr) 24px;gap:13px;padding:18px 0;border-bottom:1px solid var(--bm-line)}.bm-wishlist-item>img{width:76px;height:76px;border-radius:6px;object-fit:cover}.bm-wishlist-item>div{display:flex;min-width:0;flex-direction:column;align-items:flex-start;gap:6px}.bm-wishlist-item>div>a:first-child{font-size:13px;font-weight:900;line-height:1.35}.bm-wishlist-item strong{font-size:14px}.bm-wishlist-item__options{color:var(--bm-green-dark);font-size:11px;font-weight:900;text-decoration:underline;text-underline-offset:3px}.bm-wishlist-item>button{align-self:start;border:0;background:transparent;color:#444;font-size:22px;cursor:pointer}.bm-wishlist-item>button:hover{color:#c94351}
@media (max-width:900px){.bm-actions{gap:6px}.bm-actions button{width:32px;height:32px}.bm-actions button svg{width:18px;height:18px}.bm-header-wishlist b,.bm-header-compare b,.bm-header-cart b{top:-5px;right:-5px}}

/* Canonical WoodMart reference geometry. */
@media (min-width:901px){
  .bm-masthead__inner{width:min(1222px,calc(100% - 32px));min-height:105px;grid-template-columns:275px 604px 333px;gap:0;padding:0 5px}
  .bm-brand{width:265px;height:45px;padding:0 10px;gap:12px;font-size:27px}
  .bm-brand img{width:45px;height:45px}
  .bm-search{display:grid;width:584px;height:46px;grid-template-columns:minmax(0,1fr) 172px 46px;margin:0 10px;border:1.6px solid rgba(0,0,0,.1)}
  .bm-search input{order:1;height:42px;padding:0 15px;color:#767676;font:400 14px/22.4px Lato,Arial,Helvetica,sans-serif}
  .bm-search select{display:block;order:2;width:172px;max-width:none;height:42px;appearance:none;border:0;border-left:1px solid rgba(0,0,0,.1);padding:0 34px 0 15px;background:#fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 6'%3E%3Cpath d='m1 1 4 4 4-4' fill='none' stroke='%23767676' stroke-width='1.2'/%3E%3C/svg%3E") no-repeat right 15px center/8px 5px;color:#767676;font:400 13px/20.8px Lato,Arial,Helvetica,sans-serif}
  .bm-search button{order:3;width:46px;height:42px;border:0;border-left:1px solid rgba(0,0,0,.1);padding:0;background:#fff;color:#333}
  .bm-search button svg{width:20px;height:20px;stroke-width:1.55}
  .bm-actions{width:333px;height:105px;justify-content:flex-start;gap:0;padding-left:10px;color:#333;font:400 15px/15px Lato,Arial,Helvetica,sans-serif;text-transform:none}
  .bm-actions button{position:relative;flex:0 0 auto;height:40px;justify-content:flex-start;gap:7px;border:0!important;border-radius:0!important;padding:0 10px!important;background:transparent!important;color:#333;text-transform:none}
  .bm-actions button svg{flex:0 0 20px;width:20px;height:20px;margin-right:6px;stroke-width:1.55}
  .bm-header-account{width:130px!important}
  .bm-header-account__label{display:block!important;color:#333;font:700 13px/13px Lato,Arial,Helvetica,sans-serif!important;letter-spacing:-.525px;text-transform:uppercase;white-space:nowrap}
  .bm-header-wishlist,.bm-header-compare{width:46px!important}
  .bm-header-cart{width:101px!important}
  .bm-header-cart em{display:block!important;color:#333;font:700 13px/13px Lato,Arial,Helvetica,sans-serif!important;letter-spacing:0;text-transform:none}
  .bm-header-wishlist b,.bm-header-compare b,.bm-header-cart b{position:absolute!important;z-index:2;top:5px!important;right:auto!important;left:24px!important;display:block;min-width:15px;width:15px;height:15px;padding:0;border:0;border-radius:50%;background:#83b735;box-shadow:none;color:#fff;font:400 9px/15px Lato,Arial,Helvetica,sans-serif!important;text-align:center;transform:none!important}
  .bm-actions button:hover,.bm-actions button:focus-visible{color:#83b735}
}
@media (max-width:900px){.bm-search select{display:none}.bm-header-account{display:none!important}.bm-header-cart em{display:none!important}}

/* Compact, edge-aligned product-card hover actions. */
.bm-product__hover-actions{right:0;bottom:0;grid-template-columns:56px 23px 90px;gap:5px}
.bm-product__hover-actions button,.bm-product__hover-actions a{height:23px}
.bm-product__hover-actions svg{width:18px;height:18px}
.bm-product__compare{gap:1px;padding:0 1px}
.bm-product__compare>span{font-size:12px!important;line-height:1!important;letter-spacing:-1px!important}
.bm-product__quick-view>span{font-size:10.5px!important}
.bm-product__hover-actions .bm-product__add-cart{gap:3px;padding:0 3px;font-size:12px;line-height:1;letter-spacing:-.04em}

.bm-category summary::-webkit-details-marker{display:none}
.bm-category summary::after{display:none}
.bm-category-arrow{margin-left:auto;color:#9a9a9a;font-size:20px;font-weight:400;transition:transform .2s ease}.bm-category[open] .bm-category-arrow{color:var(--bm-green-dark);transform:rotate(90deg)}
.bm-cat-icon{width:17px;height:17px;border:2px solid #9b9b9b;border-radius:4px}
.bm-subcategories{padding:0 9px 10px}
.bm-subcategory{display:flex;width:100%;align-items:center;justify-content:space-between;border:0;border-bottom:1px solid #eee;padding:8px 10px;background:#f8f8f8;color:#666;font-size:12px;text-align:left;cursor:pointer}
.bm-subcategory:hover,.bm-subcategory:focus-visible{background:#f0f6e7;color:var(--bm-green-dark)}
.bm-hero{position:relative;min-height:560px;overflow:hidden;background:#f1f3ed}
.bm-hero-slide{position:absolute;inset:0;display:none;grid-template-columns:minmax(0,.88fr) minmax(0,1.12fr);align-items:center;background:linear-gradient(112deg,#f8f8f5 0%,#f8f8f5 48%,#e5e8df 48%,#e5e8df 100%)}
.bm-hero-slide.is-active{display:grid}
.bm-hero-slide__copy{z-index:1;display:flex;min-height:560px;flex-direction:column;align-items:flex-start;justify-content:center;padding:46px 48px}
.bm-hero-slide__copy small{margin-bottom:13px;color:var(--bm-green-dark);font-size:12px;font-weight:800;letter-spacing:.13em;text-transform:uppercase}
.bm-hero-slide__media{display:flex;align-items:center;justify-content:center;min-width:0;height:100%;padding:34px 68px 34px 28px}
.bm-hero-slide__media img{width:100%;height:100%;object-fit:contain;filter:drop-shadow(0 22px 24px rgba(37,48,32,.15))}
.bm-hero-slide__price{margin:-2px 0 16px;color:#202820;font-size:19px;font-weight:800}.bm-hero-slide__caption{display:none}.bm-hero-slide__media{position:relative}
.bm-sale-price{display:inline-flex;align-items:center;flex-wrap:wrap;gap:7px}.bm-sale-price del{color:#8a8f88;font-size:.78em;font-weight:400;text-decoration-thickness:1px}.bm-sale-price strong{color:#b2362e;font:inherit}.bm-sale-price em{padding:3px 6px;border-radius:3px;background:#b2362e;color:#fff;font-size:10px;font-style:normal;font-weight:900;letter-spacing:.02em}.bm-regular-price{font:inherit}.bm-product__price .bm-sale-price{font-size:18px}.bm-product-summary__price .bm-sale-price{font-size:inherit}.bm-quick-view__price .bm-sale-price{font-size:inherit}
.bm-hero-slide.is-active .bm-hero-slide__copy>*{animation:bm-copy-item-in .65s cubic-bezier(.2,.78,.18,1) both}.bm-hero-slide.is-active .bm-hero-slide__copy small{animation-delay:.22s}.bm-hero-slide.is-active .bm-hero-slide__copy h1{animation-delay:.36s}.bm-hero-slide.is-active .bm-hero-slide__copy p{animation-delay:.5s}.bm-hero-slide.is-active .bm-hero-slide__copy .bm-hero-slide__price{animation-delay:.62s}.bm-hero-slide.is-active .bm-hero-slide__copy .bm-button{animation-delay:.76s}
.bm-hero-slide.is-active .bm-hero-slide__media{animation:bm-product-in .8s cubic-bezier(.16,.8,.2,1) both}
.bm-hero-arrow{position:absolute;z-index:3;top:50%;display:grid;width:44px;height:44px;place-items:center;border:1px solid rgba(24,35,20,.2);border-radius:50%;background:rgba(255,255,255,.8);color:#202820;font-size:30px;line-height:1;cursor:pointer;transform:translateY(-50%);transition:.2s ease}
.bm-hero-arrow:hover,.bm-hero-arrow:focus-visible{border-color:var(--bm-green);background:var(--bm-green);color:#fff}
.bm-hero-arrow--prev{left:20px}.bm-hero-arrow--next{right:20px}
.bm-hero-dots{position:absolute;z-index:3;bottom:25px;left:48px;display:flex;gap:8px}
.bm-hero-dot{width:28px;height:3px;padding:0;border:0;background:#bac0b6;cursor:pointer}.bm-hero-dot.is-active{background:var(--bm-green)}
@keyframes bm-copy-item-in{from{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}
@keyframes bm-product-in{from{opacity:0;transform:translateX(72px) scale(.96)}to{opacity:1;transform:translateX(0) scale(1)}}
.bm-hero h1{max-width:11ch;margin:0 0 16px;font-size:clamp(38px,4vw,58px);line-height:1;letter-spacing:-.05em}.bm-hero p{max-width:360px;margin:0 0 20px;color:#606060;font-size:15px}
.bm-button{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:0 24px;border:2px solid var(--bm-green);background:var(--bm-green);color:#fff;font-size:12px;font-weight:800;text-transform:uppercase;transition:.2s ease}
.bm-button:hover,.bm-button:focus-visible{border-color:var(--bm-green-dark);background:var(--bm-green-dark);transform:translateY(-2px)}
.bm-benefits{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid var(--bm-line);border-top:0}
.bm-benefit{display:grid;grid-template-columns:34px 1fr;align-items:center;gap:10px;min-height:94px;padding:18px 22px;border-right:1px solid var(--bm-line)}
.bm-benefit:last-child{border-right:0}
.bm-benefit__icon{color:var(--bm-green);font-size:23px}
.bm-benefit strong{display:block;font-size:12px;text-transform:uppercase}
.bm-benefit span{color:#888;font-size:11px}
.bm-section{padding:84px 0}
.bm-section--soft{background:var(--bm-soft)}
.bm-section__head{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:32px}
.bm-section__head small{display:block;margin-bottom:7px;color:#999;font-size:11px;font-weight:700;letter-spacing:.11em;text-transform:uppercase}
.bm-section__head h2{margin:0;font-size:31px;letter-spacing:-.035em}
.bm-section__head p{max-width:450px;margin:0;color:var(--bm-muted)}
.bm-category-showcase{display:grid;grid-template-columns:1.15fr 1fr 1fr;grid-template-rows:260px 260px;gap:18px}
.bm-feature-cat{position:relative;overflow:hidden;background:#ddd}
.bm-feature-cat:first-child{grid-row:1/3}
.bm-feature-cat img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}
.bm-feature-cat:hover img{transform:scale(1.04)}
.bm-feature-cat__label{position:absolute;right:0;bottom:0;left:0;padding:42px 22px 20px;background:linear-gradient(transparent,rgba(0,0,0,.66));color:#fff}
.bm-feature-cat strong{display:block;font-size:20px}
.bm-feature-cat span{font-size:12px;opacity:.82}
.bm-tabs{display:flex;gap:24px;margin-bottom:28px;border-bottom:1px solid var(--bm-line)}
.bm-tab{border:0;border-bottom:2px solid transparent;padding:0 0 12px;background:transparent;color:#777;font-size:12px;font-weight:800;text-transform:uppercase;cursor:pointer}
.bm-tab.is-active{border-color:var(--bm-green);color:#222}
.bm-product-carousel{position:relative}.bm-product-carousel .bm-products{display:flex;gap:20px;overflow-x:auto;padding:1px 0 20px;scroll-snap-type:x mandatory;scrollbar-width:none}.bm-product-carousel .bm-products::-webkit-scrollbar{display:none}.bm-product-carousel .bm-product{position:relative;display:flex;min-width:calc((100% - 60px)/4);flex-direction:column;scroll-snap-align:start;background:#fff}.bm-product-carousel__arrow{position:absolute;z-index:3;top:calc(50% - 26px);display:grid;width:42px;height:42px;place-items:center;border:1px solid #ddd;border-radius:50%;background:rgba(255,255,255,.96);box-shadow:0 3px 12px rgba(0,0,0,.09);font-size:28px;line-height:1;cursor:pointer;transition:.2s ease}.bm-product-carousel__arrow:hover,.bm-product-carousel__arrow:focus-visible{border-color:var(--bm-green);background:var(--bm-green);color:#fff}.bm-product-carousel__arrow--prev{left:-21px}.bm-product-carousel__arrow--next{right:-21px}
.bm-product__media{position:relative;display:block;aspect-ratio:522/414;overflow:hidden;background:#f3f3f3}
.bm-product__media img{width:100%;height:100%;object-fit:cover;object-position:var(--bm-image-x,50%) var(--bm-image-y,50%);transform:scale(var(--bm-image-scale,1));transform-origin:var(--bm-image-x,50%) var(--bm-image-y,50%);transition:opacity .32s ease,transform .4s ease}
.bm-product__image--hover{position:absolute;inset:0;opacity:0}.bm-product:hover .bm-product__image--primary,.bm-product:focus-within .bm-product__image--primary{opacity:0}.bm-product:hover .bm-product__image--hover,.bm-product:focus-within .bm-product__image--hover{opacity:1}
.bm-product__badge{position:absolute;top:13px;left:13px;padding:5px 8px;background:var(--bm-green);color:#fff;font-size:10px;font-weight:800;text-transform:uppercase}
.bm-product__favorite{position:absolute;top:10px;right:10px;z-index:4;display:grid;width:34px;height:34px;place-items:center;border:0;border-radius:50%;background:rgba(255,255,255,.94);color:#222;font-size:21px;cursor:pointer;opacity:0;transform:translateY(-4px);transition:.2s ease}.bm-product__favorite.is-saved{color:#c94351;opacity:1}.bm-product__swatches{position:absolute;z-index:4;top:12px;left:12px;display:flex;gap:7px;padding:7px;border-radius:6px;background:rgba(255,255,255,.9);opacity:0;transform:translateY(-6px);transition:.2s ease}.bm-product__swatches>span{display:block;width:18px;height:18px;border:2px solid #fff;border-radius:50%;background:var(--bm-swatch);box-shadow:0 0 0 1px rgba(0,0,0,.2)}.bm-product__hover-actions{position:absolute;z-index:4;right:14px;bottom:12px;display:grid;grid-template-columns:25px 25px 120px;gap:4px;opacity:0;transform:translateY(7px);transition:.22s ease}.bm-product__hover-actions button,.bm-product__hover-actions a{position:relative;display:flex;height:25px;align-items:center;justify-content:center;border:0;border-radius:4px;background:rgba(255,255,255,.96);color:#222;box-shadow:0 2px 8px rgba(0,0,0,.12);cursor:pointer}.bm-product__hover-actions svg{width:11px;height:11px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.bm-product__hover-actions button>span{position:absolute;bottom:calc(100% + 5px);left:0;padding:4px 6px;border-radius:4px;background:#222;color:#fff;font-size:7px;font-weight:700;white-space:nowrap;opacity:0;pointer-events:none}.bm-product__hover-actions button:hover>span,.bm-product__hover-actions button:focus-visible>span{opacity:1}.bm-product__hover-actions .bm-product__add-cart{gap:4px;background:#222;color:#fff;font-size:7px;font-weight:800;text-transform:uppercase}.bm-product__hover-actions .bm-product__add-cart span{display:block}.bm-product__hover-actions .bm-product__compare.is-active{background:var(--bm-green);color:#fff}.bm-product:hover .bm-product__favorite,.bm-product:focus-within .bm-product__favorite,.bm-product:hover .bm-product__swatches,.bm-product:focus-within .bm-product__swatches,.bm-product:hover .bm-product__hover-actions,.bm-product:focus-within .bm-product__hover-actions{opacity:1;transform:translateY(0)}.bm-product__view{display:none}
.bm-product__body{padding:15px 15px 18px;border:1px solid #eceee9;border-top:0;background:#fff}.bm-product__body small{display:block;margin-bottom:7px;color:#7f9070;font-size:9px;font-weight:800;letter-spacing:.08em;line-height:1.35;text-transform:uppercase}.bm-product__body h3{margin:0 0 10px;font-family:Arial,Helvetica,sans-serif;font-size:15px;font-weight:600;line-height:1.42;letter-spacing:-.01em;overflow-wrap:anywhere}.bm-product__body h3 a{color:#30332e;font-size:15px;font-weight:600;transition:color .2s ease}.bm-product__body h3 a:hover{color:var(--bm-green-dark)}.bm-product__price{margin:0 0 13px;color:#20241e;font-size:16px;font-weight:800;letter-spacing:-.01em}.bm-product__body>a{display:inline-flex;align-items:center;min-height:auto;padding:0;border:0;color:var(--bm-green-dark);font-size:10px;font-weight:800;letter-spacing:.07em;text-transform:uppercase;transition:color .2s ease}.bm-product__body>a::after{content:'→';margin-left:7px;font-size:14px;transition:transform .2s ease}.bm-product__body>a:hover,.bm-product__body>a:focus-visible{color:#4d7418}.bm-product__body>a:hover::after{transform:translateX(3px)}
.bm-products.is-dragging{cursor:grabbing;scroll-snap-type:none;user-select:none}
.bm-discovery{padding:72px 0;background:#fff}.bm-discovery__shop{color:var(--bm-green-dark);font-size:13px;font-weight:800}.bm-discovery__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.bm-discovery__grid a{position:relative;display:block;min-height:230px;overflow:hidden;background:#ddd}.bm-discovery__grid img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.bm-discovery__grid a:hover img{transform:scale(1.045)}.bm-discovery__grid span{position:absolute;right:0;bottom:0;left:0;padding:36px 16px 15px;background:linear-gradient(transparent,rgba(0,0,0,.67));color:#fff;font-size:15px;font-weight:800}.bm-quick-view{width:min(800px,calc(100% - 32px));grid-template-columns:minmax(0,1fr) minmax(250px,.85fr);gap:30px;border:0;padding:26px;background:#fff;box-shadow:0 20px 70px rgba(0,0,0,.3)}.bm-quick-view[open]{display:grid}.bm-quick-view::backdrop{background:rgba(20,24,18,.62)}.bm-quick-view>img{width:100%;aspect-ratio:1/1;object-fit:contain;background:#f4f4f2}.bm-quick-view h2{margin:8px 0 12px;font-size:27px;line-height:1.08}.bm-quick-view small{color:var(--bm-green-dark);font-weight:800;letter-spacing:.08em}.bm-quick-view__price{font-size:20px;font-weight:800}.bm-quick-view__close{position:absolute;top:9px;right:12px;border:0;background:transparent;font-size:30px;cursor:pointer}
.bm-promo{display:grid;grid-template-columns:1.08fr .92fr;min-height:500px;background:#f0f0ed}
.bm-promo img{width:100%;height:100%;object-fit:cover}
.bm-promo__copy{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;padding:clamp(42px,6vw,86px)}
.bm-promo__copy h2{max-width:10ch;margin:0 0 22px;font-size:46px;line-height:1.02;letter-spacing:-.045em}
.bm-promo__copy p{margin:0 0 28px;color:var(--bm-muted)}
.bm-contact{display:grid;grid-template-columns:.75fr 1.25fr;gap:70px;align-items:start}
.bm-contact h2{margin:0 0 18px;font-size:40px;line-height:1.05}
.bm-contact p{color:var(--bm-muted)}
.bm-contact a{color:var(--bm-green-dark);font-weight:700}
.bm-contact .ff-el-group{margin-bottom:16px}
.bm-contact input:not([type=checkbox]):not([type=radio]),.bm-contact textarea{width:100%;border:1px solid #ddd!important;border-radius:0!important;padding:13px 14px!important;background:#fff!important;font:inherit!important}
.bm-contact .ff-btn-submit{border:0!important;border-radius:0!important;padding:14px 24px!important;background:var(--bm-green)!important;color:#fff!important;font-weight:800!important;text-transform:uppercase!important;cursor:pointer!important}
.bm-footer{padding:68px 0 24px;background:#1f1f1f;color:#bbb}
.bm-footer__grid{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:45px}
.bm-footer .bm-brand{color:#fff}
.bm-footer h3{margin:0 0 16px;color:#fff;font-size:14px;text-transform:uppercase}
.bm-footer ul{margin:0;padding:0;list-style:none}
.bm-footer li{margin:8px 0}
.bm-footer a:hover{color:var(--bm-green)}
.bm-footer__bottom{margin-top:48px;padding-top:20px;border-top:1px solid #353535;font-size:12px}
.bm-browse--link{display:flex;align-items:center}
.bm-detail-page{background:#fff}
.bm-breadcrumbs{display:flex;align-items:center;gap:9px;padding-top:28px;padding-bottom:28px;color:#777;font-size:12px}
.bm-breadcrumbs a{text-decoration:underline;text-underline-offset:3px}
.bm-breadcrumbs a:hover{color:var(--bm-green-dark)}
.bm-product-detail{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(340px,.85fr);gap:54px;align-items:start;padding-bottom:88px}
.bm-product-gallery{display:grid;height:566px;grid-template-columns:84px minmax(0,1fr);gap:14px;min-width:0}
.bm-product-thumbs{display:flex;width:84px;max-height:566px;flex-direction:column;align-items:flex-start;gap:9px;padding-right:8px;overflow-x:hidden;overflow-y:auto;scrollbar-width:thin}
.bm-product-thumb{position:relative;flex:0 0 76px;width:76px;height:76px;overflow:hidden;padding:0;border:2px solid transparent;border-radius:6px;background:#f3f3f1;cursor:pointer}
.bm-product-thumb.is-active{border-color:var(--bm-green)}
.bm-product-thumb img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.bm-product-video-thumb::after{content:'▶';position:absolute;top:50%;left:50%;display:grid;width:30px;height:30px;place-items:center;border-radius:50%;background:rgba(255,255,255,.94);color:#222;font-size:12px;transform:translate(-50%,-50%)}
.bm-product-video-thumb span{position:absolute;right:4px;bottom:4px;left:4px;padding:2px 3px;border-radius:3px;background:rgba(20,20,20,.76);color:#fff;font-size:9px;font-weight:800;text-align:center;text-transform:uppercase}
.bm-product-main-image{position:relative;height:566px;overflow:hidden;margin:0;border-radius:10px;background:transparent}
.bm-product-main-image>img,.bm-product-main-image>video{position:absolute;inset:0;display:block;width:100%;height:100%;max-width:none;max-height:none;object-fit:contain}
.bm-product-main-image>img[hidden],.bm-product-main-image video[hidden]{display:none}
.bm-gallery-video-play{display:none!important}
.bm-gallery-video-play[hidden]{display:none}
.bm-gallery-video-play:hover,.bm-gallery-video-play:focus-visible{background:#171419}
.bm-gallery-video-play span{font-size:18px}
.bm-gallery-arrow{position:absolute;z-index:2;top:50%;display:grid;width:44px;height:44px;place-items:center;border:0;border-radius:50%;background:rgba(255,255,255,.94);color:#222;font-size:31px;line-height:1;box-shadow:0 4px 18px rgba(0,0,0,.12);cursor:pointer;transform:translateY(-50%)}
.bm-gallery-arrow:hover,.bm-gallery-arrow:focus-visible{background:#fff;color:var(--bm-green-dark)}
.bm-gallery-arrow--prev{left:16px}.bm-gallery-arrow--next{right:16px}
.bm-gallery-expand{position:absolute;z-index:3;top:14px;right:14px;width:38px;height:38px;border:0;border-radius:50%;background:rgba(255,255,255,.94);color:#222;font-size:21px;cursor:pointer}.bm-gallery-expand:hover{background:#fff;color:var(--bm-green-dark)}
.bm-gallery-count{position:absolute;z-index:5;right:14px;bottom:14px;top:auto;left:auto;padding:6px 10px;border-radius:999px;background:rgba(24,24,24,.72);color:#fff;font-size:11px;font-weight:800;pointer-events:none;transform:none}
.bm-gallery-zoom{position:fixed;inset:0;width:100%;height:100%;max-width:none;max-height:none;min-width:0;min-height:0;margin:0;overflow:hidden;border:0;padding:0;background:rgba(15,15,15,.97);color:#fff}.bm-gallery-zoom::backdrop{background:rgba(0,0,0,.82)}.bm-gallery-zoom__media{position:absolute;inset:58px 90px;min-width:0;min-height:0;overflow:hidden}.bm-gallery-zoom__media img,.bm-gallery-zoom__media video{position:absolute;inset:0;width:100%;height:100%;max-width:none;max-height:none;object-fit:contain}.bm-gallery-zoom__close,.bm-gallery-zoom__arrow{position:absolute;z-index:2;display:grid;width:48px;height:48px;place-items:center;border:0;border-radius:50%;background:rgba(255,255,255,.94);color:#222;cursor:pointer}.bm-gallery-zoom__close{top:22px;right:24px;font-size:34px}.bm-gallery-zoom__arrow{top:50%;font-size:34px;transform:translateY(-50%)}.bm-gallery-zoom__arrow--prev{left:24px}.bm-gallery-zoom__arrow--next{right:24px}.bm-gallery-zoom__count{position:absolute;bottom:25px;left:50%;font-size:13px;font-weight:800;transform:translateX(-50%)}
.bm-product-summary{position:sticky;top:24px;padding-top:4px}
.bm-product-summary__collection{margin:0 0 11px;color:var(--bm-green-dark);font-size:12px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}
.bm-product-summary h1{margin:0 0 14px;font-size:clamp(27px,3vw,39px);line-height:1.12;letter-spacing:-.035em}
.bm-product-summary__maker{margin:0 0 28px;color:#5e5e5e;font-size:13px}
.bm-product-summary__price{margin:0 0 12px;font-size:27px;font-weight:800;letter-spacing:-.02em}
.bm-product-summary__note{margin:0 0 20px;color:var(--bm-muted);font-size:14px}
.bm-etsy-cta{display:flex;align-items:center;justify-content:center;gap:10px;min-height:54px;width:100%;border-radius:4px;background:#2f2933;color:#fff;font-size:14px;font-weight:800;transition:.2s ease}
.bm-etsy-cta:hover,.bm-etsy-cta:focus-visible{background:#171419;transform:translateY(-2px);box-shadow:0 8px 22px rgba(47,41,51,.18)}
.bm-checkout-note{display:grid;gap:2px;margin:16px 0 20px;padding:15px 17px;border:1px solid var(--bm-line);background:#fafafa;font-size:12px}
.bm-checkout-note span{color:var(--bm-muted)}
.bm-detail-disclosure{border-top:1px solid var(--bm-line)}
.bm-detail-disclosure:last-of-type{border-bottom:1px solid var(--bm-line)}
.bm-detail-disclosure summary{display:flex;align-items:center;justify-content:space-between;padding:18px 0;list-style:none;font-size:14px;font-weight:800;cursor:pointer}
.bm-detail-disclosure summary::-webkit-details-marker{display:none}
.bm-detail-disclosure summary::after{content:'+';font-size:18px;font-weight:400}
.bm-detail-disclosure[open] summary::after{content:'−'}
.bm-detail-disclosure>div{padding:0 0 20px;color:var(--bm-muted);font-size:13px}
.bm-detail-disclosure p{margin:14px 0 0}
.bm-detail-disclosure dl{margin:0}
.bm-detail-disclosure dl div{display:grid;grid-template-columns:100px 1fr;gap:16px;padding:7px 0}
.bm-detail-disclosure dt{color:#888}
.bm-detail-disclosure dd{margin:0;color:#333;font-weight:700}
.bm-question-link{display:inline-block;margin-top:20px;color:var(--bm-green-dark);font-size:13px;font-weight:800}
.bm-related .bm-section__head>a{color:var(--bm-green-dark);font-size:13px;font-weight:800}
.bm-related .bm-product__media{aspect-ratio:522/414}
.bm-not-found{min-height:60vh;padding-top:100px;padding-bottom:100px;text-align:center}
.bm-not-found h1{font-size:44px}
.bm-not-found .bm-button{margin-top:20px}
.bm-hero-grid{min-height:495px}.bm-category-menu{height:495px}.bm-category summary{min-height:55px;padding-inline:15px;font-size:13px;font-weight:700}.bm-cat-icon{display:grid;width:20px;height:20px;place-items:center;border:0;border-radius:0;color:#6e7569}.bm-cat-icon svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}.bm-category-arrow{display:grid;width:18px;height:18px;place-items:center}.bm-category-arrow svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}.bm-hero,.bm-hero-slide__copy{min-height:495px}.bm-hero-slide{background:#f7f7f7}.bm-hero-slide__copy{padding:38px 48px}.bm-hero-slide__media{padding:24px 58px 24px 20px}.bm-hero h1{font-size:clamp(38px,3.5vw,54px);line-height:1.02}.bm-hero-slide__copy small{color:#737a70;letter-spacing:.08em}.bm-hero-arrow{width:38px;height:38px;border-color:#d5d8d2;background:rgba(255,255,255,.9);font-size:25px}.bm-hero-dots{bottom:19px}.bm-benefits{margin-top:54px;border-width:1px 0}.bm-benefit{grid-template-columns:56px 1fr;min-height:116px;padding:20px 28px}.bm-benefit__icon{display:grid;width:50px;height:50px;place-items:center;border:1px solid #252a23;border-radius:50%;color:#252a23}.bm-benefit__icon svg{width:28px;height:28px;fill:none;stroke:currentColor;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round}.bm-benefit__logo{font-family:Georgia,serif;font-size:18px}.bm-benefit strong{font-size:13px}.bm-benefit span:not(.bm-benefit__icon){font-size:12px}.bm-discovery{padding-top:68px;padding-bottom:68px}.bm-discovery__grid a{min-height:260px}#featured-products{padding-top:72px;background:#fff}#featured-products .bm-section__head{display:block;margin-bottom:18px;text-align:center}#featured-products .bm-section__head h2{font-size:31px}#featured-products .bm-section__head p{margin:8px auto 0;color:#777}.bm-tabs{justify-content:center;margin-bottom:28px;border:0}.bm-tab{padding:0 0 8px;color:#222;font-size:13px;text-transform:none}.bm-product-carousel .bm-products{gap:24px;padding-bottom:12px}.bm-product-carousel .bm-product{min-width:calc((100% - 72px)/4)}.bm-product__media{aspect-ratio:4/3;border:1px solid #e7e7e7;border-bottom:0;background:#f6f6f6}.bm-product__badge{display:none}.bm-product__favorite{top:12px;right:12px;width:34px;height:34px;opacity:1;background:rgba(255,255,255,.9);color:#2d312b}.bm-product__favorite svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}.bm-product__favorite.is-saved svg{fill:#c94c58;stroke:#c94c58}.bm-product__body{min-height:174px;padding:16px 18px 18px}.bm-product__body small{margin-bottom:8px;color:#848b80;font-size:10px}.bm-product__body h3{min-height:43px;margin-bottom:10px;font-family:Lato,Arial,sans-serif;font-size:16px;line-height:1.35}.bm-product__body h3 a{font-size:16px}.bm-product__price{font-size:18px}.bm-product__body>a{color:var(--bm-green-dark);font-size:11px}.bm-product-carousel__arrow{top:calc(50% - 45px);width:44px;height:44px;background:#fff}.bm-product-carousel__arrow svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.bm-product-carousel__dots{display:flex;justify-content:center;gap:9px;padding-top:22px}.bm-product-carousel__dot{width:10px;height:10px;padding:0;border:0;border-radius:50%;background:#c5c8c2;cursor:pointer}.bm-product-carousel__dot.is-active{background:var(--bm-green)}
@media (min-width:901px){.bm-category[open] .bm-subcategories{position:absolute;z-index:30;top:0;left:100%;display:grid;width:610px;min-height:320px;grid-template-columns:repeat(2,minmax(0,1fr)) 185px;align-content:start;gap:0 18px;padding:24px 25px;background:#fff;box-shadow:12px 14px 32px rgba(26,35,21,.18)}.bm-mega-heading{grid-column:1/3;display:flex;align-items:center;justify-content:space-between;margin-bottom:12px;font-size:16px}.bm-mega-heading a{color:var(--bm-green-dark);font-size:11px;font-weight:800;text-transform:uppercase}.bm-category[open] .bm-subcategory{min-height:43px;padding:10px 3px;background:#fff;color:#555;font-size:13px}.bm-category[open] .bm-subcategory:hover,.bm-category[open] .bm-subcategory:focus-visible{color:var(--bm-green-dark);background:#f8faf4}.bm-mega-promo{grid-column:3;grid-row:1/5;display:flex;min-height:270px;flex-direction:column;justify-content:flex-end;padding:17px;background-position:center;background-size:cover;color:#fff}.bm-mega-promo span{font-size:10px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.bm-mega-promo strong{font-size:18px}.bm-category-menu:has(.bm-category[open]){box-shadow:0 7px 20px rgba(0,0,0,.05)}}
@media (min-width:901px){.bm-category[open] .bm-subcategories{width:620px;min-height:300px;grid-template-columns:minmax(0,1fr) minmax(0,1fr) 190px;gap:0 24px;padding:25px}.bm-mega-heading{grid-column:1/3}.bm-subcategory-group{min-width:0}.bm-subcategory-group>small{display:block;margin:2px 0 8px;color:#222;font-size:11px;font-weight:900;letter-spacing:.06em;text-transform:uppercase}.bm-category[open] .bm-subcategory{border-bottom:0;padding:8px 0}.bm-mega-promo{grid-column:3;grid-row:1/3;min-height:250px}}
/* WoodMart-style category icon and embedded mega-menu treatment. */
.bm-cat-icon{flex:0 0 22px;color:#555}.bm-cat-icon svg{width:22px;height:22px;stroke-width:1.45}
.bm-sub-icon{display:grid;flex:0 0 28px;width:28px;height:28px;place-items:center;border:1px solid rgba(38,47,34,.12);border-radius:50%;background:rgba(255,255,255,.52);color:#60665d}
.bm-sub-icon svg{width:15px;height:15px;fill:none;stroke:currentColor;stroke-width:1.55;stroke-linecap:round;stroke-linejoin:round}
@media (min-width:901px){.bm-category[open] .bm-subcategories{width:690px;min-height:318px;grid-template-columns:minmax(0,1fr) minmax(0,1fr) 235px;gap:0 22px;padding:25px;background:var(--bm-mega-bg,#fff);overflow:hidden;box-shadow:12px 14px 32px rgba(26,35,21,.17)}.bm-mega-heading{grid-column:1/3}.bm-subcategory-group{position:relative;z-index:2;min-width:0}.bm-subcategory-group>small{display:block;margin:2px 0 9px;color:#252822;font-size:11px;font-weight:900;letter-spacing:.06em;text-transform:uppercase}.bm-category[open] .bm-subcategory{justify-content:flex-start;gap:10px;min-height:48px;border-bottom:0;padding:6px 4px;background:transparent;color:#4d514a}.bm-category[open] .bm-subcategory:hover,.bm-category[open] .bm-subcategory:focus-visible{background:rgba(255,255,255,.5);color:var(--bm-green-dark)}.bm-mega-promo{grid-column:3;grid-row:1/3;min-height:318px;margin:-25px -25px -25px 0;padding:22px 20px;background-image:linear-gradient(90deg,var(--bm-mega-bg) 0,rgba(255,255,255,0) 34%),linear-gradient(0deg,rgba(18,24,16,.58),rgba(18,24,16,0) 54%),var(--bm-mega-image);background-position:center;background-size:cover;box-shadow:none}.bm-mega-promo span,.bm-mega-promo strong{position:relative;z-index:1;text-shadow:0 1px 9px rgba(0,0,0,.38)}}
@media (min-width:901px){
  .bm-category[open] .bm-subcategories{top:0;width:calc(min(100vw - 36px,var(--bm-max)) - 270px);height:495px;min-height:495px;grid-template-columns:minmax(0,1fr) minmax(0,1fr) minmax(360px,.95fr);grid-template-rows:auto 1fr;gap:0 28px;padding:32px;background:var(--bm-mega-bg,#fff);overflow:hidden;box-shadow:12px 14px 32px rgba(26,35,21,.17)}
  .bm-category:nth-child(2)[open] .bm-subcategories{top:-55px}.bm-category:nth-child(3)[open] .bm-subcategories{top:-110px}.bm-category:nth-child(4)[open] .bm-subcategories{top:-165px}.bm-category:nth-child(5)[open] .bm-subcategories{top:-220px}.bm-category:nth-child(6)[open] .bm-subcategories{top:-275px}.bm-category:nth-child(7)[open] .bm-subcategories{top:-330px}.bm-category:nth-child(8)[open] .bm-subcategories{top:-385px}.bm-category:nth-child(9)[open] .bm-subcategories{top:-440px}
  .bm-mega-heading{grid-column:1/3}.bm-subcategory-group{position:relative;z-index:2;min-width:0;padding-top:12px}.bm-subcategory-group>small{display:block;margin:2px 0 14px;color:#252822;font-size:11px;font-weight:900;letter-spacing:.06em;text-transform:uppercase}
  .bm-category[open] .bm-subcategory{justify-content:flex-start;gap:11px;min-height:54px;border-bottom:1px solid rgba(39,48,35,.08);padding:7px 4px;background:transparent;color:#4d514a}.bm-category[open] .bm-subcategory:hover,.bm-category[open] .bm-subcategory:focus-visible{background:rgba(255,255,255,.5);color:var(--bm-green-dark)}
  .bm-mega-promo{grid-column:3;grid-row:1/3;min-height:495px;margin:-32px -32px -32px 0;padding:30px 26px;background-image:linear-gradient(90deg,var(--bm-mega-bg) 0,rgba(255,255,255,0) 30%),linear-gradient(0deg,rgba(18,24,16,.58),rgba(18,24,16,0) 54%),var(--bm-mega-image);background-position:center;background-size:cover;box-shadow:none}.bm-mega-promo span,.bm-mega-promo strong{position:relative;z-index:1;text-shadow:0 1px 9px rgba(0,0,0,.38)}
}

/* Compact finish palette aligned flush with the product image. */
.bm-product__swatches{top:0;left:0;gap:5px;padding:5px;border-radius:0 0 6px 0;background:rgba(255,255,255,.63)}
.bm-product__swatches>span{width:15px;height:15px;border:1px solid rgba(255,255,255,.7);box-shadow:0 0 0 1px rgba(0,0,0,.18)}
/* Blend the catalog-white console image into the hero's exact #f7f7f7 surface. */
.bm-hero-slide__media img[src*="hero-walnut-console-v2"]{filter:none;mix-blend-mode:multiply}
@media (max-width:900px){body.admin-bar .bm-sticky{top:46px}.bm-masthead__inner{grid-template-columns:1fr auto;min-height:76px}.bm-search{grid-column:1/-1;grid-row:2;margin-bottom:16px}.bm-actions{gap:12px}.bm-actions span{display:none}.bm-nav__inner{grid-template-columns:1fr auto}.bm-browse{width:100%}.bm-mobile-menu{display:block}.bm-primary-nav,.bm-special{display:none}.bm-primary-nav.is-open{position:absolute;top:54px;right:0;left:0;display:grid;gap:0;padding:12px 20px;background:#fff;box-shadow:var(--bm-shadow)}.bm-primary-nav.is-open a{padding:12px}.bm-hero-grid{grid-template-columns:1fr}.bm-category-menu{display:none;max-height:70vh;overflow:auto;border-bottom:1px solid var(--bm-line)}.bm-category-menu.is-open{display:block}.bm-hero{min-height:520px}.bm-hero-slide{grid-template-columns:1fr}.bm-hero-slide__copy{min-height:520px;padding:54px 62px}.bm-hero-slide__media{position:absolute;inset:0;z-index:0;justify-content:flex-end;padding:32px;opacity:.28}.bm-hero-slide__media img{max-width:58%}.bm-hero-dots{left:62px}.bm-benefits{grid-template-columns:repeat(2,1fr)}.bm-benefit:nth-child(2){border-right:0}.bm-benefit:nth-child(-n+2){border-bottom:1px solid var(--bm-line)}.bm-category-showcase{grid-template-columns:1fr 1fr;grid-template-rows:320px 220px 220px}.bm-feature-cat:first-child{grid-column:1/-1;grid-row:auto}.bm-products{grid-template-columns:repeat(2,1fr)}.bm-contact{grid-template-columns:1fr;gap:30px}.bm-footer__grid{grid-template-columns:1fr 1fr}}
@media (max-width:620px){.bm-shell{width:min(100% - 22px,var(--bm-max))}.bm-topbar__inner{justify-content:center;text-align:center}.bm-topbar__links{display:none}.bm-masthead__inner{gap:12px}.bm-brand{font-size:23px}.bm-brand img{width:40px;height:40px}.bm-actions a:first-child{display:none}.bm-hero,.bm-hero-slide__copy{min-height:500px}.bm-hero-slide__copy{padding:45px 52px 52px 26px}.bm-hero-slide__media{padding:20px;opacity:.2}.bm-hero-slide__media img{max-width:70%}.bm-hero h1{font-size:49px}.bm-hero-arrow{width:37px;height:37px;font-size:25px}.bm-hero-arrow--prev{left:9px}.bm-hero-arrow--next{right:9px}.bm-hero-dots{bottom:18px;left:26px}.bm-benefits{grid-template-columns:1fr}.bm-benefit{border-right:0!important;border-bottom:1px solid var(--bm-line)}.bm-category-showcase{display:flex;overflow-x:auto;scroll-snap-type:x mandatory}.bm-feature-cat,.bm-feature-cat:first-child{min-width:82vw;height:350px;scroll-snap-align:start}.bm-section{padding:62px 0}.bm-section__head{display:block}.bm-section__head p{margin-top:12px}.bm-products{grid-template-columns:1fr}.bm-promo{grid-template-columns:1fr}.bm-promo img{height:330px}.bm-promo__copy h2{font-size:38px}.bm-footer__grid{grid-template-columns:1fr}.bm-tabs{gap:16px;overflow:auto}.bm-tab{white-space:nowrap}}
@media (max-width:900px){.bm-product-detail{grid-template-columns:1fr;gap:34px;padding-bottom:68px}.bm-product-summary{position:static}}
@media (max-width:620px){.bm-breadcrumbs{padding-top:18px;padding-bottom:18px;white-space:nowrap;overflow:hidden}.bm-product-gallery{display:flex;height:auto;flex-direction:column}.bm-product-main-image{order:1;height:min(85vw,420px);border-radius:7px}.bm-product-thumbs{order:2;width:100%;max-width:100%;max-height:none;flex-direction:row;align-items:stretch;gap:8px;padding:0 0 4px;overflow-x:auto;overflow-y:hidden}.bm-product-thumb{flex-basis:64px;width:64px;height:64px}.bm-gallery-arrow{width:38px;height:38px;font-size:27px}.bm-gallery-arrow--prev{left:10px}.bm-gallery-arrow--next{right:10px}.bm-product-summary h1{font-size:28px}.bm-product-summary__price{font-size:24px}.bm-related .bm-section__head>a{display:inline-block;margin-top:12px}}
@media (max-width:900px){.bm-product-carousel .bm-product{min-width:calc((100% - 20px)/2)}.bm-product-carousel__arrow--prev{left:-12px}.bm-product-carousel__arrow--next{right:-12px}}
@media (max-width:620px){.bm-product-carousel .bm-product{min-width:100%}.bm-product-carousel__arrow{top:calc(50% - 26px)}.bm-product-carousel__arrow--prev{left:8px}.bm-product-carousel__arrow--next{right:8px}}
@media (max-width:900px){.bm-search select{max-width:125px}.bm-discovery__grid{grid-template-columns:repeat(2,1fr)}.bm-quick-view[open]{grid-template-columns:1fr}}
@media (max-width:900px){.bm-category-menu{height:auto}.bm-subcategories{background:var(--bm-mega-bg,#fff)}.bm-mega-heading{display:flex;align-items:center;justify-content:space-between;padding:12px 10px}.bm-mega-heading a{color:var(--bm-green-dark);font-size:11px;font-weight:800}.bm-subcategory-group>small{display:block;padding:10px 10px 4px;color:#222;font-size:10px;font-weight:900;letter-spacing:.06em;text-transform:uppercase}.bm-subcategory{justify-content:flex-start;gap:10px;background:transparent}.bm-mega-promo{display:none}.bm-benefits{margin-top:0}#featured-products .bm-section__head{text-align:left}#featured-products .bm-section__head p{margin-left:0}.bm-tabs{justify-content:flex-start}}
@media (max-width:620px){.bm-search select{display:none}.bm-actions{gap:8px}.bm-favorites-toggle span{display:none}.bm-hero-slide__caption{display:none}.bm-discovery{padding:52px 0}.bm-discovery__grid{gap:10px}.bm-discovery__grid a{min-height:170px}.bm-quick-view{padding:20px}.bm-quick-view h2{font-size:23px}}
/* WoodMart shop-style Browse Categories dropdown: hidden until hover/focus. */
.bm-browse{display:flex;align-items:center;gap:8px}.bm-browse__chevron{margin-left:auto;font-size:16px;transition:transform .18s ease}.bm-browse[aria-expanded="true"] .bm-browse__chevron{transform:rotate(180deg)}
@media (min-width:901px){.bm-hero-grid{position:relative;display:block;min-height:495px}.bm-hero{min-height:495px}.bm-category-menu{position:absolute;z-index:40;top:0;left:0;width:270px;height:495px;opacity:0;visibility:hidden;pointer-events:none;transform:translateY(-8px);transition:opacity .18s ease,transform .18s ease,visibility .18s ease;box-shadow:0 14px 30px rgba(30,38,25,.16)}.bm-category-menu.is-open{opacity:1;visibility:visible;pointer-events:auto;transform:none}.bm-mega-promo{background-position:center,center,var(--bm-scene-x) var(--bm-scene-y);background-size:cover,cover,300% 300%;background-repeat:no-repeat}}

/* Etsy-inspired purchase controls, with checkout continuing securely on Etsy. */
.bm-purchase-form{display:grid;gap:16px;margin:22px 0}.bm-option{display:grid;gap:7px}.bm-option>span,.bm-personalization-head{font-size:13px;font-weight:800}.bm-option select,.bm-option textarea,.bm-quantity input{width:100%;border:1px solid #9a9a9a;border-radius:6px;background:#fff;color:#222;font:14px Lato,Arial,sans-serif}.bm-option select{height:48px;padding:0 13px}.bm-option textarea{min-height:92px;padding:12px;resize:vertical}.bm-option small{color:var(--bm-muted);font-size:11px}.bm-personalization-head{display:flex;justify-content:space-between}.bm-personalization-head em{color:var(--bm-muted);font-size:11px;font-style:normal;font-weight:400}.bm-quantity{display:grid;width:105px;gap:7px}.bm-quantity label{font-size:13px;font-weight:800}.bm-quantity input{height:46px;padding:0 12px}.bm-purchase-actions{display:grid;gap:10px}.bm-buy-now,.bm-add-cart{display:flex;min-height:52px;align-items:center;justify-content:center;border:2px solid #222;border-radius:26px;font:800 14px Lato,Arial,sans-serif;cursor:pointer}.bm-buy-now{background:#fff;color:#222}.bm-buy-now:hover{background:#f4f4f4}.bm-add-cart{background:#222;color:#fff}.bm-add-cart:hover{background:#000}.bm-purchase-handoff{margin:-4px 0 0;color:var(--bm-muted);font-size:11px;text-align:center}.bm-product-faqs{padding:0 0 74px}.bm-product-faqs h2{margin-bottom:22px;font-size:26px}.bm-product-faqs details{border-top:1px solid var(--bm-line)}.bm-product-faqs details:last-child{border-bottom:1px solid var(--bm-line)}.bm-product-faqs summary{display:flex;justify-content:space-between;padding:19px 4px;list-style:none;font-weight:800;cursor:pointer}.bm-product-faqs summary::-webkit-details-marker{display:none}.bm-product-faqs summary::after{content:'+'}.bm-product-faqs details[open] summary::after{content:'−'}.bm-product-faqs details p{max-width:850px;margin:0;padding:0 4px 20px;color:var(--bm-muted);line-height:1.7}.bm-cart-dialog{width:min(92vw,480px);padding:0;border:0;border-radius:10px;box-shadow:0 24px 70px rgba(0,0,0,.3)}.bm-cart-dialog::backdrop{background:rgba(16,18,14,.62)}.bm-cart-dialog__body{padding:30px}.bm-cart-dialog__body h2{margin:0 0 10px;font-size:25px}.bm-cart-dialog__body p{color:var(--bm-muted)}.bm-cart-dialog__summary{display:grid;gap:6px;margin:18px 0;padding:14px;background:#f5f5f2;font-size:13px}.bm-cart-dialog__actions{display:grid;gap:9px}.bm-cart-dialog__close{position:absolute;top:12px;right:14px;width:36px;height:36px;border:0;background:transparent;font-size:27px;cursor:pointer}
@media (max-width:620px){.bm-purchase-actions{gap:8px}.bm-product-faqs{padding-bottom:52px}}
/* Preserve each generated category scene's original 3:2 ratio inside the tall mega panel. */
@media (min-width:901px){.bm-mega-promo{isolation:isolate;overflow:hidden;background:var(--bm-mega-bg,#f2eee7)}.bm-mega-promo::after{content:'';position:absolute;z-index:1;inset:0;background:linear-gradient(90deg,var(--bm-mega-bg) 0,rgba(255,255,255,.3) 24%,transparent 58%),linear-gradient(0deg,rgba(18,24,16,.52),transparent 43%)}.bm-mega-photo{position:absolute!important;z-index:0!important;top:50%;right:0;width:100%;aspect-ratio:3/2;overflow:hidden;opacity:.72;transform:translateY(-50%)}.bm-mega-photo img{position:absolute;top:0;left:0;width:300%;max-width:none;height:auto;transform:translate(calc(var(--bm-scene-x) * -33.333333%),calc(var(--bm-scene-y) * -33.333333%))}.bm-mega-kicker,.bm-mega-promo>strong{position:relative;z-index:2}.bm-hero,.bm-hero-slide{height:495px}.bm-hero-slide__media{height:495px;min-height:0}.bm-hero-slide__media img{width:100%;height:100%;max-width:100%;max-height:100%;object-fit:contain}}

@media (min-width:901px){.bm-mega-promo{position:relative}}
/* Etsy-like recommendation cards. */
.bm-related-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.bm-related-card{display:flex;min-width:0;flex-direction:column}.bm-related-card__media{position:relative;display:block;overflow:hidden;aspect-ratio:4/3;border-radius:9px;background:#eee}.bm-related-card__media img{width:100%;height:100%;object-fit:cover;transition:transform .25s ease}.bm-related-card:hover .bm-related-card__media img{transform:scale(1.025)}.bm-related-card__heart{position:absolute;top:10px;right:10px;display:grid;width:35px;height:35px;place-items:center;border-radius:50%;background:rgba(255,255,255,.94);box-shadow:0 2px 8px rgba(0,0,0,.12);font-size:23px}.bm-related-card__title{display:-webkit-box;min-height:42px;margin:11px 2px 5px;overflow:hidden;color:#222;font-size:14px;line-height:1.45;-webkit-box-orient:vertical;-webkit-line-clamp:2}.bm-related-card__price{margin:0 2px;color:#222;font-size:16px}.bm-related-card__seller{margin:3px 2px 0;color:#777;font-size:11px}.bm-related-card:hover .bm-related-card__title{text-decoration:underline;text-underline-offset:2px}
@media (max-width:900px){.bm-related-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:480px){.bm-related-grid{gap:14px 10px}.bm-related-card__title{font-size:12px}.bm-related-card__price{font-size:14px}}
/* Etsy storefront-style all-items grid. */
.bm-storefront{padding:68px 0 88px;background:#fff}.bm-storefront__head{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:26px;padding-bottom:14px;border-bottom:1px solid var(--bm-line)}.bm-storefront__head h2{margin:0;font-size:27px;letter-spacing:-.025em}.bm-storefront__head p{margin:0;color:#777;font-size:13px}.bm-storefront-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:30px 18px}.bm-storefront-grid .bm-product{position:relative;display:flex;min-width:0;flex-direction:column;background:#fff}.bm-storefront-grid .bm-product__media{overflow:hidden;border:0;border-radius:9px}.bm-storefront-grid .bm-product__body{min-height:0;padding:11px 2px 0;border:0}.bm-storefront-grid .bm-product__body h3{min-height:42px;margin-bottom:6px}.bm-storefront-grid .bm-product__price{margin-bottom:0}.bm-storefront-grid .bm-product__favorite{opacity:1}
@media (max-width:900px){.bm-storefront-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:620px){.bm-storefront{padding:48px 0 62px}.bm-storefront-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:22px 10px}.bm-storefront__head{margin-bottom:18px}.bm-storefront-grid .bm-product__body h3{font-size:13px}.bm-storefront-grid .bm-product__body h3 a{font-size:13px}.bm-storefront-grid .bm-product__body small{font-size:8px}.bm-storefront-grid .bm-product__price{font-size:14px}}

/* Extensible product information tabs below the gallery. */
.bm-product-media-column{min-width:0}.bm-product-tabs{width:100%;margin:22px 0 0;overflow:hidden;border:1px solid var(--bm-line);border-radius:10px;background:#fff}.bm-product-tabs__list{display:flex;gap:32px;overflow-x:auto;padding:0 20px;border-bottom:1px solid var(--bm-line);background:#fafaf8;scrollbar-width:thin}.bm-product-tab{flex:0 0 auto;margin:0;padding:17px 1px 14px;border:0;border-bottom:3px solid transparent;background:transparent;color:#777;font:800 14px Lato,Arial,sans-serif;cursor:pointer}.bm-product-tab:hover,.bm-product-tab:focus-visible{color:#222}.bm-product-tab.is-active{border-bottom-color:var(--bm-green);color:#222}.bm-product-tab-panel{padding:27px 22px 24px}.bm-product-tab-panel[hidden]{display:none}.bm-product-tab-panel__grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(230px,.65fr);gap:38px}.bm-product-tab-panel h3{margin:0 0 12px;font-size:22px}.bm-product-tab-panel p{max-width:760px;margin:0 0 14px;color:var(--bm-muted);font-size:14px;line-height:1.75}.bm-product-tab-panel dl{margin:0}.bm-product-tab-panel dl div{display:grid;grid-template-columns:82px 1fr;gap:14px;padding:9px 0;border-bottom:1px solid var(--bm-line);font-size:13px}.bm-product-tab-panel dt{color:#888}.bm-product-tab-panel dd{margin:0;color:#333;font-weight:800}.bm-product-tab-panel__link{color:var(--bm-green-dark);font-size:13px;font-weight:800;text-decoration:underline;text-underline-offset:3px}
@media (max-width:620px){.bm-product-tabs{margin-top:16px}.bm-product-tabs__list{gap:22px;padding:0 14px}.bm-product-tab{padding-top:15px;white-space:nowrap}.bm-product-tab-panel{padding:22px 16px}.bm-product-tab-panel__grid{grid-template-columns:1fr;gap:24px}}
@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{transition:none!important;animation:none!important}}

/* Full-size storefront quick view gallery. */
.bm-quick-view{width:min(1440px,96vw);height:min(900px,92vh);max-width:none;max-height:none;grid-template-columns:minmax(0,1fr) minmax(300px,360px);gap:0;overflow:hidden;border:0;border-radius:12px;padding:0;background:#fff;box-shadow:0 24px 80px rgba(0,0,0,.36)}
.bm-quick-view[open]{display:grid}.bm-quick-view__gallery{min-width:0;min-height:0;background:#f3f1ed}.bm-quick-view__stage{position:relative;width:100%;height:100%;min-height:0;overflow:hidden}.bm-quick-view__image{display:block;width:100%;height:100%;object-fit:contain;background:transparent}.bm-quick-view__arrow{position:absolute;z-index:3;top:50%;display:grid;width:44px;height:44px;place-items:center;border:0;border-radius:50%;background:rgba(255,255,255,.94);color:#222;font-size:30px;line-height:1;box-shadow:0 4px 16px rgba(0,0,0,.15);cursor:pointer;transform:translateY(-50%)}.bm-quick-view__arrow:hover,.bm-quick-view__arrow:focus-visible{background:#fff;color:var(--bm-green-dark)}.bm-quick-view__arrow--prev{left:18px}.bm-quick-view__arrow--next{right:18px}.bm-quick-view__count{position:absolute;right:18px;bottom:16px;padding:6px 10px;border-radius:999px;background:rgba(24,24,24,.72);color:#fff;font-size:11px;font-weight:800}.bm-quick-view__details{min-width:0;overflow-y:auto;padding:58px 34px 34px}.bm-quick-view__details h2{margin:10px 0 14px;font-size:30px;line-height:1.15}.bm-quick-view__specs{margin:24px 0}.bm-quick-view__specs>div{padding:13px 0;border-top:1px solid var(--bm-line)}.bm-quick-view__specs>div:last-child{border-bottom:1px solid var(--bm-line)}.bm-quick-view__specs dt{margin-bottom:5px;color:#777;font-size:11px;font-weight:800;letter-spacing:.09em;text-transform:uppercase}.bm-quick-view__specs dd{margin:0;color:#222;font-size:14px;font-weight:800}.bm-quick-view__finishes{margin:0 0 28px}.bm-quick-view__finishes>strong{display:block;margin-bottom:11px;font-size:13px}.bm-quick-view__finishes>div{display:flex;gap:9px}.bm-quick-view__finishes span{display:block;width:22px;height:22px;border:2px solid #fff;border-radius:50%;background:var(--bm-swatch);box-shadow:0 0 0 1px rgba(0,0,0,.2)}.bm-quick-view__close{z-index:5;top:12px;right:14px}
@media (max-width:900px){.bm-quick-view{width:94vw;height:92vh;grid-template-columns:1fr;grid-template-rows:minmax(55vh,1fr) auto;overflow-y:auto}.bm-quick-view__gallery{min-height:55vh}.bm-quick-view__details{overflow:visible;padding:28px 22px 30px}.bm-quick-view__arrow{width:38px;height:38px}.bm-quick-view__arrow--prev{left:10px}.bm-quick-view__arrow--next{right:10px}}

/* Quick-view purchase choices and thumbnail navigation. */
.bm-quick-view__gallery{display:grid;grid-template-rows:minmax(0,1fr) 84px}.bm-quick-view__thumbs{display:flex;gap:8px;overflow-x:auto;padding:9px 12px 11px;background:#fff;border-top:1px solid var(--bm-line);scrollbar-width:thin}.bm-quick-view__thumb{flex:0 0 62px;width:62px;height:62px;overflow:hidden;border:2px solid transparent;border-radius:6px;padding:0;background:#eee;cursor:pointer}.bm-quick-view__thumb.is-active{border-color:var(--bm-green)}.bm-quick-view__thumb img{width:100%;height:100%;object-fit:cover}.bm-quick-view__details{padding-top:42px}.bm-quick-view__specs{margin:16px 0}.bm-quick-view__specs>div{padding:9px 0}.bm-quick-view__form{display:grid;gap:13px}.bm-quick-view__finishes{min-width:0;margin:0;border:0;padding:0}.bm-quick-view__finishes legend,.bm-quick-view__option>span,.bm-quick-view__quantity>span{display:block;margin-bottom:8px;color:#333;font-size:12px;font-weight:800}.bm-quick-view__finishes>div{display:flex;gap:9px}.bm-quick-view__finishes label{position:relative;display:block;cursor:pointer}.bm-quick-view__finishes input{position:absolute;width:1px;height:1px;opacity:0}.bm-quick-view__finishes label>span{display:block;width:22px;height:22px;border:2px solid #fff;border-radius:50%;background:var(--bm-swatch);box-shadow:0 0 0 1px rgba(0,0,0,.2)}.bm-quick-view__finishes input:checked+span{box-shadow:0 0 0 2px var(--bm-green)}.bm-quick-view__finishes label>em{position:absolute;overflow:hidden;width:1px;height:1px;clip:rect(0 0 0 0)}.bm-quick-view__finish-name{display:block;margin-top:7px;color:#777;font-size:11px}.bm-quick-view__option select,.bm-quick-view__option textarea{width:100%;border:1px solid #d8d8d4;border-radius:5px;background:#fff;color:#222;font:inherit}.bm-quick-view__option select{height:40px;padding:0 11px}.bm-quick-view__option textarea{min-height:62px;resize:vertical;padding:10px}.bm-quick-view__option em{color:#888;font-size:10px;font-style:normal;font-weight:400}.bm-quick-view__quantity{display:flex;align-items:center;justify-content:space-between}.bm-quick-view__quantity>span{margin:0}.bm-quick-view__quantity>div{display:grid;grid-template-columns:32px 42px 32px}.bm-quick-view__quantity button,.bm-quick-view__quantity input{height:34px;border:1px solid #d8d8d4;background:#fff;text-align:center}.bm-quick-view__quantity button{font-size:18px;cursor:pointer}.bm-quick-view__quantity button:first-child{border-radius:5px 0 0 5px}.bm-quick-view__quantity button:last-child{border-radius:0 5px 5px 0}.bm-quick-view__quantity input{border-right:0;border-left:0;font-weight:800;-moz-appearance:textfield}.bm-quick-view__quantity input::-webkit-inner-spin-button{display:none}.bm-quick-view__actions{display:grid;grid-template-columns:1fr 1fr;gap:8px}.bm-quick-view__buy,.bm-quick-view__cart{display:flex;min-height:43px;align-items:center;justify-content:center;border-radius:5px;padding:8px 10px;font-size:11px;font-weight:900;text-align:center;text-transform:uppercase}.bm-quick-view__buy{border:1px solid #222;background:#fff;color:#222}.bm-quick-view__cart{border:1px solid #222;background:#222;color:#fff;cursor:pointer}.bm-quick-view__status{min-height:17px;margin:0;color:var(--bm-green-dark);font-size:11px;line-height:1.45}.bm-quick-view__full{color:#333;font-size:12px;font-weight:800;text-decoration:underline;text-underline-offset:3px}
@media (max-width:900px){.bm-quick-view{grid-template-rows:minmax(55vh,1fr) auto}.bm-quick-view__gallery{min-height:55vh;grid-template-rows:minmax(0,1fr) 76px}.bm-quick-view__thumb{flex-basis:54px;width:54px;height:54px}.bm-quick-view__details{padding-top:26px}}

/* WoodMart-inspired account, comparison and cart utilities. */
.bm-actions button{display:flex;align-items:center;gap:6px;border:0;padding:0;background:transparent;color:#222;font:inherit;text-transform:inherit;cursor:pointer}.bm-actions button:hover,.bm-actions button:focus-visible{color:var(--bm-green-dark)}.bm-actions b{display:grid;min-width:17px;height:17px;place-items:center;border-radius:50%;background:var(--bm-green);color:#fff;font-size:10px}.bm-actions em{color:#777;font-size:10px;font-style:normal}.bm-utility-dialog{border:0;background:#fff;color:#222;box-shadow:0 20px 80px rgba(0,0,0,.32)}.bm-utility-dialog::backdrop{background:rgba(18,20,17,.58)}.bm-utility-dialog__close{position:absolute;z-index:2;top:14px;right:16px;border:0;background:transparent;color:#222;font-size:30px;cursor:pointer}.bm-utility-dialog__head{padding:28px 28px 20px;border-bottom:1px solid var(--bm-line)}.bm-utility-dialog__head small{color:var(--bm-green-dark);font-size:10px;font-weight:900;letter-spacing:.12em}.bm-utility-dialog__head h2{margin:5px 0 0;font-size:27px}.bm-utility-dialog__head p{margin:7px 0 0;color:#777;font-size:12px}.bm-account-dialog,.bm-cart-drawer{position:fixed;inset:0 0 0 auto;width:min(420px,94vw);height:100dvh;max-width:none;max-height:none;margin:0;padding:0;overflow-y:auto}.bm-account-dialog form,.bm-account-welcome{display:grid;gap:14px;padding:26px 28px}.bm-account-dialog form p{margin:0}.bm-account-dialog label{display:grid;gap:6px;color:#444;font-size:12px;font-weight:800}.bm-account-dialog input[type=text],.bm-account-dialog input[type=password]{width:100%;height:44px;border:1px solid #d5d5d1;border-radius:4px;padding:0 11px}.bm-account-dialog input[type=submit]{width:100%;height:44px;border:0;border-radius:4px;background:#222;color:#fff;font-weight:900;text-transform:uppercase;cursor:pointer}.bm-account-dialog .login-remember label{display:flex;flex-direction:row;align-items:center}.bm-account-links{display:flex;justify-content:space-between;gap:15px;padding:0 28px 28px;font-size:12px;font-weight:800}.bm-account-welcome>a:last-child{font-size:12px;text-decoration:underline}.bm-compare-dialog{width:min(1180px,94vw);max-width:none;max-height:88vh;border-radius:10px;padding:0;overflow:auto}.bm-compare-content{padding:24px 28px 30px}.bm-compare-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:0;overflow-x:auto}.bm-compare-grid article{position:relative;min-width:210px;padding:0 18px 18px;border-right:1px solid var(--bm-line)}.bm-compare-grid article:first-child{padding-left:0}.bm-compare-grid article:last-child{border-right:0}.bm-compare-grid article>button{position:absolute;top:7px;right:24px;z-index:2;display:grid;width:27px;height:27px;place-items:center;border:0;border-radius:50%;background:rgba(255,255,255,.94);font-size:20px;cursor:pointer}.bm-compare-grid img{width:100%;aspect-ratio:4/3;border-radius:7px;object-fit:cover}.bm-compare-grid h3{min-height:44px;margin:10px 0 5px;font-size:15px;line-height:1.35}.bm-compare-grid>article>strong{font-size:17px}.bm-compare-grid dl{margin:15px 0}.bm-compare-grid dl>div{min-height:55px;padding:9px 0;border-top:1px solid var(--bm-line)}.bm-compare-grid dt{color:#888;font-size:9px;font-weight:900;letter-spacing:.1em;text-transform:uppercase}.bm-compare-grid dd{margin:5px 0 0;font-size:12px;font-weight:800}.bm-compare-grid .bm-button{width:100%;padding:12px 8px;font-size:10px;text-align:center}.bm-utility-empty{padding:48px 15px;text-align:center}.bm-utility-empty strong{font-size:20px}.bm-utility-empty p{color:#777;line-height:1.6}.bm-utility-empty a{color:var(--bm-green-dark);font-weight:800;text-decoration:underline}.bm-cart-items{padding:0 24px}.bm-cart-item{display:grid;grid-template-columns:72px minmax(0,1fr) 24px;gap:13px;padding:18px 0;border-bottom:1px solid var(--bm-line)}.bm-cart-item>img{width:72px;height:72px;border-radius:5px;object-fit:cover}.bm-cart-item>div{display:flex;min-width:0;flex-direction:column;gap:5px}.bm-cart-item a{font-size:13px;font-weight:900;line-height:1.3}.bm-cart-item small{overflow:hidden;color:#777;font-size:10px;text-overflow:ellipsis;white-space:nowrap}.bm-cart-item span{font-size:12px;font-weight:800}.bm-cart-item>button{align-self:start;border:0;background:transparent;font-size:21px;cursor:pointer}.bm-cart-footer{position:sticky;bottom:0;margin-top:auto;padding:20px 24px 26px;border-top:1px solid var(--bm-line);background:#fff}.bm-cart-footer>div{display:flex;justify-content:space-between;margin-bottom:16px;font-size:15px}.bm-cart-footer .bm-button{display:block;text-align:center}.bm-cart-footer>button{display:block;margin:13px auto 0;border:0;background:transparent;color:#777;font-size:11px;text-decoration:underline;cursor:pointer}
@media (max-width:900px){.bm-actions{gap:10px}.bm-actions span,.bm-actions em{display:none}.bm-compare-grid{grid-template-columns:repeat(4,220px)}}
@media (max-width:520px){.bm-actions button{font-size:14px}.bm-actions b{min-width:15px;height:15px}.bm-compare-content{padding-right:16px;padding-left:16px}}

/* Header badges and cart discovery sections. */
.bm-header-compare,.bm-header-cart{position:relative;padding-top:8px!important}.bm-header-compare b,.bm-header-cart b{position:absolute;z-index:2;top:-10px;left:50%;min-width:18px;height:18px;padding:0 4px;border:2px solid #fff;box-sizing:border-box;box-shadow:0 1px 4px rgba(0,0,0,.14);font-size:9px;line-height:14px;transform:translateX(-50%)}.bm-cart-extras{padding:8px 24px 20px}.bm-cart-extra{border-top:1px solid var(--bm-line)}.bm-cart-extra:last-child{border-bottom:1px solid var(--bm-line)}.bm-cart-extra summary{display:flex;align-items:center;justify-content:space-between;padding:14px 2px;color:#333;font-size:12px;font-weight:900;cursor:pointer;list-style:none}.bm-cart-extra summary::-webkit-details-marker{display:none}.bm-cart-extra summary::after{content:'+';margin-left:auto;color:#777;font-size:18px;font-weight:400}.bm-cart-extra[open] summary::after{content:'−'}.bm-cart-extra summary b{display:grid;min-width:18px;height:18px;margin-left:8px;place-items:center;border-radius:999px;background:var(--bm-green);color:#fff;font-size:9px;order:1}.bm-cart-extra summary::after{order:2}.bm-cart-extra__empty{padding:0 2px 15px;color:#888;font-size:11px;line-height:1.55}.bm-cart-saved-item{display:grid;grid-template-columns:54px minmax(0,1fr) 22px;gap:10px;align-items:center;padding:8px 0 12px}.bm-cart-saved-item img{width:54px;height:54px;border-radius:5px;object-fit:cover}.bm-cart-saved-item>span{display:flex;min-width:0;flex-direction:column;gap:4px}.bm-cart-saved-item strong{overflow:hidden;font-size:11px;line-height:1.3;text-overflow:ellipsis;white-space:nowrap}.bm-cart-saved-item small{color:#777;font-size:10px;font-weight:800}.bm-cart-saved-item>b{color:#c94351;font-size:19px}.bm-cart-continue{display:block;margin:12px auto 0;color:#444;font-size:11px;font-weight:800;text-align:center;text-decoration:underline;text-underline-offset:3px}.bm-cart-footer>button{margin-top:8px}.bm-cart-drawer .bm-utility-dialog__head p{margin-top:5px}.bm-cart-drawer .bm-utility-empty{padding-top:34px;padding-bottom:34px}
@media (max-width:900px){.bm-header-compare,.bm-header-cart{padding-top:5px!important}.bm-header-compare b,.bm-header-cart b{top:-11px}.bm-actions .bm-header-cart em{display:none}}

/* Refined product actions and Gmail-style header counters. */
.bm-product__hover-actions{right:14px;grid-template-columns:70px 29px 112px;gap:6px}.bm-product__hover-actions button,.bm-product__hover-actions a{height:29px;border:1px solid rgba(33,33,31,.12);border-radius:999px;box-shadow:0 3px 10px rgba(0,0,0,.12);transition:background .18s ease,color .18s ease,transform .18s ease}.bm-product__hover-actions svg{width:12px;height:12px}.bm-product__compare{gap:4px;padding:0 9px}.bm-product__compare>span{position:static!important;display:block!important;padding:0!important;background:transparent!important;color:inherit!important;font-size:8px!important;font-weight:900!important;letter-spacing:.025em!important;opacity:1!important;pointer-events:auto!important}.bm-product__compare:hover,.bm-product__compare:focus-visible{background:#222;color:#fff;transform:translateY(-1px)}.bm-product__hover-actions .bm-product__add-cart{gap:5px;border-color:var(--bm-green-dark);background:var(--bm-green);box-shadow:0 4px 12px rgba(100,145,38,.24);font-size:8px;letter-spacing:.03em}.bm-product__hover-actions .bm-product__add-cart:hover,.bm-product__hover-actions .bm-product__add-cart:focus-visible{background:var(--bm-green-dark);transform:translateY(-1px)}.bm-header-compare,.bm-header-cart{padding-top:3px!important;padding-right:6px!important}.bm-header-compare b,.bm-header-cart b{top:-8px;right:-7px;left:auto;min-width:17px;height:17px;border:1.5px solid #fff;border-radius:999px;background:#d93025;box-shadow:0 1px 4px rgba(0,0,0,.2);font-size:9px;line-height:14px;transform:none}.bm-header-compare:hover b,.bm-header-cart:hover b{background:#b3261e}
@media (max-width:520px){.bm-product__hover-actions{grid-template-columns:66px 28px 104px;gap:5px}.bm-product__hover-actions button,.bm-product__hover-actions a{height:28px}.bm-header-compare b,.bm-header-cart b{right:-6px;top:-8px}}

/* Icon-only WoodMart-style utility bar and product wishlist control. */
.bm-actions{gap:9px}.bm-actions button{position:relative;width:35px;height:35px;justify-content:center;border:1px solid transparent;border-radius:50%;padding:0;background:transparent}.bm-actions button:hover,.bm-actions button:focus-visible{border-color:var(--bm-line);background:#fafaf8;color:var(--bm-green-dark)}.bm-actions button svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:1.65;stroke-linecap:round;stroke-linejoin:round}.bm-header-wishlist,.bm-header-compare,.bm-header-cart{padding:0!important}.bm-header-wishlist b,.bm-header-compare b,.bm-header-cart b{top:-4px;right:-5px;left:auto;min-width:17px;height:17px;border:1.5px solid #fff;border-radius:999px;background:#d93025;box-shadow:0 1px 4px rgba(0,0,0,.2);font-size:9px;line-height:14px;transform:none}.bm-header-wishlist:hover b,.bm-header-compare:hover b,.bm-header-cart:hover b{background:#b3261e}.bm-search button svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.75;stroke-linecap:round}.bm-wishlist-toggle--detail{display:inline-flex;align-items:center;gap:8px;margin:0 0 20px;border:0;padding:0;background:transparent;color:#444;font-size:12px;font-weight:900;cursor:pointer}.bm-wishlist-toggle--detail svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.bm-wishlist-toggle--detail:hover,.bm-wishlist-toggle--detail:focus-visible,.bm-wishlist-toggle--detail.is-saved{color:#c94351}.bm-wishlist-toggle--detail.is-saved svg{fill:currentColor}.bm-wishlist-dialog{position:fixed;inset:0 0 0 auto;width:min(420px,94vw);height:100dvh;max-width:none;max-height:none;margin:0;padding:0;overflow-y:auto}.bm-wishlist-items{padding:0 24px}.bm-wishlist-item{display:grid;grid-template-columns:76px minmax(0,1fr) 24px;gap:13px;padding:18px 0;border-bottom:1px solid var(--bm-line)}.bm-wishlist-item>img{width:76px;height:76px;border-radius:6px;object-fit:cover}.bm-wishlist-item>div{display:flex;min-width:0;flex-direction:column;align-items:flex-start;gap:6px}.bm-wishlist-item>div>a:first-child{font-size:13px;font-weight:900;line-height:1.35}.bm-wishlist-item strong{font-size:14px}.bm-wishlist-item__options{color:var(--bm-green-dark);font-size:11px;font-weight:900;text-decoration:underline;text-underline-offset:3px}.bm-wishlist-item>button{align-self:start;border:0;background:transparent;color:#444;font-size:22px;cursor:pointer}.bm-wishlist-item>button:hover{color:#c94351}
@media (max-width:900px){.bm-actions{gap:6px}.bm-actions button{width:32px;height:32px}.bm-actions button svg{width:18px;height:18px}.bm-header-wishlist b,.bm-header-compare b,.bm-header-cart b{top:-5px;right:-5px}}

/* Canonical WoodMart reference geometry. */
@media (min-width:901px){
  .bm-masthead__inner{width:min(1222px,calc(100% - 32px));min-height:105px;grid-template-columns:275px 604px 333px;gap:0;padding:0 5px}
  .bm-brand{width:265px;height:45px;padding:0 10px;gap:12px;font-size:27px}
  .bm-brand img{width:45px;height:45px}
  .bm-search{display:grid;width:584px;height:46px;grid-template-columns:minmax(0,1fr) 172px 46px;margin:0 10px;border:1.6px solid rgba(0,0,0,.1)}
  .bm-search input{order:1;height:42px;padding:0 15px;color:#767676;font:400 14px/22.4px Lato,Arial,Helvetica,sans-serif}
  .bm-search select{display:block;order:2;width:172px;max-width:none;height:42px;appearance:none;border:0;border-left:1px solid rgba(0,0,0,.1);padding:0 34px 0 15px;background:#fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 6'%3E%3Cpath d='m1 1 4 4 4-4' fill='none' stroke='%23767676' stroke-width='1.2'/%3E%3C/svg%3E") no-repeat right 15px center/8px 5px;color:#767676;font:400 13px/20.8px Lato,Arial,Helvetica,sans-serif}
  .bm-search button{order:3;width:46px;height:42px;border:0;border-left:1px solid rgba(0,0,0,.1);padding:0;background:#fff;color:#333}
  .bm-search button svg{width:20px;height:20px;stroke-width:1.55}
  .bm-actions{width:333px;height:105px;justify-content:flex-start;gap:0;padding-left:10px;color:#333;font:400 15px/15px Lato,Arial,Helvetica,sans-serif;text-transform:none}
  .bm-actions button{position:relative;flex:0 0 auto;height:40px;justify-content:flex-start;gap:7px;border:0!important;border-radius:0!important;padding:0 10px!important;background:transparent!important;color:#333;text-transform:none}
  .bm-actions button svg{flex:0 0 20px;width:20px;height:20px;margin-right:6px;stroke-width:1.55}
  .bm-header-account{width:130px!important}
  .bm-header-account__label{display:block!important;color:#333;font:700 13px/13px Lato,Arial,Helvetica,sans-serif!important;letter-spacing:-.525px;text-transform:uppercase;white-space:nowrap}
  .bm-header-wishlist,.bm-header-compare{width:46px!important}
  .bm-header-cart{width:101px!important}
  .bm-header-cart em{display:block!important;color:#333;font:700 13px/13px Lato,Arial,Helvetica,sans-serif!important;letter-spacing:0;text-transform:none}
  .bm-header-wishlist b,.bm-header-compare b,.bm-header-cart b{position:absolute!important;z-index:2;top:5px!important;right:auto!important;left:24px!important;display:block;min-width:15px;width:15px;height:15px;padding:0;border:0;border-radius:50%;background:#83b735;box-shadow:none;color:#fff;font:400 9px/15px Lato,Arial,Helvetica,sans-serif!important;text-align:center;transform:none!important}
  .bm-actions button:hover,.bm-actions button:focus-visible{color:#83b735}
}
@media (max-width:900px){.bm-search select{display:none}.bm-header-account{display:none!important}.bm-header-cart em{display:none!important}}
