.shop-page-price {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  margin-top: 0.5rem;
  margin-bottom: 20px;
}

.shop-page-price__msrp {
  text-decoration: line-through;
  font-size: 0.875rem;
  color: #414348;
}

.shop-page-price__current {
  font-weight: bold;
  font-size: 1.125rem;
  color: #000;
}
