.build-a-bundle{padding:0 0 60px}.bundle-hero{background-size:cover;background-position:center;background-repeat:no-repeat;padding:32px 16px 48px;position:relative}.bundle-hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,rgba(0,0,0,.6) 0%,rgba(0,0,0,.2) 60%,transparent 100%);pointer-events:none}.bundle-hero-content{position:relative;z-index:1;max-width:1400px;margin:0 auto;display:flex;flex-direction:column;gap:24px}@media (min-width: 1024px){.bundle-hero{padding:48px 40px}.bundle-hero-content{flex-direction:row;align-items:center;justify-content:space-between;gap:48px}}.bundle-hero-text{flex:1;max-width:600px}.bundle-heading{font-size:28px;font-weight:800;margin:0 0 12px;text-transform:uppercase;letter-spacing:.02em;color:#fff;line-height:1.1}@media (min-width: 768px){.bundle-heading{font-size:40px}}@media (min-width: 1024px){.bundle-heading{font-size:48px}}.bundle-subheading{font-size:15px;color:#ffffffd9;margin:0 0 16px;max-width:450px;line-height:1.4}@media (min-width: 768px){.bundle-subheading{font-size:16px}}.bundle-hero-cta{display:inline-flex;align-items:center;gap:8px;padding:12px 24px;font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;text-decoration:none;border-radius:0;transition:opacity .2s ease,transform .2s ease}.bundle-hero-cta:hover{opacity:.9;transform:translateY(-1px)}.bundle-hero-cta svg{transition:transform .2s ease}.bundle-hero-cta:hover svg{transform:translate(4px)}.bundle-hero-steps{display:flex;flex-direction:column;gap:0;background:#fff;border-radius:0;padding:16px 20px;box-shadow:0 4px 20px #0000001a;width:100%;max-width:380px}@media (min-width: 1024px){.bundle-hero-steps{flex-shrink:0;padding:20px 24px}}.bundle-step{display:flex;align-items:center;gap:12px;padding:10px 0;border-bottom:1px solid #f0f0f0}.bundle-step:last-child{border-bottom:none;padding-bottom:0}.bundle-step:first-child{padding-top:0}.bundle-step-number{width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:700;color:#fff;flex-shrink:0}.bundle-step-content{display:flex;flex-direction:column;gap:2px}.bundle-step-title{font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.02em;color:#000}.bundle-step-desc{font-size:12px;color:#888;line-height:1.3}.bundle-layout{padding:32px 16px;max-width:600px;margin:0 auto}@media (min-width: 1024px){.bundle-layout{padding:40px 60px;max-width:1400px}}.bundle-loading{text-align:center;padding:60px 20px}.bundle-loading-spinner{width:40px;height:40px;border:3px solid var(--color-border, #e5e5e5);border-top-color:var(--color-foreground, #000);border-radius:50%;animation:spin .8s linear infinite;margin:0 auto 16px}@keyframes spin{to{transform:rotate(360deg)}}.bundle-error{text-align:center;padding:40px 20px;background:#fef2f2;border-radius:0}.bundle-error p{margin:0 0 16px;color:#dc2626}.bundle-product-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}@media (min-width: 768px){.bundle-product-grid{gap:20px}}@media (min-width: 1024px){.bundle-product-grid{display:flex;gap:32px;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;-ms-overflow-style:none;padding-bottom:8px}.bundle-product-grid::-webkit-scrollbar{display:none}.bundle-product-grid .bundle-product-card{flex:0 0 280px;min-width:240px;scroll-snap-align:start}}.bundle-product-card{display:flex;flex-direction:column}.bundle-product-image{aspect-ratio:1;overflow:hidden;border-radius:0;margin-bottom:12px;background:#f5f5f5}.bundle-product-image img{width:100%;height:100%;object-fit:cover}.bundle-product-info{flex:1;margin-bottom:12px}.bundle-product-title{font-size:14px;font-weight:700;margin:0 0 6px;line-height:1.3}@media (min-width: 768px){.bundle-product-title{font-size:16px}}.bundle-product-reviews{display:flex;align-items:center;gap:6px}.bundle-product-reviews .rating{display:flex;gap:2px}.bundle-product-reviews .star-icon{width:14px;height:14px;fill:#e5e5e5}.bundle-product-reviews .star-icon.filled{fill:#000}.bundle-product-reviews .review-count{font-size:12px;color:var(--color-foreground-muted, #666)}.bundle-product-price{margin-top:8px;display:flex;align-items:center;gap:8px;flex-wrap:wrap}.bundle-price-compare{font-size:14px;color:var(--color-foreground-muted, #666);text-decoration:line-through}.bundle-price-current{font-size:16px;font-weight:700;color:var(--color-foreground, #000)}.bundle-price-free{font-size:16px;font-weight:800;color:#16a34a;text-transform:uppercase;letter-spacing:.02em}@media (min-width: 768px){.bundle-price-compare{font-size:15px}.bundle-price-current,.bundle-price-free{font-size:18px}}.bundle-add-btn{width:100%;background:#c8ec0c;padding:16px 24px;border:none;font-size:14px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;cursor:pointer;transition:opacity .2s ease}.bundle-add-btn:hover:not(:disabled){opacity:.9}.bundle-add-btn:disabled{opacity:.5;cursor:not-allowed}.bundle-qty-selector{display:flex;align-items:center;justify-content:space-between;width:100%;padding:6px;border-radius:0}.bundle-qty-btn{width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:transparent;border:none;cursor:pointer;opacity:.8;transition:opacity .2s ease}.bundle-qty-btn:hover:not(:disabled){opacity:1}.bundle-qty-btn:disabled{opacity:.3;cursor:not-allowed}.bundle-qty-value{font-size:16px;font-weight:700;min-width:30px;text-align:center}.bundle-sticky-bar{position:fixed;bottom:0;left:0;right:0;background:#fff;border-top:1px solid var(--color-border, #e5e5e5);box-shadow:0 -4px 24px #0000001f;z-index:100;padding:16px;transform:translateY(100%);transition:transform .3s ease}.bundle-sticky-bar.is-visible{transform:translateY(0)}@media (min-width: 768px){.bundle-sticky-bar{padding:20px 32px}}.bundle-sticky-inner{max-width:1200px;margin:0 auto;display:flex;flex-direction:column;gap:16px}@media (min-width: 1100px){.bundle-sticky-inner{flex-direction:row;align-items:center;gap:32px}}.bundle-sticky-progress{flex:1;position:relative}.bundle-sticky-progress-track{height:4px;background:#e5e5e5;border-radius:0;position:absolute;top:36%;left:18px;right:18px;transform:translateY(-50%)}.bundle-sticky-progress-fill{position:absolute;top:0;left:0;height:100%;border-radius:0;transition:width .3s ease}.bundle-sticky-progress-nodes{display:flex;justify-content:space-between;position:relative;padding:8px 0}.bundle-sticky-node{width:36px;height:36px;border-radius:50%;background:#fff;border:2px solid #e5e5e5;display:flex;align-items:center;justify-content:center;transition:all .3s ease;cursor:pointer;position:relative;overflow:hidden}.bundle-sticky-node:hover{transform:scale(1.05)}.bundle-sticky-node.is-active{border-color:transparent}.bundle-sticky-node.is-free{background:#fff}.bundle-sticky-node.is-free.is-active{color:#fff}.bundle-sticky-node-img{width:100%;height:100%;object-fit:cover;border-radius:50%}.bundle-sticky-node-number{font-size:12px;font-weight:600;color:#999}.bundle-sticky-node.is-active .bundle-sticky-node-number{color:#fff}.bundle-sticky-gift-icon{transition:all .3s ease}.bundle-sticky-node.is-free:not(.is-active) .bundle-sticky-gift-icon{color:#999}.bundle-sticky-status{font-size:13px;color:#666;text-align:center;font-weight:500}@media (min-width: 1100px){.bundle-sticky-status{text-align:left}}.bundle-sticky-actions{display:flex;flex-direction:column;gap:12px}@media (min-width: 600px){.bundle-sticky-actions{flex-direction:row;align-items:center;gap:16px}}@media (min-width: 1100px){.bundle-sticky-actions{gap:20px;flex-shrink:0}}.bundle-sticky-subscription{display:flex;align-items:center;gap:10px;padding:8px 12px;background:#f5f5f5;border-radius:0}@media (max-width: 768px){.bundle-sticky-subscription{margin-bottom:15px}}.bundle-toggle-inline{position:relative;width:40px;height:22px;flex-shrink:0}.bundle-toggle-inline input{opacity:0;width:0;height:0}.bundle-toggle-slider-inline{position:absolute;cursor:pointer;top:0;right:0;bottom:0;left:0;background:#ccc;border-radius:22px;transition:background .2s ease}.bundle-toggle-slider-inline:before{content:"";position:absolute;width:16px;height:16px;left:3px;bottom:3px;background:#fff;border-radius:50%;transition:transform .2s ease}.bundle-toggle-inline input:checked+.bundle-toggle-slider-inline:before{transform:translate(18px)}.bundle-sticky-subscription-text{display:flex;align-items:center;gap:8px}.bundle-sticky-subscription-label{font-size:13px;font-weight:600;white-space:nowrap}.bundle-sticky-subscription-badge{font-size:10px;font-weight:700;color:#fff;padding:3px 6px;border-radius:4px;text-transform:uppercase;letter-spacing:.02em}.bundle-sticky-cart-btn{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:14px 24px;background:#000;color:#fff;border:none;border-radius:0;font-size:14px;font-weight:700;cursor:pointer;transition:opacity .2s ease;white-space:nowrap;width:100%}@media (min-width: 600px){.bundle-sticky-cart-btn{width:auto;min-width:240px}}@media (min-width: 1100px){.bundle-sticky-cart-btn{min-width:280px}}.bundle-sticky-cart-btn:hover:not(:disabled){opacity:.9}.bundle-sticky-cart-btn:disabled{opacity:.5;cursor:not-allowed}.bundle-sticky-cart-btn.is-loading{pointer-events:none;opacity:.7}.bundle-sticky-cart-text{text-transform:uppercase;letter-spacing:.05em}.bundle-sticky-cart-price{display:flex;align-items:center;gap:8px}.bundle-sticky-cart-compare{text-decoration:line-through;opacity:.6;font-weight:400}.build-a-bundle{padding-bottom:180px}@media (min-width: 768px){.build-a-bundle{padding-bottom:120px}}[x-cloak]{display:none!important}.bundle-sticky-bags-message{font-size:14px;font-weight:700;color:#000;padding:13px 6px;border-radius:4px;text-transform:uppercase;letter-spacing:.02em;text-align:center;margin-top:8px;width:100%;background:#c0ff04!important}@media (min-width: 1100px){.bundle-sticky-actions{flex-direction:column;align-items:stretch}.bundle-sticky-actions-row{display:flex;align-items:center;gap:20px}.bundle-sticky-bags-message{margin-top:8px;width:100%}}
/*# sourceMappingURL=/cdn/shop/t/55/assets/build-a-bundle.css.map */
