/* ===== FORCE GLOBAL BACKGROUND ===== */

html, body {
    background-color: #F8EDDB !important;
    color: #0A332D !important;
}

/* كل الحاويات */
div, section, main, header, footer {
    background-color: transparent !important;
}

/* أهم كونتينرات Easy Orders */
.container_class,
.home_products_grid_container,
.products_grid_container,
.category_products_grid_container,
.checkout_container {
    background-color: #F8EDDB !important;
}

/* ===== HEADER ===== */
.default_header {
    background-color: #F8EDDB !important;
    border-bottom: 1px solid #FFA74E !important;
}

/* ===== TITLES ===== */
.home_section_top_title {
    color: #FFA74E !important;
}

/* ===== PRODUCT CARDS ===== */
.default_product_list_card,
.home_products_grid_card,
.products_grid_card {
    background: #FFFFFF !important;
    border-radius: 12px !important;
    border: 1px solid #eee !important;
}

/* ===== TEXT ===== */
.product_name {
    color: #0A332D !important;
}

.product_price {
    color: #FF4315 !important;
    font-weight: bold;
}

/* ===== BUTTONS ===== */
.checkout_btn,
.add_to_cart_btn,
.form_checkout_btn {
    background-color: #FF4315 !important;
    color: #FFFFFF !important;
    border-radius: 8px !important;
}

/* ===== INPUT ===== */
.global_input,
.global_textarea {
    border: 1px solid #FFA74E !important;
}

/* ===== FOOTER (ضرب مباشر وقوي) ===== */

footer,
.default_footer {
    background-color: #2F4B3C !important;
    color: #F8EDDB !important;
}

/* كل حاجة جوه الفوتر */
footer *,
.default_footer * {
    color: #F8EDDB !important;
    background-color: transparent !important;
}

/* لينكات الفوتر */
.default_footer_link {
    color: #F8EDDB !important;
}

.default_footer_link:hover {
    color: #FFA74E !important;
}

/* السوشيال */
.default_footer_social_link {
    background-color: #FFA74E !important;
    color: #fff !important;
    border-radius: 50% !important;
}

/* ===== FIX SCROLL WHITE ISSUE ===== */

/* عناصر بتظهر وقت السكرول */
body > div {
    background-color: #F8EDDB !important;
}

/* ===== SLIDER ===== */
.swiper-pagination-bullet-active {
    background: #FF4315 !important;
}