/***************************/
/* ******* GENNERAL******* */
/***************************/
@media screen and ( max-width: 1056px ) {
    .footer{
        padding-bottom: 40px;
    }
    .backtop{
        bottom: 70px;
    }
}

/***************************/
/* ******* LANDING ******* */
/***************************/
.shop-the-look{
    width: 100%;
    position: relative;
}
.shop-the-look .flag{
    color: #2D2D2D;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0.32px;
    width: 100%;
    display: block;
    margin: 15px auto;
}
.shop-the-look .title-page{
    color: #2D2D2D;
    text-align: center;
    font-family: 'DM Serif Display',sans-serif;
    font-size: 30px;
    font-weight: 400;
    line-height: 30px;
}
.shop-the-look .previous-look{
    font-size: 12px;
    font-weight: 400;
    line-height: 12px;
    cursor: pointer;
}
.shop-the-look .previous-look svg{
    margin-right: 8px;
}
.shop-the-look .intro{
    color: #2D2D2D;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin: 40px auto;
}
@media screen and ( max-width: 1056px) {
    .shop-the-look .flag{
        margin: 15px auto 5px;
    }
    .shop-the-look .title-page{
        font-size: 23px;
        line-height: 23px;
    }
}
@media screen and ( max-width: 640px) {
    .shop-the-look .intro{
        font-size: 12px;
        line-height: 18px;
        margin: 20px auto;
        padding: 0 20px;
    }
}

/***************************/
/* ******* SHOP IT ******* */
/***************************/
.shop-the-look .shop-it{
    position: sticky;
    top: 153px;
    background: #2C4542;
    box-shadow: -2px 2px 8px 0 rgba(0, 0, 0, 0.25);
    right: 0;
    z-index: 3;
    width: 400px;
    color: #FFFFFF;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    padding: 10px 30px 10px 15px;
}
.shop-the-look .shop-it .shop-it-text{
    margin-right: 15px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
}
.shop-the-look .shop-it .qte{
    font-weight: 600;
    font-size: 13px;
    line-height: 17px;
}
.shop-the-look .shop-it .price{
    min-width: 70px;
}
.shop-the-look .shop-it .btn{
    height: 37px;
    min-height: unset;
    width: 195px;
    padding: 0;
    white-space: nowrap;
    border: none;
}
.shop-the-look .shop-it .btn svg{
    margin-right: 8px;
}
.shop-the-look .shop-it .btn:hover svg path{
    fill: #FFFFFF;
    transition: .3s;
}
@media screen and ( min-width: 1056.98px ){
    .shop-the-look .container-banner{
        margin-top: -83px;
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        max-width: 1800px;
    }
    .header.sticky ~ .shop-the-look .shop-it{
        top: 136px;
    }
}
@media screen and ( max-width: 1056px ){
    .shop-the-look .shop-it{
        top: unset;
        bottom: 0;
        z-index: 10;
        width: 100%;
        position: fixed;
        padding: unset;
        box-shadow: 0 -1px 4px 0 rgba(0, 0, 0, 0.15);
    }
    .shop-the-look .shop-it .shop-it-text{
        background: white;
        height: 50px;
        width: 50%;
        padding-left: 10px;
        color: #2C4542;
    }
    .shop-the-look .shop-it .price .lds-ellipsis div{
        background: #2C4542;
    }
    .shop-the-look .shop-it .btn{
        width: 50%;
        height: 50px;
        border: none;
        background-color: #2C4542;
        color: #FFFFFF;
    }
    .shop-the-look .shop-it .btn .lds-ellipsis div{
        background-color: #FFFFFF80;
    }
    .shop-the-look .shop-it .btn svg path{
        fill: #FFFFFF;
    }

}


/**************************/
/* ***** TEMPLATE 2 ***** */
/**************************/
.shop-the-look .visual-container{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    line-height: 0;
    margin-top: 53px;
    position: relative;
    width: 100%;
}
.shop-the-look .visual-container.center-tuto{
    justify-content: center;
}
.shop-the-look .visual-container.stl-video{
    width: 100%;
}
.shop-the-look .visual-container.stl-video video{
    max-height: 550px;
    object-fit: cover;
}
.shop-the-look .visual-left{
    width: calc(50% - 10px);
    position: absolute;
    bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.shop-the-look .visual-left .flag-tuto{
    position: absolute;
    bottom: 18px;
    color: #2D2D2D;
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    line-height: 120%;
    border-radius: 26px;
    border: 0.5px solid #2D2D2D;
    background: rgba(255, 255, 255, 0.90);
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 6px 10px 6px 5px;
    box-sizing: border-box;
}
.shop-the-look .visual-left .flag-tuto svg{
    margin: 0 5px;
}
@media screen and ( min-height: 1056.98px ) and ( max-width: 1200px) {
    .shop-the-look .visual-left .flag-tuto{
        font-size: 0.9vw;
    }
}
@media screen and ( max-width: 1056px) {
    .shop-the-look .visual-container{
        margin-top: 16px;
    }
    .shop-the-look .visual-container div[class^="visual-"]{
        width: 100%;
    }
}

/*********************************/
/* ***** SHOPPABLE WRAPPER ***** */
/*********************************/
.shoppable-wrapper{
    position: absolute;
    display: flex;
    flex-direction: column;
}
.shoppable-wrapper.focused{
    z-index: 1;
}
.shoppable-wrapper .dot:hover{
    transform: scale(0.9);
}
.shoppable-wrapper .dot:hover::after{
    background: #00000050;
}
.shoppable-wrapper.on .dot::after{
    background: #fff;
}
.shoppable-wrapper.on .dot{
    animation: dotAnim .7s ease 0s infinite normal forwards;
}
@keyframes dotAnim {
    0% {
        width: 27px;
        height: 27px;
    }
    50%{
        transform: scale(1.1) ;
    }
    100% {
        width: 27px;
        height: 27px;
    }
}
.shoppable-wrapper.on{
    z-index: 2;
}
.shoppable-wrapper.on .tooltip{
    opacity: 1;
    pointer-events: auto;
}
.shoppable-wrapper .tooltip{
    opacity: 0;
    pointer-events: none;
    display: flex;
    flex-direction: column;
    width: 125px;
    height: 70px;
    border-radius: 13px;
    background: rgba(255, 255, 255, 0.80);
    color: #2D2D2D;
    transition: 0.2s ease-in-out;
    text-decoration: none;
    position: relative;
    box-sizing: border-box;
}
.shoppable-wrapper .tooltip .tooltip-text{
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    border-radius: 13px;
    color: #2D2D2D;
    padding: 7px 12px 9px;
    text-decoration: none;
    position: relative;
    box-sizing: border-box;
    cursor: pointer;
}
.shoppable-wrapper.top.left{
    flex-direction: column-reverse;
    align-items: flex-end;
}
.shoppable-wrapper.top.left .tooltip{
    margin-right: 27px;
}
.shoppable-wrapper.top.right{
    flex-direction: column-reverse;
}
.shoppable-wrapper.top.right .tooltip{
    margin-left: 27px;
}
.shoppable-wrapper.bottom.left{
    flex-direction: row-reverse;
}
.shoppable-wrapper.bottom.left .tooltip{
    margin-top: 27px;
}
.shoppable-wrapper.bottom.right .tooltip{
    margin-left: 27px;
}
.shoppable-wrapper .tooltip:hover .product-name::after{
    transform: translate(0, -50%);
}
.shoppable-wrapper .tooltip .product-name {
    width: 100%;
    text-align: left;
    position: relative;
    font-size: 11px;
    font-weight: 400;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 5px 0;
    box-sizing: border-box;
}
.shoppable-wrapper .product-gamme {
    font-size: 12px;
    font-weight: 600;
    line-height: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 3px 0;
    box-sizing: border-box;
    width: 95%;
}
.shoppable-wrapper .price {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
}
.shoppable-wrapper .price .from{
    font-size: 9px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px;
}
.shoppable-wrapper svg{
    position: absolute;
    bottom: 5px;
    right: 5px;
}
.shoppable-wrapper svg:hover{
    transform: scale(1.05);
    transition: .3s;
    cursor: pointer;
}
.shoppable-wrapper .dot::before {
    position: absolute;
    content: "";
    top: 27px;
    right: 27px;
    left: 27px;
    bottom: 27px;
}
.shoppable-wrapper .dot::after{
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #FFFFFF;
    transition: transform 250ms ease-in-out;
}
.shoppable-wrapper .dot{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 27px;
    height: 27px;
    background: #FFFFFF70;
    border-radius: 50%;
    cursor: pointer;
    opacity: 1;
    z-index: 2;
    transition: transform 250ms ease-in-out;
}
.shoppable-wrapper .dot{
    background: #00000070;
    border: 2px solid #ffffff90;
}
@media screen and ( min-width: 1056.98px ){
    .shoppable-wrapper.showm{
        display: none
    }
}
@media screen and ( max-width: 1056px ){
    .shop-the-look[data-template='2'] .visual-left .flag-tuto{
        display: none;
    }
    .shoppable-wrapper.showd,
    .shoppable-wrapper.only-desktop{
        display: none
    }
    .shoppable-wrapper.focused .tooltip{
        opacity: 1;
        pointer-events: auto;
    }
    .shoppable-wrapper.top.left .tooltip{
        margin-right: 17px;
    }
    .shoppable-wrapper.top.right .tooltip{
        margin-left: 17px;
    }
    .shoppable-wrapper.bottom.left .tooltip{
        margin-top: 17px;
    }
    .shoppable-wrapper.bottom.right .tooltip{
        margin-left: 17px;
    }
    .shoppable-wrapper .price{
        white-space: nowrap;
    }
    .shoppable-wrapper svg{
        width: 17px;
        height: auto;
    }
    .shoppable-wrapper .dot::before {
        position: absolute;
        content: "";
        top: 17px;
        right: 17px;
        left: 17px;
        bottom: 17px;
    }
    .shoppable-wrapper .dot::after{
        width: 7px;
        height: 7px;
    }
    .shoppable-wrapper .dot{
        width: 17px;
        height: 17px;
    }
}

/***********************************/
/* ***** POPIN SHOP THE LOOK ***** */
/***********************************/
.popin-shop-the-look{
    max-width: 385px;
    right: 0;
    left: unset;
    font-family: 'Montserrat',sans-serif;
    scrollbar-width: none;
}
.popin-shop-the-look .popin-container{
    width: 100%;
    height: 100%;
}
.popin-shop-the-look .popin-container .popin-content{
    background-color: #F6F4EF;
    scrollbar-width: none;
}
.popin-shop-the-look .popin-container .popin-content .popin-title{
    width: 100%;
    display: flex;
    height: 43px;
    border-bottom: solid .5px #8E8E8E;
}
.popin-shop-the-look .popin-container .popin-content .popin-title .visuel{
    width: 132px;
    margin: auto;
}
.popin-shop-the-look .stl-popin-intro{
    color: #2D2D2D;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    line-height: 19px;
    width: 100%;
    display: block;
    margin: 17px auto 25px;
}
.popin-shop-the-look .stl-popin-product-line .stl-product-line-container{
    padding-bottom: 155px;
    display: flex;
    flex-direction: column;
}
.popin-shop-the-look .stl-popin-product-line .stl-popin-productblock.is-out-of-stock{
    order: 9999;
}
.popin-shop-the-look .stl-popin-product-line .stl-popin-productblock.is-out-of-stock .stl-popin-productblock-line-bottom{
    margin-top: -20px;
}
.popin-shop-the-look .stl-popin-product-line .stl-popin-productblock.is-out-of-stock .stl-popin-productblock-line-bottom .qty-selector{
    opacity: 0;
    visibility: hidden;
}
.popin-shop-the-look .stl-popin-product-line .stl-popin-productblock{
    max-width: 295px;
    margin: 20px 20px 0 auto;
    height: auto;
    position: relative;
    border-bottom: solid .5px #2D2D2D;
    padding-bottom: 12px;
    box-sizing: border-box;
}
.popin-shop-the-look .stl-popin-product-line .stl-popin-productblock-line-top{
    display: flex;
    flex-direction: row;
}
.popin-shop-the-look .stl-popin-product-line .stl-popin-productblock-line-top .visuel{
    width: 85px;
    height: 65.5px;
    cursor: pointer;
}
body.usePackshotsCarres .popin-shop-the-look .stl-popin-product-line .stl-popin-productblock-line-top .visuel{
    height: 85px;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}
.popin-shop-the-look .stl-popin-product-line .stl-popin-productblock-line-top .stl-popin-product-name{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.popin-shop-the-look .stl-popin-product-line .stl-popin-productblock-line-top .type{
    color: #2D2D2D;
    font-size: 12px;
    font-weight: 400;
    line-height: 132.6%;
}
.popin-shop-the-look .stl-popin-product-line .stl-popin-productblock-line-top .name{
    color: #2D2D2D;
    font-size: 12px;
    font-weight: 600;
    line-height: 150%;
}
.popin-shop-the-look .stl-popin-product-line .stl-popin-productblock-line-top .stl-popin-right-container{
    display: flex;
    flex-direction: column;
    margin-left: 10px;
    width: 65%;
}
.popin-shop-the-look .stl-popin-product-line .stl-popin-productblock-line-top .stl-popin-product-name{
    width: 150px;
}
.popin-shop-the-look .stl-popin-product-line .stl-popin-productblock-line-top .select-container{
    margin-top: 10px;
}
.popin-shop-the-look .stl-popin-product-line .stl-popin-productblock-line-top .select-container .nice-select{
    background-color: transparent;
    border-bottom: solid .5px #2D2D2D;
}
.popin-shop-the-look .stl-popin-product-line .stl-popin-productblock-line-top .select-container .nice-select.oneSize{
    border: none;
    pointer-events: none;
}
.popin-shop-the-look .stl-popin-product-line .stl-popin-productblock-line-top .select-container .nice-select.oneSize:after{
    display: none;
}
.popin-shop-the-look .stl-popin-product-line .stl-popin-productblock-line-top .select-container .sizes{
    padding-bottom: 9px;
}
.popin-shop-the-look .stl-popin-product-line .stl-popin-productblock-line-top .select-container .sizes .option.out-of-stock{
    pointer-events: none;
}
.popin-shop-the-look .stl-popin-product-line .stl-popin-productblock-line-top .select-container .select-colors .current{
    height: 100%;
    display: inline-grid;
}
.popin-shop-the-look .stl-popin-product-line .stl-popin-productblock-line-top .select-container .select-colors .checkbox.rounded img{
    width: 21px;
    height: 21px;
}
.popin-shop-the-look .stl-popin-product-line .stl-popin-productblock-line-top .select-container .select-colors .current .checkbox label,
.popin-shop-the-look .stl-popin-product-line .stl-popin-productblock-line-top .select-container .select-colors .checkbox label{
    color: #2D2D2D;
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
}
.popin-shop-the-look .stl-popin-product-line .stl-popin-productblock-line-top .select-container .option_right{
    color: #2D2D2D;
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
    text-align: left;
}
.popin-shop-the-look .stl-popin-product-line .stl-popin-productblock-line-top .select-container .option:hover .option_right{
    color: #FFFFFF;
}
.popin-shop-the-look .stl-popin-product-line .stl-popin-productblock-line-bottom{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-top: 12px;
}
.popin-shop-the-look .stl-popin-product-line .stl-popin-productblock-line-bottom .qty-selector{
    display: flex;
    flex-direction: row;
    align-items: center;
}
.popin-shop-the-look .stl-popin-product-line .stl-popin-productblock-line-bottom .qty-selector .less,
.popin-shop-the-look .stl-popin-product-line .stl-popin-productblock-line-bottom .qty-selector .plus{
    color: #2D2D2D;
    text-align: center;
    font-size: 17px;
    font-weight: 500;
    line-height: normal;
    background-color: #CFD8D7;
    border-radius: 20px;
    width: 26px;
    height: 26px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.popin-shop-the-look .stl-popin-product-line .stl-popin-productblock-line-bottom .qty-selector .less{
    padding-bottom: 2px;
    height: 24px;
}
.popin-shop-the-look .stl-popin-product-line .stl-popin-productblock-line-bottom .qty-selector input{
    background-color: transparent;
    border: none;
    width: 25px;
    padding: unset;
    box-sizing: border-box;
    text-align: center;
}
.popin-shop-the-look .stl-popin-product-line .stl-popin-productblock-line-bottom .price{
    display: flex;
    flex-direction: row;
    align-items: center;
}
.popin-shop-the-look .stl-popin-product-line .stl-popin-productblock-line-bottom .price .old{
    color: #666;
    font-size: 11px;
    font-weight: 400;
    line-height: 132.6%;
    text-decoration: line-through;
}
.popin-shop-the-look .stl-popin-product-line .stl-popin-productblock-line-bottom .price .reduction{
    margin-left: 6.5px;
    width: 38px;
    height: 16px;
    display: block;
    background-color: #2C4542;
    color: #FFFFFF;
    text-align: center;
    font-size: 12px;
    font-weight: 500;
    line-height: 132.6%;
}
.popin-shop-the-look .stl-popin-product-line .stl-popin-productblock-line-bottom .price .total{
    color: #000;
    font-size: 16px;
    font-weight: 600;
    line-height: 132.6%;
    margin-left: 8px;
}
.popin-shop-the-look .stl-popin-product-line .stl-popin-productblock-line-bottom .price .ecopart{
    display: none;
}
.popin-shop-the-look .stl-popin-product-line .stl-popin-add-basket{
    background-color: #F6F4EF;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.25);
    position: fixed;
    bottom: 0;
    padding: 11px 12px 20px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.popin-shop-the-look .stl-popin-product-line .stl-popin-add-basket .stl-popin-total-line{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.popin-shop-the-look .stl-popin-product-line .stl-popin-add-basket .stl-popin-total-line .stl-total-items{
    color: #2D2D2D;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
}
.popin-shop-the-look .stl-popin-product-line .stl-popin-add-basket .stl-popin-total-line .stl-total-items span{
    font-size: 13px;
    font-weight: 400;

}
.popin-shop-the-look .stl-popin-product-line .stl-popin-add-basket .stl-popin-total-line .stl-total-price{
    color: #2D2D2D;
    font-size: 20px;
    font-weight: 600;
    line-height: 17px;
}
.popin-shop-the-look .stl-popin-product-line .stl-popin-add-basket form{
    width: 100%;
}
.popin-shop-the-look .stl-popin-product-line .stl-popin-add-basket .btn{
    margin-top: 11px;
    width: 100%;
}
.popin-shop-the-look .stl-popin-product-line .stl-popin-add-basket .btn.disabled{
    pointer-events: none;
    background: #818181;
    border: #818181;
}
.popin-shop-the-look .stl-popin-product-line .stl-popin-add-basket .stl-mention-alma{
    color: #2D2D2D;
    text-align: center;
    font-size: 10px;
    font-weight: 400;
    line-height: normal;
    margin-top: 11px;
}
.popin-shop-the-look .stl-popin-product-line .stl-popin-add-basket .stl-mention-alma b{
    font-weight: 600;
}
.popin-shop-the-look .stl-popin-product-line .stl-popin-add-basket .stl-mention-alma svg{
    width: 32px;
    height: auto;
}
.popin-shop-the-look .stl-popin-product-line .stl-popin-checkbox.select-all-checkbox{
    left: 25px;
    top: 14px;
}
.popin-shop-the-look .stl-popin-product-line .stl-popin-checkbox.select-all-checkbox .checkbox_text{
    color: #000000;
    font-size: 13px;
    font-weight: 400;
    line-height: normal;
    font-variant: all-small-caps;
}
.popin-shop-the-look .stl-popin-product-line .stl-popin-checkbox{
    display: inline-block;
    padding-left: 30px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: absolute;
    left: -45px;
    top: 30px;
}
.popin-shop-the-look .stl-popin-product-line .stl-popin-checkbox input {
    position: absolute;
    cursor: pointer;
    top: -8px;
    left: -10px;
    border: none;
    width: 30px;
    z-index: 10;
    height: 30px;
}
.popin-shop-the-look .stl-popin-product-line .stl-popin-checkbox input:checked ~ .checkbox_checkmark {
    background-color: #2C4542;
}
.popin-shop-the-look .stl-popin-product-line .stl-popin-checkbox input:checked ~ .checkbox_checkmark:after {
    opacity: 1;
}
.popin-shop-the-look .stl-popin-product-line .stl-popin-checkbox:hover input ~ .checkbox_checkmark {
    background-color: #F6F4EF;
}
.popin-shop-the-look .stl-popin-product-line .stl-popin-checkbox:hover input:checked ~ .checkbox_checkmark {
    background-color: #2C4542;
}
.popin-shop-the-look .stl-popin-product-line .stl-popin-checkbox .checkbox_checkmark {
    position: absolute;
    top: 1px;
    left: 0;
    width: 18px;
    height: 18px;
    background-color: #F6F4EF;
    border: solid 1px #2C4542;
    transition: background-color 0.25s ease;
    border-radius: 11px;
}
.popin-shop-the-look .stl-popin-product-line .stl-popin-checkbox .checkbox_checkmark:after {
    content: "";
    position: absolute;
    left: 6px;
    top: 2.5px;
    width: 4px;
    height: 9px;;
    border: solid #FFFFFF;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    opacity: 0;
    transition: opacity 0.25s ease;
}

@media screen and ( max-width: 1056px ) {
    .popin-shop-the-look:not(.open){
        position: fixed;
        right: -100%;
        z-index: 100;
        height: 100%;
        width: 100%;
        top: 0;
        transition: right .4s ease;
    }
    .popin-shop-the-look.open{
        max-width: unset;
        right: 0;
    }
    .popin-shop-the-look .popin-container{
        transform: unset!important;
    }
    .popin-shop-the-look .popin-container .popin-content{
        padding-top: 60px;
    }
    .popin-shop-the-look .stl-popin-product-line .stl-popin-productblock {
        max-width: calc(100% - 90px);
    }
    .popin-shop-the-look .stl-popin-product-line .stl-popin-checkbox.select-all-checkbox{
        top: 74px;
    }
}

/**********************************************/
/* ***** POPIN SHOP THE LOOK PRODUCT ADDED ***** */
.popin-shop-the-look.stl-basket-add.product-added .popin-container .popin-content{
    overflow: hidden;
}
.popin-shop-the-look.product-added .stl-popin-intro{
    color: #2D2D2D;
    text-align: center;
    font-size: 17px;
    font-weight: 400;
    line-height: 22px;
    width: 100%;
    display: block;
    margin: 55px auto 27px;
}
.popin-shop-the-look.product-added .stl-popin-intro ~ .parure-bloc{
    display: none;
}
.popin-shop-the-look.product-added .btn-submit{
    min-height: unset;
    padding: 10px;
    box-sizing: border-box;
    display: block;
    width: 50%;
    margin: 0 auto;
}
.popin-shop-the-look.product-added .title-container{
    display: flex;
    position: relative;
    width: 100%;
    max-width: 345px;
}
.popin-shop-the-look.product-added .title-container .slider-arrow{
    background: transparent;
    border: 0.5px solid #000;
    width: 25px;
    height: 25px;
    top: 0;
}
.popin-shop-the-look.product-added .title-container .slider-left{
    right: 35px;
    left: unset;
}
.popin-shop-the-look.product-added .title-section{
    color: #2D2D2D;
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.popin-shop-the-look.product-added .cross-selling{
    margin: 0 0 0 25px;
    position: absolute;
    bottom: 30px;
    width: 345px;
}
.popin-shop-the-look.product-added .cross-selling .swiper-wrapper{
}
.popin-shop-the-look.product-added .cross-selling .cross-carrousel{
    padding-bottom: 5px;
    max-width: 345px;
}
.popin-shop-the-look.product-added .cross-selling .cross-slide{
    margin: 0 auto;
    width: 241px!important;
}
.popin-shop-the-look.product-added .cross-selling .swiper-slide a:first-child{
    width: calc(100% - 44px);
    margin: auto;
}
.popin-shop-the-look.product-added .cross-selling .parure-bloc{
    box-sizing: border-box;
    background: #FFFFFF;
    border-radius: 13px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.10);
    padding: 15px 0 10px;
}
.popin-shop-the-look.product-added .cross-selling .parure-bloc .packshot-container{
    width: calc(100% - 44px);
    margin: auto;
}
.popin-shop-the-look.product-added .cross-selling .parure-bloc .packshot-container .zoom{
    display: none;
}
.popin-shop-the-look.product-added .cross-selling .parure-bloc .select-container{
    width: 175px;
    margin: auto;
    height: 85px;
}
.popin-shop-the-look.product-added .cross-selling .parure-bloc .price-container{
    width: calc(100% - 20px);
    margin: 15px auto 8px;
}
.popin-shop-the-look.product-added .cross-selling .parure-bloc .price-container .old{
    color: #666666;
    font-size: 12px;
    font-weight: 400;
    line-height: 132.6%;
    text-decoration-line: line-through;
}
.popin-shop-the-look.product-added .cross-selling .parure-bloc .price-container .reduction{
    color: #FFFFFF;
    font-size: 12px;
    font-weight: 500;
    line-height: 132.6%;
    background-color: #2C4542;
    padding: 0 5px;
    box-sizing: border-box;
    margin: 0 5px;
}
.popin-shop-the-look.product-added .cross-selling .parure-bloc .price-container .total{
    color: #000000;
    font-size: 16px;
    font-weight: 600;
    line-height: 132.6%;
}
.popin-shop-the-look.product-added .cross-selling .parure-bloc .container-cta{
    width: calc(100% - 20px);
    margin: auto;
    display: flex;
    justify-content: space-between;
}
.popin-shop-the-look.product-added .cross-selling .parure-bloc .container-cta .nice-select.qty{
    width: 55px;
    padding-right: 20px;
    padding-left: 12px;
}
.popin-shop-the-look.product-added .cross-selling .parure-bloc .container-cta .nice-select.qty:after{
    right: 10px;
}
.popin-shop-the-look.product-added .cross-selling .parure-bloc .container-cta .nice-select.qty .list{
    -ms-transform: scale(1) translateY(-242px);
    -webkit-transform: scale(1) translateY(-242px);
    transform: scale(1) translateY(-242px);
}
.popin-shop-the-look.product-added .cross-selling .parure-bloc .container-cta .btn-submit{
    color: #FFF;
    text-align: center;
    font-size: 15px;
    font-weight: 400;
    line-height: normal;
    font-variant: all-small-caps;
    width: 160px;
    position: relative;
    display: flex;
}
.popin-shop-the-look.stl-basket-add.product-added .cross-selling .parure-bloc .container-cta .btn-submit[data-name="alerte-stock"]{
    width: calc(100% - 24px);
}
.popin-shop-the-look.product-added .cross-selling .parure-bloc .container-cta .btn-submit .lds-ellipsis{
    margin-top: unset;
    left: unset;
}
.popin-shop-the-look.product-added .cross-selling .parure-bloc .option_right{
    color: #2D2D2D;
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
}
.popin-shop-the-look.product-added .cross-selling .parure-bloc .nice-select.open ul{
    opacity: 1;
    pointer-events: auto;
    -ms-transform: scale(1) translateY(0);
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
}
.popin-shop-the-look.product-added .cross-selling .parure-bloc .nice-select ul{
    overflow-y: auto;
    width: 100%;
    max-height: 200px;
    position: absolute;
    box-sizing: border-box;
    margin-top: 1px;
    padding: 0;
    background-color: #fff;
    opacity: 0;
    top: 100%;
    left: 0;
    z-index: 9;
    box-shadow: 0 0 0 1px rgba(68, 68, 68, .11);
    border-radius: 0;
    pointer-events: none;
    -webkit-transition: all .2s cubic-bezier(.5,0,0,1.25), opacity .15s ease-out;
    transition: all .2s cubic-bezier(.5,0,0,1.25), opacity .15s ease-out;
    -ms-transform: scale(.75) translateY(-21px);
    -webkit-transform: scale(.75) translateY(-21px);
    transform: scale(.75) translateY(-21px);
    -ms-transform-origin: 50% 0;
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    overflow-x: hidden;
}
.popin-shop-the-look.product-added .cross-selling .swiper-slide .picto-list{
    display: none;
}
.popin-shop-the-look.product-added .cross-selling .swiper-slide .btn-submit.showm{
    display: none;
}

/**********************************************/
/**********************************************/
/* ***** POPIN SHOP THE LOOK ADD BASKET ***** */
/**********************************************/
.popin-shop-the-look.stl-basket-add .popin-container .popin-content{
    padding: 0;
}
.popin-shop-the-look.stl-basket-add .product{
    height: calc(100% - 143px);
    display: flex;
    flex-direction: column;
    text-align: center;
    margin: auto;
}
.popin-shop-the-look.stl-basket-add .product .packshot-container.open-popin{
    pointer-events: none;
}
.popin-shop-the-look.stl-basket-add .disponibilite,
.popin-shop-the-look.stl-basket-add .learn-more,
.popin-shop-the-look.stl-basket-add:not(.product-added) .type,
.popin-shop-the-look.stl-basket-add:not(.product-added) .name{
    display: none;
}
.popin-shop-the-look.stl-basket-add.product-added .productbloc-name-container{
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: flex-end;
    width: calc(100% - 44px);
    margin: 0 auto;
}
.popin-shop-the-look.stl-basket-add.product-added .type{
    color: #2D2D2D;
    font-size: 12px;
    font-weight: 400;
    line-height: 150%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.popin-shop-the-look.stl-basket-add.product-added .type:before{
    content: '-';
    margin: 0 7px;
}
.popin-shop-the-look.stl-basket-add.product-added .name{
    color: #2D2D2D;
    font-size: 13px;
    font-weight: 600;
    line-height: 150%;
    white-space: nowrap;
}
.popin-shop-the-look.stl-basket-add.product-added .select-sizes.oneSize{
    border: none;
    pointer-events: none;
}
.popin-shop-the-look.stl-basket-add.product-added .select-sizes.oneSize:after{
    display: none;
}
.popin-shop-the-look.stl-basket-add.product-added .cross-selling-added .parure-bloc .container-cta .btn-submit svg{
    width: 15px;
    height: auto;
    margin-right: 6px;
}
.popin-shop-the-look.stl-basket-add.product-added .cross-selling-added .parure-bloc .container-cta .btn-submit{
    width: calc(100% - 24px);
    background-color: #fff;
    color: #4D716C;
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 18px;
    text-align: center;
    text-transform: uppercase;
    border: 2px solid #4D716C;
    box-sizing: border-box;
}
.popin-shop-the-look.stl-basket-add .visuel {
    max-width: 288px;
}
.popin-shop-the-look.stl-basket-add .visuel:not(.img-auto) {
    height: auto;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    width: 100%;
}
.popin-shop-the-look.stl-basket-add:not(.product-added) .select-container {
    margin-top: 35px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.popin-shop-the-look.stl-basket-add:not(.product-added) div.nice-select.select-colors .current,
.popin-shop-the-look.stl-basket-add:not(.product-added) div.nice-select.select-sizes .current{
    display: none;
}
.popin-shop-the-look.stl-basket-add:not(.product-added) .select-container .nice-select{
    background-color: transparent;
}
.popin-shop-the-look.stl-basket-add:not(.product-added) .select-container .nice-select.w-border-bottom{
    border-bottom: unset;
    height: auto;
    width: 90%;
    margin: auto;
}
.popin-shop-the-look.stl-basket-add:not(.product-added) .select-container .nice-select.w-border-bottom::after{
    display: none;
}
.popin-shop-the-look.stl-basket-add:not(.product-added) .select-container .nice-select ul{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    row-gap: 15px;
}
.popin-shop-the-look.stl-basket-add:not(.product-added) .select-container .nice-select ul li:hover{
    background-color: transparent;
    color: #2D2D2D;
}
.popin-shop-the-look.stl-basket-add:not(.product-added) .select-container .nice-select .checkbox.rounded{
    position: relative;
    display: flex;
    flex-direction: column;
}
.popin-shop-the-look.stl-basket-add:not(.product-added) .select-container .nice-select li.selected .checkbox.rounded{
    border: solid 1px #2D2D2D!important;
    border-radius: 34px;
}
.popin-shop-the-look.stl-basket-add:not(.product-added) .select-container .nice-select .checkbox.rounded img{
    width: 34px;
    height: 34px;
}
.popin-shop-the-look.stl-basket-add:not(.product-added) .select-container .nice-select > ul > li > div > label{
    display: none;
}
.popin-shop-the-look.stl-basket-add:not(.product-added) .select-container .nice-select > ul > li.selected > div > label{
    display: block;
    cursor: pointer;
    white-space: nowrap;
    font-size: 12px;
    position: absolute;
    top: unset;
    bottom: -23px;
    margin-left: 0;
    color: #2D2D2D;
}
/*.popin-shop-the-look.stl-basket-add:not(.product-added) .select-container .nice-select.select-sizes{
    margin-top: 43px;
}*/
.popin-shop-the-look.stl-basket-add:not(.product-added) .select-container .nice-select.select-sizes > ul .option:hover,
.popin-shop-the-look.stl-basket-add:not(.product-added) .select-container .nice-select.select-sizes > ul .option.selected,
.popin-shop-the-look.stl-basket-add:not(.product-added) .select-container .nice-select.select-sizes > ul .option.selected{
    border: 1px solid #9fb2af;
    background-color: #9fb2af !important;
}
.popin-shop-the-look.stl-basket-add:not(.product-added) .select-container .nice-select.select-sizes > ul > .option{
    border: 1px solid #9fb2af;
    padding: 9px 9px;
    cursor: pointer;
    margin: 0 6px 6px;
    position: relative;
    min-width: 99px;
    display: flex;
    justify-content: center;
    text-align: center;
    font-size: 15px;
    font-weight: 400;
}
.popin-shop-the-look.stl-basket-add:not(.product-added) .select-container .nice-select.select-sizes > ul > .option .option_right{
    cursor: pointer;
    color: #2D2D2D;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    text-transform: uppercase;
}
.popin-shop-the-look.stl-basket-add:not(.product-added) form{
    height: 100%;
    width: calc(100% - 20px);
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.popin-shop-the-look.stl-basket-add:not(.product-added) form .PopinSTLUniqueProductForm-container{
    height: calc(100% - 85px);
    overflow: scroll;
    scrollbar-width: none;
    position: relative;
}
.popin-shop-the-look.stl-basket-add:not(.product-added) form .form-bottom-container{
    z-index: 10;
    position: relative;
}
.popin-shop-the-look.stl-basket-add:not(.product-added) form .form-bottom-container .container-cta{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.popin-shop-the-look.stl-basket-add:not(.product-added) .qty{
    width: 60px;
    margin-right: unset;
    height: 50px;
    border-color: #4A4A4A;
    display: block;
    padding-right: 25px;
    padding-left: 12px;
}
.popin-shop-the-look.stl-basket-add:not(.product-added) .qty .current{
    height: 100%;
    display: flex;
    align-items: center;
}
.popin-shop-the-look.stl-basket-add:not(.product-added) .qty .list{
    -ms-transform: scale(1) translateY(-249px);
    -webkit-transform: scale(1) translateY(-249px);
    transform: scale(1) translateY(-249px);
}
.popin-shop-the-look.stl-basket-add .price{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    width: calc(100% - 24px);
    margin: 0 auto 7px;
}
.popin-shop-the-look.stl-basket-add:not(.product-added) .price .old{
    color: #2D2D2D;
    font-size: 17px;
    font-weight: 500;
    line-height: 21px;
    text-decoration: line-through;
}
.popin-shop-the-look.stl-basket-add:not(.product-added) .price .reduction{
    margin-left: 6.5px;
    width: 62px;
    height: 26px;
    background-color: #2C4542;
    color: #FFFFFF;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    line-height: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.popin-shop-the-look.stl-basket-add:not(.product-added) .price .total{
    color: #2D2D2D;
    font-size: 20px;
    font-weight: 600;
    line-height: 17px;
    margin-left: 8px;
}
.popin-shop-the-look.stl-basket-add:not(.product-added) .ecopart{
    display: block;
    color: #666666;
    font-size: 9px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 7px;
    margin-top: -2px;
    width: 100%;
    text-align: right;
}
.popin-shop-the-look.stl-basket-add:not(.product-added) .cta-black{
    width: calc(100% - 77px);
    max-width: 288px;
}
.popin-shop-the-look.stl-basket-add:not(.product-added) .cta-add[data-name="alerte-stock"]{
    width: 100%;
    height: 50px;
}
.popin-shop-the-look.stl-basket-add:not(.product-added) .cta-add[data-name="alerte-stock"].showd{
    display: flex;
}
.popin-shop-the-look.stl-basket-add:not(.product-added) .zoom{
    display: none;
}
@media screen and ( max-width: 1056px ){
    .popin-shop-the-look.stl-basket-add:not(.product-added) .cta-add[data-name="alerte-stock"].showd{
        display: none;
    }
    .popin-shop-the-look.stl-basket-add:not(.product-added) .cta-add[data-name="alerte-stock"].showm{
        display: flex;
    }
    .popin-shop-the-look .stl-popin-intro {
        margin: 17px auto 17px;
    }
    .popin-shop-the-look.stl-basket-add:not(.product-added) .select-container {
        margin-top: 10px;
    }
    .popin-shop-the-look.stl-basket-add:not(.product-added) .select-container .nice-select > ul > li.selected > div > label{
        bottom: -20px;
    }
}

/***********************************/
/* ***** LISTING ***** */
/***********************************/
.shop-the-look .listing .parure-bloc a:not(.cta-grey.open-popin){
    display: flex;
    flex-direction: column;
    width: 100%;
}
.shop-the-look .listing .parure-bloc a.showm{
    display: none!important;
}
.shop-the-look .listing .parure-bloc .packshot-container{
    position: relative;
    margin-bottom: 10px;
}
body.usePackshotsCarres .shop-the-look .listing .parure-bloc .packshot-container .visuel:not(.kiker){
    height: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}
.shop-the-look .listing .parure-bloc .productbloc-name-container{
    display: flex;
    flex-direction: column;
}
.shop-the-look .listing .parure-bloc .zoom{
    position: absolute;
    right: 10px;
    bottom: 10px;
    cursor: pointer;
}
.shop-the-look .listing .parure-bloc .zoom svg{
    cursor: pointer;
}
.shop-the-look .listing .parure-bloc .type{
    color: #2D2D2D;
    font-size: 12px;
    font-weight: 400;
    line-height: 150%;
}
.shop-the-look .listing .parure-bloc .name{
    color: #2D2D2D;
    font-size: 13px;
    font-weight: 600;
    line-height: 150%;
}
.shop-the-look .listing .parure-bloc form{
    margin-top: 15px;
}
.shop-the-look .listing .parure-bloc .select-container{
    display: flex;
    width: 100%;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.shop-the-look .listing .parure-bloc .burstingcolors{
    width: 48%;
}
.shop-the-look .listing .parure-bloc .sizes{
    width: 48%;
}
.shop-the-look .listing .parure-bloc .sizes .current{
    font-size: 13px;
}
.shop-the-look .listing .parure-bloc .sizes .option_right{
    display: block;
    width: 100%;
    text-align: left;
    font-size: 13px
}
.shop-the-look .listing .parure-bloc .select-sizes.oneSize{
    border: none;
    pointer-events: none;
    padding: 0;
}
.shop-the-look .listing .parure-bloc .select-sizes.oneSize:after{
    display: none;
}
.shop-the-look .listing .parure-bloc .burstingcolors .current,
.shop-the-look .listing .parure-bloc .burstingcolors .current label{
    font-size: 13px;
}
.shop-the-look .listing .parure-bloc .burstingcolors .option label{
    display: block;
    width: 100%;
    text-align: left;
    font-size: 13px
}
.shop-the-look .listing .parure-bloc .picto-list{
    display: none;
}
.shop-the-look .listing .parure-bloc .price-container{
    margin-top: 15px;
    margin-bottom: 15px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.shop-the-look .listing .parure-bloc .price-container .disponibilite{
    color: #000000;
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
}
.shop-the-look .listing .parure-bloc .price-container .old{
    color: #2D2D2D;
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
    text-decoration-line: line-through;
}
.shop-the-look .listing .parure-bloc .price-container .reduction{
    background-color: #2C4542;
    color: #FFFFFF;
    padding: 3px 5px;
    font-size: 16px;
    margin: 0 5px;
    text-align: center;
    font-weight: 500;
    line-height: 132.6%;
}
.shop-the-look .listing .parure-bloc .price-container .total{
    color: #2D2D2D;
    font-size: 18px;
    font-weight: 600;
    line-height: normal;
    white-space: nowrap;
}
.shop-the-look .listing .parure-bloc .price-container .ecopart{
    display: none;
}
.shop-the-look .listing .parure-bloc .container-cta{
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
}
.shop-the-look .listing .parure-bloc .container-cta .btn-submit[data-name="alerte-stock"]{
    height: 50px;
    width: 100%;
    padding: 0 5px;
}
.shop-the-look .listing .parure-bloc .qty{
    width: 60px;
    margin-right: 20px;
    padding-left: 10px;
    height: 50px;
    line-height: 48px;
    display: flex;
    align-items: center;
}
.shop-the-look .listing .parure-bloc .nice-select.qty:not(.noStock){
    display: flex!important;
}
.shop-the-look .listing .parure-bloc .learn-more{
    color: #000000;
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
    text-decoration-line: underline;
    text-align: right;
    display: block;
    margin-top: 7px;
    cursor: pointer;
}
@media screen and ( max-width: 1056px ) {
    .shop-the-look .listing {
        background: #D9D9D9;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .listing .list-product{
        row-gap: 6px;
        column-gap: 6px;
        width: 98%;
        margin: auto;
    }
    .shop-the-look .listing .price-container .price{
        white-space: nowrap;
    }
    .shop-the-look .listing .cross-slide{
        border-radius: 11px;
        background-color: #FFFFFF;
    }
    .shop-the-look .listing .cross-slide.kiker{
        overflow: hidden;
    }
    .shop-the-look .listing .cross-slide.kiker .productblock{
        height: 100%;
    }
    .shop-the-look .listing .cross-slide.kiker .productblock .visuel-container{
        height: 100%;
    }
    .shop-the-look .listing .cross-slide.kiker .productblock .visuel-container .visuel{
        object-fit: cover;
        height: 100%;
    }
    .shop-the-look .listing .parure-bloc .packshot-container{
        border-top-left-radius: 11px;
        border-top-right-radius: 11px;
        overflow: hidden;
    }
    body.usePackshotsCarres .shop-the-look .listing .parure-bloc .packshot-container .visuel:not(.kiker){
        width: 100%;
    }
    .shop-the-look .listing .parure-bloc .zoom svg{
        width: 12px;
        height: 12px;
    }
    .shop-the-look .listing .parure-bloc .price-container{
        justify-content: flex-end;
        width: calc(100% - 9px);
    }
    .shop-the-look .listing .parure-bloc .name.showm{
        width: calc(100% - 9px);
        height: 40px;
        margin: auto;
    }
    .shop-the-look .listing .parure-bloc .type.showm{
        display: contents;
    }
    .shop-the-look .listing .parure-bloc form{
        width: calc(100% - 9px);
        margin: 15px auto 0;
        padding-bottom: 6px;
    }
    .shop-the-look .listing .parure-bloc .price-container .disponibilite{
        display: none;
    }
    .useNewPicto .shop-the-look .listing .list-product[data-number='2'] .cross-slide{
        overflow: unset;
    }
}
@media screen and ( max-width: 640px ) {
    .shop-the-look .listing .parure-bloc a.showd{
        display: none!important;
    }
    .shop-the-look .listing .parure-bloc a.showm{
        display: flex!important;
    }
    .shop-the-look .listing .parure-bloc .select-container{
        flex-direction: column;
    }
    .shop-the-look .listing .parure-bloc .burstingcolors{
        width: calc(100% - 9px);
    }
    .shop-the-look .listing .parure-bloc .sizes{
        width: calc(100% - 9px);
    }
    .shop-the-look .listing .parure-bloc .price-container .old{
        color: #666666;
        font-size: 11px;
        line-height: 132.6%;
    }
    .shop-the-look .listing .parure-bloc .price-container .reduction{
        font-size: 12px;
        font-weight: 500;
        line-height: 132.6%;
    }
    .shop-the-look .listing .parure-bloc .price-container .total{
        font-size: 16px;
        font-weight: 500;
        line-height: 132.6%;
    }
    .shop-the-look .listing .parure-bloc .qty{
        font-size: 14px;
        margin-right: 6px;
        width: 48px;
        height: 33px;
        padding-right: 23px;
        padding-left: 6px;
    }
    .shop-the-look .listing .parure-bloc .qty .current,
    .shop-the-look .listing .parure-bloc .qty .option{
        font-size: 14px;
        min-height: 35px;
        font-weight: 400;
    }
    .shop-the-look .listing .parure-bloc .qty::after{
        width: 8px;
        height: 8px;
        right: 8px;
    }
    .shop-the-look .listing .parure-bloc .container-cta{
        width: calc(100% - 9px);
        margin: auto;
        box-sizing: border-box;
    }
    .shop-the-look .listing .parure-bloc .container-cta .btn-submit{
        height: 33px;
        min-height: unset;
    }
    .shop-the-look .listing .parure-bloc .container-cta .btn-submit[data-name="alerte-stock"] svg{
        display: none;
    }
    .shop-the-look .listing .parure-bloc .learn-more{
        font-size: 11px;
        width: 95%!important;
    }
}

/* section-autres-inspirations */
.section-autres-STL{
    margin: 0 auto;
    width: 90%;
}
.section-autres-STL .section-title{
    font-weight: 600;
    font-size: 16px;
    text-align: center;
}
.section-autres-STL .swiper-container {
    max-width: 1180px;
    box-sizing: border-box;
    width: 100%;
}
.section-autres-STL .swiper-wrapper{
    margin: auto;
    width: 100%;
    justify-content: flex-start;
}
.section-autres-STL .slide{
    width: 270px;
    display: flex;
    flex-direction: column;
}
.section-autres-STL .slide .visuel-container{
    overflow: hidden;
    width: 100%;
}
.section-autres-STL .slide .visuel{
    transition: .5s;
}
.section-autres-STL .slide:hover .visuel{
    transform: scale(1.07);
}
.section-autres-STL .slide .title{
    font-family: 'DM Serif Display',sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    color: #2D2D2D;
    margin-top: 6px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.section-autres-STL .slide .btn{
    font-weight: 400;
    font-size: 12px;
    color: #000000;
    margin-top: 8px;
    display: flex;
    justify-content: flex-start;
    padding: 0;
}
.section-autres-STL .slide .btn svg{
    margin-left: 11px;
}

@media screen and ( min-width: 1056.98px ) {
    .section-autres-STL .swiper-wrapper{
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
        margin-top: 20px;
    }
    .section-autres-STL .swiper-wrapper.justify-center{
        justify-content: center;
    }
    .ciutadella-de .section-autres-STL .swiper-wrapper.justify-center{
        justify-content: flex-start;
    }
    .section-autres-STL .no-slider-push-inspirations .swiper-wrapper{
        flex-wrap: wrap;
        gap: 25px;
    }
    .section-autres-STL .no-slider-push-inspirations .slide:not(:first-child){
        margin-left: unset;
    }
    .section-autres-STL .swiper-button-next,
    .section-autres-STL .swiper-button-prev {
        display: none;
    }
}
@media screen and ( max-width: 1056px ) {
    .section-autres-STL{
        margin-top: 45px;
    }
    .section-autres-STL .section-title{
        text-align: left;
    }
    .section-autres-STL .swiper-wrapper{
        margin-top: 15px;
    }
}

/* landing home STL */
.shop-the-look.home-stl{
    background: #F6F4EF;
    padding-top: 145px;
    margin-top: -163px;
}
div[class^="header-banner banner-acm-"] ~ .shop-the-look.home-stl{
    padding-top: 200px;
}
.shop-the-look.home-stl .breadcrumb{
    margin-top: -30px;
}
.shop-the-look.home-stl .textblock{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 30px;
    text-align: center;
    margin-top: 18px;
}
.shop-the-look.home-stl .textblock .description{
    font-size: 14px;
    font-weight: 400;
    line-height: 18.2px;
}
.de_DE .shop-the-look.home-stl .textblock .description{
    margin-top: 0;
}
.shop-the-look.home-stl .textblock .description b{
    font-weight: 600;
}
.shop-the-look.home-stl .section-autres-STL .visuel-container{
    border-radius: 12px;
}
.shop-the-look.home-stl .stl-push-insta{
    margin: 50px auto 0;
    display: flex;
    justify-content: center;
}
.shop-the-look.home-stl .filter-categories{
    max-width: 1140px;
    width: 100%;
    padding-bottom: 5px;
    border-bottom: .5px solid #2D2D2D;
}
.shop-the-look.home-stl .nav-categories{
    display: flex;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
    white-space: nowrap;
    gap: 30px;
    width: 100%;
    justify-content: center;
    color: #2D2D2D;
    transition: all .3s ease-in-out;
}
.shop-the-look.home-stl .nav-categories .categorie{
    padding-bottom: 7px;
    cursor: pointer;
}
.shop-the-look.home-stl .nav-categories .categorie.active{
    color: #4D716C;
    font-weight: 600;
    border-bottom: 1.5px solid #4D716C;
}
.home-stl .section-autres-STL .slide{
    display: none;
}
.home-stl .section-autres-STL .slide.active{
    display: flex;
}
.pagination-STL{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin: 50px auto;
    text-align: center;
}
.pagination-STL .btn-submit{
    width: fit-content;
    margin-top: 21px;
}
.pagination-STL .progress-bar {
    width: 320px;
    height: 2px;
    background: #DDD;
    overflow: hidden;
    margin-top: 15px;
}
.pagination-STL #ambiances-progress-bar {
    height: 100%;
    width: 0;
    background: #2C4542;
    transition: width 0.3s ease;
}
.de_DE .pagination-STL p {
    font-size: 13px;
}
.de_DE .pagination-STL .btn-submit{
    font-size: 16px;
    min-height: 37px;
    height: 37px;
}
@media screen and ( max-width: 1056px ) {
    .shop-the-look.home-stl .textblock{
        margin-top: 25px;
    }
    .shop-the-look.home-stl .textblock .visuel{
        max-width: 264px;
        height: auto;
    }
    .shop-the-look.home-stl .filter-categories{
        overflow: hidden;
    }
    .shop-the-look.home-stl .nav-categories{
        overflow: auto;
        justify-content: flex-start;
        padding: 0 21px;
        width: 86%;
    }
    .shop-the-look.home-stl .section-autres-STL{
        width: 100%;
    }
    .shop-the-look.home-stl .section-autres-STL .swiper-wrapper{
        display: flex;
        flex-direction: column;
        gap: 20px;
    }
    .shop-the-look.home-stl .section-autres-STL .swiper-wrapper .swiper-slide{
        width: calc(100% - 40px);
        margin: auto;
    }
    .pagination-STL .progress-bar {
        width: 280px;
    }
    .shop-the-look.home-stl .stl-push-insta{
        width: calc(100% - 44px);
    }
}