/*
Theme Name: Botiga Conjured Wood
Theme URI: https://conjuredwood.design
Description: Child theme for conjuredWood design — full-width homepage and WooCommerce shop fixes.
Author: conjuredWood design
Template: botiga
Version: 1.0.3
Requires at least: 6.0
Tested up to: 7.0
Text Domain: botiga-conjuredwood
*/

/* Header: hide duplicate text title when a custom logo is set */
.wp-custom-logo .bhfb-header .site-title,
.wp-custom-logo .bhfb-header .site-description {
	display: none !important;
}

/* Shop archive header is removed in functions.php; hide stray empty product headers */
body.woocommerce-shop .woocommerce-products-header:empty,
body.post-type-archive-product .woocommerce-products-header:empty {
	display: none;
	margin: 0;
	padding: 0;
}

/* Landing page (also in assets/conjured-wood.css) */
@import url('assets/conjured-wood.css');
