/* Каналы покупки в карточке товара.
   Контурные кнопки, заливка появляется на наведении.
   !important нужен: на ссылках остались инлайновые стили от старой вёрстки */
.t-store__prod-popup__text a[href*="ozon.ru"],
.t-store__prod-popup__text a[href*="wildberries.ru"],
.t-store__prod-popup__text a[href*="b2b.chocofactory.ru"] {
    display: inline-block !important;
    box-sizing: border-box !important;
    min-width: 200px;
    margin: 8px 10px 2px 0 !important;
    padding: 13px 26px !important;
    text-align: center !important;
    background: transparent !important;
    border: 1px solid #3E2233 !important;
    border-radius: 100px !important;
    box-shadow: none !important;
    color: #3E2233 !important;
    font-family: 'Montserrat', Arial, sans-serif !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    line-height: 1.2 !important;
    letter-spacing: 0 !important;
    text-decoration: none !important;
    transition: background .2s, color .2s, border-color .2s;
}

/* OZON — фирменный синий Ozon blue #005BFF */
.t-store__prod-popup__text a[href*="ozon.ru"] {
    border-color: #005BFF !important;
    color: #005BFF !important;
    font-weight: 700 !important;
    letter-spacing: .04em !important;
}
.t-store__prod-popup__text a[href*="ozon.ru"]:hover {
    background: #005BFF !important;
    border-color: #005BFF !important;
    color: #fff !important;
}

/* Портал и Wildberries — фирменный тёмный */
.t-store__prod-popup__text a[href*="b2b.chocofactory.ru"]:hover,
.t-store__prod-popup__text a[href*="wildberries.ru"]:hover {
    background: #3E2233 !important;
    color: #fff !important;
}