/* Neutral two-amount storefront price presentation. */

.vinduer24-price-pair {
	display: inline-flex;
	flex-wrap: nowrap;
	align-items: baseline;
	gap: 0.5rem;
	max-width: 100%;
	font-variant-numeric: tabular-nums;
	line-height: 1.15;
	white-space: nowrap;
}

.vinduer24-price-pair__prefix {
	color: #5c7283;
	font-size: 0.82rem;
	font-weight: 700;
}

.vinduer24-price-pair__reference {
	color: #7a8996;
	font-size: 0.95rem;
	font-weight: 600;
	text-decoration-color: rgba(92, 114, 131, 0.8);
	text-decoration-thickness: 1.5px;
}

.vinduer24-price-pair__current {
	color: #12354e;
	font-size: clamp(1.15rem, 2vw, 1.45rem);
	font-weight: 800;
	letter-spacing: -0.025em;
	text-decoration: none;
}

.vinduer24-home-price.vinduer24-price-pair,
.vinduer24-search-product-price.vinduer24-price-pair,
.vinduer24-wc-block-price.vinduer24-price-pair {
	display: inline-flex;
	font-size: inherit;
}

.vinduer24-home-product-footer > .vinduer24-price-pair,
.vinduer24-romnings-product-footer > .vinduer24-price-pair,
.vinduer24-category-product-footer > .vinduer24-price-pair {
	flex: 1 0 100%;
}

.vinduer24-home-product-footer:has(> .vinduer24-price-pair),
.vinduer24-romnings-product-footer:has(> .vinduer24-price-pair),
.vinduer24-category-product-footer:has(> .vinduer24-price-pair) {
	flex-wrap: wrap;
}

body .vinduer24-home-product-footer:has(> .vinduer24-home-product-actions),
body .vinduer24-romnings-product-footer:has(> .vinduer24-romnings-product-actions),
body .vinduer24-category-product-footer:has(> .vinduer24-category-product-actions),
body .vinduer24-search-product-footer:has(> .vinduer24-search-product-actions) {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	align-items: stretch;
	gap: 0.82rem;
}

body .vinduer24-home-product-footer > .vinduer24-home-price,
body .vinduer24-romnings-product-footer > .vinduer24-home-price,
body .vinduer24-category-product-footer > .vinduer24-home-price,
body .vinduer24-search-product-price-wrap {
	flex: 0 0 auto;
	width: 100%;
}

.vinduer24-home-product-actions,
.vinduer24-romnings-product-actions,
.vinduer24-category-product-actions,
.vinduer24-search-product-actions {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.9rem;
	width: 100%;
	min-width: 0;
	min-height: 3rem;
}

.vinduer24-home-product-actions > a,
.vinduer24-romnings-product-actions > a,
.vinduer24-category-product-actions > a,
.vinduer24-search-product-actions > a {
	flex: 0 0 auto;
	width: auto;
	min-width: 6.4rem;
	margin-left: auto;
}

.vinduer24-home-product-actions .vinduer24-home-product-stock,
.vinduer24-romnings-product-actions .vinduer24-home-product-stock,
.vinduer24-category-product-actions .vinduer24-home-product-stock,
.vinduer24-search-product-actions .vinduer24-home-product-stock {
	justify-content: flex-start;
	flex: 0 1 auto;
	min-width: 0;
	margin: 0;
	padding: 0.4rem 0.62rem;
	border: 1px solid color-mix(in srgb, currentColor 18%, transparent);
	border-radius: 999px;
	background: color-mix(in srgb, currentColor 7%, #ffffff);
	font-size: 0.86rem;
	font-weight: 650;
	line-height: 1.25;
	text-align: left;
	white-space: nowrap;
}

.vinduer24-home-product-actions .vinduer24-home-product-stock span,
.vinduer24-romnings-product-actions .vinduer24-home-product-stock span,
.vinduer24-category-product-actions .vinduer24-home-product-stock span,
.vinduer24-search-product-actions .vinduer24-home-product-stock span {
	margin-right: 0;
}

body.single-product .single_variation_wrap .woocommerce-variation-price .vinduer24-price-pair {
	width: auto;
	margin: 0;
}

body.single-product .single_variation_wrap .woocommerce-variation-price,
body.single-product .single_variation_wrap .woocommerce-variation-price .price {
	flex-wrap: nowrap;
	align-items: baseline;
	gap: 0.45rem;
	white-space: nowrap;
}

body.single-product .single_variation_wrap .woocommerce-variation-price .vinduer24-price-pair__current {
	font-size: clamp(1.75rem, 3vw, 2.25rem);
}

body.single-product .single_variation_wrap .woocommerce-variation-price .vinduer24-price-pair__current .woocommerce-Price-amount {
	font-size: inherit;
}

body.single-product .single_variation_wrap .woocommerce-variation-price .woocommerce-price-suffix {
	display: inline-block;
	flex: 0 0 auto;
	margin: 0;
	font-size: 0.78rem;
	line-height: 1.15;
}

.vinduer24-price-mode-reference-current .onsale,
.vinduer24-price-mode-reference-current .vinduer24-home-product-sale-stack,
.vinduer24-price-mode-reference-current .vinduer24-romnings-product-sale-pill,
.vinduer24-price-mode-reference-current .vinduer24-romnings-product-sale-corner,
.vinduer24-price-mode-reference-current .vinduer24-category-product-sale-pill,
.vinduer24-price-mode-reference-current .vinduer24-category-product-sale-corner,
.vinduer24-price-mode-reference-current .vinduer24-search-product-sale-stack,
.vinduer24-price-mode-reference-current .vinduer24-wc-block-sale-percent,
.vinduer24-price-mode-reference-current .vinduer24-wc-block-sale-pill {
	display: none;
}

@media (max-width: 540px) {
	.vinduer24-price-pair {
		gap: 0.4rem;
	}

	body.single-product .single_variation_wrap .woocommerce-variation-price .price {
		gap: 0.35rem;
	}

	body.single-product .single_variation_wrap .woocommerce-variation-price .vinduer24-price-pair {
		gap: 0.35rem;
		min-width: 0;
	}

	body.single-product .single_variation_wrap .woocommerce-variation-price .vinduer24-price-pair__reference {
		font-size: clamp(0.68rem, 3.4vw, 0.82rem);
	}

	.vinduer24-home-product-actions,
	.vinduer24-romnings-product-actions,
	.vinduer24-category-product-actions,
	.vinduer24-search-product-actions {
		gap: 0.7rem;
	}

	.vinduer24-home-product-actions .vinduer24-home-product-stock,
	.vinduer24-romnings-product-actions .vinduer24-home-product-stock,
	.vinduer24-category-product-actions .vinduer24-home-product-stock,
	.vinduer24-search-product-actions .vinduer24-home-product-stock {
		padding: 0.38rem 0.56rem;
		font-size: 0.8rem;
	}

	body.single-product .single_variation_wrap .woocommerce-variation-price .vinduer24-price-pair__current {
		font-size: clamp(1.2rem, 6.25vw, 1.85rem);
	}

	body.single-product .single_variation_wrap .woocommerce-variation-price .woocommerce-price-suffix {
		font-size: clamp(0.6rem, 2.75vw, 0.74rem);
	}
}

@media (max-width: 360px) {
	.vinduer24-home-product-actions .vinduer24-home-product-stock,
	.vinduer24-romnings-product-actions .vinduer24-home-product-stock,
	.vinduer24-category-product-actions .vinduer24-home-product-stock,
	.vinduer24-search-product-actions .vinduer24-home-product-stock {
		white-space: normal;
	}
}
