@import url('https://fonts.googleapis.com/css2?family=Alexandria:wght@400;600;700;800&display=swap');

/* =========================
   الخط العام
========================= */
body{
    font-family:'Alexandria',sans-serif !important;
    background:#f6f1ea !important;
    color:#163b45 !important;
}

/* =========================
   الخلفيات
========================= */
html,
body,
main,
section,
header,
footer,
nav,
aside,
.site-header,
.site-footer,
.navbar,
.top-navbar,
.categories,
.category-bar{
    background:#DAD2BF !important;
}

/* =========================
   النصوص
========================= */
body,
h1,h2,h3,h4,h5,h6,
p,
span,
a,
li,

small,
strong{
    color:#16b45 !important;
}

/* =========================
   الكروت والمنتجات
========================= */
.card,
.product,
.product-card,
.box,
.content,
.modal-content{
    background:#ffffff !important;
    border-radius:18px !important;
    border:1px solid rgba(22,59,69,0.08) !important;
    box-shadow:0 8px 25px rgba(0,0,0,0.05);
}

/* =========================
   الأسعار
========================= */
.price,
.product-price,
.s-price{
    color:#163b45 !important;
    font-size:24px !important;
    font-weight:800 !important;
}

/* سعر التخفيض */
.sale-price,
.s-price--sale,
.price--sale{
    color:#F4802B !important;
    font-size:28px !important;
    font-weight:900 !important;
}

/* السعر القديم */
del,
.old-price{
    color:rgba(22,59,69,0.45) !important;
}

/* =========================
   الأزرار
========================= */
button,
.btn,
.s-button-element{
   
    color:#16b45 !important;
    border:none !important;
    border-radius:14px !important;
    font-weight:700 !important;
}

/* =========================
   الحقول
========================= */
input,
textarea,
select{
    background:#ffffff !important;
    color:#fff !important;
    border:1px solid rgba(22,59,69,0.12) !important;
    border-radius:12px !important;
}

/* =========================
   الأيقونات
========================= */
svg,
i{
    color:#16b45 !important;
    fill:currentColor !important;
}
[style*="#f6f1ea"],
[style*="#F6F1EA"]{
    background: #DAD2BF !important;
}
[style*="#f6f1ea"],
[style*="#F6F1EA"]{
    background-color: #DAD2BF !important;
    color: #DAD2BF !important;
    border-color: #DAD2BF !important;
}