.card-product{background:var(--grey-light-3);border-radius:.8rem;padding:1.6rem;height:100%;display:flex;flex-direction:column;justify-content:space-between;cursor:pointer}.card-product__img-wrap{background:var(--bg-card-product);border-radius:.8rem;padding:2.2rem 6.8rem;border:1.5px solid var(--grey-light-2);margin-bottom:2.4rem;display:flex;justify-content:center;height:25rem}.card-product__img{width:20rem}.card-product__title{font-size:1.6rem;color:var(--color-title-product-card);font-weight:600}.card-product__desc,.card-product__title{margin-bottom:1.6rem;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.card-product__desc{color:var(--black);font-size:1.4rem;font-weight:300}.card-product__price{color:var(--blue-2);font-size:2rem;margin-bottom:2.4rem;font-weight:600}