:root{--bundle-primary: #2e7d32;--bundle-secondary: #ffc107;--bundle-text-dark: #333;--bundle-text-light: #666;--bundle-bg-light: #f5f5f5;--bundle-border: #ddd;--bundle-shadow: 0 2px 8px rgba(0,0,0,.1);--bundle-green-bg: #93c572aa;--bundle-green-bg-solid: #93c572f5;--bundle-error: #d32f2f}.bundle-builder-section{font-size:16px;margin:0;padding:0;color:var(--bundle-text-dark)}.bundle-builder-container{display:flex;min-height:100vh;max-height:100vh;overflow-y:hidden;width:100%}.bundle-builder-layout{display:flex;width:100%;height:100%}.bundle-builder-left-pane{flex:3;padding:40px;overflow-y:auto;border-right:1px solid var(--bundle-border);background-color:var(--bundle-builder-bg);min-height:calc(100vh - 40px);display:flex;flex-direction:column;justify-content:space-around}.bundle-builder-header{text-align:center;margin-bottom:30px}.bundle-builder-title{font-size:2em;font-weight:700;margin-bottom:.625em;color:var(--bundle-text-dark)}.bundle-builder-subtitle{font-size:1em;color:var(--bundle-text-light);line-height:1.5}.section-title{font-size:1em;font-weight:600;margin-bottom:1.25em;color:var(--text-color-left-pane)}.bundle-tiers-section{margin-bottom:30px}.tier-selection-error{margin-bottom:20px;animation:slideInDown .3s ease-out}.error-message{display:flex;align-items:center;padding:12px 16px;background-color:#fff3cd;border:1px solid #ffeaa7;border-radius:8px;color:#856404;font-size:.9em;font-weight:500}.error-icon{margin-right:8px;font-size:1.1em}.error-text{flex:1}@keyframes slideInDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.bundle-tiers-grid{display:flex;gap:15px;margin-bottom:15px}.bundle-tier-option{flex:1;border-radius:8px;padding:8px;text-align:center;cursor:pointer;transition:all .3s ease;color:var(--bundle-builder-tier-options-text)}.bundle-tier-option:hover{background-color:var(--bundle-builder-tier-options-bg);transform:translateY(-2px);box-shadow:var(--bundle-shadow)}.bundle-tier-option.selected{border-color:var(--bundle-builder-tier-options-border);background-color:var(--selected-bg, rgba(46, 125, 50, .1));color:var(--selected-text, var(--bundle-builder-tier-options-text));transform:translateY(-2px);box-shadow:0 4px 12px #2e7d3233;position:relative}.bundle-tier-option.selected:before{content:"\2713";position:absolute;top:-8px;right:-8px;background-color:var(--bundle-builder-tier-options-bg);color:var(--bundle-builder-tier-options-text);width:24px;height:24px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:700;box-shadow:0 2px 4px #0003}.tier-title{font-weight:600;margin-bottom:5px;color:var(--bundle-builder-tier-options-text)}.tier-subtitle{font-size:.85em;color:var(--bundle-builder-tier-additional-text-color)}.collection-tabs-section{margin-bottom:30px}.collection-tabs{display:flex;gap:10px;margin-bottom:20px}.collection-tab{padding:10px 20px;border:1px solid var(--bundle-border);border-radius:6px;background:var(--bundle-builder-collection-button-bg-color);cursor:pointer;transition:all .3s ease;font-weight:500}.collection-tab:hover{background-color:var(--bundle-builder-collection-button-selected-color)}.collection-tab[data-active=true]{background-color:var(--bundle-builder-collection-button-selected-color);color:var(--bundle-builder-collection-button-text-color);border-color:var(--bundle-builder-collection-button-selected-color)}.product-grid-section{margin-bottom:30px}.product-grid{display:grid;grid-template-columns:repeat(var(--products-per-row-desktop, 3),1fr);gap:var(--grid-gap, 20px);margin-bottom:15px;transition:opacity .3s ease,transform .3s ease}.product-grid-placeholder{grid-column:1 / -1;text-align:center;padding:40px;color:var(--bundle-text-light);font-style:italic;min-height:200px;display:flex;align-items:center;justify-content:center}.product-grid-placeholder p{margin:0;font-size:1em}.product-card{border:1px solid var(--bundle-border);border-radius:8px;padding:10px;text-align:center;cursor:pointer;transition:all .3s ease;position:relative;background:#fff;overflow:hidden}.product-card:hover{transform:translateY(-5px);box-shadow:var(--bundle-shadow)}.product-card.selected{border-color:var(--bundle-primary);background-color:#2e7d320d}.product-card img{width:100%;height:auto;margin-bottom:15px;border-radius:8px;object-fit:contain;aspect-ratio:1;transition:opacity .3s ease}.product-image{transition:opacity .3s ease}.product-image-container .product-image{opacity:1}.product-image-container .product-image[onload]{opacity:0}.product-image-container .product-image[style*=opacity]{opacity:inherit!important}.product-image.lazyload{opacity:.7}.product-image.lazyloaded{opacity:1}.product-image-container{position:relative;overflow:hidden;margin-bottom:15px}.product-image-container img{transition:transform .3s ease,opacity .3s ease;position:relative;z-index:2}.product-image-container img:hover{transform:scale(1.05)}.product-loading-placeholder{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:product-loading-shimmer 1.5s infinite;border-radius:8px;z-index:1}@keyframes product-loading-shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.product-name{font-weight:600;margin-bottom:5px;color:var(--bundle-text-dark);height:2lh;font-size:.875em;line-height:1.3;min-height:2.6em;display:-webkit-box;line-clamp:2;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-description{font-size:.85em;color:var(--bundle-text-light);margin-bottom:.9375em;height:2.5em;overflow:hidden;line-height:1.3}.product-price{font-weight:600;color:var(--bundle-builder-product-card-price-color);margin-bottom:15px}.add-to-bundle-btn{background-color:var(--bundle-builder-add-to-bundle-btn-bg);color:var(--bundle-builder-add-to-bundle-btn-text);border:none;width:100%;padding:.75em 1.5em;font-size:1em;font-weight:600;border-radius:.375em;cursor:pointer;transition:all .3s ease;margin-top:.9375em}.variant-selector{margin:10px 0;display:flex;flex-direction:column;gap:5px}.variant-label{font-size:.875rem;font-weight:500;color:var(--bundle-text-dark);margin-bottom:4px}.variant-dropdown{width:100%;padding:8px 12px;border:1px solid var(--bundle-border);border-radius:4px;background-color:#fff;font-size:.875rem;color:var(--bundle-text-dark);cursor:pointer;transition:border-color .2s ease}.variant-dropdown:focus{outline:none;border-color:var(--bundle-primary);box-shadow:0 0 0 2px #2e7d321a}.variant-dropdown:disabled{background-color:var(--bundle-bg-light);color:var(--bundle-text-light);cursor:not-allowed}.variant-dropdown option{padding:8px;font-size:.875rem}.variant-dropdown option:disabled{color:var(--bundle-text-light);font-style:italic}.variant-selection-error{margin-top:8px;padding:8px 12px;background-color:#d32f2f1a;border:1px solid rgba(211,47,47,.3);border-radius:4px;font-size:.75rem;color:var(--bundle-error);display:none}.variant-selection-error .error-message{display:flex;align-items:center;gap:6px}.variant-selection-error .error-icon{font-size:.875rem}.variant-selection-error .error-text{flex:1}.selected-badge{position:absolute;top:-.625em;right:-.625em;background-color:var(--bundle-primary);color:#fff;width:1.5625em;height:1.5625em;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.8em;font-weight:600;opacity:0;transition:opacity .3s ease}.product-card.selected .selected-badge{opacity:0}.quantity-selector{display:flex;align-items:center;justify-content:space-between;margin-top:15px;background-color:var(--bundle-builder-qty-selector-bg);border-radius:4px;overflow:hidden;color:var(--bundle-builder-qty-selector-text);border:1px solid var(--bundle-builder-qty-selector-border)}.quantity-btn{background:none;border:none;font-size:1.2em;width:2.5em;height:1.875em;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background-color .2s ease}.quantity-btn:hover{background-color:#fff3}.quantity-display{font-weight:600;padding:0 .625em;color:var(--bundle-builder-qty-selector-text)}.product-details-btn{color:#fff;padding:.625em 1.875em;border-radius:.375em;box-shadow:none;border:none;margin-top:.9375em;background:var(--bundle-primary);cursor:pointer;transition:background-color .3s ease;font-weight:500}.product-details-btn:hover{background-color:#1b5e20}.delivery-options-section{margin-bottom:30px}.delivery-options{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.delivery-option{border:1px solid var(--bundle-border);border-radius:8px;padding:10px;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;background:#fff}.delivery-option:hover{background-color:#f0f0f0}.delivery-option.selected{border-color:var(--bundle-primary);background-color:#2e7d320d}.delivery-radio{margin-right:15px;width:20px;height:20px;border:2px solid var(--bundle-text-light);border-radius:50%;position:relative;flex-shrink:0}.delivery-option.selected .delivery-radio:after{content:"";position:absolute;top:3px;left:3px;width:10px;height:10px;background-color:var(--bundle-primary);border-radius:50%}.delivery-details{flex:1}.delivery-title{font-weight:600;margin-bottom:5px;color:var(--bundle-text-dark)}.delivery-description{font-size:.85em;color:var(--bundle-text-light)}.delivery-price{font-weight:600;color:var(--bundle-primary);margin-left:15px;flex-shrink:0}.bundle-builder-right-pane{flex:1;padding:10px 20px;background-color:var(--bundle-builder-cart-preview--bg);position:relative;overflow-y:auto;max-height:100vh}.bundle-preview{position:relative;display:grid;grid-template-rows:auto auto 1fr auto auto;height:100%;grid-template-columns:1fr;gap:20px;max-height:calc(100vh - var(--header-height))}.bundle-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.bundle-title{font-size:1.5em;font-weight:600;color:var(--bundle-text-dark)}.savings-badge{background-color:var(--badge-bg);color:var(--badge-text);padding:.3125em .75em;border-radius:1.25em;font-weight:600;font-size:.9em}.bundle-progress{margin-bottom:20px}.progress-text{font-size:.9em;color:var(--bundle-text-dark);margin-bottom:.625em}.progress-bar{width:100%;height:8px;background-color:var(--bundle-bg-light);border-radius:4px;overflow:hidden}.progress-fill{height:100%;background-color:var(--bundle-primary);transition:width .3s ease;width:0%}.bundle-items{position:relative;margin-bottom:20px;overflow-y:auto;scrollbar-width:none;border:1px solid #cccccca5}.bundle-items::-webkit-scrollbar{display:none}.bundle-items-list{display:flex;overflow:auto;gap:.75em;padding:.75em;scroll-snap-type:x mandatory;scrollbar-width:none;flex-direction:column;min-height:100%;background:#f9fafb}.bundle-item{display:flex;align-items:center;margin-bottom:15px;padding:15px;background-color:#ffffffa6;border-radius:8px;position:relative;box-shadow:0 10px 10px #c3c3c3a5;border:2px dashed #ddd}.bundle-item-image-container{position:relative;width:60px;height:60px;margin-right:15px}.bundle-item-loading-placeholder{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:loading-shimmer 1.5s infinite;border-radius:8px;z-index:1}@keyframes loading-shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.bundle-item img,.bundle-item-image{width:60px;height:60px;border-radius:8px;margin-right:15px;object-fit:cover;opacity:0;transition:opacity .3s ease;position:relative;z-index:2}.bundle-item-details{flex:1}.bundle-item-name{font-weight:600;margin-bottom:5px;color:var(--bundle-text-dark)}.bundle-item-flavor{font-size:.85em;color:var(--bundle-text-light)}.bundle-item-quantity{font-weight:600;margin-right:15px;color:var(--bundle-text-dark)}.remove-item{color:var(--bundle-error);cursor:pointer;font-size:.9em;position:absolute;right:.9375em;top:.9375em;transition:color .2s ease}.remove-item:hover{color:#b71c1c}.scroll-indicator{position:absolute;left:50%;bottom:.5em;transform:translate(-50%);z-index:10;text-align:center;padding:.5em 1.25em;width:fit-content;border-radius:2.5em;transition:opacity .3s ease;box-shadow:0 .125em .3125em #0003;opacity:0;height:fit-content;font-size:.8em;pointer-events:none}.bundle-summary{padding:20px;background-color:#fff;border-radius:8px;margin-bottom:20px;display:none}.summary-row{display:flex;justify-content:space-between;margin-bottom:15px;color:var(--bundle-text-dark)}.summary-row.total{font-size:1.2em;font-weight:600;border-top:1px solid var(--bundle-border);padding-top:.9375em;margin-top:.9375em}.original-price{text-decoration:line-through;color:var(--bundle-text-light);font-size:.9em;margin-right:.625em}.discount-price{color:var(--bundle-error);font-weight:600}.bundle-checkout{margin-top:auto}.checkout-button{background-color:var(--bundle-primary);color:#fff;border:none;width:100%;padding:.9375em;font-size:1.1em;font-weight:600;border-radius:.5em;cursor:pointer;transition:all .3s ease;margin-bottom:.9375em}.checkout-button:hover{background-color:#1b5e20;transform:translateY(-2px);box-shadow:var(--bundle-shadow)}.checkout-button:disabled{background-color:var(--bundle-text-light);cursor:not-allowed;transform:none;box-shadow:none}.desktop_only{display:block}.mobile_only{display:none}@media (max-width: 1024px){.desktop_only{display:none!important}.mobile_only{display:block!important}.bundle-builder-container{flex-direction:column;min-height:100vh;max-height:none;overflow-y:auto}.bundle-builder-layout{flex-direction:column;height:auto}.bundle-builder-left-pane{flex:none;padding:1em;border-right:none;border-bottom:1px solid var(--bundle-border);min-height:auto}.bundle-builder-header{text-align:center;margin-bottom:1.5em}.bundle-builder-title{font-size:1.5em;margin-bottom:.5em}.bundle-builder-subtitle{font-size:.9em}.bundle-tiers-section{margin-bottom:1.5em}.bundle-tiers-grid{display:flex;gap:.75em;padding-bottom:.5em}.bundle-tier-option{flex:0 0 auto;min-width:5em;padding:.75em .5em;border-radius:.5em}.tier-title{font-size:.9em}.tier-subtitle{font-size:.75em}.collection-tabs-section{margin-bottom:1.5em}.collection-tabs{display:flex;gap:.75em;overflow-x:auto;padding-bottom:.5em}.collection-tab{flex:0 0 auto;min-width:6em;padding:.75em 1em;border-radius:.5em;font-size:.9em}.product-grid-section{margin-bottom:1.5em;padding-bottom:var(--cart-preview-height, 80vh)}.product-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1em;transition:opacity .3s ease,transform .3s ease}.product-card{padding:.75em}.product-card img{margin-bottom:.75em}.product-name{font-size:.85em;margin-bottom:.375em}.product-description{font-size:.75em;height:2em;margin-bottom:.75em}.product-price{font-size:.9em;margin-bottom:.75em}.add-to-bundle-btn{font-size:.85em;padding:.625em 1em}.quantity-selector{margin-top:.75em}.quantity-btn{width:2em;height:1.5em;font-size:1em}.product-details-btn{font-size:.8em;padding:.5em 1.25em;margin-top:.75em}.delivery-options-section{margin-bottom:1.5em}.delivery-options{grid-template-columns:1fr;gap:.75em}.delivery-option{padding:.75em}.bundle-builder-right-pane{flex:none;position:fixed;bottom:0;left:0;right:0;height:auto;padding:1em;background-color:var(--bundle-builder-cart-preview--bg);border-top:1px solid var(--bundle-border);z-index:100;overflow-y:auto;transform:translateY(100%);transition:transform .3s ease}.bundle-builder-right-pane.cart-visible{transform:translateY(0)}.bundle-preview{height:auto;gap:1em;position:relative;grid-template-rows:5% 1fr auto}.bundle-header{margin-bottom:1em}.bundle-title{font-size:1.2em}.savings-badge{font-size:.8em;padding:.25em .5em}.bundle-progress{margin-bottom:1em}.progress-text{font-size:.8em}.bundle-items{display:flex;overflow-x:auto;gap:.5em;padding:.5em;scroll-snap-type:x mandatory}.bundle-item{flex:0 0 auto;min-width:calc(33.333% - .5rem);flex:0 0 calc(33.333% - .5rem);scroll-snap-align:start;position:relative;background:#fff;border:2px dashed #ddd;border-radius:8px;padding:.75rem;display:flex;align-items:center;justify-content:center;transition:transform .2s ease;margin-bottom:.75em}.mobile-bundle-item-image{width:50px;height:50px;border-radius:8px;object-fit:cover;background:#fff}.bundle-item img{width:40px;height:40px}.bundle-item-name{font-size:.85em}.bundle-item-flavor{font-size:.75em}.bundle-summary{padding:1em;margin-bottom:1em}.summary-row{margin-bottom:.75em;font-size:.9em}.summary-row.total{font-size:1.1em}.checkout-button{font-size:1em;padding:.875em;margin-bottom:.75em}.mobile-cart-expand{display:flex;align-items:center;justify-content:center;gap:.5em;padding:.75em;background-color:var(--bundle-primary);color:#fff;border-radius:8px;cursor:pointer;transition:all .3s ease;margin-bottom:1em;font-size:.9em;font-weight:500;width:100%;text-align:center}.mobile-cart-expand:hover{background-color:#1b5e20;transform:translateY(-1px)}.mobile-cart-close{display:none;position:absolute;top:-.7em;right:-.5em;width:30px;height:30px;background-color:#000000b3;color:#fff;cursor:pointer;align-items:center;justify-content:center;z-index:10;transition:all .3s ease}.mobile-cart-close:hover{background-color:#000000e6;transform:scale(1.1)}.close-icon{font-size:1.2em;font-weight:700;line-height:1}.bundle-builder-right-pane.full-view .mobile-cart-close{display:flex}.bundle-builder-right-pane.full-view{max-height:100vh;height:100vh;overflow-y:auto;transition:all .3s ease}.bundle-builder-right-pane:not(.full-view){transition:all .3s ease;max-height:35vh}.bundle-builder-right-pane.full-view .bundle-items{max-height:none;display:block;overflow-y:auto;transition:all .3s ease}.bundle-builder-right-pane:not(.full-view) .bundle-items{transition:all .3s ease;display:flex;overflow-x:auto;gap:.5em;padding:.5em}.bundle-builder-right-pane:not(.full-view) .bundle-item{flex:0 0 calc(33.333% - .5rem);min-width:calc(33.333% - .5rem);margin-bottom:0;padding:0;background:none;scroll-snap-align:start;background:#fff;border-radius:8px}.bundle-builder-right-pane:not(.full-view) .bundle-item-details,.bundle-builder-right-pane:not(.full-view) .bundle-item-quantity,.bundle-builder-right-pane:not(.full-view) .remove-item{display:none}.bundle-builder-right-pane:not(.full-view) .bundle-summary,.bundle-builder-right-pane:not(.full-view) .bundle-checkout{display:none}.bundle-summary,.bundle-builder-right-pane.full-view .bundle-summary{display:none}.bundle-builder-right-pane:not(.full-view) .bundle-item-image-container{width:100%;height:auto;aspect-ratio:1;margin-right:0}.bundle-builder-right-pane:not(.full-view) .bundle-item img,.bundle-builder-right-pane:not(.full-view) .bundle-item-image{width:100%;height:auto;aspect-ratio:1;margin-right:0}.bundle-builder-right-pane.full-view .bundle-item{display:flex;align-items:center;background-color:#ffffffa6;border-radius:8px;position:relative}.bundle-builder-right-pane.full-view .bundle-item-image-container{width:48px;height:48px;margin-right:15px}.bundle-builder-right-pane.full-view .bundle-item img,.bundle-builder-right-pane.full-view .bundle-item-image{width:48px;height:48px;border-radius:8px;margin-right:15px;object-fit:cover}.bundle-builder-right-pane.full-view .bundle-item-details{flex:1}.bundle-builder-right-pane.full-view .bundle-item-name{font-weight:600;margin-bottom:5px;color:var(--bundle-text-dark)}.bundle-builder-right-pane.full-view .bundle-item-flavor{font-size:.85em;color:var(--bundle-text-light)}.bundle-builder-right-pane.full-view .bundle-item-quantity{font-weight:600;margin-right:15px;color:var(--bundle-text-dark)}.bundle-builder-right-pane.full-view .remove-item{color:var(--bundle-error);cursor:pointer;font-size:.9em;position:absolute;right:.9375em;top:.9375em;transition:color .2s ease}.bundle-builder-right-pane.full-view .remove-item:hover{color:#b71c1c}.variant-popup-overlay{padding:.5em}.variant-popup{max-width:95%;max-height:80%}.variant-popup-content{padding:.75em}.variant-option-label{font-size:.7em}.variant-option-select{padding:.5em;font-size:.7em}.variant-quantity-label{font-size:.7em}.variant-quantity-btn{width:2em;height:2em}.variant-add-to-bundle-btn{padding:.75em 1.25em;font-size:.9em}}@media (max-width: 480px){.bundle-builder-left-pane{padding:.75em}.bundle-builder-title{font-size:1.3em}.product-grid{grid-template-columns:repeat(var(--products-per-row-mobile, 2),1fr);gap:.75em;transition:opacity .3s ease,transform .3s ease}.bundle-tiers-grid{gap:.5em;flex-wrap:wrap}.bundle-tier-option{flex:1;border-radius:8px;padding:8px;text-align:center;cursor:pointer;transition:all .3s ease;flex:1 1 calc(50% - .5em)}.collection-tabs{gap:.5em}.collection-tab{min-width:5em;padding:.625em .75em}.bundle-builder-right-pane{padding:.75em}.bundle-preview{max-height:100vh}.bundle-progress,.bundle-items{margin-bottom:0}.empty-bundle-message{padding:unset!important}.bundle-header,.bundle-summary,.bundle-checkout{display:none}.variant-options{margin-bottom:0!important}.variant-popup-title{font-size:.7em!important}.variant-add-to-bundle-btn{padding:.5em!important}.variant-popup-overlay.visible{padding:0!important}}.infinite-scroll-loading{text-align:center;padding:20px;margin:20px 0}.infinite-scroll-loading .loading-spinner{width:40px;height:40px;border:3px solid #f3f3f3;border-top:4px solid #3498db;border-radius:50%;animation:spin 1s linear infinite;margin:0 auto 10px}.infinite-scroll-loading p{color:var(--bundle-text-light);font-size:.9em;margin:0}.no-more-products{text-align:center;padding:20px;margin:20px 0;color:var(--bundle-text-light);font-style:italic;font-size:.9em}.infinite-scroll-error{text-align:center;padding:20px;margin:20px 0;color:#d32f2f;font-size:.9em}.retry-loading-btn{background-color:var(--bundle-primary);color:#fff;border:none;padding:8px 16px;border-radius:4px;cursor:pointer;font-size:.9em;margin-top:10px;transition:background-color .3s ease}.retry-loading-btn:hover{background-color:var(--bundle-primary-dark)}.bundle-builder-hidden{display:none!important}.bundle-builder-visible{display:block!important}.bundle-builder-loading{opacity:.6;pointer-events:none}.bundle-builder-error{color:var(--bundle-error);background-color:#d32f2f1a;border:1px solid var(--bundle-error);padding:10px;border-radius:4px;margin:10px 0}.bundle-builder-success{color:var(--bundle-primary);background-color:#2e7d321a;border:1px solid var(--bundle-primary);padding:10px;border-radius:4px;margin:10px 0}.bundle-builder-section{display:flex;flex-direction:column;overflow-y:hidden;max-height:calc(100vh - var(--header-height))}@media (max-width: 1024px){.bundle-builder-section{padding-bottom:40vh}.bundle-builder-container{padding-bottom:0}.bundle-builder-left-pane{overflow-y:visible}.variant-popup-overlay{position:fixed;top:0;left:0;right:0;bottom:0;z-index:99}.bundle-tiers-grid{flex-wrap:wrap}.bundle-tier-option{flex:1 1 calc(50% - .5em)}.cart-slide-animation{animation:cartSlide .3s ease-out}@keyframes cartSlide{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}.bundle-items-list{display:flex;overflow-x:auto;gap:.75em;padding:.5em 0;scroll-snap-type:x mandatory;width:100%}.bundle-priview{grid-template-rows:auto 1fr auto auto}.bundle-item{flex:0 0 auto;min-width:200px;scroll-snap-align:start}}.bundle-builder-container{flex:1;display:flex;flex-direction:column}.bundle-builder-layout{flex:1;display:flex;min-height:0}.bundle-builder-left-pane{flex:3;min-width:0;overflow-y:auto}.bundle-builder-right-pane{flex:1;min-width:0;overflow-y:auto;max-height:(100vh - var(--header-height))}.bundle-builder-header,.bundle-tiers-section,.collection-tabs-section,.product-grid-section,.delivery-options-section{flex-shrink:0}.empty-bundle-message{text-align:center;padding:40px 20px;color:var(--bundle-text-light);font-style:italic}.quantity-btn{min-width:40px;min-height:30px}.product-details-btn{width:100%;margin-top:15px}.bundle-preview{height:100%}.bundle-items{flex:1;min-height:0}.bundle-summary,.bundle-checkout{flex-shrink:0}.variant-popup-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background-color:#00000080;z-index:99;display:flex;align-items:flex-end;justify-content:center;transition:opacity .3s ease;border-radius:.5em;padding:.25em}.variant-popup-overlay.visible{opacity:1}.variant-popup{background:#fff;border-radius:.75em .75em 0 0;width:100%;max-height:95%;overflow-y:auto;transform:translateY(100%);transition:transform .3s ease;box-shadow:0 -.125em .625em #0003;position:relative;height:100%;scrollbar-width:none}.variant-popup-overlay.visible .variant-popup{transform:translateY(0)}.variant-popup-header{display:flex;justify-content:space-between;align-items:center;padding:.875em 1em .625em;border-bottom:1px solid var(--bundle-border)}.variant-popup-title{font-size:.875em;font-weight:500;color:var(--bundle-text-dark);margin:0;line-height:1.2}.variant-popup-close{background:none;border:none;font-size:1.25em;cursor:pointer;color:var(--bundle-text-light);padding:0;width:1.75em;height:1.75em;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:background-color .2s ease}.variant-popup-close:hover{background-color:var(--bundle-bg-light)}.variant-popup-content{padding:1em}.variant-options,.variant-option-group{margin-bottom:1.5em}.variant-option-group:last-child{margin-bottom:0}.variant-option-label{font-size:.75em;font-weight:600;color:var(--bundle-text-dark);margin-bottom:.375em;display:block}.variant-option-select{width:100%;padding:.625em;border:1px solid var(--bundle-border);border-radius:.375em;background:#fff;color:var(--bundle-text-dark);font-size:.75em;cursor:pointer;transition:border-color .2s ease}.variant-option-select:hover{border-color:var(--bundle-primary)}.variant-option-select:focus{outline:none;border-color:var(--bundle-primary);box-shadow:0 0 0 2px #2e7d321a}.variant-option-select option{padding:.5em}.variant-option-select option:disabled{color:var(--bundle-text-light);font-style:italic}.variant-quantity-section{margin:1em 0}.variant-quantity-label{font-size:.75em;font-weight:600;color:var(--bundle-text-dark);margin-bottom:.375em;display:block}.variant-quantity-selector{display:flex;align-items:center;justify-content:space-between;background-color:var(--bundle-bg-light);border-radius:.375em;overflow:hidden;border:1px solid var(--bundle-border)}.variant-quantity-btn{background:none;border:none;font-size:1em;width:2.25em;height:2.25em;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background-color .2s ease;color:var(--bundle-text-dark)}.variant-quantity-btn:hover{background-color:#0000001a}.variant-quantity-display{font-weight:600;padding:0 .5em;color:var(--bundle-text-dark);font-size:.875em;min-width:1.5em;text-align:center}.variant-popup-actions{display:flex;gap:.75em;margin-top:1em}.variant-add-to-bundle-btn{flex:1;background-color:var(--bundle-builder-add-to-bundle-btn-bg);color:var(--bundle-builder-add-to-bundle-btn-text);border:none;padding:.875em 1.5em;font-size:1em;font-weight:600;border-radius:.375em;cursor:pointer;transition:all .3s ease}.variant-add-to-bundle-btn:hover{background-color:#1b5e20;transform:translateY(-1px)}.variant-add-to-bundle-btn:disabled{background-color:var(--bundle-text-light);cursor:not-allowed;transform:none}.variant-card{position:relative}.variant-card .product-name{font-size:.875em;line-height:1.3;min-height:2.6em;display:-webkit-box;line-clamp:2;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.variant-card{animation:variantCardAppear .3s ease-out}@keyframes variantCardAppear{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.variant-card.out-of-stock{opacity:.7;position:relative}.variant-card.out-of-stock:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:#0000001a;pointer-events:none;z-index:1}.variant-card.out-of-stock .add-to-bundle-btn{background-color:var(--bundle-builder-add-to-bundle-btn-bg);color:var(--bundle-builder-add-to-bundle-btn-text);cursor:not-allowed;transform:none}.variant-card.out-of-stock .add-to-bundle-btn:hover{background-color:var(--bundle-builder-add-to-bundle-btn-bg);transform:none}.product-card.out-of-stock{opacity:.7;position:relative}.product-card.out-of-stock:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:#0000001a;pointer-events:none;z-index:1}.product-card.out-of-stock .add-to-bundle-btn{background-color:var(--bundle-text-light);color:var(--bundle-text-muted);cursor:not-allowed;transform:none}.product-card.out-of-stock .add-to-bundle-btn:hover{background-color:var(--bundle-text-light);transform:none}.bundle-builder-loading-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#fffffff2;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;justify-content:center;align-items:center;z-index:9999;opacity:1;visibility:visible;transition:opacity .3s ease,visibility .3s ease}.bundle-builder-loading-overlay.hidden{opacity:0;visibility:hidden}.loading-content{text-align:center;display:flex;flex-direction:column;align-items:center;gap:20px}.loading-spinner{width:60px;height:60px;border:4px solid #f3f3f3;border-top:4px solid #3498db;border-radius:50%;animation:spin 1s linear infinite}.loading-text{font-size:18px;font-weight:500;color:#333;letter-spacing:.5px;animation:pulse 2s ease-in-out infinite}.checkout-loading-overlay{position:fixed;top:0;left:0;width:100%;height:100%;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);display:flex;justify-content:center;align-items:center;z-index:10000;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease}.checkout-loading-overlay.visible{opacity:1;visibility:visible}.checkout-loading-content{text-align:center;display:flex;flex-direction:column;align-items:center;gap:20px;padding:20px;background:#27272c;border-radius:8px;border:1px solid #c3c3c3a5;box-shadow:0 0 20px 1px #a5a5a5a5;color:#fff}.checkout-loading-spinner{width:50px;height:50px;border:3px solid #f3f3f3;border-top:3px solid #27ae60;border-radius:50%;animation:spin 1s linear infinite}.checkout-loading-text{font-size:16px;font-weight:500;color:#fff;letter-spacing:.5px;animation:pulse 2s ease-in-out infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.7}}@media (prefers-color-scheme: dark){.bundle-builder-loading-overlay,.checkout-loading-overlay{background:#000c}.loading-text,.checkout-loading-text{color:#fff}.loading-spinner{border-color:#444;border-top-color:#3498db}.checkout-loading-spinner{border-color:#444;border-top-color:#27ae60}}.tier-error-dialog{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:10000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.tier-error-dialog-content{background:#fff;border-radius:12px;max-width:500px;width:90%;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;animation:dialogSlideIn .3s ease-out;padding:20px;display:flex;flex-direction:column;gap:15px}@keyframes dialogSlideIn{0%{opacity:0;transform:translateY(0)}to{opacity:1;transform:translateY(-20PX)}}.tier-error-dialog-header{display:flex;justify-content:space-between;align-items:center}.tier-error-dialog-header h3{margin:0;font-size:18px;font-weight:600;color:#1f2937}.tier-error-dialog-close{background:none;border:none;cursor:pointer;padding:4px;border-radius:4px;color:#6b7280;transition:all .2s}.tier-error-dialog-close:hover{background:#f3f4f6;color:#374151}.tier-error-dialog-body{text-align:center}.tier-error-dialog-icon{margin-bottom:16px;color:#ef4444}.tier-error-dialog-body p{margin:0;font-size:16px;line-height:1.5;color:#4b5563}.tier-error-dialog-footer{text-align:center}.tier-error-dialog-button{background:#27272c;color:#fff;border:none;padding:8px;border-radius:8px;font-size:16px;font-weight:500;cursor:pointer;transition:all .2s;min-width:100px}.tier-error-dialog-button:hover{background:#2563eb;transform:translateY(-1px)}.tier-error-dialog-button:active{transform:translateY(0)}@media (prefers-color-scheme: dark){.tier-error-dialog-content{background:#1f2937;color:#fff}.tier-error-dialog-header h3{color:#f9fafb}.tier-error-dialog-body p{color:#d1d5db}.tier-error-dialog-close{color:#9ca3af}.tier-error-dialog-close:hover{background:#374151;color:#d1d5db}}@media (max-width: 480px){.tier-error-dialog-content{max-width:90%}}
/*# sourceMappingURL=/cdn/shop/t/23/assets/bundle-builder.css.map */
