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 {
  border: 0.1rem solid #d3cecb;
  outline: none;
  background: #ffffff;
  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;
  word-break: break-word;
  text-decoration: none;
  border-radius: 0.8rem;
  position: relative;
  padding: 11rem 2.4rem 2.4rem;
  margin-bottom: 1.6rem;
}
@media screen and (min-width: 36em) {
  pn-product-card {
    padding: 2.4rem;
  }
}
pn-product-card [slot=title] {
  display: flex;
  width: 100%;
  margin-bottom: 0.8rem;
  gap: 1.6rem;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 36em) {
  pn-product-card [slot=title] {
    flex-direction: row;
    align-items: inherit;
  }
}
pn-product-card [slot=title] h2 {
  width: 100%;
}
@media screen and (min-width: 36em) {
  pn-product-card [slot=title] h2 {
    width: auto;
  }
}
pn-product-card [slot=title] h2 > a {
  color: #000000;
}
pn-product-card [slot=title] h2 > a::after {
  content: "" !important;
}
pn-product-card [slot=note] {
  margin-top: 1em;
  margin-bottom: 1em;
  font-size: 0.8em;
}
pn-product-card [slot=additionalUSP] {
  display: flex;
}
pn-product-card [slot=additionalUSP] :first-child {
  margin-left: 0em;
}
pn-product-card [slot=additionalUSP] span {
  margin-left: 1em;
  background: #d3cecb;
  color: #2d2013;
  border-radius: 0.25em;
  width: fit-content;
  padding: 0.3em;
  margin-top: 0.5em;
  font-size: 0.75em;
}
pn-product-card > pn-illustration {
  min-width: 8rem;
  width: 8rem;
  height: 8rem;
  align-self: center;
  position: absolute;
  top: 1.6rem;
  transform: translateX(-50%);
  left: 50%;
  box-shadow: 0px 0.6px 1.8px rgba(0, 0, 0, 0.1), 0px 3.2px 7.2px rgba(0, 0, 0, 0.13);
  border-radius: 100%;
}
@media screen and (min-width: 36em) {
  pn-product-card > pn-illustration {
    box-shadow: none;
    top: 1.6rem;
    right: 1.6rem;
    left: auto;
    transform: none;
  }
}
@media screen and (min-width: 48em) {
  pn-product-card > pn-illustration {
    position: static;
    top: auto;
    right: auto;
    margin-right: 3rem;
  }
}
pn-product-card .cardcontent {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-grow: 1;
}
@media screen and (min-width: 48em) {
  pn-product-card .cardcontent {
    flex-direction: row;
    gap: 1.6rem;
  }
}
pn-product-card [slot=cardprice] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0.6em;
  flex-grow: 1;
}
@media screen and (min-width: 36em) {
  pn-product-card [slot=cardprice] {
    flex-direction: row;
    justify-content: space-between;
  }
}
@media screen and (min-width: 48em) {
  pn-product-card [slot=cardprice] {
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
  }
}
pn-product-card [slot=mobiledownload] {
  margin-top: 1rem;
  white-space: nowrap;
  text-align: center;
  display: flex;
  flex-direction: column;
}
pn-product-card [slot=mobiledownload] #riktiga {
  order: 4;
  margin-top: 1em;
}
pn-product-card [slot=mobiledownload] #riktiga > div > a::after {
  content: "" !important;
}
pn-product-card [slot=mobiledownload] .riktigaAndroidImg {
  width: 6em;
  margin: 0.5em;
}
pn-product-card [slot=mobiledownload] .riktigaAppleImg {
  width: 5.6em;
  margin: 0.5em;
}
pn-product-card [slot=mobiledownload] a {
  text-decoration: none;
  color: #005d92;
}
pn-product-card [slot=mobiledownload] a h3 {
  text-decoration: underline;
}
pn-product-card [slot=servicepoint] {
  flex-direction: column;
  justify-content: center;
  flex-grow: 2;
  align-items: flex-end;
  text-align: center;
}
@media screen and (min-width: 36em) {
  pn-product-card [slot=servicepoint] {
    flex-direction: row;
    justify-content: space-between;
  }
}
@media screen and (min-width: 48em) {
  pn-product-card [slot=servicepoint] {
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
  }
}
pn-product-card .details {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
}
pn-product-card .info {
  display: flex;
  justify-content: space-between;
  flex-grow: 1;
  flex-flow: wrap;
  padding: 0 1em 0 0;
}
pn-product-card .info > * {
  min-width: 6em;
  margin: 0.5em 1em 0.5em 0;
}