.container .list-product{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:1.5rem;color:#000;margin-top:-16px}.container .list-product .item-product{transition:.2s ease-in-out;border-radius:8px;max-width:250px}.container .list-product .item-product img{border-radius:18px;height:14rem;width:100%;padding:.75rem;-o-object-fit:cover;object-fit:cover}.container .list-product .item-product .info-product{padding:0 12px 16px}.container .list-product .item-product .info-product .price-product{font-size:14px;color:#d60000;font-weight:600}.container .list-product .item-product .info-product h6{font-size:14px;margin-top:8px;font-weight:500;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;text-overflow:ellipsis;overflow:hidden}.container .list-product .item-product:hover{box-shadow:0 3px 6px 3px rgba(0,0,0,.15);cursor:pointer}