.compare-page{background-color:#f8f9fa;max-width:1400px;min-height:100vh;margin:0 auto;padding:2rem}.compare-header{text-align:center;margin-bottom:3rem}.back-btn{color:#fff;cursor:pointer;background-color:#003a70;border:none;border-radius:8px;margin-bottom:1.5rem;padding:.75rem 1.5rem;font-size:.95rem;font-weight:600;transition:all .3s}.back-btn:hover{background-color:#002850;transform:translate(-3px)}.compare-header h1{color:#1a1a1a;margin-bottom:.5rem;font-size:2.5rem}.compare-subtitle{color:#666;font-size:1.1rem}.selected-products-section{background:#fff;border-radius:16px;margin-bottom:3rem;padding:2rem;box-shadow:0 4px 20px #00000014}.section-header{justify-content:space-between;align-items:center;margin-bottom:2rem;display:flex}.section-header h2{color:#1a1a1a;margin:0;font-size:1.8rem}.clear-all-btn{color:#fff;cursor:pointer;background-color:#dc3545;border:none;border-radius:8px;padding:.6rem 1.2rem;font-size:.9rem;font-weight:600;transition:all .3s}.clear-all-btn:hover{background-color:#c82333;transform:translateY(-2px)}.selected-products-grid{grid-template-columns:repeat(4,1fr);gap:1.5rem;margin-bottom:2rem;display:grid}.selected-product-card{background:#f8f9fa;border:2px solid #e0e0e0;border-radius:12px;padding:1rem;transition:all .3s;position:relative}.selected-product-card:hover{border-color:#003a70;box-shadow:0 4px 12px #003a7026}.remove-product-btn{color:#fff;cursor:pointer;z-index:2;background-color:#dc3545;border:none;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;font-size:1.3rem;line-height:1;transition:all .3s;display:flex;position:absolute;top:.5rem;right:.5rem}.remove-product-btn:hover{background-color:#c82333;transform:scale(1.1)}.selected-product-image{background:#fff;border-radius:8px;justify-content:center;align-items:center;width:100%;height:150px;margin-bottom:1rem;display:flex;overflow:hidden}.selected-product-image img{object-fit:cover;width:100%;height:100%}.selected-product-info h4{color:#333;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;min-height:40px;margin-bottom:.5rem;font-size:.95rem;display:-webkit-box;overflow:hidden}.selected-product-price{align-items:center;gap:.5rem;display:flex}.selected-product-price .price{color:#003a70;font-size:1.2rem;font-weight:700}.selected-product-price .original-price{color:#999;font-size:.9rem;text-decoration:line-through}.empty-product-slot{background:#f8f9fa;border:2px dashed #ccc;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;min-height:250px;padding:1rem;transition:all .3s;display:flex}.empty-product-slot:hover{background:#f0f7ff;border-color:#003a70}.empty-slot-icon{color:#ccc;margin-bottom:.5rem;font-size:3rem}.empty-product-slot p{color:#999;font-size:.95rem;font-weight:600}.compare-btn-main{color:#fff;cursor:pointer;background:linear-gradient(135deg,#003a70 0%,#002850 100%);border:none;border-radius:12px;width:100%;padding:1.2rem 2rem;font-size:1.1rem;font-weight:700;transition:all .3s;box-shadow:0 4px 15px #003a704d}.compare-btn-main:hover{transform:translateY(-3px);box-shadow:0 6px 20px #003a7066}.available-products-section{background:#fff;border-radius:16px;margin-bottom:3rem;padding:2rem;box-shadow:0 4px 20px #00000014}.available-products-section h2{color:#1a1a1a;margin-bottom:2rem;font-size:1.8rem}.available-products-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem;display:grid}.available-product-card{background:#fff;border:1px solid #e0e0e0;border-radius:12px;transition:all .3s;overflow:hidden;box-shadow:0 2px 8px #0000000d}.available-product-card:hover{transform:translateY(-5px);box-shadow:0 8px 20px #0000001f}.available-product-image{background:#f5f5f5;width:100%;height:200px;position:relative;overflow:hidden}.available-product-image img{object-fit:cover;width:100%;height:100%;transition:transform .3s}.available-product-card:hover .available-product-image img{transform:scale(1.1)}.discount-badge-compare{color:#fff;background-color:#e91e63;border-radius:20px;padding:.4rem .8rem;font-size:.85rem;font-weight:700;position:absolute;top:.75rem;left:.75rem;box-shadow:0 2px 8px #e91e634d}.available-product-info{padding:1.25rem}.available-product-info h4{color:#333;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;min-height:45px;margin-bottom:.75rem;font-size:1rem;display:-webkit-box;overflow:hidden}.available-product-rating{align-items:center;gap:.5rem;margin-bottom:.75rem;display:flex}.available-product-rating .stars{color:#ffc107;font-size:.9rem}.available-product-rating .rating-text{color:#666;font-size:.85rem}.available-product-price{align-items:center;gap:.5rem;margin-bottom:1rem;display:flex}.available-product-price .price{color:#003a70;font-size:1.3rem;font-weight:700}.available-product-price .original-price{color:#999;font-size:.95rem;text-decoration:line-through}.add-to-compare-btn{color:#fff;cursor:pointer;background-color:#003a70;border:none;border-radius:8px;width:100%;padding:.85rem 1rem;font-size:.95rem;font-weight:600;transition:all .3s}.add-to-compare-btn:hover:not(:disabled){background-color:#002850;transform:translateY(-2px)}.add-to-compare-btn:disabled{cursor:not-allowed;background-color:#ccc}.comparison-table-section{background:#fff;border-radius:16px;padding:2rem;box-shadow:0 4px 20px #00000014}.comparison-header{justify-content:space-between;align-items:center;margin-bottom:2rem;display:flex}.comparison-header h2{color:#1a1a1a;margin:0;font-size:1.8rem}.edit-selection-btn{color:#fff;cursor:pointer;background-color:#6c757d;border:none;border-radius:8px;padding:.6rem 1.2rem;font-size:.9rem;font-weight:600;transition:all .3s}.edit-selection-btn:hover{background-color:#5a6268;transform:translateY(-2px)}.comparison-table-wrapper{border-radius:12px;overflow-x:auto;box-shadow:0 2px 10px #0000000d}.comparison-table{border-collapse:collapse;background:#fff;width:100%}.comparison-table thead{color:#fff;background:linear-gradient(135deg,#003a70 0%,#002850 100%)}.comparison-table th{text-align:center;border:1px solid #dee2e6;padding:1.5rem 1rem;font-weight:600}.comparison-table th.feature-column{text-align:left;background:#002850;min-width:180px}.comparison-table th.product-column{min-width:250px}.product-header-cell{flex-direction:column;align-items:center;gap:.75rem;display:flex}.product-header-cell img{object-fit:cover;border:2px solid #fff;border-radius:8px;width:80px;height:80px}.product-header-cell h4{text-align:center;margin:0;font-size:.95rem;line-height:1.3}.product-header-price{align-items:center;gap:.5rem;display:flex}.product-header-price .price{font-size:1.2rem;font-weight:700}.product-header-price .discount{background-color:#e91e63;border-radius:12px;padding:.25rem .6rem;font-size:.75rem}.comparison-table tbody tr{transition:background-color .2s}.comparison-table tbody tr:hover{background-color:#f8f9fa}.comparison-table td{text-align:center;vertical-align:middle;border:1px solid #dee2e6;padding:1rem}.comparison-table td.feature-label{text-align:left;color:#333;background-color:#f8f9fa;font-weight:600}.section-header-row td{color:#003a70;font-weight:700;text-align:left!important;background-color:#e9ecef!important;padding:1rem!important}.price-cell{flex-direction:column;align-items:center;gap:.25rem;display:flex}.price-cell .current-price{color:#003a70;font-size:1.3rem;font-weight:700}.price-cell .old-price{color:#999;font-size:.9rem;text-decoration:line-through}.discount-cell{color:#fff;background-color:#e91e63;border-radius:20px;padding:.4rem .8rem;font-weight:700;display:inline-block}.rating-cell{flex-direction:column;align-items:center;gap:.25rem;display:flex}.rating-cell .stars{color:#ffc107;font-size:1rem}.rating-cell .rating-value{color:#666;font-size:.85rem;font-weight:600}.stock-status{border-radius:6px;padding:.4rem .8rem;font-weight:600;display:inline-block}.stock-status.in-stock{color:#155724;background-color:#d4edda}.stock-status.out-stock{color:#721c24;background-color:#f8d7da}.action-buttons{flex-direction:column;gap:.5rem;display:flex}.add-to-cart-btn-compare,.buy-now-btn-compare{cursor:pointer;border:none;border-radius:6px;padding:.6rem 1rem;font-size:.85rem;font-weight:600;transition:all .3s}.add-to-cart-btn-compare{color:#003a70;background-color:#fff;border:2px solid #003a70}.add-to-cart-btn-compare:hover{color:#fff;background-color:#003a70}.buy-now-btn-compare{color:#fff;background-color:#35b6b4}.buy-now-btn-compare:hover{background-color:#2a9290}@media (max-width:1200px){.selected-products-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.compare-page{padding:1rem .5rem}.compare-header h1{font-size:1.8rem}.compare-subtitle{font-size:.9rem}.selected-products-section,.available-products-section,.comparison-table-section{border-radius:12px;padding:1rem}.section-header{flex-direction:column;align-items:flex-start;gap:.5rem;margin-bottom:1rem}.section-header h2,.available-products-section h2,.comparison-header h2{margin-bottom:1rem;font-size:1.3rem}.selected-products-grid{scroll-behavior:smooth;-webkit-overflow-scrolling:touch;gap:.75rem;margin-bottom:1rem;padding-bottom:.5rem;display:flex;overflow-x:auto}.selected-product-card{width:140px;min-width:140px;padding:.75rem}.selected-product-image{height:100px}.selected-product-info h4{min-height:34px;margin-bottom:.25rem;font-size:.8rem}.selected-product-price .price{font-size:.95rem}.selected-product-price .original-price{font-size:.75rem}.empty-product-slot{justify-content:center;align-items:center;min-width:140px;min-height:180px;display:flex}.empty-slot-icon{font-size:2rem}.available-products-grid{scroll-behavior:smooth;-webkit-overflow-scrolling:touch;gap:.75rem;padding-bottom:.5rem;display:flex;overflow-x:auto}.available-product-card{width:160px;min-width:160px}.available-product-image{height:140px}.available-product-info{padding:.75rem}.available-product-info h4{min-height:36px;font-size:.85rem}.available-product-rating .stars{font-size:.75rem}.available-product-rating .rating-text{font-size:.7rem}.available-product-price .price{font-size:1rem}.add-to-compare-btn{padding:.5rem;font-size:.8rem}.comparison-table th.feature-column{z-index:10;min-width:120px;position:sticky;left:0}.comparison-table th.product-column{min-width:160px}.product-header-cell img{width:50px;height:50px}.product-header-cell h4{font-size:.8rem}}@media (max-width:480px){.compare-header h1{font-size:1.6rem}.back-btn{padding:.6rem 1.2rem;font-size:.85rem}.section-header h2,.available-products-section h2,.comparison-header h2{font-size:1.4rem}.comparison-table td,.comparison-table th{padding:.75rem .5rem;font-size:.85rem}}.compare-search-modal-overlay{z-index:1000;background:#00000080;justify-content:center;align-items:center;width:100%;height:100%;padding:1rem;display:flex;position:fixed;top:0;left:0}.compare-search-modal{background:#fff;border-radius:12px;flex-direction:column;width:100%;max-width:500px;max-height:80vh;display:flex;box-shadow:0 10px 30px #0003}.compare-search-header-m{border-bottom:1px solid #eee;justify-content:space-between;align-items:center;padding:1rem 1.5rem;display:flex}.compare-search-header-m h3{color:#333;margin:0;font-size:1.2rem}.close-btn-m{cursor:pointer;color:#666;background:0 0;border:none;font-size:1.5rem}.close-btn-m:hover{color:#dc3545}.compare-search-input-container{border-bottom:1px solid #eee;padding:1rem 1.5rem}.compare-search-input{border:1px solid #ccc;border-radius:8px;outline:none;width:100%;padding:.8rem 1rem;font-size:1rem}.compare-search-input:focus{border-color:#003a70}.compare-search-results{flex:1;padding:0;overflow-y:auto}.search-result-item{cursor:pointer;border-bottom:1px solid #f5f5f5;align-items:center;gap:1rem;padding:1rem 1.5rem;transition:background .2s;display:flex}.search-result-item:hover{background:#f8f9fa}.result-img{background:#f0f0f0;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:50px;height:50px;display:flex;overflow:hidden}.result-img img{object-fit:cover;width:100%;height:100%}.no-img-icon{font-size:1.5rem}.search-loading,.no-results,.search-prompts{text-align:center;color:#666;padding:2rem}.search-slot-btn{cursor:pointer}
