/* enus2nlnl CSS */

/*MUG-63*/
.c-variations-carousel .c-carousel.m-inline .c-carousel__item[data-js-carousel-item][style*="116.667px"] .c-variations-carousel__value {
  font-size: 0.625rem
}
a .c-variations-carousel__value {
  white-space: unset;
  width:100%;
  text-align: center;
}
/*MUG-57*/
.c-product-sticky-bar__item .c-variation-section__title {
  padding-right: 0;
}
/*MUG-103 - spotted footer links were overflowing*/
@media (min-width:64em) {
  .l-footer__bottom-inner.l-grid--large > div {
    width:auto
  }
}

.l-header__search-button:after{
  -webkit-mask: url(../../html/icons/search.svg) no-repeat left/100%;
  mask: url(../../html/icons/search.svg) no-repeat left/100%;
}
.c-icon.m-filter .c-icon__svg:before{
  -webkit-mask: url(../../html/icons/filter.svg) no-repeat center / contain;
  mask: url(../../html/icons/filter.svg) no-repeat center / contain;
}
.c-select__placeholder:after{
   -webkit-mask: url(../../html/icons/chevron-down.svg) no-repeat left / 100%;
    mask: url(../../html/icons/chevron-down.svg) no-repeat left / 100%;
}
