/** Shopify CDN: Minification failed

Line 120:1 Expected "}" to go with "{"

**/
.pr-banner-wrapper{
    display: flex;
}
.pr-banner-wrapper.wrapper-right{
    flex-direction: row-reverse;
}
.pr-banner-media{
    width: 50%;
}
.pr-banner-media img, .pr-banner-media video{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.pr-banner-content{
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 2.5rem 0;
}
.pr-banner-content-body{
    width:75%;
    margin: 0 auto;
    text-align: center;
}
.pr-banner-content .pr-tagline{
    font-size: 14px;
    font-family: Suisse Regular !important;
    margin: 0 0 .75rem 0;
    font-weight: 700;
}
.pr-banner-content .pr-description * {
    color: #333!important;
    font-family: Suisse Regular!important;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 1.7;
    margin:0;
}
.pr-banner-content .pr-heading{
    font-size: 30px;
    font-family: ZapfHumnst-BT !important;
    margin: 0 0 .85rem 0;
}
.pr-product-item{
    width: 75%;
    margin: 2.5rem auto 0 auto;

}
.section-card button.addCartCstm {
    position: unset;
    display: block;
    bottom: unset;
}
.section-card .button::after{
    content: none;
}
.section-card .cstm-btn-style{
    grid-row-start: 3;
}
.section-card .card-wrapper .card__inner {
    max-height: 362px;
    height:unset !important;
    flex-wrap: wrap;
    background: transparent !important;
}
.section-card .card-wrapper{
    background: transparent;
    height: unset !important;
}
.section-card .card-wrapper .card--media{
    background: transparent !important; 
}
.section-card .card-wrapper:hover .card--media{
    background: transparent !important; 
}
@media screen and (min-width: 750px) {
.section-card .card__information {
    padding-bottom: 1.5rem;
    padding-top: 1.5rem;
}
}
@media screen and (max-width: 989px) {
    .pr-banner-wrapper{
        flex-direction: column;
        gap: 2.5rem;
    }
    .pr-banner-wrapper.wrapper-right{
        flex-direction: column;
    }
    .pr-banner-media{
        width: 100%;
    }
    .pr-banner-media img, .pr-banner-media video{
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }
    .pr-banner-content{
        width: 100%;
    }
    .section-card .media.media--transparent.media--hover-effect {
        background: transparent!important;
    }
    .pr-banner-content {
        padding-bottom:5rem;
    }
    @media screen and (max-width: 750px) {
    .section-card .card:not(.ratio) {
        max-height: unset;
    }
}