.bundle-builder{--bundle-primary: #d4a574;--bundle-secondary: #8b6f47;--bundle-accent: #f4e7d7;--bundle-success: #4caf50;--bundle-discount: #ff5252;padding:80px 0;background:linear-gradient(135deg,#faf8f5,#f5f0e8);position:relative;overflow:hidden}.bundle-builder:before{content:"";position:absolute;top:-50%;right:-20%;width:800px;height:800px;background:radial-gradient(circle,var(--bundle-accent) 0%,transparent 70%);border-radius:50%;opacity:.3;animation:float-slow 20s ease-in-out infinite}.bundle-builder__header{text-align:center;margin-bottom:60px;animation:fade-in-up .8s ease-out}.bundle-builder__title{font-size:clamp(2.5rem,5vw,3.5rem);font-weight:700;color:var(--bundle-secondary);margin-bottom:16px;letter-spacing:-.02em}.bundle-builder__subtitle{font-size:1.25rem;color:#666;max-width:600px;margin:0 auto 32px;line-height:1.6}.bundle-builder__savings-badge{display:inline-flex;align-items:center;gap:8px;background:var(--bundle-discount);color:#fff;padding:12px 24px;border-radius:50px;font-weight:600;animation:pulse-glow 2s ease-in-out infinite}.bundle-builder__savings-badge svg{width:20px;height:20px;animation:bounce-small 1s ease-in-out infinite}.bundle-progress{max-width:800px;margin:0 auto 60px;padding:0 20px}.bundle-progress__bar{height:8px;background:#0000001a;border-radius:4px;overflow:hidden;margin-bottom:16px}.bundle-progress__fill{height:100%;background:linear-gradient(90deg,var(--bundle-primary) 0%,var(--bundle-secondary) 100%);border-radius:4px;width:0%;transition:width .6s cubic-bezier(.4,0,.2,1)}.bundle-progress__steps{display:flex;justify-content:space-between;align-items:center}.bundle-progress__step{display:flex;flex-direction:column;align-items:center;gap:8px;opacity:.5;transition:all .3s ease}.bundle-progress__step--active{opacity:1}.bundle-progress__step-number{width:40px;height:40px;border-radius:50%;background:#fff;border:3px solid #e0e0e0;display:flex;align-items:center;justify-content:center;font-weight:600;transition:all .3s ease}.bundle-progress__step--active .bundle-progress__step-number{border-color:var(--bundle-primary);background:var(--bundle-primary);color:#fff;transform:scale(1.1)}.bundle-progress__step--completed .bundle-progress__step-number{background:var(--bundle-success);border-color:var(--bundle-success);color:#fff}.bundle-progress__step-label{font-size:.875rem;color:#666;text-align:center}.bundle-builder__container{max-width:1400px;margin:0 auto;padding:0 20px;display:grid;grid-template-columns:1fr 400px;gap:40px;align-items:start}.bundle-categories{background:#fff;border-radius:16px;padding:32px;box-shadow:0 4px 20px #00000014;margin-bottom:32px}.bundle-categories__title{font-size:1.5rem;font-weight:600;margin-bottom:24px;color:var(--bundle-secondary)}.bundle-categories__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:16px}.bundle-category{background:#f8f8f8;border:2px solid transparent;border-radius:12px;padding:20px;text-align:center;cursor:pointer;transition:all .3s ease}.bundle-category:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.bundle-category--active{background:var(--bundle-accent);border-color:var(--bundle-primary)}.bundle-category__icon{width:48px;height:48px;margin:0 auto 12px;opacity:.7;transition:opacity .3s ease}.bundle-category--active .bundle-category__icon{opacity:1}.bundle-category__name{font-weight:500;color:#333;margin-bottom:4px}.bundle-category__count{font-size:.875rem;color:#666}.bundle-products{background:#fff;border-radius:16px;padding:32px;box-shadow:0 4px 20px #00000014}.bundle-products__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.bundle-products__title{font-size:1.25rem;font-weight:600;color:var(--bundle-secondary)}.bundle-products__filter{display:flex;gap:12px}.bundle-filter-btn{padding:8px 16px;background:#f0f0f0;border:none;border-radius:20px;font-size:.875rem;cursor:pointer;transition:all .3s ease}.bundle-filter-btn--active{background:var(--bundle-primary);color:#fff}.bundle-products__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:20px}.bundle-product{position:relative;background:#f8f8f8;border-radius:12px;overflow:hidden;cursor:pointer;transition:all .3s ease}.bundle-product:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001f}.bundle-product--selected{box-shadow:0 0 0 3px var(--bundle-primary)}.bundle-product__badge{position:absolute;top:12px;right:12px;background:var(--bundle-primary);color:#fff;padding:4px 12px;border-radius:20px;font-size:.75rem;font-weight:600;z-index:1}.bundle-product__image{aspect-ratio:3/4;overflow:hidden;background:#f0f0f0}.bundle-product__image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.bundle-product:hover .bundle-product__image img{transform:scale(1.05)}.bundle-product__info{padding:16px}.bundle-product__name{font-weight:500;margin-bottom:8px;color:#333;line-height:1.3}.bundle-product__price{display:flex;align-items:center;gap:8px}.bundle-product__original-price{text-decoration:line-through;color:#999;font-size:.875rem}.bundle-product__bundle-price{font-weight:600;color:var(--bundle-primary)}.bundle-product__select-btn{position:absolute;bottom:16px;right:16px;width:32px;height:32px;background:#fff;border:2px solid #e0e0e0;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.bundle-product--selected .bundle-product__select-btn{background:var(--bundle-primary);border-color:var(--bundle-primary)}.bundle-product__select-btn svg{width:16px;height:16px;opacity:0;transition:opacity .3s ease}.bundle-product--selected .bundle-product__select-btn svg{opacity:1}.bundle-ai-recommendations{background:linear-gradient(135deg,var(--bundle-accent) 0%,white 100%);border-radius:12px;padding:24px;margin-top:24px;border:1px solid rgba(212,165,116,.2)}.bundle-ai-recommendations__header{display:flex;align-items:center;gap:12px;margin-bottom:16px}.bundle-ai-recommendations__icon{width:32px;height:32px;background:var(--bundle-primary);border-radius:50%;display:flex;align-items:center;justify-content:center;animation:pulse-glow 2s ease-in-out infinite}.bundle-ai-recommendations__icon svg{width:18px;height:18px;color:#fff}.bundle-ai-recommendations__title{font-weight:600;color:var(--bundle-secondary)}.bundle-ai-recommendations__list{display:flex;flex-direction:column;gap:12px}.ai-recommendation{display:flex;align-items:center;gap:12px;padding:12px;background:#fff;border-radius:8px;cursor:pointer;transition:all .3s ease}.ai-recommendation:hover{transform:translate(4px);box-shadow:0 2px 8px #0000001a}.ai-recommendation__image{width:48px;height:48px;border-radius:8px;overflow:hidden;flex-shrink:0}.ai-recommendation__image img{width:100%;height:100%;object-fit:cover}.ai-recommendation__content{flex:1}.ai-recommendation__name{font-weight:500;color:#333;margin-bottom:4px}.ai-recommendation__reason{font-size:.875rem;color:#666}.ai-recommendation__add{padding:6px 12px;background:var(--bundle-primary);color:#fff;border:none;border-radius:20px;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .3s ease}.ai-recommendation__add:hover{background:var(--bundle-secondary)}.bundle-summary{position:sticky;top:20px;background:#fff;border-radius:16px;padding:32px;box-shadow:0 4px 20px #00000014}.bundle-summary__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.bundle-summary__title{font-size:1.25rem;font-weight:600;color:var(--bundle-secondary)}.bundle-summary__count{background:var(--bundle-accent);color:var(--bundle-secondary);padding:4px 12px;border-radius:20px;font-size:.875rem;font-weight:500}.bundle-summary__items{display:flex;flex-direction:column;gap:16px;margin-bottom:24px;max-height:400px;overflow-y:auto;padding-right:8px}.bundle-summary__items::-webkit-scrollbar{width:4px}.bundle-summary__items::-webkit-scrollbar-track{background:#f0f0f0;border-radius:2px}.bundle-summary__items::-webkit-scrollbar-thumb{background:var(--bundle-primary);border-radius:2px}.bundle-item{display:flex;gap:12px;padding:12px;background:#f8f8f8;border-radius:8px;position:relative;animation:slide-in-right .3s ease-out}.bundle-item__image{width:60px;height:60px;border-radius:8px;overflow:hidden;flex-shrink:0}.bundle-item__image img{width:100%;height:100%;object-fit:cover}.bundle-item__details{flex:1}.bundle-item__name{font-weight:500;color:#333;margin-bottom:4px;line-height:1.3}.bundle-item__price{display:flex;align-items:center;gap:8px;font-size:.875rem}.bundle-item__original{text-decoration:line-through;color:#999}.bundle-item__discounted{color:var(--bundle-primary);font-weight:500}.bundle-item__remove{position:absolute;top:8px;right:8px;width:24px;height:24px;background:#fff;border:1px solid #e0e0e0;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;opacity:0;transition:all .3s ease}.bundle-item:hover .bundle-item__remove{opacity:1}.bundle-item__remove:hover{background:#ff5252;border-color:#ff5252;color:#fff}.bundle-summary__pricing{border-top:1px solid #e0e0e0;padding-top:24px;margin-bottom:24px}.bundle-price-row{display:flex;justify-content:space-between;margin-bottom:12px;font-size:.95rem;color:#666}.bundle-price-row--savings{color:var(--bundle-discount);font-weight:500}.bundle-price-row--total{margin-top:16px;padding-top:16px;border-top:1px solid #e0e0e0;font-size:1.25rem;font-weight:600;color:var(--bundle-secondary)}.bundle-summary__savings{background:linear-gradient(135deg,#ff5252,#ff1744);color:#fff;padding:16px;border-radius:12px;text-align:center;margin-bottom:24px;animation:pulse-glow 2s ease-in-out infinite}.bundle-summary__savings-amount{font-size:1.5rem;font-weight:700;margin-bottom:4px}.bundle-summary__savings-text{font-size:.875rem;opacity:.9}.bundle-summary__cta{width:100%;padding:16px;background:linear-gradient(135deg,var(--bundle-primary) 0%,var(--bundle-secondary) 100%);color:#fff;border:none;border-radius:12px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;position:relative;overflow:hidden}.bundle-summary__cta:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;background:#ffffff4d;border-radius:50%;transform:translate(-50%,-50%);transition:width .6s,height .6s}.bundle-summary__cta:hover:before{width:300px;height:300px}.bundle-summary__cta:hover{transform:translateY(-2px);box-shadow:0 8px 24px #8b6f474d}.bundle-summary__empty{text-align:center;padding:40px 20px;color:#999}.bundle-summary__empty-icon{width:64px;height:64px;margin:0 auto 16px;opacity:.3}.bundle-summary__empty-text{font-size:.95rem;line-height:1.5}@media (max-width: 1024px){.bundle-builder__container{grid-template-columns:1fr}.bundle-summary{position:relative;top:0;margin-top:40px}}@media (max-width: 768px){.bundle-categories__grid{grid-template-columns:repeat(2,1fr)}.bundle-products__grid{grid-template-columns:repeat(2,1fr);gap:16px}.bundle-progress__step-label{display:none}.bundle-builder__title{font-size:2rem}}@keyframes float-slow{0%,to{transform:translate(0) rotate(0)}33%{transform:translate(30px,-30px) rotate(120deg)}66%{transform:translate(-20px,20px) rotate(240deg)}}@keyframes pulse-glow{0%,to{box-shadow:0 4px 20px #d4a5744d}50%{box-shadow:0 4px 30px #d4a57480}}@keyframes bounce-small{0%,to{transform:translateY(0)}50%{transform:translateY(-4px)}}@keyframes slide-in-right{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:translate(0)}}@keyframes fade-in-up{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}
/*# sourceMappingURL=/cdn/shop/t/17/assets/smart-bundle-builder.css.map */
