/** Shopify CDN: Minification failed

Line 258:23 Expected ":"
Line 566:85 Expected identifier but found "*"

**/
.mega-menu-links-inner .mega-menu-item{
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  gap: 5px;
}
.mega-menu-links-inner .mega-menu-image{
  height: 30px;
  width: 30px;
  border-radius: 100%;
  background: #eaeaea;
  margin-right: 0.5rem;
  overflow: hidden;
}
.mega-menu-links-inner p{
  margin: 0;
  padding: 0;
}
.mega-menu-links-inner img{
  -o-object-fit: cover;
  object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
}
.mega-menu-header{
  font-weight: 300;
  font-size: 18px;
}
@media screen and (min-width: 800px){
  .mega-menu-header{
    font-weight: bolder;
  }
}
.mega-menu-header ~ svg{
  stroke-width: 1px;
}
.navigation__tier-2-container{
   box-shadow: 1px 36px 22px 1px rgba(0,0,0,0.15);
   -webkit-box-shadow: 1px 36px 22px 1px rgba(0,0,0,0.15);
  -moz-box-shadow: 1px 36px 22px 1px rgba(0,0,0,0.15);
}
.mobile-navigation-drawer .navigation__tier-2 {
  padding-bottom: 0px;
}
.mobile-navigation-drawer .navigation__column--promotion{
  flex-direction: column;
}
.mobile-navigation-drawer .navigation__column--promotion .menu-promotion{
  flex: 1;
}
.mega-menu-links label{
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  margin-bottom: 15px;
}
.mega-menu-links input:checked + label svg{
  rotate: 90deg;
}
.mega-menu-links input{
  display: none;
}

.MA-mega-menu-wrapper {
  display: flex !important;
}

.MA-menu-items {
  width: 20%;
}
@media screen and (min-width: 768px){
  .navigation .navigation__tier-2-container{
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
  }
  .mega-menu-links label svg{
    display: none;
  }
}
@media screen and (max-width: 768px){
  .mega-menu-links-inner{
    height: 0;
    overflow: hidden;
  }
  .mega-menu-links input:checked ~ .mega-menu-links-inner{
    height: auto;
  }
  .mega-menu-links label{
    justify-content: space-between;
  }
}
@media screen and (max-width: 749px){
  .product .grid--peek.slider .grid__item:first-of-type{
    margin-left: 0;
  }
  .product .product__media-list .product__media-item{
    width: 100%;
    padding-top: 0 !important;
  }
  .product__media-wrapper slider-component:not(.thumbnail-slider--no-slide){
    margin-left: -20px !important;
    margin-right: -20px !important;
  }
  product-info{
    padding-top: 0px !important;
  }
  .product .product__media-list *{
    /* border-radius: 10px; */
    overflow: hidden !important;
  }
}
.farve-variants{
  margin-top: 20px !important;
}
.f-products{
  display: grid !important;
  grid-gap:10px !important;
  grid-template-columns: repeat(6, 1fr) !important;
  width: 100%;
}
.f-product{
  height: 60px;
}
.f-product img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.f-heading{
  text-transform: none;
  letter-spacing: -0.5px;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 5px;
  display: block;
}
.one-half-column-left {
  width: 48%;
  float: left;
  margin-top: 15px;
}
.one-half-column-right {
  width: 48%;
  float: left;
  margin-top: 15px;
}
.one-half-column-left > p,
.one-half-column-left > b,
.one-half-column-right > p,
.one-half-column-right > b{
  font-size: 11.2px;
  margin: 0px;
}
.product-popup-modal__content{
  margin: 0px;
  height: 100%;
}
.popup-model__header{
  margin-bottom: 20px !important;
  font-size: 25.5px;
  letter-spacing: -1px;
  color: #3d3d3d;
}
.product-popup-modal__content-info,
.product-popup-modal__content-info p{
  font-size: 14px;
  margin-bottom: 15px;
  line-height: 1.5;
}
.pop_container{
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding-top: 10px;
  gap: 15px;
}
.pop_container .popup-model{
  border-bottom: 1px solid #e8e8e1;
  padding: 5px;
  /* margin-bottom: 10px; */
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
  /* margin-right: 25px; */
}
.pop_container .product-popup-modal__button{
  display: flex;
  align-items: center;
  font-size: 14px;
  gap: 8px;
  min-height: auto;
  text-decoration: none;
  padding-right: 0;
  width: 100%;
  position:relative;
}
.pop_container .product-popup-modal__button::after{
  content:"";
  width: 6px;
  height: 6px;
  border: 1px solid #000;
  border-left:0;
  border-bottom: 0;
  position: absolute; 
  top: 50%;
  right: 0px;
  transform: rotate(45deg) translateY(-50%);
}
.selling-points-block *{
  margin: 0;
  line-height: 1.5;
  font-size: 14px;
}
.product__trustbox-section{
  margin-top: 20px;
}
.product__trustbox-section ul{
  margin: 0;
  margin-bottom: 15px;
}
.product__trustbox-section li {
  padding-left: 22.5px;
  list-style-type: none;
}
.product__contact-section{
  display: flex;
  gap: 10px;
}
.product__contact-section a{
  text-decoration: underline;
}
.product__trustbox-section ul {
  margin: 0;
  margin-bottom: 15px;
}
.customer-link{
  position: relative;
}
.cl-content-inner *{
  font-size: 12px;
  line-height: normal;
}
.customer-link img{
  width: 30px;
  height: 30px;
}
.cl-heading{
  display: flex;
  flex-direction: row;
  align-items: center;s
  gap: 8px;
  cursor: pointer;
}
.customer-link .cl-content{
  display: none;
  position: absolute;
  top: 24px;
  padding-top: 10px;
}
.customer-link .cl-content-inner{
  background-color: #f7f7f7;
  padding: 20px;
}
.customer-link .cl-content.active {
  display: block;
}
.cl-content-inner span {
  position: absolute;
  font-size: 20px;
  right: 0px;
  display: block;
  padding: 0px 12px;
  top: 10px;
  background: #00000008;
}
.cl-content-inner svg{
  width: 100px;
}
@media screen and (min-width: 990px){
  .customer-link:hover .cl-content{
    display:block;
  }
  .cl-content-inner span{
    display: none;
  }
}
@media screen and (max-width: 990px){
  .customer-link .cl-content{
    right: -150%;
  }
  .customer-link .cl-title{
    display: none;
  }
  .customer-link .cl-heading{
    padding: 0;
  }
  .customer-link img {
    width: 40px;
    height: 28px;
    object-fit: contain;
  }
}
.text-element.size-guide {
  padding: 5px;
  margin-bottom: 10px;
  border-bottom: 1px solid #e8e8e1;
  cursor: pointer;
  font-size: 14px;
  display: flex;
  align-items: center;
  font-weight: 400;
  margin-right: 25px;
  color: #8d8d8d;
  line-height: 1.2;
  font-size: 0.8em;
  /* border-radius: 10px; */
  margin-bottom: 20px;
  border-bottom: 0px;
  margin-right: 0px;
}

.text-element.size-guide {
    font-size: 12px;
}

.mega-menu {
  position: static;
}

.mega-menu__content {
  background-color: rgb(var(--color-background));
  border-left: 0;
  border-radius: 0;
  border-right: 0;
  left: 0;
  overflow-y: auto;
  padding-bottom: 3rem;
  padding-top: 3rem;
  position: absolute;
  right: 0;
  top: 85%;
  display: none;
  z-index: 1;
}

.shopify-section-header-sticky .mega-menu__content {
  max-height: calc(100vh - var(--header-bottom-position-desktop, 20rem) - 4rem);
}

.header-wrapper--border-bottom .mega-menu__content {
  border-top: 0;
}

.js .mega-menu__content {
  opacity: 0;
  visibility: hidden;
  transform: translateY(-1.5rem);
    transition: all 300ms cubic-bezier(0.2, 0.06, 0.05, 0.95);
    transition-delay: 0.1s;
}

.mega-menu:hover .mega-menu__content {
  opacity: 1;
  visibility: visible;
  display: block;
  transform: translateY(0);
  /* padding-inline: 40px; */
}

.mega-menu__list {
  display: grid;
  gap: 1.8rem 4rem;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  list-style: none;
}

.mega-menu__link {
  color: rgba(var(--color-foreground), 0.75);
  display: block;
  line-height: calc(1 + 0.3 / var(--font-body-scale));
  padding-bottom: 0.6rem;
  padding-top: 0.6rem;
  text-decoration: none;
  transition: text-decoration var(--duration-short) ease;
  word-wrap: break-word;
}

.mega-menu__link--level-2 {
  font-weight: bold;
}

.header--top-center .mega-menu__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  column-gap: 0;
}

.header--top-center .mega-menu__list > li {
  width: 16%;
  padding-right: 2.4rem;
}

.mega-menu__link:hover,
.mega-menu__link--active {
  color: rgb(var(--color-foreground));
  text-decoration: underline;
}

.mega-menu__link--active:hover {
  text-decoration-thickness: 0.2rem;
}

.mega-menu .mega-menu__list--condensed {
  display: block;
}

.mega-menu__list--condensed .mega-menu__link {
  font-weight: normal;
}


.header__icon--menu {
  position: initial;
}

.MA-flex-links-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 2px solid #e1e1e1;
}

.menu-promotion__image {
  flex-direction: column
  display: flex;
  gap: 5px;
}

.menu-promotion__image img {
  /* border-radius: 10px; */
}


.MA-drawer-link-main {
  width: 96%;
}


.MA-drawer-header {
  display: flex;
    width: 100%;
    justify-content: space-between;
    padding-inline: 20px;
  align-items: center;
  position: relative;
  text-decoration: none;
}


.MA-drawer-header .menu-drawer-close {
  position: absolute;
  right: 33px;
}

.MA-header-drawer-title {
  margin-block: 0;
  font-size: 21.9px;
  font-weight: 700;
  opacity: .8;
  line-height: 32.85px;
  font-family: Segoe UI, Arial, sans-serif;
}

.MA-drawer-link {
  padding: 0 20px 5px;
  font-family: Segoe UI, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 13px;
  color: #3d3d3d;
}

.js menu-drawer > details > summary::before,
.js menu-drawer > details[open]:not(.menu-opening) > summary::before {
  content: '';
  position: absolute;
  cursor: default;
  width: 100%;
  height: calc(100vh - 100%);
  height: calc(var(--viewport-height, 100vh) - (var(--header-bottom-position, 100%)));
  top: 100%;
  left: 0;
  background: rgba(var(--color-foreground), 0.5);
  opacity: 0;
  visibility: hidden;
  z-index: 2;
  transition: opacity 0s, visibility 0s;
}

menu-drawer > details[open] > summary::before {
  visibility: visible;
  opacity: 1;
  transition: opacity var(--duration-default) ease, visibility var(--duration-default) ease;
}

.menu-drawer {
  position: fixed;
  transform: translateX(-100%);
  visibility: hidden;
  z-index: 5;
  left: 0;
  top: 0;
  bottom: 0;
  width: 92%;
  padding: 0;
  background-color: rgb(var(--color-background));
  overflow-x: hidden;
  filter: drop-shadow(
    var(--drawer-shadow-horizontal-offset) var(--drawer-shadow-vertical-offset) var(--drawer-shadow-blur-radius)
      rgba(var(--color-shadow), var(--drawer-shadow-opacity))
  );
}

.MA-menu-drawer-trust .MA-trust-link {
  font-size: 14px;
}

.MA-menu-drawer-trust .MA-widget-logo {
  width: 80px;
}

.js .menu-drawer {
  height: calc(100vh - 100%);
  height: calc(var(--viewport-height, 100vh) - (var(--header-bottom-position, 100%)));
  height: 100vh;
}

.js details[open] > .menu-drawer,
.js details[open] > .menu-drawer__submenu {
  transition: transform var(--duration-default) ease, visibility var(--duration-default) ease;
}

.js details[open].menu-opening > .menu-drawer,
details[open].menu-opening > .menu-drawer__submenu {
  transform: translateX(0);
  visibility: visible;
}

.menu-drawer__menu {
  margin-top: 4px;
}

.menu-drawer__menu details[open] .MA-caret-down {
  transform: rotate(-180deg);
}

.js .menu-drawer__navigation .submenu-open {
  /* visibility: hidden; /* hide menus from screen readers when hidden by submenu */ */
}

.MA-drawer-link-main {
  border-bottom: none !important;
  font-family: system-ui;
  font-weight: 400;
}


@media screen and (min-width: 750px) {
  .menu-drawer {
    width: 40rem;
    border-width: 0 var(--drawer-border-width) 0 0;
    border-style: solid;
    border-color: rgba(var(--color-foreground), var(--drawer-border-opacity));
  }
}

.menu-drawer__inner-container {
  position: relative;
  height: 100%;
}

.menu-drawer__navigation-container {
  display: grid;
  grid-template-rows: 1fr auto;
  align-content: space-between;
  overflow-y: auto;
  height: 100%;
}

/* .menu-opening .menu-drawer__menu-item .MA-caret-down {
  transform: rotate(-180deg);
} */

.menu-drawer__navigation {
  padding: 0 0 3rem 0;
  overflow-x: scroll;
}

.menu-drawer__inner-submenu {
  padding-bottom: 15px;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}

.menu-drawer__inner-submenu ul {
  margin-inline: 0 !important;
}

.menu-drawer__inner-submenu ul li a {
  font-size: 12.8px;
  font-family: Segoe UI, Arial, sans-serif;
    text-transform: uppercase;
  letter-spacing: normal;
  color: rgba(18, 18, 18, 0.75);
  border-bottom: none;
  padding-block: 4px;
}

.js .menu-drawer__menu li {
  margin-bottom: 0.2rem;
}

.menu-drawer__menu-item {
  padding: 1.1rem 2rem;
  text-decoration: none;
  font-size: 1.8rem;
}

.menu-drawer summary.menu-drawer__menu-item {
  /* padding-right: 5.2rem; */
}

.menu-drawer__menu-item--active,
.menu-drawer__menu-item:focus,
.menu-drawer__close-button:focus,
.menu-drawer__menu-item:hover,
.menu-drawer__close-button:hover {
  color: rgb(var(--color-foreground));
  /* background-color: rgba(var(--color-foreground), 0.04); */
}

.menu-drawer__menu-item--active:hover {
  background-color: rgba(var(--color-foreground), 0.08);
}

.js .menu-drawer__menu-item .icon-caret {
  display: none;
}

.menu-drawer__menu-item > .icon-arrow {
  position: absolute;
  right: 3rem;
  top: 50%;
  transform: translateY(-50%);
}

.js .menu-drawer__submenu {
  position: absolute;
  top: 0;
  width: 100%;
  bottom: 0;
  left: 0;
  background-color: rgb(var(--color-background));
  z-index: 1;
  transform: translateX(100%);
  visibility: hidden;
}

.js .menu-drawer__submenu .menu-drawer__submenu {
  overflow-y: auto;
}

.menu-drawer__close-button {
  margin-top: 1.5rem;
  padding: 1.2rem 2.6rem 1.2rem 3rem;
  text-decoration: none;
  display: flex;
  align-items: center;
  font-size: 1.4rem;
  width: 100%;
  background-color: transparent;
  font-family: var(--font-body-family);
  font-style: var(--font-body-style);
  text-align: left;
}

.menu-drawer__close-button .icon-arrow {
  transform: rotate(180deg);
  margin-right: 1rem;
}

.menu-drawer__utility-links {
  padding: 0;
  background-color: rgba(var(--color-foreground), 0.03);
  position: relative;
}

.header--has-social .menu-drawer__utility-links {
  padding: 2rem 3rem;
}

@media screen and (max-width: 749px) {
  .header--has-account:where(:not(.header--has-social):not(.header--has-localizations)) .menu-drawer__utility-links {
    padding: 2rem 3rem;
  }
}

@media screen and (max-width: 989px) {
  .header--has-localizations:where(:not(.header--has-social)) .menu-drawer__utility-links {
    padding: 2rem 3rem;
  }
}

.menu-drawer__account {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  padding: 1rem 0;
  font-size: 1.4rem;
  color: rgb(var(--color-foreground));
  margin-bottom: 0;
}

.menu-drawer__utility-links:has(.menu-drawer__localization) .menu-drawer__account {
  margin: 0;
}

.menu-drawer__account .icon-account {
  height: 2rem;
  width: 2rem;
  margin-right: 1rem;
}

.menu-drawer__account shop-user-avatar {
  --shop-avatar-size: 2.4rem;
  margin-right: 0.55rem;
  margin-left: -0.45rem;
}

.menu-drawer__account:hover .icon-account {
  transform: scale(1.07);
}

.menu-drawer .list-social {
  justify-content: flex-start;
  margin-left: -1.25rem;
}

.menu-drawer .list-social:empty {
  display: none;
}

.menu-drawer .list-social__link {
  padding: 1.1rem 1.1rem;
}

@media screen and (max-width: 989px) {
  .menu-promotion__image {
    flex-direction: column;
    width: 100%;
    height: 100%;
  }
}

@media screen and (max-width: 749px) {
  .menu-drawer.country-selector-open {
    transform: none !important;
    filter: none !important;
    transition: none !important;
  }
}
#HeaderMenu-p-style-color-c80a0a-font-weight-600-udsalg-p {
    color: #c80a0a;
    font-weight: 600;
}
.Ma-trustpilot-product {
    display: flex;
    align-items: center;
    /* justify-content: center; */
    gap: 10px;
}
.stamped-badge-caption {
    font-size: 14px;
}
.Ma-slider-section  .slider--desktop .slider__slide:first-child {
    margin-left: 20px;
    scroll-margin-left: var(--desktop-margin-left-first-item);
}
.Ma-logo {
    width: 365px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    padding: 0px 0;
    object-fit: scale-down;
}
.menu-drawer__menu .icon-button img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.menu-drawer__menu .icon-button {
    width: 40px;
    aspect-ratio: 1;
    overflow: hidden;
    border-radius: 100%;
}
.WI_productCard_main:hover  .WI_productCard_vendor {
  display:block !important;
}
.WI_productCard_main:hover .product-block-options__inner.desktop + .WI_productCard_vendor {
    display: none !important;
}
.pickup-availability-variant-text *{
  font-size: 14px;
}

/* Drawer cart account */
.menu-drawer__utility .menu-drawer__account {
    display: block;
    font-weight: 300;
    text-transform: uppercase;
    display: flex;
    font-size: 12.8px;
    padding: 1rem 2rem;
}
.menu-drawer__utility .menu-drawer__account svg {
    height: 20px;
}



.section-header.shopify-section-group-header-group{
  z-index: 100;
}

.product-popup-modal__opener{
    width: 100%;
}