:root{
--primary:#c9a227;
--primary-light:#f5e7a3;
--bg:#f8f9fb;
--card:#ffffff;
--text:#1f2937;
--border:#ececec;
}

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

body{
background:var(--bg)!important;
color:var(--text)!important;
}

/* الهيدر */

header{
background:rgba(255,255,255,.85)!important;
backdrop-filter:blur(20px);
border-bottom:1px solid var(--border)!important;
box-shadow:0 2px 15px rgba(0,0,0,.04);
}

/* القائمة */

nav a,
.navbar a{
color:#374151!important;
font-weight:600;
transition:.3s;
}

nav a:hover,
.navbar a:hover{
color:var(--primary)!important;
}

/* بطاقات المنتجات */

.product,
.product-card,
.product-entry{
background:#fff!important;
border:1px solid var(--border)!important;
border-radius:24px!important;
overflow:hidden;
transition:.35s;
box-shadow:
0 5px 20px rgba(0,0,0,.04);
}

.product:hover,
.product-card:hover,
.product-entry:hover{
transform:translateY(-8px);
box-shadow:
0 20px 40px rgba(0,0,0,.08);
}

/* الصور */

.product img,
.product-card img{
transition:.5s;
}

.product:hover img,
.product-card:hover img{
transform:scale(1.05);
}

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

.product-title,
.product-name{
color:#111827!important;
font-weight:700!important;
}

/* السعر */

.price,
.product-price{
color:var(--primary)!important;
font-size:20px!important;
font-weight:800!important;
}

/* الأزرار */

button,
.btn,
.btn-primary{
background:
linear-gradient(
135deg,
#d8b443,
#c9a227
)!important;

border:none!important;
border-radius:14px!important;
color:white!important;
font-weight:700!important;
transition:.3s;
}

button:hover,
.btn:hover,
.btn-primary:hover{
transform:translateY(-2px);
box-shadow:
0 10px 25px rgba(201,162,39,.25);
}

/* التصنيفات */

.category-item,
.category-box{
background:white!important;
border-radius:22px!important;
border:1px solid var(--border)!important;
}

/* البحث */

input[type="search"],
input[type="text"]{
background:white!important;
border:1px solid var(--border)!important;
border-radius:14px!important;
}

/* السلة */

.cart-item,
.cart-summary{
background:white!important;
border-radius:20px!important;
border:1px solid var(--border)!important;
}

/* الفوتر */

footer{
background:white!important;
border-top:1px solid var(--border)!important;
}

/* شريط العروض */

.announcement-bar{
background:
linear-gradient(
90deg,
#f8f1d0,
#fdf8e5,
#f8f1d0
)!important;

color:#8a6d1d!important;
font-weight:700;
}

/* السكرول */

::-webkit-scrollbar{
width:10px;
}

::-webkit-scrollbar-thumb{
background:#d8b443;
border-radius:50px;
}

/* مؤثرات الدخول */

.product,
.product-card{
animation:fadeUp .5s ease;
}

@keyframes fadeUp{
from{
opacity:0;
transform:translateY(20px);
}
to{
opacity:1;
transform:translateY(0);
}
/* صفحة المنتج */

.product-single,
.product-entry,
.product-detail,
.product-page,
.s-product-single-entry {

    background:#f8f9fb !important;
    color:#1f2937 !important;
}

/* منطقة الوصف */

.product-content,
.product-description,
.content-entry,
.product-tabs,
.tab-content{

    background:#ffffff !important;
    color:#1f2937 !important;
    border-radius:20px;
}

/* العنوان */

.product-title,
.entry-title,
.product-name h1,
h1.product-title{

    color:#111827 !important;
}

/* السعر */

.price,
.product-price,
.sale-price{

    color:#c9a227 !important;
    font-weight:800 !important;
}

/* صندوق الشراء */

.product-form,
.product-actions,
.product-info{

    background:#ffffff !important;
    border:1px solid #ececec !important;
    border-radius:20px !important;
    padding:20px;
}

/* الوصف */

.product-description p,
.product-description li,
.content-entry p,
.content-entry li{

    color:#374151 !important;
    line-height:2 !important;
}

/* التبويبات */

.nav-tabs a,
.tabs a{

    background:#ffffff !important;
    color:#374151 !important;
}

.nav-tabs .active,
.tabs .active{

    color:#c9a227 !important;
    border-color:#c9a227 !important;
}

/* المنتجات المقترحة */

.related-products,
.products-slider{

    background:#f8f9fb !important;
}

/* إزالة الخلفيات السوداء */

section,
article,
.card,
.product-card{

    background-color:transparent;
}}