/* Zibimart V4.14.10 — Mobile Product Card Consistency */
@media (max-width:700px){
  /* Homepage/mobile builder product cards: compact imagery + equal-height content. */
  .v4149-mobile-storefront .v4148-product-card{
    display:flex!important;
    flex-direction:column!important;
    height:100%!important;
    min-height:0!important;
  }
  .v4149-mobile-storefront .v4148-product-card .zm414-product-image{
    height:118px!important;
    min-height:118px!important;
    max-height:118px!important;
    padding:10px 10px 4px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
  }
  .v4149-mobile-storefront .v4148-product-card .zm414-product-image img{
    width:100%!important;
    height:100%!important;
    max-width:118px!important;
    max-height:108px!important;
    object-fit:contain!important;
    object-position:center!important;
  }
  .v4149-mobile-storefront .v4148-product-card .zm414-product-info{
    display:flex!important;
    flex:1 1 auto!important;
    flex-direction:column!important;
    padding:8px 10px 10px!important;
  }
  .v4149-mobile-storefront .v4148-product-card h3{
    display:-webkit-box!important;
    -webkit-box-orient:vertical!important;
    -webkit-line-clamp:2!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
    white-space:normal!important;
    font-size:12px!important;
    line-height:1.28!important;
    height:31px!important;
    min-height:31px!important;
    max-height:31px!important;
    margin:3px 0 6px!important;
  }
  .v4149-mobile-storefront .v4148-product-card h3 a{
    display:inherit!important;
    color:inherit!important;
  }
  .v4149-mobile-storefront .v4148-product-card .zm414-stars{
    min-height:18px!important;
    line-height:18px!important;
    margin:0 0 2px!important;
    white-space:nowrap!important;
    overflow:hidden!important;
  }
  .v4149-mobile-storefront .v4148-product-card .zm414-price{
    min-height:24px!important;
    line-height:24px!important;
    margin:0 0 6px!important;
    white-space:nowrap!important;
  }
  .v4149-mobile-storefront .v4148-product-card form,
  .v4149-mobile-storefront .v4148-product-card .zm414-card-link{
    margin-top:auto!important;
  }
  .v4149-mobile-storefront .v4148-product-card form button,
  .v4149-mobile-storefront .v4148-product-card .zm414-card-link{
    width:100%!important;
    min-height:38px!important;
  }
  /* Keep grid/carousel cards aligned even when product names/prices differ. */
  .v4149-mobile-layout-grid .v4148-track,
  .v4149-mobile-layout-carousel .v4148-track,
  .v4149-mobile-layout-slider .v4148-track{
    align-items:stretch!important;
  }
  /* Minimal card mode is intentionally a little shorter, but still aligned. */
  .v4149-mobile-storefront .mobile-card-minimal .zm414-product-image{
    height:108px!important;
    min-height:108px!important;
    max-height:108px!important;
  }
  .v4149-mobile-storefront .mobile-card-minimal .zm414-product-image img{
    max-height:98px!important;
  }
  /* Preserve list layout proportions while keeping title clamped. */
  .v4149-mobile-layout-list .v4148-product-card{
    display:grid!important;
    height:auto!important;
  }
  .v4149-mobile-layout-list .v4148-product-card .zm414-product-image{
    height:118px!important;
    min-height:118px!important;
    max-height:118px!important;
  }
}
