.disko-component-cards-mobile-slider {
    padding: 4vw 4.173vw;
    position: relative;
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
}

.disko-component-cards-mobile-slider.no-m {
   padding: 0px; 
   max-width: 100%;
   gap: 0px;
}

.disko-component-cards-mobile-slider h2 {
  font-size: 46px;
  letter-spacing: 0;
  line-height: 52px;
}

.disko-component-cards-mobile-slider .card-container{
    display: flex;
    justify-content: center;
    gap: 20px;
}

.disko-component-cards-mobile-slider .card-container .card{
    flex: 0 1 400px;
    display: flex;
    flex-direction: column;
    padding: 20px;
    box-sizing: border-box;
}

.disko-component-cards-mobile-slider .card .card-title{
    text-align: center;
}

.disko-component-cards-mobile-slider .card h2 {
    font-size: 34px;
    letter-spacing: 0;
    line-height: 44px;
}



.disko-component-cards-mobile-slider .card .card-image{
    aspect-ratio: 16 / 9;
    overflow: hidden;
}

.disko-component-cards-mobile-slider .card .card-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.disko-component-cards-mobile-slider .card .card-paragraphe{
    padding: 20px;
}

.disko-component-cards-mobile-slider .card .card-cta{
    margin-top: auto;
    text-align: center;
}

.disko-component-intro-produit .product-intro-title {
    color: var(--tertiary-color);
    margin-top: 30px;
    margin-bottom: 50px;
    text-align: center;
}

.clarendelle .disko-component-intro-produit .product-intro-title {
    font-size: 54px;
    line-height: 62px;
}


.disko-component-cards-mobile-slider .pagination-container {
    position: relative;
    display: -webkit-box;
    display: flex;
    margin-top: 10px;
    height: 4%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    bottom: 10px;
}

.disko-component-cards-mobile-slider .swiper-pagination {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 20px;
}

.disko-component-cards-mobile-slider .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background-color: var(--tertiary-color);
    opacity: 0.3;
    transition: all 450ms ease;
}

.disko-component-cards-mobile-slider .swiper-pagination-bullet-active {
    background-color: var(--primary-color);
    opacity: 1;
}

.disko-component-cards-mobile-slider .swiper {
    height: 92%;
    display: none;
}


body.stylesheet-mission .disko-component-cards-mobile-slider h2,
body.stylesheet-mission .disko-component-cards-mobile-slider h3,
body.stylesheet-mission .disko-component-cards-mobile-slider h4 {
    color: var(--tertiary-color);
}

body.stylesheet-mission .disko-component-cards-mobile-slider a.btn-grey,
body.stylesheet-hb .disko-component-cards-mobile-slider a.btn-grey {
    color: var(--tertiary-color);
}

body.stylesheet-mission .disko-component-cards-mobile-slider a.btn-grey span,
body.stylesheet-hb .disko-component-cards-mobile-slider a.btn-grey span {
    background: linear-gradient(to left, var(--tertiary-color) 50%, transparent 50%);
    background-size: 200% max(0.04em, 0.5px);
    padding: 0 0 0.1em;
    background-position: 300% 100%;
    background-repeat: repeat-x;
    transition: background-position 1s ease 0s;
}

body.stylesheet-mission .disko-component-cards-mobile-slider a.btn-grey:hover>span,
body.stylesheet-hb .disko-component-cards-mobile-slider a.btn-grey:hover>span {
    background-position: 100% 100%;
    background-size: 200% max(0.04em, 0.5px);
}

.stylesheet-clarence .no-m.disko-component-cards-mobile-slider  h2 {
    font-size: 54px;
    line-height: 54px;
}

@media (max-width: 1024px) {

    .disko-component-cards-mobile-slider .swiper {
        height: 92%;
        display: block;
    }

    .disko-component-cards-mobile-slider .card-container{
        display: none;
    }

    .stylesheet-clarence .disko-component-cards-mobile-slider h2 {
        font-size: 32px;
        line-height: 32px;
    }

}

@media (max-width: 991px) {

    .disko-component-cards-mobile-slider h2 {
        text-align: center;
    }

    .clarendelle .disko-component-cards-mobile-slider h2 {
        text-align:left;
    }

    .stylesheet-clarence .disko-component-cards-mobile-slider {
        padding-bottom: 12vw;
    }

}

@media (max-width: 767px) {
    .disko-component-intro-produit .product-intro-title {
        margin-top: 20px;
        margin-bottom: 30px;
    }
}