.product-card{text-decoration:none;color:#232323;width:100%;background-color:#f7f7f7;padding:12px 12px 16px;min-height:445px;display:flex;flex-direction:column;align-items:flex-start}.product-card__img{width:100%;height:213px;overflow:hidden}.product-card__img.active img{transform:scale(1.2)}.product-card__img img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.product-card__title{margin-top:12px;width:100%;text-align:left}.product-card__title h3{text-transform:uppercase;font-size:20px;line-height:24px;font-weight:800;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.product-card__desc{margin-top:8px;width:100%;text-align:left}.product-card__desc p{font-size:18px;line-height:28px;font-weight:500;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.product-card__link{margin-top:auto;width:100%;text-align:left}.product-card__link span{text-decoration:none;text-transform:uppercase;color:#232323;font-size:16px;line-height:24px;font-weight:800;position:relative}.product-card__link span:after{content:"";position:absolute;left:50%;bottom:-1px;width:100%;height:2px;background-color:#232323;transform:translate(-50%);transition:width .4s ease}.product-card__link span.active:after{width:50%}
