.bb{background:var(--bb-page-bg, #fff)}.bb__tiers{display:flex;border:1px solid #ddd;border-radius:6px;overflow:hidden;margin-bottom:16px}.bb__tier{flex:1;padding:12px 6px;background:#fff;border:none;border-left:1px solid #ddd;cursor:pointer;display:flex;flex-direction:column;align-items:center;gap:3px;transition:background .15s,color .15s;line-height:1.2}.bb__tier:first-child{border-left:none}.bb__tier strong{font-size:13.5px;font-weight:700;display:block;color:inherit}.bb__tier span{font-size:12px;color:#888;display:block}.bb__tier--active{background:#111;color:#fff}.bb__tier--active span{color:#fff9}.bb__tiers-top{display:none;padding:20px 16px 0}.bb__tiers-top .bb__tiers{margin-bottom:0}.bb__wrap{max-width:1200px;margin:0 auto;padding:0 24px 60px}.bb__layout{display:grid;grid-template-columns:1fr 360px;gap:48px;align-items:start;padding:32px 0}.bb__cat{border-top:1px solid #e5e5e5}.bb__cat:last-child{border-bottom:1px solid #e5e5e5}.bb__cat-header{width:100%;background:none;border:none;padding:18px 0;display:flex;justify-content:space-between;align-items:center;cursor:pointer;font-size:18px;font-weight:700;color:#111;text-align:left;gap:12px}.bb__cat-icon{font-size:24px;font-weight:300;color:#111;transition:transform .2s ease;flex-shrink:0;line-height:1}.bb__cat--open .bb__cat-icon{transform:rotate(45deg)}.bb__cat-body{display:none;padding-bottom:20px}.bb__cat--open .bb__cat-body{display:block}.bb__prod-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.bb__prod{display:flex;align-items:center;gap:10px;border:1px solid #e8e8e8;border-radius:8px;padding:10px 12px 10px 10px;background:#fff}.bb__prod-img,.bb__prod-img-ph{width:56px;height:56px;border-radius:6px;flex-shrink:0;object-fit:cover}.bb__prod-img-ph{background:#f0f0f0}.bb__prod-name{flex:1;font-size:12.5px;font-weight:600;color:#111;margin:0;line-height:1.35;min-width:0}.bb__prod-price{font-size:13px;font-weight:600;color:#111;margin:0;white-space:nowrap;flex-shrink:0}.bb__prod-btn{width:36px;height:36px;min-width:36px;border-radius:50%;background:#111;color:#fff;border:none;cursor:pointer;font-size:22px;line-height:1;display:flex;align-items:center;justify-content:center;flex-shrink:0;padding:0;transition:background .15s;margin-left:6px}.bb__prod-btn:hover{background:#333}.bb__prod-btn:disabled{background:#ccc;cursor:not-allowed}.bb__sidebar{position:sticky;top:90px}.bb__sidebar-box{border:1px solid #e0e0e0;border-radius:8px;padding:20px;background:#fff}.bb__sidebar-top{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:2px;gap:10px}.bb__sidebar-title{font-size:16px;font-weight:800;color:#111;text-transform:uppercase;letter-spacing:.02em;line-height:1.2;margin:0}.bb__clear{background:none;border:1px solid #ccc;border-radius:4px;padding:5px 12px;font-size:12.5px;color:#555;cursor:pointer;white-space:nowrap;flex-shrink:0;transition:border-color .15s}.bb__clear:hover{border-color:#888}.bb__tagline{font-size:12px;color:#999;margin:0 0 14px;text-transform:uppercase;letter-spacing:.05em}.bb__discount-msg{text-align:center;font-size:13px;font-weight:600;color:#111;margin:0 0 8px}.bb__progress{height:4px;background:#e5e5e5;border-radius:100px;margin-bottom:14px;overflow:hidden}.bb__progress-fill{height:100%;background:#5cb85c;border-radius:100px;transition:width .3s ease;width:0%}.bb__item-count{font-size:14px;color:#555;margin:0 0 12px}.bb__slots{display:flex;gap:8px;margin-bottom:0;flex-wrap:nowrap}.bb__slot{flex:1;min-width:0;aspect-ratio:1 / 1;border:2px dashed #c0c0c0;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:15px;font-weight:600;color:#bbb;overflow:hidden;position:relative;background:#fafafa}.bb__slot--filled{border:1px solid #ddd;border-style:solid;background:#fff}.bb__slot img{width:100%;height:100%;object-fit:cover;display:block}.bb__slot-remove{position:absolute;top:3px;right:3px;width:18px;height:18px;background:#00000080;color:#fff;border:none;border-radius:50%;font-size:10px;cursor:pointer;display:none;align-items:center;justify-content:center;padding:0;line-height:1}.bb__slot--filled .bb__slot-remove{display:flex}.bb__divider{border:none;border-top:1px solid #e8e8e8;margin:20px 0 16px}.bb__total-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:14px}.bb__total-label{font-size:16px;font-weight:500;color:#111}.bb__total-price{font-size:22px;font-weight:800;color:#111}.bb__cart-btn{width:100%;padding:15px;background:#111;color:#fff;border:none;border-radius:4px;font-size:14px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;cursor:pointer;transition:opacity .15s}.bb__cart-btn:disabled{opacity:.3;cursor:not-allowed}.bb__cart-btn:not(:disabled):hover{opacity:.85}.bb__mobile-bar{display:none}@media(max-width:900px){.bb__tiers-top{display:block;width:100%}.bb__tiers-top .bb__tiers{width:100%}.bb__sidebar{display:none}.bb__wrap{padding:0 16px 220px}.bb__layout{grid-template-columns:1fr;gap:0;padding:16px 0}.bb__prod-grid{grid-template-columns:1fr;gap:8px}.bb__prod-img,.bb__prod-img-ph{width:72px;height:72px}.bb__prod-name,.bb__prod-price{font-size:14px}.bb__prod-btn{width:40px;height:40px;min-width:40px;font-size:24px}.bb__cat-header{font-size:16px}.bb__mobile-bar{display:block;position:fixed;bottom:0;left:0;right:0;background:#fff;border-top:2px solid #f0f0f0;padding:10px 16px 20px;z-index:300;box-shadow:0 -4px 24px #0000001a}.bb__mobile-discount{text-align:center;font-size:12.5px;font-weight:700;color:#111;margin:0 0 6px}.bb__mobile-progress{height:3px;background:#e5e5e5;border-radius:100px;margin-bottom:10px;overflow:hidden}.bb__mobile-fill{height:100%;background:#5cb85c;border-radius:100px;transition:width .3s ease;width:0%}.bb__mobile-bar-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.bb__mobile-title{font-size:14px;font-weight:800;text-transform:uppercase;letter-spacing:.03em;color:#111}.bb__mobile-slots{display:flex;gap:8px;margin-bottom:12px}.bb__mobile-slot{flex:1;aspect-ratio:1 / 1;border:2px dashed #c0c0c0;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:600;color:#bbb;overflow:hidden;background:#fafafa}.bb__mobile-slot--filled{border:1px solid #ddd}.bb__mobile-slot img{width:100%;height:100%;object-fit:cover;display:block}.bb__mobile-cart{width:100%;padding:16px;background:#111;color:#fff;border:none;border-radius:4px;font-size:14px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;cursor:pointer;display:block;text-align:center;transition:opacity .15s}.bb__mobile-cart:disabled{opacity:.3;cursor:not-allowed}.bb__mobile-cart:not(:disabled):hover{opacity:.85}}
/*# sourceMappingURL=/cdn/shop/t/27/assets/bundle-builder.css.map */
