.bundle-builder-container{padding:40px 0;background:#f8f9fa}.bundle-builder-header{margin-bottom:40px;padding:0 20px}.bundle-builder-title{font-size:2.5rem;font-weight:700;color:var(--heading-color, #1c1b1b);margin-bottom:16px}.bundle-builder-subtitle{font-size:1.2rem;color:var(--text-color, #677279);margin-bottom:24px;max-width:600px;margin-left:auto;margin-right:auto}.bundle-discount-badge{display:inline-flex;align-items:center;background:linear-gradient(135deg,#e60103,#e60103);color:#fff;padding:12px 24px;border-radius:50px;font-weight:600;box-shadow:0 4px 15px #e60103}.discount-percentage{font-size:1.5rem;font-weight:700;margin-right:8px}.discount-text{font-size:1rem}.bundle-builder-main{display:grid!important;grid-template-columns:1fr 400px!important;gap:40px!important;max-width:1400px;margin:0 auto;padding:0 20px;align-items:start}.bundle-builder-container .container{max-width:100%!important;padding:0!important}.bundle-lines-switcher{grid-column:1 / -1;display:flex;flex-wrap:wrap;gap:12px;margin-bottom:24px}.bundle-line-button{border:1px solid #000;background:#000;color:#fff;padding:10px 18px;border-radius:999px;font-weight:600;font-size:.9rem;cursor:pointer;transition:all .2s ease}.bundle-line-button:hover{border-color:#c00;color:#fff}.bundle-line-button.is-active{background:#c00;color:#fff;border-color:#c00}.bundle-categories{display:flex;flex-direction:column;gap:32px;grid-column:1;min-width:0}.bundle-category{background:#fff;border-radius:12px;padding:24px;box-shadow:0 4px 6px #0000000d;border:1px solid #e5e7eb}.category-header{margin-bottom:24px;padding-bottom:16px;border-bottom:2px solid #f3f4f6;position:relative;padding-right:80px}.category-title{font-size:1.5rem;font-weight:600;color:var(--heading-color, #1c1b1b);margin-bottom:8px}.category-description{color:var(--text-color, #677279);margin-bottom:12px}.selection-indicator{display:inline-flex;align-items:center;background:#f3f4f6;padding:6px 12px;border-radius:20px;font-size:.875rem;font-weight:500}.selected-count{color:var(--primary-button-background, #e60103);font-weight:600}.bundle-search{margin-top:12px;display:flex;align-items:center}.bundle-search .category-search-input{width:100%;padding:8px 12px;border-radius:6px;border:1px solid #d1d5db;font-size:.875rem;outline:none;transition:border-color .2s ease,box-shadow .2s ease}.bundle-search .category-search-input:focus{border-color:var(--primary-button-background, #e60103);box-shadow:0 0 0 1px #e60103}.category-toggle{position:absolute;top:0;right:0;display:inline-flex;align-items:center;gap:6px;background:transparent;color:#1c1b1b;border:1px solid #d1d5db;padding:6px 12px;border-radius:999px;font-size:.85rem;cursor:pointer;transition:all .2s ease}.category-toggle:hover{border-color:var(--primary-button-background, #e60103);color:var(--primary-button-background, #e60103)}.category-toggle .toggle-icon{font-weight:700;font-size:1rem;line-height:1}.bundle-category.is-collapsed .category-products{display:none}.bundle-category.is-collapsed .category-toggle{border-color:#d1d5db;color:#1c1b1b}.bundle-category.is-collapsed .category-description,.bundle-category.is-collapsed .bundle-search,.bundle-category.is-collapsed .selection-indicator{display:none}.category-products{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;align-items:stretch}.bundle-product-card{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:12px;transition:all .3s ease;cursor:pointer;position:relative;display:flex;flex-direction:column;height:100%}.bundle-product-card:hover{transform:translateY(-3px);box-shadow:0 8px 20px #0000001f;border-color:#d1d5db}.bundle-product-card.selected{border-color:var(--primary-button-background, #e60103);background:#f0f9ff;box-shadow:0 0 0 2px #e60103}.product-image{text-align:center;margin-bottom:12px;background:transparent;border-radius:0;padding:20px 10px;display:flex;align-items:center;justify-content:center;height:220px;position:relative;overflow:hidden}.product-image img{width:100%;height:100%;object-fit:contain;max-width:100%;max-height:100%}.product-info{text-align:center;margin-bottom:12px;flex-grow:1;display:flex;flex-direction:column;justify-content:space-between}.product-title{font-size:.9rem;font-weight:600;color:var(--heading-color, #1c1b1b);margin-bottom:8px;line-height:1.3;height:50px;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.product-price{display:flex;justify-content:center;align-items:center;gap:8px;flex-wrap:wrap;margin-top:auto;margin-bottom:12px;min-height:24px}.original-price{text-decoration:line-through;color:#9ca3af;font-size:.85rem}.bundle-price,.uvp-price{color:#1c1b1b;font-weight:700;font-size:1.05rem}.product-selection{text-align:center;margin-top:auto}.product-checkbox{display:none}.selection-label{display:inline-block;background:#c00;color:#fff;padding:8px 16px;border-radius:6px;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .3s ease;letter-spacing:.02em;text-transform:uppercase}.product-checkbox:checked+.selection-label,.bundle-product-card.selected .selection-label{background:#900}.selection-label:hover{transform:scale(1.05)}.bundle-summary{background:#fff!important;border-radius:12px;padding:24px;box-shadow:0 4px 6px #0000000d;border:1px solid #e5e7eb;position:sticky;top:20px;height:fit-content;grid-column:2;align-self:start;min-width:0}.summary-header{margin-bottom:24px;padding-bottom:16px;border-bottom:2px solid #f3f4f6}.summary-header h3{font-size:1.25rem;font-weight:600;color:var(--heading-color, #1c1b1b);margin-bottom:12px}.bundle-progress{margin-bottom:8px}.progress-bar{width:100%;height:8px;background:#e5e7eb;border-radius:4px;overflow:hidden;margin-bottom:8px}.progress-fill{height:100%;background:linear-gradient(90deg,var(--primary-button-background, #e60103),#e60103);transition:width .3s ease}.progress-text{font-size:.875rem;color:var(--text-color, #677279)}.selected-products-count{color:var(--primary-button-background, #e60103);font-weight:600}.selected-products-list{margin-bottom:24px}.empty-state{text-align:center;padding:32px 16px;color:var(--text-color, #677279);font-style:italic}.selected-product-item{display:flex;justify-content:space-between;align-items:center;padding:12px 0;border-bottom:1px solid #f3f4f6}.selected-product-item:last-child{border-bottom:none}.selected-product-info{flex:1}.selected-product-name{font-size:.875rem;font-weight:500;color:var(--heading-color, #1c1b1b);margin-bottom:4px}.selected-product-price{font-size:.75rem;color:var(--text-color, #677279)}.bundle-price-note{color:#e60103;font-weight:600;display:inline-block;margin-top:2px}.remove-product{background:none;border:none;color:#e60103;cursor:pointer;padding:4px;border-radius:4px;transition:background-color .3s ease}.remove-product:hover{background:#fee2e2}.bundle-pricing{margin-bottom:24px;padding:16px;background:#f8f9fa;border-radius:8px}.pricing-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px;font-size:.875rem}.pricing-row:last-child{margin-bottom:0}.original-total{color:var(--text-color, #677279)}.discount-amount{color:#e60103}.bundle-total{font-size:1rem;font-weight:600;color:var(--heading-color, #1c1b1b);padding-top:8px;border-top:1px solid #e5e7eb}.savings-highlight{background:#d6d6d6;padding:8px 12px;border-radius:6px;text-align:center;margin-top:12px;color:#e60103;font-size:.875rem}.savings-amount{font-weight:600}.bundle-actions{display:flex;flex-direction:column;gap:12px}.add-bundle-to-cart{background:var(--primary-button-background, #e60103);color:#fff;border:none;padding:14px 20px;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease}.add-bundle-to-cart:hover:not(:disabled){background:#e60103;transform:translateY(-1px)}.add-bundle-to-cart:disabled{background:#9ca3af;cursor:not-allowed;transform:none}.clear-bundle{background:transparent;color:var(--text-color, #677279);border:1px solid #d1d5db;padding:10px 20px;border-radius:8px;font-size:.875rem;cursor:pointer;transition:all .3s ease}.clear-bundle:hover{background:#f9fafb;border-color:#9ca3af}.bundle-benefits{margin-top:60px;padding:40px 20px;background:#fff;border-radius:12px;box-shadow:0 4px 6px #0000000d;max-width:1400px;margin-left:auto;margin-right:auto}.bundle-benefits h3{text-align:center;font-size:1.75rem;font-weight:600;color:var(--heading-color, #1c1b1b);margin-bottom:32px}.benefits-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:32px}.benefit-item{text-align:center;padding:24px 16px}.benefit-icon{font-size:3rem;margin-bottom:16px}.benefit-item h4{font-size:1.125rem;font-weight:600;color:var(--heading-color, #1c1b1b);margin-bottom:8px}.benefit-item p{color:var(--text-color, #677279);line-height:1.5}@media (max-width: 1024px){.bundle-builder-main{grid-template-columns:1fr;gap:32px}.bundle-summary{position:static;order:-1}}@media (max-width: 1200px){.category-products{grid-template-columns:repeat(3,1fr);gap:16px}.product-image{height:180px}}@media (max-width: 768px){.bundle-builder-container{padding:20px 0}.bundle-builder-title{font-size:2rem}.bundle-builder-subtitle{font-size:1rem}.bundle-builder-main{padding:0 16px;gap:24px}.bundle-category{padding:16px}.category-products{grid-template-columns:repeat(2,1fr);gap:14px}.bundle-product-card{padding:14px}.product-image{height:160px;padding:12px}.product-title{font-size:.8rem;height:44px;-webkit-line-clamp:3;line-clamp:3}.bundle-summary{padding:16px}.benefits-grid{grid-template-columns:1fr;gap:24px}}@media (max-width: 480px){.bundle-builder-header{padding:0 16px}.bundle-builder-title{font-size:1.75rem}.bundle-discount-badge{padding:10px 20px}.discount-percentage{font-size:1.25rem}.discount-text{font-size:.875rem}.category-products{grid-template-columns:repeat(2,1fr);gap:10px}.bundle-product-card{padding:10px}.product-image{height:140px;padding:8px}.product-title{font-size:.75rem;height:40px;-webkit-line-clamp:3;line-clamp:3}}.bundle-product-card,.selected-product-item{animation:fadeInUp .3s ease forwards}@keyframes fadeInUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.bundle-builder-loading{opacity:.6;pointer-events:none}.bundle-builder-loading:after{content:"";position:absolute;top:50%;left:50%;width:20px;height:20px;margin:-10px 0 0 -10px;border:2px solid #f3f3f3;border-top:2px solid var(--primary-button-background, #e60103);border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
/*# sourceMappingURL=/cdn/shop/t/4/assets/bundle-builder.css.map */
