
/* Общие стили всех кнопок */
.t-store__prod-popup__text a {
    padding: 12px 10px;
    margin-right: 8px;
    margin-bottom: 10px;
    display: inline-flex;
    align-items: center;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
    border-radius: 5px; /* скругление 5px */
}

/* Иконка после текста */
.t-store__prod-popup__text a:after {
    content: '';
    display: block;
    width: 28px;
    height: 28px;
    background-size: cover;
    margin-left: 8px;
}

/* Wildberries */
.t-store__prod-popup__text a[href*="wildberries"]:after {
    background-image: url('https://static.tildacdn.com/tild3161-3066-4032-b734-303433363131/png-klev-club-9fr7-p.png');
}
.t-store__prod-popup__text a[href*="wildberries"] {
    background-color: #A73AFD;
    color: #ffffff !important;
}
.t-store__prod-popup__text a[href*="wildberries"]:hover {
    background-color: #8D16EB;
}

/* Ozon */
.t-store__prod-popup__text a[href*="ozon"]:after {
    background-image: url('https://static.tildacdn.com/tild6138-3133-4133-b163-643765666139/ozon_1__.png');
}
.t-store__prod-popup__text a[href*="ozon"] {
    background-color: #005BFF;
    color: #ffffff !important;
}
.t-store__prod-popup__text a[href*="ozon"]:hover {
    background-color: #004EDB;
}

/* Avito - белая с обводкой #333333 */
.t-store__prod-popup__text a[href*="avito"]:after {
    background-image: url('https://static.tildacdn.com/tild3231-3232-4339-a262-306166333237/avito.png');
}
.t-store__prod-popup__text a[href*="avito"] {
    background-color: #ffffff;
    color: #000000 !important;
    border: 1px solid #333333;
}
.t-store__prod-popup__text a[href*="avito"]:hover {
    background-color: #f2f2f2;
}

/* Адаптив для мобильных */
@media (max-width: 768px) {
    .t-store__prod-popup__text a {
        padding: 10px 8px;
        font-size: 12px;
        margin-right: 6px;
        margin-bottom: 8px;
    }
    .t-store__prod-popup__text a:after {
        width: 22px;
        height: 22px;
        margin-left: 6px;
    }
}



    Wildberries
    Ozon
    Avito


