.product-recommendations-extended .section-header {
  display: flex;
}

.product-recommendations-extended .product-style .price-list sale-price.text-on-sale {
    color: #017E51;
    font-weight: 600;
}

.product-recommendations-extended .product-style .price-list {
    flex-direction: row-reverse;
    justify-content: left;
}

.product-recommendations-extended .product-style .price-list .saving {
    display: none;
}