#popupAjoutPanier #articlesPanier{
    max-height: 200px;
    overflow-y: auto;
}
#popupAjoutPanier .button-popup{
    background-color: white;
    color: #000000;
    width: 20px;
    height: 20px;
}
#articlesDeclinaisonsPanier .buttonReverse{
    width: auto;
    border-radius: 50px;
    background-color: unset;
    border: 1px solid var(--color--button-primary);
    color: var(--color--button-primary);
    padding: 7px 20px 7px 20px;
    height: 36px;
}
#popupAjoutPanier .quantite-popup{
    border-radius: 50px;
    border: 1px solid var(--color--button-primary);
    width: 120px;
    height: 40px;
    justify-content: center;
    gap: 10px;
}
#popupAjoutPanier .cart-qty{
    background: none;
    text-align: center;
    max-width: 40px;
    min-width: 10px;
    height: 16px;
    padding: 0px !important;
    border: 0px solid #ffffff;
}
#popupAjoutPanier #bouttonGoPanier{
    width: auto;
    border-radius: 50px;
    background-color: unset;
    border: 1px solid var(--color--button-primary);
    color: var(--color--button-primary);
    padding: 7px 20px 7px 20px;
    height: 36px;
}
#popupAjoutPanier #bouttonContinuerAchats{
    width: auto;
    border-radius: 50px;
    padding: 7px 20px 7px 20px;
    height: 36px;
}
#popupAjoutPanier #bouttonsPopup{
    width: min-content;
    gap: 20px;
}
#popupAjoutPanier .filtre .price-inputs .zeroPx{
    margin-left: -15px;
}
#popupAjoutPanier.wPriceInput{
    width: 4.5rem;
}
#popupImg {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
    position: relative;
    padding: 20px;
}
#popupImg img {
    min-width: 90%;
    max-width: 90%;
    max-height: 90%;
    object-fit: contain;
}
#popupImg .close-button {
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 30px;
}
#crossSellingArticles template{
    display:none;
}
#crossSellingArticles .slick-list .slick-track{
    justify-content: flex-start;
}
@media screen and (max-width: 400px){
    #crossSellingPopup .crossSellingArticle .crossSellingImage img{
        max-height:200px
    }
}
@media screen and (max-width: 480px) {
    #popupAjoutPanier #bouttonsPopup {
        gap: 1vh;
        flex-direction: column;
        width: 90%;
    }
    #popupAjoutPanier #bouttonGoPanier{
        padding: 15px;
        height: 50px;
    }
    #popupAjoutPanier #bouttonContinuerAchats{
        margin-top: 0;
        padding: 15px;
        height: 50px;
    }
    #popupAjoutPanier .crossSellingPrix .card-panier {
        margin-left: 0;
    }
    #crossSellingPopup .crossSellingArticle .slick-list .slick-track .slick-slide{
        margin: 0 10px;
    }
}

@media screen and (min-width: 480px){
    #popupAjoutPanier #bouttonGoPanier{
        margin-top: 2rem;
    }
}