/*
Theme Name: Astra Child
Theme URI: https://wpastra.com/
Template: astra
Author: Astra
Description: Maachabati
Version: 4.12.7.1776003430
Updated: 2026-04-12 14:17:10

*/
/* Remove WooCommerce default elements on product pages */
.single-product .woocommerce-product-gallery { display: none !important; }
.single-product form.cart { display: none !important; }
.single-product .product_meta { display: none !important; }
.single-product .woocommerce-product-rating { display: none !important; }
.single-product .ast-product-gallery-layout { display: none !important; }
.single-product .woo-single-add-to-cart { display: none !important; }
.single-product .ast-woocommerce-container .entry-summary .cart { display: none !important; }
.single-product .summary.entry-summary > .cart { display: none !important; }
.woocommerce div.product form.cart { display: none !important; }
.woocommerce div.product div.images { display: none !important; }

/* Make summary full width */
.single-product .summary.entry-summary { 
    width: 100% !important; 
    float: none !important;
    padding: 0 !important;
}
.woocommerce div.product div.summary { 
    width: 100% !important; 
    float: none !important; 
}

/* Force single column product page */
.single-product div.product {
    display: block !important;
}
.single-product div.product .summary.entry-summary {
    display: none !important;
}
.single-product div.product div.images {
    display: none !important;
}
.single-product .woocommerce-breadcrumb {
    display: none !important;
}
.ast-woocommerce-container div.product div.summary {
    width: 100% !important;
    float: none !important;
}