.elementor-products-carousel-soledis__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1rem;
    flex-wrap: wrap;
}

.elementor-products-carousel-soledis__filters {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.elementor-products-carousel-soledis__filters > a {
    color: black;
    border: 1px solid black;
    font-weight: 500;
    padding: 0.3rem 1rem;
    font-size: .9rem;
    line-height: 1rem;
    border-radius: 20px;
    display: inline-block;
    text-align: center;
    margin: 0 0 10px 10px;
}

.elementor-products-carousel-soledis__filters > a.selected,
.elementor-products-carousel-soledis__filters > a:hover {
    background-color: black;
    color: white;
}

.elementor-products-carousel-soledis__carousel {
    animation: fade-in 0.3s ease;
}