.elementor-13809 .elementor-element.elementor-element-7aa1b0c{--display:flex;--flex-direction:row-reverse;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap-reverse;}.elementor-13809 .elementor-element.elementor-element-c8228f8{--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;}.elementor-13809 .elementor-element.elementor-element-769691e.elementor-wc-products  ul.products{grid-column-gap:20px;grid-row-gap:40px;}.elementor-13809 .elementor-element.elementor-element-769691e.elementor-wc-products ul.products li.product span.onsale{display:block;}.elementor-13809 .elementor-element.elementor-element-2fa4986{width:var( --container-widget-width, 23.398% );max-width:23.398%;--container-widget-width:23.398%;--container-widget-flex-grow:0;}.elementor-13809 .elementor-element.elementor-element-2fa4986.elementor-element{--flex-grow:0;--flex-shrink:0;}@media(max-width:1024px){.elementor-13809 .elementor-element.elementor-element-769691e.elementor-wc-products  ul.products{grid-column-gap:20px;grid-row-gap:40px;}}@media(max-width:767px){.elementor-13809 .elementor-element.elementor-element-769691e.elementor-wc-products  ul.products{grid-column-gap:20px;grid-row-gap:40px;}}/* Start custom CSS for sidebar, class: .elementor-element-2fa4986 *//* 产品分类列表两端对齐 - 增加间距版 */
.widget_product_categories ul li,
.product-categories li {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    flex-wrap: nowrap !important;
}

/* 分类链接占据剩余空间,增加右边距 */
.widget_product_categories ul li > a,
.product-categories li > a {
    flex: 1 !important;
    margin-right: 30px !important; /* 增加到30px */
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
}

/* 数量括号保持在右侧 */
.widget_product_categories ul li .count,
.product-categories li .count,
.widget_product_categories ul li > a > .count,
.product-categories li > a > .count {
    margin-left: auto !important;
    flex-shrink: 0 !important;
}

/* 给数字添加括号 */
.widget_product_categories ul li .count::before,
.product-categories li .count::before {
    content: "(" !important;
}

.widget_product_categories ul li .count::after,
.product-categories li .count::after {
    content: ")" !important;
}/* End custom CSS */