/*   
Theme Name: Miega
*/

.s-3cols-head-split h2 span{
	display: block;
}
/* Ecwid product preview grid (home page) */
.section-products .products-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 24px;
  margin-top: 32px;
}
.section-products .products-grid > .ecwid-productBrowser-ProductCard,
.section-products .products-grid > .ec-size {
  width: 100%;
}
@media (max-width: 600px) {
  .section-products .products-grid { grid-template-columns: repeat(2, 1fr); gap: 16px; }
}
