

@media screen and (min-width: 768px) {
  .row .product {
    display: flex;
    padding-bottom: 20px;
    border-bottom: 1px solid #4CBE4F;
  }
  .row .product > .woocommerce-loop-product__link {
    width: 20%;
  }
  .row .product .img-wrap {
    height: 130px;
    margin-bottom: 0;
    margin-right: 67px;
  }
  .row .product .img-wrap img {
    margin-left: 0;
  }
  .row .product .price-for {
    display: none;
  }
  .row .product .product__info {
    width: 80%;
    flex-direction: column;
    justify-content: flex-start;
    margin-top: 25px;
  }
  .row .product .product__info > a:first-of-type {
    width: 100%;
  }
  .row .product .product__info .woocommerce-loop-product__link,
.row .product .product__info .add-cart-wrap {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  .row .product .product__info .add-cart-wrap {
    padding-top: 20px;
    flex-direction: row-reverse;
  }
  .row .product .product__info .add-cart-wrap .product-quantity {
    margin: 0;
    order: 1;
  }
  .row .product .product__info .add-cart-wrap .price-for-row {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-left: 22px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #819979;
  }
}