/*
 * nezab-catalog.css
 * Переопределения цветов и кнопки для нашего каталога (#nezab-store).
 * Структура карточек (t-store__card, t-col, t-bgimg…) стилизуется
 * родными CSS Tilda (tilda-catalog-1.1.min.css, tilda-grid-3.0.min.css).
 * Здесь только то, что ранее задавалось inline-стилями внутри #rec737512204.
 */

/* ──────────────── Загрузка / пустое состояние ──────────────── */

.nezab-loading {
    width: 100%;
    text-align: center;
    padding: 60px 20px;
    font-family: 'Onest', Arial, sans-serif;
    font-size: 18px;
    color: #aaa;
}

.nezab-loading a {
    color: #9d60df;
}

/* ──────────────── Название товара ──────────────── */

#nezab-store .t-store__card .t-typography__title,
#nezab-store .t-store__card .t-store__card__title {
    font-size: 20px !important;
    color: #ff7354 !important;
    font-weight: 900 !important;
}

@media screen and (max-width: 480px) {
    #nezab-store .t-store__card .t-typography__title,
    #nezab-store .t-store__card .t-store__card__title {
        font-size: 18px !important;
    }
}

/* ──────────────── Описание товара ──────────────── */

#nezab-store .t-store__card .t-typography__descr {
    color: #505050 !important;
}

@media screen and (max-width: 480px) {
    #nezab-store .t-store__card .t-typography__descr {
        font-size: 14px !important;
    }
}

/* ──────────────── Цена ──────────────── */

#nezab-store .t-store__card .t-store__card__price {
    font-size: 20px !important;
    color: #505050 !important;
    font-weight: 900 !important;
}

@media screen and (max-width: 480px) {
    #nezab-store .t-store__card .t-store__card__price {
        font-size: 16px !important;
    }
}

/* ──────────────── Кнопка «заказать» ──────────────── */

#nezab-store .t-store__card__btn,
#nezab-store .t-btnflex.t-btnflex_type_button {
    color: #ffffff !important;
    background-color: #9d60df !important;
    border-style: none !important;
    border-radius: 10px !important;
    box-shadow: none !important;
    transition-duration: 0.2s;
    transition-property: background-color, color, border-color;
    transition-timing-function: ease-in-out;
}

@media (hover: hover) {
    #nezab-store .t-store__card__btn:hover,
    #nezab-store .t-btnflex.t-btnflex_type_button:hover {
        color: #ffffff !important;
        background-color: #ff7354 !important;
    }
}

/* ──────────────── NLM057: кнопка на всю ширину ──────────────── */

#nezab-store .t-store__card-nlm057 .t-store__card__btn {
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}
