/*
 Theme Name:   Hello Elementor Child
 Theme URI:    https://yourwebsite.com/
 Description:  Hello Elementor 子主题，用于自定义产品分类手风琴菜单
 Author:       你的名字
 Author URI:   https://yourwebsite.com/
 Template:     hello-elementor
 Version:      1.0.0
 Text Domain:  hello-elementor-child
*/

/* 这里可以添加自定义CSS（可选） */
/* 比如修改手风琴菜单样式，直接写在这里即可 */
.product-accordion .accordion-header {
    background-color: #26a69a; /* 可自定义主色 */
}