.product-bundle-block{margin:20px 0}.discount-tabs{display:flex;gap:10px;margin-bottom:20px}.discount-tab{flex:1;padding:12px 20px;border:2px solid #e0e0e0;background:#fff;border-radius:8px;font-weight:600;font-size:14px;cursor:pointer;transition:all .3s ease}.discount-tab:hover{border-color:#000}.discount-tab.active{background:#000;color:#fff;border-color:#000}.bundle-selection-area{border:1px solid #e0e0e0;border-radius:12px;padding:24px}.bundle-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.bundle-title{font-size:20px;font-weight:600;margin:0}.bundle-counter{font-size:14px;color:#666}.bundle-items-preview{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:15px;margin-bottom:20px}.bundle-item-slot{aspect-ratio:3/4;border:2px dashed #e0e0e0;border-radius:12px;display:flex;align-items:center;justify-content:center;background:#fafafa;position:relative;overflow:hidden;cursor:pointer;transition:all .3s ease}.bundle-item-slot.empty:hover{border-color:#999;background:#f5f5f5;transform:scale(1.02)}.bundle-item-slot.filled{border-style:solid;border-color:#000;background:#fff;cursor:default}.bundle-item-slot.filled:hover{transform:none}.bundle-item-empty{text-align:center;color:#999}.bundle-item-empty svg{width:40px;height:40px;margin-bottom:8px}.bundle-item-empty span{display:block;font-size:12px}.bundle-item-filled{width:100%;height:100%;position:relative}.bundle-item-filled img{width:100%;height:100%;object-fit:cover}.bundle-item-remove{position:absolute;top:8px;right:8px;width:24px;height:24px;border-radius:50%;background:#fff;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px #00000026;z-index:1}.bundle-item-remove:hover{background:#f0f0f0}.bundle-free-gift{background:#f8f8f8;border-radius:8px;padding:16px;margin-bottom:20px}.bundle-free-gift h4{font-size:16px;font-weight:600;margin:0 0 12px}.free-gift-item{display:flex;gap:12px;align-items:center}.free-gift-item img{width:80px;height:80px;object-fit:cover;border-radius:8px}.free-gift-info{flex:1}.free-gift-name{font-weight:500;margin:0 0 4px}.free-gift-price{margin:0}.price-current{font-weight:700;font-size:18px;margin-right:8px}.price-original{text-decoration:line-through;color:#999;font-size:14px}.bundle-choose-btn{width:100%;transition:all .3s ease;position:relative}.bundle-choose-btn.bundle-btn--ready{background:#16a34a!important;border-color:#16a34a!important}.bundle-choose-btn.bundle-btn--ready:hover{background:#15803d!important;border-color:#15803d!important}.bundle-choose-btn.bundle-btn--success{background:#16a34a!important;border-color:#16a34a!important;pointer-events:none}.bundle-choose-btn:disabled{opacity:.7;cursor:not-allowed}.bundle-btn-loading{display:inline-block;width:16px;height:16px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:bundle-spin .8s linear infinite;vertical-align:middle;margin-right:8px}@keyframes bundle-spin{to{transform:rotate(360deg)}}body.bundle-drawer-open{overflow:hidden!important}.bundle-selector-modal{position:fixed;top:0;left:0;right:0;bottom:0;width:100%;height:100%;z-index:99999;pointer-events:none}.bundle-selector-modal.is-open{pointer-events:auto}.bundle-selector-modal.is-open .bundle-modal-overlay{opacity:1}.bundle-selector-modal.is-open .bundle-modal-content{transform:translate(0)}.bundle-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;width:100%;height:100%;background:#00000080;opacity:0;transition:opacity .3s ease;cursor:pointer}.bundle-modal-content{position:fixed;top:0;right:0;bottom:0;width:100%;max-width:480px;height:100%;background:#fff;overflow:hidden;display:flex;flex-direction:column;box-shadow:-10px 0 40px #0003;transform:translate(100%);transition:transform .3s cubic-bezier(.4,0,.2,1)}.bundle-modal-header{display:flex;justify-content:space-between;align-items:center;padding:16px 20px;border-bottom:1px solid #eee;background:#fff;flex-shrink:0}.bundle-modal-header h2{margin:0;font-size:18px;font-weight:600;color:#1a1a1a}.bundle-modal-close{width:36px;height:36px;border:none;background:#f5f5f5;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;flex-shrink:0}.bundle-modal-close:hover{background:#e8e8e8}.bundle-modal-close svg{width:18px;height:18px}.bundle-modal-tabs{display:flex;gap:6px;padding:12px 16px;border-bottom:1px solid #eee;overflow-x:auto;background:#fff;flex-shrink:0}.bundle-modal-tabs::-webkit-scrollbar{height:0;display:none}.bundle-modal-tab{padding:7px 16px;border:1px solid #ddd;background:#fff;border-radius:18px;cursor:pointer;font-size:12px;font-weight:500;white-space:nowrap;transition:all .2s ease}.bundle-modal-tab:hover{background:#f5f5f5;border-color:#bbb}.bundle-modal-tab.active{background:#1a1a1a;color:#fff;border-color:#1a1a1a}.bundle-modal-body{flex:1;overflow-y:auto;overflow-x:hidden;padding:16px;min-height:0}.bundle-products-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.bundle-product-card{cursor:pointer;transition:all .3s ease;position:relative}.bundle-product-card:hover{transform:translateY(-2px)}.bundle-product-card:hover .bundle-product-image{border-color:#999;box-shadow:0 4px 12px #0000001a}.bundle-product-card.selected .bundle-product-image{border-color:#000}.bundle-product-image{position:relative;aspect-ratio:1/1;border:1px solid #e5e5e5;border-radius:12px;overflow:hidden;margin-bottom:8px;transition:all .2s ease;background:#fafafa}.bundle-product-image img{width:100%;height:100%;object-fit:cover}.bundle-product-add{position:absolute;top:8px;right:8px;width:32px;height:32px;background:#fff;border:1px solid #ddd;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 6px #0000001a;transition:all .2s ease;z-index:2}.bundle-product-add svg{width:18px;height:18px}.bundle-product-card.selected .bundle-product-add{background:#1a1a1a;color:#fff;border-color:#1a1a1a;transform:rotate(45deg)}.bundle-product-add:hover{transform:scale(1.1);box-shadow:0 3px 10px #00000026;border-color:#bbb}.bundle-product-card.selected .bundle-product-add:hover{transform:rotate(45deg) scale(1.1)}.bundle-product-info{text-align:center;padding:0 2px}.bundle-product-title{font-size:12px;font-weight:500;margin:0 0 4px;line-height:1.3;color:#333;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.bundle-product-price{font-size:13px;font-weight:600;margin:0;color:#000}.bundle-product-stock{font-size:11px;color:#16a34a;margin:0;font-weight:500}.bundle-modal-body::-webkit-scrollbar{width:8px}.bundle-modal-body::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px}.bundle-modal-body::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:4px}.bundle-modal-body::-webkit-scrollbar-thumb:hover{background:#a8a8a8}@media (max-width: 768px){.bundle-items-preview{grid-template-columns:repeat(2,1fr)}.bundle-modal-content{max-width:100%;width:100%}.bundle-product-add{width:28px;height:28px}.bundle-product-add svg{width:14px;height:14px}}@media (min-width: 768px){.bundle-products-grid{grid-template-columns:repeat(3,1fr)}}
/*# sourceMappingURL=/cdn/shop/t/5/assets/product-bundle.css.map */
