bundle-discount{display:flex;flex-direction:column;align-items:center;justify-content:center}.bundle-container{padding:0rem 1rem;margin-bottom:2rem;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;width:100%;max-width:700px}.bundle-header{text-align:center;margin-bottom:1.5rem}.bundle-title{font-size:1.5rem;font-weight:600;margin-bottom:.5rem;margin-top:0rem}.bundle-description{color:rgba(var(--color-foreground),.7);margin:0}.bundle-header-info{text-align:center;margin-bottom:2rem;padding:1.5rem;background:linear-gradient(135deg,#f8f9fa,#fff);border-radius:20px;border:2px solid #6a4caf15}.bundle-main-title{font-size:2rem;font-weight:700;color:#6a4caf;margin-bottom:.5rem;text-shadow:0 2px 4px rgba(106,76,175,.1)}.bundle-subtitle{font-size:1.1rem;color:rgba(var(--color-foreground),.7);margin:0;line-height:1.5}.bundle-slots-container{display:flex;justify-content:center;align-items:flex-start;gap:1.5rem;margin-bottom:2rem;padding:2rem;background:linear-gradient(135deg,#f8f9fa,#e9ecef);border-radius:24px;position:relative;overflow:hidden}.bundle-slot{position:relative;background:#fff;border:3px solid #e0e0e0;border-radius:20px;padding:1.5rem;min-height:200px;width:180px;display:flex;flex-direction:column;align-items:center;justify-content:center;transition:all .4s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 20px #00000014;z-index:2}.bundle-slot:hover{transform:translateY(-5px);box-shadow:0 8px 30px #6a4caf26}.slot-content{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.slot-empty{display:flex;flex-direction:column;align-items:center;gap:.75rem;opacity:.6}.slot-icon{font-size:3rem;margin-bottom:.5rem;filter:grayscale(1);transition:all .3s ease}.bundle-slot:hover .slot-icon{filter:grayscale(0);transform:scale(1.1)}.slot-text{font-weight:600;font-size:1.1rem;color:#6a4caf}.slot-subtext{font-size:.9rem;color:rgba(var(--color-foreground),.5)}.slot-product{display:flex;flex-direction:column;align-items:center;gap:1rem;width:100%}.slot-product-image{border-radius:12px;box-shadow:0 4px 12px #0000001a;transition:transform .3s ease}.bundle-slot:hover .slot-product-image{transform:scale(1.05)}.slot-product-info{display:flex;flex-direction:column;align-items:center;gap:.5rem}.slot-product-title{font-weight:600;font-size:.95rem;color:#333;line-height:1.3}.slot-product-quantity{background:#6a4caf;color:#fff;padding:.25rem .75rem;border-radius:15px;font-size:.85rem;font-weight:600}.bundle-slot:has(.slot-product){border-color:#6a4caf;background:linear-gradient(135deg,#fff,#f8f9ff);transform:translateY(-2px)}.slot-discount{position:absolute;top:-15px;right:-15px;background:linear-gradient(135deg,#ff6b6b,#ff5252);color:#fff;padding:.5rem 1rem;border-radius:20px;font-weight:700;font-size:.85rem;box-shadow:0 4px 15px #ff6b6b4d;opacity:.3;transition:all .3s ease;z-index:3}.slot-discount.active{opacity:1;background:linear-gradient(135deg,#4caf50,#45a049);box-shadow:0 4px 15px #4caf5066;animation:pulse 2s ease-in-out infinite}.bundle-discount-achieved{text-align:center;padding:1rem;background:linear-gradient(135deg,#bafbdb,#85f5c2);border-radius:20px;color:#6a4caf;animation:slideInUp .6s ease-out}.discount-badge{display:flex;align-items:center;justify-content:center;gap:1rem;margin-bottom:1rem}.discount-icon{font-size:2rem}.discount-text{font-size:1.5rem;font-weight:700}.discount-description{font-size:1.1rem;opacity:.9;margin:0}.bundle-tier-container{display:flex;justify-content:center;align-items:center;margin-bottom:1rem}.bundle-tier-wrapper{display:flex;justify-content:center;align-items:center;gap:.5rem;margin-bottom:1rem;background:#6a4caf;flex-direction:column;padding:1rem 2rem;border-radius:12px;color:#bafbdb}.bundle-tier-message{display:flex;justify-content:center;align-items:center;gap:1rem;border-radius:12px;font-size:1.5rem;font-weight:600}.bundle-tier-message-last{font-style:italic;opacity:.9}.bundle-products{margin-bottom:1.5rem}.bundle-products-title{font-size:2rem;font-weight:500;margin-bottom:1rem;text-align:center}.bundle-products-list{display:flex;flex-direction:column;gap:.5rem;align-items:center}.bundle-product-item{display:flex;align-items:center;gap:1rem;padding:.75rem;background:rgba(var(--color-foreground),.05);border-radius:6px;width:100%;max-width:500px}.bundle-product-image{width:40px;height:40px;border-radius:4px;object-fit:cover}.bundle-product-info{flex:1;font-size:1.2rem}.bundle-product-title{font-weight:500;margin-bottom:.25rem}.bundle-product-variant{font-size:.7rem;color:rgba(var(--color-foreground),.7)}.bundle-product-quantity{font-weight:500;color:#6a4caf}.bundle-reward{text-align:center;padding:1rem;border-radius:8px;background:linear-gradient(135deg,#6a4caf,#573c97);color:#fff;display:none}.bundle-reward.active{display:block}.reward-message{font-weight:600}.bundle-tier-data{display:none}@keyframes shimmer{0%,to{opacity:0}50%{opacity:1}}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-10px)}60%{transform:translateY(-5px)}}@keyframes slideInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media screen and (max-width: 749px){.bundle-slots-container{align-items:center;gap:1rem;padding:1.5rem}.bundle-slot{width:100%;max-width:280px;min-height:160px}.bundle-main-title{font-size:1.5rem}.discount-badge{flex-direction:column;gap:.5rem}.discount-text{font-size:1.2rem}.bundle-tier-wrapper{padding:.75rem 1.5rem}.bundle-tier-message{font-size:1.2rem;gap:.75rem;flex-wrap:wrap;text-align:center}}
/*# sourceMappingURL=/cdn/shop/t/130/assets/component-bundle-discount.css.map */
