.blomdahl-form {
	width: min(100%, 850px);
}

.blomdahl-verification-resend {
	display: inline;
	margin: 0;
}

.blomdahl-verification-resend button {
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
	color: inherit;
	font: inherit;
	text-decoration: underline;
	cursor: pointer;
}

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

.blomdahl-form label {
	display: block;
	margin-bottom: 18px;
	color: #2f3734;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.04em;
}

.blomdahl-form input:not([type="checkbox"]),
.blomdahl-form textarea {
	display: block;
	width: 100%;
	margin-top: 7px;
	padding: 12px 14px;
	border: 1px solid #cdc5bc;
	border-radius: 0;
	background: #fff;
	color: #2f3734;
}

.blomdahl-form input:not([type="checkbox"]) {
	min-height: 50px;
}

.blomdahl-form textarea {
	resize: vertical;
}

.blomdahl-checkbox {
	display: flex !important;
	gap: 9px;
	align-items: flex-start;
	font-weight: 400 !important;
	line-height: 1.45;
}

.blomdahl-checkbox input {
	margin-top: 4px;
}

.blomdahl-honeypot {
	position: absolute !important;
	left: -9999px !important;
}

.blomdahl-form-message {
	padding: 14px 17px;
	margin-bottom: 18px;
	border-left: 3px solid #536b59;
	background: #f7f3ee;
}

.blomdahl-form-message.is-error {
	border-color: #9e443c;
}

.blomdahl-newsletter-form > div {
	display: grid;
	grid-template-columns: 1fr auto;
}

.blomdahl-newsletter-form input[type="email"] {
	min-height: 52px;
	padding: 0 15px;
	border: 1px solid rgba(47, 55, 52, 0.35);
	border-right: 0;
	background: #fff;
}

.blomdahl-newsletter-form button,
.blomdahl-form button {
	min-height: 52px;
	padding: 12px 24px;
	border: 1px solid #2f3734;
	background: #2f3734;
	color: #fff;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	cursor: pointer;
}

.blomdahl-newsletter-form .blomdahl-checkbox {
	margin-top: 10px;
	font-size: 11px;
}

.blomdahl-shipping-progress {
	padding: 12px 16px;
	margin: 0 0 22px;
	border: 1px solid #ded0c4;
	background: #f7f3ee;
	color: #2f3734;
	font-size: 13px;
	text-align: center;
}

.blomdahl-shipping-progress.is-complete {
	border-color: #aab8ac;
	background: #f1f5f1;
	color: #536b59;
}

.blomdahl-wishlist-toggle {
	display: inline-flex;
	gap: 7px;
	align-items: center;
	padding: 8px 0;
	margin-top: 8px;
	border: 0;
	background: transparent;
	color: #2f3734;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	cursor: pointer;
}

.blomdahl-wishlist-toggle span[aria-hidden="true"] {
	color: #a27737;
	font-size: 21px;
	line-height: 1;
}

.blomdahl-wishlist-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 44px 24px;
}

.blomdahl-wishlist-card > a {
	text-decoration: none;
}

.blomdahl-wishlist-card img {
	display: block;
	width: 100%;
	aspect-ratio: 1 / 1.15;
	background: #faf9f7;
	object-fit: contain;
}

.blomdahl-wishlist-card h3 {
	margin-bottom: 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: 500;
}

.blomdahl-wishlist-card p {
	margin: 3px 0;
}

.blomdahl-wishlist-card .stock {
	color: #66706c;
	font-size: 12px;
}

.blomdahl-wishlist-card > div {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 12px;
	margin-top: 12px;
}

.blomdahl-wishlist-remove {
	padding: 4px 0;
	border: 0;
	background: transparent;
	color: #795522;
	font-size: 11px;
	text-decoration: underline;
	cursor: pointer;
}

.blomdahl-empty-wishlist {
	padding: 60px 24px;
	background: #f7f3ee;
	text-align: center;
}

.blomdahl-cookie-banner {
	position: fixed;
	z-index: 99999;
	right: 22px;
	bottom: 22px;
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 28px;
	align-items: end;
	width: min(calc(100% - 44px), 760px);
	padding: 24px;
	border: 1px solid #ded0c4;
	background: #fff;
	box-shadow: 0 20px 60px rgba(47, 55, 52, 0.18);
}

.blomdahl-cookie-banner[hidden] {
	display: none;
}

.blomdahl-cookie-banner h2 {
	margin: 0 0 8px;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 27px;
	font-weight: 400;
}

.blomdahl-cookie-banner p {
	margin: 0 0 8px;
	font-size: 13px;
}

.blomdahl-cookie-banner a {
	font-size: 12px;
}

.blomdahl-cookie-actions {
	display: flex;
	gap: 8px;
	flex-direction: column;
}

.blomdahl-cookie-actions button {
	min-width: 145px;
	padding: 10px 14px;
	border: 1px solid #2f3734;
	background: #fff;
	color: #2f3734;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	cursor: pointer;
}

.blomdahl-cookie-actions .blomdahl-cookie-accept {
	background: #2f3734;
	color: #fff;
}

/*
 * Approved homepage composition.
 *
 * This markup is intentionally self-contained so Elementor 4.x cannot drop
 * the layout classes while migrating older section/column documents.
 */
body.blomdahl-ae {
	overflow-x: hidden;
}

.blomdahl-home-v2 {
	position: relative;
	left: 50%;
	width: 100vw;
	max-width: none;
	margin-left: -50vw;
	color: #2f3734;
	font-family: Arial, Helvetica, sans-serif;
}

/* Remove Elementor's legacy section/column gutters around the self-contained page. */
.elementor-element-9fc9f127,
.elementor-element-9fc9f127 > .elementor-container,
.elementor-element-9fc9f127 > .elementor-container > .elementor-column,
.elementor-element-9fc9f127 .elementor-widget-wrap,
.elementor-element-7aabfd1d .elementor-widget-container {
	width: 100% !important;
	max-width: none !important;
	padding: 0 !important;
	margin: 0 !important;
}

.blomdahl-home-v2 *,
.blomdahl-home-v2 *::before,
.blomdahl-home-v2 *::after {
	box-sizing: border-box;
}

.blomdahl-home-v2 h1,
.blomdahl-home-v2 h2,
.blomdahl-home-v2 h3,
.blomdahl-home-v2 p {
	margin-top: 0;
}

.blomdahl-home-v2 h1,
.blomdahl-home-v2 h2,
.blomdahl-home-v2 h3 {
	color: #2f3734;
	font-family: Georgia, "Times New Roman", serif;
	font-weight: 400;
	line-height: 1.02;
}

.blomdahl-home-v2-eyebrow {
	margin-bottom: 24px;
	color: #795522;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.2em;
	text-transform: uppercase;
}

.blomdahl-home-v2-hero {
	display: flex;
	align-items: center;
	min-height: min(700px, calc(100svh - 145px));
	padding: 70px 24px;
	background-image: linear-gradient(90deg, rgba(248, 250, 248, 0.98) 0%, rgba(244, 248, 246, 0.91) 24%, rgba(240, 247, 245, 0.64) 42%, rgba(240, 247, 245, 0.08) 62%, rgba(240, 247, 245, 0) 76%), var(--blomdahl-home-hero);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.blomdahl-home-v2-hero-inner {
	width: min(100%, 1540px);
	margin-inline: auto;
}

.blomdahl-home-v2-hero h1 {
	max-width: 780px;
	margin-bottom: 32px;
	font-size: clamp(58px, 5.25vw, 86px);
	letter-spacing: -0.035em;
}

.blomdahl-home-v2-lead {
	max-width: 610px;
	margin-bottom: 0;
	color: #4f5c57;
	font-size: clamp(17px, 1.2vw, 20px);
	line-height: 1.55;
}

.blomdahl-home-v2-actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 32px;
	margin-top: 34px;
}

.blomdahl-home-v2-actions a,
.blomdahl-home-v2-story-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #2f3734;
	font-size: 12px;
	letter-spacing: 0.07em;
	text-decoration: none;
	text-transform: uppercase;
}

.blomdahl-home-v2-primary {
	min-height: 56px;
	padding: 14px 32px;
	background: #c89545;
	color: #fff !important;
}

.blomdahl-home-v2-primary:hover {
	background: #795522;
}

.blomdahl-home-v2-secondary {
	padding: 8px 0 5px;
	border-bottom: 1px solid currentColor;
}

.blomdahl-home-v2-intro {
	width: min(100% - 48px, 900px);
	padding: 110px 0 62px;
	margin-inline: auto;
	text-align: center;
}

.blomdahl-home-v2-intro h2 {
	margin-bottom: 20px;
	font-size: clamp(54px, 5vw, 74px);
	letter-spacing: -0.025em;
}

.blomdahl-home-v2-intro > p:last-child {
	max-width: 760px;
	margin: 0 auto;
	color: #66706c;
	font-size: 18px;
}

.blomdahl-home-v2-cards {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
	width: min(100% - 48px, 1540px);
	padding-bottom: 48px;
	margin-inline: auto;
}

.blomdahl-home-card {
	position: relative;
	display: block;
	min-height: 620px;
	aspect-ratio: 4 / 5;
	overflow: hidden;
	background: #f7f3ee;
	color: #fff !important;
	text-decoration: none !important;
}

body.blomdahl-ae .blomdahl-home-card > img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 600ms ease;
}

body.blomdahl-ae .blomdahl-home-card:hover > img {
	transform: scale(1.025);
}

.blomdahl-home-card-shade {
	position: absolute;
	inset: 34% 0 0;
	background: linear-gradient(transparent, rgba(31, 34, 32, 0.82));
	pointer-events: none;
}

.blomdahl-home-card-copy {
	position: absolute;
	z-index: 1;
	right: 34px;
	bottom: 30px;
	left: 34px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 20px;
}

.blomdahl-home-card-copy strong {
	color: #fff;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(34px, 2.5vw, 44px);
	font-weight: 400;
	line-height: 1.06;
}

.blomdahl-home-card-copy > span {
	padding-bottom: 6px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.92);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.blomdahl-home-v2-story {
	display: grid;
	grid-template-columns: minmax(0, 3fr) minmax(420px, 2fr);
	min-height: 760px;
}

.blomdahl-home-v2-story-image {
	position: relative;
	min-height: 100%;
	overflow: hidden;
	background: #e7d7cb;
}

body.blomdahl-ae .blomdahl-home-v2-story-image img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
}

body.blomdahl-ae .blomdahl-home-v2-story-image img {
	display: block;
	object-fit: cover;
}

.blomdahl-home-v2-story-copy {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: clamp(54px, 6vw, 124px);
	background: #efe5dc;
}

.blomdahl-home-v2-story-copy h2 {
	margin-bottom: 32px;
	font-size: clamp(48px, 4vw, 70px);
	letter-spacing: -0.025em;
}

.blomdahl-home-v2-story-copy > p:not(.blomdahl-home-v2-eyebrow) {
	margin-bottom: 0;
	color: #4f5652;
	font-size: 17px;
}

.blomdahl-home-v2-story-copy ol {
	margin: 38px 0 34px;
	padding: 0;
	list-style: none;
	counter-reset: blomdahl-home-story;
}

.blomdahl-home-v2-story-copy li {
	position: relative;
	padding: 19px 0 19px 56px;
	border-top: 1px solid rgba(47, 55, 52, 0.18);
	font-family: Georgia, "Times New Roman", serif;
	font-size: 21px;
	counter-increment: blomdahl-home-story;
}

.blomdahl-home-v2-story-copy li:last-child {
	border-bottom: 1px solid rgba(47, 55, 52, 0.18);
}

.blomdahl-home-v2-story-copy li::before {
	content: "0" counter(blomdahl-home-story);
	position: absolute;
	top: 23px;
	left: 0;
	color: #795522;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.blomdahl-home-v2-story-link {
	align-self: flex-start;
	min-height: 54px;
	padding: 13px 30px;
	border: 1px solid #2f3734;
}

.blomdahl-home-v2-story-link:hover {
	background: #2f3734;
	color: #fff;
}

/* Keep the earlier BLOMDAHL theme header usable when only the plugin is updated. */
.blomdahl-announcement .blomdahl-container > a,
.blomdahl-announcement .blomdahl-container > span:nth-child(2):not(.blomdahl-announcement-vat) {
	display: none;
}

.blomdahl-announcement .blomdahl-container > span:first-child {
	grid-column: 2;
}

.blomdahl-announcement .blomdahl-container > span:nth-of-type(3) {
	grid-column: 3;
	justify-self: end;
}

@media (min-width: 1025px) {
	.blomdahl-site-header > .blomdahl-primary-navigation {
		position: absolute;
		z-index: 4;
		top: 0;
		bottom: 0;
		left: max(24px, calc((100vw - 1540px) / 2));
		display: flex;
		align-items: center;
		width: min(40vw, 590px);
		border: 0;
		background: transparent;
	}

	.blomdahl-site-header > .blomdahl-primary-navigation .blomdahl-container {
		width: auto;
		margin: 0;
	}

	.blomdahl-site-header > .blomdahl-primary-navigation ul {
		justify-content: flex-start;
		gap: clamp(20px, 2.2vw, 38px);
	}

	.blomdahl-site-header > .blomdahl-primary-navigation a {
		padding: 12px 0;
		border: 0;
		color: #2f3734;
		font-family: Georgia, "Times New Roman", serif;
		font-size: 16px;
		font-weight: 400;
		letter-spacing: 0;
		text-transform: none;
	}
}

@media (max-width: 1100px) {
	.blomdahl-home-card {
		min-height: 520px;
	}

	.blomdahl-home-v2-story {
		grid-template-columns: 1fr 1fr;
		min-height: 660px;
	}

	.blomdahl-home-v2-story-copy {
		padding: 54px;
	}
}

@media (max-width: 767px) {
	.blomdahl-form-grid,
	.blomdahl-wishlist-grid {
		grid-template-columns: 1fr;
	}

	.blomdahl-newsletter-form > div,
	.blomdahl-cookie-banner {
		grid-template-columns: 1fr;
	}

	.blomdahl-newsletter-form input[type="email"] {
		border-right: 1px solid rgba(47, 55, 52, 0.35);
	}

	.blomdahl-cookie-banner {
		right: 12px;
		bottom: 12px;
		width: calc(100% - 24px);
		max-height: calc(100vh - 24px);
		overflow: auto;
	}

	.blomdahl-cookie-actions {
		flex-direction: row;
		flex-wrap: wrap;
	}

	.blomdahl-cookie-actions button {
		flex: 1 1 150px;
	}

	.blomdahl-home-v2-hero {
		min-height: 620px;
		padding: 64px 18px;
		background-image: linear-gradient(90deg, rgba(248, 250, 248, 0.97) 0%, rgba(244, 248, 246, 0.82) 54%, rgba(240, 247, 245, 0.16) 100%), var(--blomdahl-home-hero);
		background-position: 62% center;
	}

	.blomdahl-home-v2-hero h1 {
		max-width: 560px;
		font-size: clamp(44px, 13vw, 62px);
	}

	.blomdahl-home-v2-actions {
		gap: 18px;
	}

	.blomdahl-home-v2-intro {
		width: min(100% - 36px, 900px);
		padding: 78px 0 44px;
	}

	.blomdahl-home-v2-intro > p:last-child {
		font-size: 16px;
	}

	.blomdahl-home-v2-cards {
		grid-template-columns: 1fr;
		gap: 18px;
		width: min(100% - 36px, 620px);
		padding-bottom: 40px;
	}

	.blomdahl-home-card {
		min-height: 0;
		aspect-ratio: 4 / 5;
	}

	.blomdahl-home-v2-story {
		grid-template-columns: 1fr;
		min-height: 0;
	}

	.blomdahl-home-v2-story-image {
		height: 480px;
	}

	.blomdahl-home-v2-story-copy {
		padding: 58px 28px 68px;
	}

	.blomdahl-home-v2-story-copy h2 {
		font-size: clamp(44px, 12vw, 58px);
	}
}
