:root { --bd-gray:#666; --bd-gray-hover:#4d4d4d; --bd-ink:#1f1f1f; --bd-line:#dedede; }
body button.bd-favorite-button,.bd-favorites-toggle,.bd-favorites-panel button.bd-delivery-submit{min-height:44px!important;font-family:Montserrat,sans-serif!important;border:0!important;border-radius:4px!important;background:var(--bd-gray)!important;color:#fff!important;font-size:14px!important;font-weight:500!important;line-height:18px!important;padding:11px 14px!important;text-decoration:none!important;box-shadow:none!important;transition:background-color .2s ease,color .2s ease,border-color .2s ease!important;cursor:pointer}
.bd-favorite-actions{display:flex;flex-direction:column;align-items:flex-start;gap:4px;margin-top:12px}body button.bd-favorite-button{display:inline-flex!important;align-items:center;justify-content:center;gap:6px;margin:0!important;width:auto!important}body button.bd-favorite-button.is-saved{background:#555!important}body button.bd-favorite-button:hover,body button.bd-favorite-button:focus,.bd-favorites-toggle:hover,.bd-favorites-toggle:focus,.bd-favorites-panel button.bd-delivery-submit:hover,.bd-favorites-panel button.bd-delivery-submit:focus{background:var(--bd-gray-hover)!important;color:#fff!important;border-color:var(--bd-gray-hover)!important}body button.bd-favorite-button:focus-visible,.bd-favorites-toggle:focus-visible,.bd-favorites-panel button.bd-delivery-submit:focus-visible{outline:3px solid #111!important;outline-offset:3px!important}.bd-view-favorites,.bd-schedule-delivery{display:inline-flex;align-items:center;min-height:44px;color:#333!important;font:700 14px/1.35 Montserrat,sans-serif!important;text-decoration:underline!important;text-underline-offset:3px;cursor:pointer}.bd-schedule-delivery{font-weight:600!important}.bd-view-favorites:hover,.bd-view-favorites:focus,.bd-schedule-delivery:hover,.bd-schedule-delivery:focus{color:#000!important;text-decoration-thickness:2px!important}.bd-view-favorites:focus-visible,.bd-schedule-delivery:focus-visible{outline:3px solid #777;outline-offset:3px}
.bd-favorites-toggle{position:fixed;right:24px;bottom:24px;z-index:99990;box-shadow:0 7px 25px rgba(0,0,0,.18)}.bd-favorites-count{display:inline-flex;align-items:center;justify-content:center;min-width:20px;height:20px;margin-left:5px;border-radius:50%;background:#fff;color:#555;font-size:11px}
.bd-favorites-overlay{position:fixed;inset:0;z-index:99991;background:rgba(0,0,0,.42)}.bd-favorites-panel{position:fixed;z-index:99992;top:0;right:0;width:min(520px,100%);height:100dvh;background:#fff;box-shadow:-12px 0 35px rgba(0,0,0,.2);padding:26px;overflow:auto;transform:translateX(105%);transition:transform .3s ease;font-family:Montserrat,sans-serif;color:var(--bd-ink)}.bd-favorites-panel.is-open{transform:translateX(0)}body.bd-favorites-open{overflow:hidden}
.bd-favorites-header{display:flex;align-items:flex-start;justify-content:space-between;border-bottom:1px solid var(--bd-line);padding-bottom:18px}.bd-favorites-header h2{font:500 28px/1.15 Montserrat,sans-serif;margin:3px 0 0}.bd-eyebrow{font-size:11px;letter-spacing:.15em;text-transform:uppercase;color:#777}.bd-favorites-panel button.bd-favorites-close,.bd-favorites-panel button.bd-remove-favorite{display:inline-flex!important;align-items:center!important;justify-content:center!important;flex:0 0 44px!important;width:44px!important;height:44px!important;min-width:44px!important;margin:0!important;padding:0!important;border:1px solid #555!important;border-radius:50%!important;background:#555!important;color:#fff!important;font:500 24px/1 Montserrat,sans-serif!important;box-shadow:none!important;cursor:pointer;transition:background-color .2s ease,border-color .2s ease,transform .2s ease!important}.bd-favorites-panel button.bd-favorites-close:hover,.bd-favorites-panel button.bd-favorites-close:focus,.bd-favorites-panel button.bd-remove-favorite:hover,.bd-favorites-panel button.bd-remove-favorite:focus{background:#fff!important;border-color:#111!important;color:#111!important;transform:scale(1.08)}.bd-favorites-panel button.bd-favorites-close:focus-visible,.bd-favorites-panel button.bd-remove-favorite:focus-visible{outline:3px solid #999!important;outline-offset:3px}
.bd-favorites-items{padding:10px 0 4px}.bd-favorite-item{display:grid;grid-template-columns:82px 1fr auto;gap:14px;align-items:center;padding:14px 0;border-bottom:1px solid var(--bd-line)}.bd-favorite-item img{width:82px;height:82px;object-fit:cover}.bd-favorite-name{display:block;color:var(--bd-ink);font-weight:600;text-decoration:none}.bd-favorite-meta{display:block;color:#666;font-size:12px;margin:5px 0}.bd-qty{display:inline-flex!important;align-items:center;gap:7px;font-size:12px}.bd-favorites-panel .bd-qty input{display:inline-block!important;width:64px!important;height:44px!important;min-height:44px!important;margin:0!important;padding:7px 9px!important;border:1px solid #777!important;border-radius:2px!important;background:#fff!important;color:#222!important;font:400 16px/1 Montserrat,sans-serif!important;box-sizing:border-box!important}
.bd-delivery-form{margin-top:24px;padding-top:18px;border-top:2px solid var(--bd-ink)}.bd-delivery-form h3{font:500 22px/1.2 Montserrat,sans-serif;margin:0 0 6px}.bd-delivery-form>p{font-size:13px;line-height:1.5}.bd-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.bd-delivery-form label{display:block;font-size:12px;font-weight:600;margin:12px 0 0}.bd-delivery-form input,.bd-delivery-form textarea{display:block;width:100%;min-height:44px;box-sizing:border-box;margin-top:5px;padding:10px;border:1px solid #777;border-radius:2px;background:#fff;color:#222;font:400 16px/1.4 Montserrat,sans-serif}.bd-favorites-panel button.bd-delivery-submit{display:block!important;width:100%!important;margin-top:18px!important;padding:13px!important}.bd-delivery-submit:disabled{opacity:.6;cursor:wait}.bd-honeypot{position:absolute!important;left:-9999px!important}.bd-form-status{min-height:20px}.bd-form-status.is-success{color:#2d6b3b}.bd-form-status.is-error,.bd-form-error{color:#a02828}.bd-favorites-empty,.bd-loading{padding:22px 0;color:#666}
.bd-product-catalog{max-width:1280px;margin:0 auto;padding:36px 20px 70px}.bd-catalog-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:28px;border-bottom:1px solid var(--bd-line);padding-bottom:22px}.bd-catalog-heading h2{margin:4px 0 0;font:500 clamp(30px,4vw,52px)/1.1 Montserrat,sans-serif}.bd-category-filter{min-width:260px}.bd-category-filter label{display:block;margin-bottom:7px;color:#333;font:600 13px/1.3 Montserrat,sans-serif}.bd-category-filter select{width:100%;min-height:46px;padding:10px 40px 10px 12px;border:1px solid #777;border-radius:2px;background:#fff;color:#222;font:500 15px/1.3 Montserrat,sans-serif}.bd-category-filter select:focus-visible{outline:3px solid #777;outline-offset:2px}.bd-catalog-count{margin:18px 0;color:#666;font:500 13px/1.4 Montserrat,sans-serif}.bd-catalog-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:34px 24px}.bd-catalog-card{min-width:0;background:#fff}.bd-catalog-image{display:block;aspect-ratio:1/1;overflow:hidden;background:#f5f5f5}.bd-catalog-image img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .25s ease}.bd-catalog-image:hover img{transform:scale(1.025)}.bd-catalog-card-body{padding:16px 0}.bd-catalog-card h3{margin:0 0 8px;font:600 18px/1.35 Montserrat,sans-serif}.bd-catalog-card h3 a{color:#222;text-decoration:none}.bd-catalog-card h3 a:hover,.bd-catalog-card h3 a:focus{text-decoration:underline}.bd-catalog-price{color:#444;font:500 15px/1.5 Montserrat,sans-serif}.bd-catalog-price del{color:#777}.bd-catalog-price ins{text-decoration:none}.bd-catalog-card .bd-favorite-actions{align-items:stretch}.bd-catalog-card .bd-favorite-button{justify-content:center;width:100%!important}.bd-catalog-card .bd-view-favorites,.bd-catalog-card .bd-schedule-delivery{text-align:center}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important}.bd-catalog-image img,.bd-favorites-panel{transition:none!important}}
@media(max-width:900px){.bd-catalog-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:600px){.bd-favorites-panel{padding:20px}.bd-form-grid{grid-template-columns:1fr}.bd-favorites-toggle{right:14px;bottom:14px}body button.bd-favorite-button{width:100%!important;justify-content:center}.bd-favorite-actions{align-items:stretch}.bd-view-favorites,.bd-schedule-delivery{justify-content:center;text-align:center}.bd-catalog-heading{align-items:stretch;flex-direction:column}.bd-category-filter{min-width:0}.bd-catalog-grid{grid-template-columns:1fr;gap:30px}.bd-product-catalog{padding-inline:16px}}
