
.no-products-container {
    text-align: center;
    padding: 100px 20px;
    background: white;
    border-radius: 24px;
    border: 1px dashed #e2e8f0;
    margin-top: 2rem;
}
.no-products-icon-wrapper {
    background: #f8fafc;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 2rem;
}
.no-products-icon-wrapper i {
    width: 40px;
    height: 40px;
    color: #cbd5e1;
}
.no-products-title {
    font-family: 'Playfair Display', serif;
    font-size: 2rem;
    color: var(--royal-dark);
    margin-bottom: 1rem;
}
.no-products-desc {
    color: var(--royal-gray);
    max-width: 400px;
    margin: 0 auto 2rem;
}
.no-products-btn {
    padding: 1rem 2.5rem;
}


@media (max-width: 992px) {
    .catalog-layout {
        grid-template-columns: 1fr !important;
        gap: 0.75rem !important;
    }
    .catalog-sidebar {
        width: 100% !important;
        position: static !important;
        box-shadow: 0 4px 12px rgba(0,0,0,0.02) !important;
        border-radius: 16px !important;
        padding: 20px !important;
        background: #FFFFFF !important;
        border: 1px solid #EAE5D9 !important;
        margin-bottom: 0 !important;
    }
    .catalog-control-strip {
        padding: 1rem !important;
        background: #FFFFFF !important;
        border: 1px solid #EAE5D9 !important;
        border-radius: 16px !important;
        margin-bottom: 1.5rem !important;
    }
}

@media (max-width: 768px) {
    .catalog-control-strip {
        flex-direction: column !important;
        align-items: stretch !important;
        gap: 1rem !important;
    }
    .control-left, .control-right {
        flex: 1 !important;
        justify-content: space-between !important;
        width: 100% !important;
    }
    .sort-select-wrapper {
        width: 100% !important;
        justify-content: space-between !important;
    }
    .premium-select-clean {
        flex: 1 !important;
        max-width: none !important;
    }
    .brand-slider-row .slider-btn {
        display: none !important; 
    }
    .brand-section-title {
        font-size: 1.3rem !important;
    }
    .brand-row-wrapper {
        margin-bottom: 2rem !important;
    }
}

@media (max-width: 480px) {
    .catalog-section {
        padding-top: 1rem !important;
        padding-bottom: 60px !important;
    }
    .no-products-container {
        padding: 50px 16px !important;
    }
    .no-products-title {
        font-size: 1.5rem !important;
    }
}

