.elementor-widget-woocommerce-product-title .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-51 .elementor-element.elementor-element-7ee09ba .elementor-heading-title{font-family:"Montserrat", Sans-serif;font-weight:700;color:#000B36;}.woocommerce .elementor-widget-woocommerce-product-price .price{color:var( --e-global-color-primary );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-51 .elementor-element.elementor-element-e43c1de{border-style:solid;border-color:#D8570052;}.woocommerce .elementor-51 .elementor-element.elementor-element-e43c1de .price{color:#000000;}.woocommerce .elementor-51 .elementor-element.elementor-element-e43c1de .price ins{font-family:"Montserrat Alternates", Sans-serif;font-weight:bold;font-style:italic;}.elementor-51 .elementor-element.elementor-element-85f518e{border-style:none;}.elementor-51 .elementor-element.elementor-element-adc80d4{--display:flex;}@media(max-width:1024px){.elementor-51 .elementor-element.elementor-element-e43c1de{text-align:center;}body:not(.rtl) .elementor-51 .elementor-element.elementor-element-e43c1de:not(.elementor-product-price-block-yes) del{margin-right:5px;}body.rtl .elementor-51 .elementor-element.elementor-element-e43c1de:not(.elementor-product-price-block-yes) del{margin-left:5px;}.elementor-51 .elementor-element.elementor-element-e43c1de.elementor-product-price-block-yes del{margin-bottom:5px;}}@media(max-width:767px){.elementor-51 .elementor-element.elementor-element-e43c1de{margin:1px 1px calc(var(--kit-widget-spacing, 0px) + 1px) 1px;padding:2px 2px 2px 2px;border-width:1px 1px 1px 1px;border-radius:2px 2px 2px 2px;}.woocommerce .elementor-51 .elementor-element.elementor-element-e43c1de .price ins{font-size:26px;}body:not(.rtl) .elementor-51 .elementor-element.elementor-element-e43c1de:not(.elementor-product-price-block-yes) del{margin-right:5px;}body.rtl .elementor-51 .elementor-element.elementor-element-e43c1de:not(.elementor-product-price-block-yes) del{margin-left:5px;}.elementor-51 .elementor-element.elementor-element-e43c1de.elementor-product-price-block-yes del{margin-bottom:5px;}.elementor-51 .elementor-element.elementor-element-f897746{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;text-align:justify;}.elementor-51 .elementor-element.elementor-element-f897746.elementor-element{--align-self:center;--flex-grow:0;--flex-shrink:1;}}/* Start custom CSS for woocommerce-product-images, class: .elementor-element-af41f15 *//* ==========================================================================
   CUSTOM CSS ULTRA-PRO POUR TITRE PRODUIT & IMAGE PRODUIT WOOCOMMERCE
   ========================================================================== */

/* --------------------------------------------------------------------------
   1. STYLISATION DU TITRE PRODUIT (PRODUCT TITLE)
   -------------------------------------------------------------------------- */
.product_title,
.entry-title,
.elementor-widget-woocommerce-product-title .elementor-heading-title,
.elementor-widget-woocommerce-product-title h1 {
    font-family: 'Outfit', 'Plus Jakarta Sans', sans-serif !important;
    font-size: 2.25rem !important; /* 36px en desktop */
    line-height: 1.2 !important;
    font-weight: 900 !important;
    color: #0f172a !important; /* Slate 900 ultra-pro */
    letter-spacing: -0.025em !important;
    margin-top: 0.25rem !important;
    margin-bottom: 1rem !important;
}

/* Version responsive sur écran smartphone */
@media (max-width: 640px) {
    .product_title,
    .entry-title,
    .elementor-widget-woocommerce-product-title .elementor-heading-title {
        font-size: 1.75rem !important; /* 28px sur mobile */
    }
}


/* --------------------------------------------------------------------------
   2. STYLISATION DE L'IMAGE ET GALERIE PRODUIT (PRODUCT IMAGE)
   -------------------------------------------------------------------------- */
.woocommerce-product-gallery,
.woocommerce-product-gallery__wrapper,
.elementor-widget-woocommerce-product-images .woocommerce-product-gallery__image,
.elementor-widget-woocommerce-product-images img {
    border-radius: 1.5rem !important; /* 24px coins arrondis */
    border: 1px solid #ffedd5 !important; /* Bordure orange douce */
    box-shadow: 0 20px 40px -15px rgba(255, 107, 0, 0.15), 0 10px 25px -5px rgba(0, 0, 0, 0.05) !important;
    overflow: hidden !important;
    transition: transform 0.4s ease-in-out, box-shadow 0.4s ease-in-out !important;
    background-color: #ffffff !important;
}

/* Effet Zoom 3D au survol de la souris (Hover) */
.elementor-widget-woocommerce-product-images:hover img,
.woocommerce-product-gallery__image:hover img {
    transform: scale(1.03) !important;
    box-shadow: 0 25px 50px -12px rgba(255, 107, 0, 0.25) !important;
}

/* Vignettes de la galerie (Thumbnails) */
.flex-control-thumbs img {
    border-radius: 0.75rem !important;
    border: 2px solid transparent !important;
    transition: all 0.3s ease !important;
}

.flex-control-thumbs img.flex-active,
.flex-control-thumbs img:hover {
    border-color: #ff6b00 !important; /* Bordure orange active */
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-85f518e *//* ==========================================================================
   CUSTOM CSS PARFAITEMENT HARMONISÉ POUR LE PRIX PRODUIT WOOCOMMERCE
   (WIDGET PRODUCT PRICE ELEMENTOR)
   ========================================================================== */

/* 1. Conteneur Global du Prix WooCommerce */
.elementor-widget-woocommerce-product-price,
.elementor-widget-woocommerce-product-price .price,
.single-product p.price {
    display: flex !important;
    align-items: baseline !important;
    gap: 12px !important;
    font-family: 'Outfit', 'Plus Jakarta Sans', sans-serif !important;
    margin-top: 0.5rem !important;
    margin-bottom: 1.25rem !important;
}

/* 2. Ancien Prix (Prix d'origine barré - del) */
.elementor-widget-woocommerce-product-price del,
.elementor-widget-woocommerce-product-price del .woocommerce-Price-amount,
.single-product p.price del,
.single-product p.price del .woocommerce-Price-amount {
    font-size: 1.15rem !important;
    color: #94a3b8 !important; /* Slate 400 */
    text-decoration: line-through !important;
    font-weight: 600 !important;
    opacity: 0.8 !important;
}

/* 3. Nouveau Prix Promo Lumineux (Prix Actuel - ins / amount) */
.elementor-widget-woocommerce-product-price ins,
.elementor-widget-woocommerce-product-price ins .woocommerce-Price-amount,
.elementor-widget-woocommerce-product-price .price > .woocommerce-Price-amount,
.single-product p.price ins,
.single-product p.price ins .woocommerce-Price-amount {
    font-size: 2.25rem !important; /* 36px - Identique à la force du Titre */
    line-height: 1 !important;
    font-weight: 900 !important;
    background: linear-gradient(135deg, #ff6b00 0%, #f97316 50%, #ea580c 100%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    text-shadow: 0 4px 20px rgba(255, 107, 0, 0.25) !important;
    text-decoration: none !important;
}

/* 4. Symbole de la Devise (FCFA) */
.woocommerce-Price-currencySymbol {
    font-size: 1.15rem !important;
    font-weight: 800 !important;
    color: #ff6b00 !important;
    -webkit-text-fill-color: #ff6b00 !important;
    margin-left: 4px !important;
}/* End custom CSS */