/*
Theme Name: Firmora Child
Theme URI: https://granit-n.ru
Description: Дочерняя тема для сайта ООО «ГРАНИТ-Н» (1-Page + WooCommerce).
Author: GRANIT-N
Template: firmora
Version: 1.0.0
Text Domain: firmora-child
*/

/* ————— Цена по запросу ————— */
.granit-price-on-request {
    color: #c48909;
    font-weight: 700;
}

/* ————— Тема (тёмный режим) ————— */
html.granit-dark body {
    background: #111111;
    color: #eeeeee;
}
html.granit-dark .wp-block-query .wp-block-post-title a,
html.granit-dark a {
    color: #e69e02;
}
html.granit-dark header,
html.granit-dark .site-footer,
html.granit-dark .wp-block-group.has-background {
    background-color: #1a1a1a !important;
}

/* ————— Кнопка переключателя темы ————— */
.granit-theme-toggle {
    cursor: pointer;
    background: transparent;
    border: 1px solid #c48909;
    border-radius: 6px;
    color: #c48909;
    padding: 6px 10px;
    font-size: 16px;
    line-height: 1;
}

/* ————— Header ————— */
.granit-header-top {
    font-size: 14px;
}
.granit-cart-link {
    color: #ffffff;
    text-decoration: none;
    font-size: 20px;
    line-height: 1;
    display: inline-flex;
    align-items: center;
}
.granit-cart-link:hover {
    color: #e69e02;
}

/* ————— Hero CTA ————— */
.granit-hero-badge {
    display: inline-block;
    background: #fff;
    color: #c48909;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 2px 14px;
    border-radius: 4px;
    font-size: 13px;
}
