/* تنعيم الشكل العام */
*{
border-radius:12px;
}

/* الخلفية */
body{
background:#f7f4ee !important;
}

/* النصوص */
body,p,h1,h2,h3,h4,h5,h6{
color:#2b2b2b !important;
}

/* الأزرار */
.btn,
button{
background:#b8ab9f !important;
color:#ffffff !important;
border:none !important;
border-radius:14px !important;
}

/* زر استكشف */
.hero__content .btn{
padding:10px 22px !important;
font-size:14px !important;
}

/* الصور */
img{
border-radius:18px;
}

/* بطاقات المنتجات */
.product-item{
box-shadow:0 4px 18px rgba(0,0,0,0.05);
border-radius:20px !important;
}

/* تقليل حجم الأزرار */
.btn{
padding:12px 20px !important;
font-size:15px !important;
}

/* إخفاء المفضلة */
.btn--wishlist{
display:none !important;
}

/* تقليل الفراغات */
section,
.container,
footer{
margin-top:0 !important;
padding-top:20px !important;
padding-bottom:20px !important;
}

/* تنعيم الهيدر */
header{
border-radius:0 0 20px 20px;
}

/* تنعيم الصور الرئيسية */
.hero img,
.banner img{
border-radius:28px !important;
}

/* تحسين القوائم */
.menu,
.sidebar{
border-radius:20px !important;
}