
@media(max-width:768px){

body.xcore-mobile-product-scroll ul.products{
 display:flex!important;
 flex-wrap:nowrap!important;
 overflow-x:auto!important;
 gap:var(--gap,12px)!important;
 -webkit-overflow-scrolling:touch;
}

body.xcore-mobile-product-scroll ul.products::-webkit-scrollbar{
 display:none;
}

body.xcore-mobile-product-scroll ul.products li.product{
 width:calc(100%/var(--items))!important;
 min-width:calc(100%/var(--items))!important;
 max-width:calc(100%/var(--items))!important;
 flex:0 0 calc(100%/var(--items))!important;
 margin:0!important;
}

.xcore-wrap{position:relative;}

.xcore-arrow{
 position:absolute;
 top:45%;
 width:34px;
 height:34px;
 border-radius:50%;
 background:rgba(0,0,0,.6);
 color:#fff;
 border:0;
 z-index:9;
}

.xcore-left{left:6px}
.xcore-right{right:6px}

.xcore-dots{text-align:center;margin:6px 0;}
.xcore-dot{
 width:7px;height:7px;border-radius:50%;
 background:#ccc;display:inline-block;margin:0 3px;
}
.xcore-dot.active{background:#000;}

}
