.renting .filter-sidebar {
    width: 240px;
    margin-right: 2rem;
    background: #1f2937;
    padding: 1rem;
    border-radius: 0.5rem;
    flex-shrink: 0;}

.renting .catalog-container {
    flex-wrap: wrap;
    flex-direction: row;
    align-items: flex-start;
    gap: 2rem;
}

.renting .offcanvas-body .filter-sidebar {
    display: block;
}

.renting .catalog-content {
    flex: 1;
}

.renting .product-card {
    background: #1f2937;
    border-radius: 0.5rem;
    padding: 1rem;
    text-align: center;
    height: 100%;
    border: 1px solid #22c55e;
}

.renting .product-card img {
    max-height: 150px;
    margin-bottom: 1rem;
}

.renting .filter-title {
    color: #22c55e;
    margin-top: 1rem;
}

.renting .form-check-label {
    color: white;
}

.renting .badge-new {
    background: #22c55e;
    color: #111827;
    font-size: 0.75rem;
    padding: 0.25rem 0.5rem;
    border-radius: 0.375rem;
}

@media (max-width: 1399px) {
    .renting .filter-sidebar {
        display: none;
    }
    
    .renting.filter-toggle {
        display: inline-block;
    }
}

@media (min-width: 1399px) {
    .filter-toggle {
        display: none;
    }
}