.hc-cart-bundles{margin:8px 10px 0;border-radius:8px;background:#f8f9fa;overflow:hidden;width:100%}.hc-bundles-toggle-btn{width:100%;display:flex;align-items:center;justify-content:center;padding:15px 20px;background:#fff;border:1px solid #000;border-radius:8px;cursor:pointer;transition:all .3s ease;font-size:14px}.hc-bundles-toggle-btn:hover{background:#0000000d}.hc-bundles-toggle-text{font-weight:600;color:#333;font-size:14px}.hc-bundles-toggle-icon{display:none}.hc-bundles-content{transition:all .3s ease}.hc-bundles-content.is-hidden{display:none!important}.hc-bundles-header{display:flex;align-items:center;justify-content:center;background:#fff;position:relative;padding:10px 0}.hc-bundles-title{font-size:16px;font-weight:600;color:#333;text-decoration:none}.hc-bundles-close{display:flex;align-items:center;justify-content:center;width:32px;height:32px;background:transparent;border:none;border-radius:50%;cursor:pointer;transition:all .2s ease;color:#666;position:absolute;right:0}.hc-bundles-close:hover{background:#f8f9fa;color:#333}.hc-bundles-container{position:relative;background:#fff;overflow:hidden}.hc-bundles-grid .hc-bundles-track{display:flex;gap:10px;transition:transform .3s ease;touch-action:pan-y pinch-zoom}.hc-bundles-grid .hc-bundle-card{flex:0 0 calc(75% - 5px)}.hc-bundles-slider .hc-bundles-track{display:flex;gap:10px;transition:transform .3s ease;touch-action:pan-y pinch-zoom}.hc-bundles-slider .hc-bundle-card{flex:0 0 calc(75% - 5px)}.hc-bundles-nav{--bg: var(--COLOR-BG);--bg-brighter: var(--COLOR-BG-BRIGHTER);--icon-size: 20px;--btn-size: 30px;position:absolute;top:50%;width:var(--btn-size);height:var(--btn-size);padding:0;border:0;border-radius:var(--RADIUS);color:inherit;background:var(--bg);box-shadow:0 2px 6px #0000000a,0 2px 2px #00000005;margin-top:calc(var(--btn-size) / -2);overflow:hidden;font-size:0;text-indent:-100%;cursor:pointer;pointer-events:auto;opacity:1;z-index:2;transition:opacity .2s ease-in-out,transform .2s ease-in-out;border:1px solid rgba(130,130,130,.5)}.hc-bundles-nav:hover:not(:disabled){transform:scale(1.05)}.hc-bundles-nav:disabled{opacity:.3;cursor:not-allowed;pointer-events:none}.hc-bundles-nav:after{content:"";position:absolute;top:0;left:0;z-index:-1;width:100%;height:100%;background-color:var(--bg-brighter);opacity:1;transform:translate3d(0,100%,0);transition:transform .5s cubic-bezier(.33,0,0,1)}.hc-bundles-nav:hover:after{transform:translateZ(0)}.hc-bundles-nav:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;margin:auto;width:var(--icon-size);height:var(--icon-size);background:var(--text-dark);-webkit-mask-size:var(--icon-size);mask-size:var(--icon-size);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center center;mask-position:center center;max-width:100%;max-height:100%;border-radius:var(--RADIUS)}.hc-bundles-prev{left:5px}.hc-bundles-prev:before{-webkit-mask-image:var(--ICON-ARROW-LEFT);mask-image:var(--ICON-ARROW-LEFT)}.hc-bundles-next{right:5px}.hc-bundles-next:before{-webkit-mask-image:var(--ICON-ARROW-RIGHT);mask-image:var(--ICON-ARROW-RIGHT)}.hc-bundle-card{background:#fff;overflow:hidden;transition:all .2s ease;display:flex;flex-direction:column;height:100%;border:1px solid #e9ecef;border-radius:8px}.hc-bundle-card:hover{border-color:#dee2e6;box-shadow:0 2px 8px #0000001a}.hc-bundle-card.is-active{opacity:1;transform:scale(1)}.hc-bundle-card.is-preview{opacity:.7}.hc-bundle-media{position:relative;aspect-ratio:1;overflow:hidden;background:#f8f9fa}.hc-bundle-media img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.hc-bundle-media:hover img{transform:scale(1.05)}.hc-bundle-placeholder{display:flex;align-items:center;justify-content:center;width:100%;height:100%;color:#adb5bd}.hc-bundle-info{padding:5px;flex:1;display:flex;flex-direction:column}.hc-bundle-title{font-size:12px;font-weight:600;color:#333;margin:0 0 4px;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.hc-bundle-desc{font-size:12px;color:#666;line-height:1.4;margin:0 0 4px;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden}.hc-bundle-desc *{font-size:12px}.hc-bundle-desc p{margin:0 0 8px}.hc-bundle-desc p:last-child{margin-bottom:0}.hc-bundle-desc ul,.hc-bundle-desc ol{margin:0;padding-left:16px}.hc-bundle-desc li{margin-bottom:2px}.hc-bundle-desc li:last-child{margin-bottom:0}.hc-bundle-price{margin:0 0 15px;display:flex;align-items:center;gap:8px;flex-wrap:wrap}.hc-bundle-price-current{font-size:16px;font-weight:600;color:#333}.hc-bundle-price-compare{font-size:14px;color:#6c757d;text-decoration:line-through}.hc-bundle-savings{font-size:12px;color:#28a745;font-weight:600;background:#d4edda;padding:2px 6px;border-radius:4px}.hc-bundle-add-btn{margin-top:auto;width:100%;position:relative;overflow:hidden;min-height:0px!important}.hc-bundle-add-btn span{font-size:12px}.hc-bundle-add-btn:disabled{opacity:.6;cursor:not-allowed}.hc-bundle-btn-loading.is-hidden,.hc-bundle-btn-text.is-hidden{display:none}.hc-bundle-spinner{animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (max-width: 767px){.hc-bundles-grid .hc-bundles-track,.hc-bundles-slider .hc-bundles-track{gap:10px}.hc-bundles-grid .hc-bundle-card,.hc-bundles-slider .hc-bundle-card{flex:0 0 calc(75% - 5px)}.hc-bundle-info{padding:8px}.hc-bundle-title,.hc-bundle-desc{font-size:11px}.hc-bundle-price-current{font-size:14px}}@media (min-width: 768px){.hc-bundles-grid .hc-bundle-card,.hc-bundles-slider .hc-bundle-card{flex:0 0 calc(75% - 5px)}}
/*# sourceMappingURL=/cdn/shop/t/10/assets/hc-cart-bundles.css.map */
