/* Gestion des icône de la descrition courte des produits */
#prod-summary .fa-gem:after {
    content: "pièce unique";
}
#prod-summary .fa-paint-brush:after {
    content: "peint à la main";
}
#prod-summary .fa-archway:after {
    content: "fabrication française";
}
#prod-summary .fa-hourglass-half:after {
    content: "collection limitée";
}
#prod-summary .fas.fa-star:after {
    content: "feuille d'or 23,75 carats";
}
#prod-summary .far.fa-star.argent:after {
    content: "chaîne en argent 925ème";
}
#prod-summary .far.fa-star.mixte:after {
    content: "chaîne en argent ou acier";
}
#prod-summary .far.fa-star.acier:after {
    content: "chaîne en acier inoxydable";
}
#prod-summary .fa-compress-alt:after {
    content: "ajustable";
}
#prod-summary .fa-exchange-alt:after {
    content: "échange possible";
}
#prod-summary .fa-gift:after {
    content: "emballage cadeaux possible";
}
#prod-summary .fas.fa-asterisk:after {
    content: "stock presque épuisé";
}

#prod-summary i {
    display: flex;
    align-items: center;
    margin-right: 1.9em;
    margin-bottom: 1.1em;
    font-size: 1.1em;
}
#prod-summary i:after {
    font-family: 'Work Sans';
    font-weight: normal;
    font-size: 0.9em;
}
#prod-summary i:before {
    padding-right: 0.6em
}
#prod-summary {
    display: flex;
    flex-wrap: wrap;
}
/* Colorisation check-out */
.validated-bloc p.sc-h2,
.checkout-validation .button,
.checkout-validation .sc-delivery-thead-tr {
    background: var(--violet-fonce) !important;
}
/* Masque la marque "Lily Kyann" sous le nom du produit et le powered Wizishop */
.prod-details__brand, .powered {
    display: none;
} 
/* Couleur du pied de page */
.footer {
    background: var(--violet-fonce);
}
/* Titres pages produits */
.prod-infos h2 {
    color: #80388a;
    background: #f3f3f3;
    text-align: center;
    margin-top: 2.6em !important;
    margin-bottom: 2.3em !important;
    padding: 0.3em 0.6em;
    border-radius: 1em;
    font-weight: 100;
    text-transform: uppercase;
}
.prod-infos h3 {
    color: #b569c7;
    text-align: center;
    margin-top: 2.7em !important;
}
.wizi-imgtxt--reverse .wizi-imgtxt__left,
.wizi-imgtxt--reverse .wizi-imgtxt__right {
    padding: 50px;
}
:root {
    --violet-fonce: #582462;
}
}