.product-slide{
    background-color: rgba(var(--color-background));
    --swiper-navigation-top-offset:35%;
}
.product-slide-section{
    display:flex;
    flex-direction: column;
    align-items: center;
    width:100%;
}
.product-slide-section .block-heading{
    margin-bottom:16px;
}
product-slide{
    width:100%;
    margin-top:60px;
}

product-slide .swiper-pagination{
    position: relative;
    margin-top:50px;
}
@media(max-width:1024px){
    product-slide .swiper-controls{
        display: none;
    }
}
@media(max-width:768px){
    .product-slide-section .block-heading {
        margin-bottom: 20px;
    }
    product-slide{
        margin-top:8vw;
    }
    product-slide .swiper-pagination{
        margin-top:8.9333vw;
    }
    
}