/* Футер */
.footer {
    background-color: #222;
}
/* Цвет ссылок */
.content-decorator a, .link-decorator a {
    color: #bb4881;
}
/* Кнопки SEO-фильтры */
.seofilter-links__link {
    border-radius: 10px;
}
/* Главное меню */
.header-middle-bar-shop-catalog-button {
    background-color: var(--add-to-cart-button-color);
    font-size: 17px;
}
/* Кнопки Группы */
.page_productgroup .product-group__item.product-group-links__item--active {
    color: #ba4881;
    border-color: #ba4881;
}
/* Категории: Кнопка фильтра */
.button_style_light {
    background-color: #efeeff;
}


/* Бренды карточке товара */
.blocks-content__item_description {
    display: flex;
    gap: 24px;
    justify-content: space-between;
}

.product-brand {
    position: relative;
    padding: 24px;
    border-radius: 15px;
    border: 1px solid #cfcfcf;
    width: 400px;
}

.product-brand__top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 16px;
}

.product-brand__name {
    display: block;
    font-size: 16px;
    font-weight: 600;
}

.product-brand__link {
    font-size: 16px;
}

.product-brand__image-container {
    max-width: 108px;
    right: 24px;
}

.product-brand__image-container img {
    max-height: 72px;
}

.product-brand__image-container_absolute {
    position: absolute;
}

.product-brand__field {
    color: #686868;

    .image-box {
        width: 48px;

        img {
            box-shadow: 0 0 5px rgb(0 0 0 / .1);
        }
    }

    .icon-box__content {
        font-size: 16px;
    }
}

@media screen and (max-width: 767px) {
    .product-brand {
        width: 100%;
    }
}
/* Бренды карточке товара */

