.product-card-wrapper:hover .card__inner{background-color:#fff;border:.1rem solid #f5f5f5}
.product-card-wrapper .card__inner{border-radius:.4rem;overflow:hidden}
.product-card-wrapper .card__content{display:flex;flex-direction:column;flex-grow:1}
.product-card-wrapper .card__price-wrapper{display:flex;flex-direction:row-reverse;justify-content:flex-end;-moz-column-gap:1.3rem;column-gap:1.3rem;width:100%;margin-top:auto}
.product-card-wrapper .card__price-wrapper .price-history-wrap{font-size:1rem;line-height:150%;letter-spacing:0;color:#353535}
.product-card-wrapper .card__price-wrapper .price-history-wrap .price-equal-to-normal{display:none}
.product-card-wrapper .card__price-wrapper .obmibus-description{font-size:1rem}
.product-card-wrapper .card__price-wrapper .price{padding-top:.3rem;font-size:1.6rem;line-height:150%;letter-spacing:0;font-weight:600;font-family:Roboto,sans-serif}
@media screen and (max-width:989px){
.product-card-wrapper .card__price-wrapper .price{font-size:1.3rem}
}
.product-card-wrapper .card__price-omnibus-wrapper{display:flex;flex-direction:column;justify-content:center}
.product-card-wrapper .card__vendor{font-size:1rem;line-height:150%;letter-spacing:.05rem;text-transform:uppercase;font-family:"Plus Jakarta Sans",sans-serif;font-weight:700;color:#353535}
.product-card-wrapper .card__heading{font-size:2rem;line-height:145%;font-weight:600;letter-spacing:0;font-family:"Plus Jakarta Sans",sans-serif;color:#353535;margin-bottom:1.2rem}
.product-card-wrapper .card__heading a{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.product-card-wrapper .card__heading a:after{content:unset}
@media screen and (max-width:989px){
.product-card-wrapper .card__heading{font-size:1.6rem}
}
.product-card-wrapper .card__delivery-time{background-color:#f5f5f5;color:#353535;font-size:1.3rem;line-height:150%;letter-spacing:0;display:flex;justify-content:center;align-items:center;padding:1rem;margin-top:1.3rem}
.product-card-wrapper .card__delivery-time .delivery-date{font-weight:700}