.product-card{display:flex;flex-direction:column;gap:16px;padding:0 24px 24px;position:relative}.product-card:before{border:1px solid #c0c0af;border-radius:4px;bottom:0;content:"";height:calc(100% - 64px);left:0;position:absolute;right:0;z-index:-1}.product-card:hover:before{border-color:#00a7cc}.product-card:hover .product-card__content__title{color:#00a7cc}.product-card__image{aspect-ratio:1/1;background-color:#edeee7;border-radius:4px;overflow:hidden}.product-card__image__img{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.product-card__content{display:flex;flex:1;flex-direction:column;gap:16px;min-width:0;overflow:hidden}.product-card__content__title{color:#124c79;font-family:Parkinsans;font-size:20px;font-weight:600;line-height:30px}.product-card__content__vehicles{align-items:center;color:#0f2c43;display:flex;font-size:13px;font-weight:400;gap:8px;line-height:18px;padding:4px 0}.product-card__content__vehicles>span:first-child{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.product-card__content__vehicles__badge{align-items:center;border:1px solid #c0c0af;border-radius:10px;color:#0f2c43;display:inline-flex;flex-shrink:0;font-size:11px;font-weight:600;height:20px;justify-content:center;min-width:28px;padding:0 6px}.product-card__footer{border-top:1px solid #c0c0af;display:flex;flex-direction:column;gap:8px;padding-top:16px}.product-card__footer__price-row{align-items:center;display:flex;justify-content:space-between}.product-card__footer__reference{color:#0f2c43;font-size:11px;font-weight:400;line-height:16px}.product-card__footer__price{align-items:flex-start;color:#124c79;display:flex;font-family:Parkinsans;font-size:24px;font-weight:600;gap:6px;line-height:32px}.product-card__footer__price .price-wrapper{display:flex;flex-direction:column;gap:4px}.product-card__footer__price .price-original{color:#666;font-size:14px;line-height:18px;margin:0}.product-card__footer__price .price-original small{font-size:12px}.product-card__footer__price small{font-size:14px;line-height:26px}
