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-card-price {
  margin-top: 1rem;
  white-space: nowrap;
  text-align: center;
  display: flex;
  flex-direction: column;
}
pn-product-card-price span:last-child {
  display: inline-block;
  margin-left: 0.2em;
}
pn-product-card-price + pn-product-card-price {
  margin-right: 0;
}
pn-product-card-price pn-icon {
  display: inline-block;
  align-self: center;
}
pn-product-card-price .price {
  font-size: 2.5em;
  font-weight: bold;
  order: 1;
}
pn-product-card-price pn-button {
  min-width: 12.8em;
  font-size: 1.25;
  order: 2;
}
@media screen and (min-width: 48em) {
  pn-product-card-price pn-button {
    order: 3;
    margin-bottom: 1.6rem;
  }
}
pn-product-card-price p {
  font-weight: lighter;
  font-size: 0.875em;
  align-self: center;
  margin-top: 0.8rem;
  order: 3;
}
@media screen and (min-width: 48em) {
  pn-product-card-price p {
    order: 2;
  }
}