/** Shopify CDN: Minification failed

Line 66:12 Expected identifier but found whitespace
Line 66:13 Unexpected "("

**/
.multicolumn-card.content-container {
    height: 115px !important;
    
    border-radius: 50px;
}

.media.media--transparent.media--adapt {
    top: -185px;
}
.footer-block:nth-of-type(2) {
   
    padding-left: 60px;
}
.footer-block:nth-of-type(4) {

    padding-left: 60px;
}
.footer-block:nth-of-type(3) {
   
    padding-left: 60px;
}
.footer__column.footer__column--info {
    margin-top: -30px;
}
.footer__content-bottom.scroll-trigger.animate--slide-in {
    background-color: #ffa84a;
}


.banner__box.content-container.content-container--full-width-mobile.color-scheme-3.gradient {
    margin-left: -34px;
    margin-bottom: -27px;
}

@font-face {
  font-family: 'Encode Sans Condensed';
  src: url('/cdn/shop/files/EncodeSansCondensed-Medium.woff?v=1757629028') format('woff');
  font-weight: 500; /* Medium */
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Encode Sans Condensed';
  src: url('/cdn/shop/files/EncodeSansCondensed-Bold.woff?v=1757629101') format('woff');
  font-weight: 700; /* Bold */
  font-style: normal;
  font-display: swap;
}

/* Example usage */
body {
  font-family: 'Encode Sans Condensed', sans-serif;
  font-weight: 500; /* Medium as default */
}
.card__inner.color-scheme-2.gradient.ratio {
    height: 50%;
}
.card-wrapper.product-card-wrapper.underline-links-hover
Specificity: (0,3,0)
 {
    height: 70%;
}


@media screen and (max-width: 749px){

    .media.media--transparent.media--adapt {
    top: -117px;
}

.banner__box.content-container.content-container--full-width-mobile.color-scheme-3.gradient {
    display:none;
}
}