.bundle-builder-wrapper{padding:60px 0;background-color:#fafafa}.bundle-builder-wrapper .container{max-width:1400px;margin:0 auto;padding:0 20px}.bundle-header{text-align:center;margin-bottom:50px}.bundle-title{font-size:42px;font-weight:700;letter-spacing:2px;margin-bottom:15px;color:#1a1a1a}.bundle-subtitle{font-size:16px;color:#666;max-width:600px;margin:0 auto;line-height:1.6}.bundle-tiers{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;margin-bottom:50px;max-width:900px;margin-left:auto;margin-right:auto}.tier-item{background:#fff;border:2px solid #e0e0e0;border-radius:12px;padding:25px 15px;text-align:center;cursor:pointer;transition:all .3s ease;position:relative}.tier-item:hover{transform:translateY(-4px);box-shadow:0 8px 20px #0000001a}.tier-item.active{border-color:#ff4fa0;background:linear-gradient(135deg,#fff5f9,#f0f9ff);box-shadow:0 6px 20px #ff4fa033}.tier-item.active:before{content:"";position:absolute;top:-2px;left:-2px;right:-2px;bottom:-2px;background:linear-gradient(135deg,#ff4fa0,#ff6eb4);border-radius:12px;z-index:-1}.tier-label{font-size:14px;font-weight:600;color:#333;margin-bottom:8px;text-transform:uppercase;letter-spacing:.5px}.tier-discount{font-size:20px;font-weight:700;color:#ff4fa0}.tier-item.active .tier-discount{color:#ff4fa0}.bundle-filters{display:flex;flex-wrap:wrap;justify-content:center;gap:12px;margin-bottom:40px}.filter-btn{padding:12px 28px;background:#fff;border:2px solid #e0e0e0;border-radius:50px;font-size:14px;font-weight:600;color:#333;cursor:pointer;transition:all .3s ease;text-transform:capitalize;letter-spacing:.5px}.filter-btn:hover{border-color:#ff4fa0;color:#ff4fa0;transform:translateY(-2px)}.filter-btn.active{background:#1a1a1a;color:#fff;border-color:#1a1a1a}.bundle-progress-wrapper{background:#fff;border-radius:12px;padding:20px 25px;margin-bottom:40px;box-shadow:0 2px 12px #00000014}.bundle-progress-info{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px;font-size:14px;font-weight:600}.bundle-count{color:#333}.bundle-savings{color:#ff4fa0;font-size:16px}.bundle-progress-bar{height:10px;background:#f0f0f0;border-radius:10px;overflow:hidden;position:relative}.bundle-progress-fill{height:100%;background:linear-gradient(90deg,#ff4fa0,#ff6eb4);border-radius:10px;transition:width .4s ease;position:relative}.bundle-progress-fill:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#ffffff4d 0 25%,#fff0 25% 50%,#ffffff4d 50% 75%,#fff0 75% 100%);background-size:1rem 1rem;animation:2s linear infinite progressAnimate}@keyframes progressAnimate{0%{background-position:0 0}to{background-position:1rem 1rem}}.bundle-products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:30px;margin-bottom:80px}.bundle-product-card{background:#fff;border-radius:12px;overflow:hidden;transition:all .3s ease;box-shadow:0 2px 12px #00000014}.bundle-product-card:hover{transform:translateY(-6px);box-shadow:0 8px 30px #00000026}.bundle-product-card.hidden{display:none}.bundle-product-image{position:relative;overflow:hidden;aspect-ratio:3/4;background:#f5f5f5}.bundle-product-image img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.bundle-product-card:hover .bundle-product-image img{transform:scale(1.05)}.bundle-quick-view{position:absolute;bottom:15px;left:50%;transform:translate(-50%) translateY(100px);background:#fff;color:#1a1a1a;padding:10px 20px;border:none;border-radius:25px;font-size:12px;font-weight:700;letter-spacing:1px;cursor:pointer;transition:all .3s ease;opacity:0;box-shadow:0 4px 12px #00000026}.bundle-product-card:hover .bundle-quick-view{transform:translate(-50%) translateY(0);opacity:1}.bundle-quick-view:hover{background:#1a1a1a;color:#fff}.bundle-product-info{padding:20px}.bundle-product-title{font-size:16px;font-weight:600;color:#1a1a1a;margin-bottom:10px;line-height:1.4;min-height:44px}.bundle-product-price{margin-bottom:12px}.price-original{font-size:18px;font-weight:700;color:#1a1a1a}.price-discounted{font-size:18px;font-weight:700;color:#ff4fa0;margin-left:8px}.bundle-product-card.has-discount .price-original{text-decoration:line-through;color:#999;font-size:15px}.bundle-size-guide{display:inline-block;font-size:12px;color:#666;text-decoration:underline;margin-bottom:12px;cursor:pointer;transition:color .3s ease}.bundle-size-guide:hover{color:#ff4fa0}.bundle-variant-selector{margin-bottom:15px}.bundle-variant-select{width:100%;padding:12px;border:1px solid #e0e0e0;border-radius:8px;font-size:14px;color:#333;background:#fff;cursor:pointer;transition:all .3s ease}.bundle-variant-select:hover,.bundle-variant-select:focus{border-color:#ff4fa0;outline:none}.bundle-add-btn{width:100%;padding:14px;background:#1a1a1a;color:#fff;border:none;border-radius:8px;font-size:13px;font-weight:700;letter-spacing:1px;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:8px}.bundle-add-btn:hover{background:#ff4fa0;transform:translateY(-2px);box-shadow:0 4px 12px #ff4fa04d}.bundle-add-btn:disabled{background:#ccc;cursor:not-allowed;transform:none}.bundle-add-btn.added{background:#27ae60}.bundle-add-btn svg{width:16px;height:16px;stroke:currentColor}.bundle-sidebar{position:fixed;right:-450px;top:0;width:450px;height:100vh;background:#fff;box-shadow:-4px 0 20px #00000026;z-index:9999;transition:right .4s ease}.bundle-sidebar.active{right:0}.bundle-sidebar-inner{display:flex;flex-direction:column;height:100%}.bundle-sidebar-header{padding:25px 30px;border-bottom:1px solid #e0e0e0;display:flex;justify-content:space-between;align-items:center;background:linear-gradient(135deg,#ff4fa0,#ff6eb4);color:#fff}.bundle-sidebar-header h3{font-size:22px;font-weight:700;margin:0}.bundle-sidebar-close{background:none;border:none;color:#fff;cursor:pointer;padding:5px;transition:transform .3s ease}.bundle-sidebar-close:hover{transform:rotate(90deg)}.bundle-items-list{flex:1;overflow-y:auto;padding:20px}.bundle-empty-state{text-align:center;padding:60px 20px;color:#999}.bundle-empty-state svg{margin-bottom:20px;opacity:.5}.bundle-empty-state p{font-size:18px;font-weight:600;margin-bottom:8px;color:#666}.bundle-empty-state small{font-size:14px;color:#999}.bundle-item{display:flex;gap:15px;padding:15px;border-bottom:1px solid #f0f0f0;transition:background .3s ease}.bundle-item:hover{background:#fafafa}.bundle-item-image{width:80px;height:100px;flex-shrink:0;border-radius:8px;overflow:hidden;background:#f5f5f5}.bundle-item-image img{width:100%;height:100%;object-fit:cover}.bundle-item-info{flex:1;min-width:0}.bundle-item-title{font-size:14px;font-weight:600;color:#1a1a1a;margin-bottom:5px;line-height:1.3}.bundle-item-variant{font-size:12px;color:#666;margin-bottom:8px}.bundle-item-price{font-size:15px;font-weight:700;color:#ff4fa0}.bundle-item-remove{background:none;border:none;color:#999;cursor:pointer;padding:5px;transition:all .3s ease;flex-shrink:0}.bundle-item-remove:hover{color:#ff4fa0;transform:scale(1.1)}.bundle-sidebar-footer{padding:25px 30px;border-top:1px solid #e0e0e0;background:#fafafa}.bundle-totals{margin-bottom:20px}.bundle-total-row{display:flex;justify-content:space-between;margin-bottom:10px;font-size:14px}.bundle-discount-row{color:#27ae60;font-weight:600}.bundle-final-row{font-size:18px;font-weight:700;padding-top:15px;border-top:2px solid #e0e0e0;margin-top:15px}.bundle-checkout-btn{width:100%;padding:16px;background:linear-gradient(135deg,#ff4fa0,#ff6eb4);color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:700;letter-spacing:1px;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:10px;box-shadow:0 4px 15px #ff4fa04d}.bundle-checkout-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #ff4fa066}.bundle-checkout-btn:disabled{background:#ccc;cursor:not-allowed;transform:none;box-shadow:none}.bundle-mobile-toggle{position:fixed;bottom:20px;right:20px;background:linear-gradient(135deg,#ff4fa0,#ff6eb4);color:#fff;border:none;border-radius:50px;padding:15px 25px;font-size:14px;font-weight:700;cursor:pointer;box-shadow:0 4px 20px #ff4fa066;z-index:999;display:flex;align-items:center;gap:10px;transition:all .3s ease}.bundle-mobile-toggle:hover{transform:scale(1.05)}.bundle-mobile-count{background:#fff;color:#ff4fa0;width:24px;height:24px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:700}@media(max-width:1024px){.bundle-tiers{grid-template-columns:repeat(2,1fr)}.bundle-sidebar{width:400px;right:-400px}}@media(max-width:768px){.bundle-builder-wrapper{padding:40px 0}.bundle-title{font-size:32px}.bundle-subtitle{font-size:14px}.bundle-tiers{gap:12px}.tier-item{padding:20px 12px}.tier-label{font-size:12px}.tier-discount{font-size:16px}.bundle-products-grid{grid-template-columns:repeat(2,1fr);gap:15px}.bundle-sidebar{width:100%;right:-100%}.bundle-mobile-toggle{display:flex}}@media(max-width:480px){.bundle-products-grid{grid-template-columns:1fr}.filter-btn{font-size:12px;padding:10px 20px}}
/*# sourceMappingURL=/cdn/shop/t/4/assets/bundle-builder.css.map */
