:root{--bundle-primary: #fce8e5;--bundle-primary-light: #014C47;--bundle-accent: #f5f7f8;--bundle-text: #1e3a5f;--bundle-border: #e0e6eb;--bundle-success: #22c55e;--bundle-success-bg: #dcfce7;--bundle-cta: #f97316;--bundle-cta-hover: #ea580c;--bundle-fs-xs: 1.4rem;--bundle-fs-sm: 1.5rem;--bundle-fs-base: 1.6rem;--bundle-fs-md: 1.7rem;--bundle-fs-lg: 1.8rem;--bundle-fs-xl: 2rem;--bundle-fs-2xl: 2.2rem;--bundle-fs-3xl: 2.6rem;--bundle-fs-4xl: 3.2rem}.bundle-heights-wrapper{max-width:1400px;margin:0 auto;padding:40px 20px}.bundle-heights-header{text-align:center;margin-bottom:32px}.bundle-heights-heading{font-size:clamp(var(--bundle-fs-3xl),5vw,var(--bundle-fs-4xl));font-weight:700;margin:0 0 12px;color:var(--bundle-text)}.bundle-heights-description{font-size:var(--bundle-fs-base);color:#555;line-height:1.5;max-width:640px;margin:0 auto}.bundle-heights-tiers{display:flex;flex-wrap:wrap;justify-content:center;gap:12px;padding:20px;background:var(--bundle-accent);border-radius:12px;margin-bottom:40px;position:sticky;top:0;z-index:1}.bundle-tier-badge{padding:12px 24px;border:1px solid var(--bundle-border);border-radius:0;background:#fff;font-size:var(--bundle-fs-base);font-weight:500;color:var(--bundle-text);cursor:default;transition:background .2s,border-color .2s,color .2s}.bundle-tier-badge.active{background:var(--bundle-primary);color:var(--bundle-primary-light);border-color:var(--bundle-primary)}.bundle-heights-main{display:grid;grid-template-columns:1fr 400px;gap:40px;align-items:start}.bundle-heights-products{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:24px}.bundle-heights-products-heading{grid-column:1 / -1;font-size:var(--bundle-fs-3xl);font-weight:700;margin:0 0 20px;color:var(--bundle-text)}.bundle-heights-empty{grid-column:1 / -1;text-align:center;padding:48px 24px;font-size:var(--bundle-fs-base);color:#555}.bundle-product-card{position:relative;background:#fff;border:1px solid var(--bundle-border);border-radius:0;padding:20px 10px;transition:transform .2s,box-shadow .2s}.bundle-product-card-inner{padding-left:20px}.bundle-card-qty-badge{position:absolute;top:0;left:0;z-index:0;min-width:28px;height:28px;padding:0 8px;display:inline-flex;align-items:center;justify-content:center;background:var(--bundle-primary);color:var(--bundle-primary-light);font-size:var(--bundle-fs-xs);font-weight:700;border-radius:0}.bundle-product-card:hover{transform:translateY(-4px);box-shadow:0 4px 12px #00000014}.bundle-product-image-link{display:block;margin-bottom:0;border-radius:8px;pointer-events:none;max-height:100px;width:100px}.bundle-product-image{aspect-ratio:1;object-fit:contain;border-radius:8px;display:block;max-height:100px;width:100px}.bundle-product-title{font-size:var(--bundle-fs-sm);font-weight:600;margin:0 0 8px}.bundle-product-title a{color:inherit;text-decoration:none;pointer-events:none}.bundle-product-title a:hover{text-decoration:underline}.bundle-product-price{font-size:var(--bundle-fs-sm);font-weight:600;color:var(--bundle-primary-light);margin-bottom:0}.bundle-product-price-original{font-size:var(--bundle-fs-xs);color:#999;text-decoration:line-through;margin-right:2px}.bundle-product-price-discounted{font-size:16px;font-weight:700;color:var(--bundle-primary-light)}.bundle-product-excerpt{font-size:1.2rem;color:#555;line-height:1.45;min-height:50px;margin-bottom:12px}.bundle-product-buttons{display:flex;align-items:stretch;gap:10px;margin-top:4px}.bundle-product-details-btn{flex:1;min-width:0;padding:8px 5px;background:var(--bundle-primary);color:var(--bundle-primary-light);border:1px solid var(--bundle-primary);border-radius:0;font-size:var(--bundle-fs-xs);font-weight:400;cursor:pointer;transition:background .2s,color .2s}.bundle-product-details-btn:hover{background:var(--bundle-primary);color:var(--bundle-primary-light);opacity:.8;transition:opacity .2s}.bundle-product-actions{flex:1;min-width:0}.bundle-add-button{width:100%;height:100%;min-height:44px;padding:8px 5px;background:var(--bundle-add-btn-bg, var(--bundle-primary));color:var(--bundle-add-btn-text, #fff);border:none;border-radius:0;font-size:var(--bundle-fs-xs);font-weight:400;cursor:pointer;transition:background .2s}.bundle-add-button:hover:not(:disabled){background:var(--bundle-add-btn-hover, var(--bundle-primary-light));opacity:.9}.bundle-add-button:disabled{opacity:.6;cursor:not-allowed}.bundle-add-block,.bundle-qty-block{width:100%}.bundle-card-qty{display:flex;align-items:center;justify-content:center;gap:0;width:100%;border:1px solid var(--bundle-border);border-radius:0;overflow:hidden;background:#fff}.bundle-card-qty{min-height:44px}.bundle-card-qty .bundle-card-qty-btn{flex:0 0 44px;width:44px;height:44px;min-height:44px;border:none;border-radius:0;background:transparent;color:var(--bundle-text);font-size:var(--bundle-fs-sm);font-weight:600;transition:background .2s,color .2s}.bundle-card-qty .bundle-card-qty-btn:hover{background:var(--bundle-accent);color:var(--bundle-primary)}.bundle-card-qty-num{flex:1;font-size:var(--bundle-fs-xs);font-weight:600;text-align:center;min-width:2ch}.bundle-product-card-main{display:flex;align-items:center;margin-bottom:20px}.bundle-heights-summary-wrapper{position:sticky;top:95px;height:fit-content}.bundle-summary{background:var(--bundle-accent);border-radius:12px;border:1px solid var(--bundle-border)}.bundle-summary-inner{padding:0 0 24px}.bundle-summary-progress{margin-bottom:20px}.bundle-summary-progress.bundle-summary-progress--desktop{background-color:#fff;padding:12px 20px;border-radius:12px}.bundle-summary-progress .bundle-progress-block{margin-bottom:0}.bundle-summary-header{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:20px}.bundle-summary-header-left{display:flex;flex-wrap:nowrap;align-items:center;gap:0;min-width:0}.bundle-summary-heading{font-size:var(--bundle-fs-2xl);font-weight:700;margin:0;color:var(--bundle-text)}.bundle-summary-badge{display:none;font-size:var(--bundle-fs-xs);font-weight:600;color:#166534;background:#dcfce7;padding:6px 12px;border-radius:999px;white-space:nowrap}.bundle-summary-badge.is-visible{display:inline-block}.bundle-summary-toggle{flex-shrink:0;width:20px;height:20px;padding:0;border:none;background:transparent;color:var(--bundle-text);cursor:pointer;border-radius:0;display:flex;align-items:center;justify-content:center;transition:background .2s,color .2s}.bundle-summary-toggle:hover{background:var(--bundle-border);color:var(--bundle-primary)}.bundle-summary-toggle-icon{font-size:1.8rem;line-height:1;transition:transform .2s ease}.bundle-summary-body{display:grid;grid-template-rows:1fr;transition:grid-template-rows .35s cubic-bezier(.4,0,.2,1);overflow:hidden}.bundle-summary-body.is-collapsed{grid-template-rows:0fr;overflow:hidden;min-height:0;margin:0;padding:0;border:none;gap:0}.bundle-summary-body.is-collapsed .bundle-summary-body-inner{max-height:0;min-height:0;padding:0;overflow:hidden;margin:0;border:none}.bundle-summary-body-inner{min-height:0;overflow:hidden;padding:16px 20px;transition:padding-top .35s cubic-bezier(.4,0,.2,1),padding-bottom .35s cubic-bezier(.4,0,.2,1)}.bundle-progress-block{margin-bottom:0}.bundle-progress-sticky{display:none}.bundle-progress-sticky .bundle-progress-block{background:var(--bundle-accent);border-radius:12px;padding:16px 20px;border:1px solid var(--bundle-border)}.bundle-progress-header{font-size:var(--bundle-fs-lg);font-weight:700;margin:0 0 12px;color:var(--bundle-text)}.bundle-progress-bar{height:10px;background:#e2e8f0;border-radius:6px;overflow:hidden;margin-bottom:0;position:relative}.bundle-progress-fill{height:100%;background:linear-gradient(90deg,#fce8e5 0%,var(--bundle-primary) 100%);border-radius:6px;transition:width .3s ease;width:0}.bundle-progress-tiers{display:flex;justify-content:center;gap:60px;margin-top:-15px}.bundle-progress-tier{display:flex;flex-direction:column;align-items:center;font-size:var(--bundle-fs-xs);color:#64748b;position:relative}.bundle-progress-tier .bundle-tier-check{display:none;width:20px;height:20px;margin-bottom:4px;background:var(--bundle-primary);border:1px solid var(--bundle-primary);border-radius:50%;color:var(--bundle-primary-light);align-items:center;justify-content:center;font-size:var(--bundle-fs-xs);font-weight:700}.bundle-progress-tier.unlocked .bundle-tier-check{display:flex}.bundle-progress-tier.unlocked .bundle-tier-lock{display:none}.bundle-progress-tier .bundle-tier-check:before{content:"\2713"}.bundle-progress-tier .bundle-tier-lock{display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;margin-bottom:4px;color:#94a3b8;flex-shrink:0;background:#fff;border-radius:50%;padding:3px;border:1px solid #ccc}.bundle-progress-tier .bundle-tier-lock:before{content:"";display:block;width:100%;height:100%;background-color:currentColor;mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='11' width='18' height='11' rx='2' ry='2'/%3E%3Cpath d='M7 11V7a5 5 0 0 1 10 0v4'/%3E%3C/svg%3E");mask-size:contain;mask-repeat:no-repeat;mask-position:center;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='11' width='18' height='11' rx='2' ry='2'/%3E%3Cpath d='M7 11V7a5 5 0 0 1 10 0v4'/%3E%3C/svg%3E");-webkit-mask-size:contain;-webkit-mask-repeat:no-repeat;-webkit-mask-position:center}.bundle-progress-tier .bundle-tier-pct{font-weight:600;color:var(--bundle-text);line-height:1;margin-top:8px}.bundle-progress-tier .bundle-tier-qty{font-size:10px;color:#64748b;margin-top:0}.bundle-summary-count--mobile{display:none}.bundle-summary-items{margin-bottom:16px;min-height:100px}.bundle-summary-empty{font-size:var(--bundle-fs-sm);color:#999;margin:0;padding:40px 20px;text-align:center;font-style:italic}.bundle-summary-list{list-style:none;margin:0;padding:0}.bundle-summary-item{display:flex;align-items:flex-start;gap:12px;padding:16px 0;border-bottom:1px solid #f5f5f5}.bundle-summary-item:first-child{padding-top:0}.bundle-summary-item:last-child{border-bottom:none}.bundle-summary-item-image{flex-shrink:0;width:60px;height:60px;border-radius:8px;overflow:hidden;background:#f9f9f9;border:1px solid #f0f0f0}.bundle-summary-item-image img{width:100%;height:100%;object-fit:cover}.bundle-summary-item-details{flex:1;min-width:0}.bundle-summary-item-title{display:block;font-size:var(--bundle-fs-sm);line-height:1.3;font-weight:600;color:var(--bundle-text);margin-bottom:6px}.bundle-summary-item-variant{display:block;font-size:1.2rem;color:#999;line-height:1.3;margin-bottom:8px}.bundle-summary-item-prices{display:flex;flex-wrap:nowrap;align-items:center;gap:8px;margin-top:4px}.bundle-summary-item-original{font-size:var(--bundle-fs-xs);color:#999;text-decoration:line-through;white-space:nowrap}.bundle-summary-item-discounted{font-size:var(--bundle-fs-base);font-weight:700;color:var(--bundle-text);white-space:nowrap}.bundle-summary-item-pill{display:inline-flex;align-items:center;font-size:1.1rem;font-weight:600;color:var(--bundle-success);background:var(--bundle-success-bg);padding:4px 8px;border-radius:4px;white-space:nowrap;flex-shrink:0}.bundle-summary-item-qty{flex-shrink:0;display:flex;align-items:center;gap:4px;border:1px solid #e5e5e5;border-radius:0;padding:4px;background:#fff}.bundle-summary-btn{width:28px;height:28px;padding:0;border:none;background:#f5f5f5;color:var(--bundle-text);font-size:var(--bundle-fs-base);line-height:1;cursor:pointer;border-radius:0;display:inline-flex;align-items:center;justify-content:center;transition:all .2s ease}.bundle-summary-btn:hover{background:#e5e5e5;color:var(--bundle-primary)}.bundle-summary-remove{color:#999;background:transparent;margin-right:4px}.bundle-summary-remove:hover{color:#ef4444;background:#fee2e2}.bundle-summary-qty-num{font-size:var(--bundle-fs-sm);font-weight:600;min-width:32px;text-align:center;color:var(--bundle-text)}.bundle-summary-totals{margin-bottom:20px;margin-top:20px;padding:10px 0 0;border-top:1px solid #e5e5e5}.bundle-summary-row{display:flex;justify-content:space-between;align-items:center;padding:6px 0;font-size:var(--bundle-fs-xs);color:var(--bundle-text);border-bottom:0;line-height:1}.bundle-summary-row.bundle-summary-savings{padding-bottom:10px}.bundle-summary-row:last-child{border-bottom:none}.bundle-summary-row-label{color:#666;font-weight:400;font-size:var(--bundle-fs-xs)}.bundle-summary-discount{background:transparent}.bundle-summary-discount .bundle-summary-discount-value{font-size:var(--bundle-fs-lg);font-weight:700;color:var(--bundle-text)}.bundle-summary-savings{background:transparent}.bundle-summary-savings .bundle-summary-savings-value{font-size:var(--bundle-fs-lg);font-weight:700;color:red}.bundle-summary-shipping .bundle-summary-shipping-value{font-size:var(--bundle-fs-sm);font-weight:600;color:var(--bundle-text)}.bundle-summary-total{padding-top:16px;padding-bottom:0;margin-top:0;border-top:1px solid #e5e5e5!important;border-bottom:none!important;font-weight:600}.bundle-summary-total .bundle-summary-total-value{font-size:var(--bundle-fs-2xl);font-weight:700;color:var(--bundle-primary-light)}.bundle-summary-actions{margin-top:15px}.bundle-checkout-button{width:100%;padding:18px 24px;background:var(--bundle-checkout-btn-bg, var(--bundle-primary));color:var(--bundle-checkout-btn-text, #fff);border:none;border-radius:0;font-size:var(--bundle-fs-base);font-weight:700;letter-spacing:.05em;text-transform:uppercase;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:10px}.bundle-checkout-icon{width:18px;height:18px}.bundle-checkout-button:hover:not(:disabled){background:var(--bundle-checkout-btn-hover, #1a252f);transform:translateY(-1px);box-shadow:0 4px 12px #00000026}.bundle-checkout-button:active:not(:disabled){transform:translateY(0)}.bundle-checkout-button:disabled{background:var(--bundle-checkout-btn-disabled-bg, rgba(1, 76, 71, .5));color:var(--bundle-checkout-btn-disabled-text, #6b7280);opacity:1;cursor:not-allowed}.bundle-summary-payment-icons{margin-top:12px;padding-top:12px;border-top:1px solid rgba(0,0,0,.08)}.bundle-list-payment{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:4px 12px;margin:0;padding:0;list-style:none}.bundle-list-payment__item{display:flex;align-items:center;width:100%;justify-content:center}.bundle-list-payment img{display:block;margin:0 auto;max-width:70%;height:auto}.bundle-summary-ratings{display:flex;align-items:center;flex-wrap:wrap;gap:6px 10px;margin-top:10px;padding-top:10px;border-top:1px solid rgba(0,0,0,.08)}.bundle-summary-ratings-check{display:inline-flex;color:var(--bundle-primary-light, #014c47)}.bundle-summary-ratings-check svg{width:18px;height:18px}.bundle-summary-ratings-value{font-weight:600;font-size:1.5rem;color:var(--bundle-primary-light, #014c47)}.bundle-summary-stars{display:inline-flex;font-size:1.6rem;line-height:1;letter-spacing:.1em}.bundle-summary-star{--bundle-rating: 4.9;--bundle-rating-max: 5;--bundle-star-percent: calc((var(--bundle-rating) / var(--bundle-rating-max)) * 100%);font-family:Times,serif;display:inline-block}.bundle-summary-star:before{content:"\2605\2605\2605\2605\2605";background:linear-gradient(90deg,var(--bundle-primary-light, #014c47) var(--bundle-star-percent),rgba(0,0,0,.12) var(--bundle-star-percent));-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.bundle-summary-ratings-sep{width:1px;height:14px;background:#0003}.bundle-summary-ratings-label{font-size:1.25rem;color:#666}.bundle-trust-badges{padding:14px 0;background:#f5f5f5;border-radius:10px;display:flex;flex-direction:column;gap:10px;animation:fadeInUp .5s ease .3s backwards}@keyframes fadeInUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.bundle-trust-item{display:flex;align-items:center;gap:12px;font-size:var(--bundle-fs-sm);color:#666;line-height:1.4;transition:all .3s ease;padding:4px 0;position:relative}.bundle-trust-item:hover{transform:translate(3px);color:#333}.bundle-trust-item:hover .bundle-trust-item-icon{transform:scale(1.1);color:var(--bundle-primary)}.bundle-trust-item-icon{width:18px;height:18px;color:var(--bundle-primary);flex-shrink:0;stroke-width:2.5;transition:all .3s ease}.bundle-trust-item-text{font-size:1.35rem;color:#555;font-weight:500;line-height:1.5;transition:color .3s ease}.bundle-trust-item-icon{width:20px;height:20px;color:#555}.bundle-product-drawer{position:fixed;top:0;left:0;right:0;bottom:0;z-index:1000;pointer-events:none;opacity:0;transition:opacity .3s ease}.bundle-product-drawer.active{pointer-events:auto;opacity:1}.bundle-drawer-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:#00000080;cursor:pointer}.bundle-drawer-content{position:absolute;top:0;right:0;bottom:0;width:100%;max-width:600px;background:#fff;box-shadow:-4px 0 24px #00000026;overflow-y:auto;transform:translate(100%);transition:transform .3s ease-out;display:flex;flex-direction:column}.bundle-product-drawer.active .bundle-drawer-content{transform:translate(0)}.bundle-drawer-loading,.bundle-drawer-error{padding:48px 24px;font-size:var(--bundle-fs-base);text-align:center;color:#555}.bundle-drawer-wrapper{display:flex;flex-direction:column;min-height:100%}.bundle-drawer-header{position:sticky;top:0;background:#fff;padding:20px 24px;border-bottom:1px solid var(--bundle-border);display:flex;justify-content:space-between;align-items:center;z-index:10;flex-shrink:0}.bundle-drawer-subtitle{font-size:var(--bundle-fs-base);font-weight:600;margin:0;color:var(--bundle-primary);display:flex;text-transform:uppercase;align-items:center;gap:8px}.bundle-drawer-subtitle:before{content:"\1f69a";font-size:1.8rem}.bundle-drawer-close{background:none;border:none;font-size:var(--bundle-fs-xl);line-height:1;cursor:pointer;padding:8px;color:var(--bundle-text);transition:color .2s}.bundle-drawer-close:hover{color:var(--bundle-primary)}.bundle-drawer-body{padding:24px;flex:1}.bundle-drawer-images{margin-bottom:24px;position:relative}.bundle-drawer-image-container{position:relative;width:100%;max-width:100%;margin:0 auto 12px}.bundle-drawer-main-image{width:100%;aspect-ratio:1;object-fit:contain;border-radius:12px;display:block;height:auto;transition:opacity .3s ease}.bundle-drawer-main-image.fading{opacity:.5}.bundle-drawer-arrow{position:absolute;top:50%;transform:translateY(-50%);width:44px;height:44px;background:#fffffff2;border:1px solid rgba(0,0,0,.1);border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .25s ease;z-index:1;box-shadow:0 2px 8px #0000001a;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);animation:fadeIn .4s ease .2s backwards}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.bundle-drawer-arrow:hover{background:#fff;box-shadow:0 4px 12px #00000026;transform:translateY(-50%) scale(1.08)}.bundle-drawer-arrow:active{transform:translateY(-50%) scale(.95)}.bundle-drawer-arrow:focus-visible{outline:2px solid var(--bundle-primary);outline-offset:2px}.bundle-drawer-arrow.disabled{opacity:.3;cursor:not-allowed;pointer-events:none}.bundle-drawer-arrow-left{left:0}.bundle-drawer-arrow-right{right:0}.bundle-drawer-arrow svg{width:20px;height:20px;stroke:var(--bundle-text);stroke-width:2.5;fill:none}.bundle-drawer-image-counter{position:absolute;bottom:12px;left:50%;transform:translate(-50%);background:#000000bf;color:#fff;padding:6px 14px;border-radius:20px;font-size:1.3rem;font-weight:500;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1;pointer-events:none;transition:opacity .3s ease,transform .3s ease;animation:slideUpFadeIn .4s ease .3s backwards}.bundle-drawer-image-counter.hidden{opacity:0}@keyframes slideUpFadeIn{0%{opacity:0;transform:translate(-50%) translateY(10px)}to{opacity:1;transform:translate(-50%) translateY(0)}}@media(max-width:640px){.bundle-drawer-arrow{width:38px;height:38px}.bundle-drawer-arrow svg{width:18px;height:18px}.bundle-drawer-description{font-size:12px}}.bundle-drawer-indicators{display:flex;gap:16px;justify-content:center;align-items:center;padding:12px 0 4px;flex-wrap:wrap}.bundle-drawer-indicator{width:40px;height:3px;padding:0;border:none;background:var(--bundle-border, #e0e0e0);cursor:pointer;transition:background .2s ease,transform .2s ease;flex-shrink:0}.bundle-drawer-indicator:hover{background:var(--bundle-primary, #014c47);opacity:.85}.bundle-drawer-indicator.active{background:var(--bundle-primary, #014c47);transform:scale(1.25)}.bundle-drawer-stars{display:flex;align-items:center;gap:4px;margin-bottom:12px}.bundle-star{width:20px;height:20px;flex-shrink:0}.bundle-drawer-rating-text{font-size:1.4rem;font-weight:600;color:#333;margin-left:6px}.bundle-drawer-title{font-size:var(--bundle-fs-2xl);font-weight:700;margin:0 0 12px;color:var(--bundle-text)}.bundle-drawer-price{font-size:var(--bundle-fs-xl);font-weight:600;color:var(--bundle-primary);margin-bottom:20px}.bundle-drawer-description{line-height:1.6;color:#555;margin-bottom:24px;font-size:var(--bundle-fs-xs)}.bundle-drawer-description img{max-width:100%;height:auto}.bundle-drawer-benefits{margin-bottom:24px}.bundle-drawer-benefits h3{font-size:var(--bundle-fs-md);font-weight:600;margin:0 0 12px;color:var(--bundle-text)}.bundle-drawer-benefits ul{list-style:none;margin:0;padding:0}.bundle-drawer-benefits li{padding:6px 0 6px 24px;position:relative;font-size:var(--bundle-fs-sm);color:#555}.bundle-drawer-benefits li:before{content:"\2713";position:absolute;left:0;color:var(--bundle-success);font-weight:700}.bundle-drawer-ingredients{margin-bottom:24px}.bundle-drawer-ingredients h3{font-size:var(--bundle-fs-md);font-weight:600;margin:0 0 12px;color:var(--bundle-text)}.bundle-drawer-ingredients-content{font-size:var(--bundle-fs-sm);color:#555;line-height:1.5}.bundle-drawer-actions{position:sticky;bottom:0;background:#fff;padding:20px 24px;border-top:1px solid var(--bundle-border);flex-shrink:0;z-index:1}.bundle-drawer-add-button{width:100%;padding:18px 24px;background:var(--bundle-primary);color:#fff;border:none;border-radius:0;font-size:var(--bundle-fs-base);font-weight:600;cursor:pointer;transition:background .2s}.bundle-drawer-add-button:hover{background:#1a252f}body.bundle-drawer-open{overflow:hidden}.bundle-cart-drawer-loading{position:absolute;top:0;right:0;bottom:0;left:0;z-index:50;background:#fffffff5;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:14px;padding:24px}.bundle-cart-drawer-loading-text{font-size:var(--bundle-fs-base);font-weight:500;color:var(--bundle-text)}.bundle-cart-drawer-spinner{width:40px;height:40px;border:3px solid var(--bundle-border);border-top-color:var(--bundle-primary);border-radius:50%;animation:bundle-cart-drawer-spin .7s linear infinite}.bundle-drawer-actions-text{font-size:var(--bundle-fs-xs);font-weight:500;color:var(--bundle-text);text-align:center;line-height:1.5;margin-top:10px;max-width:240px;margin-left:auto;margin-right:auto;display:block}@keyframes bundle-cart-drawer-spin{to{transform:rotate(360deg)}}.cart-drawer .drawer__inner{position:relative}.bundle-drawer-image-counter{display:none}@media(max-width:1024px){.bundle-trust-item:first-child{margin:0}.bundle-heights-main{gap:20px}.bundle-summary-inner{padding:0 20px 20px}}@media(max-width:1023px){.bundle-progress-sticky--mobile{display:block;position:sticky;top:0;z-index:1;margin-bottom:20px;background:#fff}.menu-drawer__navigation{padding:3rem 2rem}.bundle-summary-progress--desktop{display:none}.bundle-heights-main{grid-template-columns:1fr;padding-bottom:0}.bundle-heights-summary-wrapper{position:fixed;bottom:0;left:0;right:0;top:auto;z-index:1;padding:0;background:#fff;border-top:1px solid var(--bundle-border);box-shadow:0 -4px 20px #00000014}.bundle-summary{max-height:55vh;overflow-y:auto;border-radius:0;border:none;border-top:none;padding:0}.bundle-summary-header{padding:16px 20px;margin-bottom:0;border-bottom:1px solid var(--bundle-border);background:#fff;cursor:pointer;display:flex;align-items:center;justify-content:space-between}.bundle-summary-body{padding:0;background:#fff}.bundle-summary-body-inner{padding:15px;background:#fff}.bundle-summary-body.is-collapsed{grid-template-rows:0fr;overflow:hidden;min-height:0;margin:0;padding:0;gap:0}.bundle-summary-body.is-collapsed .bundle-summary-body-inner{padding:0;margin:0}.bundle-summary-items{display:none}.bundle-drawer-header{padding:10px 24px}.bundle-drawer-subtitle{font-size:var(--bundle-fs-sm)}.bundle-summary-count-row.bundle-summary-count--mobile{display:flex;align-items:baseline;gap:6px;margin:0;font-size:12px;line-height:1.2}.bundle-summary-count-label{font-weight:600;color:var(--bundle-text);display:none;flex-shrink:0}.bundle-summary-count-value{font-weight:500;font-size:14px;color:var(--bundle-text)}.bundle-summary-count-value:empty{font-style:italic;font-weight:400;color:#64748b}.bundle-summary-actions{padding:16px 20px;background:#fff;border-top:0;margin-top:0}.bundle-summary-toggle{display:flex;flex-shrink:0}.bundle-summary-totals{margin-bottom:0}.bundle-trust-badges,.bundle-summary-ratings,.bundle-summary-payment-icons{display:none}.bundle-summary-badge{margin-left:10px}.bundle-heights-tiers{display:none}.bundle-progress-sticky .bundle-progress-block{margin:0 -20px;border-radius:0}.bundle-heights-main{gap:20px}.bundle-trust-item:first-child{margin:0}.bundle-drawer-image-container{max-width:100%}}@media(min-width:768px)and (max-width:1023px){.bundle-heights-products{grid-template-columns:repeat(2,1fr);gap:20px}}@media(max-width:767px){.bundle-heights-wrapper{padding:16px 12px 0}.bundle-heights-header{margin-bottom:16px}.bundle-progress-sticky--mobile{margin-left:-12px;margin-right:-12px;margin-bottom:16px;padding:0}.bundle-heights-tiers{display:none}.bundle-progress-sticky--mobile .bundle-progress-block{padding:12px 16px;border-radius:0}.bundle-progress-header{font-size:var(--bundle-fs-base);margin-bottom:8px}.bundle-progress-bar{height:8px;margin-bottom:0}.bundle-summary-inner{padding:0}.bundle-progress-tier{font-size:1.2rem}.bundle-heights-main{padding-bottom:30px}.bundle-heights-products{grid-template-columns:1fr;gap:16px}.bundle-heights-products-heading{font-size:var(--bundle-fs-2xl);margin-bottom:12px}.bundle-product-card{padding:16px}.bundle-summary-header,.bundle-summary-body,.bundle-summary-actions{padding:12px 16px}.bundle-summary-heading{font-size:var(--bundle-fs-xs);margin-right:10px}.bundle-summary-badge{font-size:11px;padding:3px 10px}.bundle-summary-toggle-icon{font-size:1.2rem}.bundle-checkout-button{padding:16px 20px;font-size:var(--bundle-fs-base)}.bundle-trust-badges{gap:10px;margin-top:16px;padding-top:16px;display:none}.bundle-trust-item{gap:10px}.bundle-trust-item:first-child{margin:0;padding:10px}.bundle-summary-badge{margin-left:0}.bundle-trust-item-icon{width:16px;height:16px}.bundle-trust-item-text{font-size:1.3rem}.bundle-drawer-content{max-width:100%}.bundle-summary-body-inner{padding:0}.bundle-drawer-stars{gap:3px;margin-bottom:10px}.bundle-star{width:18px;height:18px}.bundle-drawer-rating-text{font-size:1.3rem;margin-left:4px}.bundle-drawer-subtitle:before{font-size:1.6rem}.bundle-summary-row-label{font-size:12px}.bundle-summary-discount .bundle-summary-discount-value,.bundle-summary-savings .bundle-summary-savings-value{font-size:14px}.bundle-summary-total .bundle-summary-total-value{font-size:var(--bundle-fs-sm)}.bundle-summary-total{padding-top:8px;padding-bottom:0}.bundle-summary-totals{margin-bottom:0;padding:5px 0 0;margin-top:10px}.bundle-summary-item-title,.bundle-summary-item-discounted{font-size:12px}.bundle-summary-item-pill{border-radius:999px;font-size:10px}.bundle-summary-item-prices{margin-top:0}.bundle-drawer-description{font-size:12px}.bundle-drawer-indicators{gap:10px}.bundle-drawer-indicator{width:15px}.bundle-progress-sticky .bundle-progress-block{margin:0}}@media(min-width:1024px){.bundle-progress-sticky--mobile{display:none}.bundle-summary-progress--desktop{display:block}.bundle-heights-main{padding-bottom:0}.bundle-heights-summary-wrapper{position:sticky;top:95px;padding:0;background:transparent;border:none;box-shadow:none}.bundle-summary{max-height:none;border-radius:12px;border:1px solid var(--bundle-border)}.bundle-summary-progress{margin-bottom:20px}.bundle-summary-header{padding:0;margin-bottom:20px;border:none;background:transparent}.bundle-summary-body,.bundle-summary-body-inner{padding:0}.bundle-summary-toggle{display:none}.bundle-summary-badge.is-visible{display:none!important}.bundle-summary-body.is-collapsed{grid-template-rows:1fr}.bundle-summary-inner{padding:0 24px 24px}}@media(max-width:400px){.bundle-summary-heading{font-size:14px}.bundle-checkout-button{padding:12px 20px;font-size:var(--bundle-fs-xs)}}
/*# sourceMappingURL=/cdn/shop/t/48/assets/bundle-builder-heights.css.map */
