/* AvvalStock Product System v26.1.1 — MOBILE LIST LAYOUT ONLY
 * Mobile List shares the exact Homepage Mobile Master components.
 * Only placement/geometry differs from Mobile Grid.
 */
@media (max-width:767px){
  body.avs-catalog-enabled.avs-product-system.avs-catalog-view-list
  ul.products:not(.avs-ew-products__track)>li.product.avs-product-card--catalog{
    display:grid!important;
    grid-template-columns:42% minmax(0,58%)!important;
    grid-template-rows:40px minmax(0,1fr)!important;
    grid-template-areas:"image promo" "image body"!important;
    min-width:0!important;
    min-height:232px!important;
    height:auto!important;
    align-items:stretch!important;
    direction:ltr!important;
  }

  body.avs-catalog-enabled.avs-product-system.avs-catalog-view-list
  .avs-product-card--catalog>.avs-product-card__promo{
    grid-area:promo!important;
    width:100%!important;
    margin:0!important;
    direction:rtl!important;
  }

  body.avs-catalog-enabled.avs-product-system.avs-catalog-view-list
  .avs-product-card--catalog>.avs-product-card__image{
    grid-area:image!important;
    align-self:stretch!important;
    width:100%!important;
    height:100%!important;
    min-height:232px!important;
    aspect-ratio:auto!important;
    margin:0!important;
    padding:5px!important;
    border-inline-end:1px solid #edf0f4!important;
    border-bottom:0!important;
  }

  body.avs-catalog-enabled.avs-product-system.avs-catalog-view-list
  .avs-product-card--catalog>.avs-product-card__body{
    grid-area:body!important;
    width:100%!important;
    min-width:0!important;
    padding:5px 7px 5px!important;
    direction:rtl!important;
  }

  /* Alignment is a layout concern; typography remains inherited from master. */
  body.avs-catalog-enabled.avs-product-system.avs-catalog-view-list
  .avs-product-card--catalog .avs-product-card__title{text-align:right!important;margin-bottom:3px!important}

  /* Narrower list content needs only different column tracks, not a new spec skin. */
  body.avs-catalog-enabled.avs-product-system.avs-catalog-view-list
  .avs-product-card--catalog .avs-product-card__spec{
    grid-template-columns:17px 40px minmax(38px,1fr) 34px!important;
  }
}

@media (max-width:389px){
  body.avs-catalog-enabled.avs-product-system.avs-catalog-view-list
  ul.products:not(.avs-ew-products__track)>li.product.avs-product-card--catalog{
    grid-template-columns:41% minmax(0,59%)!important;
    min-height:228px!important;
  }
  body.avs-catalog-enabled.avs-product-system.avs-catalog-view-list
  .avs-product-card--catalog>.avs-product-card__image{min-height:228px!important;padding:5px!important}
  body.avs-catalog-enabled.avs-product-system.avs-catalog-view-list
  .avs-product-card--catalog>.avs-product-card__body{padding-inline:6px!important}
  body.avs-catalog-enabled.avs-product-system.avs-catalog-view-list
  .avs-product-card--catalog .avs-product-card__spec{grid-template-columns:16px 36px minmax(33px,1fr) 31px!important;padding-inline:3px!important}
}
