.rangesList {
    margin-top: 3.75rem;
    margin-bottom: 3.75rem;
}

.rangesList h2 {
    color: var(--dark-blue);
    margin-bottom: 1.5rem;
}

.rangesList .pageProduct-description-separator {
    margin-bottom: 1.25rem;
}

.rangesList .rangesList-container .rangesList-container-one-slide {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.pageRange-hasNoParent .rangesList .rangesList-container{
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.25rem;
    flex-wrap: wrap;
    justify-content: center;
    justify-items: center;
    align-content: center;
}

.pageRange-hasNoParent .rangesList-container article{
    width: 18.75rem;
    height: 30.375rem;
    border-radius: 1.25rem;
    box-shadow: 0rem 0.875rem 2.75rem hsla(230, 100%, 20%, 0.06);
    position: relative;
}

.pageRange-hasParent .rangesList-container article{
    width: 18.75rem;
    height: 30.375rem;
    border-radius: 1.25rem;
    box-shadow: 0rem 0.875rem 2.75rem hsla(230, 100%, 20%, 0.06);
    position: relative;
    margin-bottom: 5rem;
}

.rangesList .rangesList-container article .rangesList-image {
    background: linear-gradient(163.29deg, var(--color1) 8.63%, var(--color2) 91.37%);
    /* width: 18.75rem; */
    height: 20rem;
    border-top-left-radius: 1.25rem;
    border-top-right-radius: 1.25rem;
    position: relative;
    -webkit-clip-path: ellipse(100% 55% at 44% 38%);
    -ms-clip-path: ellipse(100% 55% at 44% 38%);
    -o-clip-path: ellipse(100% 55% at 44% 38%);
    clip-path: ellipse(100% 55% at 44% 38%);
    z-index: 0;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.rangesList .rangesList-container article picture {
    display: block;
    position: absolute;
    top: 1rem;
}
.rangesList .rangesList-container article img{
    height: 19.063rem;
    object-fit: contain;
}


.rangesList .rangesList-container .rangesList-footer {
    padding-top: 0.938rem;
    height: 9.375rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.938rem;
}
.rangesList .rangesList-container .rangesList-footer h3 {
    color: var(--dark-blue);
    margin-bottom: 0;
    font-family: "Mitr SemiBold", "sans-serif";
    font-weight: 600;
}

.rangesList .cta {
    line-height: 114.99999999999999%;
    padding: 1rem 1.25rem;
    font-weight: 600;
    font-size: 16px;
}

.rangesList .cta{
    border-color: var(--blue);
}

.rangesList .product-wrapper .swiper-slide {
    opacity: 1;
    transition: opacity .1s, transform .25s;
    overflow: hidden;
    height: 29.375rem;
}

.rangesList .product-wrapper-inner-content article picture {
    display: block;
    position: absolute;
    top: 1rem;
}
.rangesList .product-wrapper-inner-content article img{
    height: 19.063rem;
    object-fit: contain;
}

@media screen and (min-width: 48rem) {

    .rangesList .rangesList-container article .rangesList-image {
        /* width: 18.75rem; */
    }

    .rangesList .rangesList-container {
        align-items: center;
    }

    .pageRange-hasNoParent .rangesList .rangesList-container{
        grid-template-columns: 1fr 1fr;
    }

}

@media screen and (min-width: 64rem) {
    .rangesList {
        margin-top: 2.5rem;
        margin-bottom: 7.5rem;
    }

    .pageRange-hasNoParent .rangesList .rangesList-container{
        grid-template-columns: 1fr 1fr 1fr;
    }

    .rangesList .rangesList-container article,
    .rangesList .rangesList-container article .rangesList-image  {
        width: 23.75rem;
    }
    .rangesList .rangesList-container article:nth-child(3n + 2){
        top: 3.125rem;
    }

    .rangesList .product-wrapper .slider-footer-gammes-arrows{
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 2px;
        margin-top: 60px;
        display: flex;
        visibility: visible;
    }

    .rangesList .product-wrapper .swiper-button-next{
        border-top-right-radius: 9px;
        border-bottom-right-radius: 9px;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        border-right-width: 1px;
    }

    .rangesList .product-wrapper .swiper-button-prev{
        border-top-left-radius: 9px;
        border-bottom-left-radius: 9px;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        border-right-width: 1px;
    }

    .rangesList .product-wrapper .slider-footer-gammes-arrows .swiper-arrow{
        position: relative;
        display: flex;
        width: 60px;
        height: 42px;
        background-color: var(--blue);
        top: 0;
        left: 0;
        right: 0;
    }

    .rangesList .product-wrapper .swiper-slide {
       opacity: 1;
       transition: opacity .1s, transform .25s;
       overflow: hidden;
       width: 23.75rem;
       height: 29.375rem;
    }

}

@media screen and (max-width: 63.99rem) {

    .rangesList .product-wrapper .swiper {
        width: 100%;
    } 

    .rangesList .product-wrapper .swiper-wrapper {
        transform: none !important;
        flex-direction: column;
        align-items: center;
        gap: 1.875rem;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }

    .rangesList .product-wrapper .swiper-slide {
       opacity: 1;
       transition: opacity .1s, transform .25s;
       overflow: hidden;
       width: 21.75rem !important;
        height: 29.375rem;
    }

}