/* Small-screen layout fixes; preserve the existing artwork and motion. */
@media (max-width:640px) {
  .storefront-page :is(.products,.product-card,.product-body,.catalog-field,.catalog-search-input) {
    min-width:0;
  }
  .storefront-page :is(.product-title,.product-description,.product-actions .btn) {
    overflow-wrap:anywhere;
  }
  .storefront-page .product-actions .btn { white-space:normal; }
  .storefront-page .product-card { contain:layout style; }
  .storefront-page .gallery-thumbnail { flex-shrink:0; }
  .storefront-page .gallery-stage img { max-width:100%; }
}
@media (hover:none) and (pointer:coarse) {
  /* Avoid sticky hover zoom after a tap on touch screens. */
  .storefront-page .product-card:hover .product-image img,
  .storefront-page .brand-tile:hover { transform:none!important; }
}
