/* Add custom CSS styles below */ 


/* منع ظهور الملاحظة في صفحات التصنيفات والأقسام */
body[class*="category"] h1::after,
body[class*="categories"] h1::after,
body[class*="collection"] h1::after,
body[class*="collections"] h1::after,
body[class*="brand"] h1::after,
body[class*="search"] h1::after,
.s-products-list h1::after,
.s-block h1::after {
  content: none !important;
  display: none !important;
}

//* ملاحظة اختلاف الصورة - تظهر في صفحة المنتج فقط */
body:not([class*="cart"]):not([class*="checkout"]):not([class*="category"]):not([class*="brand"]):not([class*="search"]) 
main:has(.s-product-form, .product-form, .s-product-options-wrapper) h1::after {
  content: "ملاحظة: قد تختلف صورة المنتج أو التغليف حسب الإصدار المتوفر، مع ضمان جودة وأصالة المنتج.";
  display: block !important;
  margin-top: 7px;
  padding: 6px 10px;
  background: #fff7f2;
  color: #7a4a34;
  border: 1px solid rgba(246, 114, 33, 0.22);
  border-right: 3px solid #f67221;
  border-radius: 8px;
  font-size: 10.5px;
  font-weight: 400;
  line-height: 1.6;
  text-align: center;
}

.s-product-card-content .s-button-element,
.s-product-card-content button,
.s-product-card-content .s-add-to-cart-button {
  background: #ffffff !important;
  color: #f05a24 !important;
  border: 1px solid #f05a24 !important;
  border-radius: 12px !important;
}

.s-product-card-content .s-button-element *,
.s-product-card-content .s-add-to-cart-button * {
  color: #f05a24 !important;
  fill: #f05a24 !important;
  stroke: #f05a24 !important;
}