.bundle-builder{max-width:var(--section-width, 1200px);margin:0 auto;padding-top:2rem;padding-bottom:10rem;color:var(--bundle-text, #000000)}.bundle-builder__header{display:flex;flex-direction:column;align-items:center;text-align:center;margin-bottom:2rem;background:var(--header-bg, #ffffff);border-radius:var(--header-radius, 0);padding:2rem}.bundle-builder__header-content{display:flex;flex-direction:column;align-items:center;text-align:center;width:100%}.bundle-builder__title{font-size:var(--title-size, 2.5rem);font-weight:600;margin-bottom:var(--title-margin-bottom, 8px);color:var(--title-color, var(--bundle-text))}.bundle-builder__description{font-size:var(--description-size, 1.1rem);color:var(--description-color, #666666);margin-bottom:1.5rem;max-width:600px}.bundle-builder__pack-selection{border:2px solid var(--pack-btn-border-color, var(--bundle-text));border-radius:var(--pack-btn-border-radius, 50px);display:flex;align-items:center;padding:var(--pack-selection-padding, 8px);gap:.5rem;flex-wrap:wrap;justify-content:center;margin-bottom:1.5rem}.bundle-builder__pack-btn-wrapper{position:relative;display:flex;flex-direction:column;align-items:center}.bundle-builder__pack-badge{position:absolute;top:0;left:50%;transform:translate(-50%,-50%);background:linear-gradient(to right,var(--gradient-1, #ff9cdc),var(--gradient-2, #d298f9),var(--gradient-3, #7ae28d),var(--gradient-4, #59cdc9));color:#fff;font-size:10px;font-weight:600;padding:2px 8px;border-radius:10px;white-space:nowrap;z-index:2;text-transform:uppercase;letter-spacing:.03em;box-shadow:0 2px 4px #0000001a}.bundle-builder__pack-btn{border-radius:var(--pack-btn-border-radius, 50px);background-color:var(--pack-btn-bg-color, transparent);border:2px solid transparent;padding:var(--pack-btn-padding, 24px) 1.5rem;font-weight:500;font-size:var(--pack-btn-font-size, 14px);position:relative;overflow:hidden;display:flex;justify-content:center;align-items:center;min-width:var(--pack-btn-width, 130px);height:auto;cursor:pointer;transition:all .3s ease;color:var(--pack-btn-text-color, var(--bundle-text))}.bundle-builder__pack-btn.selected{background-color:var(--pack-btn-selected-bg, #ffffff);border-color:var(--pack-btn-border-color, var(--bundle-text))}.bundle-builder__pack-btn:hover:not(.selected):not(.out-of-stock){background-color:var(--pack-btn-hover-bg, rgba(255, 255, 255, .5))}.bundle-builder__pack-btn.out-of-stock{opacity:.5;cursor:not-allowed;position:relative}.bundle-builder__pack-btn.out-of-stock:after{content:"";position:absolute;top:50%;left:0;right:0;height:2px;background-color:var(--pack-btn-text-color, #000000);transform:rotate(-15deg)}.bundle-builder__pack-text,.bundle-builder__free-text{position:absolute;width:100%;display:flex;align-items:center;justify-content:center;transition:opacity .3s ease-out}.bundle-builder__pack-text{opacity:1}.bundle-builder__free-text{opacity:0;white-space:nowrap;background-image:linear-gradient(to left,var(--gradient-1) 0%,var(--gradient-2) 36.5%,var(--gradient-3) 71.5%,var(--gradient-4));background-size:200% 100%;background-repeat:no-repeat;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;color:transparent;font-weight:600}.bundle-builder__free-text.scrolling{animation:move-background 15s linear infinite}@keyframes move-background{0%,to{background-position:100% center}50%{background-position:-100% center}}.bundle-builder__price-display{display:flex;align-items:center;gap:.5rem}.bundle-builder__price-format{font-size:var(--price-format-size, 16px);color:var(--price-format-color, #666666)}.bundle-builder__price-amount{font-size:var(--price-amount-size, 20px);color:var(--price-amount-color, #000000);font-weight:600}.bundle-builder__compare-price{font-size:var(--compare-price-size, 16px);color:var(--compare-price-color, #999999)}.bundle-builder__compare-price.strikethrough{text-decoration:line-through}.bundle-builder__accordions{margin-bottom:2rem;display:flex;flex-direction:column;gap:var(--dropdown-gap, 16px)}.bundle-builder__accordion{border-top:var(--dropdown-border-width, 1px) solid var(--dropdown-border-color, #000000);border-bottom:var(--dropdown-border-width, 1px) solid var(--dropdown-border-color, #000000);border-left:none;border-right:none;border-radius:0;overflow:hidden;background:transparent}.bundle-builder__accordion.always-open{border:none}.bundle-builder__accordion-header{width:100%;display:flex;justify-content:space-between;align-items:center;padding:1rem 0;background:transparent;border:none;cursor:pointer;font-size:var(--dropdown-font-size, 16px);font-weight:600;color:var(--dropdown-text-color, #000000);transition:opacity .2s ease}.bundle-builder__accordion-header:hover{opacity:.7}.bundle-builder__accordion-title{flex:1;text-align:left}.bundle-builder__accordion-icon{display:flex;align-items:center;justify-content:center;width:24px;height:24px}.bundle-builder__accordion-icon svg{transition:transform .3s ease}.bundle-builder__accordion-content{max-height:0;overflow:hidden;transition:max-height .4s ease}.bundle-builder__accordion-content.open{max-height:2000px}.bundle-builder__accordion.always-open .bundle-builder__accordion-content{max-height:none}.bundle-builder__product-grid{display:grid;width:100%;gap:1rem;grid-template-columns:repeat(4,1fr);padding-top:var(--dropdown-content-padding-top, 16px);padding-bottom:var(--dropdown-content-padding-bottom, 16px)}.bundle-builder__product{display:flex;flex-direction:column;align-items:center;background:var(--product-card-bg, var(--bundle-product-bg));border-radius:var(--bundle-card-radius)}.bundle-builder__product-image{width:100%;aspect-ratio:1;display:flex;align-items:center;justify-content:center;margin-bottom:1rem;position:relative}.bundle-builder__more-info-btn{position:absolute;top:10px;right:10px;width:32px;height:32px;border-radius:50%;background-color:#ffffffe6;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--info-btn-color, #000000);transition:all .2s ease;z-index:1;box-shadow:0 2px 8px #0000001a}.bundle-builder__more-info-btn:hover{background-color:#fff;color:var(--info-btn-hover-color, #333333);transform:scale(1.1)}.bundle-builder__more-info-btn .info-icon-letter{font-family:Georgia,Times New Roman,serif;font-size:18px;font-weight:600;font-style:italic;line-height:1}.bundle-builder__product-image img{width:100%;height:100%;object-fit:contain;border-radius:calc(var(--bundle-card-radius) / 2) calc(var(--bundle-card-radius) / 2) 0 0}.bundle-builder__product-info{display:flex;flex-direction:column;align-items:center;text-align:center;width:100%;flex-grow:1;padding:1rem}.bundle-builder__product-title{line-height:18px;align-content:end;flex-grow:1;margin-bottom:1rem;font-size:var(--product-title-font-size, 16px);font-weight:500;color:var(--product-title-color, var(--bundle-text))}.bundle-builder__add-btn,.bundle-builder__out-of-stock-btn{border-radius:var(--product-btn-border-radius, 50px);background-color:var(--product-btn-bg-color, #000000);border:2px solid transparent;color:var(--product-btn-text-color, #ffffff);font-weight:500;font-size:var(--product-btn-font-size, 14px);width:100%;padding:var(--product-btn-padding, 12px) 0;cursor:pointer;transition:background .2s ease,background-color .2s ease}.bundle-builder__add-btn:hover:not(:disabled){background-color:var(--product-btn-hover-color, #333333);border-color:var(--product-btn-hover-color, #333333)}.bundle-builder__add-btn:disabled{cursor:not-allowed}.bundle-builder__add-btn.free-item-slot{background:linear-gradient(to right,var(--gradient-1, #ff9cdc),var(--gradient-2, #d298f9),var(--gradient-3, #7ae28d),var(--gradient-4, #59cdc9)) border-box;border:2px solid transparent}.bundle-builder__add-btn.free-item-slot:hover:not(:disabled){opacity:.9;border:2px solid transparent}.bundle-builder__quantity-controls.free-item-slot{background:linear-gradient(to right,var(--gradient-1, #ff9cdc),var(--gradient-2, #d298f9),var(--gradient-3, #7ae28d),var(--gradient-4, #59cdc9)) border-box;border:2px solid transparent}.bundle-builder__out-of-stock-btn{opacity:.4;cursor:not-allowed}.bundle-builder__quantity-controls{display:flex;justify-content:space-around;align-items:center;padding:var(--product-btn-padding, 12px) 0;border-radius:var(--product-btn-border-radius, 50px);background-color:var(--product-btn-bg-color, #000000);border:2px solid var(--product-btn-bg-color, #000000);color:var(--product-btn-text-color, #ffffff);font-weight:500;font-size:var(--product-btn-font-size, 14px);width:100%;transition:background .2s ease,background-color .2s ease}.bundle-builder__qty-btn{background:none;border:none;color:var(--product-btn-text-color, #ffffff);padding:0;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:opacity .2s ease;font-size:var(--product-btn-font-size, 14px)}.bundle-builder__qty-btn svg{width:1em;height:1em}.bundle-builder__qty-btn:disabled{opacity:.3;cursor:not-allowed}.bundle-builder__quantity{line-height:normal;min-width:30px;text-align:center;font-size:var(--product-btn-font-size, 14px)}.bundle-builder__footer{position:fixed;bottom:0;left:0;right:0;width:100%;background:var(--bundle-bg);border-top:1px solid rgba(0,0,0,.1);padding:10px 0 0;padding-bottom:calc(1rem + env(safe-area-inset-bottom));z-index:100;box-shadow:0 -4px 20px #0000001a}.bundle-builder__footer-inner{max-width:var(--section-width, 1200px);margin:0 auto;padding:0 50px}@media (max-width: 768px){.bundle-builder__footer-inner{padding:0 15px}}.bundle-builder__progress-bar{display:flex;gap:0;margin-bottom:1rem;height:var(--progress-bar-height, 40px);border:var(--progress-bar-border-width, 2px) solid var(--progress-bar-border-color, #000000);border-radius:var(--progress-bar-border-radius, 10px);overflow:hidden}.bundle-builder__progress-segment{flex:1;min-width:0;position:relative;display:flex;align-items:center;justify-content:center;background-color:transparent;transition:background-color .4s ease-out;box-sizing:border-box}.bundle-builder__progress-segment{border-left:var(--progress-bar-border-width, 2px) solid var(--progress-bar-border-color, #000000)}.bundle-builder__progress-segment:first-child{border-left:none}.bundle-builder__progress-segment.filled{background-color:var(--bundle-progress-fill, #1D9E06)!important}.bundle-builder__progress-segment.free-segment.filled{background:linear-gradient(to right,var(--gradient-1, #ff9cdc),var(--gradient-2, #d298f9),var(--gradient-3, #7ae28d),var(--gradient-4, #59cdc9))}.bundle-builder__progress-segment.free-segment .free-label{position:relative;z-index:2;font-size:var(--free-text-font-size, 12px);font-weight:600;text-transform:uppercase;letter-spacing:.05em;background-image:linear-gradient(to right,var(--gradient-1, #ff9cdc),var(--gradient-2, #d298f9),var(--gradient-3, #7ae28d),var(--gradient-4, #59cdc9));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.bundle-builder__progress-segment.free-segment.filled .free-label{background:none;-webkit-background-clip:unset;background-clip:unset;-webkit-text-fill-color:#fff;color:#fff;animation:none}.bundle-builder__footer-buttons{display:flex;gap:1rem}.bundle-builder__see-selected-btn{flex:1;height:auto;border:var(--see-selected-border-width) solid var(--see-selected-border);border-radius:var(--footer-btn-border-radius);background:var(--see-selected-bg);color:var(--see-selected-text);font-weight:500;font-size:var(--footer-btn-font-size);padding:var(--footer-btn-padding);cursor:pointer;transition:all .3s ease}.bundle-builder__see-selected-btn:hover{opacity:.8}.bundle-builder__form{flex:1}.bundle-builder__add-to-cart-btn{width:100%;height:auto;border:none;border-radius:var(--footer-btn-border-radius);border:var(--see-selected-border-width) solid var(--see-selected-border);padding:var(--footer-btn-padding);color:var(--add-cart-text);background-color:var(--add-cart-bg);font-weight:500;font-size:var(--footer-btn-font-size);cursor:pointer;transition:all .3s ease}.bundle-builder__add-to-cart-btn:disabled{opacity:.6;cursor:not-allowed}.bundle-builder__add-to-cart-btn.ready{border-color:var(--bundle-ready);background-color:var(--bundle-ready)}.bundle-builder__selected-popup{position:fixed;left:0;right:0;bottom:0;z-index:101;pointer-events:none;transform:translateY(100%);transition:transform .3s ease}.bundle-builder__selected-popup.open{transform:translateY(0);pointer-events:auto}.bundle-builder__popup-content{background:var(--popup-bg-color, #ffffff);border-radius:var(--popup-border-radius, 1.5rem) var(--popup-border-radius, 1.5rem) 0 0;max-height:var(--popup-max-height, 50vh);display:flex;flex-direction:column;border:1px solid var(--popup-border-color, rgba(0, 0, 0, .1));border-bottom:none;box-shadow:0 -4px 20px #00000026}.bundle-builder__popup-header{display:flex;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;border-bottom:1px solid var(--popup-border-color, rgba(0, 0, 0, .1));font-size:var(--popup-title-font-size, 1.25rem);font-weight:600;color:var(--popup-text-color, var(--bundle-text))}.bundle-builder__popup-close{background:none;border:none;cursor:pointer;padding:.5rem;display:flex;align-items:center;justify-content:center;color:var(--popup-close-color, var(--bundle-text));transition:opacity .2s ease}.bundle-builder__popup-close:hover{opacity:.7}.bundle-builder__popup-items{flex:1;overflow-y:auto;padding:1rem 1.5rem;padding-bottom:calc(1rem + env(safe-area-inset-bottom))}.bundle-builder__popup-empty{text-align:center;padding:2rem;color:var(--popup-text-color, var(--bundle-text));opacity:.6;font-size:var(--popup-empty-font-size, .95rem)}.bundle-builder__popup-item{display:flex;align-items:center;gap:1rem;padding:1rem 0;border-bottom:1px solid var(--popup-item-border-color, rgba(0, 0, 0, .05))}.bundle-builder__popup-item:last-child{border-bottom:none}.popup-item__image{width:60px;height:60px;flex-shrink:0}.popup-item__image img{width:100%;height:100%;object-fit:cover;border-radius:8px}.popup-item__info{flex:1;display:flex;flex-direction:column;gap:.25rem}.popup-item__title{font-weight:500;font-size:var(--popup-product-title-font-size, .95rem);color:var(--popup-text-color, var(--bundle-text))}.popup-item__quantity{font-size:.85rem;color:var(--popup-text-color, var(--bundle-text));opacity:.7}.popup-item__remove{background:none;border:none;cursor:pointer;padding:.5rem;color:var(--popup-trash-color, #999999);transition:color .2s ease}.popup-item__remove:hover{color:var(--popup-trash-hover-color, #ff4444)}@media (max-width: 768px){.popup-item__title{font-size:var(--popup-product-title-font-size-mobile, .9rem)}.bundle-builder__popup-header{font-size:var(--popup-title-font-size-mobile, 1.1rem)}}.bundle-builder__no-collection{text-align:center;padding:3rem;font-size:1rem;color:var(--bundle-text);opacity:.7}.placeholder-svg{width:100%;height:100%;background:#e0e0e0;border-radius:var(--bundle-card-radius)}@media (max-width: 1200px){.bundle-builder__product-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width: 768px){.bundle-builder{padding-bottom:12rem}.bundle-builder__header{padding:1.5rem}.bundle-builder__title{font-size:var(--title-size-mobile, 28px);margin-bottom:var(--title-margin-bottom-mobile, 12px)}.bundle-builder__description{font-size:var(--description-size-mobile, 14px)}.bundle-builder__product-grid{grid-template-columns:repeat(2,1fr);gap:.75rem}.bundle-builder__product-title{font-size:var(--product-title-font-size-mobile, 14px)}.bundle-builder__add-btn,.bundle-builder__out-of-stock-btn,.bundle-builder__quantity-controls{font-size:var(--product-btn-font-size-mobile, 12px);padding:var(--product-btn-padding-mobile, 10px) 0}.bundle-builder__qty-btn{font-size:var(--product-btn-font-size-mobile, 12px)}.bundle-builder__footer-buttons{flex-direction:var(--footer-btn-mobile-layout, column);gap:.75rem}.bundle-builder__see-selected-btn,.bundle-builder__add-to-cart-btn{font-size:var(--footer-btn-font-size-mobile)}.bundle-builder__progress-bar{height:calc(var(--progress-bar-height, 40px) * .85)}.bundle-builder__progress-segment.free-segment .free-label{font-size:calc(var(--free-text-font-size, 12px) * .9)}.bundle-builder__pack-selection{padding:var(--pack-selection-padding-mobile, 6px);padding-top:calc(var(--pack-selection-padding-mobile, 6px) + 4px);flex-wrap:nowrap;overflow-x:auto;-webkit-overflow-scrolling:touch}.bundle-builder__pack-btn-wrapper{flex-shrink:0}.bundle-builder__pack-badge{font-size:8px;padding:2px 6px}.bundle-builder__pack-btn{padding:var(--pack-btn-padding-mobile, 14px) .75rem;min-width:var(--pack-btn-width-mobile, 100px);height:auto;font-size:var(--pack-btn-font-size-mobile, 11px);flex-shrink:0}.bundle-builder__price-format{font-size:var(--price-format-size-mobile, 14px)}.bundle-builder__price-amount{font-size:var(--price-amount-size-mobile, 18px)}.bundle-builder__compare-price{font-size:var(--compare-price-size-mobile, 14px)}.bundle-builder__accordion-header{font-size:var(--dropdown-font-size-mobile, 14px)}}@media (max-width: 300px){.bundle-builder__product-grid{grid-template-columns:1fr}}.bundle-builder__info-popup-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;z-index:999;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease}.bundle-builder__info-popup-overlay.open{opacity:1;visibility:visible}.bundle-builder__info-popup{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%) scale(.9);z-index:1000;width:90%;max-width:500px;max-height:85vh;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease,transform .3s ease}.bundle-builder__info-popup.open{opacity:1;visibility:visible;transform:translate(-50%,-50%) scale(1)}.bundle-builder__info-popup-content{background:var(--info-popup-bg-color, #ffffff);border-radius:16px;overflow:hidden;box-shadow:0 20px 60px #0003;border:1px solid var(--info-popup-border-color, rgba(0, 0, 0, .1));display:flex;flex-direction:column;max-height:85vh}.bundle-builder__info-popup-header{display:flex;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;border-bottom:1px solid var(--info-popup-border-color, rgba(0, 0, 0, .1))}.bundle-builder__info-popup-title{font-size:var(--info-popup-title-font-size, 20px);font-weight:600;color:var(--info-popup-title-color, #000000);flex:1;padding-right:1rem}.bundle-builder__info-popup-close{background:none;border:none;cursor:pointer;padding:.5rem;display:flex;align-items:center;justify-content:center;color:var(--info-popup-close-color, #000000);transition:opacity .2s ease;flex-shrink:0}.bundle-builder__info-popup-close:hover{opacity:.7}.bundle-builder__info-popup-body{padding:1.5rem;overflow-y:auto;flex:1}.bundle-builder__info-popup-image{width:100%;max-width:250px;margin:0 auto 1.5rem}.bundle-builder__info-popup-image img{width:100%;height:auto;border-radius:12px;object-fit:contain}.bundle-builder__info-popup-description{color:var(--info-popup-text-color, #333333);font-size:var(--info-popup-description-font-size, 14px);line-height:1.6}.bundle-builder__info-popup-description p{margin-bottom:1rem}.bundle-builder__info-popup-description p:last-child{margin-bottom:0}.bundle-builder__info-popup-description ul,.bundle-builder__info-popup-description ol{padding-left:1.5rem;margin-bottom:1rem}.bundle-builder__info-popup-description li{margin-bottom:.5rem}.bundle-builder__info-popup-description h1,.bundle-builder__info-popup-description h2,.bundle-builder__info-popup-description h3,.bundle-builder__info-popup-description h4,.bundle-builder__info-popup-description h5,.bundle-builder__info-popup-description h6{font-size:var(--info-popup-description-font-size, 14px)!important;font-weight:600;margin-top:1rem;margin-bottom:.5rem;line-height:1.4}.bundle-builder__info-popup-description h1:first-child,.bundle-builder__info-popup-description h2:first-child,.bundle-builder__info-popup-description h3:first-child,.bundle-builder__info-popup-description h4:first-child,.bundle-builder__info-popup-description h5:first-child,.bundle-builder__info-popup-description h6:first-child{margin-top:0}@media (max-width: 768px){.bundle-builder__info-popup{width:95%;max-height:90vh}.bundle-builder__info-popup-content{max-height:90vh}.bundle-builder__info-popup-header{padding:1rem 1.25rem}.bundle-builder__info-popup-title{font-size:var(--info-popup-title-font-size-mobile, 18px)}.bundle-builder__info-popup-body{padding:1.25rem}.bundle-builder__info-popup-image{max-width:200px}.bundle-builder__info-popup-description{font-size:var(--info-popup-description-font-size-mobile, 14px)}.bundle-builder__more-info-btn{width:28px;height:28px;top:8px;right:8px}.bundle-builder__more-info-btn .info-icon-letter{font-size:16px}}.bundle-builder__pack-collections{margin-top:1.5rem}.bundle-builder__back-btn{display:inline-flex;align-items:center;gap:.5rem;background:none;border:none;padding:.75rem 0;cursor:pointer;font-size:14px;font-weight:500;color:var(--bundle-text, #000);margin-bottom:1rem;transition:opacity .2s ease}.bundle-builder__back-btn:hover{opacity:.7}.bundle-builder__back-btn svg{flex-shrink:0}.bundle-builder__collection-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(max(140px,calc(50% - .75rem)),1fr));gap:1rem}.bundle-builder__collection-card{background:var(--collection-card-bg-color, #f2f2f7);border-radius:var(--collection-card-border-radius, 12px);overflow:hidden;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.bundle-builder__collection-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.bundle-builder__collection-card-image{aspect-ratio:1 / 1;overflow:hidden;display:flex;align-items:center;justify-content:center}.bundle-builder__collection-card-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease;image-rendering:-webkit-optimize-contrast;image-rendering:crisp-edges;-ms-interpolation-mode:bicubic}.bundle-builder__collection-card:hover .bundle-builder__collection-card-image img{transform:scale(1.05)}.bundle-builder__collection-card-image .placeholder-svg{width:100%;height:100%}.bundle-builder__collection-card-title{padding:.75rem;text-align:center;font-size:var(--collection-card-title-font-size, 14px);font-weight:500;color:var(--collection-card-text-color, #000);line-height:1.3}.bundle-builder__pack-products{margin-top:1rem}.bundle-builder__sub-collections-wrapper{padding-top:var(--dropdown-content-padding-top, 16px);padding-bottom:var(--dropdown-content-padding-bottom, 16px)}.bundle-builder__back-to-subcollections{display:inline-flex;align-items:center;gap:.5rem;background:none;border:none;padding:.75rem 0;cursor:pointer;font-size:14px;font-weight:500;color:var(--bundle-text, #000);margin-bottom:1rem;transition:opacity .2s ease}.bundle-builder__back-to-subcollections:hover{opacity:.7}.bundle-builder__back-to-subcollections svg{flex-shrink:0}.bundle-builder__sub-products{margin-top:1rem}.bundle-builder__sub-collection-products .bundle-builder__product-grid{padding-top:0}@media (max-width: 768px){.bundle-builder__collection-cards{grid-template-columns:repeat(auto-fit,minmax(max(100px,calc(50% - .375rem)),1fr));gap:.75rem}.bundle-builder__collection-card-title{padding:.5rem;font-size:calc(var(--collection-card-title-font-size, 14px) - 2px)}.bundle-builder__back-btn,.bundle-builder__back-to-subcollections{font-size:13px;padding:.5rem 0}}
/*# sourceMappingURL=/cdn/shop/t/3/assets/bundlebuilder.css.map */
