/** Shopify CDN: Minification failed

Line 57:18 Unexpected "{"
Line 65:1 Expected "}" to go with "{"

**/
.collection-lists-header{
    margin-bottom:45px;
}
.lists-text,
.lists-heading{
    padding-top:10px;
}
.lists-slide,
.lists-image-box,
.lists-img{
    border-radius:10px;
}

.lists-content{
    padding: 10px;
    color: #fff;
    font-size: 24px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    row-gap:10px;
}
.lists-svg{
    margin-top:-10px;
    opacity:0;
    transition: all 0.2s;
}
.lists-slide:hover .lists-svg{
    opacity:1;
    transition: all 0.2s;
}
.lists-button{
    position: absolute;
    top: unset;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    padding-bottom: 20px;
    
}


@media only screen and (min-width:990px){
    .lists-button{{
    opacity:0;
    transition: all 0.2s;
    }
    .lists-slide:hover .lists-button{
        opacity:1;
        transition: all 0.2s;
    }
}