/** Shopify CDN: Minification failed

Line 53:0 Unexpected "`"

**/
/* start featured collection */
.cstm-featured-collection{
    .collection__title .title{ 
        font-size: 56px;
        letter-spacing: 0;
        text-align: center;
        line-height: 55px;
    }
    .card {
        text-align: center;
    }
    .card__heading {
        text-transform: uppercase;
        letter-spacing: 0;
        font-size: 24px;
    }
    .card-wrapper .card__inner, .card-wrapper:hover .card__media, .card .card__inner .card__media {
        border-radius: 14px;
    } 
    .card-wrapper:hover a{
        text-decoration: none;
    }
}
/* End featured collection */

/* footer */
.footer-hero__heading{
    font-size: 56px;
}
.footer__content-top{
    a.link.link--text.list-menu__item.list-menu__item--link, .footer-contact__heading{
        text-transform: uppercase;
    }
}
/* end footer */
@media screen and (min-width: 750px) {
 .footer__content-top {
        .footer-block.grid__item.footer-block--menu {
            width: 100%;
        }
        .footer-block__details-content>li:not(:last-child){
            margin-right: 0;
        }
        .footer__blocks-wrapper{
            text-align: center;
        }
    }
`}
@media screen and (max-width: 749px) {
/* Start featured collection */
    .cstm-featured-collection{
        .collection__title .title{ 
            font-size: 36px;
            line-height: 42px;
        }
    }  
/* End featured collection */ 
    .footer-hero__heading{
        font-size: 36px;
    }
}

