/* === КНОПКИ В ПОПАПЕ (верхние) === */
.uc-pop {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 20px 0;
}
.uc-pop a {
    padding: 12px 20px !important;
    border-radius: 6px !important;
    display: inline-flex !important;
    align-items: center !important;
    text-decoration: none !important;
    transition: 0.3s !important;
    font-family: inherit !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    line-height: 1.2 !important;
}
.uc-pop a:before {
    content: '' !important;
    width: 28px !important;
    height: 28px !important;
    margin-right: 8px !important;
    background-size: cover !important;
    flex-shrink: 0 !important;
}

/* === КНОПКИ ОТЗЫВОВ В ПОПАПЕ (нижние) === */
.uc-pop-reviews a {
    padding: 12px !important;
    width: 40px;
    justify-content: center;
}
.uc-pop-reviews a:before {
    margin-right: 0 !important;
}
.uc-pop-reviews a:hover {
    filter: brightness(0.9) !important;
}

/* === ЗАГОЛОВОК "К отзывам!" === */
.uc-pop-title {
    font-weight: 600;
    font-size: 16px;
    margin: 20px 0 10px 0;
    color: #333;
}



/* === УБИРАЕМ/НАСТРАИВАЕМ ОТСТУП У БЛОКА С ТЕКСТОМ В КАТАЛОГЕ === */
.t-store__card .t-store__card__textwrapper {
    padding-top: 0 !important;
}


/* === ЦВЕТА И ИКОНКИ ДЛЯ КНОПОК В ПОПАПЕ === */

/* Wildberries */
.uc-pop a[href*="wildberries"],
.uc-pop-reviews a[href*="wildberries"] {
    background: #A73AFD !important;
    color: #FFFFFF !important;
}
.uc-pop a[href*="wildberries"]:before,
.uc-pop-reviews a[href*="wildberries"]:before {
    background-image: url(https://static.tildacdn.com/tild3566-3134-4337-a639-363266613230/logo_wb.svg) !important;
}

/* Ozon */
.uc-pop a[href*="ozon"],
.uc-pop-reviews a[href*="ozon"] {
    background: #005BFF !important;
    color: #FFFFFF !important;
}
.uc-pop a[href*="ozon"]:before,
.uc-pop-reviews a[href*="ozon"]:before {
    background-image: url(https://static.tildacdn.com/tild3264-3064-4638-a637-373637333437/logo_oz.svg) !important;
}

/* Яндекс Маркет */
.uc-pop a[href*="yandex"],
.uc-pop-reviews a[href*="yandex"] {
    background: #FCE000 !important;
    color: #000000 !important;
}
.uc-pop a[href*="yandex"]:before,
.uc-pop-reviews a[href*="yandex"]:before {
    background-image: url(https://static.tildacdn.com/tild3732-3634-4664-a339-666262663433/logo_yam.svg) !important;
}

/* === ЦВЕТА И ИКОНКИ ДЛЯ КНОПОК В КАТАЛОГЕ (НОВЫЕ ЦВЕТА) === */

/* === МАЛЕНЬКИЕ КНОПКИ В КАТАЛОГЕ (только логотипы, без фона) === */
.uc-catalog-buttons {
    display: flex;
    gap: 8px;
    padding: 8px 0 12px 0;
    margin-bottom: 0;
}
.uc-catalog-buttons a {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 45px !important;
    height: 45px !important;
    background: transparent !important;
    transition: 0.2s !important;
    text-decoration: none !important;
    cursor: pointer !important;
}
.uc-catalog-buttons a:before {
    content: '' !important;
    width: 35px !important;
    height: 35px !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    display: block !important;
    filter: brightness(0) saturate(100%) invert(28%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(95%) contrast(88%);
}
.uc-catalog-buttons a span {
    display: none !important;
}
.uc-catalog-buttons a:hover {
    transform: scale(1.1);
}

/* Wildberries в каталоге */
.uc-catalog-buttons a[href*="wildberries"]:before {
    background-image: url(https://static.tildacdn.com/tild3566-3134-4337-a639-363266613230/logo_wb.svg) !important;
}

/* Ozon в каталоге */
.uc-catalog-buttons a[href*="ozon"]:before {
    background-image: url(https://static.tildacdn.com/tild3264-3064-4638-a637-373637333437/logo_oz.svg) !important;
}

/* Яндекс Маркет в каталоге */
.uc-catalog-buttons a[href*="yandex"]:before {
    background-image: url(https://static.tildacdn.com/tild3732-3634-4664-a339-666262663433/logo_yam.svg) !important;
}