
:root {
  --color-pinkhaus: #ef4681;
  --color-yellow: #ef4681;
}

#view-grid:not(.hidden) {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  grid-template-rows: repeat(2, minmax(0, 1fr)) !important;
  gap: 1.5rem;
  width: 100%;
  max-width: none;
  margin-inline: auto;
  padding: 12rem 1.5rem 0;
  height: calc(100svh - 8rem);
  box-sizing: border-box;
}

#view-grid.hidden {
  display: none !important;
}

#view-grid .grid-card-wrap {
  min-width: 0;
  min-height: 0;
  width: 100%;
  height: 100%;
}

#view-grid [data-component="HomepageGridCard"] {
  min-width: 0;
  min-height: 0;
  height: 100%;
}

[data-component="HomepageHeroCard"] a[data-brand],
a[data-component="HomepageGridCard"][data-brand],
[data-component="LandingPage"][data-brand] {
  background-color: var(--brand-bg) !important;
  color: var(--brand-fg);
}

[data-component="HomepageHeroCard"] a[data-brand],
a[data-component="HomepageGridCard"][data-brand] {
  color: var(--brand-fg);
}

[data-brand] [class*="box-decoration-clone"],
[data-brand] [data-gsap="card-heading"] {
  background-color: var(--brand-bg) !important;
  color: var(--brand-fg) !important;
}

[data-brand] [data-gsap="card-expandCollapse-icon"],
[data-brand] [data-gsap="landing-page-expandCollapse-icon"] {
  color: var(--brand-fg);
}

[data-brand] [data-gsap="card-expandCollapse-icon"] svg path,
[data-brand] [data-gsap="landing-page-expandCollapse-icon"] svg path {
  fill: currentColor;
}

[data-component="LandingPage"][data-brand] > header,
[data-component="LandingPage"][data-brand] [data-gsap="landing-page-heading"] {
  background-color: var(--brand-bg) !important;
  color: var(--brand-fg);
}

[data-component="LandingPage"][data-brand] [data-gsap="landing-page-description"] {
  color: var(--brand-fg);
}

#site-menu a[data-brand] .icon-container {
  background-color: var(--brand-bg) !important;
  color: var(--brand-fg) !important;
}

[data-component="NavButtons"] .btn-primary {
  background-color: var(--color-pinkhaus) !important;
  color: var(--color-white) !important;
}
[data-component="NavButtons"] .btn-primary:before {
  background-color: var(--color-black) !important;
}
[data-component="NavButtons"] .btn-primary:hover {
  color: var(--color-black) !important;
}
[data-component="NavButtons"] .btn-primary:hover:before {
  transform: translateY(-100%);
  transition-timing-function: cubic-bezier(0.34, 1.56, 0.64, 1);
}

.homepage-marquee-wrapper {
  overflow: hidden;
}
.homepage-marquee-track {
  display: inline-flex;
  width: max-content;
  animation: ph-marquee 28s linear infinite;
}
.homepage-marquee-track span {
  color: inherit;
}

[data-component="HomepageHeroCard"].ph-expanding {
  display: flex !important;
  flex-direction: column !important;
  align-items: stretch !important;
}
[data-component="HomepageHeroCard"].ph-expanding > .transition-transform {
  flex: 0 0 50svh !important;
  height: 50svh !important;
  width: 100% !important;
  min-height: 0 !important;
}
[data-component="HomepageHeroCard"].ph-expanding > .transition-transform > div {
  height: 100% !important;
}
[data-component="HomepageHeroCard"].ph-expanding a {
  box-sizing: border-box !important;
  height: 100% !important;
  justify-content: flex-start !important;
}
[data-component="HomepageHeroCard"].ph-expanding a > span:first-of-type {
  flex: 1 1 auto !important;
  min-height: 0 !important;
  width: 100% !important;
  overflow: hidden !important;
}

[data-component="LandingPage"] > header {
  height: 50svh !important;
  overflow: hidden;
  box-sizing: border-box !important;
  padding: 1rem !important;
  transform-origin: top;
}
@media (min-width: 768px) {
  [data-component="LandingPage"] > header {
    padding: 1.5rem !important;
  }
}
[data-component="LandingPage"] > header > div:first-of-type {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
[data-component="LandingPage"] > header img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

[data-component="ListingPage"][data-brand] {
  background-color: var(--brand-bg) !important;
  color: var(--brand-fg);
}

[data-component="ListingPage"][data-brand] .listing-hero {
  background-color: var(--brand-bg) !important;
  color: var(--brand-fg);
}

[data-component="ListingPage"][data-brand] [data-gsap="image-header-title"] {
  background-color: var(--brand-bg) !important;
  color: var(--brand-fg) !important;
}

[data-component="ListingPage"] .listing-hero {
  height: 50svh !important;
  box-sizing: border-box;
}

[data-component="ListingPage"] .listing-hero > div:first-of-type {
  width: 100%;
  height: 100%;
}

[data-component="ListingPage"] .ph-select {
  appearance: none;
  background-color: var(--brand-fg);
  color: var(--brand-bg);
  border-color: var(--brand-fg);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='7' viewBox='0 0 13 7' fill='none'%3E%3Cpath d='M6.375 6.375L0 0L12.75 0L6.375 6.375Z' fill='black'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 13px 7px;
  padding-right: 2.5rem;
}

[data-component="ListingPage"] .tag-btn {
  background-color: transparent;
  color: var(--brand-fg);
  border-color: var(--brand-fg);
}

[data-component="ListingPage"] .tag-btn:hover,
[data-component="ListingPage"] .tag-btn.is-active {
  background-color: var(--color-pinkhaus);
  border-color: var(--color-pinkhaus);
  color: #fff;
}

[data-component="ListingPage"] .listing-card .btn-primary {
  background-color: var(--color-pinkhaus) !important;
  color: #fff !important;
}

[data-component="ListingPage"] .listing-card .btn-primary:before {
  background-color: var(--brand-bg) !important;
}

[data-component="ListingPage"] .listing-card .btn-primary:hover {
  color: var(--brand-fg) !important;
}

.ph-hide-scrollbar {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.ph-hide-scrollbar::-webkit-scrollbar {
  display: none;
}

@media (max-width: 767px) {
  [data-component="ListingPage"] .filters {
    flex-direction: column;
    align-items: stretch;
  }
  [data-component="ListingPage"] .filter-group {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 0.25rem;
  }
}

[data-component="ListingPage"] .listing-grid--posters {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

@media (min-width: 768px) {
  [data-component="ListingPage"] .listing-grid--posters {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.5rem;
  }
}

@media (min-width: 1100px) {
  [data-component="ListingPage"] .listing-grid--posters {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1400px) {
  [data-component="ListingPage"] .listing-grid--posters {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}

[data-component="ListingPage"] .listing-grid--posters .listing-card--film {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 0;
}

[data-component="ListingPage"] .listing-grid--posters .listing-card__poster {
  aspect-ratio: 2 / 3;
  width: 100%;
  flex-shrink: 0;
}

[data-component="ListingPage"] .listing-grid--posters .listing-card__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

[data-component="ListingPage"] .listing-card__body {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  min-height: 0;
}

[data-component="ListingPage"] .listing-card__text {
  gap: 0.375rem;
}

[data-component="ListingPage"] .listing-card__title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.3;
  margin: 0;
}

[data-component="ListingPage"] .listing-card__desc {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 1rem;
  line-height: 1.5;
  margin: 0;
}

[data-component="ListingPage"] .listing-grid--posters .listing-card__body {
  padding-bottom: 1.25rem;
}

[data-component="ListingPage"] .listing-grid--posters .listing-card__text {
  flex: 1 1 auto;
  min-height: 6.5rem;
  margin-bottom: 1rem !important;
}

[data-component="ListingPage"] .listing-grid--posters .listing-card__tags {
  min-height: 2.75rem;
  margin-top: 0 !important;
  margin-bottom: 1rem !important;
  padding-bottom: 0.125rem;
}

[data-component="ContentPage"][data-brand] {
  background-color: var(--brand-bg) !important;
  color: var(--brand-fg);
}

[data-component="ContentPage"][data-brand] .content-hero {
  background-color: var(--brand-bg) !important;
  color: var(--brand-fg);
}

[data-component="ContentPage"][data-brand] [data-gsap="image-header-title"] {
  background-color: var(--brand-bg) !important;
  color: var(--brand-fg) !important;
}

[data-component="ContentPage"] .content-hero {
  height: 50svh !important;
  box-sizing: border-box;
}

[data-component="ContentPage"] .content-hero > div:first-of-type {
  width: 100%;
  height: 100%;
}

[data-component="ContentPage"] .content-intro {
  color: var(--brand-fg);
}

[data-component="ContentPage"] .content-price-note {
  font-size: 0.875rem;
  line-height: 1.5;
}

[data-component="ContentPage"] .content-prices .body-m {
  font-size: 1rem;
  line-height: 1.5;
}

[data-component="MenuPage"][data-brand] {
  background-color: var(--brand-bg) !important;
  color: var(--brand-fg);
}

[data-component="MenuPage"][data-brand] .menu-hero {
  background-color: var(--brand-bg) !important;
  color: var(--brand-fg);
}

[data-component="MenuPage"][data-brand] [data-gsap="image-header-title"] {
  background-color: var(--brand-bg) !important;
  color: var(--brand-fg) !important;
}

[data-component="MenuPage"] .menu-hero {
  height: 50svh !important;
  box-sizing: border-box;
}

[data-component="MenuPage"] .menu-hero > div:first-of-type {
  width: 100%;
  height: 100%;
}

[data-component="MenuPage"] .menu-intro {
  color: var(--brand-fg);
}

[data-component="MenuPage"] .menu-item__name {
  font-size: 1rem;
  line-height: 1.5;
}

[data-component="MenuPage"] .menu-item__note,
[data-component="MenuPage"] .menu-footnote {
  font-size: 0.875rem;
  line-height: 1.5;
}

[data-component="ContentPage"] .content-section__text {
  font-size: 1rem;
  line-height: 1.6;
}

.ph-form {
  background: #ffffff;
  color: #000000;
  padding: 1.25rem;
}

@media (min-width: 768px) {
  .ph-form {
    padding: 1.5rem;
  }
}

.ph-form__header {
  margin-bottom: 1.25rem;
}

.ph-form__title {
  margin-bottom: 0.5rem;
}

.ph-form__description {
  opacity: 0.85;
  line-height: 1.5;
}

.ph-form__fields {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.ph-form__label {
  display: block;
  margin-bottom: 0.375rem;
  font-weight: 600;
}

.ph-form__required {
  color: #ef4681;
  margin-left: 0.125rem;
}

.ph-form__control {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.25rem;
  padding: 0.7rem;
  font-family: inherit;
  font-size: 1rem;
  line-height: 1.5;
  background: #fff;
  color: #000;
}

.ph-form__control:focus {
  outline: 2px solid #000;
  outline-offset: 1px;
  border-color: #000;
}

.ph-form__field.is-invalid .ph-form__control {
  border-color: #ef4681;
}

.ph-form__helper {
  margin-top: 0.375rem;
  opacity: 0.7;
  font-size: 0.875rem;
}

.ph-form__error {
  margin-top: 0.375rem;
  color: #ef4681;
  font-size: 0.875rem;
}

.ph-form__actions {
  margin-top: 1.25rem;
}

.ph-form__status {
  margin-top: 1rem;
}

.ph-form__status.is-success {
  color: inherit;
}

.ph-form__status.is-error {
  color: #ef4681;
}

.ph-form__honeypot {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.ph-form--compact {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  background: transparent;
  color: inherit;
  padding: 0;
  position: relative;
  width: 100%;
  gap: 0;
}

.ph-form--compact .ph-form__fields {
  flex: 1 1 auto;
  min-width: 0;
  flex-direction: row;
  align-items: stretch;
  gap: 0;
  width: auto;
}

.ph-form--compact .ph-form__field {
  flex: 1 1 auto;
  min-width: 0;
}

.ph-form--compact .ph-form__control {
  width: 70%;
  min-width: 0;
  border: 0;
  border-bottom: 2px solid #fff;
  border-radius: 0;
  background: transparent;
  color: #fff;
  padding-left: 0;
  padding-right: 0.25rem;
  font-weight: 600;
}

.ph-form--compact .ph-form__control::placeholder {
  color: #fff;
  opacity: 1;
  font-weight: 600;
}

.ph-form--compact .ph-form__control:focus {
  outline: none;
  border-bottom-color: #fff;
}

.ph-form--compact .ph-form__actions {
  margin-top: 0;
  margin-left: 0;
  flex: 0 0 auto;
  align-self: stretch;
}

.ph-form--compact .ph-form__error {
  display: none;
}

.ph-form__status--slot {
  display: none;
  margin: 0;
  min-height: 1.25rem;
}

.ph-form__status--slot.is-visible {
  display: block;
}

.ph-form__status--slot.is-error {
  color: #ef4681;
}

.ph-form__status--slot.is-success {
  color: #fff;
  opacity: 0.9;
}

.ph-form[data-status-target] [data-form-status] {
  display: none;
}

@keyframes ph-marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

@font-face {
  font-family: 'TWK Burns';
  src: url('../fonts/TWKBurns-Regular.woff2') format('woff2'),
       url('../fonts/TWKBurns-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'TWK Burns';
  src: url('../fonts/TWKBurns-ExtraBold.woff2') format('woff2'),
       url('../fonts/TWKBurns-ExtraBold.woff') format('woff');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

#logoContainer a {
  display: contents;
}

#logoContainer {
  padding-top: 2rem;
  padding-bottom: 0.375rem;
}

@media (min-width: 768px) {
  #logoContainer {
    padding-top: 2.5rem;
    padding-bottom: 0.5rem;
  }
}
.legal-page__intro {
  color: rgba(0, 0, 0, 0.7);
}

.legal-page__text,
.legal-page__list {
  line-height: 1.6;
}

.legal-page__list {
  list-style-type: disc;
  padding-left: 1.25rem;
}

[data-component="FilmDetailPage"][data-brand] {
  background-color: var(--brand-bg) !important;
  color: var(--brand-fg);
}

[data-component="FilmDetailPage"] .film-detail-hero {
  background-color: var(--brand-bg) !important;
  color: var(--brand-fg);
  height: 50svh !important;
  box-sizing: border-box;
}

[data-component="FilmDetailPage"] [data-gsap="image-header-title"] {
  color: var(--brand-fg);
}

[data-component="FilmDetailPage"] .film-detail-title {
  font-size: 2.75rem;
  line-height: 1;
}

@media (min-width: 768px) {
  [data-component="FilmDetailPage"] .film-detail-title {
    font-size: 4rem;
  }
}

[data-component="FilmDetailPage"] .film-detail-intro {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

[data-component="FilmDetailPage"] .film-detail-intro__main {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  min-width: 0;
}

@media (min-width: 768px) {
  [data-component="FilmDetailPage"] .film-detail-intro__main {
    gap: 1.75rem;
  }
}

[data-component="FilmDetailPage"] .film-detail-intro__aside {
  min-width: 0;
}

[data-component="FilmDetailPage"] .film-detail-description {
  font-size: 1rem;
  line-height: 1.6;
}

[data-component="FilmDetailPage"] .film-detail-tags {
  gap: 0.5rem;
}

[data-component="FilmDetailPage"] .film-detail-tag {
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  font-size: 0.75rem;
  line-height: 1.3;
  padding: 0.35rem 0.75rem;
  border: 1px solid currentColor;
  border-radius: 9999px;
}

@media (min-width: 768px) {
  [data-component="FilmDetailPage"] .film-detail-tag {
    font-size: 0.875rem;
    line-height: 1.4;
    padding: 0.5rem 1rem;
    border-width: 1.5px;
  }
}

[data-component="FilmDetailPage"] .film-detail-meta {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  margin: 0;
}

[data-component="FilmDetailPage"] .film-detail-meta__row {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

[data-component="FilmDetailPage"] .film-detail-meta__label {
  margin: 0;
  opacity: 0.72;
  font-size: 0.875rem;
  line-height: 1.4;
}

[data-component="FilmDetailPage"] .film-detail-meta__value {
  margin: 0;
  font-size: 1rem;
  line-height: 1.5;
}

[data-component="FilmDetailPage"] .film-detail-markers__title {
  margin: 0;
}

[data-component="FilmDetailPage"] .film-detail-markers__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  font-size: 1rem;
  line-height: 1.5;
}

[data-component="FilmDetailPage"] .film-detail-markers__list li {
  position: relative;
  padding-left: 0.85rem;
}

[data-component="FilmDetailPage"] .film-detail-markers__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 0.3rem;
  height: 0.3rem;
  border-radius: 9999px;
  background-color: currentColor;
  opacity: 0.55;
}

@media (min-width: 1024px) {
  [data-component="FilmDetailPage"] .film-detail-intro {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(13rem, 19rem);
    gap: 2rem 2.5rem;
    align-items: start;
  }

  [data-component="FilmDetailPage"] .film-detail-intro__aside {
    padding-top: 0.5rem;
  }
}

[data-component="FilmDetailPage"] .film-detail-trailer {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 5;
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.85rem 1.35rem;
  border: 1.5px solid currentColor;
  border-radius: 9999px;
  background-color: rgba(0, 0, 0, 0.55);
  color: #fff;
  transform: translate(-50%, -50%);
  backdrop-filter: blur(6px);
  transition: background-color 0.2s ease, transform 0.2s ease;
}

[data-component="FilmDetailPage"] .film-detail-trailer:hover {
  background-color: rgba(0, 0, 0, 0.72);
  transform: translate(-50%, -50%) scale(1.03);
}

[data-component="FilmDetailPage"] .film-detail-trailer__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border-radius: 9999px;
  background-color: var(--color-pinkhaus);
  color: #fff;
}

[data-component="FilmDetailPage"] .film-detail-trailer__label {
  font-family: var(--font-poppins, 'Poppins', sans-serif);
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

[data-component="FilmDetailPage"] .film-detail-day {
  padding-top: 0.25rem;
  border-top: 1.5px solid color-mix(in srgb, var(--brand-fg) 18%, transparent);
}

[data-component="FilmDetailPage"] .film-detail-day__heading {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}

[data-component="FilmDetailPage"] .film-detail-day__weekday {
  margin: 0;
  opacity: 0.72;
}

[data-component="FilmDetailPage"] .film-detail-day__date {
  margin: 0;
  line-height: 1.1;
}

[data-component="FilmDetailPage"] .film-detail-day__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

[data-component="FilmDetailPage"] .film-detail-seance {
  display: grid;
  grid-template-columns: 4.5rem minmax(0, 1fr) auto;
  align-items: center;
  gap: 1rem 1.25rem;
  padding: 1rem 1.25rem;
  background-color: #fff;
  color: #000;
}

[data-component="FilmDetailPage"] .film-detail-seance--past {
  opacity: 0.55;
}

[data-component="FilmDetailPage"] .film-detail-seance__status {
  opacity: 0.75;
  white-space: nowrap;
}

[data-component="FilmDetailPage"] .film-detail-seance__time {
  white-space: nowrap;
}

[data-component="FilmDetailPage"] .film-detail-seance__info {
  min-width: 0;
}

[data-component="FilmDetailPage"] .film-detail-seance .btn-primary {
  background-color: var(--color-pinkhaus) !important;
  color: #fff !important;
}

[data-component="FilmDetailPage"] .film-detail-seance .btn-primary:before {
  background-color: var(--brand-bg) !important;
}

[data-component="FilmDetailPage"] .film-detail-seance .btn-primary:hover {
  color: var(--brand-fg) !important;
}

@media (max-width: 639px) {
  [data-component="FilmDetailPage"] .film-detail-seance {
    grid-template-columns: 1fr auto;
    grid-template-rows: auto auto;
  }

  [data-component="FilmDetailPage"] .film-detail-seance__time {
    grid-column: 1;
  }

  [data-component="FilmDetailPage"] .film-detail-seance__info {
    grid-column: 1 / -1;
  }

  [data-component="FilmDetailPage"] .film-detail-seance .btn-primary {
    grid-column: 2;
    grid-row: 1;
  }
}

.film-trailer-modal {
  position: fixed;
  inset: 0;
  z-index: 120;
  display: grid;
  place-items: center;
  padding: 1rem;
}

.film-trailer-modal[hidden] {
  display: none;
}

.film-trailer-modal__backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(0, 0, 0, 0.82);
  cursor: pointer;
}

.film-trailer-modal__dialog {
  position: relative;
  width: min(960px, 100%);
  z-index: 1;
}

.film-trailer-modal__close {
  position: absolute;
  top: -2.75rem;
  right: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border: 0;
  border-radius: 9999px;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  cursor: pointer;
}

.film-trailer-modal__frame {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #000;
}

.film-trailer-modal__frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

body.film-trailer-open {
  overflow: hidden;
}

[data-component="ErrorPage"] {
  background-color: #a5a5a5;
}

[data-component="ErrorPage"] .error-page-hero {
  background-color: #a5a5a5;
  color: #000;
}

[data-component="ErrorPage"] .error-page-code {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  font-size: clamp(5rem, 22vw, 12rem);
  line-height: 1;
  opacity: 0.12;
  pointer-events: none;
  z-index: 1;
}

[data-component="ErrorPage"] .error-page-heading {
  z-index: 2;
  background-color: #a5a5a5;
}

[data-component="ErrorPage"] .error-page-body {
  color: #000;
}

[data-component="ErrorPage"] .error-page-actions .btn-primary {
  background-color: var(--color-pinkhaus) !important;
  color: #fff !important;
}

[data-component="ErrorPage"] .error-page-actions .btn-primary:before {
  background-color: #000 !important;
}

[data-component="ErrorPage"] .error-page-actions .btn-primary:hover {
  color: #000 !important;
}

[data-component="ErrorPage"] .error-page-actions .btn-secondary {
  border: 2px solid #000;
  color: #000 !important;
  background: transparent !important;
}

[data-component="ErrorPage"] .error-page-actions .btn-secondary:before {
  background-color: #000 !important;
}

[data-component="ErrorPage"] .error-page-actions .btn-secondary:hover {
  color: #fff !important;
}

