.divided-format__price {
    display     : -webkit-box;
    display     : -ms-flexbox;
    display     : flex;
    font-size   : 1em;
    line-height : 0.75;
    color       : currentColor;
}

.divided-format__price .right {
    display         : flex;
    flex-direction  : column;
    justify-content : space-between;
}

.divided-format__price .cent, .product-price-and-shipping .divided-format__price .right .currency {
  font-size: 26.25px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
