/* xl - DESKTOP STYLES */
.stilarter-on-front {
  display: flex;
  overflow: auto;
  flex: none;
  scroll-snap-type: x mandatory;
}
.stilarter-on-front .list-style-items {
  border-radius: 25px;
  overflow: hidden;
  flex: 0 0 300px;
  position: relative;
  scroll-snap-align: center;
  margin-right: 2rem;
}
.stilarter-on-front .list-style-items a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.stilarter-on-front .list-style-items h3 {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  padding: 0;
}
.stilarter-on-front .list-style-items img {
  aspect-ratio: 0.5;
  object-fit: cover;
}
.tilbud-forside {
  position: relative;
  width: 100%;
  background-color: #232323;
  padding: 5%;
  padding-right: 25%;
  border-radius: 1.5rem;
  overflow: hidden;
}
.tilbud-forside .btn {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.tilbud-forside h3 {
  text-align: left;
}
.tilbud-forside .btn::before {
  content: "";
  position: absolute;
  height: auto;
  width: 7%;
  height: 100%;
  bottom: 0;
  right: 0;
  background-image: linear-gradient(43deg, #4158D0 -10%, #C850C0 46%, #FFCC70 110%) !important;
  transition: 200ms ease-in-out;
}
.tilbud-forside .btn::after {
  content: "";
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><!--!Font Awesome Free 6.5.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--><path d="M278.5 233.4c12.5 12.5 12.5 32.8 0 45.3l-160 160c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L210.7 256 73.4 118.6c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0l160 160z"/></svg>');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 50%;
  height: auto;
  position: absolute;
  width: 7%;
  height: 100%;
  bottom: 0;
  right: 0;
  filter: invert(1);
  transition: 200ms ease-in-out;
}
.pris-tilbud span {
  display: block;
  font-size: 1.5rem;
  font-weight: 700;
}
.tilbud-forside:hover .btn::before, .tilbud-forside:hover .btn::after {
  width: 12%;
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sourceRoot%22%3A%22%2F%22%2C%22sources%22%3A%5B%22(stdin)%22%2C%22wp-content%2Fcustom_codes%2F242847-scss-desktop.scss%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22AAAA%3BACAC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAUD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%22%7D */