.elementor-14362 .elementor-element.elementor-element-c3c9d1d{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-14362 .elementor-element.elementor-element-7065fda{--wd-gap:10px;}/* Start custom CSS for html, class: .elementor-element-b658c5b */<style>
/* 隐藏 WoodMart 原始的 Tab 导航条 */
#my-remote-tabs .wd-nav-tabs {
    display: none !important;
}

.custom-tab-controller { text-align: center; margin-bottom: 25px; }

/* 药丸按钮样式 */
.filter-pills { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; margin-top: 15px; }

.pill-btn {
    border: 1px solid #e1e1e1;
    background: #fff;
    border-radius: 30px;
    padding: 7px 22px;
    cursor: pointer;
    font-size: 14px;
    transition: all 0.3s ease;
}

/* 选中后的橘色高亮 - 对应你图片的效果 */
.pill-btn.active {
    background-color: #ef5f2b; 
    color: #fff;
    border-color: #ef5f2b;
}
</style>/* End custom CSS */