/**
 * Theme Name: Shopeo Child
 * Description: Shopeo Child theme
 * Author: Shopeo
 * Author URI: https://shopeo.cn
 * Template: blocksy
 * Text Domain: blocksy
 */
#menu-item-3036{
	margin-left:35px;
}
.ct-popup-inner .wp-block-button{display: none ;}
nav > ul > .menu-item-3210[class*="ct-mega-menu"] > .sub-menu
{
--grid-template-columns: repeat(7, 1fr) !important;
}
/* Air Jordan主菜单样式 */
#menu-item-3076 > a.ct-menu-link,#menu-item-3091 > a.ct-menu-link,#menu-item-3112 > a.ct-menu-link ,#menu-item-3126 > a.ct-menu-link ,#menu-item-3138 > a.ct-menu-link,#menu-item-3145 > a.ct-menu-link,#menu-item-3160 > a.ct-menu-link{
    /* 主菜单文字样式 */
    font-weight: 600 !important;
   --theme-font-size: 16px !important;
    letter-spacing: 0.5px; /* 字母间距增加可读性 */
    --theme-font-weight: 600 !important;
    position: relative;
   
}

/* 主菜单悬停效果 */
#menu-item-3076 > a.ct-menu-link:hover {
    color: #000 !important; /* 悬停时变黑 */
}

/* 下拉箭头样式 */
#menu-item-3076 .ct-toggle-dropdown-desktop svg.ct-icon {
    width: 10px !important;
    height: 10px !important;
    fill: #D54E12 !important; /* 箭头颜色匹配主菜单 */
    transition: transform 0.3s ease;
}