/* Add custom CSS styles below */ 
/* تصغير الخطوط في الجوال */
@media (max-width: 768px) {
  body { font-size: 14px !important; }
  h1 { font-size: 1.4rem !important; }
  h2 { font-size: 1.2rem !important; }
  .product-title { font-size: 0.9rem !important; }
}