.related-products {
  display: block;
}

.related-products__heading {
  margin: 0 0 3rem;
}

/* product-recommendations */
product-recommendations{
  .product-grid{
    .product-card-wrapper{
      .card__content{
        .price .price__regular .appstle_subscription_final_price{
          display: none;
        }
        .price .price-item--regular[data-appstle-price-modified="true"] {
          text-decoration: none !important;
        }
      }
    }
  }
}