/* Add custom CSS styles below */ 
body.product-single:has(salla-add-product-button[amount="0"]) .product-details-col > small.color-grey {
  display: none !important;
}

body.product-single:has(salla-add-product-button[amount="0"]) .regular-or-normal-price {
  font-size: 0 !important;
}

body.product-single:has(salla-add-product-button[amount="0"]) .regular-or-normal-price::after {
  content: "السعر يحدد بعد المعاينة";
  font-size: 16px;
  font-weight: 700;
  color: #c1121f;
}