.product-comparison{padding:60px 0;background-color:#f9fafb;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif}.product-comparison .container{max-width:1200px;margin:0 auto;padding:0 20px}.comparison-header{text-align:center;margin-bottom:40px}.comparison-title{font-size:32px;font-weight:600;color:#1f2937;margin-bottom:8px}.comparison-subtitle{font-size:16px;color:#6b7280;max-width:600px;margin:0 auto}.comparison-container{background:#fff;border-radius:12px;box-shadow:0 1px 3px #0000001a;overflow:hidden}.comparison-selection{padding:32px;border-bottom:1px solid #e5e7eb}.selection-header{margin-bottom:24px}.selection-title{font-size:20px;font-weight:600;color:#1f2937;margin-bottom:8px}.selection-description{font-size:14px;color:#6b7280}.product-selection-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:16px;margin-bottom:24px}.product-selection-item{display:flex;flex-direction:column;align-items:center;padding:16px;border:2px solid #e5e7eb;border-radius:8px;background:#fff;transition:all .2s ease;cursor:pointer;position:relative}.product-selection-item:hover{border-color:#d1d5db;transform:translateY(-2px)}.product-selection-item.active{border-color:#3b82f6;background-color:#f0f9ff}.product-selection-item.selected{border-color:#10b981;background-color:#f0fdf4}.product-checkbox{position:absolute;top:12px;right:12px}.product-checkbox input[type=checkbox]{display:none}.product-checkbox label{display:block;width:20px;height:20px;border:2px solid #d1d5db;border-radius:4px;cursor:pointer;position:relative;transition:all .2s ease}.product-checkbox input[type=checkbox]:checked+label{background-color:#10b981;border-color:#10b981}.product-checkbox input[type=checkbox]:checked+label:after{content:"";position:absolute;top:4px;left:4px;width:10px;height:5px;border-left:2px solid white;border-bottom:2px solid white;transform:rotate(-45deg)}.product-thumbnail{margin-bottom:12px}.thumbnail-image{width:120px;height:120px;display:flex;align-items:center;justify-content:center;border-radius:8px;overflow:hidden;background:#f9fafb}.thumbnail-image img{max-width:100%;max-height:100%;object-fit:contain}.product-info{text-align:center;width:100%}.product-title{font-size:14px;font-weight:500;color:#1f2937;margin-bottom:8px;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-price{font-size:16px;font-weight:600;color:#3b82f6;margin-bottom:4px}.current-badge{display:inline-block;padding:2px 8px;background-color:#3b82f6;color:#fff;border-radius:12px;font-size:12px;font-weight:500;margin-top:4px}.selection-actions{display:flex;justify-content:flex-end;gap:12px}.btn{padding:10px 20px;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;border:none;transition:all .2s ease}.btn-primary{background-color:#3b82f6;color:#fff}.btn-primary:hover:not(:disabled){background-color:#2563eb}.btn-primary:disabled{background-color:#93c5fd;cursor:not-allowed}.btn-secondary{background-color:#f3f4f6;color:#374151}.btn-secondary:hover{background-color:#e5e7eb}.btn-text{background:none;border:none;color:#6b7280;font-size:14px;cursor:pointer;padding:8px 12px;border-radius:4px}.btn-text:hover{background-color:#f3f4f6;color:#374151}.comparison-results{display:none;padding:32px}.results-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.results-title{font-size:20px;font-weight:600;color:#1f2937}.comparison-table-wrapper{overflow-x:auto;border-radius:8px;border:1px solid #e5e7eb}.comparison-table{width:100%;min-width:800px;border-collapse:collapse}.comparison-table th,.comparison-table td{padding:16px;text-align:left;border-bottom:1px solid #e5e7eb}.comparison-table thead th{background-color:#f9fafb;font-weight:600;color:#374151;border-bottom:2px solid #e5e7eb}.parameter-column{min-width:150px;background-color:#f9fafb;font-weight:600}.product-column{min-width:220px}.comparison-product-header{display:flex;gap:12px}.comparison-product-image{width:80px;height:80px;flex-shrink:0;border-radius:6px;overflow:hidden;background:#f9fafb}.comparison-product-image img{width:100%;height:100%;object-fit:cover}.comparison-product-info{flex:1;min-width:0}.comparison-product-title{font-size:14px;font-weight:600;color:#1f2937;margin-bottom:4px;line-height:1.4}.comparison-product-price{font-size:16px;font-weight:600;color:#3b82f6;margin-bottom:8px}.comparison-product-link{font-size:12px;color:#6b7280;text-decoration:none}.comparison-product-link:hover{color:#3b82f6;text-decoration:underline}.parameter-name{font-weight:500;color:#4b5563;background-color:#f9fafb}.parameter-value{color:#1f2937}.parameter-value.in-stock{color:#10b981;font-weight:500}.parameter-value.out-of-stock{color:#ef4444;font-weight:500}.parameter-value.not-available{color:#9ca3af;font-style:italic}.loading-cell,.error-cell{text-align:center;padding:40px!important;color:#6b7280}.error-cell{color:#ef4444}.comparison-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 32px;text-align:center}.empty-icon{color:#d1d5db;margin-bottom:16px}.empty-title{font-size:18px;font-weight:600;color:#1f2937;margin-bottom:8px}.empty-description{font-size:14px;color:#6b7280;max-width:400px}.comparison-no-products{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 32px;text-align:center;background:#fff;border-radius:12px;box-shadow:0 1px 3px #0000001a}.no-products-icon{color:#d1d5db;margin-bottom:16px}.no-products-title{font-size:18px;font-weight:600;color:#1f2937;margin-bottom:8px}.no-products-description{font-size:14px;color:#6b7280;max-width:400px}@media (max-width: 768px){.product-comparison{padding:40px 0}.comparison-title{font-size:24px}.comparison-selection,.comparison-results{padding:20px}.product-selection-grid{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:12px}.thumbnail-image{width:100px;height:100px}.selection-actions{flex-direction:column}.btn{width:100%}.results-header{flex-direction:column;align-items:flex-start;gap:12px}}
/*# sourceMappingURL=/cdn/shop/t/6/assets/component-product-comparison.css.map */
