pn-button-dropdown .pn-button-dropdown > pn-button > .pn-button {
  min-height: initial;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
@media screen and (max-width: 767px) {
  .sr-only-mobile {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }
}

pn-product-tile-price {
  margin-top: 1em;
  white-space: nowrap;
  text-align: right;
}
pn-product-tile-price span {
  font-size: 3em;
  font-size: clamp(2em, 6vw, 3em);
}
pn-product-tile-price span:last-child {
  display: inline-block;
  margin-left: 0.2em;
}
pn-product-tile-price + pn-product-tile-price {
  margin-left: 1.5em;
}
pn-product-tile-price pn-icon {
  display: inline-block;
  align-self: center;
}
pn-product-tile-price a {
  text-decoration: none;
  color: #005d92;
}
pn-product-tile-price a h3 {
  text-decoration: underline;
}