.cart-drawer .featured-carousel-drawer .product-form__buttons .price{
    color: unset;
    font-size: unset;
    display: inline-block;
}
.cart-drawer .featured-carousel-drawer .product-form__buttons .price__sale .price-item--regular{
    display: none;
}
.cart-drawer .featured-carousel-drawer .card .product-form__submit{
    padding: 0.8rem 0;
    line-height: normal;
    visibility: visible;
    opacity: 1;
}
.cart-drawer .featured-carousel-drawer .card .product-form__submit .price{
    line-height: inherit;
}
.cart-drawer .featured-carousel-drawer .card .card__heading{
max-width: 70%;
}
.cart-drawer .featured-carousel-drawer .card .card__heading a{
    overflow: unset;
    white-space: break-spaces;
}
