.elementor-2310 .elementor-element.elementor-element-0226d84{--display:flex;--overflow:hidden;--padding-top:50px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-widget-wc-archive-products.elementor-wc-products ul.products li.product .woocommerce-loop-product__title, .elementor-widget-wc-archive-products.elementor-wc-products ul.products li.product .woocommerce-loop-category__title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-wc-archive-products.products-heading-show .related-products > h2, .elementor-widget-wc-archive-products.products-heading-show .upsells > h2, .elementor-widget-wc-archive-products.products-heading-show .cross-sells > h2{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-wc-archive-products.elementor-wc-products ul.products li.product .price{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-wc-archive-products.elementor-wc-products ul.products li.product .price del {font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-wc-archive-products.elementor-wc-products ul.products li.product .button{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-widget-wc-archive-products.elementor-wc-products .added_to_cart{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-widget-wc-archive-products .elementor-products-nothing-found{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-2310 .elementor-element.elementor-element-ba1d5eb.elementor-wc-products  ul.products{grid-column-gap:20px;grid-row-gap:40px;}.elementor-2310 .elementor-element.elementor-element-ba1d5eb.elementor-wc-products ul.products li.product span.onsale{display:block;}@media(max-width:1024px){.elementor-2310 .elementor-element.elementor-element-ba1d5eb.elementor-wc-products  ul.products{grid-column-gap:20px;grid-row-gap:40px;}}@media(max-width:767px){.elementor-2310 .elementor-element.elementor-element-ba1d5eb.elementor-wc-products  ul.products{grid-column-gap:20px;grid-row-gap:40px;}}/* Start custom CSS for wc-archive-products, class: .elementor-element-ba1d5eb */.woocommerce .products .product .button {
    display: none !important;
}

.woocommerce .star-rating {
    display: none !important;
}

/* Hide "Read more", price, rating, and other unwanted parts */
.woocommerce ul.products li.product .button,
.woocommerce ul.products li.product .price,
.woocommerce ul.products li.product .star-rating,
.woocommerce ul.products li.product .woocommerce-loop-product__link .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__link .woocommerce-loop-product__rating,
.woocommerce ul.products li.product .woocommerce-loop-product__link .woocommerce-loop-product__price {
    display: none !important;
}

/* Center product name/title */
.woocommerce ul.products li.product .woocommerce-loop-product__title {
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    margin-top: 10px;
    display: block;
}

/* Optional: make sure title takes full width for centering */
.woocommerce ul.products li.product {
    text-align: center;
}

/* Hide the category name above product title */
.ast-woo-product-category {
    display: none !important;
}/* End custom CSS */