.gwt-price-block {
  font-family: halyard-text;
  margin-bottom: 12px;
  font-size: 17.5px;
  margin-top: 5px;
}

.gwt-price-row {
  display: flex;
  align-items: baseline;
  gap: 6px;
  line-height: 1.6;
}

.gwt-price-label {
  font-size: 0.921rem;
  min-width: 3rem;
}

.gwt-list-price .gwt-price-label {
  color: #555;
  text-decoration: line-through;
}
.gwt-list-price .gwt-price-value {
  font-size: 0.921rem;
  color: #555;
  text-decoration: line-through;
}

.gwt-our-price .gwt-price-label,
.gwt-our-price .gwt-price-value {
  font-size: 0.921rem;
  font-weight: 500;
  color: #121212;
}

.gwt-has-sale .gwt-our-price .gwt-price-label,
.gwt-has-sale .gwt-our-price .gwt-price-value {
  color: #555;
}

.gwt-sale-price .gwt-price-label,
.gwt-sale-price .gwt-price-value {
  font-size: 0.921rem;
  font-weight: 500;
  color: #121212;
}

.gwt-price-label,
.gwt-price-value,
.gwt-savings-badge {
  font-family: halyard-text;
  font-size: 15px !important;
  line-height: 120% !important;
  letter-spacing: -2.5% !important;
  font-weight: 500 !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smooth: never;
}

.gwt-savings-badge {
  display: inline-flex;
  gap: 8px;
  padding: 2px 7px 4px 7px !important;
  background: #feaa01;
  border-radius: 2px;
  font-size: 19px;
  color: #121212;
  font-weight: 500;
  font-style: italic;
}

/* suppress browser-default underline on ins (sale price) and line-through on del (our price) */
.gwt-our-price .gwt-price-value,
.gwt-sale-price .gwt-price-value {
  text-decoration: none;
}

.gwt-price-block .gwt-list-price {
  margin-bottom: 2px;
}

.gwt-price-block .gwt-sale-price {
  margin-top: 1px;
}

.gwt-price-label,
.gwt-price-value,
.gwt-savings-badge{
   font-family: halyard-text;
   font-size: 15px !important;
    line-height: 120% !important;
    letter-spacing: -2.5% !important;
    font-weight: 500 !important;
    -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
    font-smooth: never;
}