/* خلفية المتجر بالكامل بيضاء */
body,
.main-content,
.page-wrapper {
  background-color: #ffffff !important;
}
/* إصلاح زر إضافة للسلة في صفحة المنتج */
.product-form .s-button,
.product-form button {
  background-color: #255968 !important;
  color: #ffffff !important;
  border: 1px solid #255968 !important;
  font-weight: 600;
}