.quickview-modal-qvm{position:fixed;top:0;left:0;width:100%;height:100%;z-index:10000;display:flex;align-items:center;justify-content:center;padding:2rem}.modal-overlay-qvm{position:absolute;top:0;left:0;width:100%;height:100%;background:#0f2642f2;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.modal-content-qvm{position:relative;background:#fff;border-radius:12px;max-width:900px;width:100%;max-height:90vh;overflow-y:auto;box-shadow:0 20px 60px #0000004d;animation:modalSlideInQvm .3s ease-out}@keyframes modalSlideInQvm{0%{opacity:0;transform:translateY(-20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.modal-close-qvm{position:absolute;top:1rem;right:1rem;background:#4895cf;border:none;border-radius:50%;width:40px;height:40px;font-size:1.5rem;color:#fff;cursor:pointer;z-index:10;transition:all .3s ease;display:flex;align-items:center;justify-content:center}.modal-close-qvm:hover{background:#2c5f8e;transform:scale(1.1)}.quickview-content-qvm{display:grid;grid-template-columns:1fr 1fr;gap:2rem;padding:2rem}.quickview-gallery-qvm{display:flex;flex-direction:column;gap:1rem}.main-image-qvm{position:relative;background:#f8f9fa;border-radius:8px;overflow:hidden;aspect-ratio:1;display:flex;align-items:center;justify-content:center}.main-image-qvm img{width:100%;height:100%;object-fit:contain;padding:1rem}.promotion-badge-qvm{position:absolute;top:1rem;left:1rem;background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff;padding:.5rem 1rem;border-radius:6px;font-weight:700;font-size:.9rem}.image-thumbnails-qvm{display:flex;gap:.5rem;overflow-x:auto;padding:.5rem 0}.thumbnail-qvm{flex-shrink:0;width:60px;height:60px;border:2px solid #e5e7eb;border-radius:6px;overflow:hidden;cursor:pointer;background:#f8f9fa;transition:all .3s ease}.thumbnail-qvm.active-qvm,.thumbnail-qvm:hover{border-color:#4895cf}.thumbnail-qvm img{width:100%;height:100%;object-fit:cover}.quickview-info-qvm{display:flex;flex-direction:column;gap:1.5rem}.product-header-qvm{display:flex;flex-direction:column;gap:.5rem}.product-brand-qvm{background:#4895cf;color:#fff;padding:.25rem .75rem;border-radius:20px;font-size:.8rem;font-weight:600;align-self:flex-start}.product-title-qvm{font-size:1.5rem;font-weight:700;color:#1f2937;line-height:1.3;margin:0}.product-codes-qvm{display:flex;flex-direction:column;gap:.25rem;font-size:.85rem;color:#6b7280}.product-pricing-qvm{display:flex;flex-direction:column;gap:.5rem}.pricing-with-promo-qvm{display:flex;align-items:center;gap:1rem}.current-price-qvm .price-qvm{font-size:1.75rem;font-weight:700;color:#ef4444}.original-price-qvm{display:flex;align-items:center;gap:.5rem}.original-price-qvm .price-qvm{font-size:1.1rem;color:#9ca3af;text-decoration:line-through}.discount-qvm{background:#ef4444;color:#fff;padding:.25rem .5rem;border-radius:4px;font-size:.8rem;font-weight:600}.pricing-normal-qvm .price-qvm{font-size:1.75rem;font-weight:700;color:#1f2937}.product-description-qvm{color:#6b7280;line-height:1.5;margin:0}.product-stock-info-qvm .in-stock-qvm{color:#065f46;background:#d1fae5;padding:.5rem 1rem;border-radius:6px;font-weight:600;display:inline-block}.product-stock-info-qvm .out-of-stock-qvm{color:#991b1b;background:#fee2e2;padding:.5rem 1rem;border-radius:6px;font-weight:600;display:inline-block}.product-actions-qvm{display:flex;flex-direction:column;gap:1.5rem;padding:1.5rem;background:#f8f9fa;border-radius:8px}.quantity-selector-qvm{display:flex;align-items:center;gap:1rem}.quantity-selector-qvm label{font-weight:600;color:#374151;min-width:80px}.quantity-controls-qvm{display:flex;align-items:center;border:1px solid #d1d5db;border-radius:6px;overflow:hidden}.quantity-controls-qvm button{background:#f9fafb;border:none;padding:.5rem .75rem;cursor:pointer;transition:background .3s ease;font-size:1rem;font-weight:600;color:#374151}.quantity-controls-qvm button:hover:not(:disabled){background:#e5e7eb}.quantity-controls-qvm button:disabled{opacity:.5;cursor:not-allowed}.quantity-controls-qvm input{width:50px;border:none;text-align:center;font-size:1rem;font-weight:600;background:#fff;color:#374151}.quantity-controls-qvm input:focus{outline:none}.action-buttons-qvm{display:flex;gap:1rem}.btn-add-cart-qvm,.btn-buy-now-qvm{flex:1;padding:.875rem 1.25rem;border:none;border-radius:6px;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .3s ease}.btn-add-cart-qvm{background:#4895cf;color:#fff}.btn-add-cart-qvm:hover:not(:disabled){background:#2c5f8e;transform:translateY(-1px)}.btn-buy-now-qvm{background:#4895cf;color:#fff}.btn-buy-now-qvm:hover:not(:disabled){background:#2c5f8e;transform:translateY(-1px)}.btn-add-cart-qvm:disabled,.btn-buy-now-qvm:disabled{opacity:.6;cursor:not-allowed;transform:none}.view-details-link-qvm{text-align:center;padding-top:1rem;border-top:1px solid #e5e7eb}.view-details-link-qvm a{color:#4895cf;text-decoration:none;font-weight:500;transition:color .3s ease}.view-details-link-qvm a:hover{color:#2c5f8e;text-decoration:underline}.quick-specs-qvm{margin-top:1rem}.quick-specs-qvm h4{font-size:1rem;margin-bottom:.75rem;color:#374151}.specs-grid-qvm{display:grid;grid-template-columns:1fr;gap:.5rem}.spec-item-qvm{display:flex;justify-content:space-between;padding:.5rem;background:#f8f9fa;border-radius:4px;font-size:.85rem}.spec-label-qvm{font-weight:600;color:#374151}.spec-value-qvm{color:#6b7280}@media(max-width:768px){.quickview-modal-qvm{padding:1rem}.modal-content-qvm{max-height:95vh;max-width:600px}.quickview-content-qvm{grid-template-columns:1fr;gap:1.5rem;padding:1.5rem}.main-image-qvm{min-height:200px}.main-image-qvm img{padding:.75rem}.thumbnail-qvm{width:50px;height:50px}.product-title-qvm{font-size:1.25rem}.current-price-qvm .price-qvm{font-size:1.5rem}.action-buttons-qvm{flex-direction:column}.quantity-selector-qvm{flex-direction:column;align-items:flex-start;gap:.5rem}.product-actions-qvm{padding:1.25rem;gap:1.25rem}}@media(max-width:480px){.quickview-modal-qvm{padding:.5rem}.modal-content-qvm{max-height:98vh;max-width:95%;border-radius:10px}.quickview-content-qvm{padding:1rem;gap:1rem}.main-image-qvm{min-height:150px}.main-image-qvm img{padding:.5rem}.thumbnail-qvm{width:40px;height:40px}.modal-close-qvm{top:.5rem;right:.5rem;width:35px;height:35px;font-size:1.25rem}.product-title-qvm{font-size:1.1rem}.current-price-qvm .price-qvm,.pricing-normal-qvm .price-qvm{font-size:1.3rem}.product-brand-qvm{font-size:.75rem;padding:.2rem .6rem}.product-actions-qvm{padding:1rem;gap:1rem}.btn-add-cart-qvm,.btn-buy-now-qvm{padding:.75rem 1rem;font-size:.85rem;min-height:44px}.quantity-controls-qvm input{width:45px}.quantity-controls-qvm button{padding:.4rem .6rem}}@media(max-width:360px){.quickview-modal-qvm{padding:.25rem}.modal-content-qvm{max-width:98%}.quickview-content-qvm{padding:.75rem;gap:.75rem}.main-image-qvm{min-height:120px}.thumbnail-qvm{width:35px;height:35px}.product-title-qvm{font-size:1rem}.current-price-qvm .price-qvm,.pricing-normal-qvm .price-qvm{font-size:1.2rem}.product-actions-qvm{padding:.75rem;gap:.75rem}.btn-add-cart-qvm,.btn-buy-now-qvm{padding:.6rem .8rem;font-size:.8rem;min-height:40px}}
