/* --- СТИЛИ ДЛЯ КНОПОК WILDBERRIES и OZON --- */

.t-store__prod-popup__text a {
    padding: 12px 10px 12px 10px;
    border-radius: 6px;
    margin-right: 8px;
    margin-bottom: 10px;
    transition: background-color .3s !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.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/tild3932-3064-4164-b937-323536393030/png-klev-club-9fr7-p.png);
}
.t-store__prod-popup__text a[href*="wildberries"] {
    color: #ffffff !important;
    background-color: #A73AFD;
}
.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/tild3731-3039-4461-b862-616336653430/svg_1747305757259.svg);
}
.t-store__prod-popup__text a[href*="ozon"] {
    color: #ffffff !important;
    background-color: #005BFF;
}
.t-store__prod-popup__text a[href*="ozon"]:hover {
    background-color: #004EDB;
}

/* --- УНИВЕРСАЛЬНОЕ СНЯТИЕ ОТСТУПА В КАРТОЧКАХ --- */

.t-universal-trimmed {
    height: 2px !important;
    min-height: 2px !important;
    padding-top: 0 !important;
}

@media (max-width: 640px) {
    .t-universal-trimmed {
        height: 1px !important;
        min-height: 1px !important;
    }
}
