*{box-sizing:border-box}.bundle-page{max-width:100%;margin:0 auto;padding:0;font-family:inherit;overflow-x:hidden}.bundle-banner{width:100%;line-height:0}.bundle-banner img{width:100%;display:block;object-fit:cover}.bundle-marquee{background:#14141a;overflow:hidden;padding:10px 0;margin:0}.bundle-marquee__track{display:flex;white-space:nowrap;width:max-content;animation:bundle-marquee-scroll 18s linear infinite}.bundle-marquee__item{color:#fff;font-size:12px;font-weight:600;letter-spacing:.5px;text-transform:uppercase;padding:0 18px;display:inline-flex;align-items:center}.bundle-marquee__item:after{content:"\2022";margin-left:18px;color:#666}@keyframes bundle-marquee-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.bundle-product{padding:24px 16px;border-bottom:1px solid #eee}.bundle-product__gallery{display:flex;gap:8px;overflow-x:auto;scroll-snap-type:x mandatory;border-radius:8px;margin-bottom:16px;-webkit-overflow-scrolling:touch}.bundle-product__gallery::-webkit-scrollbar{display:none}.bundle-product__gallery img{width:85%;flex-shrink:0;border-radius:8px;scroll-snap-align:start;object-fit:cover}.bundle-product__title{font-size:24px;font-weight:600;margin:0 0 4px}.bundle-product__price{font-size:14px;color:#b9171f;font-weight:600;margin:0 0 4px}.bundle-product__save{font-size:11.5px;font-weight:700;letter-spacing:.3px;color:#1a7d3a;margin:0 0 16px;text-transform:uppercase}.bundle-product__dots{display:flex;justify-content:center;gap:6px;margin:8px 0 12px}.gallery-dot{width:6px;height:6px;border-radius:50%;background:#ccc}.bundle-option{margin-bottom:18px}.bundle-option__label{font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;margin:0 0 8px}.bundle-option__label span{font-weight:400;text-transform:none;color:#666;margin-left:4px}.bundle-pool__grid{display:grid;grid-template-columns:repeat(5,1fr);gap:8px}.pool-card{border:2px solid transparent;border-radius:8px;background:#f7f7f7;padding:0;cursor:pointer;overflow:hidden;position:relative;width:100%;aspect-ratio:1 / 1;transition:border-color .15s ease,transform .1s ease}.pool-card img{width:100%;height:100%;object-fit:cover;display:block}.pool-card.is-selected{border-color:#111}.pool-card.is-selected:after{content:"\2713";position:absolute;bottom:3px;right:3px;background:#111;color:#fff;font-size:10px;font-weight:700;width:16px;height:16px;border-radius:50%;display:flex;align-items:center;justify-content:center}.pool-card:active{transform:scale(.95)}.bundle-product__step{display:flex;align-items:center;gap:10px;margin:0 0 16px}.bundle-product__step-num{font-size:22px;font-weight:700;font-style:italic;color:#b9171f;font-family:Georgia,serif;flex-shrink:0}.bundle-product__step-line{flex:1;height:1px;background:#ddd}.bundle-product__step-label{font-size:11px;font-weight:700;letter-spacing:.8px;color:#555;white-space:nowrap;flex-shrink:0}.bundle-product__filled{margin-bottom:20px}.bundle-sizes{display:flex;flex-wrap:wrap;gap:8px}.size-btn{min-width:42px;height:38px;padding:0 10px;border:1px solid #ccc;border-radius:6px;background:#fff;font-size:12px;font-weight:500;cursor:pointer}.size-btn.is-selected{background:#111;color:#fff;border-color:#111}.size-btn.is-disabled{opacity:.35;text-decoration:line-through;cursor:not-allowed}.bundle-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;z-index:1000000;display:none}.bundle-modal-overlay.is-open{display:block}.bundle-modal{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%) scale(.95);width:85%;max-width:320px;background:#fff;border-radius:12px;padding:28px 22px;text-align:center;z-index:1000001;display:none;box-shadow:0 10px 40px #0003}.bundle-modal.is-open{display:block;transform:translate(-50%,-50%) scale(1)}.bundle-modal__message{font-size:15px;font-weight:600;color:#111;margin:0 0 18px}.bundle-modal__btn{display:block;width:100%;text-align:center;background:#111;color:#fff;border:none;padding:12px;border-radius:7px;font-size:14px;font-weight:600;text-decoration:none;cursor:pointer}.bundle-faq{padding:28px 16px;font-family:Manrope,sans-serif}.bundle-faq__heading{font-size:30px;font-weight:700;text-align:center;margin:0 0 6px}.bundle-faq__subheading{font-size:12.5px;color:#777;text-align:center;margin:0 0 20px;line-height:1.4}.bundle-faq__list{display:flex;flex-direction:column;gap:14px}.faq-item{width:100%}.faq-item__card{width:100%;display:flex;align-items:center;justify-content:space-between;gap:10px;background:#fff;border:1px solid #e2e2e2;border-radius:10px;padding:13px 16px;cursor:pointer;text-align:left}.faq-item__question{font-size:13.5px;font-weight:700;color:#111;line-height:1.35}.faq-item__chevron{flex-shrink:0;font-size:18px;line-height:1;color:#111;font-weight:400}.faq-item.is-open .faq-item__card{border-radius:10px 10px 0 0;border-bottom-color:transparent}.faq-item__answer{max-height:0;overflow:hidden;background:#fff;border:0 solid #e2e2e2;border-radius:0 0 10px 10px;font-size:13px;line-height:1.55;color:#444;transition:max-height .25s ease}.faq-item.is-open .faq-item__answer{max-height:500px;padding:14px 16px 16px;border-width:0 1px 1px 1px}.faq-item__answer a{color:#1a3a8f;text-decoration:underline}.bundle-bottom-spacer{height:4px}.bundle-stickybar{position:fixed;bottom:0;left:0;right:0;background:#fff;border-top:1px solid #e5e5e5;padding:10px 12px;z-index:999999;box-shadow:0 -4px 16px #00000014;max-width:480px;margin:0 auto}.bundle-stickybar__previews{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-bottom:10px}.stickybar-preview{display:flex;align-items:center;gap:8px;border:1px dashed #ddd;border-radius:8px;padding:6px 8px}.stickybar-preview__thumb{width:34px;height:34px;border-radius:6px;background:#f2f2f2;background-size:cover;background-position:center;flex-shrink:0}.stickybar-preview__text{min-width:0}.stickybar-preview__name{font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.2px;color:#b9171f;margin:0;line-height:1.3;white-space:normal;word-break:break-word}.stickybar-preview__size{font-size:11px;font-style:italic;color:#777;margin:1px 0 0}.bundle-stickybar__bottom-row{display:flex;align-items:center;justify-content:space-between;gap:10px}.bundle-stickybar__price-row{display:flex;flex-direction:column;line-height:1.2}.bundle-stickybar__label{font-size:10px;color:#999;text-transform:uppercase;letter-spacing:.3px}.bundle-stickybar__total{font-size:18px;font-weight:700}.bundle-stickybar__mrp{font-size:11px;color:#999;margin-right:4px}.bundle-btn{background:#111;color:#fff;border:none;padding:13px 20px;font-size:13px;font-weight:600;border-radius:8px;cursor:pointer;white-space:nowrap;text-transform:uppercase;letter-spacing:.3px;flex-shrink:0}.bundle-btn:disabled{opacity:.4;cursor:not-allowed}.bundle-pair-cta{background:#14141f;color:#fff;padding:36px 24px;text-align:left}.bundle-pair-cta__tag{display:flex;align-items:center;gap:8px;font-size:11px;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;color:#999;margin:0 0 16px}.bundle-pair-cta__dash{display:inline-block;width:18px;height:1px;background:#e8a87c}.bundle-pair-cta__dot{display:inline-block;width:4px;height:4px;border-radius:50%;background:#e8a87c}.bundle-pair-cta__heading{font-size:30px;font-weight:800;line-height:1.25;margin:0 0 16px;letter-spacing:.2px;color:#fff}.bundle-pair-cta__heading-accent{color:#e8a87c}.bundle-pair-cta__sub{font-size:13.5px;color:#b8bcc8;line-height:1.6;margin:0 0 20px;max-width:320px}.bundle-pair-cta__save{display:inline-block;font-size:11px;font-weight:700;letter-spacing:.5px;text-transform:uppercase;background:#1c1c2b;border:1px solid #2e2e40;border-radius:24px;padding:9px 18px;margin:0 0 18px;color:#e8a87c}.bundle-pair-cta__btn{display:block;width:100%;max-width:320px;background:#e8a87c;color:#1a1a1a;border:none;padding:15px;border-radius:8px;font-size:13px;font-weight:700;letter-spacing:.3px;text-transform:uppercase;cursor:pointer;margin:0 0 16px}.bundle-pair-cta__footnote{font-size:11.5px;color:#888;margin:0}.bundle-option-size-guide{display:flex;align-items:center;justify-content:space-between}@media(min-width:768px){.bundle-page{max-width:600px}}.bundle-sizechart-open{cursor:pointer;text-decoration:underline}.bundle-sizechart-modal{display:none;position:fixed!important;top:0;right:0;bottom:0;left:0;width:100vw;height:100vh;background:#000000b3;z-index:999999;justify-content:center;align-items:center}.bundle-sizechart-content{position:relative;max-width:90%;max-height:90%}.bundle-sizechart-content img{display:block;max-width:100%;max-height:85vh}.bundle-sizechart-close{position:absolute;top:-15px;right:-15px;width:32px;height:32px;border:none;border-radius:50%;background:#fff;cursor:pointer;font-size:20px;line-height:32px}
/*# sourceMappingURL=/cdn/shop/t/24/assets/bundle-builder.css.map */
