.price {
  position: relative;
}
.price.price--sm .price__content {
  padding: 5px 10px;
  font-size: 1.2rem;
}
.price.price--sm .price__content:before {
  content: '';
  position: absolute;
  left: -48px;
  top: 0;
  border: 24px solid transparent;
  border-right-color: inherit;
}
.price .price__content {
  position: relative;
  display: inline-block;
  padding: 15px 20px;
  color: #542;
  background: #ffd119;
  border-radius: 0 5px 5px 0;
  font-size: 1.2rem;
  min-width: 150px;
  text-align: center;
  font-weight: 700;
  text-shadow: 0 1px 0 #fff1b8;
}
.price .price__content:before {
  content: '';
  position: absolute;
  left: -48px;
  top: 0;
  border: 24px solid transparent;
  border-right-color: #ffd119;
}
.price .price__currency {
  font-size: 0.7rem;
  color: #94722f;
}
