/* Add custom CSS styles below */ 
/* خلفية الموقع بالكامل */
html,
body {
  background-color: #000000 !important;
}

/* كل أقسام الصفحة */
section,
main,
.page-wrapper {
  background-color: #000000 !important;
}

/* الهيدر */
.site-header,
header,
.site-header-wrapper,
.site-header_top,
.site-header-top,
.main-nav-container,
.navbar,
.topbar {
  background-color: #000000 !important;
  box-shadow: none !important;
  border: none !important;
}/* اسم المنتج */
.product-title,
.product-name,
.product-single-title,
h1,
h1.product__title,
.product-single h1 {
  color: #ffffff !important;
}