.elementor-kit-261{--e-global-color-primary:#B6DC76;--e-global-color-secondary:#B2D96D;--e-global-color-text:#0C1004;--e-global-color-accent:#82B22E;--e-global-color-084fd9a:#FF5714;--e-global-color-ad3a5d5:#F54500;--e-global-color-f11e20a:#FFFFFF;--e-global-color-60b4347:#000000;--e-global-color-f44cccc:#192108;--e-global-color-03e02f0:#F0F0F0;--e-global-typography-primary-font-family:"Quicksand";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Karma";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Karma";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-261 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.woocommerce .price {
    display: none !important;
}


<script>
jQuery(document).ready(function($) {
    // 替换产品列表页的加入购物车按钮
    $('.woocommerce .products .button').each(function() {
        $(this).text('Read More');  // 修改按钮文本
    });
});
</script>/* End custom CSS */