/* خلفية المتجر بيج مع نقوش ساعات شفافة */
body,
.app-inner,
.main-content,
section,
.s-block,
.s-products-list-wrapper {
    background-color: #f5ead9 !important;
    background-image:
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180' viewBox='0 0 180 180'%3E%3Cg fill='none' stroke='%23b79b7c' stroke-width='2' opacity='0.16'%3E%3Ccircle cx='45' cy='48' r='25'/%3E%3Cline x1='45' y1='48' x2='45' y2='33'/%3E%3Cline x1='45' y1='48' x2='58' y2='55'/%3E%3Cline x1='45' y1='18' x2='45' y2='10'/%3E%3Cline x1='45' y1='78' x2='45' y2='86'/%3E%3Crect x='120' y='105' width='34' height='45' rx='8'/%3E%3Cline x1='128' y1='105' x2='128' y2='92'/%3E%3Cline x1='146' y1='105' x2='146' y2='92'/%3E%3Cline x1='128' y1='150' x2='128' y2='164'/%3E%3Cline x1='146' y1='150' x2='146' y2='164'/%3E%3Ccircle cx='137' cy='127' r='12'/%3E%3Cline x1='137' y1='127' x2='137' y2='119'/%3E%3Cline x1='137' y1='127' x2='144' y2='131'/%3E%3C/g%3E%3C/svg%3E") !important;
    background-repeat: repeat !important;
    background-size: 180px 180px !important;
}

/* يمنع ظهور نقشة المربعات القديمة */
body::before,
body::after,
.app-inner::before,
.app-inner::after {
    background-image: none !important;
}

/* يبقي بطاقات المنتجات نظيفة */
.product-entry,
.s-product-card-entry,
.s-product-card-content,
.testimonial-item,
.s-reviews-card {
    background-color: #fffaf3 !important;
    background-image: none !important;
}
opacity='0.25'
/* إزالة الظلال من صور العناصر */
.s-product-card,
.s-product-card img,
.product,
.product-item,
.product-entry,
.s-block,
.card {
    box-shadow: none !important;
    filter: none !important;
}

/* إزالة أي ظل عند مرور الماوس */
.s-product-card:hover,
.s-product-card img:hover,
.product:hover,
.product-item:hover {
    box-shadow: none !important;
    filter: none !important;
}
/* لون الخلفية */
:root{
    --beige: #F5EEE3;
}

/* آراء العملاء */
.testimonials,
.testimonials-section,
.s-testimonials,
.s-reviews,
.reviews-section{
    background: var(--beige) !important;
}

/* الروابط المهمة + معلومات الفوتر */
footer,
.footer,
.footer-main,
.footer-top,
.footer-block,
.footer-menu,
.footer-links,
.footer-contact,
.footer-about{
    background: var(--beige) !important;
}

/* بطاقات التقييم */
.testimonial-card,
.review-card,
.s-review-card{
    background: #fffaf3 !important;
    border: 1px solid #e8dcc8 !important;
}