.hb-home {
	--hb-gold: #c7aa72;
	--hb-gold-dark: #9b7b42;
	--hb-ink: #111315;
	--hb-charcoal: #24272a;
	--hb-muted: #64676b;
	--hb-line: #dedfe1;
	--hb-soft: #f4f5f5;
	--hb-white: #ffffff;
	width: 100vw;
	max-width: 100vw;
	margin-left: calc(50% - 50vw);
	color: var(--hb-ink);
	background: var(--hb-white);
	font-family: Poppins, Arial, sans-serif;
	letter-spacing: 0;
}

.hb-home *,
.hb-home *::before,
.hb-home *::after {
	box-sizing: border-box;
	letter-spacing: 0;
}

.hb-home-page {
	overflow-x: hidden;
}

.hb-home-page .woocommerce-store-notice {
	display: none !important;
}

.hb-home-page #header {
	display: none;
}

.hb-home-page .site-main,
.hb-home-page .site-main > article,
.hb-home-page .entry-content {
	margin: 0;
	padding: 0;
	max-width: none;
}

.hb-home-page .ct-container-full,
.hb-home-page .ct-container {
	max-width: none;
}

body.hb-home-page .entry-content > .hb-home {
	width: 100vw !important;
	max-width: none !important;
	margin-right: calc(50% - 50vw) !important;
	margin-left: calc(50% - 50vw) !important;
}

.hb-home a {
	color: inherit;
	text-decoration: none;
}

.hb-home img {
	display: block;
	max-width: 100%;
}

.hb-home button,
.hb-home input,
.hb-home select {
	font: inherit;
	letter-spacing: 0;
}

.hb-home button,
.hb-home select {
	cursor: pointer;
}

.hb-home-shell {
	width: min(1320px, calc(100% - 64px));
	margin-inline: auto;
}

.hb-home-header {
	position: relative;
	z-index: 40;
	background: var(--hb-white);
	border-bottom: 1px solid var(--hb-line);
}

.hb-home-header-main {
	display: grid;
	grid-template-columns: minmax(260px, 1fr) 250px minmax(300px, 1fr);
	align-items: center;
	gap: 36px;
	min-height: 150px;
}

.hb-home-search {
	display: grid;
	grid-template-columns: 1fr 48px;
	width: min(100%, 390px);
	height: 50px;
	border: 1px solid #aeb1b5;
	border-radius: 4px;
	background: var(--hb-white);
	overflow: hidden;
}

.hb-home-search input {
	min-width: 0;
	height: 48px;
	padding: 0 16px;
	border: 0;
	outline: 0;
	background: transparent;
	color: var(--hb-ink);
	font-size: 15px;
}

.hb-home-search button {
	display: grid;
	place-items: center;
	width: 48px;
	height: 48px;
	padding: 0;
	border: 0;
	background: transparent;
	color: var(--hb-charcoal);
}

.hb-home-search button:hover,
.hb-home-search button:focus-visible {
	color: var(--hb-gold-dark);
	background: var(--hb-soft);
}

.hb-home-search .dashicons {
	width: 24px;
	height: 24px;
	font-size: 24px;
}

.hb-home-brand {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 132px;
}

.hb-home-brand img {
	width: 198px;
	height: 132px;
	object-fit: contain;
}

.hb-home-contact {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 28px;
}

.hb-home-contact a {
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 14px;
	font-weight: 600;
	white-space: nowrap;
}

.hb-home-contact a:hover,
.hb-home-contact a:focus-visible {
	color: var(--hb-gold-dark);
}

.hb-home-contact small {
	display: block;
	margin-bottom: 2px;
	color: var(--hb-muted);
	font-size: 11px;
	font-weight: 500;
}

.hb-home-contact .dashicons {
	width: 25px;
	height: 25px;
	font-size: 25px;
}

.hb-home-mobile-menu {
	display: none;
}

.hb-home-navigation {
	position: relative;
	z-index: 4;
	background: var(--hb-charcoal);
	color: var(--hb-white);
}

.hb-home-nav-inner {
	display: flex;
	align-items: stretch;
	justify-content: stretch;
	min-height: 60px;
}

.hb-home-build-link,
.hb-home-nav-toggle {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 60px;
	padding: 0 24px;
	border: 0;
	background: transparent;
	color: var(--hb-white);
	font-size: 14px;
	font-weight: 500;
	white-space: nowrap;
}

.hb-home-build-link {
	flex: 0 0 180px;
	background: var(--hb-gold);
	color: var(--hb-ink);
	font-weight: 700;
}

.hb-home-build-link:hover,
.hb-home-build-link:focus-visible {
	background: #d7bd89;
	color: var(--hb-ink);
}

.hb-home-nav-toggle:hover,
.hb-home-nav-toggle:focus-visible,
.hb-home-nav-item.is-open > .hb-home-nav-toggle {
	background: #313538;
	color: #e6cf9f;
}

.hb-home-nav-toggle .dashicons {
	width: 16px;
	height: 16px;
	margin-left: 8px;
	font-size: 16px;
	transition: transform 180ms ease;
}

.hb-home-nav-item {
	position: relative;
	flex: 1 1 0;
}

.hb-home-nav-item > .hb-home-nav-toggle {
	width: 100%;
}

.hb-home-nav-item.is-open .hb-home-nav-toggle .dashicons {
	transform: rotate(180deg);
}

.hb-home-dropdown {
	position: absolute;
	top: 100%;
	left: 0;
	display: grid;
	width: 280px;
	padding: 12px;
	border-top: 3px solid var(--hb-gold);
	background: var(--hb-white);
	box-shadow: 0 16px 35px rgba(17, 19, 21, 0.16);
	color: var(--hb-ink);
	opacity: 0;
	visibility: hidden;
	transform: translateY(6px);
	transition: opacity 160ms ease, transform 160ms ease, visibility 160ms ease;
}

.hb-home-nav-item:nth-last-child(1) .hb-home-dropdown {
	right: 0;
	left: auto;
}

.hb-home-nav-item:hover .hb-home-dropdown,
.hb-home-nav-item:focus-within .hb-home-dropdown,
.hb-home-nav-item.is-open .hb-home-dropdown {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.hb-home-dropdown a {
	padding: 9px 11px;
	border-bottom: 1px solid #ececed;
	font-size: 13px;
	line-height: 1.35;
}

.hb-home-dropdown a:last-child {
	border-bottom: 0;
}

.hb-home-dropdown a:hover,
.hb-home-dropdown a:focus-visible {
	background: var(--hb-soft);
	color: var(--hb-gold-dark);
}

.hb-home-shipping {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 28px;
	min-height: 43px;
	padding: 9px 24px;
	border-bottom: 1px solid #b49153;
	background: #d1b67f;
	color: var(--hb-ink);
	font-size: 13px;
	text-align: center;
}

.hb-home-shipping strong {
	font-weight: 700;
}

.hb-home-hero {
	position: relative;
	display: grid;
	align-items: center;
	min-height: 510px;
	overflow: hidden;
	background: var(--hb-ink);
	color: var(--hb-white);
}

.hb-home-hero::after {
	position: absolute;
	inset: 0;
	content: "";
	background: rgba(17, 19, 21, 0.68);
}

.hb-home-hero-media {
	position: absolute;
	inset: 0;
}

.hb-home-hero-media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.hb-home-hero-copy {
	position: relative;
	z-index: 1;
	padding-block: 86px;
}

.hb-home-hero-copy > * {
	max-width: 660px;
}

.hb-home-eyebrow {
	margin: 0 0 10px;
	color: var(--hb-gold);
	font-size: 12px;
	font-weight: 700;
	line-height: 1.4;
	text-transform: uppercase;
}

.hb-home-hero h1 {
	margin: 0;
	color: var(--hb-white);
	font-family: Georgia, "Times New Roman", serif;
	font-size: 58px;
	font-weight: 500;
	line-height: 1.08;
}

.hb-home-hero-copy > p:not(.hb-home-eyebrow) {
	margin: 22px 0 0;
	color: #e1e2e3;
	font-size: 18px;
	line-height: 1.7;
}

.hb-home-hero-actions {
	display: flex;
	align-items: center;
	gap: 26px;
	margin-top: 34px;
}

.hb-home-button,
.hb-home-text-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 50px;
	font-size: 14px;
	font-weight: 700;
}

.hb-home-button {
	padding: 0 28px;
	border: 1px solid transparent;
	border-radius: 3px;
}

.hb-home-button-gold {
	background: var(--hb-gold);
	color: var(--hb-ink);
}

.hb-home-button-gold:hover,
.hb-home-button-gold:focus-visible {
	background: #dec794;
	color: var(--hb-ink);
}

.hb-home-text-link {
	gap: 9px;
	color: var(--hb-white);
}

.hb-home-text-link:hover,
.hb-home-text-link:focus-visible {
	color: var(--hb-gold);
}

.hb-home-finder-section {
	position: relative;
	z-index: 2;
	padding: 0 0 12px;
	background: var(--hb-soft);
}

.hb-home-finder {
	display: grid;
	grid-template-columns: auto minmax(150px, 1fr) auto minmax(150px, 1fr) auto minmax(150px, 1fr) minmax(140px, 0.8fr) 205px;
	align-items: center;
	min-height: 96px;
	margin-top: -12px;
	border: 1px solid #d7d8da;
	background: var(--hb-white);
	box-shadow: 0 12px 26px rgba(17, 19, 21, 0.08);
}

.hb-home-finder > strong,
.hb-home-finder > span {
	padding-left: 18px;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 18px;
	font-weight: 500;
}

.hb-home-finder label {
	position: relative;
	display: block;
	height: 100%;
}

.hb-home-finder select {
	width: 100%;
	height: 94px;
	padding: 0 38px 0 18px;
	border: 0;
	border-left: 1px solid #e5e6e7;
	border-radius: 0;
	outline: 0;
	background: var(--hb-white);
	color: #69717b;
	font-size: 14px;
}

.hb-home-finder select:focus-visible {
	box-shadow: inset 0 0 0 2px var(--hb-gold-dark);
}

.hb-home-finder button {
	align-self: stretch;
	padding: 18px;
	border: 0;
	background: var(--hb-gold);
	color: var(--hb-ink);
	font-family: Georgia, "Times New Roman", serif;
	font-size: 19px;
	font-weight: 600;
	line-height: 1.25;
}

.hb-home-finder button:hover,
.hb-home-finder button:focus-visible {
	background: #dec794;
}

@media (min-width: 1181px) {
	.hb-home-finder {
		height: 104px;
		min-height: 104px;
	}

	.hb-home-finder > strong,
	.hb-home-finder > span {
		display: flex;
		align-items: center;
		align-self: stretch;
		padding-inline: 18px;
		white-space: nowrap;
	}

	.hb-home-finder label {
		display: flex;
		align-self: stretch;
		height: auto;
		min-height: 0;
	}

	.hb-home-finder select {
		display: block;
		height: 100%;
		min-height: 0;
		margin: 0;
	}

	.hb-home-finder button {
		display: grid;
		place-items: center;
	}
}

.hb-home-section {
	padding: 94px 0;
}

.hb-home-section-heading {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 30px;
	margin-bottom: 38px;
}

.hb-home-section-heading h2,
.hb-home-city-links h2,
.hb-home-newsletter h2 {
	margin: 0;
	color: var(--hb-ink);
	font-family: Georgia, "Times New Roman", serif;
	font-size: 42px;
	font-weight: 500;
	line-height: 1.15;
}

.hb-home-section-heading p:not(.hb-home-eyebrow) {
	margin: 10px 0 0;
	color: var(--hb-muted);
	font-size: 15px;
}

.hb-home-section-heading > a {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding-bottom: 5px;
	border-bottom: 1px solid var(--hb-gold-dark);
	font-size: 14px;
	font-weight: 600;
	white-space: nowrap;
}

.hb-home-section-heading > a:hover,
.hb-home-section-heading > a:focus-visible {
	color: var(--hb-gold-dark);
}

.hb-home-category-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
}

.hb-home-category {
	position: relative;
	display: block;
	min-width: 0;
	border: 1px solid var(--hb-line);
	border-radius: 4px;
	background: var(--hb-white);
	overflow: hidden;
}

.hb-home-category > img {
	width: 100%;
	aspect-ratio: 1.22 / 1;
	object-fit: cover;
	transition: transform 260ms ease;
}

.hb-home-category > span {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	min-height: 64px;
	padding: 14px 18px;
	background: var(--hb-white);
}

.hb-home-category strong {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 19px;
	font-weight: 600;
}

.hb-home-category:hover,
.hb-home-category:focus-visible {
	border-color: var(--hb-gold);
	color: var(--hb-gold-dark);
}

.hb-home-category:hover > img,
.hb-home-category:focus-visible > img {
	transform: scale(1.035);
}

.hb-home-products {
	background: var(--hb-soft);
	scroll-margin-top: 20px;
}

.hb-home-product-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 20px;
}

.hb-home-product {
	display: flex;
	min-width: 0;
	flex-direction: column;
	border: 1px solid #e1e2e3;
	border-radius: 4px;
	background: var(--hb-white);
	overflow: hidden;
}

.hb-home-product-image {
	display: grid;
	place-items: center;
	width: 100%;
	aspect-ratio: 1 / 0.92;
	padding: 22px;
	background: #f9f9f9;
	overflow: hidden;
}

.hb-home-product-image img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	transition: transform 220ms ease;
}

.hb-home-product-image:hover img,
.hb-home-product-image:focus-visible img {
	transform: scale(1.04);
}

.hb-home-product-copy {
	display: flex;
	min-height: 146px;
	flex: 1;
	flex-direction: column;
	padding: 18px;
}

.hb-home-product h3 {
	margin: 0 0 18px;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.5;
}

.hb-home-product h3 a:hover,
.hb-home-product h3 a:focus-visible {
	color: var(--hb-gold-dark);
}

.hb-home-product-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	margin-top: auto;
}

.hb-home-price {
	font-size: 16px;
	font-weight: 700;
}

.hb-home-price del {
	margin-right: 4px;
	color: #8b8d90;
	font-size: 12px;
}

.hb-home-product-add {
	display: grid;
	place-items: center;
	width: 42px;
	height: 42px;
	flex: 0 0 42px;
	border: 1px solid var(--hb-ink);
	border-radius: 3px;
	background: var(--hb-white);
}

.hb-home-product-add:hover,
.hb-home-product-add:focus-visible,
.hb-home-product-add.added {
	border-color: var(--hb-gold);
	background: var(--hb-gold);
	color: var(--hb-ink);
}

.hb-home-product-add .dashicons {
	width: 18px;
	height: 18px;
	font-size: 18px;
}

.hb-home-city-links {
	padding: 76px 0;
	background: var(--hb-white);
	text-align: center;
}

.hb-home-city-links h2 {
	margin-bottom: 28px;
	font-size: 34px;
}

.hb-home-city-links .hb-home-shell > div {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 12px;
}

.hb-home-city-links a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 47px;
	padding: 10px 18px;
	border: 1px solid var(--hb-gold);
	border-radius: 3px;
	font-size: 14px;
}

.hb-home-city-links a.is-featured,
.hb-home-city-links a:hover,
.hb-home-city-links a:focus-visible {
	border-color: var(--hb-ink);
	background: var(--hb-ink);
	color: var(--hb-white);
}

.hb-home-newsletter {
	padding: 84px 0;
	background: var(--hb-gold);
}

.hb-home-newsletter-layout {
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(520px, 1.1fr);
	align-items: center;
	gap: 80px;
}

.hb-home-newsletter .hb-home-eyebrow {
	color: #43361f;
}

.hb-home-newsletter h2 {
	font-size: 45px;
}

.hb-home-newsletter-layout > div > p:last-child {
	max-width: 570px;
	margin: 18px 0 0;
	font-size: 16px;
	line-height: 1.7;
}

.hb-home-newsletter-form {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px 20px;
}

.hb-home-newsletter-form > div {
	min-width: 0;
}

.hb-home-field-wide,
.hb-home-newsletter-form > button,
.hb-home-form-status {
	grid-column: 1 / -1;
}

.hb-home-newsletter-form label:not(.hb-home-check) {
	display: block;
	margin-bottom: 6px;
	font-size: 12px;
	font-weight: 700;
}

.hb-home-newsletter-form input[type="text"],
.hb-home-newsletter-form input[type="email"],
.hb-home-newsletter-form input[type="tel"] {
	width: 100%;
	height: 50px;
	padding: 0 14px;
	border: 1px solid rgba(17, 19, 21, 0.7);
	border-radius: 3px;
	outline: 0;
	background: var(--hb-white);
}

.hb-home-newsletter-form input:focus-visible {
	box-shadow: 0 0 0 2px var(--hb-ink);
}

.hb-home-check {
	display: flex;
	align-items: center;
	gap: 9px;
	min-height: 36px;
	font-size: 13px;
}

.hb-home-check input {
	width: 18px;
	height: 18px;
	margin: 0;
	accent-color: var(--hb-ink);
}

.hb-home-newsletter-form button {
	min-height: 50px;
	border: 1px solid var(--hb-ink);
	border-radius: 3px;
	background: var(--hb-ink);
	color: var(--hb-white);
	font-weight: 700;
}

.hb-home-newsletter-form button:hover,
.hb-home-newsletter-form button:focus-visible {
	background: var(--hb-white);
	color: var(--hb-ink);
}

.hb-home-newsletter-form button[disabled] {
	cursor: wait;
	opacity: 0.65;
}

.hb-home-form-status {
	min-height: 20px;
	margin: 0;
	font-size: 13px;
	font-weight: 600;
}

.hb-home-honeypot {
	position: absolute !important;
	left: -9999px !important;
	width: 1px !important;
	height: 1px !important;
	opacity: 0 !important;
}

@media (max-width: 1180px) {
	.hb-home-shell {
		width: min(100% - 40px, 1100px);
	}

	.hb-home-header-main {
		grid-template-columns: minmax(220px, 1fr) 210px minmax(250px, 1fr);
		gap: 24px;
	}

	.hb-home-contact {
		gap: 16px;
	}

	.hb-home-build-link,
	.hb-home-nav-toggle {
		padding-inline: 16px;
		font-size: 13px;
	}

	.hb-home-finder {
		grid-template-columns: repeat(4, minmax(0, 1fr)) minmax(180px, 0.85fr);
		min-height: 72px;
	}

	.hb-home-finder > strong,
	.hb-home-finder > span {
		display: none;
	}

	.hb-home-finder label,
	.hb-home-finder select {
		height: 72px;
	}

	.hb-home-product-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 900px) {
	.hb-home-header-main {
		grid-template-columns: 150px 1fr 46px;
		min-height: 102px;
	}

	.hb-home-brand {
		grid-column: 1;
		grid-row: 1;
		height: 94px;
	}

	.hb-home-brand img {
		width: 135px;
		height: 90px;
	}

	.hb-home-search {
		grid-column: 2;
		grid-row: 1;
		width: 100%;
	}

	.hb-home-contact {
		display: none;
	}

	.hb-home-mobile-menu {
		display: grid;
		grid-column: 3;
		grid-row: 1;
		place-items: center;
		width: 46px;
		height: 46px;
		padding: 0;
		border: 1px solid var(--hb-line);
		border-radius: 3px;
		background: var(--hb-white);
	}

	.hb-home-mobile-menu .dashicons {
		width: 22px;
		height: 22px;
		font-size: 22px;
	}

	.hb-home-navigation {
		display: none;
	}

	.hb-home-navigation.is-open {
		display: block;
	}

	.hb-home-nav-inner {
		width: 100%;
		flex-direction: column;
	}

	.hb-home-build-link,
	.hb-home-nav-toggle {
		justify-content: space-between;
		width: 100%;
		min-height: 52px;
		padding: 0 20px;
		border-bottom: 1px solid #393d40;
	}

	.hb-home-nav-item {
		width: 100%;
		flex: none;
	}

	.hb-home-build-link {
		flex: none;
	}

	.hb-home-dropdown,
	.hb-home-nav-item:nth-last-child(1) .hb-home-dropdown {
		position: static;
		display: none;
		width: 100%;
		padding: 5px 18px 10px;
		border-top: 0;
		box-shadow: none;
		opacity: 1;
		visibility: visible;
		transform: none;
	}

	.hb-home-nav-item.is-open .hb-home-dropdown {
		display: grid;
	}

	.hb-home-hero {
		min-height: 470px;
	}

	.hb-home-hero-media {
		inset: 0;
	}

	.hb-home-hero h1 {
		font-size: 48px;
	}

	.hb-home-finder {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.hb-home-finder button {
		min-height: 68px;
	}

	.hb-home-category-grid,
	.hb-home-product-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.hb-home-newsletter-layout {
		grid-template-columns: 1fr;
		gap: 38px;
	}
}

@media (max-width: 600px) {
	.hb-home-shell {
		width: calc(100% - 28px);
	}

	.hb-home-header-main {
		grid-template-columns: 92px 1fr 42px;
		gap: 10px;
		min-height: 76px;
	}

	.hb-home-brand,
	.hb-home-brand img {
		width: 88px;
		height: 68px;
	}

	.hb-home-search {
		grid-template-columns: 1fr 40px;
		height: 42px;
	}

	.hb-home-search input,
	.hb-home-search button {
		height: 40px;
	}

	.hb-home-search input {
		padding-inline: 10px;
		font-size: 12px;
	}

	.hb-home-mobile-menu {
		width: 42px;
		height: 42px;
	}

	.hb-home-shipping {
		gap: 4px;
		flex-direction: column;
		font-size: 11px;
	}

	.hb-home-hero {
		align-items: end;
		min-height: 520px;
	}

	.hb-home-hero::after {
		background: rgba(17, 19, 21, 0.72);
	}

	.hb-home-hero-media {
		inset: 0;
	}

	.hb-home-hero-media img {
		object-position: center top;
	}

	.hb-home-hero-copy {
		padding-block: 250px 48px;
	}

	.hb-home-hero h1 {
		font-size: 39px;
	}

	.hb-home-hero-copy > p:not(.hb-home-eyebrow) {
		font-size: 15px;
		line-height: 1.55;
	}

	.hb-home-hero-actions {
		align-items: stretch;
		gap: 14px;
		flex-direction: column;
	}

	.hb-home-finder-section {
		padding-top: 14px;
	}

	.hb-home-finder {
		grid-template-columns: 1fr;
		margin-top: 0;
		box-shadow: none;
	}

	.hb-home-finder label,
	.hb-home-finder select {
		height: 56px;
	}

	.hb-home-finder select {
		border-top: 1px solid #e5e6e7;
		border-left: 0;
	}

	.hb-home-finder button {
		min-height: 58px;
		font-size: 17px;
	}

	.hb-home-section {
		padding: 66px 0;
	}

	.hb-home-section-heading {
		align-items: flex-start;
		gap: 18px;
		flex-direction: column;
		margin-bottom: 26px;
	}

	.hb-home-section-heading h2,
	.hb-home-newsletter h2 {
		font-size: 33px;
	}

	.hb-home-category-grid,
	.hb-home-product-grid {
		grid-template-columns: 1fr;
		gap: 16px;
	}

	.hb-home-category > img {
		aspect-ratio: 1.35 / 1;
	}

	.hb-home-product {
		display: grid;
		grid-template-columns: 42% 58%;
	}

	.hb-home-product-image {
		aspect-ratio: 1 / 1;
		padding: 12px;
	}

	.hb-home-product-copy {
		min-height: 0;
		padding: 14px;
	}

	.hb-home-product h3 {
		font-size: 12px;
	}

	.hb-home-city-links {
		padding: 58px 0;
	}

	.hb-home-city-links h2 {
		font-size: 29px;
	}

	.hb-home-city-links .hb-home-shell > div {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.hb-home-city-links a {
		min-width: 0;
		padding: 9px;
		font-size: 11px;
		white-space: normal;
	}

	.hb-home-newsletter {
		padding: 62px 0;
	}

	.hb-home-newsletter-form {
		grid-template-columns: 1fr;
	}

	.hb-home-field-wide,
	.hb-home-newsletter-form > button,
	.hb-home-form-status {
		grid-column: auto;
	}
}

@media (prefers-reduced-motion: reduce) {
	.hb-home *,
	.hb-home *::before,
	.hb-home *::after {
		scroll-behavior: auto !important;
		transition: none !important;
	}
}
