/*
 Theme Name: divi-child
 Theme URI: https://mrhbazhni.com
 Description: Child theme personnalisé pour MRHBAZHNI – Divi + WooCommerce.
 Author: MRHBAZHNI
 Author URI: https://mrhbazhni.com
 Template: Divi
 Version: 1.0.0
*/

/* ============================================= */
/* PALETTE DE COULEURS MRHBAZHNI                 */
/* ============================================= */
:root {
    --mw-blue-gray: #8D99AE;
    --mw-navy: #2B2D42;
    --mw-light-gray: #EDF2F4;
    --mw-red: #EF233C;
    --mw-dark-red: #D90429;
    --mw-white: #FFFFFF;
    --mw-black: #000000;
}

/* ============================================= */
/* TYPOGRAPHIE                                   */
/* ============================================= */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Playfair Display', serif;
    color: var(--mw-navy);
    font-weight: 700;
}

body {
    font-family: 'Inter', sans-serif;
    color: var(--mw-navy);
    background-color: var(--mw-white);
    line-height: 1.6;
}

/* ============================================= */
/* HERO SECTION PRODUCT PAGE                      */
/* ============================================= */
.mw-hero-title h1 {
    font-size: 54px !important;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 10px;
}

.mw-hero-category {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--mw-blue-gray);
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 25px;
}

.mw-hero-category::before {
    content: "📍";
    font-size: 20px;
    line-height: 1;
}

/* Badges */
.mw-hero-badges {
    display: flex;
    gap: 12px;
}

.mw-badge {
    background: var(--mw-light-gray);
    padding: 8px 18px;
    border-radius: 14px;
    border: 1px solid #d3d7dd;
    font-size: 15px;
    font-weight: 600;
    color: var(--mw-navy);
    display: inline-block;
}

/* ============================================= */
/* FIN DU STYLE.CSS                              */
/* ============================================= */


.mw-box-title {
    font-family: 'Playfair Display', serif;
    font-size: 28px;
    font-weight: 700;
    color: #2B2D42;
    margin-bottom: 20px;
}

.mw-contact-item {
    display: flex;
    align-items: center;
    font-size: 18px;
    color: #2B2D42;
    margin-bottom: 14px;
    gap: 12px;
}

.mw-icon {
    font-size: 22px;
    color: #D90429;
    display: flex;
    align-items: center;
    justify-content: center;
    background: white;
    border-radius: 10px;
    width: 36px;
    height: 36px;
    box-shadow: 0 3px 8px rgba(0,0,0,0.08);
}

.mw-question-icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #F8F9FA;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 28px;
    color: #D90429;
    margin: 0 auto 20px;
}

.mw-box-text {
    color: #8D99AE;
    font-size: 17px;
    line-height: 1.5;
    margin-bottom: 26px;
}

.mw-question-btn {
    display: inline-block;
    padding: 12px 24px;
    color: white !important;
    font-size: 16px;
    font-weight: 600;
    border-radius: 8px;
    background: linear-gradient(135deg, #EF233C, #D90429);
    box-shadow: 0 6px 14px rgba(217, 4, 41, 0.3);
    transition: 0.2s ease-in-out;
}

.mw-question-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 24px rgba(217, 4, 41, 0.35);
}
