/*
Theme Name: Astra Child
Theme URI: https://www.ghitai.com
Description: Astra子主题
Author: Ghitai
Template: astra
Version: 1.0
Text Domain: astra-child
*/
/* 让导航栏恢复正常文档流 */
.site-header {
    position: relative !important;
}
/* 去掉产品排序 */
.woocommerce-ordering {
    display: none !important;
}
/* 去掉产品分类的数量显示 */
.woocommerce-loop-category__title .count {
    display: none !important;
}