/* 1. SUPPRESSION TOTALE ET DÉFINITIVE DU BANDEAU BLANC */
/* On cible toutes les couches possibles du bloc d'adresse */
#hikashop_checkout_address_1_1, 
.hikashop_checkout_address_container,
.hikashop_checkout_address_container_billing,
.address_selection,
div[id^="hikashop_checkout_address_"] {
    background: transparent !important;
    background-color: transparent !important;
    background-image: none !important;
    border: 1px solid #444 !important;
    box-shadow: none !important;
}

/* 2. TEXTES EN BLANC (LIVRAISON & PAIEMENT) */
/* Cible précisément les zones entourées en rouge sur tes captures */
.hikashop_checkout_shipping_method_name,
.hikashop_checkout_payment_method_name,
#hikashop_checkout_shipping_methods label,
#hikashop_checkout_payment_methods label,
#hikashop_checkout_page label,
.hikashop_checkout_payment_description {
    color: #FFFFFF !important;
}

/* 3. PRIX ET ÉLÉMENTS INTERACTIFS EN BLEU (#2C8296) */
/* Force le tarif Mondial Relay et les icônes d'édition */
.hikashop_checkout_shipping_method_price,
.hikashop_shipping_method_price,
span[id*="shipping_price"],
.hikashop_checkout_cart_final_total,
.hikashop_product_price_full,
.hika_edit, a.hika_edit, .hika_edit span {
    color: #2C8296 !important;
    font-weight: bold !important;
    display: inline-block !important;
}

/* 4. FORMULAIRES ET ADRESSE (LISIBILITÉ DARK) */
.hikashop_checkout_address_item,
.hikashop_checkout_address_item * {
    color: #FFFFFF !important;
}

#hikashop_checkout_page input, 
#hikashop_checkout_page select, 
#hikashop_checkout_page textarea {
    background-color: #111 !important;
    color: #FFF !important;
    border: 1px solid #555 !important;
}

/* 5. PANIER ET ENTÊTES */
.hikashop_checkout_cart thead tr th {
    background-color: #222 !important;
    color: #FFF !important;
    border-bottom: 2px solid #2C8296 !important;
}