/**
 * Template 896 price display styles
 * Source: <style id="trafic-template-896-price">
 * Condition: front page + product archives (pages with product listings)
 */

/* === Template 896 - Product card price (shortcode widget) === */

/* Price container: flex pour centrage vertical */
.elementor-896 .elementor-element-eb8ac44 .elementor-shortcode {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100%;
}

/* Price text: Fira Sans 26px bold blue */
.elementor-896 .elementor-element-eb8ac44 .trafic-price-value {
    font-family: 'Fira Sans', sans-serif;
    font-size: 26px;
    font-weight: 700;
    line-height: 1.1;
    color: #2B4678;
}
.elementor-896 .elementor-element-eb8ac44 .trafic-price-value .woocommerce-Price-amount {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
}
.elementor-896 .elementor-element-eb8ac44 .trafic-price-ht {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 140%;
}

/* "Sur devis" state */
.elementor-896 .elementor-element-eb8ac44 .trafic-sur-devis {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #242526;
    line-height: 140%;
    white-space: nowrap;
    display: flex;
    align-items: center;
    justify-content: center;
}
.elementor-896 .elementor-element-eb8ac44:has(.trafic-sur-devis) {
    padding: 2px 8px !important;
}

/* Variable product: "Des X EUR HT" */
.elementor-896 .elementor-element-eb8ac44 .trafic-price-variable {
    font-size: 20px;
}
.elementor-896 .elementor-element-eb8ac44 .trafic-price-des {
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    font-weight: 500;
    color: #242526;
}
.elementor-896 .elementor-element-eb8ac44 .trafic-price-variable .trafic-price-ht {
    font-size: 13px;
}