.product-card{border:.05rem solid #e1e1e1;border-radius:.3rem;display:flex;flex-direction:column;height:100%;position:relative;transition:box-shadow .3s linear,transform .3s linear}.product-card:hover{box-shadow:0 20px 16px rgba(0,0,0,0.05);transform:translateY(-12px)}.product-card picture{display:block;padding:.55rem .95rem 0 2rem;width:100%;height:204px;width:234px}.product-card picture img{height:100%;width:100%;object-fit:cover}.product-card__text{padding:0 1.05rem 2rem 2rem}.product-card__text h2{font-size:.9rem;line-height:1.56;margin-bottom:1rem}.product-card__text p{color:#343a40;font-size:.9rem;line-height:1.78;margin-bottom:0}.product-card span{align-items:center;bottom:0;color:#d7584c;display:flex;font-size:.9rem;padding:0 1.05rem 1.3rem 2rem;position:absolute}.product-card span::after{background:url('https://cdn2.hubspot.net/hubfs/5268146/system/icons/red-arrow.svg') no-repeat center/cover;content:'';height:12px;margin-left:.55rem;width:18px;transition:transform .3s linear}.product-card:hover span::after{transform:translateX(5px)}.product-card__spacer{display:block;height:60px;width:100%}