/* Общие стили для обеих кнопок */
.js-catalog-prod-all-text a[href*="wildberries"],
.js-catalog-prod-all-text a[href*="ozon"] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 24px;
    margin-right: 15px;
    margin-top: 20px;
    border-radius: 0px;
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
    background-color: #ffffff;
    color: #111111 !important;
    border: 1px solid #111111;
    transition: background-color 0.2s, color 0.2s;
}

/* Наведение — общее */
.js-catalog-prod-all-text a[href*="wildberries"]:hover,
.js-catalog-prod-all-text a[href*="ozon"]:hover {
    background-color: #111111;
    color: #ffffff !important;
}

/* Иконка WB */
.js-catalog-prod-all-text a[href*="wildberries"]:before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    background-image: url("https://www.wildberries.ru/favicon.ico");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    flex-shrink: 0;
}

/* Иконка Ozon */
.js-catalog-prod-all-text a[href*="ozon"]:before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    background-image: url("https://logo-teka.com/wp-content/uploads/2025/06/ozon-icon-logo.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    flex-shrink: 0;
}

.t706__cartwin_showed {
    z-index: 999999999;
}