.bundle-builder{--bb-primary: #358d75;--bb-primary-hover: #2bb35e;--bb-accent: #FF9421;--bb-background: #f4f8f3;--bb-surface: #ffffff;--bb-text: #153d49;--bb-text-muted: #5a7680;--bb-success: #2bb35e;--bb-border: #cfddd3;--bb-button-radius: 12px;--bb-card-radius: 16px;--bb-sidebar-radius: 24px;--bb-products-per-row-mobile: 2;--bb-products-per-row-tablet: 3;--bb-products-per-row-desktop: 3;--bb-font: "Nunito Sans", -apple-system, BlinkMacSystemFont, sans-serif;--bb-space-xs: .25rem;--bb-space-sm: .5rem;--bb-space-md: 1rem;--bb-space-lg: 1.5rem;--bb-space-xl: 2rem;--bb-shadow-sm: 0 1px 3px rgba(21, 61, 73, .08);--bb-shadow-md: 0 4px 12px rgba(21, 61, 73, .1);--bb-shadow-lg: 0 8px 24px rgba(21, 61, 73, .12);--bb-transition: .2s ease;--bb-transition-slow: .3s ease}.bundle-builder{font-family:var(--bb-font);background:var(--bb-background);min-height:100vh}.bundle-content{max-width:1400px;margin:0 auto;padding:var(--bb-space-md);padding-bottom:280px}.bundle-hero{text-align:center;padding:var(--bb-space-lg) var(--bb-space-md);margin-bottom:var(--bb-space-md)}.bundle-hero__badge{display:inline-block;padding:var(--bb-space-xs) var(--bb-space-md);background:var(--bb-accent);color:#fff;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.5px;border-radius:9999px;margin-bottom:var(--bb-space-sm)}.bundle-hero__title{font-size:1.5rem;font-weight:800;color:var(--bb-text);margin:0 0 var(--bb-space-sm);line-height:1.2}.bundle-hero__subtitle{font-size:.9375rem;color:var(--bb-text-muted);line-height:1.5;max-width:600px;margin:0 auto}.bundle-size-selector{margin-top:var(--bb-space-lg);padding:var(--bb-space-md);background:var(--bb-surface);border-radius:var(--bb-card-radius);box-shadow:var(--bb-shadow-sm)}.bundle-size-selector__step{display:flex;align-items:center;justify-content:center;gap:var(--bb-space-sm);font-size:.9375rem;font-weight:700;color:var(--bb-text);margin-bottom:var(--bb-space-md)}.bundle-size-selector__step-number{width:26px;height:26px;display:flex;align-items:center;justify-content:center;background:var(--bb-primary);color:#fff;font-size:.8125rem;font-weight:700;border-radius:8px}.bundle-size-selector__options{display:flex;gap:var(--bb-space-sm);justify-content:center;flex-wrap:wrap}.bundle-size-selector__option{position:relative;display:flex;align-items:center;justify-content:center;min-width:90px;padding:var(--bb-space-sm) var(--bb-space-lg);background:var(--bb-surface);border:2px solid var(--bb-border);border-radius:9999px;cursor:pointer;transition:var(--bb-transition);font-family:var(--bb-font)}.bundle-size-selector__option:hover{border-color:var(--bb-primary)}.bundle-size-selector__option.is-active{background:var(--bb-primary);border-color:var(--bb-primary);color:#fff}.bundle-size-selector__option-label{font-size:.8125rem;font-weight:700;text-transform:uppercase}.bundle-size-selector__option-badge{position:absolute;top:-12px;right:-8px;padding:4px 8px;background:var(--bb-accent);color:#fff;font-size:.5625rem;font-weight:700;border-radius:8px;white-space:nowrap;transform:rotate(5deg)}.bundle-products-section{margin-bottom:var(--bb-space-xl)}.bundle-products-header{display:flex;align-items:center;justify-content:space-between;gap:var(--bb-space-sm);margin-bottom:var(--bb-space-md);padding:var(--bb-space-sm) var(--bb-space-md);background:var(--bb-surface);border-radius:var(--bb-card-radius);box-shadow:var(--bb-shadow-sm)}.bundle-products-header__step{display:flex;align-items:center;gap:var(--bb-space-sm);font-size:.875rem;font-weight:700;color:var(--bb-text);white-space:nowrap}.bundle-products-header__step-number{width:26px;height:26px;display:flex;align-items:center;justify-content:center;background:var(--bb-primary);color:#fff;font-size:.8125rem;font-weight:700;border-radius:8px;flex-shrink:0}.bundle-progress-indicator{display:flex;align-items:center;gap:var(--bb-space-sm);flex:1;min-width:0}.bundle-progress-indicator__track{flex:1;position:relative;height:8px;background:var(--bb-border);border-radius:9999px;min-width:80px}.bundle-progress-indicator__fill{height:100%;background:linear-gradient(90deg,var(--bb-primary) 0%,var(--bb-success) 100%);border-radius:9999px;transition:width var(--bb-transition-slow);position:relative;width:0%}.bundle-progress-indicator__current-marker{position:absolute;right:-14px;top:50%;transform:translateY(-50%);width:28px;height:28px;background:var(--bb-primary);border:3px solid var(--bb-surface);border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:var(--bb-shadow-md);z-index:10}.bundle-progress-indicator__current-count{font-size:.75rem;font-weight:800;color:#fff}.bundle-progress-indicator__markers{display:none}.bundle-progress-indicator__max{width:28px;height:28px;background:var(--bb-border);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:800;color:var(--bb-text-muted)}.bundle-products{display:grid;grid-template-columns:repeat(var(--bb-products-per-row-mobile),1fr);gap:var(--bb-space-sm)}.bundle-product-card{background:var(--bb-surface);border-radius:var(--bb-card-radius);overflow:hidden;transition:transform var(--bb-transition),box-shadow var(--bb-transition);cursor:pointer;position:relative;-webkit-tap-highlight-color:transparent;border:2px solid transparent}.bundle-product-card:active{transform:scale(.98)}.bundle-product-card.is-selected{border-color:var(--bb-primary)}.bundle-product-card--elevated{box-shadow:var(--bb-shadow-sm)}.bundle-product-card--elevated.is-selected{box-shadow:0 0 0 2px var(--bb-primary),var(--bb-shadow-md)}.bundle-product-card--bordered{border:2px solid var(--bb-border)}.bundle-product-card--bordered.is-selected{border-color:var(--bb-primary)}.bundle-product-card__image-wrapper{position:relative;aspect-ratio:1;background:var(--bb-background);overflow:hidden}.bundle-product-card__image{width:100%;height:100%;object-fit:cover;transition:transform var(--bb-transition-slow)}.bundle-product-card.is-selected .bundle-product-card__image{transform:scale(1.05)}.bundle-product-card__badge--product{position:absolute;top:var(--bb-space-xs);left:var(--bb-space-xs);padding:2px 6px;font-size:.5625rem;font-weight:700;text-transform:uppercase;border-radius:9999px;z-index:3}.bundle-product-card__badge--product.badge--bestseller{background:var(--bb-accent);color:#fff}.bundle-product-card__badge--product.badge--new{background:var(--bb-success);color:#fff}.bundle-product-card__badge--selected{position:absolute;top:var(--bb-space-xs);right:var(--bb-space-xs);width:24px;height:24px;background:var(--bb-primary);border-radius:50%;display:flex;align-items:center;justify-content:center;z-index:2;opacity:0;transform:scale(.5);transition:var(--bb-transition);color:#fff}.bundle-product-card.is-selected .bundle-product-card__badge--selected{opacity:1;transform:scale(1)}.bundle-product-card__quantity-badge{position:absolute;top:var(--bb-space-xs);right:var(--bb-space-xs);width:24px;height:24px;background:var(--bb-primary);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.6875rem;font-weight:700;z-index:4}.bundle-product-card__quick-remove{position:absolute;top:var(--bb-space-xs);right:var(--bb-space-xs);width:24px;height:24px;background:#dc2626e6;color:#fff;border:none;border-radius:50%;display:none;align-items:center;justify-content:center;cursor:pointer;z-index:5}.bundle-product-card__info{padding:var(--bb-space-sm)}.bundle-product-card__title{font-size:.75rem;font-weight:600;color:var(--bb-text);margin:0 0 var(--bb-space-xs);line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.bundle-product-card__price{display:flex;align-items:center;gap:var(--bb-space-xs);margin-bottom:var(--bb-space-sm)}.bundle-product-card__price-current{font-size:.875rem;font-weight:700;color:var(--bb-text)}.bundle-product-card__price-compare{font-size:.6875rem;color:var(--bb-text-muted);text-decoration:line-through}.bundle-product-card__variants{margin-bottom:var(--bb-space-sm)}.bundle-product-card__variant-select{width:100%;padding:4px 8px;font-size:.6875rem;border:1px solid var(--bb-border);border-radius:6px;background:var(--bb-surface);color:var(--bb-text);font-family:var(--bb-font)}.bundle-product-card__quantity-controls{display:none;align-items:center;justify-content:center;gap:var(--bb-space-xs);margin-bottom:var(--bb-space-sm);padding:4px;background:var(--bb-background);border-radius:var(--bb-button-radius)}.bundle-product-card__qty-btn{width:28px;height:28px;display:flex;align-items:center;justify-content:center;background:var(--bb-primary);color:#fff;border:none;border-radius:50%;cursor:pointer;transition:var(--bb-transition);font-family:var(--bb-font)}.bundle-product-card__qty-value{font-size:.875rem;font-weight:700;color:var(--bb-text);min-width:20px;text-align:center}.bundle-product-card__add-btn{width:100%;padding:var(--bb-space-xs) var(--bb-space-sm);border:2px solid var(--bb-primary);border-radius:var(--bb-button-radius);font-family:var(--bb-font);font-size:.75rem;font-weight:700;cursor:pointer;transition:var(--bb-transition)}.bundle-product-card__add-btn--filled{background:var(--bb-primary);color:#fff}.bundle-product-card__add-btn--outlined{background:transparent;color:var(--bb-primary)}.bundle-product-card__add-btn-text--selected{display:none}.bundle-product-card__add-btn[disabled]{opacity:.4;cursor:not-allowed;pointer-events:none}.bundle-product-card.is-unavailable .bundle-product-card__add-btn{background:var(--bb-muted, #ccc);border-color:var(--bb-muted, #ccc);color:var(--bb-text-muted, #888);cursor:not-allowed}.bundle-product-card.is-selected .bundle-product-card__add-btn{background:var(--bb-success);border-color:var(--bb-success);color:#fff}.bundle-product-card.is-selected .bundle-product-card__add-btn-text{display:none}.bundle-product-card.is-selected .bundle-product-card__add-btn-text--selected{display:inline}.bundle-sidebar{position:fixed;bottom:0;left:0;right:0;background:var(--bb-surface);border-radius:var(--bb-sidebar-radius) var(--bb-sidebar-radius) 0 0;box-shadow:0 -4px 20px #153d4926;z-index:100;max-height:90vh;overflow:hidden;transition:transform var(--bb-transition-slow)}.bundle-sidebar.is-expanded{overflow-y:auto;-webkit-overflow-scrolling:touch}.bundle-sidebar__inner{padding:var(--bb-space-md);padding-bottom:calc(var(--bb-space-md) + env(safe-area-inset-bottom,0))}.bundle-sidebar__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:var(--bb-space-md);padding-bottom:var(--bb-space-sm);border-bottom:1px solid var(--bb-border);cursor:pointer;-webkit-tap-highlight-color:transparent}.bundle-sidebar__title{font-size:1rem;font-weight:700;color:var(--bb-text);margin:0}.bundle-sidebar__items-grid-section{margin-bottom:var(--bb-space-md)}.bundle-sidebar__items-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:var(--bb-space-xs);margin-bottom:var(--bb-space-sm)}.bundle-sidebar__items-grid .bundle-sidebar__slot:nth-child(n+5){display:none}.bundle-sidebar__items-grid.is-expanded .bundle-sidebar__slot:nth-child(n+5){display:block}.bundle-sidebar__frequency-section{display:none}.bundle-sidebar.is-expanded .bundle-sidebar__frequency-section{display:block}.bundle-sidebar__expand-toggle{position:absolute;top:-20px;left:50%;transform:translate(-50%);width:40px;height:20px;background:var(--bb-surface);border:none;border-radius:10px 10px 0 0;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 -2px 6px #153d491a}.bundle-sidebar__expand-toggle:before{content:"";width:30px;height:4px;background:var(--bb-border);border-radius:2px}.bundle-sidebar__expand-hint{font-size:.75rem;color:var(--bb-text-muted);cursor:pointer}.bundle-sidebar.is-expanded .bundle-sidebar__expand-hint{display:none}.bundle-sidebar__celebration{display:flex;align-items:center;justify-content:center;gap:var(--bb-space-sm);padding:var(--bb-space-sm) var(--bb-space-md);background:linear-gradient(135deg,var(--bb-success) 0%,var(--bb-primary) 100%);color:#fff;border-radius:var(--bb-button-radius);margin-bottom:var(--bb-space-md);font-size:.875rem;font-weight:700;animation:celebrationPop .5s ease}.bundle-sidebar__celebration-icon{font-size:1.25rem;animation:celebrationBounce .6s ease infinite}@keyframes celebrationPop{0%{transform:scale(.8);opacity:0}50%{transform:scale(1.05)}to{transform:scale(1);opacity:1}}@keyframes celebrationBounce{0%,to{transform:translateY(0)}50%{transform:translateY(-4px)}}.bundle-sidebar__items-grid-section{margin-bottom:var(--bb-space-lg)}.bundle-sidebar__items-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:var(--bb-space-sm);margin-bottom:var(--bb-space-md)}.bundle-sidebar__items-grid.is-collapsed{grid-template-rows:1fr;overflow:hidden}.bundle-sidebar__slot{position:relative;aspect-ratio:1;border-radius:var(--bb-card-radius);overflow:visible}.bundle-sidebar__slot--empty{border:2px dashed var(--bb-border);background:#cfddd333;cursor:pointer;transition:var(--bb-transition)}.bundle-sidebar__slot--empty:hover{border-color:var(--bb-primary);background:#358d751a}.bundle-sidebar__slot--empty:hover .bundle-sidebar__slot-plus{color:var(--bb-primary);transform:scale(1.1)}.bundle-sidebar__slot-inner{width:100%;height:100%;display:flex;align-items:center;justify-content:center;border-radius:calc(var(--bb-card-radius) - 2px)}.bundle-sidebar__slot-plus{font-size:1.5rem;font-weight:300;color:var(--bb-border);transition:var(--bb-transition)}.bundle-sidebar__slot--filled{border:2px dashed var(--bb-primary);background:var(--bb-surface)}.bundle-sidebar__slot-image{width:100%;height:100%;object-fit:cover;border-radius:calc(var(--bb-card-radius) - 2px)}.bundle-sidebar__slot-remove{position:absolute;top:-6px;right:-6px;width:22px;height:22px;background:var(--bb-text-muted);color:#fff;border:2px solid var(--bb-surface);border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:.75rem;transition:var(--bb-transition);z-index:2}.bundle-sidebar__slot-remove:hover{background:#dc2626}.bundle-sidebar__slot-name{position:absolute;bottom:0;left:0;right:0;padding:4px;background:linear-gradient(transparent,#000000b3);color:#fff;font-size:.5rem;font-weight:600;text-align:center;line-height:1.2;border-radius:0 0 calc(var(--bb-card-radius) - 2px) calc(var(--bb-card-radius) - 2px)}.bundle-sidebar__slot-qty{position:absolute;top:-4px;left:-4px;width:18px;height:18px;background:var(--bb-primary);color:#fff;border-radius:50%;font-size:.5625rem;font-weight:700;display:flex;align-items:center;justify-content:center;z-index:2}.bundle-sidebar__show-toggle{display:flex;align-items:center;justify-content:center;gap:var(--bb-space-xs);width:100%;padding:var(--bb-space-sm);background:none;border:none;font-family:var(--bb-font);font-size:.8125rem;font-weight:600;color:var(--bb-primary);cursor:pointer;text-decoration:underline;text-underline-offset:2px}.bundle-sidebar__show-toggle-icon{transition:transform var(--bb-transition)}.bundle-sidebar__show-toggle.is-expanded .bundle-sidebar__show-toggle-icon{transform:rotate(180deg)}.bundle-sidebar__frequency-section{margin-bottom:var(--bb-space-lg);padding-top:var(--bb-space-md);border-top:1px solid var(--bb-border)}.bundle-sidebar__section-header{display:flex;align-items:center;gap:var(--bb-space-sm);margin-bottom:var(--bb-space-md)}.bundle-sidebar__section-step{width:24px;height:24px;background:var(--bb-primary);color:#fff;border-radius:8px;font-size:.75rem;font-weight:700;display:flex;align-items:center;justify-content:center}.bundle-sidebar__section-title{font-size:1rem;font-weight:700;color:var(--bb-text)}.bundle-sidebar__frequency-options{display:flex;flex-direction:column;gap:var(--bb-space-sm)}.bundle-sidebar__frequency-option{display:flex;align-items:center;gap:var(--bb-space-sm);padding:var(--bb-space-sm) var(--bb-space-md);background:var(--bb-background);border-radius:var(--bb-button-radius);cursor:pointer;transition:var(--bb-transition)}.bundle-sidebar__frequency-option.is-active{background:#358d751a}.bundle-sidebar__frequency-radio{position:absolute;opacity:0;pointer-events:none}.bundle-sidebar__frequency-indicator{width:18px;height:18px;border:2px solid var(--bb-border);border-radius:50%;flex-shrink:0;position:relative}.bundle-sidebar__frequency-option.is-active .bundle-sidebar__frequency-indicator{border-color:var(--bb-primary);background:var(--bb-primary)}.bundle-sidebar__frequency-option.is-active .bundle-sidebar__frequency-indicator:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:6px;height:6px;background:#fff;border-radius:50%}.bundle-sidebar__frequency-label{flex:1;font-size:.8125rem;font-weight:600;color:var(--bb-text)}.bundle-sidebar__frequency-info{width:14px;height:14px;background:var(--bb-border);color:var(--bb-text-muted);border-radius:50%;font-size:.5rem;display:inline-flex;align-items:center;justify-content:center;margin-left:4px}.bundle-sidebar__frequency-prices{text-align:right}.bundle-sidebar__frequency-price{display:block;font-size:.9375rem;font-weight:700;color:var(--bb-text)}.bundle-sidebar__frequency-compare{display:block;font-size:.75rem;color:var(--bb-text-muted);text-decoration:line-through}.bundle-sidebar__actions{display:flex;flex-direction:column;gap:var(--bb-space-sm);margin-bottom:var(--bb-space-md)}.bundle-sidebar__cta{width:100%;padding:var(--bb-space-md);border-radius:9999px;font-family:var(--bb-font);font-size:1rem;font-weight:700;cursor:pointer;transition:var(--bb-transition);display:flex;align-items:center;justify-content:center;gap:var(--bb-space-sm)}.bundle-sidebar__cta--add-more{background:var(--bb-surface);border:2px solid var(--bb-border);color:var(--bb-text)}.bundle-sidebar__cta--add-more:hover{border-color:var(--bb-primary);color:var(--bb-primary)}.bundle-sidebar__cta--submit{background:var(--bb-primary);border:none;color:#fff}.bundle-sidebar__cta--submit:hover:not(:disabled){background:var(--bb-primary-hover)}.bundle-sidebar__cta--submit:disabled{background:var(--bb-border);color:var(--bb-text-muted);cursor:not-allowed}.bundle-sidebar__cta--locked{background:var(--bb-border)!important;color:var(--bb-text-muted)!important;cursor:not-allowed;pointer-events:none;-webkit-user-select:none;user-select:none;opacity:.7}.bundle-sidebar__lock-msg{font-size:.75rem;color:var(--bb-text-muted);text-align:center;margin-top:.5rem;line-height:1.4}.bundle-sidebar__cta--outlined{background:transparent;border:2px solid var(--bb-primary);color:var(--bb-primary)}.bundle-sidebar__cta-loading,.bundle-sidebar__cta--submit.is-loading .bundle-sidebar__cta-text{display:none}.bundle-sidebar__cta--submit.is-loading .bundle-sidebar__cta-loading{display:flex;align-items:center;gap:var(--bb-space-sm)}.bundle-sidebar__guarantee{text-align:center;font-size:.75rem;color:var(--bb-text-muted);margin:0}.bundle-sidebar__category-tracker{margin-top:var(--bb-space-lg);padding:var(--bb-space-md);background:#358d7514;border-radius:var(--bb-card-radius)}.bundle-sidebar__category-title{font-size:.875rem;font-weight:700;color:var(--bb-text);text-align:center;margin:0 0 var(--bb-space-md)}.bundle-sidebar__category-list{display:flex;justify-content:center;gap:var(--bb-space-lg);flex-wrap:wrap;margin-bottom:var(--bb-space-sm)}.bundle-sidebar__category-item{display:flex;flex-direction:column;align-items:center;gap:var(--bb-space-xs)}.bundle-sidebar__category-icon{width:40px;height:40px;background:var(--bb-surface);border:2px dashed var(--bb-primary);border-radius:50%;display:flex;align-items:center;justify-content:center;position:relative}.bundle-sidebar__category-icon img{width:24px;height:24px;object-fit:contain}.bundle-sidebar__category-count{position:absolute;top:-4px;right:-4px;width:18px;height:18px;background:var(--bb-accent);color:#fff;border-radius:50%;font-size:.5625rem;font-weight:700;display:flex;align-items:center;justify-content:center}.bundle-sidebar__category-name{font-size:.625rem;font-weight:700;color:var(--bb-text);text-transform:uppercase}.bundle-sidebar__category-tip{text-align:center;font-size:.6875rem;color:var(--bb-text-muted);margin:0;padding:var(--bb-space-sm);background:var(--bb-surface);border-radius:9999px}.bundle-toast{position:fixed;bottom:100px;left:50%;transform:translate(-50%);background:var(--bb-text);color:#fff;padding:var(--bb-space-sm) var(--bb-space-lg);border-radius:9999px;font-size:.875rem;font-weight:600;z-index:1000;animation:toastIn .3s ease;box-shadow:var(--bb-shadow-lg)}.bundle-toast.is-hiding{animation:toastOut .3s ease forwards}@media(min-width:768px){.bundle-content{display:grid;grid-template-columns:1fr 380px;gap:var(--bb-space-xl);align-items:start;padding:var(--bb-space-xl);padding-bottom:var(--bb-space-xl)}.bundle-hero__title{font-size:2.25rem}.bundle-size-selector{display:inline-block;width:auto;padding:var(--bb-space-lg) var(--bb-space-xl)}.bundle-products-section{grid-column:1;grid-row:1}.bundle-products{grid-template-columns:repeat(var(--bb-products-per-row-tablet),1fr);gap:var(--bb-space-md)}.bundle-product-card__info{padding:var(--bb-space-md)}.bundle-product-card__title{font-size:.875rem}.bundle-product-card:hover{transform:translateY(-2px);box-shadow:var(--bb-shadow-md)}.bundle-sidebar{position:sticky;top:var(--bb-space-lg);grid-column:2;grid-row:1;margin-top:0;align-self:start;border-radius:var(--bb-sidebar-radius);box-shadow:var(--bb-shadow-lg);max-height:none}.bundle-sidebar__inner{padding:var(--bb-space-lg);padding-bottom:var(--bb-space-lg)}.bundle-sidebar__header{display:block;text-align:center;margin-bottom:var(--bb-space-lg);padding-bottom:var(--bb-space-md);cursor:default}.bundle-sidebar__title{font-size:1.125rem}.bundle-sidebar__items-grid{grid-template-columns:repeat(4,1fr);gap:var(--bb-space-sm)}.bundle-sidebar__items-grid .bundle-sidebar__slot:nth-child(n+5){display:block}.bundle-sidebar__frequency-section{display:block}.bundle-sidebar__expand-toggle,.bundle-sidebar__expand-hint{display:none}}@media(min-width:1024px){.bundle-content{grid-template-columns:1fr 420px}.bundle-products{grid-template-columns:repeat(var(--bb-products-per-row-desktop),1fr)}.bundle-hero__title{font-size:2.5rem}}@keyframes toastIn{0%{opacity:0;transform:translate(-50%) translateY(20px)}to{opacity:1;transform:translate(-50%) translateY(0)}}@keyframes toastOut{0%{opacity:1;transform:translate(-50%) translateY(0)}to{opacity:0;transform:translate(-50%) translateY(-20px)}}@keyframes shake{0%,to{transform:translate(0)}20%{transform:translate(-6px)}40%{transform:translate(6px)}60%{transform:translate(-4px)}80%{transform:translate(4px)}}@keyframes pulse{0%,to{box-shadow:0 0 #358d7566}50%{box-shadow:0 0 0 8px #358d7500}}.bundle-sidebar__cta--submit:not(:disabled){animation:pulse 2s infinite}@keyframes spin{to{transform:rotate(360deg)}}.bundle-sidebar__cta-loading svg{animation:spin .8s linear infinite}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.bundle-replace-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1100;display:flex;align-items:center;justify-content:center;padding:var(--bb-space-md)}.bundle-replace-modal__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#153d4973;animation:modalFadeIn var(--bb-transition) ease}.bundle-replace-modal__content{position:relative;background:var(--bb-surface);border-radius:var(--bb-card-radius);padding:var(--bb-space-xl);max-width:420px;width:100%;box-shadow:var(--bb-shadow-lg);animation:modalSlideIn var(--bb-transition-slow) ease}.bundle-replace-modal__title{font-family:var(--bb-font);font-size:1.125rem;font-weight:700;color:var(--bb-text);margin:0 0 var(--bb-space-sm) 0}.bundle-replace-modal__desc{font-family:var(--bb-font);font-size:.9rem;color:var(--bb-text-muted);line-height:1.5;margin:0 0 var(--bb-space-lg) 0}.bundle-replace-modal__actions{display:flex;flex-direction:column;gap:var(--bb-space-sm)}.bundle-replace-modal__btn{font-family:var(--bb-font);font-size:.9rem;font-weight:600;padding:.75rem var(--bb-space-lg);border-radius:var(--bb-button-radius);border:none;cursor:pointer;min-height:44px;transition:background var(--bb-transition),opacity var(--bb-transition)}.bundle-replace-modal__btn:disabled{opacity:.6;cursor:not-allowed}.bundle-replace-modal__btn--primary{background:var(--bb-primary);color:#fff}.bundle-replace-modal__btn--primary:hover:not(:disabled){background:var(--bb-primary-hover)}.bundle-replace-modal__btn--secondary{background:var(--bb-background);color:var(--bb-text)}.bundle-replace-modal__btn--secondary:hover:not(:disabled){background:var(--bb-border)}@keyframes modalFadeIn{0%{opacity:0}to{opacity:1}}@keyframes modalSlideIn{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}
/*# sourceMappingURL=/cdn/shop/t/73/assets/bundle-builder.css.map */
