.adelya__classification {
    height: 4rem !important; /* Surcharge le style woocommerce */
    max-width: none !important;  /* Surcharge le style woocommerce */
}

img.adelya__classification {
    display: block;
}

.adelya__classifications {
    display: flex;
    flex-direction: row;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.adelya__classifications .adelya__classifications__item:not(:first-child) {
    margin-left: 1rem;
}