#page-navigation nav ul li a.has-submenu{
    padding-left:5px;
    padding-right:5px;
}
.page-header {
 --header-nav-item-hoz-padding: 18px!important;
}
#page-header-inner{
    border-bottom:1px solid #ccc;
}
#page-breadcrumb{
    margin-top:30px;
}

#conta1 h3{
    font-size:18px!important;
    margin: 0 0 8px!important;
}
#conta1 p{
    margin-bottom:0.3em!important;
}

.entry-product-meta .meta-label{
    min-width: 0!important;
    margin:0!important;
}

.row-popular-search-keywords{
    display: none;
}

.wpcf7-form fieldset{
    display:none!important;
}
.widget_shopping_cart_content p.return-to-shop{
    display:none!important;
}

/* 1. 强制欧洲超长单词自动折行，防止撑破 DOM */
html, body, p, span, a, div, h1, h2, h3, h4, h5, h6 {
    word-wrap: break-word !important;
    overflow-wrap: break-word !important;
}

/* 3. 全局 X 轴终极防御 */
html, body {
    overflow-x: clip !important; 
    width: 100%;
}
html, body, p, span, a, div, h1, h2, h3, h4, h5, h6 {
    word-wrap: break-word !important;
    overflow-wrap: break-word !important;
}