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 {
  margin-bottom: 1em;
  border: 0.1rem solid #d3cecb;
  outline: none;
  background: white;
  box-shadow: 0px 0.6px 1.8px rgba(0, 0, 0, 0.1), 0px 3.2px 7.2px rgba(0, 0, 0, 0.13);
  display: flex;
  padding: 1.5em;
  word-break: break-word;
  text-decoration: none;
  border-radius: 0.8rem;
}
pn-product-tile [slot=content] h3 {
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin-bottom: 0.5em;
}
pn-product-tile > pn-illustration {
  min-width: 8rem;
  width: 8rem;
  height: 8rem;
  margin-right: 3rem;
  align-self: center;
}
pn-product-tile .tilecontent {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-grow: 1;
}
pn-product-tile .details {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
}
pn-product-tile .info {
  display: flex;
  justify-content: space-between;
  flex-grow: 1;
  max-width: 66.6666666667%;
  flex-flow: wrap;
}
pn-product-tile .info > * {
  min-width: 6em;
  margin: 0.2em 1em 0.2em 0;
}