.template-pages-category-brandGridPage .center_wrapper,
.template-pages-editorial-landingEditorialPage .center_wrapper {
    max-width: 1180px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.template-pages-category-brandGridPage .suggested-products{
    display: none;
}

#top-brand-container {
    text-align: center;
}
#top-brand-container .brand-desc-container,
#top-brand-container .brand-carousel {
    padding-top: 20px
}
/*
#top-brand-container .brand-description .brand-desc-container.reduced-content {
    max-height: 398px;
    overflow: hidden;
}
*/
@media screen and (max-width: 430px) {
    #top-brand-container div:nth-child(2).collapsible-container-n11{
        display:none;
    }
    #top-brand-container .collapsible-button-n11{
        border-bottom: 1px solid darkgray;
        font-size: 15px;
        display: flex;
        flex-direction: row;
        align-items: center;
        padding: 10px 0px;
        margin-bottom: 20px;
    }
    #top-brand-container .arrow{
        display: block;
        width: 20px;
        height: 20px;
        padding: 5px;
        background-repeat: no-repeat;
        background-position: center;
        background-image: url(../images/arrow-down.svg);
        cursor: pointer;
        align-self: flex-end;
    }
    #top-brand-container .brand-description .content {
        font-size: 15px;
        line-height: 20px;
        text-align: left;
        font-family: "dinprobold";
        font-weight: normal;
    }
    .template-pages-editorial-landingEditorialPage #top-brand-container .brand-description .content {
        padding-bottom: 20px;
    }
     #top-brand-container .goto-brand-area {
        padding: 40px 0;
        color: var(--keringGray-00);
        text-decoration: underline;
    }
    .template-pages-category-brandGridPage .badge-container .tooltiptext-badge{
        bottom: 159%;
    }
    .template-pages-category-brandGridPage .stylePLP .badge-container .tooltiptext-badge,
    .template-pages-category-brandGridPage .skuPLP .badge-container .tooltiptext-badge{
        bottom: calc(100% + 12px);
    }
}
@media screen and (min-width: 430px) {
    #top-brand-container .brand-desc-container,
    #top-brand-container .brand-carousel {
        padding-top: 0;
    }
    #top-brand-container .brand-carousel {
        padding-left: 50px;
    }
    #top-brand-container .brand-description .brand-desc-container.reduced-content {
        max-height: 306.7px;
        overflow: hidden;
    }
}
#top-brand-container .kering-single-carousel .slick-slide div,
#top-brand-container .kering-editorial-banner-rotating .slick-slide div {
    max-width: max-content;
    margin: auto;
}
#top-brand-container .kering-single-carousel .slick-dots li button,
#top-brand-container .kering-editorial-banner-rotating .slick-dots li button {
    font-size: 0;
}
#top-brand-container .kering-single-carousel ul,
#top-brand-container .kering-editorial-banner-rotating ul {
     list-style-type: unset;
}
#top-brand-container .kering-single-carousel .slick-dots,
#top-brand-container .kering-editorial-banner-rotating .slick-dots {
     display: inline-block;
}
#top-brand-container .kering-single-carousel .slick-dots li,
#top-brand-container .kering-editorial-banner-rotating .slick-dots li {
     display: inline;
}
#top-brand-container .sticky {
    height: 55px;
}
#top-brand-container h1{
    padding-bottom: 35px;
    padding-top: 20px;
}
.brand-description{
    text-align: left;
}
.brand-description .content{
    color:  var(--keringGray-95);
}
.brand-description .content{
    line-height: 1.4;
    color:  var(--keringGray-B3);
    font-size: var(--keringFontP7);
    font-family: "dinproregular";
}
.brand-description .darkgrey a{
    color:  var(--keringGray-95);
}
.goto-brand-area{
    padding-top: 40px;
}
