:root {
    --primary: #140705;
    --secondary: #381008;
    --light: #E8DCD4;
}

/* =========================
   الهيدر
========================= */

header {
    background: #140705 !important;
}

header *,
.site-header,
.site-header *,
.main-header,
.main-header *,
.navbar,
.navbar * {
    background-color: #140705 !important;
}

.header svg {
    stroke: #E8DCD4;
    stroke-width: 1.3;
}

header .icon-btn,
.header .btn,
.header a {
    background: #2A1712 !important;
    border: 1px solid #E8DCD4 !important;
    border-radius: 12px;
    padding: 10px 12px;
}

header svg,
header i {
    color: #E8DCD4 !important;
    stroke: #E8DCD4 !important;
}

header img,
header .logo,
header .logo img,
header .site-logo,
header .site-logo img {
    width: 65px !important;
    height: auto !important;
    max-width: none !important;
    max-height: none !important;
}


/* =========================
   خلفية الموقع
========================= */

body,
main {
    background-color: #140705 !important;
}


/* =========================
   التذييل
========================= */

footer,
.footer,
.site-footer,
.s-footer {
    background-color: #140705 !important;
    color: #E8DCD4 !important;
}

footer *,
.site-footer *,
.footer * {
    background-color: #140705 !important;
}


/* =========================
   اسم المنتج
========================= */

.product-title,
.s-product-card__title {
    color: #EDE4DE !important;
    font-weight: 600;
}


/* =========================
   السعر
========================= */

.price,
.s-product-card__price {
    color: #C8A96A !important;
    font-weight: bold;
}


/* =========================
   زر إضافة للسلة
========================= */

button,
.btn--add-to-cart {
    background: #140705 !important;
    border: 1px solid #E8DCD4 !important;
    color: #E8DCD4 !important;
    border-radius: 12px !important;
}


/* =========================
   إزالة الخط/الفراغ فوق التذييل
========================= */

footer {
    margin-top: -34px !important;
    border-top: none !important;
}
[class*="product-card"] {
    background-color: #EDE4DE !important;
}
/* الخلفية خلف البطاقات */
.s-block {
    background: #140705 !important;
}
[class*="product-card"] {
    border-radius: 7px !important;
}
[class*="product-card"] {
    border-radius: 7px !important;
    overflow: hidden !important;
}
.
/* جعل أسهم الصور المتحركة شفافة */
.s-slider button {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
}

.navbar a,
.navbar span,
.main-menu a,
.main-menu span {
    color: #E8DCD4 !important;
}
/* الوصف والعناوين بيج */
[data-testid="store-product-description"],
[data-testid="store-product-description"] *,
.container--product-details .main-content h1,

.container--product-details .main-content li {
    color: #E8DCD4 !important;
}

/* السعر أسود */
[data-testid="store-product-price"] {
    color: #000000 !important;
}
h1,

h3 {
    color: #E8DCD4 !important;
}
.mobile-menu,
.mobile-menu .menu,
.drawer,
.drawer-content {
    background-color: #140705 !important;
}