.featured-products {
    display: grid !important;
    gap: 20px;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)) !important;
}
.wc-top-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.wc-ordering {
    display: flex;
    align-items: center;
}

.wc-ordering label {
    margin-right: 10px;
}

.wc-result-count {
    font-weight: bold;
}

.nice-select {
    cursor: grab !important;
    width: max-content !important;
    
}
.wc-result-count {
    font-size: 20px;
    font-family: 'Montserrat';
    color: #0d6a36;
}

@media (max-width: 768px) {
    .wc-top-bar {
        flex-direction: column;
        align-items: flex-start;
    }

    .wc-ordering {
        margin-top: 10px;
        width: 100%;
    }

    .wc-ordering label, .wc-ordering select {
        width: 100%;
    }
}
