/* ==========================================================
   Simphonie — Images des listes produit sur mobile
========================================================== */

@media (max-width: 767px) {
  body:is(
    #category,
    #search,
    #prices-drop,
    #best-sales,
    #new-products,
    #manufacturer,
    #supplier
  ) #js-product-list .sc-product-card__media-link {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    padding: 0;
    overflow: hidden;
  }

  body:is(
    #category,
    #search,
    #prices-drop,
    #best-sales,
    #new-products,
    #manufacturer,
    #supplier
  ) #js-product-list .sc-product-card__picture {
    position: absolute;
    inset: auto;
    top: 6%;
    left: 6%;
    display: block;
    width: 88%;
    height: 88%;
    overflow: hidden;
  }

  body:is(
    #category,
    #search,
    #prices-drop,
    #best-sales,
    #new-products,
    #manufacturer,
    #supplier
  ) #js-product-list .sc-product-card__image {
    position: absolute;
    inset: 0;
    display: block;
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
    max-height: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    object-fit: contain !important;
    object-position: center !important;
  }
}
