/**
* Theme Name:        avanam-toolband
* Theme URI:         https://templatemela.com/
* Template:          avanam
* Author:            TemplateMela
* Author URI:        #
* Description:       This is a child theme of Avanam, generated by TemplateMela.
* Version:           1.0.0
* License:           GNU General Public License v3.0 (or later)
* License URI:       https://www.gnu.org/licenses/gpl-3.0.html
* Text Domain:       avanam-toolband
* Requires at least: 6.2
* Tested up to:      6.6
* Requires PHP:      7.4
* Tags: translation-ready, two-columns, right-sidebar, left-sidebar, footer-widgets, blog, custom-logo, custom-background, custom-menu, rtl-language-support, editor-style, threaded-comments, custom-colors, featured-images, wide-blocks, full-width-template, theme-options, e-commerce
/* Forcer la couleur verte pour les prix normaux */
.price:not(del):not(ins) {
    color: #008000 !important; /* Vert pour prix normal */
}

/* Forcer la couleur rouge pour les prix promotionnels */
.price ins {
    color: #FF0000 !important; /* Rouge pour prix en promotion */
}

/* Forcer la couleur grise pour les prix barrés */
.price del {
    color: #AAAAAA !important; /* Gris pour prix barré */
    text-decoration: line-through !important;
}

