/*
Theme Name: Storefront Child
Theme URI: https://yoursite.com/storefront-child/
Description: Дочерняя тема для Storefront
Author: Ваше имя
Author URI: https://yoursite.com
Template: storefront
Version: 1.0.0
Text Domain: storefront-child
*/

/* Изменяем цвет фона шапки */
.site-header {
    background-color: #2c3e50;
}

/* Изменяем шрифт заголовков товаров */
.woocommerce-loop-product__title {
    font-family: 'Arial', sans-serif;
    color: #e74c3c;
}

