/* === COULEURS - Plus visible === */
.cart-summary-line {
    background: #E60023 !important;
    border-radius: 8px !important;
    padding: 12px 16px !important;
    margin-bottom: 10px !important;
    box-shadow: 0 2px 8px rgba(230, 0, 35, 0.25) !important;
}
.cart-summary-line .label {
    color: #FFFFFF !important;
    font-weight: 700 !important;
    font-size: 1rem !important;
    text-transform: uppercase !important;
}
.cart-summary-line .float-xs-right span {
    color: #FFFFFF !important;
    font-weight: 800 !important;
    font-size: 1.1rem !important;
    background: #00A86B !important;
    padding: 4px 12px !important;
    border-radius: 4px !important;
}

/* === CONDITIONS CGV - FORCE VISIBLE === */
body #conditions-to-approve li label.js-terms {
    color: #E60023 !important;
    font-weight: 700 !important;
    font-size: 0.95rem !important;
    text-decoration: underline !important;
    text-decoration-color: #E60023 !important;
}
body #conditions-to-approve li label.js-terms:hover {
    color: #B8001C !important;
}
body #conditions-to-approve li label.js-terms a {
    color: #E60023 !important;
    font-weight: 700 !important;
}

/* === CGV et label - FORCE ROUGE === */
#conditions-to-approve li label.js-terms,
#conditions-to-approve li label.js-terms a,
label[for=conditions_to_approve[terms-and-conditions]],
label[for=conditions_to_approve[terms-and-conditions]] a {
    color: #E60023 !important;
    font-weight: 700 !important;
    font-size: 0.95rem !important;
}
label[for=conditions_to_approve[terms-and-conditions]] a {
    text-decoration: underline !important;
}

/* Force ultimate */
#cta-terms-and-conditions-0,
a[href*='conditions-utilisation'],
a[href*='conditions'] {
    color: #E60023 !important;
    font-weight: 700 !important;
    text-decoration: underline !important;
}

/* === MASQUER LOGO EN DOUBLE DANS POPUP-WHITE === */
.box-top-header .center-top-header .logo { display: none !important; }
.box-top-header .center-top-header img[alt*="Mia Vape MG"] { display: none !important; }
.box-top-header .center-top-header > a { display: none !important; }
\n/* === CACHER BADGE RECAPTCHA GOOGLE === */\n.grecaptcha-badge { display: none !important; visibility: hidden !important; opacity: 0 !important; }\n.grecaptcha-logo { display: none !important; }\niframe[src*="recaptcha"] { display: none !important; visibility: hidden !important; }

/* === WHATSAPP CHAT THEME === */
/* Police WhatsApp - Segoe UI */
#chatbox, #chatbox * {
    font-family: 'Segoe UI', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
}

/* Annuler le font-weight bold impose par theme-basic */
#chatbox.theme-basic #chatbox-messages .response,
#chatbox.theme-basic #chatbox-messages .user {
    font-weight: 400 !important;
}

/* Fond beige WhatsApp */
#chatbox-messages {
    background-color: #e5ddd5 !important;
}

/* Bulle bot - fond blanc */
#chatbox-messages .response,
#chatbox-messages .message.chatbot {
    background-color: #ffffff !important;
    color: #000000 !important;
    border-radius: 8px !important;
    padding: 8px 12px !important;
    margin: 4px 60px 4px 8px !important;
    box-shadow: 0 1px 1px rgba(0,0,0,0.1) !important;
    border: none !important;
    border-top-left-radius: 2px !important;
}

/* Bulle user - fond vert WhatsApp */
#chatbox-messages .user {
    background-color: #dcf8c6 !important;
    color: #000000 !important;
    margin: 4px 8px 4px 60px !important;
    border-radius: 8px !important;
    padding: 8px 12px !important;
    box-shadow: 0 1px 1px rgba(0,0,0,0.1) !important;
    border: none !important;
    border-top-right-radius: 2px !important;
}

/* Header WhatsApp */
#chatbox-header {
    background-color: #075e54 !important;
    color: #ffffff !important;
}

/* Bouton envoi WhatsApp */
.chatbox-input button,
.mic-button,
#chatbox .send-button {
    background-color: #25D366 !important;
    color: #ffffff !important;
}

/* Titre header - pas bold */
.chatbox-header-title {
    font-weight: 500 !important;
}

/* Loading dots - normal weight */
.message.loading {
    font-weight: 400 !important;
}


/* === AVIS CLIENTS - REVIEW STARS === */
.rating-stars,
.product-list-reviews .grade-stars,
.product-comments .grade-stars,
.star-content,
.star-content .star,
.star-content .star-off,
.star-content .star-on {
    display: inline-block !important;
}
.star-content .star-on {
    color: #f39c12 !important;
}
.star-content .star-off {
    color: #ddd !important;
}
.star-content .star-on:before { content: "\u2605"; color: #f39c12; }
.star-content .star-off:before { content: "\u2605"; color: #ddd; }
.comment-row { border-bottom: 1px solid #eee; padding: 10px 0; }
.product-comment-date { color: #999; font-size: 12px; }

/* === NEWSLETTER === */
.block_newsletter { background: transparent !important; }
.block_newsletter .title { color: #ffffff !important; }
.block_newsletter input[type=email] {
    border: 1px solid #555 !important;
    background: #2d2d44 !important;
    color: #fff !important;
    max-width: 300px !important;
}
.block_newsletter button {
    background: #E60023 !important;
    border-color: #E60023 !important;
    color: #fff !important;
}

/* === MARQUES GRID === */
.vapeclub-brands-grid {
    display: flex; flex-wrap: wrap; justify-content: center;
    gap: 15px; padding: 20px 0;
}
.vapeclub-brand-item {
    background: #f5f5f5; border: 1px solid #e0e0e0;
    border-radius: 8px; padding: 15px 25px;
    text-align: center; font-weight: 600;
    font-size: 14px; color: #333;
    min-width: 120px; transition: all 0.3s ease;
}
.vapeclub-brand-item:hover {
    background: #E60023; color: #fff;
    border-color: #E60023; transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(230,0,35,0.3);
}

/* === STAFF PICKS === */
.staff-picks-section { margin: 40px 0; }
.staff-picks-section h2 {
    text-align: center; color: #E60023;
    font-weight: 700; margin-bottom: 30px;
    font-size: 28px; text-transform: uppercase;
}
.staff-picks-section h2:after {
    content: "";
    display: block; width: 80px; height: 3px;
    background: #E60023; margin: 10px auto 0;
}

/* === RESPONSIVE FOOTER === */
@media (max-width: 768px) {
    .footer-center .row > div { text-align: center; }
    .footer-center .row > div ul { padding: 0 !important; }
    .footer-center .row > div div[style*="flex"] { justify-content: center !important; }
}

/* === STICKY BANNER === */
#delivery-urgent-banner { position: -webkit-sticky; position: sticky; top: 0; z-index: 9999; }
