.elementor-1963 .elementor-element.elementor-element-75d3169{--display:flex;}.elementor-1963 .elementor-element.elementor-element-75d3169:not(.elementor-motion-effects-element-type-background), .elementor-1963 .elementor-element.elementor-element-75d3169 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:transparent;background-image:linear-gradient(180deg, #1A6C7A 20%, var( --e-global-color-primary ) 100%);}.elementor-1963 .elementor-element.elementor-element-efc5f0f{text-align:center;}.elementor-1963 .elementor-element.elementor-element-efc5f0f .elementor-heading-title{font-size:42px;text-transform:none;color:#FFFFFF;}.elementor-1963 .elementor-element.elementor-element-99c4940.elementor-element{--align-self:stretch;}.elementor-1963 .elementor-element.elementor-element-0c5f124{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 10px;--row-gap:0px;--column-gap:10px;}.elementor-1963 .elementor-element.elementor-element-706605a{--display:flex;}.elementor-1963 .elementor-element.elementor-element-3ceadb3{text-align:center;}.elementor-1963 .elementor-element.elementor-element-3ceadb3 .elementor-heading-title{font-size:30px;font-weight:600;text-transform:none;color:#0B7DB4;}.elementor-1963 .elementor-element.elementor-element-1ad564c{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--border-radius:0px 0px 0px 0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1963 .elementor-element.elementor-element-1ad564c.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-1963 .elementor-element.elementor-element-12f5f2f{--display:flex;}.elementor-1963 .elementor-element.elementor-element-0e3fd0e{--display:flex;}.elementor-1963 .elementor-element.elementor-element-cc3518c{--display:flex;}.elementor-1963 .elementor-element.elementor-element-9a91994{--divider-border-style:solid;--divider-color:#000;--divider-border-width:1px;}.elementor-1963 .elementor-element.elementor-element-9a91994 .elementor-divider-separator{width:100%;margin:0 auto;margin-center:0;}.elementor-1963 .elementor-element.elementor-element-9a91994 .elementor-divider{text-align:center;padding-block-start:2px;padding-block-end:2px;}.elementor-1963 .elementor-element.elementor-element-a259f34 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-1963 .elementor-element.elementor-element-a259f34{text-align:center;}.elementor-1963 .elementor-element.elementor-element-a259f34 .elementor-heading-title{font-size:25px;text-transform:none;color:#0B7DB4;}.elementor-1963 .elementor-element.elementor-element-67ba2a4{--display:flex;}.elementor-1963 .elementor-element.elementor-element-6b3f954 .elementor-icon-list-icon i{transition:color 0.3s;}.elementor-1963 .elementor-element.elementor-element-6b3f954 .elementor-icon-list-icon svg{transition:fill 0.3s;}.elementor-1963 .elementor-element.elementor-element-6b3f954{--e-icon-list-icon-size:14px;--icon-vertical-offset:0px;}.elementor-1963 .elementor-element.elementor-element-6b3f954 .elementor-icon-list-text{transition:color 0.3s;}.elementor-1963 .elementor-element.elementor-element-f126aff{text-align:center;}.elementor-1963 .elementor-element.elementor-element-f126aff img{max-width:30%;}.elementor-1963 .elementor-element.elementor-element-84683b5{--divider-border-style:solid;--divider-color:#000;--divider-border-width:1px;}.elementor-1963 .elementor-element.elementor-element-84683b5 .elementor-divider-separator{width:100%;}.elementor-1963 .elementor-element.elementor-element-84683b5 .elementor-divider{padding-block-start:20px;padding-block-end:20px;}.elementor-1963 .elementor-element.elementor-element-5fc2205{--display:flex;}@media(min-width:768px){.elementor-1963 .elementor-element.elementor-element-706605a{--width:50%;}.elementor-1963 .elementor-element.elementor-element-1ad564c{--width:44.723%;}}/* Start custom CSS for sidebar, class: .elementor-element-99c4940 *//* 横向排列产品分类 - 白色文字版 */
.wc-block-product-categories-list {
    display: flex !important;
    flex-direction: row !important;
    justify-content: center !important;
    align-items: center !important;
    flex-wrap: wrap !important;
    gap: 40px !important;
    list-style: none !important;
    margin: 0 !important;
    padding: 20px 0 !important;
}

.wc-block-product-categories-list-item {
    display: flex !important;
    align-items: center !important;
    margin: 0 !important;
    padding: 0 !important;
    position: relative !important;
}

.wc-block-product-categories-list-item a {
    text-decoration: none !important;
    color: #ffffff !important; /* 纯白色 */
    font-weight: 600 !important;
    font-size: 16px !important;
    padding: 10px 0 !important;
    transition: all 0.3s ease !important;
    position: relative !important;
}

.wc-block-product-categories-list-item a::after {
    content: '' !important;
    position: absolute !important;
    bottom: 0 !important;
    left: 0 !important;
    width: 0 !important;
    height: 2px !important;
    background: #ffffff !important; /* 白色下划线 */
    transition: width 0.3s ease !important;
}

.wc-block-product-categories-list-item a:hover {
    color: #ffffff !important; /* 保持白色 */
    opacity: 0.8 !important; /* 悬停时稍微透明 */
}

.wc-block-product-categories-list-item a:hover::after {
    width: 100% !important;
}

/* 隐藏商品数量标签 */
.wc-block-product-categories-list-item-count {
    display: none !important;
}

/* 移动端响应式 */
@media (max-width: 768px) {
    .wc-block-product-categories-list {
        gap: 20px !important;
        justify-content: center !important;
        flex-wrap: wrap !important;
        padding: 15px 0 !important;
    }
    
    .wc-block-product-categories-list-item a {
        font-size: 14px !important;
        padding: 8px 0 !important;
    }
}/* End custom CSS */