.mvs-slider-wrapper{
    margin:40px auto;
}
/* ===========================
   MIR VIDEO SLIDER
=========================== */

.mvs-slider{
    position:relative;
    width:100%;
    margin:50px auto;
}

.mvs-swiper{
    overflow:hidden;
    padding:10px 5px 30px;
}

.mvs-card{

    background:#fff;

    border-radius:18px;

    overflow:hidden;

    transition:.3s;

    box-shadow:0 6px 18px rgba(0,0,0,.08);

}

.mvs-card:hover{

    transform:translateY(-5px);

}

.mvs-video-wrap{

    position:relative;

    aspect-ratio:9/16;

    background:#000;

    overflow:hidden;

}

.mvs-video{

    width:100%;

    height:100%;

    object-fit:cover;

    display:block;

}

.mvs-product-card{

    padding:15px;

}

.mvs-product-image{

    text-align:center;

    margin-bottom:15px;

}

.mvs-product-image img{

    width:70px;

    height:70px;

    object-fit:contain;

}

.mvs-product-content h3{

    margin:0;

    font-size:16px;

    line-height:1.4;

    font-weight:600;

    min-height:45px;

}

.mvs-product-content h3 a{

    color:#111;

    text-decoration:none;

}

.mvs-price{

    margin:10px 0;

    font-size:18px;

    font-weight:700;

}

.mvs-cart-btn{

    width:100%;

    display:block;

    text-align:center;

    background:#111 !important;

    color:#fff !important;

    padding:12px;

    border-radius:8px;

    text-decoration:none;

}

.mvs-cart-btn:hover{

    background:#000 !important;

}
/* ===========================
   SWIPER BUTTONS
=========================== */

.mvs-next,
.mvs-prev{

    width:42px !important;
    height:42px !important;

    border-radius:50%;

    background:#fff;

    box-shadow:0 4px 14px rgba(0,0,0,.12);

}

.mvs-next:after,
.mvs-prev:after{

    font-size:18px !important;

    color:#111;

    font-weight:700;

}


/* ===========================
   SLIDES
=========================== */

.swiper-slide{

    height:auto;

}

.mvs-card{

    height:100%;

    display:flex;

    flex-direction:column;

}

.mvs-product-card{

    display:flex;

    flex-direction:column;

    flex:1;

}

.mvs-product-content{

    display:flex;

    flex-direction:column;

    height:100%;

}

.mvs-price{

    margin-top:auto;

    margin-bottom:15px;

}


/* ===========================
   RESPONSIVE
=========================== */

@media(min-width:1200px){

    .mvs-slider{

        max-width:1450px;

    }

}

@media(max-width:1024px){

    .mvs-slider{

        padding:0 15px;

    }

}

@media(max-width:767px){

    .mvs-product-content h3{

        font-size:14px;

    }

    .mvs-price{

        font-size:16px;

    }

    .mvs-cart-btn{

        padding:10px;

        font-size:14px;

    }

}


/* ===========================
   IMAGE
=========================== */

.mvs-product-image img{

    transition:.3s;

}

.mvs-card:hover .mvs-product-image img{

    transform:scale(1.08);

}


/* ===========================
   VIDEO
=========================== */

.mvs-video{

    transition:.4s;

}

.mvs-card:hover .mvs-video{

    transform:scale(1.03);

}


/* ===========================
   LINKS
=========================== */

.mvs-product-content a{

    text-decoration:none;

}


/* ===========================
   REMOVE WC MARGIN
=========================== */

.mvs-slider p{

    margin:0;

}

.mvs-slider img{

    display:block;

    max-width:100%;

}