/**
 * Theme Name:     LCE Marketplace Child Theme
 * Author:         LCE.com
 * Template:       astra
 * Text Domain:	   lce-marketplace-child-theme
 * Description:    The Astra WordPress theme is lightning-fast and highly customizable. It has over 1 million downloads and the only theme in the world with 5,700+ five-star reviews! It’s ideal for professional web designers, solopreneurs, small businesses, eCommerce, membership sites and any type of website. It offers special features and templates so it works perfectly with all page builders like Spectra, Elementor, Beaver Builder, etc. Fast performance, clean code, mobile-first design and schema markup are all built-in, making the theme exceptionally SEO-friendly. It’s fully compatible with WooCommerce, SureCart and other eCommerce plugins and comes with lots of store-friendly features and templates. Astra also provides expert support for free users. A dedicated team of fully trained WordPress experts are on hand to help with every aspect of the theme. Try the live demo of Astra: https://zipwp.org/themes/astra/
 * Theme URI:      http://www.lce.com
 * Author URI:     http://www.lce.com
 * Version:        1.0
 */

/* Hide WooCommerce breadcrumbs */
.woocommerce-js .woocommerce-breadcrumb {
    display: none !important;
}

/* Hide product category line above product title */
.woocommerce-js div.product div.summary .single-product-category {
    display: none !important;
}

/* Hide individual meta items like SKU, categories, tags */
.woocommerce-js div.product .product_meta > span {
    display: none !important;
}

/* Hide entire product meta block */
.woocommerce-js div.product .product_meta {
    display: none !important;
}

/* Hide the zoom/lightbox trigger icon */
.woocommerce-product-gallery__trigger {
    display: none !important;
    pointer-events: none;
}

/* Disable image zoom effect */
.woocommerce-product-gallery .woocommerce-product-gallery__image a {
    pointer-events: none;
    cursor: default;
}

/* Optional: disable the zoom overlay image */
.zoomImg {
    display: none !important;
}

/* Remove the zoom/hover trigger icon (usually 🔍) */
.woocommerce-product-gallery__trigger {
    display: none !important;
}

/* Make all WooCommerce buttons fully rounded */
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit,
.woocommerce #review_form #submit,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce .woocommerce-message a.button,
.woocommerce .woocommerce-error a.button,
.woocommerce .woocommerce-info a.button {
    border-radius: 50px !important;
}

body.postid-4799 #product-4799 form.cart,
body.postid-4799 #product-4799 .variations_form,
body.postid-4799 #product-4799 .single_variation_wrap,
body.postid-4799 #product-4799 .single_add_to_cart_button {
display: none !important;
}

