/*
Theme Name: Hello Elementor Child
Theme URI: https://greenearthproperties.pk/
Description: Child theme for Hello Elementor
Author: Saleheen Hamid
Author URI: https://greenearthproperties.pk/
Template: hello-elementor
Version: 1.0.0
Text Domain: hello-elementor-child
*/

/* ========== Global font: Inter site-wide ========== */
html,
body,
body.elementor-page,
.elementor *,
.elementor-widget-container,
input,
button,
select,
textarea {
	font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif !important;
}

/* WooCommerce: remove borders from images */
.woocommerce img,
.woocommerce-page img {
	border: none !important;
}

/* Footer: remove fixed width/height so image sizes naturally */
.gep-footer-col-svg img.gep-footer-svg-img {
	width: unset !important;
	height: unset !important;
	max-width: none !important;
	max-height: none !important;
}

/* Cart: HSR and Newsletter – allow only 1 qty: hide quantity input and +/- buttons */
body.woocommerce-cart .cart_item.gep-cart-item-no-qty .quantity,
body.woocommerce-cart .cart_item.gep-cart-item-no-qty .product-quantity .quantity,
body.woocommerce-cart .cart_item.gep-cart-item-no-qty input.qty,
body.woocommerce-cart .cart_item.gep-cart-item-no-qty input[type="number"],
body.woocommerce-cart .cart_item.gep-cart-item-no-qty .plus,
body.woocommerce-cart .cart_item.gep-cart-item-no-qty .minus,
body.woocommerce-cart .cart_item.gep-cart-item-no-qty button[name="plus"],
body.woocommerce-cart .cart_item.gep-cart-item-no-qty button[name="minus"],
body.woocommerce-cart .cart_item.gep-cart-item-no-qty .wc-block-components-quantity-selector {
	display: none !important;
}
body.woocommerce-cart .cart_item.gep-cart-item-no-qty .gep-cart-qty-readonly {
	display: inline-block;
}
/* Mini-cart / other cart views */
.gep-cart-item-no-qty .quantity input,
.gep-cart-item-no-qty .plus,
.gep-cart-item-no-qty .minus,
.gep-cart-item-no-qty .wc-block-components-quantity-selector {
	display: none !important;
}

/* Checkout: col-2 now contains order review (not just shipping) – keep both columns visible.
   Virtual cart: col-1 = billing + notes, col-2 = order review. Grid layout in form-checkout.php. */
