/*
 * LeosWearPlatform v1.9.78
 * Focused Shop mobile product-card alignment fix.
 *
 * Scope lock:
 * - Shop page only (this stylesheet is loaded only by shop.html).
 * - Mobile presentation only at 768px and below.
 * - No product, review, stock, pricing, cart or checkout logic changes.
 */

@media (max-width: 768px) {
  .shop-products-grid .product-content {
    flex: 1 1 0%;
  }

  .shop-products-grid .product-meta {
    margin-top: auto;
  }
}
