/* ========== ВАШИ НАСТРОЙКИ ========== */

/* 1. ИЗБРАННОЕ БЕЗ ФОНА */
.t1002__addBtn {
    background: transparent !important;
    box-shadow: none !important;
    border-radius: 0 !important;
}
.t1002__addBtn:hover,
.t1002__addBtn_active {
    background: transparent !important;
}
.t1002__addBtn::before,
.t1002__addBtn::after {
    display: none !important;
    content: none !important;
}

/* 2. УБИРАЕМ КНОПКИ В КАТАЛОГЕ */
.t-store__card__btn {
    display: none !important;
}
.t-store__card__addbtn {
    display: none !important;
}

/* 3. КАРТОЧКА КЛИКАБЕЛЬНАЯ */
.t-store__card {
    cursor: pointer;
}
.t-store__card__info {
    padding-bottom: 0 !important;
}
.t951__grid-cont .t-store__card-list {
    row-gap: 15px !important;
}

/* 4. ЗАГОЛОВОК В 1 СТРОКУ */
.t-store__card__title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* ========== ЯНДЕКС СПЛИТ ========== */
.yandex-pay-badge {
    margin-top: 14px;
    display: flex;
    justify-content: flex-start;
}

/* ========== АРТИКУЛ ========== */
.t-store__card__sku,
.js-store-prod-sku {
    display: none !important;
}
.t-product .js-store-prod-sku,
.t-popup .js-store-prod-sku {
    display: block !important;
}

/* ========== УВЕДОМЛЕНИЯ ========== */
body .t-notification,
body .t-store__notification,
body .t-popup__notification,
body .t-notification_show {
    background-color: #af4630 !important;
    border-radius: 18px !important;
    padding: 28px 32px !important;
    max-width: 560px;
    box-shadow: 0 18px 40px rgba(0,0,0,0.25);
    opacity: 0;
    transform: translateY(14px);
    animation: fadeUp 0.45s ease-out forwards;
}
.t-notification__text,
.t-store__notification-text {
    font-family: "Mulish", sans-serif !important;
    font-weight: 300 !important;
    font-size: 18px !important;
    line-height: 1.45 !important;
    color: #ffffff !important;
}
@keyframes fadeUp {
    from { opacity: 0; transform: translateY(14px); }
    to { opacity: 1; transform: translateY(0); }
}

/* ========== ТОЛЬКО САМОЕ ВАЖНОЕ ДЛЯ ШРИФТОВ ========== */

/* Заголовки товаров в каталоге */
.t-store__card__title {
    font-family: "Mulish", sans-serif !important;
    font-weight: 400 !important;
    font-size: 16px !important;
}

/* Цены в каталоге */
.t-store__card__price-item {
    font-family: "Mulish", sans-serif !important;
    font-weight: 500 !important;
    font-size: 15px !important;
}

/* ========== САМЫЙ ПРОСТОЙ ФИКС ДЛЯ ПОПАПОВ ========== */

/* ВОТ ЭТА СТРОКА ИСПРАВЛЯЕТ ВСЕ ПОПАПЫ: */
.t-store__prod-popup__text {
    color: black !important;
    background: transparent !important;
}

/* Принудительно делаем попапы белыми */
.t-popup,
.t-store__prod-popup {
    background: white !important;
}

/* Все элементы в попапах - черный текст */
.t-popup *,
.t-store__prod-popup * {
    color: black !important;
    background: transparent !important;
}

/* Кнопки в попапах - черные с белым текстом */
.t-popup .t-btn,
.t-popup .t-button,
.t-popup button,
.t-store__prod-popup .t-btn,
.t-store__prod-popup .t-button,
.t-store__prod-popup button {
    background: black !important;
    color: white !important;
    border: none !important;
}

/* ========== МОБИЛЬНАЯ ВЕРСИЯ ========== */
@media (max-width: 768px) {
    .t-notification,
    .t-store__notification {
        padding: 22px 20px !important;
        border-radius: 16px !important;
    }
    .t-notification__text,
    .t-store__notification-text {
        font-size: 15px !important;
    }
    .t-store__card__title {
        font-size: 14px !important;
    }
    .t-store__card__price-item {
        font-size: 14px !important;
    }
    .yandex-pay-badge {
        margin-top: 12px;
    }
}