        body { background-color: #f8f9fa; }
        .card-img-top { width: 100%; height: 180px; object-fit: cover; display: block; }
        .card-body { flex: 1 1 auto; overflow: hidden; }
        .card-title { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
        .list-group-item { border: none; padding-left: 0; }
        .list-group-item input { margin-right: 8px; }
        .price-old { text-decoration: line-through; color: gray; font-size: 0.9rem; }
        .price-new { font-weight: bold; color: #28a745; font-size: 1rem; }
        .price-saving { font-size: 0.85rem; color: #198754; }
        .card .badge { font-size: 0.75rem; padding: 0.35em 0.5em; border-radius: 0.25rem; z-index: 10; }
        .mobile-filters .form-select, .mobile-filters .form-control { margin-bottom: 8px; }