/*!
Theme Name:   ЭлектроТочка
Theme URI:    https://electrotochka.com/
Author:       Цыганков Алексей (ИП Рязанцев В.В.) & Rosait.ru
Author URI:   https://electrotochka.com/
Description:  Полностью автономная тема интернет-магазина «ЭлектроТочка» (WooCommerce). Сделана на основе темы РСУ от Rosait.ru (изначально дочерней к Storefront) — встроен движок Storefront 3.9.1 (родительская тема не требуется).
Version: 1.2.5
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html



v.6.0
-совместимость с PHP 8.3-8.5 (короткие теги, mb_ucfirst guard, get_cached_products_count, remove_core_updates)
-устранены PHP 8 warning/notice (cookie comparison, post_type, site_url, get_field_object)
-исправлены зависимости скриптов (jquery) и стилей storefront

v.5.0 Beta
-fix bugs
-update catalog filters
-update product cart

*/
/*
Version: 0.0.1 beta
*/
/*
Version: 0.0.1 beta
*/
/*
Version: 0.0.1 beta
*/

.hidden{
    display: none;
}

.catalog_subsections{
    margin-bottom: 20px;
}
.subcategories-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 20px;
}
.subcategory-card {
    border: 1px solid #eee;
    padding: 10px;
    text-align: center;
    background: #fff;
    transition: box-shadow 0.3s ease;
}
.subcategory-card:hover {
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}
.subcategory-card img {
    max-width: 100%;
    height: auto;
}
.subcategory-card h3 {
    margin: 10px 0 5px;
    font-size: 1.1em;
}
.product-count {
    color: #777;
    font-size: 0.9em;
}