
.spp {
  --spp-bg: #ffffff;
  --spp-text: #171a24;
  --spp-muted: #6f778c;
  --spp-line: #e6e8ef;
  --spp-purple: #5b3bff;
  --spp-purple-soft: #f4f1ff;
  --spp-purple-soft-2: #faf9ff;
  --spp-green-bg: #e8f8ee;
  --spp-green-text: #197447;
  --spp-pink-bg: #fdebf1;
  --spp-pink-text: #a14a6b;
  --spp-yellow-bg: #fff3d8;
  --spp-yellow-text: #9a6900;
  --spp-lilac-bg: #f0e8ff;
  --spp-lilac-text: #7f55d9;
  --spp-gift-bg: #e8f6ff;
  --spp-gift-text: #0b7fb0;
  --spp-deal-bg: #eaf9ee;
  --spp-deal-text: #197447;
  --spp-blue: #01A1D6;
  --spp-shadow: 0 14px 34px rgba(23, 26, 36, 0.06);
  --spp-radius-xl: 28px;
  --spp-radius-lg: 22px;
  --spp-max: 760px;
  font-family: "Poppins", sans-serif;
  color: var(--spp-text);
  width: 100%;
  margin: 0 auto;
  padding: 0 0 110px;
}

.spp *,
.spp *::before,
.spp *::after {
  box-sizing: border-box;
}

.spp img {
  max-width: 100%;
  display: block;
}

.spp button {
  font: inherit;
}

.spp__shell {
  width: min(100%, var(--spp-max));
  margin: 0 auto;
}

.spp__packages,
.spp__usage,
.spp__faq {
  content-visibility: auto;
  contain-intrinsic-size: 1px 900px;
}

.spp__card {
  background: var(--spp-bg);
  border: 1px solid var(--spp-line);
  border-radius: var(--spp-radius-xl);
  box-shadow: var(--spp-shadow);
}

.spp__hero {
  overflow: hidden;
  margin-bottom: 14px;
  background: linear-gradient(180deg, #fbfaff 0%, #f5f1ff 100%);
}

.spp__hero-media {
  padding: 20px 20px 0;
}

.spp__hero-badges {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 18px;
}

.spp__pill {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 34px;
  padding: 8px 14px;
  border-radius: 999px;
  border: 1px solid var(--spp-line);
  background: #fff;
  font-size: 12px;
  line-height: 1;
  font-weight: 600;
  color: var(--spp-text);
}

.spp__pill--favorite {
  background: var(--spp-green-bg);
  color: var(--spp-text);
  border-color: transparent;
}

.spp__pill--loyal {
  background: var(--spp-lilac-bg);
  color: var(--spp-text);
  border-color: transparent;
}

.spp__pill--gift {
  background: var(--spp-gift-bg);
  color: var(--spp-text);
  border-color: transparent;
}

.spp__pill--deal {
  background: var(--spp-deal-bg);
  color: var(--spp-text);
  border-color: transparent;
}

.spp__pill--shipping {
  background: var(--spp-blue);
  border-color: transparent;
  color: #fff;
}

.spp__payment-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 34px;
  padding: 8px 14px;
  border-radius: 999px;
  border: 1px solid var(--spp-line);
  background: #fff;
}

.spp__payment-divider {
  width: 1px;
  height: 16px;
  background: #d9dee9;
}

.spp__payment-logo {
  display: block;
  height: 18px;
  width: auto;
  object-fit: contain;
}

.spp__payment-logo--vipps {
  width: 62px;
}

.spp__payment-logo--klarna {
  width: 58px;
}

.spp__hero-stage {
  position: relative;
  min-height: 290px;
  display: grid;
  place-items: center;
  margin-bottom: 30px;
}

.spp__sale-badge {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 58px;
  min-height: 52px;
  padding: 8px 10px;
  border-radius: 16px;
  background: #06c000;
  color: #ffffff;
  line-height: 1;
  font-weight: 800;
  letter-spacing: 0.01em;
  text-align: center;
  gap: 2px;
}

.spp__sale-badge-value {
  display: block;
  font-size: 18px;
  line-height: 1;
  font-weight: 800;
}

.spp__sale-badge-label {
  display: block;
  font-size: 10px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.spp__sale-badge--hero {
  position: absolute;
  top: 10px;
  right: 6px;
  z-index: 3;
  box-shadow: 0 10px 20px rgba(6, 192, 0, 0.16);
}

.spp__sale-badge--card {
  margin-left: auto;
  align-self: flex-start;
}

.spp__hero-glow {
  position: absolute;
  inset: 50% auto auto 50%;
  width: 82%;
  aspect-ratio: 1;
  transform: translate(-50%, -46%);
  border-radius: 999px;
  background: radial-gradient(circle, rgba(91, 59, 255, 0.12) 0%, rgba(91, 59, 255, 0.05) 44%, rgba(91, 59, 255, 0) 75%);
}

.spp__hero-image {
  position: relative;
  z-index: 2;
  width: min(78%, 360px);
  margin: 0 auto;
  filter: drop-shadow(0 18px 24px rgba(91, 59, 255, 0.15));
}

.spp__hero-header {
  padding: 28px 20px 14px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.spp__hero-content {
  padding: 0 20px 24px;
}

.spp__title-wordmark {
  display: block;
  width: 288px;
  max-width: 288px;
  height: auto;
  max-height: 67px;
  object-fit: contain;
}

.spp__title {
  margin: 0 0 16px;
  display: block;
  font-size: 30px;
  line-height: 1.05;
  font-weight: 700;
}

.spp__title-product {
  display: block;
  color: var(--spp-purple);
}

.spp__title-product-image {
  display: block;
  width: 150px;
  max-width: 100%;
  height: auto;
  object-fit: contain;
}

.spp__pack-title-image {
  display: block;
  width: 120px;
  max-width: 100%;
  height: auto;
  object-fit: contain;
}

.spp__pack-title-text {
  display: inline-block;
}

.spp__blurb {
  margin: 0 0 14px;
  font-size: 15px;
  line-height: 1.58;
  color: var(--spp-muted);
}

.spp__trust {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 14px;
}

.spp__trust-metric {
  font-size: 15px;
  line-height: 1.35;
  font-weight: 700;
  color: var(--spp-text);
}


.spp__price-row {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 4px;
}

.spp__price {
  font-size: 38px;
  line-height: 1;
  font-weight: 700;
  color: var(--spp-purple);
}

.spp__compare {
  font-size: 18px;
  line-height: 1;
  color: var(--spp-muted);
  text-decoration: line-through;
}

.spp__subprice {
  font-size: 14px;
  line-height: 1.5;
  color: var(--spp-muted);
}

.spp__hero-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
  margin-bottom: 16px;
}

.spp__save-pill {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 8px 12px;
  border-radius: 999px;
  background: #00b142;
  color: #fff;
  border-color: transparent;
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
}

.spp__mini-pill {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid var(--spp-line);
  background: #fff;
  color: var(--spp-text);
  font-size: 12px;
  line-height: 1;
  font-weight: 600;
}

.spp__count-pill {
  font-size: 14px;
  font-weight: 700;
  color: var(--spp-text);
  white-space: nowrap;
}

.spp__count-pill--button {
  appearance: none;
  cursor: pointer;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.spp__count-pill--button:hover {
  transform: translateY(-1px);
  border-color: rgba(91, 59, 255, 0.24);
  box-shadow: 0 10px 18px rgba(23, 26, 36, 0.08);
}

.spp__count-pill--button:focus-visible {
  outline: 2px solid rgba(91, 59, 255, 0.32);
  outline-offset: 2px;
}

.spp__shipping-pill {
  background: var(--spp-blue);
  color: #fff;
  border-color: transparent;
}

.spp__hero-cta,
.spp__hero-cta *,
.spp__sticky-btn,
.spp__sticky-btn * {
  font-weight: 700 !important;
}

.spp__hero-cta {
  display: block;
  width: 100%;
  min-height: 56px;
  border: 0;
  border-radius: 18px;
  background: var(--spp-purple);
  color: #fff;
  font-size: 16px;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 14px 26px rgba(91, 59, 255, 0.22);
  transition: transform 0.15s ease, opacity 0.15s ease;
  white-space: normal;
  text-align: center;
  padding: 0 18px;
  overflow-wrap: anywhere;
}

.spp__hero-cta:hover {
  transform: translateY(-1px);
}

.spp__hero-cta:disabled {
  opacity: 0.75;
  cursor: wait;
  transform: none;
}

.spp__vipps-express {
  margin-top: 12px;
  min-height: 52px;
}

.spp__vipps-express img {
  display: block;
  width: auto;
  height: 44px;
}

.spp__hero-feedback {
  min-height: 18px;
  margin-top: 10px;
  text-align: center;
  font-size: 13px;
  line-height: 1.35;
  color: var(--spp-green-text);
}

.spp__packages {
  padding: 18px;
  margin-bottom: 14px;
}

.spp__section-title {
  margin: 0 0 14px;
  font-size: 22px;
  line-height: 1.12;
  font-weight: 700;
}

.spp__pack-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.spp__pack-card,
.spp__pack-card:hover,
.spp__pack-card:focus,
.spp__pack-card:active {
  color: var(--spp-text);
}

.spp__pack-card {
  position: relative;
  min-height: 286px;
  text-align: left;
  padding: 12px;
  border: 1px solid rgba(91, 59, 255, 0.18);
  border-radius: 22px;
  background: linear-gradient(180deg, #fbf9ff 0%, #f5f2ff 100%);
  cursor: pointer;
  transition: transform 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease, background-color 0.15s ease;
}

.spp__pack-card:hover {
  transform: translateY(-1px);
  border-color: rgba(91, 59, 255, 0.26);
  box-shadow: 0 12px 22px rgba(23, 26, 36, 0.05);
  background: linear-gradient(180deg, #fcfbff 0%, #f7f4ff 100%);
}

.spp__pack-badge-row {
  min-height: 26px;
  margin-bottom: 8px;
}

.spp__pack-badge {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 4px 8px;
  border-radius: 999px;
  font-size: 11px;
  line-height: 1;
  font-weight: 700;
}

.spp__pack-title {
  margin: 0 0 12px;
  min-height: 30px;
  display: flex;
  align-items: center;
  font-size: 20px;
  line-height: 1.05;
  font-weight: 700;
  color: var(--spp-purple);
}

.spp__pack-image-wrap {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  min-height: 78px;
  margin-bottom: 12px;
}

.spp__pack-image {
  width: 76px;
  height: 76px;
  object-fit: contain;
  filter: drop-shadow(0 8px 12px rgba(91, 59, 255, 0.08));
}

.spp__pack-meta {
  display: flex;
  flex-direction: column;
  gap: 2px;
  margin-bottom: 12px;
  font-size: 13px;
  line-height: 1.32;
  color: var(--spp-muted);
  font-weight: 500;
}

.spp__pack-price-row {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 10px;
}

.spp__pack-price {
  font-size: 20px;
  line-height: 1;
  font-weight: 700;
  color: var(--spp-purple);
}

.spp__pack-compare {
  font-size: 14px;
  line-height: 1;
  color: var(--spp-muted);
  text-decoration: line-through;
}

.spp__pack-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.spp__pack-green-pill {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 7px 10px;
  border-radius: 999px;
  background: #00b142;
  color: #fff;
  border-color: transparent;
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
}

.spp__pack-shipping-pill {
  background: var(--spp-blue);
  color: #fff;
  border-color: transparent;
}

.spp__pack-mini-pill {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 7px 10px;
  border-radius: 999px;
  border: 1px solid var(--spp-line);
  background: #fff;
  color: var(--spp-text);
  font-size: 12px;
  line-height: 1;
  font-weight: 600;
}

.spp__usage {
  display: grid;
  gap: 10px;
  margin-bottom: 14px;
}

.spp__usage-item {
  position: relative;
  padding: 18px;
  text-align: center;
  background: linear-gradient(180deg, #ffffff 0%, #fbf9ff 100%);
  border: 1px solid rgba(91, 59, 255, 0.10);
  box-shadow: 0 14px 28px rgba(23, 26, 36, 0.05);
  overflow: hidden;
}

.spp__usage-item::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 5px;
  background: linear-gradient(90deg, rgba(91, 59, 255, 0.10) 0%, rgba(91, 59, 255, 0.28) 50%, rgba(91, 59, 255, 0.10) 100%);
}

.spp__usage-item::after {
  display: none;
}

.spp__usage-num-wrap {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  margin-bottom: 12px;
}

.spp__usage-num {
  width: 56px;
  height: 56px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: linear-gradient(180deg, #f8f4ff 0%, #efe8ff 100%);
  color: var(--spp-purple);
  border: 1px solid rgba(91, 59, 255, 0.10);
  box-shadow: 0 10px 20px rgba(91, 59, 255, 0.08);
  font-size: 22px;
  line-height: 1;
  font-weight: 700;
}

.spp__usage-title {
  position: relative;
  z-index: 1;
  margin: 0 0 16px;
  font-size: 20px;
  line-height: 1.34;
  font-weight: 700;
  text-align: center;
}

.spp__usage-copy {
  position: relative;
  z-index: 1;
  margin: 0;
  font-size: 15px;
  line-height: 1.62;
  color: var(--spp-muted);
  text-align: center;
}

.spp__reviews {
  margin-bottom: 14px;
  content-visibility: auto;
  contain-intrinsic-size: 1px 1400px;
}

.spp__review-list {
  display: grid;
  gap: 10px;
}

.spp__review {
  padding: 16px;
}

.spp__review-top {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 12px;
  align-items: start;
  margin-bottom: 10px;
}

.spp__review-product-image {
  width: 58px;
  height: 58px;
  object-fit: contain;
  object-position: center;
  border-radius: 25px;
  background: transparent;
  border: 0;
  box-shadow: none;
  padding: 0;
  overflow: hidden;
  display: block;
}

.spp__review-stars {
  margin-bottom: 6px;
  font-size: 15px;
  line-height: 1;
  letter-spacing: 0.04em;
  color: #ff9f1c;
}

.spp__review-name {
  font-size: 16px;
  line-height: 1.2;
  font-weight: 700;
}

.spp__review-bought {
  margin-top: 4px;
  font-size: 12px;
  line-height: 1.35;
  color: var(--spp-muted);
  font-weight: 600;
}

.spp__review-copy {
  margin: 0 0 10px;
  font-size: 14px;
  line-height: 1.62;
  color: var(--spp-muted);
}

.spp__review-date {
  font-size: 12px;
  line-height: 1.35;
  color: var(--spp-muted);
  font-weight: 600;
}

.spp__review-note {
  margin-top: 12px;
  padding: 14px 16px;
  border-radius: 18px;
  background: var(--spp-green-bg);
  color: var(--spp-green-text);
  font-size: 13px;
  line-height: 1.58;
  font-weight: 500;
}

.spp__loading {
  padding: 18px;
  border-radius: 18px;
  background: #fff;
  border: 1px solid var(--spp-line);
  font-size: 14px;
  line-height: 1.45;
  color: var(--spp-muted);
}

.spp__faq {
  padding: 18px;
  margin-bottom: 14px;
}

.spp__faq-intro {
  margin-bottom: 14px;
  padding: 18px;
  border: 1px solid rgba(91, 59, 255, 0.12);
  border-radius: 22px;
  background: linear-gradient(180deg, #fbf9ff 0%, #f5f2ff 100%);
}

.spp__faq-kicker {
  display: none;
}

.spp__faq-lead {
  margin: 0;
  font-size: 15px;
  line-height: 1.65;
  color: var(--spp-muted);
}

.spp__faq-highlights {
  display: none;
}

.spp__faq-highlight {
  display: none;
}

.spp__faq-list {
  display: grid;
  gap: 10px;
}

.spp__faq-item {
  border: 1px solid rgba(91, 59, 255, 0.12);
  border-radius: 20px;
  overflow: hidden;
  background: linear-gradient(180deg, #ffffff 0%, #fcfbff 100%);
  box-shadow: 0 10px 22px rgba(23, 26, 36, 0.04);
}

.spp__faq-q {
  width: 100%;
  border: 0;
  background: transparent;
  padding: 18px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  text-align: left;
  cursor: pointer;
  font-size: 17px;
  line-height: 1.45;
  font-weight: 700;
  color: var(--spp-text);
}

.spp__faq-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  background: var(--spp-purple-soft);
  color: var(--spp-purple);
  font-size: 20px;
  line-height: 1;
  flex: 0 0 auto;
}

.spp__faq-a {
  display: none;
  padding: 0 18px 18px;
  font-size: 15px;
  line-height: 1.72;
  color: var(--spp-muted);
}

.spp__faq-item.is-open .spp__faq-a {
  display: block;
}

.spp__faq-item.is-open {
  background: linear-gradient(180deg, #fbf9ff 0%, #f7f4ff 100%) !important;
  border-color: rgba(91, 59, 255, 0.18);
  box-shadow: 0 16px 30px rgba(91, 59, 255, 0.08);
}

.spp__faq-item.is-open .spp__faq-q {
  background: transparent !important;
  color: var(--spp-text) !important;
}

.spp__faq-item.is-open .spp__faq-icon {
  background: #ffffff;
  color: var(--spp-purple);
  box-shadow: inset 0 0 0 1px rgba(91, 59, 255, 0.14);
}

.spp__faq-answer-inner p {
  margin: 0 0 14px;
}

.spp__faq-answer-inner p:last-child {
  margin-bottom: 0;
}

.spp__faq-answer-inner strong {
  color: inherit;
  font-weight: inherit;
}

.spp__faq-subtitle {
  margin: 4px 0 10px;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 800;
  color: var(--spp-purple);
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.spp__faq-note {
  margin-top: 14px;
  padding: 12px 14px;
  border-radius: 16px;
  background: linear-gradient(180deg, #f6fff8 0%, #eefcf3 100%);
  border: 1px solid rgba(25, 116, 71, 0.12);
  color: #111111;
  font-size: 14px;
  line-height: 1.55;
  font-weight: 300;
}

.spp__faq-journey {
  display: grid;
  gap: 10px;
}

.spp__faq-step {
  padding: 14px;
  border-radius: 18px;
  background: #ffffff;
  border: 1px solid rgba(91, 59, 255, 0.10);
  box-shadow: 0 8px 18px rgba(23, 26, 36, 0.03);
}

.spp__faq-step-num {
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  background: var(--spp-purple-soft);
  color: var(--spp-purple);
  font-size: 16px;
  line-height: 1;
  font-weight: 800;
  margin-bottom: 10px;
}

.spp__faq-step-title {
  margin: 0 0 8px;
  font-size: 16px;
  line-height: 1.35;
  font-weight: 800;
  color: var(--spp-text);
}

.spp__faq-step p {
  margin: 0;
  font-size: 14px;
  line-height: 1.68;
  color: var(--spp-muted);
}

@media (min-width: 768px) {
  .spp__usage-item {
    transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
  }

  .spp__usage-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 16px 30px rgba(23, 26, 36, 0.07);
    border-color: rgba(91, 59, 255, 0.16);
  }


  .spp__faq-journey {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.spp__sticky {
  position: fixed;
  left: 50%;
  bottom: 12px;
  transform: translateX(-50%);
  width: min(calc(100% - 24px), var(--spp-max));
  padding: 12px;
  border: 1px solid rgba(230, 232, 239, 0.95);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(12px);
  box-shadow: 0 18px 36px rgba(23, 26, 36, 0.12);
  z-index: 400;
}

.spp__sticky-inner {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px;
  align-items: center;
}

.spp__sticky-price {
  font-size: 24px;
  line-height: 1;
  font-weight: 700;
  color: var(--spp-purple);
}

.spp__sticky-meta {
  margin-top: 4px;
  font-size: 12px;
  line-height: 1.35;
  color: var(--spp-muted);
}

.spp__sticky-btn {
  min-width: 156px;
  min-height: 48px;
  border: 0;
  border-radius: 16px;
  background: var(--spp-purple);
  color: #fff;
  font-size: 15px;
  line-height: 1;
  cursor: pointer;
  padding: 0 18px;
}

.spp__sticky-btn:disabled {
  opacity: 0.75;
  cursor: wait;
}

.spp__star-meter {
  position: relative;
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
}

.spp__star-meter-base {
  color: #d8dce9;
}

.spp__star-meter-fill {
  position: absolute;
  top: 0;
  left: 0;
  width: var(--rating-pct);
  overflow: hidden;
  white-space: nowrap;
  color: #ff9f1c;
}

.spp__star-meter--sm {
  font-size: 22px;
  letter-spacing: 0.08em;
}

.spp__star-meter--xl {
  font-size: 34px;
  letter-spacing: 0.08em;
}

.spp__reviews-summary {
  margin-bottom: 12px;
  padding: 18px;
  background: linear-gradient(180deg, #fbfaff 0%, #f5f1ff 100%);
  border: 1px solid rgba(91, 59, 255, 0.14);
}

.spp__reviews-summary-row {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}

.spp__reviews-summary-text {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.spp__reviews-summary-score {
  font-size: 24px;
  line-height: 1;
  font-weight: 700;
  color: var(--spp-purple);
}


.spp__reviews-more {
  width: 100%;
  min-height: 52px;
  margin-top: 12px;
  border: 1px solid rgba(91, 59, 255, 0.18);
  border-radius: 18px;
  background: #fff;
  color: var(--spp-purple);
  font-size: 15px;
  line-height: 1;
  font-weight: 700;
  cursor: pointer;
  transition: transform 0.15s ease, box-shadow 0.15s ease, border-color 0.15s ease;
}

.spp__reviews-more:hover {
  transform: translateY(-1px);
  border-color: rgba(91, 59, 255, 0.28);
  box-shadow: 0 12px 22px rgba(23, 26, 36, 0.05);
}

.spp__reviews-more:disabled {
  opacity: 0.75;
  cursor: wait;
}


@media (max-width: 480px) {
  .spp__hero-header {
    padding: 22px 16px 10px;
  }

  .spp__title {
    font-size: 24px;
  }

  .spp__title-wordmark {
    width: 228px;
    max-width: 228px;
    height: auto;
    max-height: 50px;
  }


  .spp__faq-intro {
    padding: 16px;
    border-radius: 20px;
  }

  .spp__faq-q {
    padding: 16px;
    font-size: 16px;
  }

  .spp__faq-a {
    padding: 0 16px 16px;
    font-size: 14px;
  }


  .spp__sale-badge {
    min-height: 30px;
    padding: 7px 10px;
    font-size: 11px;
  }

  .spp__sale-badge--hero {
    top: 4px;
    right: 2px;
    min-height: 34px;
    padding: 8px 11px;
    font-size: 11px;
  }


  .spp__reviews-summary {
    padding: 16px;
  }

  .spp__reviews-summary-row {
    flex-wrap: nowrap;
    align-items: center;
    gap: 8px;
  }

  .spp__reviews-summary-text {
    flex-wrap: nowrap;
    align-items: center;
    gap: 6px;
    min-width: 0;
  }

  .spp__star-meter--xl {
    font-size: 22px;
    letter-spacing: 0.04em;
    flex: 0 0 auto;
  }

  .spp__reviews-summary-score {
    display: block;
    font-size: 16px;
    line-height: 1;
    white-space: nowrap;
  }

  .spp__count-pill {
    min-height: 30px;
    padding: 6px 9px;
    font-size: 12px;
    white-space: nowrap;
    flex: 0 0 auto;
  }
}

@media (max-width: 420px) {
  .spp__hero-cta {
    font-size: 15px;
    min-height: 54px;
  }

  .spp__payment-logo--vipps,
  .spp__payment-logo--klarna {
    width: 50px;
  }
}

@media (min-width: 768px) {
  .spp {
    padding-bottom: 28px;
  }

  .spp__sticky {
    display: none;
  }

  .spp__hero {
    display: grid;
    grid-template-columns: 0.92fr 1.08fr;
    column-gap: 38px;
    align-items: center;
  }

  .spp__hero-header {
    grid-column: 1 / -1;
    padding: 34px 24px 14px;
  }

  .spp__title-wordmark {
    width: 396px;
    max-width: 396px;
    max-height: 94px;
  }

  .spp__hero-media {
    padding: 18px 0 24px 24px;
  }

  .spp__hero-content {
    padding: 18px 28px 24px 0;
  }

  .spp__hero-stage {
    margin-bottom: 0;
  }

  .spp__pack-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .spp__usage {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .spp__review-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
