.hero-section[data-type=type-1] {
    margin-top: 10px;
}

.ct-product-add-to-cart .woocommerce-variation-price > span > span  {
font-size: 130%;
}
form.variations_form table.variations {
    margin-bottom: 1em;
}

.woocommerce-product-details__short-description {
font-size: 85%;
}

#tab-description .entry-content  {
font-size: 85%;
}
#tab-description h2 {
font-family: "Dancing Script", Sans-serif;
    font-size: 2rem;
}
@media only screen and (max-width: 1024px) { 
    #tab-description h2 {
    font-size: 1.55rem;
}
                                            }

.brand-logo.alignright {
    float: right;
    margin-left: 20px;
    /* Ajustez la marge comme nécessaire */
}

.brand-logo.alignright img {
    max-width: 100px;
    /* Ajustez la largeur comme nécessaire */
}

.pph-lowest-price {
    font-size: 1rem;
    font-style: italic;
    font-color: var(--theme-palette-color-3)!important;
    }


.ct-floating-bar-item-title .pph-lowest-price {
    display: none;
        }

/* ICON MARQUE Positionne l’élément de marque à droite sur desktop */
.ct-product-brands-single {
    float: right;
    margin: 0 0 20px 20px;
}