:root{
--main-color:#c79a5f;
--main-dark:#8f6a3d;
--bg-soft:#f8f4ee;
--white:#ffffff;
--text:#2d241c;
}

/* الخلفية العامة */
body{
background:var(--bg-soft)!important;
color:var(--text)!important;
}

/* الهيدر */
.header{
background:#fbf7f1!important;
border-bottom:1px solid #eadfce!important;
padding-top:10px!important;
padding-bottom:10px!important;
min-height:78px!important;
backdrop-filter:blur(10px);
}

/* الشعار */
.store-logo img{
width:120px!important;
max-height:120px!important;
object-fit:contain!important;
}

/* شريط علوي */
.top-navbar{
background:#8f6a3d!important;
color:#fff!important;
font-size:14px!important;
font-weight:700!important;
}

/* البانر */
.banner--main img{
border-radius:28px!important;
overflow:hidden!important;
}

/* عنوان القسم */
.section-title{
font-size:34px!important;
font-weight:800!important;
color:#2d241c!important;
margin-bottom:12px!important;
}

/* وصف القسم */
.section-description{
color:#6f6255!important;
font-size:16px!important;
}

/* بطاقات المنتجات */
.products-list .product{
border-radius:30px!important;
overflow:hidden!important;
background:#fff!important;
box-shadow:0 12px 35px rgba(0,0,0,.05)!important;
margin-bottom:28px!important;
padding-bottom:18px!important;
transition:.3s ease;
border:1px solid #f1e8dc!important;
}

.products-list .product:hover{
transform:translateY(-4px);
box-shadow:0 18px 45px rgba(0,0,0,.08)!important;
}

/* صور المنتجات */
.product .product-image img{
border-radius:22px!important;
}

/* اسم المنتج */
.product .product-title{
font-size:28px!important;
font-weight:800!important;
color:#2d241c!important;
line-height:1.5!important;
}

/* السعر */
.product .price{
color:#b8874f!important;
font-size:26px!important;
font-weight:800!important;
}

/* زر السلة */
.s-button-element{
background:#c79a5f!important;
border:none!important;
border-radius:20px!important;
height:58px!important;
font-size:22px!important;
font-weight:800!important;
color:#fff!important;
transition:.3s ease!important;
box-shadow:none!important;
}

.s-button-element:hover{
background:#ae834f!important;
transform:scale(1.02);
}

/* أيقونة القلب */
.btn--wishlist{
background:rgba(199,154,95,.22)!important;
backdrop-filter:blur(8px)!important;
border-radius:18px!important;
}

/* الفوتر */
.store-footer{
background:#f6f0e8!important;
padding-top:45px!important;
padding-bottom:18px!important;
border-top:1px solid #eadfce!important;
}

/* نصوص الفوتر */
.store-footer,
.store-footer p,
.store-footer a,
.store-footer h3{
color:#2d241c!important;
}

/* تقليل الفراغ */
.store-footer .container{
gap:10px!important;
}

/* واتساب */
.whatsapp-btn{
transform:scale(1.08)!important;
}

/* الخصائص */
.features{
margin-top:25px!important;
margin-bottom:25px!important;
}

.features .feature-item{
background:#fff!important;
border-radius:24px!important;
padding:25px!important;
box-shadow:0 8px 25px rgba(0,0,0,.04)!important;
}

/* الجوال */
@media(max-width:768px){

.store-logo img{
width:85px!important;
max-height:85px!important;
}

.section-title{
font-size:24px!important;
}

.product .product-title{
font-size:17px!important;
}

.product .price{
font-size:20px!important;
}

.s-button-element{
height:52px!important;
font-size:18px!important;
border-radius:18px!important;
}

.store-footer{
padding-top:28px!important;
padding-bottom:10px!important;
}

}