@font-face {
	font-family: "TH Resavska";
	src: url("/wp-content/uploads/2025/02/Resavska-Sans-ITC-Std-Medium.ttf") format("truetype");
	font-style: normal;
	font-weight: 400;
	font-display: swap;
}
@font-face {
	font-family: "TH Resavska";
	src: url("/wp-content/uploads/2025/02/resavskaitcstd-bold.ttf") format("truetype");
	font-style: normal;
	font-weight: 700;
	font-display: swap;
}
@font-face {
	font-family: HandelGotD-Bold;
	src: url("/wp-content/uploads/2025/02/HandelGotDBol.ttf") format("truetype");
	font-style: normal;
	font-weight: 700;
	font-display: swap;
}

body.thps-brand-page-active #content .site-content__wrap.container,
body.thps-brand-page-active #content .site-content__wrap,
body.thps-brand-page-active #primary,
body.thps-brand-page-active #main,
body.thps-brand-page-active #main > article,
body.thps-brand-page-active #main .entry-content {
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 0 !important;
}
body.thps-brand-page-active #main .entry-header,
body.thps-brand-page-active #main .page-header,
body.thps-brand-page-active #main > article > .entry-title {
	display: none !important;
}

.thps-brand-page,
.thps-brand-page * {
	box-sizing: border-box;
}
.thps-brand-page {
	--th-brand-green: #20351a;
	--th-brand-deep: #11260d;
	--th-brand-orange: #c45d22;
	--th-brand-cream: #f5f1df;
	--th-brand-paper: #fffef8;
	--th-brand-line: #dedbc9;
	--th-brand-text: #263024;
	--th-brand-muted: #687066;
	width: 100%;
	max-width: none;
	overflow: hidden;
	background: var(--th-brand-cream);
	color: var(--th-brand-text);
	font-family: "TH Resavska", "ITC Resavska Sans Std Bold", sans-serif;
}
.thps-brand-page a {
	color: inherit;
	text-decoration: none;
}
.thps-brand-page h1,
.thps-brand-page h2,
.thps-brand-page h3 {
	font-family: HandelGotD-Bold, "TH Resavska", sans-serif;
}
.thps-brand-section {
	width: min(100% - 48px, 1660px);
	margin: 0 auto;
	padding: clamp(68px, 7vw, 112px) 0;
}

.thps-brand-hero {
	position: relative;
	isolation: isolate;
	display: flex;
	min-height: clamp(560px, 56vw, 760px);
	align-items: flex-end;
	overflow: hidden;
	background: var(--th-brand-deep);
	color: #fff;
}
.thps-brand-hero video {
	position: absolute;
	inset: 0;
	z-index: -3;
	width: 100%;
	height: 100%;
	max-width: none;
	object-fit: cover;
	object-position: center 46%;
}
.thps-brand-hero::before {
	position: absolute;
	inset: 0;
	z-index: -2;
	background: linear-gradient(90deg, rgba(7,20,5,.84), rgba(7,20,5,.54) 55%, rgba(7,20,5,.24));
	content: "";
}
.thps-brand-hero::after {
	position: absolute;
	inset: auto 0 0;
	z-index: -1;
	height: 190px;
	background: linear-gradient(transparent, rgba(7,20,5,.52));
	content: "";
}
.thps-brand-hero__content {
	width: min(100% - 48px, 1660px);
	margin: 0 auto;
	padding: clamp(64px, 9vw, 122px) 0;
}
.thps-brand-eyebrow {
	display: flex;
	align-items: center;
	gap: 12px;
	margin: 0 0 17px;
	color: #f4a974;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: .14em;
	text-transform: uppercase;
}
.thps-brand-eyebrow::before {
	width: 44px;
	height: 3px;
	background: var(--th-brand-orange);
	content: "";
}
.thps-brand-hero h1 {
	max-width: 1040px;
	margin: 0;
	color: #fff;
	font-size: clamp(54px, 7.3vw, 106px);
	font-weight: 700;
	line-height: .93;
	letter-spacing: .01em;
}
.thps-brand-lead {
	max-width: 790px;
	margin: 25px 0 0;
	color: rgba(255,255,255,.9);
	font-size: clamp(18px, 1.8vw, 24px);
	line-height: 1.48;
}
.thps-brand-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 31px;
}
.thps-brand-button {
	display: inline-flex !important;
	min-height: 50px;
	align-items: center;
	justify-content: center;
	padding: 12px 22px !important;
	border: 1px solid var(--th-brand-green) !important;
	border-radius: 0 !important;
	background: transparent !important;
	color: var(--th-brand-green) !important;
	font-family: HandelGotD-Bold, "TH Resavska", sans-serif !important;
	font-size: 13px;
	font-weight: 700 !important;
	letter-spacing: .035em;
	line-height: 1.25;
	text-align: center;
	text-transform: uppercase;
	transition: transform .18s ease, background-color .18s ease, border-color .18s ease, color .18s ease;
}
.thps-brand-button--primary {
	border-color: var(--th-brand-green) !important;
	background: var(--th-brand-green) !important;
	color: #fff !important;
}
.thps-brand-hero .thps-brand-button:not(.thps-brand-button--primary),
.thps-brand-contact .thps-brand-button {
	border-color: #fff !important;
	background: #fff !important;
	color: var(--th-brand-green) !important;
}
.thps-brand-button:hover,
.thps-brand-button:focus-visible {
	border-color: var(--th-brand-orange) !important;
	background: var(--th-brand-orange) !important;
	color: #fff !important;
	transform: translateY(-2px);
}

.thps-brand-intro {
	display: grid;
	grid-template-columns: minmax(210px, .42fr) minmax(0, 1.15fr) minmax(260px, .55fr);
	gap: clamp(30px, 5vw, 82px);
	align-items: start;
}
.thps-brand-logo {
	display: grid;
	min-height: 250px;
	place-items: center;
	padding: 32px;
	border-top: 4px solid var(--th-brand-orange);
	background: var(--th-brand-paper);
	box-shadow: 0 14px 38px rgba(32,53,26,.08);
}
.thps-brand-logo img {
	width: min(100%, 190px);
	height: 125px;
	object-fit: contain;
}
.thps-brand-copy small,
.thps-brand-products-head small {
	color: var(--th-brand-orange);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .13em;
	text-transform: uppercase;
}
.thps-brand-copy h2,
.thps-brand-products-head h2 {
	margin: 8px 0 18px;
	color: var(--th-brand-green);
	font-size: clamp(35px, 4.2vw, 61px);
	font-weight: 700;
	hyphens: none;
	line-height: 1;
	overflow-wrap: normal;
	word-break: normal;
}
.thps-brand-copy p {
	margin: 0;
	color: #465044;
	font-size: 18px;
	line-height: 1.67;
}
.thps-brand-copy .thps-brand-official {
	margin-top: 22px;
}
.thps-brand-facts {
	display: grid;
	gap: 1px;
	border: 1px solid var(--th-brand-line);
	background: var(--th-brand-line);
}
.thps-brand-facts > div {
	padding: 19px;
	background: var(--th-brand-paper);
}
.thps-brand-facts span {
	display: block;
	color: var(--th-brand-muted);
	font-size: 12px;
	text-transform: uppercase;
}
.thps-brand-facts strong {
	display: block;
	margin-top: 5px;
	color: var(--th-brand-green);
	font-family: HandelGotD-Bold, "TH Resavska", sans-serif;
	font-size: 20px;
}

.thps-brand-seo {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(360px, .72fr);
	gap: clamp(42px, 6vw, 96px);
	align-items: start;
	padding-top: 18px;
}
.thps-brand-seo__copy p + p {
	margin-top: 18px;
}
.thps-brand-topics {
	display: grid;
	gap: 12px;
}
.thps-brand-topics article {
	position: relative;
	padding: 24px 24px 24px 82px;
	border: 1px solid var(--th-brand-line);
	background: var(--th-brand-paper);
	box-shadow: 0 8px 24px rgba(32,53,26,.05);
}
.thps-brand-topics span {
	position: absolute;
	top: 24px;
	left: 23px;
	color: var(--th-brand-orange);
	font-family: HandelGotD-Bold, "TH Resavska", sans-serif;
	font-size: 18px;
}
.thps-brand-topics h3 {
	margin: 0 0 7px;
	color: var(--th-brand-green);
	font-size: 22px;
	line-height: 1.12;
}
.thps-brand-topics p {
	margin: 0;
	color: var(--th-brand-muted);
	line-height: 1.48;
}

.thps-brand-products-wrap {
	border-top: 1px solid var(--th-brand-line);
	border-bottom: 1px solid var(--th-brand-line);
	background: #fffdf5;
}
.thps-brand-products-head {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 25px;
	margin-bottom: 31px;
}
.thps-brand-products-head h2 {
	max-width: 980px;
	margin-bottom: 0;
}
.thps-brand-products {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 19px;
}
.thps-brand-product {
	display: flex;
	min-width: 0;
	flex-direction: column;
	border: 1px solid var(--th-brand-line);
	border-top: 4px solid var(--th-brand-orange);
	background: var(--th-brand-paper);
	box-shadow: 0 10px 28px rgba(32,53,26,.06);
	transition: transform .2s ease, box-shadow .2s ease;
}
.thps-brand-product:hover {
	box-shadow: 0 18px 42px rgba(32,53,26,.12);
	transform: translateY(-4px);
}
.thps-brand-product__image {
	position: relative;
	display: block;
	height: clamp(245px, 19vw, 300px);
	min-height: 245px;
	padding: 0;
	overflow: hidden;
	background: #fff;
}
.thps-brand-page .thps-brand-product__image img {
	position: absolute !important;
	inset: 22px !important;
	display: block !important;
	width: calc(100% - 44px) !important;
	height: calc(100% - 44px) !important;
	min-width: 0 !important;
	min-height: 0 !important;
	max-width: none !important;
	max-height: none !important;
	margin: 0 !important;
	object-fit: contain !important;
	object-position: center !important;
}
.thps-brand-product__body {
	display: flex;
	min-height: 285px;
	flex: 1;
	flex-direction: column;
	padding: 23px;
	overflow: hidden;
}
.thps-brand-product__kicker {
	color: var(--th-brand-orange);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .075em;
	text-transform: uppercase;
}
.thps-brand-product h3 {
	margin: 8px 0 13px;
	color: var(--th-brand-green);
	font-size: clamp(21px, 1.7vw, 26px);
	font-weight: 700;
	line-height: 1.16;
}
.thps-brand-product h3 a {
	color: inherit !important;
}
.thps-brand-product__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 6px 13px;
	margin-top: 1px;
	color: var(--th-brand-muted);
	font-size: 12px;
}
.thps-brand-product__meta .is-available {
	color: #2f7135;
	font-weight: 700;
}
.thps-brand-product__meta .is-unavailable {
	color: #7b512f;
	font-weight: 700;
}
.thps-brand-product__price {
	margin-top: auto;
	padding-top: 18px;
	color: var(--th-brand-green);
	font-family: HandelGotD-Bold, "TH Resavska", sans-serif;
	font-size: 25px;
	font-weight: 700;
}
.thps-brand-product__price .thps-sale-badge {
	vertical-align: middle;
}
.thps-brand-product__price small {
	display: block;
	margin-top: 2px;
	color: var(--th-brand-muted);
	font-family: "TH Resavska", sans-serif;
	font-size: 12px;
	font-weight: 400;
}
.thps-brand-product .thps-brand-button {
	width: 100%;
	margin-top: 16px;
}
.thps-brand-products-empty {
	padding: clamp(35px, 6vw, 70px);
	border-top: 4px solid var(--th-brand-orange);
	background: var(--th-brand-paper);
	text-align: center;
}
.thps-brand-products-empty h3 {
	margin: 0 0 8px;
	color: var(--th-brand-green);
	font-size: 30px;
}
.thps-brand-products-empty p {
	margin: 0 0 20px;
	color: var(--th-brand-muted);
}
.thps-brand-pagination {
	margin-top: 34px;
}
.thps-brand-pagination .page-numbers {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 8px;
	margin: 0;
	padding: 0;
	list-style: none;
}
.thps-brand-pagination .page-numbers li {
	margin: 0;
}
.thps-brand-pagination a.page-numbers,
.thps-brand-pagination span.page-numbers {
	display: grid;
	min-width: 46px;
	min-height: 46px;
	place-items: center;
	padding: 8px 13px;
	border: 1px solid var(--th-brand-green);
	background: var(--th-brand-paper);
	color: var(--th-brand-green);
	font-family: HandelGotD-Bold, "TH Resavska", sans-serif;
	font-size: 13px;
	font-weight: 700;
}
.thps-brand-pagination a.page-numbers:hover,
.thps-brand-pagination a.page-numbers:focus-visible,
.thps-brand-pagination span.page-numbers.current {
	border-color: var(--th-brand-orange);
	background: var(--th-brand-orange);
	color: #fff;
}

.thps-brand-guidance {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(300px, .58fr);
	gap: clamp(32px, 6vw, 96px);
	align-items: start;
}
.thps-brand-faq {
	display: grid;
	gap: 10px;
}
.thps-brand-faq details {
	border: 1px solid var(--th-brand-line);
	background: var(--th-brand-paper);
}
.thps-brand-faq summary {
	display: flex;
	min-height: 64px;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	padding: 17px 19px;
	color: var(--th-brand-green);
	cursor: pointer;
	font-family: HandelGotD-Bold, "TH Resavska", sans-serif;
	font-weight: 700;
	list-style: none;
}
.thps-brand-faq summary::-webkit-details-marker {
	display: none;
}
.thps-brand-faq summary::after {
	color: var(--th-brand-orange);
	font-size: 26px;
	content: "+";
}
.thps-brand-faq details[open] summary::after {
	content: "−";
}
.thps-brand-faq p {
	margin: 0;
	padding: 0 19px 19px;
	color: #4d564b;
	line-height: 1.57;
}
.thps-brand-contact {
	padding: 30px;
	border-top: 4px solid var(--th-brand-orange);
	background: var(--th-brand-green);
	color: #fff;
	box-shadow: 0 16px 42px rgba(32,53,26,.14);
}
.thps-brand-contact small {
	color: #f4a974;
	letter-spacing: .12em;
	text-transform: uppercase;
}
.thps-brand-contact h3 {
	margin: 8px 0 13px;
	color: #fff;
	font-size: 31px;
	line-height: 1.06;
}
.thps-brand-contact p {
	margin: 0 0 21px;
	color: rgba(255,255,255,.82);
	line-height: 1.57;
}

@media (max-width: 1050px) {
	.thps-brand-intro {
		grid-template-columns: 230px 1fr;
	}
	.thps-brand-facts {
		grid-column: 1 / -1;
		grid-template-columns: repeat(3, 1fr);
	}
	.thps-brand-products {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	.thps-brand-guidance {
		grid-template-columns: 1fr;
	}
	.thps-brand-seo {
		grid-template-columns: 1fr;
		padding-top: 8px;
	}
}

@media (max-width: 700px) {
	.thps-brand-section,
	.thps-brand-hero__content {
		width: calc(100% - 30px);
	}
	.thps-brand-section {
		padding: 58px 0;
	}
	.thps-brand-hero {
		min-height: 610px;
	}
	.thps-brand-hero::before {
		background: linear-gradient(180deg, rgba(7,20,5,.32), rgba(7,20,5,.84));
	}
	.thps-brand-hero__content {
		padding: 66px 0 48px;
	}
	.thps-brand-hero h1 {
		font-size: clamp(46px, 14vw, 61px);
	}
	.thps-brand-lead {
		font-size: 18px;
	}
	.thps-brand-actions {
		display: grid;
	}
	.thps-brand-intro,
	.thps-brand-seo,
	.thps-brand-guidance {
		grid-template-columns: 1fr;
	}
	.thps-brand-logo {
		min-height: 185px;
	}
	.thps-brand-copy h2,
	.thps-brand-products-head h2 {
		font-size: clamp(34px, 10.5vw, 45px);
	}
	.thps-brand-copy p {
		font-size: 16px;
	}
	.thps-brand-facts,
	.thps-brand-products {
		grid-template-columns: 1fr;
	}
	.thps-brand-products-head {
		display: block;
	}
	.thps-brand-products-head .thps-brand-button {
		width: 100%;
		margin-top: 19px;
	}
	.thps-brand-product__image {
		height: 245px;
	}
	.thps-brand-product__body {
		min-height: 250px;
	}
	.thps-brand-topics article {
		padding: 22px 20px 22px 68px;
	}
	.thps-brand-topics span {
		top: 22px;
		left: 20px;
	}
	.thps-brand-pagination .prev,
	.thps-brand-pagination .next {
		width: 100%;
	}
}

/* 1.14.64: global manufacturer directory and scalable landing-page rollout. */
.thps-brand-directory__hero {
	min-height: clamp(390px, 40vw, 590px);
	display: flex;
	align-items: flex-end;
	padding: clamp(64px, 9vw, 120px) max(24px, calc((100% - 1660px) / 2));
	background:
		linear-gradient(90deg, rgba(10,28,8,.91), rgba(10,28,8,.55)),
		url("th-swarovski-z6i-hochsitz.jpg") 55% 20% / cover no-repeat;
	color: #fff;
}
.thps-brand-directory__hero > div {
	width: min(100%, 1060px);
}
.thps-brand-directory__hero h1 {
	margin: 0;
	color: #fff;
	font-size: clamp(48px, 7vw, 98px);
	line-height: .96;
}
.thps-brand-directory__hero > div > p:last-child {
	width: min(100%, 780px);
	margin: 24px 0 0;
	color: rgba(255,255,255,.88);
	font-size: clamp(18px, 1.7vw, 24px);
	line-height: 1.5;
}
.thps-brand-directory__range-note {
	position: relative;
	z-index: 2;
	display: grid;
	width: min(calc(100% - 48px), 1660px);
	grid-template-columns: minmax(0, 1fr) auto;
	gap: clamp(24px, 5vw, 76px);
	align-items: center;
	box-sizing: border-box;
	margin: -36px auto 0;
	padding: clamp(24px, 3vw, 42px);
	border-top: 5px solid var(--th-brand-orange);
	background: #fffef7;
	box-shadow: 0 18px 44px rgba(19, 44, 14, .15);
}
.thps-brand-directory__range-note small {
	color: var(--th-brand-orange);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .12em;
	text-transform: uppercase;
}
.thps-brand-directory__range-note h2 {
	margin: 8px 0 0;
	color: var(--th-brand-green);
	font-size: clamp(26px, 3vw, 42px);
	line-height: 1.05;
}
.thps-brand-directory__range-note p {
	max-width: 900px;
	margin: 12px 0 0;
	color: var(--th-brand-muted);
	font-size: 17px;
	line-height: 1.55;
}
.thps-brand-directory__range-note > a {
	display: inline-flex;
	min-height: 52px;
	align-items: center;
	justify-content: center;
	padding: 12px 20px;
	border: 1px solid var(--th-brand-green);
	background: var(--th-brand-green);
	color: #fff !important;
	font-weight: 700;
	text-align: center;
}
.thps-brand-directory__range-note > a:hover,
.thps-brand-directory__range-note > a:focus-visible {
	border-color: var(--th-brand-orange);
	background: var(--th-brand-orange);
}
.thps-brand-directory__section {
	padding-top: clamp(58px, 7vw, 100px);
}
.thps-brand-directory__search {
	display: grid;
	width: min(100%, 390px);
	gap: 7px;
	color: var(--th-brand-green);
	font-size: 13px;
	font-weight: 700;
	letter-spacing: .05em;
	text-transform: uppercase;
}
.thps-brand-directory__search input {
	width: 100%;
	height: 50px;
	padding: 0 16px;
	border: 1px solid #cfcab4;
	border-radius: 0;
	background: #fff;
	color: var(--th-brand-text);
	font: 400 17px/1 "TH Resavska", sans-serif;
	text-transform: none;
}
.thps-brand-directory__search input:focus {
	border-color: var(--th-brand-orange);
	box-shadow: 0 0 0 2px rgba(196,93,34,.12);
	outline: 0;
}
.thps-brand-directory__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 16px;
	margin-top: 32px;
}
.thps-brand-directory__card {
	display: grid;
	min-width: 0;
	grid-template-columns: 112px minmax(0, 1fr);
	gap: 18px;
	align-items: center;
	padding: 18px;
	border-top: 3px solid var(--th-brand-orange);
	background: var(--th-brand-paper);
	box-shadow: 0 9px 26px rgba(32,53,26,.06);
}
.thps-brand-directory__card[hidden] {
	display: none;
}
.thps-brand-directory__logo {
	display: grid;
	width: 112px;
	height: 82px;
	place-items: center;
	padding: 10px;
	background: #fff;
}
.thps-brand-directory__logo img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.thps-brand-directory__logo span {
	color: var(--th-brand-green);
	font-family: HandelGotD-Bold, "TH Resavska", sans-serif;
	font-size: 15px;
	line-height: 1.15;
	text-align: center;
}
.thps-brand-directory__card h2 {
	margin: 0;
	font-size: 21px;
	line-height: 1.16;
}
.thps-brand-directory__card h2 a {
	color: var(--th-brand-green);
}
.thps-brand-directory__card p {
	margin: 7px 0 11px;
	color: var(--th-brand-muted);
	font-size: 14px;
}
.thps-brand-directory__link {
	color: var(--th-brand-orange) !important;
	font-weight: 700;
}
.thps-brand-directory__empty {
	margin: 30px 0 0;
	padding: 24px;
	border-left: 4px solid var(--th-brand-orange);
	background: var(--th-brand-paper);
	font-size: 18px;
}
@media (max-width: 1250px) {
	.thps-brand-directory__grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}
@media (max-width: 920px) {
	.thps-brand-directory__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}
@media (max-width: 700px) {
	.thps-brand-directory__hero {
		min-height: 470px;
		padding-right: 15px;
		padding-left: 15px;
	}
	.thps-brand-directory__hero h1 {
		font-size: clamp(43px, 13vw, 58px);
	}
	.thps-brand-directory__range-note {
		width: calc(100% - 30px);
		grid-template-columns: 1fr;
		gap: 18px;
		margin-top: -24px;
		padding: 22px 18px;
	}
	.thps-brand-directory__range-note p {
		font-size: 15px;
	}
	.thps-brand-directory__range-note > a {
		width: 100%;
		box-sizing: border-box;
	}
	.thps-brand-directory__grid {
		grid-template-columns: 1fr;
	}
	.thps-brand-directory__card {
		grid-template-columns: 92px minmax(0, 1fr);
		padding: 15px;
	}
	.thps-brand-directory__logo {
		width: 92px;
		height: 72px;
	}
	.thps-brand-directory__search {
		width: 100%;
		margin-top: 22px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.thps-brand-hero video {
		display: none;
	}
	.thps-brand-product,
	.thps-brand-button {
		transition: none;
	}
}

/* 1.14.56: global manufacturer layout used by Bergara and future brands. */
.thps-brand-hero__content--with-logo {
	display: grid;
	grid-template-columns: minmax(0, 1.25fr) minmax(280px, .58fr);
	gap: clamp(38px, 7vw, 120px);
	align-items: center;
}
.thps-brand-hero__logo {
	display: grid;
	min-height: 220px;
	place-items: center;
	padding: clamp(28px, 4vw, 54px);
	background: rgba(255,255,255,.96);
	box-shadow: 0 20px 58px rgba(0,0,0,.22);
}
.thps-brand-hero__logo img {
	width: min(100%, 330px);
	max-height: 130px;
	object-fit: contain;
}
.thps-brand-assurances {
	position: relative;
	z-index: 3;
	display: grid;
	width: min(100% - 48px, 1660px);
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin: -34px auto 0;
	border: 1px solid var(--th-brand-line, #dedbc9);
	background: var(--th-brand-paper, #fffef8);
	box-shadow: 0 15px 36px rgba(32,53,26,.09);
}
.thps-brand-assurances > div {
	min-width: 0;
	padding: 25px 32px;
}
.thps-brand-assurances > div + div {
	border-left: 1px solid var(--th-brand-line, #dedbc9);
}
.thps-brand-assurances span {
	display: block;
	margin-bottom: 7px;
	color: var(--th-brand-orange, #c45d22);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .12em;
}
.thps-brand-assurances strong {
	color: var(--th-brand-green, #20351a);
	font-family: HandelGotD-Bold, "TH Resavska", sans-serif;
	font-size: clamp(18px, 1.6vw, 24px);
}
.thps-brand-products-wrap--previous {
	border-top: 0;
	background: var(--th-brand-cream);
}
.thps-brand-product.is-previous {
	border-top-color: var(--th-brand-green);
}
.thps-brand-product.is-previous .thps-brand-product__image img {
	filter: saturate(.78);
}
.thps-brand-product__archive-badge {
	position: absolute;
	top: 16px;
	right: 16px;
	z-index: 2;
	padding: 8px 11px;
	background: var(--th-brand-orange);
	color: #fff;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .06em;
	text-transform: uppercase;
}
.thps-brand-product.is-previous .thps-brand-product__price {
	color: #7b512f;
	font-size: 20px;
}
@media (max-width: 900px) {
	.thps-brand-hero__content--with-logo {
		grid-template-columns: 1fr;
	}
	.thps-brand-hero__logo {
		grid-row: 1;
		width: min(100%, 440px);
		min-height: 160px;
	}
}
@media (max-width: 700px) {
	.thps-brand-hero__content--with-logo {
		gap: 32px;
	}
	.thps-brand-hero__logo {
		min-height: 120px;
		padding: 24px;
	}
	.thps-brand-hero__logo img {
		max-height: 76px;
	}
	.thps-brand-assurances {
		width: calc(100% - 30px);
		grid-template-columns: 1fr;
		margin-top: -18px;
	}
	.thps-brand-assurances > div {
		padding: 18px 22px;
	}
	.thps-brand-assurances > div + div {
		border-top: 1px solid var(--th-brand-line, #dedbc9);
		border-left: 0;
	}
}
