body { overflow-x: hidden; }
button, input, select { min-width: 0; }
.product-meta { min-width: 0; }
.product-meta span,
.product-meta strong,
.product-meta small { overflow-wrap: anywhere; }

@media (max-width: 700px) {
  .heading-band { flex-wrap: wrap; }
  .mode-switch { flex: 0 0 auto; }
  .filters > * { min-width: 0; }
  .filters select { width: 100%; }
  .product-row { overflow: hidden; }
  .product-main,
  .product-meta { max-width: 100%; }
}
