:root{
  --burgundy:#850101;
  --gold:#F2B21B;
}

/* الخلفيات الأساسية */
body,
main,
.s-block,
.s-section,
.s-slider-block,
.s-header,
.s-footer,
.store-footer,
.s-product-card,
.s-product-card-content,
salla-product-card{
  background:#850101 !important;
}

/* النصوص والأرقام والأسعار */
body,
p,span,a,li,label,
h1,h2,h3,h4,h5,h6,
.price,
.money,
.s-product-card-price,
.s-product-card-sale-price,
.s-product-card-regular-price{
  color:#F2B21B !important;
}

/* الأزرار فقط */
.s-button-btn,
.s-button-primary,
.btn--primary,
salla-add-product-button button,
.s-product-form .s-button-btn,
.s-product-form .s-button-primary{
  background:#F2B21B !important;
  border-color:#F2B21B !important;
  color:#850101 !important;
}

/* نص الأزرار */
.s-button-btn span,
.s-button-primary span,
.btn--primary span,
salla-add-product-button button span{
  color:#850101 !important;
}

/* لا تخفي التصنيفات */
.s-category,
.s-categories,
.s-category-list,
.s-category-grid,
.categories,
.category{
  display:block !important;
  visibility:visible !important;
  opacity:1 !important;
}

/* صور التصنيفات */
.s-category img,
.s-categories img,
.categories img,
.category img{
  display:block !important;
  opacity:1 !important;
  visibility:visible !important;
}