/** Shopify CDN: Minification failed

Line 30:15 Expected identifier but found "{"
Line 30:16 Expected identifier but found "%"
Line 30:64 Unexpected "{"
Line 30:65 Unexpected "{"
Line 30:74 Expected ":"
Line 30:110 Unexpected "{"
Line 30:111 Expected identifier but found "%"
Line 30:134 Expected identifier but found "%"

**/
.basic-conatiner, .scroll_content {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right:0;
}
.basic-conatiner .swiper-button-next, 
.basic-conatiner .swiper-button-prev {
    width: 46px;
    height: 46px;
    color: #fff;
}
.swiper-button-next {
    background: #F1018B;
}

.basic-conatiner .basic-swiper .scroll_item {
    background:{% if section.settings.product_scroll_bgColor %} {{ section.settings.product_scroll_bgColor }} {% else %} transparent {% endif %}; 
}

.basic-conatiner .basic-swiper .scroll_item img {
    width: 100%;
    height: 34.5vw;
}

@media (max-width:991px) {
    .basic-conatiner .basic-swiper .scroll_item img {
        height: 400px;
    }
}

@media (max-width:767px) {
    .basic-conatiner .basic-swiper .scroll_item img {
        width: 335px;
        height: 157px;
        display: block;
        margin: 0 auto;
    }
    .basic-conatiner .swiper-button-next, .basic-conatiner .swiper-button-prev {
        width: 24px;
        height: 24px;
    }
}