/* Add custom CSS styles below */ 
/* مثال: إخفاء أيقونات مميزات المنتج */
.product-icons, .features-icons, .product-advantages {
  display: none !important;
}

/* مثال: تغيير لون زر إضافة إلى السلة */
.add-to-cart-btn {
  background-color: #2e7d32 !important;
}