/** Shopify CDN: Minification failed

Line 192:2 Unexpected "{"
Line 192:3 Expected identifier but found "%"
Line 199:2 Unexpected "{"
Line 199:3 Expected identifier but found "%"

**/
/* Variables START */

:root {

  --color-white: #ffffff;
  --color-black: #1a171b;
  --color-primary: #E2001A;
  --color-mediumgrey: #DFE4E8;
}

/* Variables END */

/* General START */

.multicolumn-card.link-card .column-link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
}

.link-card .multicolumn-card__image-wrapper img {
  transition: 0.2s all;
}

.link-card:hover .multicolumn-card__image-wrapper img {
  transform: scale(1.07);
}

.rich-text__blocks>*+.rich-text__heading {
    margin-top: 5px;
}

/* General END */

/* Header START */

.header--middle-left {
  grid-template-columns: 1fr auto 1fr;
}

@media (min-width: 1025px) and (max-width: 1366px){
  .header__inline-menu ul li a.header__menu-item{
    padding: 1rem 1.5rem;
  }
}

/* Header END */

/* Image Banner START */

.banner__media-desktop{
  display: none;
}

@media screen and (min-width: 750px){
  .banner__media-desktop{
    display: block;
  }
  
  .banner__media-mobile{
    display: none;
  }
  
}

/* Image Banner START */

/* Category Teaser START */

.category-teaser.background-none .grid__item .multicolumn-card__image-wrapper {
  margin: 0;
}

.category-teaser .grid {
  column-gap: 2px;
  row-gap: var(--grid-desktop-vertical-spacing);
}

.category-teaser .multicolumn-card__info {
  position: absolute;
  width: 100%;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  background: -webkit-linear-gradient(0deg,rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
  background: -moz-linear-gradient(0deg,rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(0deg,rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
}

.category-teaser .multicolumn-card__info .inline-richtext{
  color: var(--color-white)
}

/* Category Teaser END */

/* Newsletter START */

.pushowl-embedded-form-container{
  max-width: 600px;
}

.newsletter-section,
.newsletter-section > div{
  position: relative;
}

.newsletter-section > div{
  z-index: 1;
}

.newsletter-section:before,
.newsletter-section:after{
  content: "";
  display: block;
  height: 100%;
  width: 50%;
  position: absolute;
  top: 0;
  z-index: 0;
  background-image: url(./mountain-bg.svg);
  background-repeat: no-repeat;
  opacity: .4
}

.newsletter-section:before{
  left: 0;
  background-position: -41rem 29rem;
  background-size: 111%;
}

.newsletter-section:after{
  right: 0;
  background-position: 21rem 27rem;
}

/* Newsletter END */

/* Products START */

.product-usps .multicolumn-card__info{
  padding: 0;
}

.product-usps .multicolumn-card__info h3.inline-richtext{
  font-size: calc(var(--font-heading-scale) * 1.6rem);
  text-transform: uppercase;
}

/* Products END */

/* Responsive START */

@media screen and (min-width: 750px) {
  
  /* Category Teaser START */

  .category-teaser.background-none .multicolumn-list .multicolumn-card__info {
    padding: 2.25rem 1.875rem 1.875rem;
  }

  .category-teaser.background-none .multicolumn-list .multicolumn-card__info h3,
  .category-teaser.background-none .multicolumn-list .multicolumn-card__info .h3 {
    font-size: calc(var(--font-heading-scale) * 2.8rem);
    font-family: var(--font-heading-family);
    }

  
  /* Category Teaser END */
}
@media screen and (min-width: 990px) {
  
  element.style {
    --animation-order: 0;
    max-width: calc(50% - 1px);
  }
  
}

@media screen and (min-width: 990px) {
  /* Category Teaser START */
  
  {% raw %}

  .category-teaser .grid--4-col-desktop .grid__item {
    width: calc(25% - (2px * 3) / 4);
    max-width: calc(25% - (2px * 3) / 4);
  }

  {% endraw %}

  /* Category Teaser END */

  /* Footer START */

  .footer__blocks-wrapper.grid .grid__item {
      width: calc(16.67% - var(--grid-desktop-horizontal-spacing));
  }
  
  /* Footer END */
}

@media screen and (max-width: 749px){

  body .footer-block__details-content {
    margin-bottom: 3rem;
  }

  body .footer-block.grid__item {
    margin: 3rem 0;
  }

  body .footer-block__heading{
    text-align: center;
  }

  body .footer-block .list-menu__item{
    justify-content: center;
  }

  body .footer-block__details-content .list-menu__item--link {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  
  body .footer-block__image-wrapper{
    margin-bottom: 0;
  }

  body .image-with-text__content {
    padding: 2rem calc(1.5rem / var(--font-body-scale)) 2rem;
  }

  .background-none .multicolumn-card__image-wrapper+.multicolumn-card__info {
    padding: 2.5rem;
  }

  /* Footer START */

  .footer__copyright.caption{
    padding: 0 1.5rem;
  }

  /* Footer END */
}