/*
Theme Name: Porto Child Mercan
Theme URI: https://mercan.ozgurbobinaj.com.tr
Description: Child theme for Porto with Mercan runtime fixes.
Author: Mercan
Template: porto
Version: 1.0.0
Text Domain: porto
*/

/*
 * Safety fallback:
 * if a plugin/theme option forces boxed only on single product,
 * keep the main wrapper at normal full width.
 */
body.single-product #main.boxed,
body.woocommerce.single-product #main.boxed {
	max-width: none;
	width: 100%;
}

/* Catalog mode: hide account/cart UI in header */
#header .my-account,
#header #mini-cart,
#header .porto-mini-cart {
	display: none !important;
}

/* Catalog mode: no purchase form on single product pages */
.single-product form.cart,
.single-product .single_add_to_cart_button,
.single-product .quantity,
.single-product .woocommerce-variation-add-to-cart {
	display: none !important;
}
