/** Shopify CDN: Minification failed

Line 43:0 Unexpected "}"

**/
.slideshow__slide{
    /*padding-bottom: 46%;*/
    position: relative;
}
.slideshow__image{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFF;
    text-align: center;
}
.slideshow__text{
 margin: 0 0 20px;
}
h2{
    /*letter-spacing:-0.85rem; HARMLESS STUDIO commented out 7.28.23 */
    font-weight: 400;
    margin: 0 0 20px 0;
    line-height: 1;
}
.media--slide + .page-width{
    text-align: center;
}

/* .media--slide + .page-width h2{
    letter-spacing: 0;
    font-size: 4.2rem;
    color: rgb(var( --color-base-text));
    letter-spacing:-0.21rem;
    margin: .5rem 0 1rem; */
}
.slideshow__btn-wrapper .button.button--white{
    background-color: rgb(var(--color-base-background-1));
    color: #FFF;
    font-size: 1.2rem;
}
.index-section--slideshow + section{
    margin-top: 0;
}


@media screen and (min-width: 1px) {
    h2{
        font-size: 17rem;
    }
    .slideshow__text{
        font-size: 2rem;
    }
    .media--slide + .page-width {
        position: absolute;
        z-index: 99;
        width: 100%;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .button-after-slide .media--slide + .page-width {
        position: static;
        z-index: 99;
        width: 100%;
        /* top: 0; */
        /* left: 0; */
        transform: translate(0, 0);
    }
    .media--slide + .page-width h2{
        color: #FFF;
        font-size: min(12rem, 10vw) /* HARMLESS STUDIO change 7.28.23 from 12rem */
      
    }
    .slideshow__btn-wrapper .button.button--white{
        background: #FFF;
        color: rgb(var(--color-base-text));
        margin-top: 3rem;
        font-size: 2rem; /* HARMLESS STUDIO changed from 1.3 7.28.23 */
        width: 17rem;
        height: 5.5rem;
    }
    .button-after-slide .slideshow__btn-wrapper .button.button--white{
        width: auto;
    }
}
@media screen and (min-width: 1200px) {
    .media--slide + .page-width h2{
        font-size: 10rem; /* HARMLESS STUDIO change 7.28.23 from 17 */
    }
}