/*
Theme Name: Handmade Craft Child
Template: handmade-craft
Author: Your Name
Description: Child theme for Handmade Craft
Version: 1.0
License: GNU General Public License v2 or later
*/

/* 自定义样式可以写在这里，比如你之前要的： */

/* 固定顶部菜单 */
.site-header {
    position: fixed !important;
    top: 0;
    width: 100%;
    z-index: 999;
}
body {
    padding-top: 80px; /* 防止内容被挡住，可根据实际高度调整 */
}

/* 隐藏购物车、心愿单、账户图标 */
.cart-icon,
.wishlist-icon,
.account-icon {
    display: none !important;
}

/* 压缩页眉高度 */
.header-inner {
    padding: 10px 0 !important;
}