/* V2 single product template */

body.hh-v2-single-product-page .elementor-location-single > .elementor {
	display: none !important;
}

body.hh-v2-single-product-page .site-main,
body.hh-v2-single-product-page .woocommerce {
	padding: 0;
	margin: 0;
}

.hh-v2-single {
	background: #f7f7f5;
	color: #1a1a1a;
}

.hh-v2-single-hero {
	background: #fff;
	border-bottom: 1px solid rgba(0, 0, 0, 0.06);
	padding: clamp(1.25rem, 3vw, 2rem) 0 clamp(2rem, 4vw, 3rem);
}

.hh-v2-single-hero__shell {
	max-width: 1120px;
	margin: 0 auto;
	padding: 0 1rem;
}

.hh-v2-single-hero__crumbs {
	font-size: 0.85rem;
	color: #666;
	margin-bottom: 1rem;
}

.hh-v2-single-hero__crumbs a {
	color: inherit;
	text-decoration: none;
}

.hh-v2-single-hero__grid {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
	gap: clamp(1.25rem, 3vw, 2.5rem);
	align-items: start;
}

.hh-v2-single-hero__gallery-shell {
	border-radius: 24px;
	overflow: hidden;
	background: #f0eeeb;
	border: 1px solid rgba(0, 0, 0, 0.06);
}

.hh-v2-single-hero__panel {
	background: #fafaf8;
	border: 1px solid rgba(0, 0, 0, 0.07);
	border-radius: 24px;
	padding: clamp(1.25rem, 3vw, 1.75rem);
	box-shadow: 0 12px 40px rgba(26, 26, 26, 0.08);
}

.hh-v2-single-hero__gallery-shell .woocommerce-product-gallery {
	margin: 0;
}

.hh-v2-single-hero__badge {
	display: inline-flex;
	margin-bottom: 0.65rem;
	padding: 0.25rem 0.65rem;
	border-radius: 999px;
	background: #f3f0ec;
	font-size: 0.8rem;
	font-weight: 600;
	color: #5c534c;
}

.hh-v2-single-hero__title {
	font-family: var(--hh-font-display, "Cormorant Garamond", serif);
	font-size: clamp(1.75rem, 4vw, 2.35rem);
	line-height: 1.15;
	margin: 0 0 0.75rem;
}

.hh-v2-single-hero__lead {
	font-size: 1rem;
	line-height: 1.6;
	color: #444;
	margin-bottom: 1rem;
}

.hh-v2-single-hero__lead p {
	margin: 0;
}

.hh-v2-single-hero__price {
	font-size: 1.35rem;
	font-weight: 700;
	color: #1a1a1a;
	margin: 0 0 1rem;
}

.hh-v2-single-hero__quote {
	font-size: 1.05rem;
	font-weight: 600;
	color: #5c534c;
	margin: 0 0 1rem;
}

.hh-v2-single-hero__ctas {
	display: flex;
	flex-wrap: wrap;
	gap: 0.65rem;
	margin-bottom: 1rem;
}

.hh-v2-single-hero__ctas .hh-v2-btn {
	min-height: 48px;
	padding: 0.75rem 1.35rem;
	font-size: 1rem;
}

.hh-v2-single-hero__link {
	width: 100%;
	font-size: 0.9rem;
	color: #c41e3a;
	text-decoration: none;
	font-weight: 600;
}

.hh-v2-single-hero__trust {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	font-size: 0.85rem;
	color: #444;
}

.hh-v2-single-hero__trust li {
	display: inline-flex;
	align-items: center;
	gap: 0.4rem;
	padding: 0.35rem 0.7rem;
	border-radius: 999px;
	background: #fff;
	border: 1px solid rgba(196, 30, 58, 0.18);
}

.hh-v2-single-hero__trust li::before {
	content: "";
	width: 0.95rem;
	height: 0.95rem;
	flex-shrink: 0;
	background: #c41e3a;
	mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M9.2 17.2 4.5 12.5l1.4-1.4 3.3 3.3 8.9-8.9 1.4 1.4z'/%3E%3C/svg%3E") center / contain no-repeat;
	-webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M9.2 17.2 4.5 12.5l1.4-1.4 3.3 3.3 8.9-8.9 1.4 1.4z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.hh-v2-single__body {
	max-width: 1120px;
	margin: 0 auto;
	padding: 0 1rem clamp(3rem, 6vw, 4rem);
}

.hh-v2-single-section {
	padding: clamp(2rem, 4vw, 2.75rem) 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.hh-v2-single-section h2 {
	font-size: clamp(1.35rem, 3vw, 1.65rem);
	margin: 0 0 1.15rem;
	position: relative;
	padding-right: 0.85rem;
}

.hh-v2-single-section h2::before {
	content: "";
	position: absolute;
	right: 0;
	top: 0.2em;
	bottom: 0.2em;
	width: 3px;
	border-radius: 2px;
	background: #c41e3a;
}

.hh-v2-single-section__head p {
	margin: 0.35rem 0 0;
	color: #666;
	font-size: 0.95rem;
}

.hh-v2-single-specs__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.75rem;
}

.hh-v2-single-specs__row {
	background: #fff;
	border: 1px solid rgba(0, 0, 0, 0.06);
	border-radius: 12px;
	padding: 0.9rem 1rem;
	box-shadow: 0 4px 16px rgba(26, 26, 26, 0.04);
	border-right: 3px solid #c41e3a;
}

.hh-v2-single-specs__label {
	display: block;
	font-size: 0.78rem;
	color: #888;
	margin-bottom: 0.2rem;
}

.hh-v2-single-specs__value {
	font-weight: 600;
	font-size: 0.95rem;
}

.hh-v2-single-advice__list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.65rem;
}

.hh-v2-single-advice__item {
	display: flex;
	align-items: flex-start;
	gap: 0.65rem;
	background: #fff;
	border-radius: 12px;
	padding: 0.85rem 1rem;
	font-size: 0.92rem;
	border: 1px solid rgba(0, 0, 0, 0.06);
	box-shadow: 0 4px 16px rgba(26, 26, 26, 0.04);
	line-height: 1.45;
}

.hh-v2-single-advice__item::before {
	content: "";
	width: 1.35rem;
	height: 1.35rem;
	flex-shrink: 0;
	margin-top: 0.05rem;
	border-radius: 50%;
	background: #c41e3a;
	mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M9.2 17.2 4.5 12.5l1.4-1.4 3.3 3.3 8.9-8.9 1.4 1.4z'/%3E%3C/svg%3E") center / 0.75rem no-repeat;
	-webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M9.2 17.2 4.5 12.5l1.4-1.4 3.3 3.3 8.9-8.9 1.4 1.4z'/%3E%3C/svg%3E") center / 0.75rem no-repeat;
}

.hh-v2-single-prose {
	font-size: 0.98rem;
	line-height: 1.7;
	color: #333;
}

.hh-v2-single-paths__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.75rem;
}

.hh-v2-single-paths__card {
	position: relative;
	display: flex;
	flex-direction: column;
	gap: 0.35rem;
	background: #fff;
	border-radius: 14px;
	padding: 1.15rem 1.2rem;
	text-decoration: none !important;
	color: inherit !important;
	border: 1px solid rgba(0, 0, 0, 0.06);
	box-shadow: 0 4px 16px rgba(26, 26, 26, 0.04);
	transition: border-color 0.15s, box-shadow 0.2s, transform 0.2s;
}

.hh-v2-single-paths__card::before {
	content: "";
	position: absolute;
	inset-inline: 0;
	top: 0;
	height: 3px;
	background: #c41e3a;
	border-radius: 14px 14px 0 0;
}

.hh-v2-single-paths__card:hover {
	border-color: rgba(196, 30, 58, 0.25);
	box-shadow: 0 12px 28px rgba(26, 26, 26, 0.1);
	transform: translateY(-2px);
}

.hh-v2-single-paths__card strong {
	display: block;
	margin-bottom: 0.15rem;
}

.hh-v2-single-paths__card span {
	font-size: 0.88rem;
	color: #666;
	line-height: 1.5;
}

.hh-v2-single-related .hh-v2-product-grid__list {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1.25rem;
	list-style: none;
	margin: 0;
	padding: 0;
}

.hh-v2-single-related .hh-v2-product-grid__list > li {
	margin: 0;
	padding: 0;
	width: 100%;
}

.hh-v2-single-faq__item {
	background: #fff;
	border: 1px solid rgba(0, 0, 0, 0.06);
	border-radius: 10px;
	padding: 0.75rem 1rem;
	margin-bottom: 0.5rem;
}

.hh-v2-single-faq__item summary {
	cursor: pointer;
	font-weight: 600;
}

.hh-v2-single-final {
	margin-top: 1rem;
	background: #1a1a1a;
	color: #fff;
	border-radius: 16px;
	padding: clamp(2rem, 4vw, 2.75rem) 1.25rem;
	text-align: center;
}

.hh-v2-single-final__shell {
	max-width: 520px;
	margin: 0 auto;
}

.hh-v2-single-final h2 {
	color: #fff;
	margin-bottom: 0.5rem;
}

.hh-v2-single-final p {
	color: rgba(255, 255, 255, 0.78);
	margin: 0 0 1.25rem;
}

.hh-v2-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.7rem 1.25rem;
	border-radius: 999px;
	font-weight: 600;
	font-size: 0.95rem;
	text-decoration: none;
	border: 1px solid transparent;
	cursor: pointer;
}

.hh-v2-btn--primary,
body.hh-v2-single-product-page .hh-v2-btn--primary,
.hh-v2-single .hh-v2-btn--primary {
	background: #c41e3a !important;
	color: #fff !important;
	border-color: #c41e3a !important;
}

.hh-v2-btn--primary:hover,
body.hh-v2-single-product-page .hh-v2-btn--primary:hover {
	background: #a81830 !important;
	color: #fff !important;
}

.hh-v2-btn--dark,
body.hh-v2-single-product-page .hh-v2-btn--dark {
	background: #1a1a1a !important;
	color: #fff !important;
	border-color: #1a1a1a !important;
}

.hh-v2-btn--outline,
body.hh-v2-single-product-page .hh-v2-btn--outline,
.hh-v2-single .hh-v2-btn--outline {
	background: #fff !important;
	border-color: rgba(0, 0, 0, 0.18) !important;
	color: #1a1a1a !important;
}

.hh-v2-btn--light {
	background: #fff;
	color: #1a1a1a;
}

.hh-v2-single-suitability__list {
	margin: 0;
	padding: 0;
	list-style: none;
	display: grid;
	gap: 0.65rem;
}

.hh-v2-single-suitability__list li {
	position: relative;
	padding-right: 1.25rem;
	line-height: 1.5;
}

.hh-v2-single-suitability__list li::before {
	content: "";
	position: absolute;
	right: 0;
	top: 0.55em;
	width: 0.45rem;
	height: 0.45rem;
	border-radius: 50%;
	background: #c41e3a;
}

.hh-v2-single-proceed__steps {
	margin: 0;
	padding: 0;
	list-style: none;
	display: grid;
	gap: 0.85rem;
	counter-reset: hh-proceed;
}

.hh-v2-single-proceed__steps li {
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 0.85rem;
	align-items: start;
	padding: 0.85rem 1rem;
	border-radius: 16px;
	background: #fff;
	border: 1px solid rgba(0, 0, 0, 0.06);
}

.hh-v2-single-proceed__num {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 2rem;
	height: 2rem;
	border-radius: 999px;
	background: #c41e3a;
	font-weight: 700;
	font-size: 0.85rem;
	color: #fff;
}

.hh-v2-single-proceed__text {
	line-height: 1.55;
	padding-top: 0.2rem;
}

@media (max-width: 900px) {
	.hh-v2-single-hero__grid {
		grid-template-columns: 1fr;
	}

	.hh-v2-single-hero__panel {
		order: 2;
	}

	.hh-v2-single-hero__gallery {
		order: 1;
	}

	.hh-v2-single-specs__grid,
	.hh-v2-single-advice__list,
	.hh-v2-single-paths__grid,
	.hh-v2-single-related .hh-v2-product-grid__list {
		grid-template-columns: 1fr;
	}

	.hh-v2-single-hero__ctas .hh-v2-btn {
		flex: 1 1 100%;
	}
}
