/*
Theme Name: Storefront Flora Child
Theme URI: https://zavodflora.com
Description: Дочерняя тема Storefront для Завода ФЛОРА с кастомной главной страницей
Author: Завод ФЛОРА
Author URI: https://zavodflora.com
Template: storefront
Version: 1.0.0
Text Domain: storefront-flora-child
*/

/* Кастомные стили Flora */
.flora-header-stats {
    display: flex;
    gap: 30px;
    justify-content: flex-end;
    padding: 10px 0;
}

.flora-header-stats .stat-item {
    text-align: center;
}

.flora-header-stats .stat-number {
    display: block;
    font-size: 20px;
    font-weight: bold;
    color: #2e7d32;
}

.flora-header-stats .stat-label {
    font-size: 12px;
    color: #666;
}

/* Мобильная адаптация */
@media (max-width: 768px) {
    .flora-header-stats {
        justify-content: center;
        padding: 5px 0;
    }
    
    .flora-header-stats .stat-number {
        font-size: 16px;
    }
}
