:root{--color-white:#fff;--color-orange:#f60;--color-lightgray:#b6b6b6;--color-black:#333}.v-productListCard{display:flex;flex-direction:column;width:100%;padding:2.4rem;border-radius:20px;background:#f4f4f4}.v-productListCard__wrapper{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:3.2rem}.v-productListCard__iconContainer{background:#fff;border-radius:16px;padding:1.6rem;width:fit-content}@media screen and (max-width:992px){.v-productListCard__iconContainer{padding:1.2rem}}.v-productListCard__cardIcon{width:8rem;height:8rem}@media screen and (max-width:992px){.v-productListCard__cardIcon{width:7.2rem;height:7.2rem}}.v-productListCard__cardLabel{font-size:1.4rem;line-height:2.4rem;padding:.8rem;background:#feefb9;border-radius:8px}.v-productListCard__cardContent{margin-bottom:3.2rem;flex-grow:1}.v-productListCard__cardDescr{font-size:1.4rem;line-height:2.4rem}.v-productListCard__cardTitle{margin-bottom:1.6rem}.v-productListCard__cardTitleLink{font-size:2rem;line-height:2.8rem;font-weight:700;overflow:hidden;display:-webkit-box;line-clamp:2;text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical}@media screen and (max-width:640px){.v-productListCard__cardLink{width:fit-content}}
