.elementor-36202 .elementor-element.elementor-element-29bfd63{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS */.ns-page {
  --ns-ink: #07110f;
  --ns-ink-soft: #12211d;
  --ns-green: #71cf29;
  --ns-green-dark: #4aa514;
  --ns-mint: #65e2d0;
  --ns-purple: #8d63ff;
  --ns-pink: #f04492;
  --ns-paper: #f5f8f7;
  --ns-line: #dce6e1;
  --ns-text: #17211e;
  --ns-muted: #60706a;
  color: var(--ns-text);
}

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

.ns-page .ns-hero,
.ns-page .ns-warning,
.ns-page .ns-intro,
.ns-page .ns-highlights,
.ns-page .ns-products-heading,
.ns-page .ns-section,
.ns-page .ns-final-cta {
  width: calc(100% - 40px);
  max-width: 1180px;
  margin-inline: auto;
}

.ns-page h1,
.ns-page h2,
.ns-page h3,
.ns-page p {
  margin-top: 0;
}

.ns-page h2 {
  margin-bottom: 14px;
  color: var(--ns-ink);
  font-size: 46px;
  font-weight: 800;
  line-height: 1.06;
  letter-spacing: -0.035em;
}

.ns-page h3 {
  color: var(--ns-ink);
}

.ns-page p {
  line-height: 1.7;
}

.ns-page a {
  text-underline-offset: 3px;
}

.ns-eyebrow,
.ns-section-kicker {
  margin-bottom: 12px;
  color: var(--ns-green-dark);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .16em;
  line-height: 1.3;
}

.ns-hero {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(330px, .85fr);
  align-items: center;
  gap: 72px;
  min-height: 570px;
  margin-top: 28px;
  padding: 76px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.11);
  border-radius: 30px;
  background:
    radial-gradient(circle at 81% 75%, rgba(141,99,255,.43), transparent 31%),
    radial-gradient(circle at 61% 13%, rgba(101,226,208,.24), transparent 27%),
    linear-gradient(135deg, #07110f 0%, #0a1513 55%, #111421 100%);
  box-shadow: 0 28px 70px rgba(7,17,15,.18);
}

.ns-hero::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  opacity: .14;
  background-image:
    linear-gradient(rgba(255,255,255,.12) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.12) 1px, transparent 1px);
  background-size: 46px 46px;
}

.ns-hero__copy {
  position: relative;
  z-index: 2;
}

.ns-hero .ns-eyebrow {
  color: var(--ns-mint);
}

.ns-hero h1 {
  margin-bottom: 22px;
  color: #fff;
  font-size: 84px;
  font-weight: 900;
  line-height: .94;
  letter-spacing: -0.055em;
}

.ns-hero h1 span {
  display: block;
  max-width: 700px;
  margin-top: 18px;
  color: #c9d7d1;
  font-size: 39px;
  line-height: 1.08;
  letter-spacing: -0.035em;
}

.ns-hero__lead {
  max-width: 650px;
  margin-bottom: 28px;
  color: #d9e4df;
  font-size: 19px;
}

.ns-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 30px;
}

.ns-button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  padding: 13px 21px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  text-decoration: none !important;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.ns-button:hover {
  transform: translateY(-2px);
}

.ns-button--primary {
  color: #10200d !important;
  background: var(--ns-green);
  box-shadow: 0 12px 28px rgba(113,207,41,.24);
}

.ns-button--primary:hover {
  background: #82dc3d;
  box-shadow: 0 15px 32px rgba(113,207,41,.33);
}

.ns-button--ghost {
  color: #fff !important;
  border-color: rgba(255,255,255,.25);
  background: rgba(255,255,255,.07);
}

.ns-button--ghost:hover {
  background: rgba(255,255,255,.13);
}

.ns-hero__facts {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.ns-hero__facts li {
  padding: 7px 11px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 999px;
  color: #cddbd5;
  background: rgba(255,255,255,.05);
  font-size: 12px;
  font-weight: 750;
}

.ns-hero__visual {
  position: relative;
  display: grid;
  aspect-ratio: 1;
  place-items: center;
}

.ns-orbit {
  position: absolute;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 50%;
}

.ns-orbit--one {
  inset: 8%;
}

.ns-orbit--two {
  inset: 22%;
  border-color: rgba(101,226,208,.24);
}

.ns-brandmark {
  position: relative;
  display: flex;
  width: 73%;
  max-width: 330px;
  aspect-ratio: 1;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 7px solid rgba(255,255,255,.82);
  border-radius: 50%;
  background:
    radial-gradient(circle at 33% 25%, rgba(255,255,255,.23), transparent 24%),
    conic-gradient(from 200deg, #2f1a7a, #6044d8, #3c257f, #65e2d0, #302078);
  box-shadow:
    0 0 0 4px rgba(255,255,255,.12),
    0 30px 58px rgba(0,0,0,.34),
    0 0 70px rgba(141,99,255,.25);
  transform: rotate(-7deg);
}

.ns-brandmark strong {
  color: #fff;
  font-size: 48px;
  line-height: .88;
  letter-spacing: .14em;
}

.ns-brandmark small {
  position: absolute;
  bottom: 12%;
  color: rgba(255,255,255,.82);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .16em;
}

.ns-brandmark__spark,
.ns-brandmark__spark::before {
  position: absolute;
  width: 70px;
  height: 12px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 22px rgba(255,255,255,.6);
  content: "";
}

.ns-brandmark__spark {
  top: 48%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.ns-brandmark__spark::before {
  transform: rotate(90deg);
}

.ns-strength {
  position: absolute;
  padding: 7px 10px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 999px;
  color: #fff;
  background: rgba(7,17,15,.76);
  box-shadow: 0 8px 25px rgba(0,0,0,.26);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .12em;
}

.ns-strength--regular { top: 8%; left: 5%; }
.ns-strength--strong { top: 18%; right: 0; }
.ns-strength--xstrong { bottom: 17%; left: 0; }
.ns-strength--max { right: 7%; bottom: 5%; }

.ns-warning {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 14px;
  padding: 13px 18px;
  border: 1px solid #dfe6e3;
  border-radius: 14px;
  color: #394640;
  background: #fff;
  font-size: 13px;
  text-align: center;
}

.ns-warning strong {
  flex: 0 0 auto;
  padding: 3px 7px;
  border-radius: 7px;
  color: #fff;
  background: var(--ns-ink);
  font-size: 12px;
}

.ns-intro {
  display: grid;
  grid-template-columns: .75fr 1.25fr;
  gap: 90px;
  align-items: start;
  padding-top: 120px;
}

.ns-intro > p {
  max-width: 720px;
  margin-bottom: 0;
  color: var(--ns-muted);
  font-size: 19px;
}

.ns-highlights {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin-top: 38px;
}

.ns-highlights article {
  min-height: 210px;
  padding: 24px;
  border: 1px solid var(--ns-line);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 12px 36px rgba(12,28,23,.055);
}

.ns-highlights article > span {
  display: inline-grid;
  width: 36px;
  height: 36px;
  margin-bottom: 26px;
  place-items: center;
  border-radius: 50%;
  color: var(--ns-ink);
  background: #eaf9df;
  font-size: 11px;
  font-weight: 900;
}

.ns-highlights h3 {
  margin-bottom: 8px;
  font-size: 17px;
}

.ns-highlights p {
  margin-bottom: 0;
  color: var(--ns-muted);
  font-size: 14px;
  line-height: 1.55;
}

.ns-products-heading {
  padding-top: 140px;
  padding-bottom: 30px;
  scroll-margin-top: 140px;
}

.ns-products-heading p:last-child {
  max-width: 720px;
  margin-bottom: 0;
  color: var(--ns-muted);
  font-size: 16px;
}

/* Behåller Prillas befintliga WooCommerce-produktkort men ger griden luft. */
.ns-page .woocommerce {
  width: calc(100% - 40px);
  max-width: 1180px;
  margin-inline: auto;
}

.ns-page .woocommerce ul.products {
  margin-bottom: 0;
}

.ns-page .woocommerce ul.products::before,
.ns-page .woocommerce ul.products::after {
  display: none !important;
  content: none !important;
}

.ns-section {
  margin-top: 140px;
  scroll-margin-top: 140px;
}

.ns-section__head {
  max-width: 780px;
  margin-bottom: 34px;
}

.ns-section__head > p:last-child {
  margin-bottom: 0;
  color: var(--ns-muted);
  font-size: 17px;
}

.ns-strengths {
  padding: 58px;
  border: 1px solid var(--ns-line);
  border-radius: 28px;
  background: var(--ns-paper);
}

.ns-strength-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 13px;
}

.ns-strength-card {
  position: relative;
  min-width: 0;
  overflow: hidden;
  padding: 24px;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 20px;
  color: #fff;
  background: var(--ns-ink);
  box-shadow: 0 14px 34px rgba(7,17,15,.12);
}

.ns-strength-card::after {
  content: "";
  position: absolute;
  right: -30px;
  bottom: -40px;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  background: var(--card-glow, var(--ns-mint));
  filter: blur(45px);
  opacity: .48;
}

.ns-strength-card--regular { --card-glow: #64d532; }
.ns-strength-card--strong { --card-glow: #ffc044; }
.ns-strength-card--xstrong { --card-glow: #24c8eb; }
.ns-strength-card--max { --card-glow: #f04492; }

.ns-strength-card__level {
  margin-bottom: 22px;
  color: #b9cbc4;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .15em;
}

.ns-strength-card h3 {
  margin-bottom: 1px;
  color: #fff;
  font-size: 42px;
  letter-spacing: -.04em;
}

.ns-strength-card > p:not(.ns-strength-card__level) {
  margin-bottom: 18px;
  color: #c5d4ce;
  font-size: 12px;
}

.ns-strength-card > strong {
  display: block;
  margin-bottom: 22px;
  color: #fff;
  font-size: 15px;
}

.ns-strength-card a {
  position: relative;
  z-index: 1;
  color: var(--ns-mint) !important;
  font-size: 12px;
  font-weight: 800;
}

.ns-note {
  margin: 22px 0 0;
  padding-left: 14px;
  border-left: 3px solid var(--ns-green);
  color: var(--ns-muted);
  font-size: 13px;
}

.ns-flavour-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.ns-flavour-grid article {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 18px;
  min-height: 190px;
  align-items: start;
  padding: 28px;
  border: 1px solid var(--ns-line);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 12px 36px rgba(12,28,23,.05);
}

.ns-flavour-grid h3 {
  margin-bottom: 8px;
  font-size: 21px;
}

.ns-flavour-grid p {
  margin-bottom: 0;
  color: var(--ns-muted);
  font-size: 14px;
  line-height: 1.65;
}

.ns-flavour-dot {
  width: 46px;
  height: 46px;
  border: 5px solid #fff;
  border-radius: 50%;
  box-shadow: 0 0 0 1px var(--ns-line), 0 9px 20px rgba(7,17,15,.12);
}

.ns-flavour-dot--mint { background: linear-gradient(135deg, #11a983, #8ae1d4); }
.ns-flavour-dot--berry { background: linear-gradient(135deg, #53278e, #f04492); }
.ns-flavour-dot--lime { background: linear-gradient(135deg, #3d6d13, #d8ec22); }
.ns-flavour-dot--fizz { background: linear-gradient(135deg, #7e150f, #f47938); }

.ns-chooser {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: 86px;
  align-items: start;
  padding: 68px;
  border-radius: 28px;
  color: #d6e2dd;
  background:
    radial-gradient(circle at 83% 84%, rgba(101,226,208,.16), transparent 30%),
    var(--ns-ink);
}

.ns-chooser h2 {
  color: #fff;
}

.ns-chooser__copy > p:last-child {
  color: #bdcec7;
}

.ns-chooser .ns-section-kicker {
  color: var(--ns-mint);
}

.ns-steps {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.ns-steps li {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 16px;
  align-items: start;
  padding: 18px;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 17px;
  background: rgba(255,255,255,.05);
}

.ns-steps li > span {
  display: grid;
  width: 35px;
  height: 35px;
  place-items: center;
  border-radius: 50%;
  color: #0d2008;
  background: var(--ns-green);
  font-size: 12px;
  font-weight: 900;
}

.ns-steps h3 {
  margin-bottom: 3px;
  color: #fff;
  font-size: 16px;
}

.ns-steps p {
  margin-bottom: 0;
  color: #b9cac3;
  font-size: 13px;
  line-height: 1.5;
}

.ns-about {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 100px;
  align-items: start;
}

.ns-about__text p {
  color: var(--ns-muted);
  font-size: 16px;
}

.ns-text-link {
  color: var(--ns-green-dark) !important;
  font-weight: 800;
}

.ns-faq__list {
  border-top: 1px solid var(--ns-line);
}

.ns-faq details {
  border-bottom: 1px solid var(--ns-line);
}

.ns-faq summary {
  position: relative;
  padding: 22px 52px 22px 0;
  color: var(--ns-ink);
  cursor: pointer;
  font-size: 17px;
  font-weight: 800;
  list-style: none;
}

.ns-faq summary::-webkit-details-marker {
  display: none;
}

.ns-faq summary::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 2px;
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  border-radius: 50%;
  color: var(--ns-ink);
  background: #eaf9df;
  font-size: 20px;
  transform: translateY(-50%);
  transition: transform .2s ease;
}

.ns-faq details[open] summary::after {
  transform: translateY(-50%) rotate(45deg);
}

.ns-faq details p {
  max-width: 850px;
  margin: -5px 0 22px;
  color: var(--ns-muted);
  font-size: 15px;
}

.ns-final-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 140px;
  padding: 54px;
  border-radius: 25px;
  background: #eaf9df;
}

.ns-final-cta h2 {
  margin-bottom: 6px;
  font-size: 38px;
}

.ns-final-cta p:last-child {
  margin-bottom: 0;
  color: var(--ns-muted);
}

.ns-warning--bottom {
  margin-top: 16px;
  margin-bottom: 100px;
}

@media (max-width: 900px) {
  .ns-page h2 {
    font-size: 38px;
  }

  .ns-hero {
    grid-template-columns: 1fr;
    gap: 40px;
    padding: 50px;
  }

  .ns-hero__visual {
    width: 100%;
    max-width: 480px;
    margin-inline: auto;
  }

  .ns-hero h1 {
    font-size: 64px;
  }

  .ns-hero h1 span {
    font-size: 32px;
  }

  .ns-intro {
    gap: 34px;
    padding-top: 90px;
  }

  .ns-products-heading {
    padding-top: 100px;
  }

  .ns-section {
    margin-top: 100px;
  }

  .ns-strengths {
    padding: 42px;
  }

  .ns-highlights,
  .ns-strength-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .ns-intro,
  .ns-chooser,
  .ns-about {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .ns-page .ns-hero,
  .ns-page .ns-warning,
  .ns-page .ns-intro,
  .ns-page .ns-highlights,
  .ns-page .ns-products-heading,
  .ns-page .ns-section,
  .ns-page .ns-final-cta,
  .ns-page .woocommerce {
    width: calc(100% - 24px);
    max-width: 1180px;
  }

  .ns-hero {
    min-height: auto;
    margin-top: 12px;
    padding: 29px 22px 32px;
    border-radius: 21px;
  }

  .ns-hero h1 {
    font-size: 52px;
  }

  .ns-hero h1 span {
    font-size: 24px;
  }

  .ns-hero__actions,
  .ns-hero__actions .ns-button {
    width: 100%;
  }

  .ns-hero__visual {
    width: 100%;
    max-width: 360px;
  }

  .ns-brandmark {
    border-width: 5px;
  }

  .ns-brandmark strong {
    font-size: 34px;
  }

  .ns-page h2 {
    font-size: 32px;
  }

  .ns-warning {
    align-items: flex-start;
    text-align: left;
  }

  .ns-intro {
    padding-top: 68px;
  }

  .ns-highlights,
  .ns-strength-grid,
  .ns-flavour-grid {
    grid-template-columns: 1fr;
  }

  .ns-highlights article {
    min-height: 0;
  }

  .ns-strengths,
  .ns-chooser {
    padding: 28px 20px;
    border-radius: 21px;
  }

  .ns-flavour-grid article {
    min-height: 0;
    padding: 22px 19px;
  }

  .ns-final-cta {
    align-items: stretch;
    flex-direction: column;
    padding: 28px 22px;
  }

  .ns-final-cta .ns-button {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ns-page *,
  .ns-page *::before,
  .ns-page *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }
}

@media (max-width: 640px) {
  .ns-page .woocommerce ul.products {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 10px !important;
  }

  .ns-page .woocommerce ul.products li.product {
    width: 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
    float: none !important;
  }
}

/* =========================================================
   PRILLA.NU – NORDIC SPIRIT HERO
========================================================= */

.prilla-ns-hero {
  position: relative;
  width: 100%;
  min-height: 600px;
  overflow: hidden;
  isolation: isolate;
  background-color: #020607;

  /* BYT TILL BILDENS URL FRÅN WORDPRESS */
  background-image:
    linear-gradient(
      90deg,
      rgba(0, 0, 0, 0.94) 0%,
      rgba(0, 0, 0, 0.82) 25%,
      rgba(0, 0, 0, 0.28) 48%,
      rgba(0, 0, 0, 0) 68%
    ),
    url("https://prilla.nu/wp-content/uploads/2026/08/Nordic-Spirit-pa-prilla-nu.jpg");

  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 26px;
  box-shadow:
    0 24px 70px rgba(2, 6, 23, 0.28),
    inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}

.prilla-ns-hero::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(
      circle at 19% 42%,
      rgba(31, 220, 169, 0.12),
      transparent 32%
    );
}

.prilla-ns-hero__inner {
  width: min(100%, 1180px);
  min-height: 600px;
  margin: 0 auto;
  padding: 72px 44px;
  display: flex;
  align-items: center;
}

.prilla-ns-hero__content {
  width: min(100%, 475px);
  color: #ffffff;
}

.prilla-ns-hero__eyebrow {
  margin: 0 0 18px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #58e3af;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.prilla-ns-hero__eyebrow span {
  font-size: 20px;
  line-height: 1;
  filter: drop-shadow(0 0 10px rgba(88, 227, 175, 0.8));
}

.prilla-ns-hero__title {
  margin: 0;
  color: #ffffff;
  font-family: inherit;
  font-size: clamp(48px, 5.4vw, 78px);
  font-weight: 900;
  line-height: 0.92;
  letter-spacing: -0.055em;
  text-transform: uppercase;
  text-wrap: balance;
  text-shadow: 0 4px 28px rgba(0, 0, 0, 0.5);
}

.prilla-ns-hero__text {
  max-width: 440px;
  margin: 25px 0 30px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 17px;
  font-weight: 500;
  line-height: 1.65;
}

.prilla-ns-hero__button {
  min-height: 54px;
  padding: 15px 23px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  border: 1px solid #58e3af;
  border-radius: 999px;
  background: #58e3af;
  color: #04130e;
  font-size: 14px;
  font-weight: 850;
  line-height: 1;
  letter-spacing: 0.055em;
  text-decoration: none;
  text-transform: uppercase;
  box-shadow:
    0 12px 30px rgba(24, 209, 143, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.45);
  transition:
    transform 180ms ease,
    background-color 180ms ease,
    box-shadow 180ms ease;
}

.prilla-ns-hero__button span {
  font-size: 20px;
  line-height: 1;
  transition: transform 180ms ease;
}

.prilla-ns-hero__button:hover {
  background: #72f0c1;
  color: #04130e;
  transform: translateY(-2px);
  box-shadow:
    0 17px 36px rgba(24, 209, 143, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.5);
}

.prilla-ns-hero__button:hover span {
  transform: translateX(4px);
}

.prilla-ns-hero__button:focus-visible {
  outline: 3px solid #ffffff;
  outline-offset: 4px;
}

/* =========================================================
   SURFPLATTA
========================================================= */

@media (max-width: 900px) {
  .prilla-ns-hero {
    min-height: 560px;
    background-position: 58% center;
  }

  .prilla-ns-hero__inner {
    min-height: 560px;
    padding: 58px 34px;
  }

  .prilla-ns-hero__content {
    width: min(100%, 390px);
  }

  .prilla-ns-hero__text {
    font-size: 16px;
  }
}

/* =========================================================
   MOBIL
========================================================= */

@media (max-width: 600px) {
  .prilla-ns-hero {
    min-height: 680px;
    border-radius: 20px;

    background-image:
      linear-gradient(
        180deg,
        rgba(0, 0, 0, 0.95) 0%,
        rgba(0, 0, 0, 0.83) 40%,
        rgba(0, 0, 0, 0.2) 68%,
        rgba(0, 0, 0, 0.08) 100%
      ),
      url("https://prilla.nu/wp-content/uploads/2026/08/Nordic-Spirit-pa-prilla-nu.jpg");

    background-position: 69% center;
  }

  .prilla-ns-hero__inner {
    min-height: 680px;
    padding: 38px 22px 270px;
    align-items: flex-start;
  }

  .prilla-ns-hero__content {
    width: 100%;
  }

  .prilla-ns-hero__eyebrow {
    margin-bottom: 14px;
    font-size: 11px;
  }

  .prilla-ns-hero__title {
    font-size: clamp(39px, 12vw, 54px);
    line-height: 0.94;
  }

  .prilla-ns-hero__text {
    max-width: 340px;
    margin: 18px 0 23px;
    font-size: 15px;
    line-height: 1.5;
  }

  .prilla-ns-hero__button {
    min-height: 50px;
    padding: 14px 19px;
    font-size: 12px;
  }
}

/* =========================================================
   MINSKAD RÖRELSE
========================================================= */

@media (prefers-reduced-motion: reduce) {
  .prilla-ns-hero__button,
  .prilla-ns-hero__button span {
    transition: none;
  }
}/* End custom CSS */