.product-item__price_and_reviews_row:has(.hulk-price-before){
  justify-content: flex-start;
  .hulk-price-before + .price {
    display: inline-block;
    width: fit-content;
    margin-bottom: 0;
    .price__badges {
      margin-left: 0;
    }
  }
}

