:root {
	--mhfi-ink: #10282b;
	--mhfi-deep: #0a2023;
	--mhfi-accent: #d6a956;
	--mhfi-paper: #f5f1e9;
	--mhfi-card: #ffffff;
}

/* Op de grote productfoto staat een zichtbaar watermerk. De betaalde download blijft origineel. */
body.single-product .woocommerce-product-gallery__image {
	position: relative;
}

body.single-product .woocommerce-product-gallery__image::after {
	position: absolute;
	top: 38%;
	left: 50%;
	z-index: 4;
	width: 86%;
	padding: 0.45rem 0.7rem;
	transform: translate(-50%, -50%) rotate(-12deg);
	border: 1px solid rgba(255, 255, 255, 0.58);
	background: rgba(8, 18, 27, 0.3);
	color: rgba(255, 255, 255, 0.84);
	content: "© Marcel Houwer Fotografie · streekgids.net";
	font-size: clamp(0.72rem, 1.35vw, 1.05rem);
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.25;
	pointer-events: none;
	text-align: center;
	text-shadow: 0 1px 4px rgba(0, 0, 0, 0.75);
}

body.mhfi-photo-shop ul.products img,
body.single-product .woocommerce-product-gallery img {
	-webkit-user-drag: none;
	user-select: none;
}

body.mhfi-photo-shop {
	overflow-x: hidden;
	background: var(--mhfi-paper);
	color: var(--mhfi-ink);
}

.mhfi-photo-shop #content.site-content {
	padding-top: 0;
}

.mhfi-photo-shop #primary,
.mhfi-photo-shop .site-main,
.mhfi-photo-shop .woocommerce {
	min-width: 0;
}

.mhfi-shop-hero {
	position: relative;
	isolation: isolate;
	display: grid;
	align-items: end;
	min-height: clamp(440px, 62vw, 690px);
	margin: 0 0 54px;
	overflow: hidden;
	border-radius: 0 0 28px 28px;
	background-color: var(--mhfi-deep);
	background-image: linear-gradient(90deg, rgba(5, 22, 24, .94) 0%, rgba(5, 22, 24, .72) 44%, rgba(5, 22, 24, .16) 100%), var(--mhfi-hero-image);
	background-position: center;
	background-size: cover;
	box-shadow: 0 26px 70px rgba(10, 32, 35, .22);
}

.mhfi-shop-hero::after {
	content: "";
	position: absolute;
	inset: auto 0 0;
	z-index: -1;
	height: 42%;
	background: linear-gradient(transparent, rgba(5, 22, 24, .48));
}

.mhfi-shop-hero__content {
	width: min(700px, 88%);
	padding: clamp(34px, 6vw, 78px);
	color: #fff;
}

.mhfi-shop-hero__eyebrow {
	margin: 0 0 14px;
	color: #f0c97d;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: .17em;
	text-transform: uppercase;
}

.mhfi-shop-hero h1 {
	max-width: 680px;
	margin: 0;
	color: #fff;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(42px, 6vw, 78px);
	font-weight: 500;
	line-height: .99;
	letter-spacing: -.035em;
}

.mhfi-shop-hero__content > p:not(.mhfi-shop-hero__eyebrow) {
	max-width: 600px;
	margin: 24px 0 30px;
	color: rgba(255, 255, 255, .86);
	font-size: clamp(17px, 2vw, 21px);
	line-height: 1.6;
}

.mhfi-shop-hero__button,
.mhfi-shop-hero__button:visited {
	display: inline-flex;
	padding: 13px 22px;
	border: 1px solid #f0c97d;
	border-radius: 999px;
	background: #f0c97d;
	color: #10282b;
	font-weight: 800;
	text-decoration: none;
	transition: transform .2s ease, background .2s ease;
}

.mhfi-shop-hero__button:hover,
.mhfi-shop-hero__button:focus {
	background: #fff;
	color: #10282b;
	transform: translateY(-2px);
}

.mhfi-collection-anchor {
	position: relative;
	top: -25px;
}

.mhfi-photo-shop .woocommerce-result-count,
.mhfi-photo-shop .woocommerce-ordering,
.mhfi-photo-shop .newstore-woocommerce-sorting {
	margin-bottom: 26px;
}

.mhfi-photo-shop ul.products {
	display: grid !important;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 30px;
	margin: 0 !important;
}

.mhfi-photo-shop ul.products::before,
.mhfi-photo-shop ul.products::after {
	display: none !important;
}

.mhfi-photo-shop ul.products li.product,
.mhfi-photo-shop ul.products li.newstore-product {
	float: none !important;
	width: auto !important;
	margin: 0 !important;
	overflow: hidden;
	border: 0;
	border-radius: 18px;
	background: var(--mhfi-card);
	box-shadow: 0 14px 40px rgba(24, 45, 47, .10);
	transition: transform .25s ease, box-shadow .25s ease;
}

.mhfi-photo-shop ul.products li.product .product-inner {
	height: 100%;
}

.mhfi-photo-shop ul.products li.product:hover {
	transform: translateY(-7px);
	box-shadow: 0 24px 58px rgba(24, 45, 47, .17);
}

.mhfi-photo-shop .tf-loop-product-img-container,
.mhfi-photo-shop .tf-loop-product-thumbs,
.mhfi-photo-shop .tf-loop-product-thumbs-link {
	display: block;
	aspect-ratio: 4 / 3;
	overflow: hidden;
	background: #dfe6e4;
}

.mhfi-photo-shop ul.products li.product img {
	width: 100% !important;
	height: 100% !important;
	margin: 0 !important;
	object-fit: cover;
	transition: transform .55s ease;
}

.mhfi-photo-shop ul.products li.product:hover img {
	transform: scale(1.045);
}

.mhfi-photo-shop .tf-loop-product-info-container {
	display: flex;
	flex-direction: column;
	min-height: 315px;
	padding: 22px 23px 24px;
}

.mhfi-photo-shop .product-categories {
	margin-bottom: 10px;
	color: #6d7f7e;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .1em;
	text-transform: uppercase;
}

.mhfi-photo-shop .product-categories a {
	color: #52716e;
}

.mhfi-photo-shop ul.products li.product .woocommerce-loop-product__title {
	min-height: 2.65em;
	padding: 0;
	color: var(--mhfi-ink);
	font-family: Georgia, "Times New Roman", serif;
	font-size: 24px;
	font-weight: 600;
	line-height: 1.3;
}

.mhfi-photo-shop ul.products li.product .price {
	margin: 12px 0;
	color: #a16f1e;
	font-size: 19px;
	font-weight: 800;
}

.mhfi-photo-shop ul.products .woocommerce-product-details__short-description {
	margin-bottom: 18px;
	color: #61706f;
	font-size: 14px;
	line-height: 1.65;
}

.mhfi-photo-shop ul.products .woocommerce-product-details__short-description > * {
	display: none;
}

.mhfi-photo-shop ul.products .woocommerce-product-details__short-description > p:first-child {
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.mhfi-photo-shop ul.products li.product .button {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: auto;
	padding: 13px 18px;
	border-radius: 10px;
	background: var(--mhfi-ink);
	color: #fff;
	font-weight: 800;
	text-align: center;
}

.mhfi-photo-shop ul.products li.product .button:hover,
.mhfi-photo-shop ul.products li.product .button:focus {
	background: #c18e38;
	color: #fff;
}

.mhfi-photo-shop.single-product div.product {
	padding: clamp(20px, 4vw, 50px);
	border-radius: 24px;
	background: #fff;
	box-shadow: 0 20px 60px rgba(24, 45, 47, .11);
}

.mhfi-photo-shop.single-product .woocommerce-product-gallery img {
	border-radius: 15px;
}

.mhfi-photo-shop.single-product .summary h1 {
	color: var(--mhfi-ink);
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(34px, 4vw, 56px);
	line-height: 1.08;
}

.mhfi-photo-shop.single-product .summary .price {
	color: #a16f1e;
	font-size: 25px;
	font-weight: 800;
}

.mhfi-business-contact {
	margin-top: 1.5rem;
	padding: 1rem 1.15rem;
	border-left: 4px solid #28769a;
	background: #f2f7fa;
	border-radius: 0 8px 8px 0;
}

.mhfi-business-contact p {
	margin: 0 0 .45rem;
}

.mhfi-business-contact p:last-child {
	margin-bottom: 0;
}

.mhfi-business-contact a {
	font-weight: 700;
	text-decoration: underline;
}

.mhfi-photo-shop.single-product .single_add_to_cart_button,
.mhfi-photo-shop .checkout-button,
.mhfi-photo-shop #place_order {
	border-radius: 10px !important;
	background: var(--mhfi-ink) !important;
	color: #fff !important;
	font-weight: 800 !important;
}

@media (max-width: 960px) {
	.mhfi-photo-shop ul.products {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 620px) {
	.mhfi-shop-hero {
		min-height: 520px;
		margin-bottom: 38px;
		border-radius: 0 0 20px 20px;
		background-image: linear-gradient(0deg, rgba(5, 22, 24, .94), rgba(5, 22, 24, .3)), var(--mhfi-hero-image);
	}

	.mhfi-shop-hero__content {
		width: auto;
		padding: 34px 24px;
	}

	.mhfi-photo-shop ul.products {
		grid-template-columns: 1fr;
		gap: 22px;
	}

	.mhfi-photo-shop .tf-loop-product-info-container {
		min-height: 0;
	}
}

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