/** Shopify CDN: Minification failed

Line 62:0 Unexpected "}"

**/
.categories-carousel-content{
    position: relative;
    display: block!important;
    margin-bottom: 10px;
    min-height: 400px;
}
.categories-carousel-content img{
    object-fit: cover;
}

.categories-carousel-content .placeholder-svg{
    width: calc(100% - 5px);
    height: 400px;
}

.categories-carousel-block-text{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 50px;
    z-index: 1;
    /* opacity: 0;
    visibility: hidden; */
    transition: all 0.3s ease;
    z-index: 9;
}

.categories-carousel-effects::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
    opacity: 0;
    transition: all 0.3s ease;
    z-index: 1;
}

.categories-carousel-content:hover .categories-carousel-block-text{
    opacity: 1;
    visibility: visible;
}

.categories-carousel-effects:hover::after{
    opacity: 0.6;
}

.categories-carousel-block-text h3{
    color: #fff;
  text-decoration: underline;
}


}

.categories-carousel-block-text ul{
    margin: 30px 0;
}

.categories-carousel-block-text ul li{
    margin-bottom: 5px;
}

.categories-carousel-block-text ul li a{
    color: #fff;
}

.link-categories{
    padding: 10px 0;
    color: #fff;
    border-top: 2px solid #fff;
}