.products-grid {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important; 
  gap: 24px !important;
  box-sizing: border-box;
}


@media (max-width: 1280px) { .products-grid { grid-template-columns: repeat(3, minmax(0, 1fr)) !important; } }
@media (max-width: 1024px) { .products-grid { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; } }
@media (max-width: 640px)  { .products-grid { grid-template-columns: repeat(1, minmax(0, 1fr)) !important; } }


.product-card-wrapper,
.products-grid > * {
  min-width: 0 !important;
  box-sizing: border-box !important;
}

.products-grid a,
.product-card-wrapper > a {
  display: block !important;
  width: 100% !important;
  box-sizing: border-box !important;
}
.product-form .variants .variant .description {
  white-space: pre-line !important;
  overflow-wrap: anywhere;
  word-break: normal;
}