.bundle-builder{background:var(--bb-bg, #ffffff);color:var(--bb-text, #121212);padding:var(--bb-pad-top, 24px) 20px var(--bb-pad-bottom, 40px);font-family:PT Sans,Helvetica Neue,Arial,sans-serif}.bundle-builder *,.bundle-builder *:before,.bundle-builder *:after{box-sizing:border-box}.bundle-builder__inner{max-width:var(--bb-max-width, 1200px);margin:0 auto}.bundle-builder__heading{margin:0 0 8px;text-align:center;font-family:Big Noodle Titling,Outfit,Helvetica Neue,sans-serif;text-transform:uppercase;font-weight:700;line-height:1.05;letter-spacing:.02em;font-size:var(--bb-heading-size-m, 32px);color:var(--bb-text)}@media(min-width:750px){.bundle-builder__heading{font-size:var(--bb-heading-size-d, 48px)}}.bundle-builder__subheading{margin:0 auto 16px;max-width:640px;text-align:center;color:var(--bb-muted);font-size:14px;line-height:1.45}.bundle-builder__step-label{font-family:Big Noodle Titling,Outfit,sans-serif;text-transform:uppercase;letter-spacing:.06em;font-size:14px;color:var(--bb-text);margin:14px 0 6px;padding-bottom:4px;border-bottom:1px solid var(--bb-card-border)}@media(min-width:750px){.bundle-builder__step-label{font-size:17px;margin:16px 0 8px}}.bundle-builder__sizes{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-bottom:8px}@media(max-width:480px){.bundle-builder__sizes{grid-template-columns:repeat(3,minmax(0,1fr));gap:6px}}.bundle-builder__size{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:0;padding:8px;background:var(--bb-slot-bg);border:2px solid var(--bb-slot-border);color:var(--bb-text);cursor:pointer;transition:border-color .18s ease,background .18s ease,transform .18s ease,box-shadow .18s ease;font-family:PT Sans,sans-serif;font-weight:700;min-height:84px;line-height:1.1}.bundle-builder__size:hover{border-color:var(--bb-accent);transform:translateY(-1px)}.bundle-builder__size.is-active{background:var(--bb-accent);border-color:var(--bb-accent);color:var(--bb-accent-text);box-shadow:0 6px 16px #0000001f}.bundle-builder__size-count{display:block;font-family:Big Noodle Titling,Outfit,sans-serif;font-size:28px;line-height:1;color:inherit}@media(min-width:750px){.bundle-builder__size-count{font-size:34px}}.bundle-builder__size-label{display:block;text-transform:uppercase;font-size:11px;letter-spacing:.08em;margin-top:4px;color:inherit}.bundle-builder__size-price{display:block;margin-top:4px;font-size:13px;font-weight:700;color:inherit;opacity:.95}.bundle-builder__size-badge{position:absolute;top:-10px;right:8px;background:#121212;color:#fff;font-size:10px;letter-spacing:.08em;text-transform:uppercase;font-weight:700;padding:4px 8px;border-radius:999px;white-space:nowrap}.bundle-builder__size.is-active .bundle-builder__size-badge{background:#fff;color:var(--bb-accent)}.bundle-builder__progress{display:flex;flex-direction:column;gap:4px;margin:2px 0 10px}.bundle-builder__progress-bar{position:relative;height:6px;background:#ececec;border-radius:999px;overflow:hidden}.bundle-builder__progress-fill{position:absolute;top:0;right:0;bottom:0;left:0;width:0%;background:var(--bb-accent);border-radius:999px;transition:width .3s ease}.bundle-builder__progress-text{font-size:12px;color:var(--bb-muted);text-transform:uppercase;letter-spacing:.08em;font-weight:700}.bundle-builder__slots{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:12px}@media(min-width:750px){.bundle-builder__slots{gap:10px}}.bundle-builder__slot{position:relative;flex:0 0 auto;width:calc((100% - 8px * 2) / 3);max-width:120px;aspect-ratio:1 / 1;background:var(--bb-slot-bg);border:2px dashed var(--bb-slot-border);display:flex;align-items:center;justify-content:center;cursor:pointer;overflow:hidden;transition:border-color .18s ease,transform .18s ease,background .18s ease,box-shadow .18s ease}@media(min-width:750px){.bundle-builder__slot{width:130px;max-width:130px}}.bundle-builder__slot:hover{border-color:var(--bb-accent)}.bundle-builder__slot.is-filled{border:2px solid var(--bb-slot-filled-border);border-style:solid;background:#fff;box-shadow:0 4px 14px #00000014}.bundle-builder__slot.is-drop-target{border-color:var(--bb-accent);background:#e91b240f;transform:scale(1.03)}.bundle-builder__slot-placeholder{display:flex;flex-direction:column;align-items:center;gap:6px;color:var(--bb-muted);text-align:center;padding:6px;pointer-events:none}.bundle-builder__slot-number{font-family:Big Noodle Titling,Outfit,sans-serif;font-size:22px;line-height:1;color:var(--bb-slot-border)}.bundle-builder__slot-text{font-size:9px;text-transform:uppercase;letter-spacing:.06em;font-weight:700}.bundle-builder__slot-filled{display:flex;flex-direction:column;width:100%;height:100%;position:relative}.bundle-builder__slot-image-wrap{flex:1 1 auto;display:flex;align-items:center;justify-content:center;padding:4px;background:#fafafa;overflow:hidden;min-height:0}.bundle-builder__slot-image{max-width:100%;max-height:100%;object-fit:contain;display:block}.bundle-builder__slot-title{display:none}.bundle-builder__slot-remove{position:absolute;top:3px;right:3px;width:18px;height:18px;border-radius:50%;border:none;background:#000000b3;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .15s ease,transform .15s ease;padding:0}.bundle-builder__slot-remove:hover{background:var(--bb-accent);transform:scale(1.08)}.bundle-builder__slot-remove svg{width:10px;height:10px}.bundle-builder__summary{display:flex;flex-direction:column;align-items:center;gap:8px;padding:10px 14px;background:#fafafa;border:1px solid var(--bb-card-border);margin-bottom:14px}@media(min-width:750px){.bundle-builder__summary{flex-direction:row;justify-content:space-between}}.bundle-builder__pricing{display:flex;align-items:baseline;gap:10px;flex-wrap:wrap;justify-content:center}.bundle-builder__price{font-family:Big Noodle Titling,Outfit,sans-serif;font-size:26px;line-height:1;color:var(--bb-text)}.bundle-builder__compare-price{text-decoration:line-through;color:var(--bb-muted);font-size:15px}.bundle-builder__savings{background:var(--bb-accent);color:var(--bb-accent-text);font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;padding:3px 7px;border-radius:4px}.bundle-builder__checkout{position:relative;display:inline-flex;align-items:center;justify-content:center;gap:8px;min-width:220px;padding:12px 24px;background:var(--bb-accent);color:var(--bb-accent-text);border:2px solid var(--bb-accent);cursor:pointer;font-family:Big Noodle Titling,Outfit,sans-serif;text-transform:uppercase;letter-spacing:.06em;font-size:18px;transition:background .18s ease,transform .18s ease,opacity .18s ease}.bundle-builder__checkout:hover:not([disabled]){transform:translateY(-1px);background:#c81620;border-color:#c81620}.bundle-builder__checkout[disabled]{background:#c9c9c9;border-color:#c9c9c9;cursor:not-allowed;opacity:.85}.bundle-builder__checkout.is-loading .bundle-builder__checkout-text{visibility:hidden}.bundle-builder__checkout-spinner{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center}.bundle-builder__checkout-spinner svg{width:22px;height:22px;animation:bundle-spin .8s linear infinite}@keyframes bundle-spin{to{transform:rotate(360deg)}}.bundle-builder__products{position:relative;padding:0}.bundle-builder__products-viewport{overflow:hidden;width:100%}.bundle-builder__products-track{display:flex;gap:12px;padding:4px 0;margin:0;list-style:none;scroll-behavior:smooth;overflow-x:auto;-webkit-overflow-scrolling:touch;scroll-snap-type:x mandatory;scrollbar-width:none}.bundle-builder__products-track::-webkit-scrollbar{display:none}.bundle-builder__product{flex:0 0 calc(33.333% - 8px);scroll-snap-align:start}@media(min-width:600px){.bundle-builder__product{flex:0 0 calc(25% - 9px)}}@media(min-width:900px){.bundle-builder__product{flex:0 0 calc(16.666% - 10px)}}@media(min-width:1200px){.bundle-builder__product{flex:0 0 calc(14.2857% - 10.3px)}}.bundle-builder__product[draggable=true]{cursor:grab}.bundle-builder__product.is-dragging{cursor:grabbing;opacity:.5}.bundle-builder__product-card{display:flex;flex-direction:column;height:100%;background:var(--bb-card-bg);border:1px solid var(--bb-card-border);overflow:hidden;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.bundle-builder__product:hover .bundle-builder__product-card{transform:translateY(-2px);border-color:var(--bb-accent);box-shadow:0 8px 18px #00000014}.bundle-builder__product-image-wrap{aspect-ratio:1;background:#fafafa;display:flex;align-items:center;justify-content:center;overflow:hidden;padding:4px}.bundle-builder__product-image{width:100%;height:100%;object-fit:contain;display:block;-webkit-user-drag:none;-webkit-user-select:none;user-select:none;pointer-events:none}.bundle-builder__product-image--placeholder svg{width:100%;height:100%}.bundle-builder__product--unavailable{cursor:not-allowed}.bundle-builder__product--unavailable .bundle-builder__product-card{opacity:.55}.bundle-builder__product--unavailable:hover .bundle-builder__product-card{transform:none;border-color:var(--bb-card-border);box-shadow:none}.bundle-builder__product--unavailable .bundle-builder__product-image{filter:grayscale(.6)}.bundle-builder__product-badge{position:absolute;top:8px;left:8px;background:var(--bb-accent);color:var(--bb-accent-text);font-family:PT Sans,sans-serif;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;padding:4px 8px;border-radius:4px;pointer-events:none;z-index:2;white-space:nowrap;box-shadow:0 2px 6px #00000026}.bundle-builder__product-image-wrap{position:relative}.bundle-builder__product-unavailable-label{display:inline-flex;align-items:center;gap:4px;padding:5px 10px;background:#efefef;color:#777;font-family:PT Sans,sans-serif;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.08em}.bundle-builder__product-info{display:flex;flex-direction:column;gap:6px;padding:6px 6px 8px;align-items:center;text-align:center}.bundle-builder__product-title{margin:0;font-size:11px;line-height:1.2;font-weight:700;text-transform:uppercase;letter-spacing:.02em;color:var(--bb-text);min-height:26px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.bundle-builder__product-add{display:inline-flex;align-items:center;gap:4px;padding:5px 10px;background:var(--bb-text);color:#fff;border:none;cursor:pointer;font-family:PT Sans,sans-serif;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;transition:background .15s ease,transform .15s ease}.bundle-builder__product-add:hover{background:var(--bb-accent);transform:translateY(-1px)}.bundle-builder__product-add svg{display:block}.bundle-builder__products-arrow{position:absolute;top:38%;transform:translateY(-50%);width:40px;height:40px;border-radius:50%;background:#fff;border:1px solid var(--bb-card-border);display:none;align-items:center;justify-content:center;cursor:pointer;z-index:5;color:var(--bb-text);box-shadow:0 2px 10px #0000001a;transition:transform .15s ease,background .15s ease}.bundle-builder__products-arrow:hover:not([disabled]){background:var(--bb-accent);color:var(--bb-accent-text);transform:translateY(-50%) scale(1.08)}.bundle-builder__products-arrow[disabled]{opacity:.35;cursor:not-allowed}.bundle-builder__products-arrow svg{width:18px;height:18px}.bundle-builder__products-arrow--prev{left:-10px}.bundle-builder__products-arrow--next{right:-10px}@media(min-width:750px){.bundle-builder__products-arrow{display:flex}}.bundle-builder__empty{padding:32px 16px;text-align:center;color:var(--bb-muted);border:1px dashed var(--bb-card-border)}.bundle-builder__drag-ghost{position:fixed;top:-1000px;left:-1000px;width:110px;height:110px;background:#fff;border:2px solid var(--bb-accent, #e91b24);pointer-events:none;z-index:99999;display:flex;align-items:center;justify-content:center;padding:6px;box-shadow:0 8px 22px #0003}.bundle-builder__drag-ghost img{max-width:100%;max-height:100%;object-fit:contain;pointer-events:none}.bundle-builder__modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;display:flex;align-items:flex-end;justify-content:center}.bundle-builder__modal[hidden]{display:none}.bundle-builder__modal-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#0000008c;opacity:0;transition:opacity .25s ease}.bundle-builder__modal.is-open .bundle-builder__modal-backdrop{opacity:1}.bundle-builder__modal-panel{position:relative;width:100%;max-width:640px;max-height:85vh;background:#fff;display:flex;flex-direction:column;transform:translateY(100%);transition:transform .3s ease;z-index:1}.bundle-builder__modal.is-open .bundle-builder__modal-panel{transform:translateY(0)}@media(min-width:750px){.bundle-builder__modal{align-items:center}.bundle-builder__modal-panel{max-height:75vh;transform:scale(.96);opacity:0;transition:transform .25s ease,opacity .25s ease}.bundle-builder__modal.is-open .bundle-builder__modal-panel{transform:scale(1);opacity:1}}.bundle-builder__modal-header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid var(--bb-card-border)}.bundle-builder__modal-title{margin:0;font-family:Big Noodle Titling,Outfit,sans-serif;text-transform:uppercase;letter-spacing:.04em;font-size:22px}.bundle-builder__modal-close{width:36px;height:36px;border:none;background:transparent;cursor:pointer;color:var(--bb-text);display:flex;align-items:center;justify-content:center;padding:0}.bundle-builder__modal-close svg{width:18px;height:18px}.bundle-builder__modal-body{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;padding:16px 20px 24px;overflow-y:auto}@media(min-width:480px){.bundle-builder__modal-body{grid-template-columns:repeat(3,minmax(0,1fr))}}.bundle-builder__modal-product{display:flex;flex-direction:column;align-items:center;gap:6px;padding:8px;background:#fff;border:1px solid var(--bb-card-border);cursor:pointer;text-align:center;font-family:inherit;color:inherit;transition:border-color .15s ease,transform .15s ease,box-shadow .15s ease}.bundle-builder__modal-product:hover{border-color:var(--bb-accent);transform:translateY(-1px);box-shadow:0 6px 14px #00000014}.bundle-builder__modal-product img{width:100%;height:auto;aspect-ratio:1;object-fit:contain;background:#fafafa;display:block}.bundle-builder__modal-product-media{position:relative;display:block;width:100%}.bundle-builder__modal-product--unavailable{cursor:not-allowed;opacity:.55}.bundle-builder__modal-product--unavailable:hover{border-color:var(--bb-card-border);transform:none;box-shadow:none}.bundle-builder__modal-product--unavailable img{filter:grayscale(.6)}.bundle-builder__modal-product-title{font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.02em;line-height:1.2}.bundle-builder__toast{position:fixed;bottom:24px;left:50%;transform:translate(-50%) translateY(20px);background:#121212;color:#fff;padding:12px 18px;border-radius:6px;font-size:14px;font-weight:700;opacity:0;transition:opacity .2s ease,transform .2s ease;z-index:10000;max-width:90vw;text-align:center;pointer-events:none;box-shadow:0 6px 20px #00000040}.bundle-builder__toast[hidden]{display:none}.bundle-builder__toast.is-visible{opacity:1;transform:translate(-50%) translateY(0)}.bundle-builder__toast.is-error{background:#b1131a}
/*# sourceMappingURL=/cdn/shop/t/30/assets/custom-bundle-builder.css.map */
