جميع التشكيلات
ستجد كُل ماتبحث عنه
@media (max-width: 768px) {
.products-grid, .product-list, .products {
display: grid !important;
grid-template-columns: repeat(2, 1fr) !important;
gap: 12px !important;
}
/* ... باقي الأكواد المخصصة للموبايل ... */
}