.shopify-section-header-sticky{position:static!important}.shopify-section-header-hidden{transform:none!important}.bundle-builder{--bb-accent: var(--color-button, #0DB1AC);--bb-accent-hover: color-mix(in srgb, var(--bb-accent) 85%, #000);--bb-bg: #000;--bb-card-bg: #121212;--bb-text: #fff;--bb-muted: #d2d2d2;--bb-border: #333;--bb-radius: 0;--bb-slot-size: 60px;--bb-slot-gap: 6px;--bb-max-slots: 5;font-family:var(--font-body-family);font-weight:var(--font-body-weight);font-style:var(--font-body-style);background:var(--bb-bg);color:var(--bb-text);padding:40px 0;min-height:100vh}.bundle-builder__inner{max-width:1520px;margin:0 auto;padding:0 1.5rem}.bundle-builder__header-row{display:flex;flex-direction:column;gap:1.2rem;margin-bottom:2.4rem}.bundle-builder__header{background:#2d2d2d;border:2px solid #fff;padding:2rem}.bundle-builder__title-row{display:flex;flex-wrap:wrap;align-items:baseline;gap:.8rem 1.6rem;margin-bottom:1.6rem}.bundle-builder__title{font-family:var(--font-heading-family);font-weight:var(--font-heading-weight);font-style:var(--font-heading-style);font-size:2.4rem;color:#fff;margin:0;line-height:1.2}.bundle-builder__subtitle{font-family:var(--font-body-family);font-weight:500;font-size:1.1rem;color:#fff;margin:0;line-height:1.4}.bundle-builder__slots{display:flex;gap:var(--bb-slot-gap);flex-wrap:nowrap;align-items:flex-start}.bundle-builder__slot{display:flex;flex-direction:column;align-items:center;gap:4px;min-width:var(--bb-slot-size);flex-shrink:0}.bundle-builder__slot-box{width:var(--bb-slot-size);height:var(--bb-slot-size);border-radius:0;border:2px solid var(--bb-border);display:flex;align-items:center;justify-content:center;background:#e8e8e8;transition:border-color .25s,background-color .25s,transform .2s;position:relative;overflow:hidden}.bundle-builder__slot--filled .bundle-builder__slot-box{border-color:var(--bb-accent);background:#000}.bundle-builder__slot--next .bundle-builder__slot-box{border-color:var(--bb-accent);border-style:dashed}.bundle-builder__slot-box img{width:100%;height:100%;object-fit:cover;display:block;position:absolute;top:0;right:0;bottom:0;left:0}.bundle-builder__slot-icon{width:16px;height:16px;opacity:.3;color:#000}.bundle-builder__slot--next .bundle-builder__slot-icon{opacity:.6;color:var(--bb-accent)}.bundle-builder__slot--filled .bundle-builder__slot-icon{display:none}.bundle-builder__slot-remove{position:absolute;top:2px;right:2px;width:20px;height:20px;background:none;border:none;color:#fff;font-size:1.8rem;line-height:1;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:2;padding:0;text-shadow:0 1px 2px rgba(0,0,0,.6)}.bundle-builder__slot-label{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;text-align:center;padding:calc(var(--bb-slot-size) * .12) calc(var(--bb-slot-size) * .1);font-family:var(--font-heading-family);font-weight:var(--font-bold, 700);font-style:var(--font-heading-style);font-size:min(calc(var(--bb-slot-size) * .11),12px);line-height:1.2;color:var(--bb-accent);text-transform:uppercase;pointer-events:none;z-index:1;overflow-wrap:normal;word-break:normal}.bundle-builder__slot-number{position:absolute;bottom:2px;right:4px;font-family:var(--font-heading-family);font-weight:var(--font-bold, 700);font-style:var(--font-heading-style);font-size:calc(var(--bb-slot-size) * .16);color:#000;z-index:1;pointer-events:none}.bundle-builder__slot-title{font-family:var(--font-body-family);font-size:.9rem;font-weight:400;color:#fff;text-align:center;max-width:var(--bb-slot-size);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;line-height:1.3}.bundle-builder__sidebar{background:#2d2d2d;border:2px solid #fff;padding:1.6rem 2rem;display:flex;flex-direction:column;gap:0}.bundle-builder__sidebar-toggle{display:none}.bundle-builder__sidebar-details{display:contents}.bundle-builder__sidebar-row{display:flex;justify-content:space-between;align-items:center;padding:1rem 0}.bundle-builder__sidebar-row--highlight{background:#fff;margin:0 -2rem;padding:1rem 2rem}.bundle-builder__sidebar-label{font-family:var(--font-heading-family);font-weight:var(--font-bold, 700);font-size:1.4rem;color:#fff}.bundle-builder__sidebar-row--highlight .bundle-builder__sidebar-label{color:#000}.bundle-builder__sidebar-value{font-family:var(--font-heading-family);font-weight:var(--font-bold, 700);font-size:1.4rem;color:var(--bb-accent)}.bundle-builder__sidebar-row--highlight .bundle-builder__sidebar-value{color:var(--bb-accent)}.bundle-builder__sidebar-row--discounts{align-items:flex-start}.bundle-builder__discounts{display:flex;flex-direction:column;align-items:flex-end;gap:.5rem;text-align:right}.bundle-builder__discount-line{display:flex;align-items:baseline;justify-content:flex-end;flex-wrap:wrap;gap:.2rem .8rem}.bundle-builder__discount-name{font-family:var(--font-body-family);font-weight:400;font-size:1.2rem;color:#fff}.bundle-builder__discount-amount{font-family:var(--font-heading-family);font-weight:var(--font-bold, 700);font-size:1.3rem;color:var(--bb-accent);white-space:nowrap}.bundle-builder__discount-empty{font-family:var(--font-heading-family);font-weight:var(--font-bold, 700);font-size:1.4rem;color:var(--bb-muted)}.bundle-builder__sidebar-divider{height:1px;background:#fff3;margin:0}.bundle-builder__checkout{display:block;width:100%;padding:1.2rem;margin-top:1rem;background:var(--bb-accent);color:#000;border:none;border-radius:0;font-family:var(--font-button-family);font-size:1.4rem;font-weight:var(--font-bold, 700);text-transform:uppercase;letter-spacing:.06rem;cursor:pointer;transition:background-color .2s,opacity .2s}.bundle-builder__checkout:hover{background:var(--bb-accent-hover)}.bundle-builder__checkout:disabled{opacity:.5;cursor:not-allowed}.bundle-builder__checkout.loading{pointer-events:none;opacity:.7}.bundle-builder__controls{display:flex;flex-direction:column;gap:1.2rem;margin-bottom:1.6rem}.bundle-builder__search{position:relative}.bundle-builder__search-input{font-family:var(--font-body-family);font-size:1.4rem;line-height:calc(1 + .5 / var(--font-body-scale, 1));letter-spacing:.04rem;width:100%;height:3.8rem;padding:0 3.8rem 0 1.5rem;background-color:#ffffff1a;color:#fff;border:1px solid #fff;border-radius:0;-webkit-appearance:none;appearance:none;outline:none;transition:border-color .2s ease,background-color .2s ease}.bundle-builder__search-input::placeholder{color:#fff;opacity:.7;letter-spacing:.04rem}.bundle-builder__search-input:focus{border-color:var(--bb-accent);background-color:#ffffff26}.bundle-builder__search-btn{position:absolute;right:0;top:0;bottom:0;width:3.8rem;display:flex;align-items:center;justify-content:center;background:transparent;border:none;cursor:pointer}.bundle-builder__search-btn svg{width:18px;height:18px;color:#fff}.bundle-builder__tabs{display:flex;gap:.6rem;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none;padding-bottom:4px}.bundle-builder__tabs::-webkit-scrollbar{display:none}.bundle-builder__tab{font-family:var(--font-button-family);font-size:1.2rem;font-weight:var(--font-medium, 500);padding:.6rem 1.8rem;border:1px solid #fff;border-radius:0;text-transform:uppercase;letter-spacing:.04rem;cursor:pointer;white-space:nowrap;transition:background-color .2s,color .2s,border-color .2s;background:transparent;color:#fff}.bundle-builder__tab--active{background:var(--bb-accent);color:#000;border-color:var(--bb-accent)}.bundle-builder__products{display:flex;flex-direction:column;gap:1rem}.bundle-builder__products::-webkit-scrollbar{width:4px}.bundle-builder__products::-webkit-scrollbar-track{background:#222;border-radius:2px}.bundle-builder__products::-webkit-scrollbar-thumb{background:#555;border-radius:2px}.bundle-builder__card{display:flex;flex-direction:row;gap:0;background:var(--bb-card-bg);border-radius:0;padding:0;position:relative;transition:background-color .2s;overflow:hidden}.bundle-builder__card:hover{background:#1e1e1e}.bundle-builder__card-image{width:130px;height:130px;flex-shrink:0;overflow:hidden;background:#333}.bundle-builder__card-image img{width:100%;height:100%;object-fit:cover;display:block}.bundle-builder__card-body{display:flex;flex-direction:column;flex:1;min-width:0;padding:1rem 1.2rem;background:var(--bb-card-bg)}.bundle-builder__card-title{font-family:var(--font-heading-family);font-weight:500;font-size:1.4rem;line-height:1.3;color:#fff;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.bundle-builder__card-subtitle{font-family:var(--font-body-family);font-size:1.2rem;font-weight:300;font-style:normal;line-height:1.3;color:#d2d2d2;margin:.2rem 0 0;text-transform:uppercase;letter-spacing:.02rem;display:-webkit-box;-webkit-line-clamp:1;line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;min-height:1.3em}.bundle-builder__card-price{font-family:var(--font-body-family);font-size:1.2rem;font-weight:500;color:#fff;margin-top:.4rem}.bundle-builder__card-badge{position:absolute;top:.8rem;right:.8rem;padding:.2rem .8rem;border-radius:0;font-family:var(--font-button-family);font-size:.8rem;font-weight:var(--font-medium, 500);text-transform:uppercase;letter-spacing:.04rem;color:#fff}.bundle-builder__card-add{margin-top:auto;padding:.7rem 1.4rem;background:transparent;border:1px solid var(--bb-accent);border-radius:0;color:var(--bb-accent);font-family:var(--font-button-family);font-size:1.2rem;font-weight:var(--font-bold, 700);text-transform:uppercase;letter-spacing:.06rem;cursor:pointer;transition:background-color .2s,color .2s;align-self:flex-start;white-space:nowrap}.bundle-builder__card-add:hover{background:var(--bb-accent);color:#000}.bundle-builder__card-add--added{background:var(--bb-accent);color:#000;border-color:var(--bb-accent)}.bundle-builder__card-add--added:hover{background:#c0392b;border-color:#c0392b;color:#fff}.bundle-builder__card-add--locked,.bundle-builder__card-add:disabled{opacity:.4;cursor:not-allowed;background:transparent;border-color:var(--bb-border);color:var(--bb-muted)}.bundle-builder__card-add--locked:hover{background:transparent;color:var(--bb-muted)}.bundle-builder__card-qty{display:flex;align-items:center;align-self:stretch;margin-top:auto;border:1px solid var(--bb-accent)}.bundle-builder__card-qty-btn{display:flex;align-items:center;justify-content:center;width:3.6rem;height:3.6rem;background:transparent;border:none;color:var(--bb-accent);font-size:1.8rem;font-weight:700;cursor:pointer;transition:background-color .2s,color .2s}.bundle-builder__card-qty-btn:hover:not(:disabled){background:var(--bb-accent);color:#000}.bundle-builder__card-qty-btn:disabled{opacity:.3;cursor:not-allowed}.bundle-builder__card-qty-value{flex:1;text-align:center;font-family:var(--font-heading-family);font-weight:var(--font-bold, 700);font-size:1.4rem;color:#fff}.bundle-builder__card-body .loox-rating{margin:.2rem 0}.bundle-builder__empty,.bundle-builder__loading{text-align:center;padding:4rem 2rem;color:var(--bb-muted);font-size:1.3rem}.bundle-builder__loading-spinner{display:inline-block;width:24px;height:24px;border:3px solid var(--bb-border);border-top-color:var(--bb-accent);border-radius:50%;animation:bb-spin .7s linear infinite}@keyframes bb-spin{to{transform:rotate(360deg)}}.bundle-builder__mobilebar{display:none}@media screen and (min-width:990px){.bundle-builder__inner{max-width:1520px;padding:0 5rem}.bundle-builder{--bb-slot-size: 145px;--bb-slot-gap: 12px;--bb-sidebar-width: 360px}.bundle-builder__sticky{position:sticky;top:0;z-index:5;background:var(--bb-bg);padding-top:1.5rem;margin-top:-1.5rem;padding-bottom:.5rem}.bundle-builder__header-row{flex-direction:row;gap:2rem}.bundle-builder__header{flex:1;min-width:0;padding:2.5rem 3rem}.bundle-builder__title{font-size:3.2rem}.bundle-builder__subtitle{font-size:1.4rem}.bundle-builder__sidebar{width:var(--bb-sidebar-width);flex-shrink:0;padding:2rem 2.5rem;justify-content:center}.bundle-builder__sidebar-row--highlight{margin:0 -2.5rem;padding:1rem 2.5rem}.bundle-builder__slot-title{font-size:1.1rem}.bundle-builder__controls{flex-direction:row;align-items:center;justify-content:space-between;gap:2rem;margin-bottom:2rem}.bundle-builder__tabs{flex:1;padding-bottom:0}.bundle-builder__tab{font-size:1.4rem;padding:.8rem 2.4rem}.bundle-builder__search{width:var(--bb-sidebar-width);flex-shrink:0}.bundle-builder__search-input{height:3.8rem;font-size:1.4rem;background-color:#ffffff1f}.bundle-builder__products{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;max-height:none;overflow-y:visible;padding-right:0}.bundle-builder__card{flex-direction:column;gap:0}.bundle-builder__card-image{width:100%;height:0;padding-bottom:100%;position:relative}.bundle-builder__card-image img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.bundle-builder__card-body{padding:1.4rem 1.6rem 1.6rem}.bundle-builder__card-title{font-size:2rem}.bundle-builder__card-subtitle{font-size:1.2rem}.bundle-builder__card-price{font-size:1.4rem;margin-top:.6rem}.bundle-builder__card-add{font-size:1.2rem;padding:.9rem 2rem;margin-top:auto;align-self:stretch;text-align:center}.bundle-builder__card-badge{top:1rem;right:1rem;font-size:1rem;padding:.4rem 1rem}}@media screen and (min-width:750px)and (max-width:989px){.bundle-builder{--bb-slot-size: 80px;--bb-slot-gap: 8px}.bundle-builder__inner{max-width:720px;padding:0 3rem}.bundle-builder__title{font-size:2.6rem}.bundle-builder__products{display:grid;grid-template-columns:repeat(2,1fr);gap:1.2rem}.bundle-builder__card{flex-direction:column}.bundle-builder__card-image{width:100%;height:0;padding-bottom:100%;position:relative}.bundle-builder__card-image img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.bundle-builder__card-body{padding:1.2rem}}@media screen and (max-width:749px){.bundle-builder{padding:2rem 0;--bb-slot-gap: 6px;--bb-slot-size: calc((100vw - 2 * 1.3rem - 2 * 1.4rem - (var(--bb-max-slots) - 1) * var(--bb-slot-gap)) / var(--bb-max-slots))}.bundle-builder__inner{padding:0 1.3rem}.bundle-builder__header{padding:1.4rem}.bundle-builder__title{font-size:2.4rem}.bundle-builder__subtitle{font-size:1.1rem}.bundle-builder__sidebar{padding:1.2rem 1.4rem}.bundle-builder__sidebar-toggle{display:flex;align-items:center;justify-content:space-between;width:100%;padding:.5rem 0 .8rem;padding-top:0;margin-bottom:.4rem;background:none;border:none;cursor:pointer;color:#fff}.bundle-builder__sidebar-toggle-text{font-family:var(--font-heading-family);font-weight:var(--font-bold, 700);font-size:1.2rem;text-transform:uppercase;letter-spacing:.04rem;color:var(--bb-muted)}.bundle-builder__sidebar-toggle-icon{width:16px;height:16px;color:var(--bb-muted);transition:transform .3s ease}.bundle-builder__sidebar-toggle[aria-expanded=true] .bundle-builder__sidebar-toggle-icon{transform:rotate(180deg)}.bundle-builder__sidebar-details{display:block;max-height:0;overflow:hidden;opacity:0;transition:max-height .35s ease,opacity .3s ease}.bundle-builder__sidebar-details.is-open{max-height:300px;opacity:1}.bundle-builder__sidebar-row{padding:.8rem 0}.bundle-builder__sidebar-row--highlight{margin:0 -1.4rem;padding:.8rem 1.4rem}.bundle-builder__sidebar-label,.bundle-builder__sidebar-value{font-size:1.4rem}.bundle-builder__products{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.bundle-builder__card{flex-direction:column}.bundle-builder__card-image{width:100%;height:0;padding-bottom:100%;position:relative}.bundle-builder__card-image img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.bundle-builder__card-badge{top:.5rem;right:.5rem;left:auto}.bundle-builder__card-body{padding:.8rem 1rem}.bundle-builder__card-title{font-size:1.4rem}.bundle-builder__card-subtitle{font-size:1rem}.bundle-builder__card-add{padding:.7rem 1.2rem;font-size:1.2rem;align-self:stretch;text-align:center;margin-top:auto}.bundle-builder__tab{font-size:1.2rem;padding:.5rem 1.4rem}.bundle-builder__tabs{overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;flex-wrap:nowrap}.bundle-builder__tabs .bundle-builder__tab{scroll-snap-align:start;flex-shrink:0}.bundle-builder__controls{gap:1rem}.bundle-builder__inner{padding-bottom:88px}.bundle-builder__mobilebar{display:flex;align-items:center;gap:1rem;position:fixed;left:0;right:0;bottom:0;z-index:30;padding:.8rem 1.3rem calc(.8rem + env(safe-area-inset-bottom,0px));background:#000;border-top:1px solid var(--bb-border);box-shadow:0 -6px 20px #0000008c;transform:translateY(110%);transition:transform .35s ease;cursor:pointer;--bb-slot-size: 40px;--bb-slot-gap: 6px}.bundle-builder__mobilebar.is-visible{transform:translateY(0)}.bundle-builder__mobilebar-slots{flex:1;min-width:0;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none}.bundle-builder__mobilebar-slots::-webkit-scrollbar{display:none}.bundle-builder__mobilebar-slots .bundle-builder__slot-title,.bundle-builder__mobilebar-slots .bundle-builder__slot-label{display:none}.bundle-builder__mobilebar-slots .bundle-builder__slot-icon{display:block!important;width:12px;height:12px}.bundle-builder__mobilebar-slots .bundle-builder__slot-number{font-size:.8rem}.bundle-builder__mobilebar-slots .bundle-builder__slot-remove{display:none}.bundle-builder__mobilebar-pricing{flex-shrink:0;display:flex;flex-direction:column;align-items:flex-end;gap:.2rem}.bundle-builder__mobilebar-price{display:flex;align-items:baseline;gap:.5rem}.bundle-builder__mobilebar-price-label{font-family:var(--font-body-family);font-size:1rem;font-weight:400;color:var(--bb-muted);text-transform:uppercase;letter-spacing:.04rem}.bundle-builder__mobilebar-price-value{font-family:var(--font-heading-family);font-weight:var(--font-bold, 700);line-height:1.1}.bundle-builder__mobilebar-price-value--normal{font-size:1.3rem;color:#fff}.bundle-builder__mobilebar-price-value--bundle{font-size:1.7rem;color:var(--bb-accent)}}
/*# sourceMappingURL=/cdn/shop/t/11/assets/section-bundle-builder.css.map */
