.product-wrapper {
    border-radius: var(--radius);
    padding-top: 2.25rem;
}

.product-wrapper h2 {
    margin-top: 0;
    margin-bottom: 1.5rem;
    color: var(--dark-blue);
    font-family: "Mitr Bold", "sans-serif";
    font-weight: 700;
}

.pageRange .product-wrapper .slider-footer-gammes-arrows{
    display: none;
    visibility: hidden;
}

.pageProduct .product-wrapper .slider-footer-gammes-arrows{
    display: none;
    visibility: hidden;
}

.componentProductsList .product-wrapper-inner-content {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    align-items: center;
}

.componentProductsList .product-wrapper-inner-content article {
    width: 21.75rem;
    height: 29.375rem;
    border-radius: 1.25rem;
    position: relative;
}

.pageRange .componentProductsList .product-wrapper-inner-content article {
    width: 21.75rem;
    height: 31.375rem;
    border-radius: 1.25rem;
    position: relative;
    box-shadow: 0rem 0.875rem 2.75rem hsla(230, 100%, 20%, 0.06);
    margin-bottom: 3rem;
}

.pageProduct .componentProductsList .product-wrapper-inner-content article {
    width: 21.75rem;
    height: 31.375rem;
    border-radius: 1.25rem;
    position: relative;
    box-shadow: 0rem 0.875rem 2.75rem hsla(230, 100%, 20%, 0.06);
    margin-bottom: 3rem;
}

.componentProductsList .product-wrapper-inner-content article .product-image {
    background: linear-gradient(163.29deg, var(--color1) 8.63%, var(--color2) 91.37%);
    width: 21.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;
}
.componentProductsList .product-wrapper-inner-content article picture {
    display: block;
    position: absolute;
    top: 1rem;
}
.componentProductsList .product-wrapper-inner-content article img{
    height: 19.063rem;
    object-fit: contain;
}


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

.componentProductsList .product-footer .cta {
    line-height: 114.99999999999999%;
    padding: 1rem 1.25rem;
    font-weight: 600;
    font-size: 1rem;
}

.componentProductsList .product-footer .cta:hover {
    border: 2px solid var(--blue);
}


/* DESKTOP */
@media screen and (min-width: 48rem) {
    .componentProductsList .product-wrapper-inner-content {
        align-items: center;
    }
    
}

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

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

    .pageRange .products-list .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;
    }

    .pageRange .products-list .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;
    }

    .pageRange .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;
    }

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

    .pageProduct .products-list .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;
    }

    .pageProduct .products-list .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;
    }

    .pageProduct .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;
    }

    .componentProductsList .product-wrapper-inner-content {
        flex-direction: row;
    }
    .componentProductsList .product-wrapper-inner-content article,
    .componentProductsList .product-wrapper-inner-content article .product-image {
        width: 23.75rem;
    }

    .pageRange .componentProductsList .product-wrapper-inner-content article{
        box-shadow: 0rem 0.875rem 2.75rem hsla(230, 100%, 20%, 0.04);
    }

    .pageProduct .componentProductsList .product-wrapper-inner-content article{
        box-shadow: 0rem 0.875rem 2.75rem hsla(230, 100%, 20%, 0.04);
    }

    .componentProductsList .product-wrapper .swiper {
        padding: 0 0 4rem;
    }

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

    .componentProductsList .product-wrapper .swiper-slide-active {
       transform: translateY(2.5rem);
    }
}

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

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

    .componentProductsList .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;
    }

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

}