.elementor-4470 .elementor-element.elementor-element-f89d66e{--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-4470 .elementor-element.elementor-element-1eaf1cb{--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-4470 .elementor-element.elementor-element-2cb7b52{width:var( --container-widget-width, 100% );max-width:100%;--container-widget-width:100%;--container-widget-flex-grow:0;}.elementor-4470 .elementor-element.elementor-element-2cb7b52.elementor-element{--flex-grow:0;--flex-shrink:0;}.elementor-4470 .elementor-element.elementor-element-2cb7b52.elementor-wc-products  ul.products{grid-column-gap:40px;grid-row-gap:40px;}.elementor-4470 .elementor-element.elementor-element-2cb7b52.elementor-wc-products .attachment-woocommerce_thumbnail{border-style:solid;border-width:1px 1px 1px 1px;border-color:#230202;border-radius:1px 1px 1px 1px;margin-bottom:0px;}.elementor-4470 .elementor-element.elementor-element-2cb7b52.elementor-wc-products ul.products li.product .woocommerce-loop-product__title, .elementor-4470 .elementor-element.elementor-element-2cb7b52.elementor-wc-products ul.products li.product .woocommerce-loop-category__title{font-family:"Open Sans", Sans-serif;font-size:22px;}.elementor-4470 .elementor-element.elementor-element-2cb7b52.elementor-wc-products ul.products li.product .woocommerce-loop-product__title{margin-bottom:0px;}.elementor-4470 .elementor-element.elementor-element-2cb7b52.elementor-wc-products ul.products li.product .woocommerce-loop-category__title{margin-bottom:0px;}.elementor-4470 .elementor-element.elementor-element-2cb7b52.elementor-wc-products ul.products li.product .button{background-color:#0A79CC;border-color:#0A79CC;font-family:"Open Sans", Sans-serif;font-size:15px;border-radius:30px 30px 30px 30px;margin-top:0px;}.elementor-4470 .elementor-element.elementor-element-2cb7b52.elementor-wc-products .added_to_cart{margin-inline-start:0px;}.elementor-4470 .elementor-element.elementor-element-2cb7b52.elementor-wc-products ul.products li.product{border-style:solid;border-width:1px 1px 1px 1px;border-radius:15px;padding:22px 22px 22px 22px;}.elementor-4470 .elementor-element.elementor-element-2cb7b52 nav.woocommerce-pagination{margin-top:22px;font-family:"Open Sans", Sans-serif;font-size:20px;font-weight:600;}.elementor-4470 .elementor-element.elementor-element-2cb7b52 nav.woocommerce-pagination ul{border-color:#0840CE;}.elementor-4470 .elementor-element.elementor-element-2cb7b52 nav.woocommerce-pagination ul li{border-right-color:#0840CE;border-left-color:#0840CE;}.elementor-4470 .elementor-element.elementor-element-2cb7b52 nav.woocommerce-pagination ul li a, .elementor-4470 .elementor-element.elementor-element-2cb7b52 nav.woocommerce-pagination ul li span{padding:5px;}.elementor-4470 .elementor-element.elementor-element-2cb7b52 nav.woocommerce-pagination ul li a{color:#2559B4;}.elementor-4470 .elementor-element.elementor-element-2cb7b52.elementor-wc-products ul.products li.product span.onsale{display:block;line-height:0px;border-radius:0px;min-width:0px;min-height:0px;margin:0px;}.elementor-4470 .elementor-element.elementor-element-b206994{--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;}@media(max-width:1024px){.elementor-4470 .elementor-element.elementor-element-2cb7b52.elementor-wc-products  ul.products{grid-column-gap:20px;grid-row-gap:40px;}}@media(max-width:767px){.elementor-4470 .elementor-element.elementor-element-2cb7b52.elementor-wc-products  ul.products{grid-column-gap:20px;grid-row-gap:40px;}}/* Start custom CSS for html, class: .elementor-element-7700821 *//* ===== Pagination 横排 + 圆形按钮（稳定版） ===== */

/* 1. 外层容器强制横排 */
.elementor-widget-archive-products .elementor-pagination,
.elementor-widget-products .elementor-pagination {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 10px !important;
    list-style: none !important;
    clear: both !important;
    padding: 0 !important;
    margin: 20px 0 !important;
}

/* 2. ul 也必须是 flex（关键！Flatsome 常在这里搞事情） */
.elementor-pagination ul,
.woocommerce-pagination ul {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    padding: 0 !important;
    margin: 0 !important;
}

/* 3. li 横排 + 取消 100% 宽（最关键） */
.elementor-pagination li,
.woocommerce-pagination ul li {
    display: inline-flex !important;
    width: auto !important;
    margin: 0 !important;
    float: none !important;
}

/* 4. 圆形按钮 */
.elementor-pagination a, 
.elementor-pagination span {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;

    width: 40px;
    height: 40px;
    border-radius: 50%;

    border: 2px solid #333;
    color: #333;
    text-decoration: none;

    line-height: 1 !important; /* 防止高度被撑开 */
    padding: 0 !important;
}

/* 5. hover */
.elementor-pagination a:hover {
    background: #333;
    color: #fff;
}

/* 6. 当前页 */
.elementor-pagination .current {
    background: #333;
    color: #fff;
    border-color: #333;
}/* End custom CSS */
/* Start custom CSS for woocommerce-products, class: .elementor-element-2cb7b52 *//* ===== Pagination 横排 + 圆形按钮（稳定版） ===== */

/* 1. 外层容器强制横排 */
.elementor-widget-archive-products .elementor-pagination,
.elementor-widget-products .elementor-pagination {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 10px !important;
    list-style: none !important;
    clear: both !important;
    padding: 0 !important;
    margin: 20px 0 !important;
}

/* 2. ul 也必须是 flex（关键！Flatsome 常在这里搞事情） */
.elementor-pagination ul,
.woocommerce-pagination ul {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    padding: 0 !important;
    margin: 0 !important;
}

/* 3. li 横排 + 取消 100% 宽（最关键） */
.elementor-pagination li,
.woocommerce-pagination ul li {
    display: inline-flex !important;
    width: auto !important;
    margin: 0 !important;
    float: none !important;
}

/* 4. 圆形按钮 */
.elementor-pagination a, 
.elementor-pagination span {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;

    width: 40px;
    height: 40px;
    border-radius: 50%;

    border: 2px solid #333;
    color: #333;
    text-decoration: none;

    line-height: 1 !important; /* 防止高度被撑开 */
    padding: 0 !important;
}

/* 5. hover */
.elementor-pagination a:hover {
    background: #333;
    color: #fff;
}

/* 6. 当前页 */
.elementor-pagination .current {
    background: #333;
    color: #fff;
    border-color: #333;
}/* End custom CSS */