.c-plp-top-banner .c-category-cover {
    display: block !important;
}
.c-category-cover__links{
    list-style: none;
    margin: 0;
}
.c-category-cover__links li {
    font-weight: bold;
    display: inline-block;
    margin-right: 20px;
    text-underline-position: under;
}
.c-category-cover__links li,.c-category-cover__description {
    font-size: 1rem;
}
.text-light .c-category-cover__links a{
    color: #ffffff;
}
.text-dark, .text-dark .c-category-cover__description, .text-dark .c-category-cover__title {
    color: #1c213f; 
}
@media screen and (max-width: 64em){
    .c-category-cover+.c-plp-top-banner__category-name {
        display: none;
    }
    .c-plp-top-banner .c-category-cover img {
        width: 100%
    }
}
@media screen and (min-width: 64em){
    .c-category-cover__body {
        width: 43.33333%;
    }
}