:root {
	--ih-theme-surface: #ffffff;
	--ih-theme-border: #d9dfdf;
	--ih-theme-text: #1d2327;
	--ih-theme-muted: #58616a;
	--ih-theme-accent: #286f6c;
	--ih-theme-container: 1180px;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	color: var(--ih-theme-text);
	background: #f7f7f4;
	font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
	line-height: 1.6;
}

a {
	color: inherit;
}

img {
	max-width: 100%;
	height: auto;
	display: block;
}

.screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.screen-reader-text:focus,
.ih-theme-skip-link:focus {
	position: fixed;
	top: 1rem;
	left: 1rem;
	z-index: 999;
	width: auto;
	height: auto;
	padding: 0.75rem 1rem;
	margin: 0;
	overflow: visible;
	clip: auto;
	background: #ffffff;
	border: 1px solid var(--ih-theme-border);
}

.ih-theme-site {
	min-height: 100vh;
	display: flex;
	flex-direction: column;
}

.ih-theme-container {
	width: min(100% - 2rem, var(--ih-theme-container));
	margin: 0 auto;
}

.ih-theme-main {
	flex: 1 0 auto;
}

.ih-theme-stack {
	padding-block: 2rem 3rem;
}

.ih-theme-header,
.ih-theme-footer {
	background: var(--ih-theme-surface);
}

.ih-theme-header {
	border-bottom: 1px solid var(--ih-theme-border);
}

.ih-theme-footer {
	border-top: 1px solid var(--ih-theme-border);
	margin-top: auto;
}

.ih-theme-header__inner,
.ih-theme-footer__inner,
.ih-theme-header__aside {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.ih-theme-header__inner,
.ih-theme-footer__inner {
	padding-block: 1rem;
}

.ih-theme-branding__title {
	margin: 0;
	font-size: 1.25rem;
	font-weight: 700;
}

.ih-theme-branding__title a {
	text-decoration: none;
}

.ih-theme-nav .ih-theme-menu {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	gap: 0.9rem;
	padding: 0;
	margin: 0;
}

.ih-theme-nav .ih-theme-menu a {
	text-decoration: none;
}

.ih-theme-page__header,
.ih-theme-entry__header,
.ih-theme-archive__header {
	margin-bottom: 1.25rem;
}

.ih-theme-entry,
.ih-theme-empty {
	padding: 1.5rem;
	background: var(--ih-theme-surface);
	border: 1px solid var(--ih-theme-border);
}

.ih-theme-entry__title,
.ih-theme-page__title,
.ih-theme-archive__title,
.ih-theme-empty__title {
	margin: 0 0 0.75rem;
	line-height: 1.2;
}

.ih-theme-page__content > *:first-child,
.ih-theme-entry__content > *:first-child {
	margin-top: 0;
}

.ih-theme-page__content > *:last-child,
.ih-theme-entry__content > *:last-child {
	margin-bottom: 0;
}

.ih-theme-page__content > .alignfull,
.ih-theme-page__content .brz-section {
	margin-inline: 0;
	max-width: 100%;
}

.ih-theme-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.75rem 1rem;
	border: 1px solid var(--ih-theme-border);
	background: var(--ih-theme-surface);
	color: var(--ih-theme-text);
	text-decoration: none;
}

.ih-theme-footer__copy {
	margin: 0;
	color: var(--ih-theme-muted);
}

.tihc-language-switcher,
.tihc-products-grid,
.tihc-product {
	margin-block: 0.75rem 1.25rem;
}

@media (min-width: 768px) {
	.ih-theme-header__inner,
	.ih-theme-header__aside,
	.ih-theme-footer__inner {
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
	}

	.ih-theme-header__aside {
		flex-wrap: wrap;
		justify-content: flex-end;
	}
}
