.halo-vendor-quick-add-popup{position:fixed;top:50%;left:50%;transform:translate(-50%,calc(-50% - 20px));width:90%;max-width:1125px;max-height:85vh;background:#fff;z-index:99999;opacity:0;visibility:hidden;pointer-events:none;transition:all .3s ease;display:none;flex-direction:column;border-radius:8px;box-shadow:0 10px 40px #00000040}body.vendor-quick-add-show .halo-vendor-quick-add-popup{opacity:1;visibility:visible;pointer-events:auto;transform:translate(-50%,-50%);display:flex}body.vendor-quick-add-show .background-overlay{opacity:1;pointer-events:all;z-index:99998}.halo-vendor-quick-add-popup .halo-popup-close{position:absolute;top:15px;right:15px;width:32px;height:32px;background:#f5f5f5;border:none;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:10;transition:background .2s}.halo-vendor-quick-add-popup .halo-popup-close:hover{background:#e0e0e0}.halo-vendor-quick-add-popup .halo-popup-close svg{width:14px;height:14px}.halo-vendor-quick-add-popup .halo-popup-content{display:flex;flex-direction:column;height:100%;max-height:85vh}.vendor-popup-header{padding:20px 25px;border-bottom:1px solid #efefef;flex-shrink:0}.product-added-confirmation{display:flex;align-items:center;gap:10px;margin-bottom:15px;padding:12px 15px;background:#e8f5e9;border-radius:6px;border:1px solid #c8e6c9}.checkmark-icon{flex-shrink:0}.checkmark-icon svg{width:20px;height:20px;color:#2e7d32}.added-text{font-size:14px;color:#1b5e20}.added-text strong{font-weight:600}.vendor-popup-title{font-size:18px;font-weight:600;margin:0;color:#333}.vendor-popup-products-wrapper{flex:1;overflow-y:auto;padding:20px 25px;min-height:200px;max-height:calc(85vh - 220px)}.vendor-popup-products-wrapper::-webkit-scrollbar{width:6px}.vendor-popup-products-wrapper::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}.vendor-popup-products-wrapper::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:3px}.vendor-popup-products-wrapper::-webkit-scrollbar-thumb:hover{background:#a1a1a1}.vendor-quick-add-products-grid{display:flex;flex-direction:column;gap:8px}.vendor-product-item{display:flex;align-items:center;gap:12px;padding:10px 12px;border:1px solid #efefef;border-radius:6px;transition:all .2s ease;background:#fff}.vendor-product-item:hover{background:#fafafa;border-color:#ddd}.vendor-product-item.is-added{border-color:#4caf50;background:#f1f8e9}.vendor-product-item.is-sold-out{opacity:.6}.vendor-product-image{width:50px;height:50px;flex-shrink:0;overflow:hidden;border-radius:4px;background:#f9f9f9}.vendor-product-image a{display:block;width:100%;height:100%}.vendor-product-image img{width:100%;height:100%;object-fit:contain}.vendor-product-image .placeholder-svg{width:100%;height:100%}.vendor-product-info{flex:1;min-width:0}.vendor-product-title{font-size:13px;font-weight:500;line-height:1.3;margin:0 0 4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.vendor-product-title a{color:#333;text-decoration:none}.vendor-product-title a:hover{color:#000;text-decoration:underline}.vendor-product-price{font-size:13px;font-weight:600;color:#333}.vendor-product-price .price-item--sale{color:#c62828}.vendor-product-price .price-item--compare{color:#999;font-weight:400;font-size:11px;margin-left:5px}.vendor-product-variants-note{display:none}.vendor-product-action{display:flex;align-items:center;gap:8px;flex-shrink:0}.vendor-quantity-wrapper{display:flex;align-items:center;border:1px solid #ddd;border-radius:4px;overflow:hidden}.qty-btn{width:28px;height:28px;border:none;background:#f5f5f5;cursor:pointer;font-size:16px;font-weight:300;color:#333;transition:background .2s;display:flex;align-items:center;justify-content:center}.qty-btn:hover{background:#e8e8e8}.qty-btn:active{background:#ddd}.vendor-qty-input{width:36px;text-align:center;border:none;font-size:13px;font-weight:500;padding:4px 2px;-moz-appearance:textfield}.vendor-qty-input::-webkit-outer-spin-button,.vendor-qty-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.vendor-qty-input:focus{outline:none}.vendor-add-btn{padding:8px 16px;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;transition:all .2s;border:1px solid #333;background:#333;color:#fff;cursor:pointer;border-radius:4px;white-space:nowrap;min-width:80px}.vendor-add-btn:hover:not(.is-loading):not(.is-added):not(.is-disabled){background:#000;border-color:#000}.vendor-add-btn .btn-added,.vendor-add-btn .btn-loading,.vendor-add-btn.is-loading .btn-text,.vendor-add-btn.is-added .btn-text{display:none}.vendor-add-btn.is-loading .btn-loading{display:inline-flex;align-items:center;justify-content:center}.vendor-add-btn.is-added .btn-added{display:inline}.vendor-add-btn.is-added{background-color:#4caf50;border-color:#4caf50;cursor:default}.vendor-add-btn.is-disabled{background:#ccc;border-color:#ccc;cursor:not-allowed}.vendor-add-btn .spinner-small{width:14px;height:14px;animation:spin 1s linear infinite}.vendor-add-btn .spinner-small circle{stroke-dasharray:50;stroke-dashoffset:40}@keyframes spin{to{transform:rotate(360deg)}}.vendor-popup-footer{display:flex;justify-content:center;gap:15px;padding:20px 25px;border-top:1px solid #efefef;flex-shrink:0;background:#fafafa;border-radius:0 0 8px 8px}.vendor-popup-footer .button{min-width:150px;padding:12px 24px;font-size:13px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;border-radius:4px;text-align:center;text-decoration:none;cursor:pointer;transition:all .2s}.vendor-popup-footer .button-done{background:#fff;border:1px solid #333;color:#333}.vendor-popup-footer .button-done:hover{background:#f5f5f5}.vendor-popup-footer .button-view-cart{background:#333;border:1px solid #333;color:#fff}.vendor-popup-footer .button-view-cart:hover{background:#000;border-color:#000}.vendor-popup-loading{display:flex;justify-content:center;align-items:center;padding:60px 40px;grid-column:1 / -1}.vendor-popup-loading .spinner{width:40px;height:40px;animation:spin 1.5s linear infinite}.vendor-popup-loading .spinner .path{stroke:#333;stroke-linecap:round;stroke-dasharray:150;stroke-dashoffset:100}.vendor-no-products{grid-column:1 / -1;text-align:center;padding:40px 20px;color:#666}.vendor-no-products p{margin:0;font-size:14px}@media (max-width: 768px){.halo-vendor-quick-add-popup{width:95%;max-width:none;max-height:90vh;border-radius:12px 12px 0 0;top:auto;bottom:0;transform:translate(-50%,100%)}body.vendor-quick-add-show .halo-vendor-quick-add-popup{transform:translate(-50%)}.vendor-popup-header{padding:15px}.product-added-confirmation{padding:10px 12px;margin-bottom:12px}.vendor-popup-title{font-size:15px}.vendor-popup-products-wrapper{padding:12px 15px;max-height:calc(90vh - 200px)}.vendor-product-item{padding:8px 10px;gap:10px}.vendor-product-image{width:40px;height:40px}.vendor-product-title,.vendor-product-price{font-size:12px}.vendor-product-action{flex-direction:column;gap:6px}.qty-btn{width:26px;height:26px;font-size:14px}.vendor-qty-input{width:30px;font-size:12px}.vendor-add-btn{padding:6px 12px;font-size:10px;min-width:70px}.vendor-popup-footer{padding:15px;flex-direction:column;gap:10px}.vendor-popup-footer .button{width:100%;min-width:auto}}@media (max-width: 480px){.vendor-product-item{flex-wrap:wrap}.vendor-product-info{flex:1 1 calc(100% - 60px)}.vendor-product-action{flex:1 1 100%;flex-direction:row;justify-content:flex-end;margin-top:6px}}
/*# sourceMappingURL=/cdn/shop/t/12/assets/component-vendor-quick-add.css.map */
