.kt-inventory-manager{max-width:1200px;margin:0 auto;padding:2rem;background:#fff;border-radius:12px;box-shadow:0 4px 20px #0000001a}.kt-inventory-header{text-align:center;margin-bottom:2rem}.kt-inventory-title{font-size:2.5rem;font-weight:700;color:#2c3e50;margin-bottom:.5rem}.kt-inventory-subtitle{font-size:1.1rem;color:#7f8c8d;margin:0}.kt-stock-indicators{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;margin-bottom:2rem}.kt-stock-indicator{background:#f8f9fa;border:1px solid #e9ecef;border-radius:8px;padding:1.5rem;transition:all .3s ease}.kt-stock-indicator:hover{box-shadow:0 4px 15px #0000001a;transform:translateY(-2px)}.kt-stock-product-info{display:flex;align-items:center;margin-bottom:1rem}.kt-stock-product-image{width:60px;height:60px;border-radius:8px;overflow:hidden;margin-right:1rem;flex-shrink:0}.kt-stock-product-image img{width:100%;height:100%;object-fit:cover}.kt-stock-product-details{flex:1}.kt-stock-product-title{font-size:1.1rem;font-weight:600;color:#2c3e50;margin:0 0 .25rem;line-height:1.3}.kt-stock-product-sku{font-size:.9rem;color:#7f8c8d;margin:0}.kt-stock-status{margin-bottom:1rem}.kt-stock-badge{display:inline-flex;align-items:center;padding:.5rem 1rem;border-radius:20px;font-size:.9rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.kt-stock-in-stock{background:#d4edda;color:#155724;border:1px solid #c3e6cb}.kt-stock-low-stock{background:#fff3cd;color:#856404;border:1px solid #ffeaa7}.kt-stock-out-of-stock{background:#f8d7da;color:#721c24;border:1px solid #f5c6cb}.kt-stock-unavailable{background:#e2e3e5;color:#383d41;border:1px solid #d6d8db}.kt-stock-icon{margin-right:.5rem;font-size:1rem}.kt-stock-text{margin-right:.5rem}.kt-stock-count{font-size:.8rem;opacity:.8}.kt-stock-progress{margin-bottom:1rem}.kt-stock-progress-bar{width:100%;height:8px;background:#e9ecef;border-radius:4px;overflow:hidden;margin-bottom:.5rem}.kt-stock-progress-fill{height:100%;border-radius:4px;transition:all .3s ease}.kt-stock-progress-text{font-size:.8rem;color:#6c757d;text-align:center}.kt-variant-stock{margin-bottom:1rem}.kt-variant-stock-details{border:1px solid #e9ecef;border-radius:6px;overflow:hidden}.kt-variant-stock-summary{background:#f8f9fa;padding:.75rem 1rem;cursor:pointer;display:flex;justify-content:space-between;align-items:center;font-weight:500;color:#495057;transition:background-color .2s ease}.kt-variant-stock-summary:hover{background:#e9ecef}.kt-variant-stock-summary:after{content:"\25bc";font-size:.8rem;transition:transform .2s ease}.kt-variant-stock-details[open] .kt-variant-stock-summary:after{transform:rotate(180deg)}.kt-variant-stock-list{padding:0;margin:0;list-style:none}.kt-variant-stock-item{display:flex;justify-content:space-between;align-items:center;padding:.75rem 1rem;border-bottom:1px solid #e9ecef}.kt-variant-stock-item:last-child{border-bottom:none}.kt-variant-title{font-size:.9rem;color:#495057}.kt-variant-quantity{font-weight:600;color:#2c3e50}.kt-back-in-stock-button{margin-bottom:1rem}.kt-back-in-stock-btn{width:100%;padding:.75rem 1rem;background:#007bff;color:#fff;border:none;border-radius:6px;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center}.kt-back-in-stock-btn:hover{background:#0056b3;transform:translateY(-1px)}.kt-back-in-stock-btn .kt-icon{margin-right:.5rem}.kt-back-in-stock{background:#f8f9fa;border:1px solid #e9ecef;border-radius:8px;padding:1.5rem;margin-bottom:1rem}.kt-back-in-stock-header{display:flex;align-items:center;margin-bottom:1rem}.kt-back-in-stock-icon{margin-right:1rem;font-size:1.5rem}.kt-back-in-stock-title{font-size:1.2rem;font-weight:600;color:#2c3e50;margin:0 0 .25rem}.kt-back-in-stock-subtitle{font-size:.9rem;color:#6c757d;margin:0}.kt-back-in-stock-note{font-size:.85rem;color:#28a745;margin:.5rem 0 0;padding:.5rem;background:#28a7451a;border-radius:4px;border-left:3px solid #28a745;line-height:1.4}.kt-notification-note{font-size:.8rem;color:#6c757d;margin:.5rem 0 0;font-style:italic;line-height:1.3}.kt-back-in-stock-product{display:flex;align-items:center;margin-bottom:1.5rem;padding:1rem;background:#fff;border-radius:6px}.kt-back-in-stock-product-image{width:80px;height:80px;border-radius:6px;overflow:hidden;margin-right:1rem;flex-shrink:0}.kt-back-in-stock-product-image img{width:100%;height:100%;object-fit:cover}.kt-back-in-stock-product-title{font-size:1rem;font-weight:600;color:#2c3e50;margin:0 0 .25rem}.kt-back-in-stock-product-price{margin:0 0 .25rem}.kt-price-original{text-decoration:line-through;color:#6c757d;margin-right:.5rem}.kt-price-current{font-weight:600;color:#28a745}.kt-back-in-stock-product-variant{font-size:.9rem;color:#6c757d;margin:0}.kt-form-group{margin-bottom:1rem}.kt-form-label{display:block;font-size:.9rem;font-weight:600;color:#495057;margin-bottom:.5rem}.kt-form-input,.kt-form-select{width:100%;padding:.75rem;border:1px solid #ced4da;border-radius:6px;font-size:.9rem;transition:border-color .2s ease}.kt-form-input:focus,.kt-form-select:focus{outline:none;border-color:#007bff;box-shadow:0 0 0 3px #007bff1a}.kt-notification-options{display:flex;flex-direction:column;gap:.5rem}.kt-checkbox-label{display:flex;align-items:center;cursor:pointer;font-size:.9rem;color:#495057}.kt-checkbox-label input[type=checkbox]{margin-right:.5rem}.kt-notification-submit{width:100%;padding:.75rem 1rem;background:#28a745;color:#fff;border:none;border-radius:6px;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center}.kt-notification-submit:hover{background:#218838}.kt-notification-submit:disabled{background:#6c757d;cursor:not-allowed}.kt-back-in-stock-success,.kt-back-in-stock-error{padding:1rem;border-radius:6px;margin-bottom:1rem}.kt-back-in-stock-success{background:#d4edda;border:1px solid #c3e6cb;color:#155724}.kt-back-in-stock-error{background:#f8d7da;border:1px solid #f5c6cb;color:#721c24}.kt-success-icon,.kt-error-icon{font-size:1.5rem;margin-right:.5rem}.kt-success-title,.kt-error-title{font-size:1.1rem;font-weight:600;margin:0 0 .25rem}.kt-success-message,.kt-error-message{font-size:.9rem;margin:0}.kt-inventory-analytics{margin-bottom:2rem}.kt-analytics-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}.kt-analytics-card{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:1.5rem;border-radius:8px;text-align:center;box-shadow:0 4px 15px #0000001a}.kt-analytics-card h3{font-size:.9rem;font-weight:500;margin:0 0 .5rem;opacity:.9;text-transform:uppercase;letter-spacing:.5px}.kt-analytics-value{font-size:2rem;font-weight:700;margin:0}.kt-inventory-settings{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.kt-inventory-refresh,.kt-inventory-export{padding:.75rem 1.5rem;border:none;border-radius:6px;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center}.kt-inventory-refresh{background:#007bff;color:#fff}.kt-inventory-refresh:hover{background:#0056b3}.kt-inventory-export{background:#28a745;color:#fff}.kt-inventory-export:hover{background:#218838}.kt-icon{margin-right:.5rem}.kt-low-stock-alert{position:fixed;top:20px;right:20px;background:#fff3cd;border:1px solid #ffeaa7;border-radius:8px;padding:1rem;box-shadow:0 4px 20px #00000026;z-index:1000;max-width:400px;animation:slideInRight .3s ease}.kt-alert-content{display:flex;align-items:flex-start}.kt-alert-icon{font-size:1.2rem;margin-right:.75rem;flex-shrink:0}.kt-alert-text{flex:1;font-size:.9rem;color:#856404;line-height:1.4}.kt-alert-close{background:none;border:none;font-size:1.2rem;color:#856404;cursor:pointer;padding:0;margin-left:.75rem;flex-shrink:0}.kt-alert-close:hover{color:#721c24}.kt-back-in-stock-modal{position:fixed;top:0;left:0;width:100%;height:100%;z-index:1000;display:flex;align-items:center;justify-content:center}.kt-modal-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#00000080}.kt-modal-content{position:relative;background:#fff;border-radius:12px;max-width:500px;width:90%;max-height:90vh;overflow-y:auto;box-shadow:0 10px 40px #0000004d}.kt-modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid #e9ecef}.kt-modal-header h3{margin:0;font-size:1.3rem;color:#2c3e50}.kt-modal-close{background:none;border:none;font-size:1.5rem;color:#6c757d;cursor:pointer;padding:0;width:30px;height:30px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:background-color .2s ease}.kt-modal-close:hover{background:#f8f9fa;color:#495057}.kt-modal-body{padding:1.5rem}.kt-stock-last-updated{text-align:center;margin-top:1rem}.kt-stock-last-updated small{color:#6c757d;font-size:.8rem}@keyframes slideInRight{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}@media (max-width: 768px){.kt-inventory-manager{padding:1rem}.kt-inventory-title{font-size:2rem}.kt-stock-indicators{grid-template-columns:1fr}.kt-analytics-grid{grid-template-columns:repeat(2,1fr)}.kt-inventory-settings{flex-direction:column}.kt-back-in-stock-product{flex-direction:column;text-align:center}.kt-back-in-stock-product-image{margin-right:0;margin-bottom:1rem}.kt-low-stock-alert{left:20px;right:20px;max-width:none}}@media (max-width: 480px){.kt-analytics-grid{grid-template-columns:1fr}.kt-modal-content{width:95%;margin:1rem}}
/*# sourceMappingURL=/cdn/shop/t/46/assets/kt-inventory.css.map */
