/*
 * Product detail mobile layout hotfix (P1-7B).
 * Kept in a new standalone file so browsers do not reuse the old imported CSS cache.
 */
@media (max-width: 980px) {
  body.zl-product-detail .detail-top {
    grid-template-columns: minmax(0, 1fr) !important;
  }
}
