/*
Theme Name: storetoy
Theme URI: https://example.com/storetoy
Author: 你的名字
Author URI: https://example.com
Template: storefront
Version: 1.0.0
Description: 这是一个基于 Storefront 的子主题。
*/
/* 增加主内容区域宽度 */
/* 全局背景和文字颜色 */
body {
    background-color: #F7F8FA;
    color: #1E1E1E;
}


/* 清除 logo、次导航、搜索框下方的间距 */
.site-branding,
.secondary-navigation,
.site-search {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
/* 去除首页主内容与页眉之间的间距 */
.home .site-main {
  margin-top: 5px !important;
  padding-top: 5px !important;
}

/* 页眉 */
.site-header {
    background-color: #ffffff;
    border-bottom: 1px solid #e0e0e0;
}
.storefront-primary-navigation
{

}
/* 页脚背景 */
.site-footer {
    background-color: #1B1C2B;
    color: #CCCCCC;
}
.site-footer a {
    color: #CCCCCC;
}
.site-footer a:hover {
    color: #FFD361;
}

/* 桌面端：菜单项悬停时添加背景、圆角、阴影 */
/*@media (min-width: 768px) {
  /*.main-navigation ul.menu > li > a {
    /*padding-top: 6px;
    /*padding-bottom: 6px;
    /*padding-left: 12px;
/*    padding-right: 12px;
  /*  margin-top:22px;
  /*  margin-right: 10px;
  /*  line-height: 1.4;
 /* }

  /*.main-navigation ul.menu > li > a:hover {
   /* background-color: #f5f5f5; /* 悬停背景色 */
    /*color: #333;               /* 可选，悬停文字颜色 */
    /*box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1); /* 可选阴影 */
 /* }
/*}


/* 假设你页脚菜单容器是 .footer-widgets 或 widget_nav_menu */
/*.footer-widgets .menu li a::before {
/*    content: "\f07a"; /* Font Awesome 的购物袋图标 */
/*    font-family: "Font Awesome 5 Free";
/*    font-weight: 900;
/*    display: inline-block;
/*    margin-right: 8px;
/*    color: #3A3D98;
/*}
/* 移除小工具菜单项前的默认图标（可能是 ▸ 或其他符号） */
/*.widget_nav_menu ul li::before,
/*.widget_pages ul li::before,
/*.widget_recent_entries ul li::before,
/*.widget_categories ul li::before {
/*    content: none !important;
/*    display: none !important;
/*}


