.gp-catalogue-manufacturers {
    clear: both;
    margin: 0 0 28px;
}

.gp-catalogue-manufacturers__heading {
    margin: 0 0 8px;
    font-size: 24px;
}

.gp-catalogue-manufacturers__intro,
.gp-manufacturer-page-intro {
    margin: 0 0 18px;
    color: #606b78;
    line-height: 1.55;
}

.gp-catalogue-manufacturer-tiles {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -11px;
}

.gp-catalogue-manufacturer-tiles .new-cat-block {
    display: flex;
    margin-bottom: 16px;
}

.gp-catalogue-manufacturer-tiles .gp-manufacturer-card {
    width: 100%;
    border-color: #e4e4e4;
}

.gp-catalogue-manufacturer-tiles .gp-manufacturer-card {
    height: 112px;
    line-height: normal;
}

.gp-manufacturer-card__logo-wrap {
    position: absolute;
    top: 9px;
    right: 12px;
    bottom: 39px;
    left: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.gp-manufacturer-card__logo {
    display: block;
    width: auto;
    max-width: 78%;
    height: auto;
    max-height: 52px;
    transition: transform .35s ease;
}

.gp-manufacturer-card:hover .gp-manufacturer-card__logo,
.gp-manufacturer-card:focus .gp-manufacturer-card__logo {
    transform: scale(1.05);
}

.gp-manufacturer-card .new-cat-block-text {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 36px;
    padding: 6px 11px;
    border-top: 1px solid #eef0f2;
    font-size: 13px;
    line-height: 1.15;
    text-align: left;
}

.gp-catalogue-category-directory {
    clear: both;
    margin-top: 4px;
}

/* This size reduction is scoped to the root catalogue directory. */
@media (min-width: 992px) {
    .gp-catalogue-category-directory .gp-catalogue-categories .new-cat-block {
        width: 20%;
    }
}

.gp-catalogue-category-directory .gp-catalogue-categories .new-cat-block {
    margin-bottom: 16px;
}

.gp-catalogue-category-directory .gp-catalogue-categories .new-cat-block-catalog {
    height: 100px;
    line-height: 100px;
}

.gp-catalogue-category-directory .gp-catalogue-categories .new-cat-block-catalog-img,
.gp-catalogue-category-directory .gp-catalogue-categories .new-cat-block-catalog:hover .new-cat-block-catalog-img {
    top: 9px;
    right: 12px;
    bottom: 34px;
    left: 12px;
}

.gp-catalogue-category-directory .gp-catalogue-categories .new-cat-block-text {
    min-height: 34px;
    padding-bottom: 7px;
    font-size: 14px;
}

.gp-manufacturer-page-intro {
    padding: 0 15px 8px;
}

.gp-manufacturer-page-intro p {
    margin: 0 0 5px;
}

@media (max-width: 767px) {
    .gp-catalogue-manufacturer-tiles {
        margin-right: -5px;
        margin-left: -5px;
    }

    .gp-catalogue-manufacturer-tiles .new-cat-block {
        margin-bottom: 10px;
        padding-right: 5px;
        padding-left: 5px;
    }

    .gp-catalogue-manufacturer-tiles .gp-manufacturer-card {
        height: 112px;
        line-height: normal;
    }

    .gp-manufacturer-card__logo-wrap {
        top: 8px;
        right: 8px;
        bottom: 39px;
        left: 8px;
    }

    .gp-manufacturer-card__logo {
        max-width: 82%;
        max-height: 48px;
    }

    .gp-manufacturer-card .new-cat-block-text {
        min-height: 39px;
        padding: 5px 9px;
        font-size: 12px;
    }

    .gp-catalogue-category-directory .gp-catalogue-categories .new-cat-block-catalog {
        height: 105px;
    }

    .gp-catalogue-category-directory .gp-catalogue-categories .new-cat-block-catalog .new-cat-block-catalog-img,
    .gp-catalogue-category-directory .gp-catalogue-categories .new-cat-block-catalog:hover .new-cat-block-catalog-img {
        bottom: 36px;
    }

    .gp-catalogue-category-directory .gp-catalogue-categories .new-cat-block-catalog .new-cat-block-text {
        min-height: 36px;
        font-size: 12px;
    }
}
