/*
Theme Name: Konte Child Theme
Theme URI: http://konte.uix.store/
Author: Holman Industries NZ
Author URI: https://www.holmanindustries.co.nz
Description: Holman NZ customizations for Konte (Judge.me, Stripe metadata, WX2 PDP, search template).
Version: 1.1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: konte
Tags: one-column, two-columns, right-sidebar, custom-colors, custom-menu, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Template: konte
*/

/* Holman branding: hide text fallback when image logos are configured. */
.site-branding .site-title,
.site-branding .site-description {
	display: none;
}

/* Rectangular Holman badge — production uses holman-logo-1.png (500x220), not a square crop. */
.site-branding .logo img {
	border-radius: 0;
	width: 200px;
	max-width: 200px;
	height: auto;
}

/* Production: wishlist lives in the green topbar, right-aligned (not main header). */
#topbar .konte-container-fluid {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

#topbar .topbar-right-items {
	display: flex;
	justify-content: flex-end;
	text-align: right;
	margin-left: auto;
	width: 100%;
}

#topbar .topbar-menu {
	justify-content: flex-end;
}

/* Konte mobile topbar defaults to flex-start for keep-right — override to match production. */
.topbar-mobile--keep-right .topbar-right-items {
	justify-content: flex-end;
	text-align: right;
}

/* Header icons (account, search, cart) align right on V7. */
.header-v7 .header-right-items {
	justify-content: flex-end;
}
