.bb{font-family:var(--font-body-family);color:var(--color-base-text);margin:2.5rem auto 8rem}.bb__header{text-align:center;margin-bottom:2rem}.bb__heading{font-family:var(--font-heading-family);font-size:2rem;font-weight:700;margin:0 0 .5rem}.bb__subheading{font-size:.875rem;color:#666;max-width:35rem;margin:0 auto;line-height:1.5}.bb__columns{display:flex;gap:2rem;align-items:flex-start}.bb__products{flex:2;min-width:0}.bb__sidebar{flex:0 0 18rem;display:block}.bb__sidebar-inner{position:sticky;top:1.5rem;background:#f5f5f5;border-radius:.5rem;padding:1.5rem}.bb__sidebar-heading{font-size:1.125rem;font-weight:700;margin:0 0 1rem}.bb__products-heading{font-size:1.125rem;font-weight:700;margin:0 0 1.25rem}.bb__tiers{display:flex;gap:.5rem;margin-bottom:1.25rem}.bb__tier{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.125rem;padding:.5rem .25rem;border:1px solid #e0e0e0;border-radius:.25rem;background:#fff;cursor:pointer;transition:all .2s ease;font-family:inherit}.bb__tier:hover{border-color:#000}.bb__tier--active{background:#000;color:#fff;border-color:#000}.bb__tier-count{font-size:.75rem;font-weight:700;line-height:1}.bb__tier-pct{font-size:.625rem;line-height:1;opacity:.8}.bb__tiers-mobile{display:none}.bb__tiers-label{font-weight:700;margin:0 0 .75rem}.bb__tiers--desktop{display:flex}.bb__bundle-header{margin-bottom:.75rem}.bb__bundle-title{font-size:.875rem;font-weight:600}.bb__selected-items{display:grid;grid-template-columns:repeat(3, 1fr);gap:.5rem;margin-bottom:1rem;min-height:4rem}.bb__slot{aspect-ratio:1;background:#fff;border:1px dashed #e0e0e0;border-radius:.25rem;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.bb__slot--filled{border-style:solid;border-color:#000}.bb__slot--enter{animation:bb-slot-pop .25s ease both}@keyframes bb-slot-pop{from{transform:scale(0.8);opacity:0}to{transform:scale(1);opacity:1}}.bb__slot-img{width:100%;height:100%;object-fit:cover;border-radius:.25rem}.bb__slot-remove{position:absolute;top:.125rem;right:.125rem;width:1.125rem;height:1.125rem;border-radius:50%;background:#000;color:#fff;border:none;font-size:.625rem;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0}.bb__slot-qty{position:absolute;bottom:.125rem;left:.125rem;background:#000;color:#fff;font-size:.5625rem;font-weight:700;padding:.0625rem .25rem;border-radius:.125rem}.bb__progress{height:.25rem;background:#e0e0e0;border-radius:.125rem;margin-bottom:1rem;overflow:hidden}.bb__progress-bar{height:100%;width:0;background:#000;border-radius:.125rem;transition:width .3s ease}.bb__totals{border-top:1px solid #e0e0e0;padding-top:.75rem;margin-bottom:1rem}.bb__totals-row{display:flex;justify-content:space-between;font-size:.875rem;margin-bottom:.375rem}.bb__totals-row--discount{color:#c00}.bb__totals-row--total{font-weight:700;font-size:1rem;padding-top:.375rem;border-top:1px solid #e0e0e0;margin-top:.375rem}.bb__cta{width:100%;padding:.875rem 1rem;background:#000;color:#fff;border:none;border-radius:.5rem;font-size:.9375rem;font-weight:700;cursor:pointer;transition:opacity .2s ease;font-family:inherit}.bb__cta:disabled{opacity:.4;cursor:not-allowed}.bb__cta:not(:disabled):hover{opacity:.85}.bb__clear{display:block;width:100%;margin-top:.75rem;background:none;border:none;color:#666;font-size:.8125rem;text-decoration:underline;cursor:pointer;font-family:inherit;padding:.25rem}.bb__clear:hover{color:#000}.bb__grid{display:grid;grid-template-columns:repeat(4, 1fr);gap:1.25rem}@media(max-width: 1200px){.bb__grid{grid-template-columns:repeat(3, 1fr)}}.bb-product{border:2px solid #e0e0e0;border-radius:.5rem;overflow:hidden;transition:border-color .2s ease,box-shadow .2s ease;display:flex;flex-direction:column}.bb-product:hover{box-shadow:0 2px 8px rgba(0,0,0,.08)}.bb-product--selected{border-color:#000}.bb-product--max-reached{opacity:.5;pointer-events:auto;cursor:not-allowed}.bb-product--shake{animation:bb-shake .4s ease}@keyframes bb-shake{0%,100%{transform:translateX(0)}20%{transform:translateX(-4px)}40%{transform:translateX(4px)}60%{transform:translateX(-3px)}80%{transform:translateX(2px)}}a.bb-product__image{display:block;text-decoration:none}.bb-product__image{aspect-ratio:1;overflow:hidden;background:#f5f5f5}.bb-product__image img{width:100%;height:100%;object-fit:cover;display:block}.bb-product__info{padding:.75rem;flex:1;display:flex;flex-direction:column}.bb-product__title-link{text-decoration:none;color:inherit}.bb-product__title-link:hover .bb-product__title{text-decoration:underline}.bb-product__title{font-size:.8125rem;font-weight:500;margin:0 0 .25rem;line-height:1.3}.bb-product__price{font-size:.875rem;font-weight:700;margin-top:auto}.bb-product .yotpo.bottomLine{margin-bottom:.25rem}.bb-product__actions{padding:0 .75rem .75rem}.bb-product__add-btn{width:100%;padding:.5rem;background:#000;color:#fff;border:none;border-radius:.25rem;font-size:.8125rem;font-weight:600;cursor:pointer;transition:opacity .2s ease;font-family:inherit}.bb-product__add-btn:hover{opacity:.85}.bb-product__qty{display:flex;align-items:center;justify-content:center;border:1px solid #e0e0e0;border-radius:.25rem;overflow:hidden;height:2.25rem}.bb-product__qty-btn{flex:0 0 2.25rem;height:100%;border:none;background:#f5f5f5;font-size:1rem;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .15s ease;font-family:inherit;color:#000}.bb-product__qty-btn:hover{background:#e8e8e8}.bb-product__qty-val{flex:1;text-align:center;font-size:.875rem;font-weight:600;min-width:2rem}.bb__toast{position:fixed;bottom:1.5rem;left:50%;transform:translateX(-50%) translateY(1rem);background:#000;color:#fff;padding:.625rem 1.25rem;border-radius:.5rem;font-size:.8125rem;font-weight:500;white-space:nowrap;opacity:0;pointer-events:none;transition:opacity .3s ease,transform .3s ease;z-index:300}.bb__toast--visible{opacity:1;transform:translateX(-50%) translateY(0)}.bb__mobile-bar{display:none}.bb__mobile-panel{display:none}@media(max-width: 768px){.bb__heading{font-size:1.5rem}.bb__columns{flex-direction:column}.bb__sidebar{display:none}.bb__tiers-mobile{display:block;margin-bottom:1.5rem}.bb__tiers--desktop{display:none}.bb__grid{grid-template-columns:repeat(2, 1fr);gap:.75rem}.bb__products{padding-bottom:5rem}.bb__mobile-bar{display:flex;align-items:center;gap:.75rem;position:fixed;bottom:0;left:0;right:0;background:#fff;padding:.75rem 1rem;box-shadow:0 -2px 8px rgba(0,0,0,.1);z-index:100}.bb__mobile-toggle{flex:1;padding:.75rem;background:#f5f5f5;border:1px solid #e0e0e0;border-radius:.25rem;font-size:.8125rem;font-weight:600;cursor:pointer;font-family:inherit}.bb__cta--mobile{flex:1}.bb__mobile-panel{display:block;position:fixed;inset:0;z-index:200;pointer-events:none;visibility:hidden}.bb__mobile-panel--open{pointer-events:auto;visibility:visible}.bb__mobile-backdrop{position:absolute;inset:0;background:rgba(0,0,0,.5);opacity:0;transition:opacity .3s ease}.bb__mobile-panel--open .bb__mobile-backdrop{opacity:1}.bb__mobile-sheet{position:absolute;bottom:0;left:0;right:0;background:#fff;border-radius:1rem 1rem 0 0;padding:1.25rem;transform:translateY(100%);transition:transform .3s ease;max-height:80vh;overflow-y:auto}.bb__mobile-panel--open .bb__mobile-sheet{transform:translateY(0)}.bb__mobile-sheet-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.bb__mobile-close{background:none;border:none;font-size:1.5rem;cursor:pointer;padding:.25rem;line-height:1;color:#666}.bb__selected-items--mobile{grid-template-columns:repeat(3, 1fr)}.bb__toast{bottom:5rem}}
