/*
CTC Separate Stylesheet
Author: Tracool-Software
Version: 1.0.0
*/



#two-factor-options,
#webauthn-security-keys-section {
    background-color: lightgreen;
}



/* panier avec article offert */
.ligne-offert {
    background-color: #f9f9f9;
    border-left: 4px solid #28a745;
    opacity: 0.95;
}



.ligne-offert .woocommerce-cart-item-discount,
.ligne-offert .woocommerce-cart-item-savings,
.ligne-offert .wc-block-components-product-metadata,
.ligne-offert .wc-block-components-product-badge,
.ligne-offert .screen-reader-text,
.ligne-offert .wc-block-components-product-price__regular,

.ligne-offert button {
    display: none !important; /* Masque les économies */
}

.ligne-offert .wc-block-components-product-name:before {
    content: "🎁 ";
}