/* TEST HANDLEKURV – kun /ny/ *//* =========================================================
   Gastro Catering NY 2026 - test overrides
   Lastes kun på testside via test-master.cshtml
   Original CSS ligger fortsatt i /css/styles.css
   ========================================================= */


/* =========================================================
   1. GLOBAL BASE
   ========================================================= */

:root {
  --gc-warm-light: #f3f0ea;
}

html {
  scroll-behavior: smooth;
}

body {
  background-color: #030303;
  color: #ffffff;
}

body,
p,
li,
button,
input,
textarea,
select {
  font-family: "museo-sans", Arial, Helvetica, sans-serif;
}


/* =========================================================
   2. GLOBAL KNAPPESTIL
   ========================================================= */

body a.btn,
body .btn,
body button.btn,
body input[type="submit"],
body a.border {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;

  font-family: "museo-sans", Arial, Helvetica, sans-serif !important;
  font-size: 0.78rem !important;
  font-weight: 600 !important;
  line-height: 1 !important;
  letter-spacing: 0.06em !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
  text-align: center !important;

  color: #ffffff !important;
  background: transparent !important;
  border: 1px solid rgba(255, 255, 255, 0.9) !important;
  border-radius: 0 !important;

  padding: 0.75rem 1.15rem !important;
  min-width: auto !important;
  width: auto !important;
  max-width: max-content !important;
  white-space: nowrap !important;

  transition:
    background-color 180ms ease,
    color 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease,
    transform 180ms ease,
    font-weight 180ms ease !important;
}

body a.btn:hover,
body .btn:hover,
body button.btn:hover,
body input[type="submit"]:hover,
body a.border:hover {
  color: #030303 !important;
  background: #ffffff !important;
  border-color: #ffffff !important;
  font-weight: 800 !important;
  box-shadow: inset 0 0 0 1px #ffffff !important;
  transform: translateY(-1px) !important;
}


/* =========================================================
   3. LOGO / NAVBAR
   ========================================================= */

.navbar,
nav,
body .navbar,
body nav {
  position: relative !important;
  z-index: 1000 !important;
  background: transparent !important;
  color: #ffffff !important;
  padding-top: 1.35rem !important;
  padding-bottom: 1.35rem !important;
}

.navbar .container,
nav .container {
  max-width: 1240px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.navbar img,
nav img {
  width: auto !important;
  max-width: 165px !important;
  height: auto !important;
  display: block !important;
}

.navbar a,
nav a,
body nav a.font-serif-alt,
body nav a.uppercase,
body .navbar a.font-serif-alt,
body .navbar a.uppercase {
  font-family: "museo-sans", Arial, Helvetica, sans-serif !important;
  font-size: 0.9rem !important;
  font-weight: 500 !important;
  letter-spacing: 0.03em !important;
  color: #ffffff !important;
  text-decoration: none !important;
  text-transform: uppercase !important;

  transition:
    color 180ms ease,
    opacity 180ms ease,
    transform 180ms ease,
    font-weight 180ms ease;
}

.navbar a:hover,
nav a:hover,
body nav a.font-serif-alt:hover,
body nav a.uppercase:hover,
body .navbar a.font-serif-alt:hover,
body .navbar a.uppercase:hover {
  opacity: 1 !important;
  font-weight: 800 !important;
  color: #ffffff !important;
  transform: translateY(-1px);
}

.dropdown-menu {
  background: #030303 !important;
  color: #ffffff !important;
  z-index: 1000 !important;
}

/* Forsiden: header over hero-bildet. */
body.gc-home {
  position: relative;
}

body.gc-home .gc-navbar-shell {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  z-index: 2000 !important;
  background: transparent !important;
}

body.gc-home .gc-navbar-shell > .navbar,
body.gc-home .gc-navbar-shell .navbar {
  background: transparent !important;
}

/* Midtstilt logo og navigasjon på egen linje. */
@media (min-width: 1024px) {
  .navbar > .flex {
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 1rem !important;
    height: auto !important;
    min-height: 140px !important;
  }

  .navbar > .flex > a.inline-block {
    position: static !important;
    transform: none !important;
    margin: 0 auto !important;
  }

  .navbar > .flex > .hidden.xl\:flex {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 auto !important;
    position: static !important;
  }

  .navbar > .flex > .block.xl\:hidden,
  body .dropdown-menu {
    display: none !important;
  }
}

@media (max-width: 1023px) {
  .navbar > .flex {
    position: relative !important;
  }

  .navbar > .flex > a.inline-block {
    position: absolute !important;
    left: 50% !important;
    top: 50% !important;
    transform: translate(-50%, -50%) !important;
    margin: 0 !important;
    z-index: 2 !important;
  }

  .navbar > .flex > .block.xl\:hidden {
    margin-left: auto !important;
    position: relative !important;
    z-index: 3 !important;
  }

  .navbar img,
  nav img {
    max-width: 145px !important;
  }
}


/* =========================================================
   4. FORSIDE HERO / BAKGRUNNSBILDE
   ========================================================= */

body.gc-home .pb-20[style*="background-image"] {
  height: auto !important;
  min-height: 720px !important;
  max-height: none !important;
  margin-top: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  position: relative;
  overflow: visible;
}

body.gc-home .pb-20[style*="background-image"]::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.42) 0%,
    rgba(0, 0, 0, 0.18) 45%,
    rgba(0, 0, 0, 0.62) 100%
  );
  z-index: 0;
  pointer-events: none;
}

body.gc-home .pb-20[style*="background-image"] > * {
  position: relative;
  z-index: 1;
}

body.gc-home .pb-20[style*="background-image"] > .flex {
  height: auto !important;
  min-height: 720px !important;
  padding-top: 12rem !important;
  padding-bottom: 3rem !important;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

body.gc-home .pb-20[style*="background-image"] > .flex > * {
  width: 100%;
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
  padding: 2rem;
}

body.gc-home .pb-20[style*="background-image"] h1,
body.gc-home .pb-20[style*="background-image"] h2,
body.gc-home .pb-20[style*="background-image"] h3 {
  font-family: "gloock", Georgia, "Times New Roman", serif !important;
  font-size: clamp(2.6rem, 4.6vw, 5.1rem) !important;
  font-weight: 400 !important;
  line-height: 0.98 !important;
  letter-spacing: 0.015em !important;
  color: #ffffff !important;
  text-transform: none !important;
  margin-bottom: 1rem !important;
}

body.gc-home .pb-20[style*="background-image"] p {
  font-family: "museo-sans", Arial, Helvetica, sans-serif !important;
  font-size: clamp(1.1rem, 1.45vw, 1.4rem) !important;
  font-weight: 300 !important;
  line-height: 1.45 !important;
  color: #ffffff !important;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.6rem !important;
}

body.gc-home .pb-20[style*="background-image"] a.border,
body.gc-home .pb-20[style*="background-image"] .btn,
body.gc-home .pb-20[style*="background-image"] a.btn {
  font-size: 0.9rem !important;
  padding: 0.75rem 1.15rem !important;
}

@media (max-width: 1023px) {
  body.gc-home .pb-20[style*="background-image"] {
    height: auto !important;
    min-height: 650px !important;
    max-height: none !important;
  }

  body.gc-home .pb-20[style*="background-image"] > .flex {
    min-height: 650px !important;
    padding-top: 9rem !important;
    padding-bottom: 2.5rem !important;
  }

  body.gc-home .pb-20[style*="background-image"] > .flex > * {
    padding: 1.25rem;
  }

  body.gc-home .pb-20[style*="background-image"] h1,
  body.gc-home .pb-20[style*="background-image"] h2,
  body.gc-home .pb-20[style*="background-image"] h3 {
    font-size: clamp(2.3rem, 10vw, 3.6rem) !important;
  }

  body.gc-home .pb-20[style*="background-image"] p {
    font-size: 0.95rem !important;
    max-width: 320px;
  }
}

@media (max-width: 640px) {
  body.gc-home .pb-20[style*="background-image"] {
    height: auto !important;
    min-height: 620px !important;
    max-height: none !important;
  }

  body.gc-home .pb-20[style*="background-image"] > .flex {
    min-height: 620px !important;
    padding-top: 8rem !important;
    padding-bottom: 2rem !important;
  }
}


/* =========================================================
   5. FORSIDE INNHOLD
   ========================================================= */

body > .flex.flex-col.space-y-20.pb-20 {
  background: #030303;
  padding-top: 2.75rem;
  padding-bottom: 5rem;
}

body > .flex.flex-col.space-y-20.pb-20 > :not([hidden]) ~ :not([hidden]) {
  margin-top: 4rem;
}


/* =========================================================
   6. FORSIDE TJENESTEKORT
   ========================================================= */

.service-block {
  width: 100%;
  background: #030303;
  padding: 4rem 0 !important;
}

.service-block .container {
  max-width: none !important;
  width: 100% !important;
  margin-left: auto;
  margin-right: auto;
  padding-left: 4rem !important;
  padding-right: 4rem !important;
}

.service-block .container > .flex {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)) !important;
  gap: 1.25rem !important;
  width: 100%;
}

.service-block .container > .flex > :not([hidden]) ~ :not([hidden]) {
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.service-block .container > .flex > div {
  position: relative !important;
  width: 100% !important;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background-color: #111111;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;

  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;

  padding: 2rem !important;

  transition:
    background-size 240ms ease,
    transform 240ms ease;
}

.service-block .container > .flex > div::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.26);
  z-index: 1;
  pointer-events: none;
}

.service-block .container > .flex > div > * {
  position: relative;
  z-index: 2;
}

.service-block .container > .flex > div:hover {
  background-size: 108% !important;
}

body .service-block h2,
body .service-block h3,
body .service-block h2 *,
body .service-block h3 * {
  font-family: "gloock", Georgia, "Times New Roman", serif !important;
  font-size: clamp(2.1rem, 2.75vw, 3.15rem) !important;
  font-weight: 400 !important;
  letter-spacing: 0.035em !important;
  line-height: 0.95 !important;
  text-transform: none !important;
  color: #ffffff !important;
  text-align: center !important;
  margin-bottom: 0.45rem !important;
}

body .service-block h2:hover,
body .service-block h3:hover,
body .service-block h2 a:hover,
body .service-block h3 a:hover,
body .service-block .container > .flex > div:hover h2,
body .service-block .container > .flex > div:hover h3,
body .service-block .container > .flex > div:hover h2 a,
body .service-block .container > .flex > div:hover h3 a {
  color: #ffffff !important;
}

.service-block p {
  color: #ffffff;
  font-family: "museo-sans", Arial, Helvetica, sans-serif !important;
  font-size: 0.95rem;
  line-height: 1.35;
  margin-bottom: 1rem;
  text-align: center;
  text-transform: none !important;
}

body .service-block a.border,
.service-block .btn,
.service-block a.btn {
  font-size: 0.75rem !important;
  letter-spacing: 0.04em !important;
  padding: 0.65rem 1rem !important;
}

.service-block .container > .flex > div:hover a.border,
.service-block .container > .flex > div:hover .btn,
.service-block .container > .flex > div:hover a.btn {
  background: #ffffff !important;
  color: #030303 !important;
  border-color: #ffffff !important;
  font-weight: 800 !important;
  box-shadow: inset 0 0 0 1px #ffffff !important;
  transform: translateY(-1px) !important;
}


/* =========================================================
   7. GALLERI / SITAT
   ========================================================= */

.swiper-pagination-bullet,
.swiper-pagination-bullet-active {
  background-color: #ffffff !important;
}

.swiper-pagination-bullet {
  opacity: 0.45 !important;
}

.swiper-pagination-bullet-active {
  opacity: 1 !important;
}

section .swiper-slide .font-serif.font-bold {
  font-family:
    "rollerscript-rough",
    "rollerscript",
    "Rollerscript Rough",
    cursive !important;

  font-weight: 400 !important;
  font-style: normal !important;
  font-size: clamp(1.5rem, 2.1vw, 2.4rem) !important;
  line-height: 1 !important;
  letter-spacing: 0 !important;
  color: #ffffff !important;
}


/* =========================================================
   8. BILDEBANNERE - OVERLAY
   ========================================================= */

body .bg-cover .bg-dark.absolute.inset-0,
body .bg-center.bg-cover .bg-dark.absolute.inset-0,
body div.bg-dark.absolute.inset-0 {
  background-color: #000000 !important;
  opacity: 0.42 !important;
}


/* =========================================================
   9. FELLES SIDEINTRO
   Brukes på Våre menyer + Tapas / Drikke / Dessert osv.
   ========================================================= */

.gc-page-hero,
.gc-menu-hero-simple,
.gc-category-hero {
  background: #030303 !important;
  padding: 3rem 2rem 4.25rem !important;
  text-align: center !important;
}

/* Kategorisider: tynn skillelinje og mindre luft før produktene. */
.gc-category-hero {
  position: relative !important;
  padding-bottom: 2rem !important;
  border-bottom: 0 !important;
}

.gc-category-hero::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: calc(100% - 6rem);
  max-width: 1240px;
  height: 0.5pt;
  background: rgba(255, 255, 255, 0.42);
  transform: translateX(-50%);
  pointer-events: none;
}

.gc-page-hero__inner,
.gc-menu-hero-simple__inner,
.gc-category-hero .container,
.gc-category-hero .container > div,
.gc-category-hero .flex,
.gc-category-hero .flex > div,
.gc-category-hero .bg-no-repeat,
.gc-category-hero .bg-right-top,
.gc-category-hero .bg-contain,
.gc-category-hero .lg\:w-1\/2 {
  display: block !important;
  width: 100% !important;
  max-width: 680px !important;
  min-height: 0 !important;
  height: auto !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding: 0 !important;
  background-image: none !important;
  background: transparent !important;
  text-align: center !important;
}

.gc-category-hero img,
.gc-category-hero [style*="background-image"],
.gc-category-hero .underscore::before,
.gc-category-hero .underscore::after,
.gc-category-hero .underscore-intro::before,
.gc-category-hero .underscore-intro::after {
  display: none !important;
  background-image: none !important;
}

.gc-page-hero h1,
.gc-menu-hero-simple h1,
.gc-category-hero h1,
.gc-category-hero h1 span,
.gc-category-hero h2,
.gc-category-hero h2 span,
.gc-category-hero h3,
.gc-category-hero h3 span {
  display: block !important;
  font-family: "gloock", Georgia, "Times New Roman", serif !important;
  font-size: clamp(3rem, 4vw, 4.4rem) !important;
  font-weight: 400 !important;
  line-height: 0.95 !important;
  letter-spacing: 0.012em !important;
  color: #ffffff !important;
  text-transform: none !important;
  text-align: center !important;
  margin: 0 auto 1rem !important;
}

.gc-page-hero p,
.gc-menu-hero-simple p,
.gc-category-hero p,
.gc-category-hero .underscore-intro,
.gc-category-hero strong,
.gc-category-hero .font-bold,
.gc-category-hero .font-serif {
  display: block !important;
  font-family: var(--font-heading-sans, "mundial", "museo-sans", Arial, Helvetica, sans-serif) !important;
  font-size: clamp(1.05rem, 1.3vw, 1.3rem) !important;
  font-weight: 100 !important;
  line-height: 1.25 !important;
  letter-spacing: 0.025em !important;
  color: rgba(255, 255, 255, 0.82) !important;
  text-transform: none !important;
  text-align: center !important;
  max-width: 560px !important;
  margin: 0 auto 1.1rem !important;
}

.gc-page-hero__button,
.gc-menu-hero-simple__button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin: 0.25rem auto 0 !important;
  font-size: 0.72rem !important;
  padding: 0.65rem 1rem !important;
}


/* =========================================================
   10. MENYOVERSIKT - KATEGORIKORT
   Brukes på Våre menyer / Meny
   ========================================================= */

.gc-menu-page {
  background: #030303;
  color: #ffffff;
}

.gc-menu-categories {
  width: 100%;
  background: #030303;
  padding: 1.5rem 3rem 6rem;
}

.gc-menu-categories__inner {
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
}

.gc-menu-categories__inner > .grid,
.gc-menu-categories__inner > .flex,
.gc-menu-categories .flex.flex-wrap {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 2rem !important;
  width: 100%;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.gc-menu-categories__inner > .grid > *,
.gc-menu-categories__inner > .flex > *,
.gc-menu-categories .flex.flex-wrap > div {
  width: 100% !important;
  padding: 0 !important;
  text-align: center !important;
  color: #ffffff !important;
}

.gc-menu-categories img {
  width: 100% !important;
  aspect-ratio: 1 / 1;
  object-fit: cover !important;
  display: block !important;
  margin-bottom: 1.35rem !important;
}

.gc-menu-categories h2,
.gc-menu-categories h3,
.gc-menu-categories h4,
.gc-menu-categories h2 a,
.gc-menu-categories h3 a,
.gc-menu-categories h4 a {
  font-family: "gloock", Georgia, "Times New Roman", serif !important;
  font-size: clamp(2rem, 2.35vw, 2.7rem) !important;
  font-weight: 400 !important;
  line-height: 0.95 !important;
  letter-spacing: 0.012em !important;
  color: #ffffff !important;
  text-transform: none !important;
  text-align: center !important;
  text-decoration: none !important;
  margin-bottom: 0.7rem !important;
}

.gc-menu-categories p {
  font-family: "museo-sans", Arial, Helvetica, sans-serif !important;
  font-size: 0.95rem !important;
  font-weight: 300 !important;
  line-height: 1.4 !important;
  color: rgba(255, 255, 255, 0.86) !important;
  text-align: center !important;
  margin-bottom: 1.15rem !important;
  text-transform: none !important;
}

.gc-menu-categories a.border,
.gc-menu-categories a.btn,
.gc-menu-categories .btn,
.gc-menu-categories p + a,
.gc-menu-categories h2 ~ a,
.gc-menu-categories h3 ~ a,
.gc-menu-categories h4 ~ a {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;

  width: auto !important;
  max-width: max-content !important;

  margin-left: auto !important;
  margin-right: auto !important;
  margin-top: 1rem !important;

  float: none !important;
  clear: both !important;
}


/* =========================================================
   11. KATEGORISIDE - PRODUKTLISTE
   Brukes på Tapas / Drikke / Dessert osv.
   ========================================================= */

.gc-category-page {
  background: #030303;
  color: #ffffff;
  padding-bottom: 6rem;
}

.gc-category-list {
  background: #030303;
  margin-top: 0 !important;
  padding: 2rem 3rem 6rem;
}

.gc-category-list__inner,
.gc-category-list .container {
  max-width: 1240px !important;
  width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.gc-category-list .flex.flex-wrap {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 3.75rem 2rem !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.gc-category-list .flex.flex-wrap > div {
  width: 100% !important;
  padding: 0 !important;
}

.gc-category-list img {
  width: 100% !important;
  aspect-ratio: 1 / 1;
  object-fit: cover !important;
  display: block !important;
  margin-bottom: 1.15rem !important;
}

/* Produktnavn */
.gc-list-image-frame {
  position: relative !important;
  display: block !important;
  width: 100% !important;
  aspect-ratio: 1 / 1;
  overflow: hidden !important;
}

.gc-list-image {
  position: absolute !important;
  inset: 0 !important;
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  transition: opacity 320ms ease, transform 420ms ease !important;
}

.gc-list-image--primary {
  opacity: 1 !important;
}

.gc-list-image--secondary {
  opacity: 0 !important;
}

.gc-category-list .group:hover .gc-list-image--secondary {
  opacity: 1 !important;
}

.gc-category-list .group:hover .gc-list-image-frame--has-secondary .gc-list-image--primary {
  opacity: 0 !important;
}

.gc-category-list .group:hover .gc-list-image-frame:not(.gc-list-image-frame--has-secondary) .gc-list-image--primary {
  opacity: 1 !important;
  transform: scale(1.035) !important;
}

.gc-list-image-frame .discount-badge {
  z-index: 3 !important;
}

@media (prefers-reduced-motion: reduce) {
  .gc-list-image {
    transition: none !important;
  }
}

.gc-category-list .flex.flex-wrap > div a:not(.btn):not(.border) {
  display: block !important;
  font-family: var(--font-heading-sans, "mundial", "museo-sans", Arial, Helvetica, sans-serif) !important;
  font-size: clamp(1.55rem, 2vw, 2.05rem) !important;
  font-weight: 100 !important;
  line-height: 1.05 !important;
  letter-spacing: 0.025em !important;
  color: #ffffff !important;
  text-transform: none !important;
  text-decoration: none !important;
  margin-top: 0 !important;
  margin-bottom: 0.65rem !important;
}

.gc-category-list .flex.flex-wrap > div a:not(.btn):not(.border):hover {
  color: #ffffff !important;
  opacity: 1 !important;
  text-decoration: none !important;
}

.gc-category-list .flex.flex-wrap > div a:not(.btn):not(.border):hover > h2,
.gc-category-list .flex.flex-wrap > div a:not(.btn):not(.border):hover > h3,
.gc-category-list .flex.flex-wrap > div a:not(.btn):not(.border):hover > h4,
.gc-category-list .flex.flex-wrap > div a:not(.btn):not(.border):hover > strong,
.gc-category-list .flex.flex-wrap > div a:not(.btn):not(.border):hover > .font-bold {
  text-decoration-line: underline !important;
  text-decoration-thickness: 1px !important;
  text-underline-offset: 5px !important;
}

.gc-category-list h2 a:hover,
.gc-category-list h3 a:hover,
.gc-category-list h4 a:hover {
  text-decoration-line: underline !important;
  text-decoration-thickness: 1px !important;
  text-underline-offset: 5px !important;
}

/* "Klikk her..." */
.gc-category-list p.font-serif,
.gc-category-list .font-serif {
  font-family: "museo-sans", Arial, Helvetica, sans-serif !important;
  font-size: 0.78rem !important;
  font-weight: 500 !important;
  line-height: 1.35 !important;
  letter-spacing: 0.01em !important;
  color: rgba(255, 255, 255, 0.72) !important;
  text-transform: none !important;
  text-decoration: none !important;
  margin-top: 0 !important;
  margin-bottom: 1.25rem !important;
}

.gc-category-list p.font-serif a,
.gc-category-list p.font-serif a:hover,
.gc-category-list .font-serif a,
.gc-category-list .font-serif a:hover {
  text-decoration: none !important;
}

/* Hjelpeteksten skal ikke arve understreking fra produktlenken. */
.gc-category-list .flex.flex-wrap > div p.font-serif,
.gc-category-list .flex.flex-wrap > div p.font-serif *,
.gc-category-list .flex.flex-wrap > div p.font-serif a:not(.btn):not(.border),
.gc-category-list .flex.flex-wrap > div p.font-serif a:not(.btn):not(.border):hover {
  text-decoration: none !important;
}

/* Vanlig tekst dersom den finnes */
.gc-category-list p:not(.font-serif) {
  font-family: "museo-sans", Arial, Helvetica, sans-serif !important;
  font-size: 0.9rem !important;
  font-weight: 300 !important;
  line-height: 1.45 !important;
  letter-spacing: 0 !important;
  color: rgba(255, 255, 255, 0.76) !important;
  text-transform: none !important;
  margin-top: 0.55rem !important;
  margin-bottom: 1rem !important;
}

/* Pris */
.gc-category-list strong,
.gc-category-list .font-bold {
  font-family: "museo-sans", Arial, Helvetica, sans-serif !important;
  font-size: 1rem !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  letter-spacing: 0.01em !important;
  color: #ffffff !important;
}

.gc-category-list .highlight,
.gc-category-list .text-xl.font-semibold.highlight {
  color: #ffffff !important;
}

/* Antall + kjøp */
.gc-category-list input,
.gc-category-list input[type="number"] {
  font-family: "museo-sans", Arial, Helvetica, sans-serif !important;
  color: #ffffff !important;
  background: #151515 !important;
  border: 1px solid rgba(255, 255, 255, 0.7) !important;
  border-radius: 0 !important;
  text-align: center !important;
  width: 4rem !important;
  min-width: 4rem !important;
  min-height: 3rem !important;
  padding: 0.75rem 0.5rem !important;
  font-weight: 600 !important;
}

.gc-category-list a.border,
.gc-category-list button,
.gc-category-list .btn {
  font-family: "museo-sans", Arial, Helvetica, sans-serif !important;
  font-size: 0.68rem !important;
  font-weight: 600 !important;
  letter-spacing: 0.055em !important;
  text-transform: uppercase !important;
  color: #ffffff !important;
  background: transparent !important;
  border: 1px solid rgba(255, 255, 255, 0.9) !important;
  border-radius: 0 !important;
  min-height: 3rem !important;
  padding: 0.75rem 1.1rem !important;
}

.gc-category-list a.border:hover,
.gc-category-list button:hover,
.gc-category-list .btn:hover {
  background: #ffffff !important;
  color: #030303 !important;
  border-color: #ffffff !important;
}

/* Skillelinje mellom hovedprodukter og tilvalg. */
.gc-category-related-products {
  position: relative !important;
  border-top: 0 !important;
  background: #f3f0ea !important;
  color: #0b0b0b !important;
}

.gc-category-related-products .gc-related-products__inner {
  width: 100% !important;
  max-width: 1240px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.gc-category-related-products .gc-related-products__grid {
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)) !important;
}

.gc-category-related-products .gc-related-products__eyebrow,
.gc-category-related-products .gc-related-products__header h2 {
  color: #0b0b0b !important;
}

.gc-category-related-products .gc-related-product-card {
  background: #ffffff !important;
  color: #0b0b0b !important;
}

.gc-category-related-products .gc-related-product-card h3 a {
  color: #0b0b0b !important;
}

.gc-category-related-products .gc-related-product-card__price {
  color: rgba(11, 11, 11, 0.68) !important;
}

.gc-category-related-products .btn,
.gc-category-related-products a.btn {
  color: #0b0b0b !important;
  background: transparent !important;
  border-color: rgba(11, 11, 11, 0.8) !important;
}

.gc-category-related-products .btn:hover,
.gc-category-related-products a.btn:hover {
  color: #ffffff !important;
  background: #0b0b0b !important;
  border-color: #0b0b0b !important;
}

.gc-category-related-products::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: calc(100% - 6rem);
  max-width: 1240px;
  height: 0.5pt;
  background: rgba(11, 11, 11, 0.3);
  transform: translateX(-50%);
  pointer-events: none;
}

@media (max-width: 1023px) {
  .gc-category-related-products::before {
    width: calc(100% - 2rem);
  }
}


/* =========================================================
   12. RESPONSIVE
   ========================================================= */

@media (max-width: 1023px) {

  /* Navbar */
  .navbar,
  nav,
  body .navbar,
  body nav {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  /* Forside tjenestekort */
  .service-block {
    padding: 2rem 0 !important;
  }

  .service-block .container {
    max-width: none !important;
    width: 100% !important;
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }

  .service-block .container > .flex {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 0.5rem !important;
  }

  .service-block .container > .flex > div {
    aspect-ratio: 1 / 1;
    padding: 1rem !important;
  }

  .service-block h2,
  .service-block h3,
  body .service-block h2 *,
  body .service-block h3 * {
    font-size: clamp(1.5rem, 6vw, 2.4rem) !important;
    line-height: 0.95 !important;
    margin-bottom: 0.4rem !important;
  }

  .service-block p {
    font-size: 0.75rem !important;
    line-height: 1.25 !important;
    margin-bottom: 0.7rem !important;
  }

  body .service-block a.border,
  .service-block .btn,
  .service-block a.btn {
    font-size: 0.62rem !important;
    padding: 0.5rem 0.65rem !important;
    white-space: normal !important;
  }


  /* Felles sideintro */
  .gc-page-hero,
  .gc-menu-hero-simple,
  .gc-category-hero {
    padding: 2.25rem 1.25rem 3rem !important;
  }

  .gc-category-hero {
    padding-bottom: 1.75rem !important;
  }

  .gc-category-hero::after {
    width: calc(100% - 2rem);
  }

  .gc-page-hero h1,
  .gc-menu-hero-simple h1,
  .gc-category-hero h1,
  .gc-category-hero h1 span,
  .gc-category-hero h2,
  .gc-category-hero h2 span,
  .gc-category-hero h3,
  .gc-category-hero h3 span {
    font-size: clamp(2.7rem, 10vw, 4rem) !important;
  }

  .gc-page-hero p,
  .gc-menu-hero-simple p,
  .gc-category-hero p,
  .gc-category-hero .underscore-intro,
  .gc-category-hero strong,
  .gc-category-hero .font-bold,
  .gc-category-hero .font-serif {
    font-size: 1rem !important;
    line-height: 1.25 !important;
  }


  /* Menyoversikt */
  .gc-menu-categories {
    padding: 1rem 1rem 4rem;
  }

  .gc-menu-categories__inner > .grid,
  .gc-menu-categories__inner > .flex,
  .gc-menu-categories .flex.flex-wrap {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 1rem !important;
  }

  .gc-menu-categories h2,
  .gc-menu-categories h3,
  .gc-menu-categories h4,
  .gc-menu-categories h2 a,
  .gc-menu-categories h3 a,
  .gc-menu-categories h4 a {
    font-size: clamp(1.55rem, 6vw, 2.3rem) !important;
  }

  .gc-menu-categories p {
    font-size: 0.78rem !important;
    line-height: 1.3 !important;
  }

  .gc-menu-categories p + a,
  .gc-menu-categories h2 ~ a,
  .gc-menu-categories h3 ~ a,
  .gc-menu-categories h4 ~ a,
  .gc-menu-categories a.border,
  .gc-menu-categories .btn {
    font-size: 0.62rem !important;
    padding: 0.5rem 0.65rem !important;
    white-space: normal !important;
  }


  /* Kategoriside */
  .gc-category-list {
    padding: 1rem 1rem 4rem;
  }

  .gc-category-list .flex.flex-wrap {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 2.25rem 1rem !important;
  }

  .gc-category-list .flex.flex-wrap > div a:not(.btn):not(.border) {
    font-size: clamp(1.2rem, 5vw, 1.7rem) !important;
    line-height: 1.05 !important;
  }

  .gc-category-list p.font-serif,
  .gc-category-list .font-serif {
    font-size: 0.72rem !important;
    line-height: 1.3 !important;
  }

  .gc-category-list p:not(.font-serif) {
    font-size: 0.78rem !important;
    line-height: 1.35 !important;
  }

  .gc-category-list strong,
  .gc-category-list .font-bold {
    font-size: 0.85rem !important;
  }

  .gc-category-list a.border,
  .gc-category-list button,
  .gc-category-list .btn {
    font-size: 0.62rem !important;
    padding: 0.5rem 0.65rem !important;
  }
}
