/** Shopify CDN: Minification failed

Line 59:0 Unexpected "{"

**/
.sticky-collage-full-width {
    padding: 0;
    margin: 0;
    max-width: 100%;
}
.sticky-collage {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
}
.sticky-wrapper {
    grid-column: 1 / 2;
    grid-row: 1;
    position: sticky;
    top: 0;
    left: 0;
    align-self: start;
}
.sticky-wrapper-mask {
    width: 100%;
    height: 100vh;
    position: relative;
    overflow: visible !important;
}
.sticky-wrapper-mask .image {
    height: 100%;
    overflow: hidden;
    display: block;
    position: relative;
}
.sticky-wrapper-mask .image img {
    display: block;
    max-width: 100%;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    position: relative !important;

    object-fit: cover;
    object-position: center center;
    transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.sticky-detail {
    grid-column: 2 / 4;
}

.sticky-detail .content-module {
    /*height: 100vh;*/
    position: relative;
}
.sticky-detail .content-module .mod-img,
{
    /*height: 50%;*/
    height: 50vh;
}
.sticky-detail .content-module .mod-detail {
    /*height: 50%;*/
    height: 50vh;
}

.sticky-detail .content-module .mod-img .mod-mask {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: visible !important;
}
.sticky-detail .content-module .mod-img .mod-mask .image {
    height: 100%;
    overflow: hidden;
    display: block;
    position: relative;
}
.sticky-detail .content-module .mod-img .mod-mask .image img {
    display: block;
    max-width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    position: relative !important;

    object-fit: cover;
    object-position: center center;
    transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.sticky-detail .content-module .mod-detail {
    text-align: center;
    display: grid;
    align-items: center;
}

.sticky-detail .content-module .mod-detail .detail {
       padding: 60px 30px;
}
.sticky-detail .content-module .mod-detail .detail h3 {
    font-size: 30px;
    line-height: 100%;
    margin: 0;
    padding: 0 0 11px;
    letter-spacing: 0;
    text-align: center;
  
    font-weight: bold !important;
}

.sticky-detail .content-module .mod-detail .detail .rte p {
    font-size: 16px;
    line-height: 130%;
    margin: 0;
    padding: 5px 11px;
    letter-spacing: 0;
    text-align: center;
}
.sticky-detail .content-module .mod-detail .detail .collection__link {
    
        text-align: center;
    margin-top: 15px;
    display: flex
;
    justify-content: center;
    align-items: center;
    gap: 18px;
}
.sticky-detail .content-module .mod-detail .detail .collection__link a {
    font-size: 16px;
    line-height: 130%;
    font-family: Montserrat-SemiBold, sans-serif;
    font-weight: 600;
    letter-spacing: 0.3px;
    display: inline-flex;
    color: rgb(var(--color-link));
    background-color: rgb(var(--color-button));
    padding: 8px 20px;
    margin: 0 0 0 0;
    border-radius: 21px;
    text-decoration: none;
        height: 48px;
    display: flex
;
    justify-content: center;
    width: max-content;
    align-items: center;
}

@media screen and (max-width: 749px) {
    .sticky-detail .content-module .mod-img {
        /*height: 36%;*/
        height: auto;
    }
    .sticky-detail .content-module .mod-detail {
        /*height: 64%;*/
        height: auto;
    }
}

@media screen and (max-width: 989px) {
    .sticky-collage-full-width {
        /* padding-bottom: 122px !important;
        background-color: #fff; */
    }
    .sticky-collage {
        display: table-cell;
        /* grid-template-columns: 1fr;
        grid-template-rows: 1fr; */
    }
    .sticky-detail .content-module {
        /*height: 89vh;*/
        height: auto;
    }
    .sticky-detail .content-module .mod-detail {
        /* background-color: #fff; */
    }
    .sticky-detail .content-module .mod-detail .detail {
        padding: 79px 12px;
    }
    .sticky-detail .content-module .mod-detail .detail h3 {
        text-align: left;
    }
    .sticky-detail .content-module .mod-detail .detail .rte p {
        text-align: left;
        padding: 0px 4px 7px 0;
    }
    .sticky-detail .content-module .mod-detail .detail .collection__link {
        text-align: left;
        padding: 0;
    }

    .sticky-wrapper {
        position: initial;
    }

    .sticky-wrapper-mask {
        /*height: 40vh;*/
        height: auto;
    }

    .sticky-wrapper-mask .image img {
        /*height: 40vh;*/
        height: auto;
    }
}

/* Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 989px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) {
    .sticky-wrapper-mask {
        height: auto;
    }

    .sticky-detail .content-module {
        height: auto;
    }

    .sticky-wrapper-mask, .sticky-wrapper-mask .image img {
        height: 500px;
    }
  
    .sticky-detail .content-module .mod-img {
        /*height: 300px;*/
        height: 500px;
    }
}