.fr-anchorButton {
    margin-bottom: 21px;
}
.mt-underAnchor {
    margin-top: 43px;
}

.displayFlex {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.displayFlex .flex_content_img {
    width: 100%;
}
.displayFlex .flex_content_bff {
    width: 100%;
}

[data-component-type=ProductCarouselDestroy] .fr-bff-product{
    margin-top: 0;
}

.-list .fr-imagePlusText{
    margin-top: 0;
}

@media screen and (min-width: 813px) {
    .fr-anchorButton_item {
        border-top-width: 1px;
    }
    .-large.-length-9 .fr-anchorButton_item:nth-child(7) {
        border-left-width: 1px;
    }
    .mt-underAnchor {
        margin-top: 55px;
    }
    .displayFlex {
        align-items: center;
        justify-content: space-between;
        flex-direction: row;
        width: 100%;
    }
    .displayFlex .flex_content_img {
        width: calc((100% - 24px) / 2);
        display: flex;
        justify-content: center;
    }
    .displayFlex .flex_content_img .u-imgAdjustBox {
        width: 75%;
    }
    .displayFlex .flex_content_bff {
        width: calc((100% - 24px) / 2);
    }

    [data-component-type=ProductCarouselDestroy] .fr-bff-product:nth-child(n+6){
        margin-top: 28px;
    }

    .-wmax186{
        max-width: 186px;
    }

    .fr-anchorButton_item .fr-anchorButton_itemText {
        font-size: 15px;
    }
}

@media screen and (max-width: 812px) {
    .-large.-length-9 .fr-anchorButton_item:nth-child(3n) {
        border-right-width: 0;
    }

    [data-component-type=ProductCarouselDestroy] .fr-bff-product:nth-child(n+4){
        margin-top: 20px;
    }

    .-wmin120{
        min-width: 120px;
    }

    .fr-anchorButton_item .fr-anchorButton_itemText {
        font-size: 13px;
    }

    .fr-bff-products.fr-bff-products-mb0{
        margin-bottom: 0;
    }
}