/* A versioned product stylesheet also reaches headers generated by OCMOD.
   Column flex items must not retain their intrinsic desktop width on mobile. */
@media (max-width: 767px) {
  .ym-v2 #product-product .ym-product-summary,
  .ym-v2 #product-product .ym-product-gallery {
    width: 100%;
    min-width: 0;
  }
}
