/** Shopify CDN: Minification failed

Line 239:23 Expected ":"
Line 547: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%;
}
@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: 112px;
}
.f-product img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
  object-position: bottom;
}
.f-heading{
  text-transform: none;
  letter-spacing: normal;
  font-size: 14px;
  font-weight: 400;
  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;
}
.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: 5px;
  min-height: auto;
  text-decoration: none;
}
.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: 14px;
}

.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;
}
[data-name="Farve"]{
  display: none;
}
.product__accordion details .plus_a {
    transition: .2s ease-out;
    transform-origin: center;
}
.product__accordion details[open] .accordion__content{
  transition: all 2s ease-out;
  overflow: hidden;
}
.product__accordion details:not([open]) .accordion__content{
  max-height: 0px !important;
  transition: all 2s ease-out;
  overflow: hidden;
}
.product__accordion   details[open] .plus_a {
    transform: rotateZ(90deg);
}
.WI_pD_a_acc .ma-plus{
  stroke-width: 2px;
}
.accordion__title{
  color: #000;
}
.Ma-buttons{
  background: black;
  color: white;
}
.vendor.lightly-spaced-row *{
  font-size: 14px;
  margin-bottom: -3px;
  letter-spacing: 0px;
  font-weight: 500;
  text-transform: none;
  color: rgba(var(--color-foreground), 0.75);
}
.vendor.lightly-spaced-row{
  margin-bottom: -1.5rem;
}
.Ma-facet-sss{
  position: relative;
}
.Ma-facet-sss .facets-container .facets-wrap {
    border: none;
    padding-inline: 0;
    margin: 0;
}
.Ma-facet-sss label.facets__label.facet-checkbox {
    border: 1px solid rgb(238,238,238);
    font-size: 14px;
    padding: 15px 20px;
    border-radius: 5px!important;
  background-color: #f3f3f3;
    white-space: nowrap;
}
label.facets__label.facet-checkbox svg {
    display: none;
}
.Ma-facet-sss ul.facets-layout.facets-layout-list.facets-layout-list--text.facets__list.list-unstyled {
    display: flex;
    gap: 10px;
    padding: 0;
    max-width: calc(100vw - 40px);
    overflow-x: auto;
    /* padding-bottom: 10px; */
}
.mobile-facets__submenu.farve svg,
.mobile-facets__submenu.farve input{
  display: none;
}
.Ma-facet-sss:before{
    width: 20px;
    height: 100%;
    background: red;
    content: ' ';
    position: absolute;
    left: 0;
    z-index: 1;
    background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
}
.Ma-facet-sss:after{
    width: 20px;
    height: 100%;
    background: red;
    content: ' ';
    position: absolute;
    right: 0;
    z-index: 1;
    top: 0;
        background: linear-gradient(270deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
}
@media screen and (max-width: 768px){
  .Ma-facet-sss label.facets__label.facet-checkbox{
    height: 22px;
    padding: 15px;
    gap: 0px;
  }
  .active-facets.active-facets-mobile{
    display: none;
  }
  .Ma-facet-sss ul.facets-layout.facets-layout-list.facets-layout-list--text.facets__list.list-unstyled{
    gap: 0px;
  }
}
 .Ma-facet-sss .facets__label.facet-checkbox:has(input:checked) {
    border-color: #000;
}
.Ma-facet-sss .facets-container  .MA-facets-form {
        transform: translateY(0%) !important;
        display: flex;
        align-items: center;
    }
.Ma-facet-sss .facets-container  .list-menu__item{
  padding: 0;
}
@media screen and (max-width: 768px){
  .MA-facets-wrapper facet-filters-form{
    background-color: #f3f3f3;
    border-radius: 5px;
  }
}
.MA-view-all{
  text-align: center;
}
.MA-view-all .small-feature-link {
    border-bottom: 1px solid #000000;
    padding-bottom: 1px;
    font-size: 1em;
    font-weight: 500;
    letter-spacing: 0em;
    text-transform: none;
    text-decoration: none;
}
.filtervavailability{
  display: none;
}
.Ma-facet-sss .facets__wrapper{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}


.mobile-only-flex {
    display: none;
}

@media only screen and (max-width: 767px) {
    .mobile-only-flex {
        display: flex;
        align-items: center;
        justify-content: center;
    }
}
.mobile-only-inner .mobile-only-flex {
    border-bottom: 3px solid #e1e1e1;
    margin-inline: 20px;
}
.navigation .navigation__tier-1 {
    background: #ffffff;
    padding: 12px 0;
}
.mobile-navigation-drawer .navigation__tier-1 {
    text-align: left;
}
.mobile-only-inner .navigation__tier-1.mobile-inner {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.mobile-navigation-drawer .mobile-nav-toggle {
    padding: 12px 20px;
    color: inherit;
}
.mobile-navigation-drawer .mobile-nav-toggle {
    padding: 21px 10px;
    position: relative;
    left: 20px;
}
@media screen and (max-width: 768px) {
    .menu-drawer-close {
        padding: 21px 10px;
        position: relative;
        left: 20px;
      top: 5px;
    }
}
.navigation .navigation__tier-1 {
    background: #ffffff;
    padding: 12px 0;
}
.mobile-navigation-drawer .navigation__tier-1 {
    text-align: left;
}
.mobile-navigation-drawer .navigation__tier-2-container {
    overflow: auto;
    position: absolute;
    z-index: 1;
    top: 47px;
    left: 0;
    bottom: 0;
    width: 100%;
    transform: translate3d(100%, 0, 0);
    transition: transform 350ms cubic-bezier(0.55, 0.03, 0.37, 0.96);
    will-change: transform;
}
.navigation .navigation__item--with-children .navigation__tier-2-container, .navigation .navigation__item--with-children .navigation__tier-3-container {
    width: 100%;
    height: calc(98svh - 161px);
}
.mobile-navigation-drawer  .mobile-only-inner .navigation__tier-2-container {
    position: static;
    transform: none;
    box-shadow: none;
}
.mobile-only-inner .navigation_content .navigation__item {
    display: none;
}
.mobile-only-inner .navigation_content .navigation__item.active {
    display: block;
}

.mega-menu-links label {
    justify-content: space-between;
}
.mega-menu-links label {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
}
span.menu-drawer-close svg {
    width: 18px;
    height: 18px
}
li.navigation__column.navigation__column--promotion.navigation__column--promotion-count-6 {
    background: #ffffff;
    padding: 12px 0;
}
.mobile-only-inner .navigation_content .navigation__item.active .menu-promotion {
    flex-basis: auto;
    margin: 0 20px;
    border-bottom: 1px solid #e1e1e1;
    padding: 0px;
    margin-bottom: 10px;
    max-width: 100%;
}
.mega-menu-header {
    font-weight: 300;
    font-size: 18px;
    color: black;
}
.navigation__link {
    display: block;
    padding: 10px 18px;
    font-weight: 600;
    text-transform: uppercase;
}
.mega-menu-links-inner .mega-menu-item {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    gap: 5px;
}
.WI_mobileNavAccount {
    display: none;
}

.WI_mobileNavAccount {
    font-size: 17px;
    display: flex;
    line-height: 26px;
    font-weight: 500;
}
@media screen and (max-width: 767px) {
    .WI_mobileNavAccount {
        display: flex;
    }
}
.WI_trust-wish{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.WI_trust-wish wi-wishlist{
  justify-content: flex-end;
    padding: 0px;
    padding-top: 3px;
}
.container.container--reading-width {
    max-width: 75%;
    margin: 0 auto;
  margin-bottom: 50px;
}
.m-active-facets--item {
    cursor: pointer;
    padding: 6px 12px;
    text-transform: capitalize;
    background: rgba(34, 34, 34, 0.1);
    border-radius: 5px;
    color: rgb(34,34,34);
    line-height: 1;
    font-size: 15px;
    transition: all var(
    --m-duration-default, .25s) ease;
    font-weight: 500;
}
facet-remove.m-active-facets--item.m-active-facets--item-remove-all {
    background: none;
}
facet-remove.m-active-facets--item.m-active-facets--item-remove-all a{
    color: rgb(102, 102, 102);
    text-decoration-line: underline;
    font-weight: 400;
}
div#ActiveFacets{
    margin-top: 15px;
    margin-bottom: 15px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    row-gap: 10px;
    /* width: 1400px; */
    height: auto;
    margin: 10px auto 15px auto;
}
@media screen and (max-width:768px){
  /* div#ActiveFacets{
      padding-left: 16px;
      padding-right: 16px;
  } */
  .container.container--reading-width{
    max-width: 100%;
  }
}
.m-active-facets--remove-icon svg{
  height: 15px;
}
.m-active-facets--item span{
  display: flex;
  align-items: flex-start;
  gap: 5px;
}
/* ***************filter************ */

/* .MA-filterInputs{
    position: absolute;
    opacity: 1;
    width: 1.6rem;
    height: 1.6rem;
    top: .7rem;
    left: .8rem;
    z-index: -1;
    appearance: none;
    -webkit-appearance: none;
    display: none;
}
.MA_filter_list{
    padding-right: 16px;
    overflow-x: hidden;
    overflow-y: auto;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
} 
.MA-filterListLabel {
    border: 1px solid rgb(238,238,238);
    font-size: 14px;
    padding: 12px 20px;
    border-radius: 5px!important;
    height: 52px;
    display: block;
      cursor: pointer;
}
.MA_filter_pop_filter_filter {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
li:has(input:checked) .MA-filterListLabel{
    border-color: #000;
}
li input:disabled + label.MA-filterListLabel {
    opacity: 0.4;
    pointer-events: none;
}

@media screen and (max-width: 768px){
  .MA_filter_list {
    padding-right: 16px;
    overflow-x: hidden;
    overflow-y: auto;
    display: flex;
    gap: 10px;
    flex-wrap: nowrap;
    position: relative;
    flex-wrap: inherit;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    scroll-padding-left: 1.5rem;
    -webkit-overflow-scrolling: touch;
    margin-bottom: 1rem;
    scrollbar-width: none;
}
  div#ActiveFacets {
    height: auto;
    margin: 10px auto 15px auto;
    position: relative;
    flex-wrap: inherit;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    scroll-padding-left: 1.5rem;
    -webkit-overflow-scrolling: touch;
    margin-bottom: 1rem;
    scrollbar-width: none;
    
}
.MA_filter_pop_filter_filter {
  gap: 0px;
}
  .m-active-facets--item {
    padding: 1px 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}
} */
.button-klaviyo{
  background: #000;
    color: #fff;
    padding: 8px 14px;
    border-radius: 5px;
}
[data-name="Materiale"]{
  display: none;
}
@media screen and (max-width: 768px){
  .collection__title{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 14px !important;
  }
  .collection__title .title{
    font-size: 14px;
    margin-bottom: 0px !important;
  }
  .f-product {
    height: 60px;
  }
}
.slider-link{
  position: absolute;
    inset: 0;
    z-index: 4;
}
.MA-facets__sort img{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  padding-left: 7px;
  width: 30px;
}
.MA-facets__sort #SortBy-mobile{
  padding-left: 40px;
  padding-right: 40px;
}