li.variationRadio.var-radio.row.relative {
    width: 33%;
    float: left;
}
/* Style pour afficher les caractéristiques en 3 colonnes avec un fond gris */
.prod-details__carac.prod-carac {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
    background-color: #f9f9f9;
    padding: 20px;
    border-radius: 8px;
}

.prod-details__carac.prod-carac ul {
    list-style: none;
    padding: 0;
    margin: 0;
    flex: 1;
    display: flex;
    flex-direction: row;
    gap: 10px;
}

.prod-details__carac.prod-carac li {
    display: flex;
    flex-direction: column;
    gap: 5px;
    font-size: 1rem;
    color: #333;
    text-align: center;
}

/* Style pour afficher les caractéristiques en 3 colonnes avec un fond gris */
.prod-details__carac.prod-carac {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 60px;
    background-color: #f9f9f9;
    padding: 20px;
    border-radius: 8px;
    max-width: inherit !important;!i;!;
}

.prod-details__carac.prod-carac ul {
    list-style: none;
    padding: 0;
    margin: 0;
    flex: 1;
    display: flex;
    flex-direction: row;
    gap: 3rem;
    justify-content: space-between;
}

.prod-details__carac.prod-carac li {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 1rem;
    color: #333;
    /* width: 100%; */
}

.prod-details__carac.prod-carac li span:first-child {
    font-weight: bold;
    display: block;
}

/* Icônes externes pour chaque caractéristique */
.prod-details__carac.prod-carac li:nth-child(1)::before {
    content: url("https://media.cdnws.com/_i/392941/84/2599/84/thau-refaction-time.png"); /* URL d'une icône sablier */
    width: 36px;
    height: 36px;
}

.prod-details__carac.prod-carac li:nth-child(2)::before {
    content: url("https://media.cdnws.com/_i/392941/83/1077/83/thau-refaction-thermo.png"); /* URL d'une icône thermomètre */
    width: 36px;
    height: 36px;
}

.prod-details__carac.prod-carac li:nth-child(3)::before {
    content: url("https://media.cdnws.com/_i/392941/82/3752/82/thau-refaction-dose.png"); /* URL d'une icône verre doseur */
    width: 36px;
    height: 36px;
}
.prod-carac__wrapper {
    min-width: 720px;
}
p.prod-carac__title {
    text-align: center;
    margin-bottom: 0;
    display: none;
}

/*NE PAS AFFICHER L'IMAGE DE LA VARIATION LORS DU CLIC*/
.gallery__primary__wrapper:has(.trigger-for-img-var-mob) .gallery__primary__slider {    display: initial;}
.trigger-for-img-var-mob {    display: none;}
/*.gallery__thumbnail.gallery__thumbnail--light.gallery__thumbnail--fixed.slick-initialized.slick-slider.slick-vertical {    display: none;}
.gallery__primary.gallery__primary--slider {    padding-left: 0;}*/
.slick-slide.slick-current.slick-active {    text-align: center;    margin: auto;}
@media (min-width: 1024px) {
    .prod-details__gallery {        width: 45%;        padding-right: 5px;    }
    .prod-details__shopping {        width: 55%;        padding-left: 3.75%;    }
    .prod-carac__desc, .prod-infos__desc {        margin-top: 0px;    }
}
a.prod-details__brand__img {
    position: relative;
    max-width: 210px;
}
@media (max-width: 719px) {
    p.prod-details__brand.prod-details__brand--img {    background: url(https://media.cdnws.com/_i/392941/RAW-38/3872/38/maquette1-ue-non-ue-quadri.jpeg);    height: 90px;
    background-size: contain;    background-repeat: no-repeat;    background-position: center;}
    p.prod-carac__title {      display: inherit !important;}
    .prod-details__carac.prod-carac ul {
    display: block;
}
}