/*#products-list .product .inner {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    position: relative;
}
#products-list .product img[data-src],
#products-list .product img[data-srcset] {
  display: block;
  min-height: 1px;
}
#products-list .product img {
    width: 100%;
    position: absolute;
}
*/
