.wpcbr-brands .wpcbr-brand {
    display: inline-block;
}

.wpcbr-brands .wpcbr-brand a, .wpcbr-brands .wpcbr-brand img {
    display: block;
    margin: 0;
}

.wpcbr-brands .wpcbr-brand img {
    max-width: 200px;
    height: auto;
    margin: 0;
}

/* full */

.wpcbr-wrap-full .wpcbr-brand {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.wpcbr-wrap-full .wpcbr-brand .wpcbr-brand-image {
    margin-right: 10px;
}

.wpcbr-wrap-full .wpcbr-brand .wpcbr-brand-info {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.wpcbr-wrap-full .wpcbr-brand .wpcbr-brand-name {
    font-weight: 700;
    margin-bottom: 10px;
}

.products .product .wpcbr-brands .wpcbr-brand img {
    max-width: 80px;
    height: auto;
    margin: 0;
}

.wpcbr-banner img {
    max-width: 100%;
    height: auto;
}