.iw-brand-logo-link {
	display: inline-flex;
	align-items: center;
	line-height: 0;
}

.iw-brand-logo {
	aspect-ratio: 838 / 199;
	background-image: url("../images/inertia-wave-switzerland-logo.png?v=20260817b");
	background-position: left center;
	background-repeat: no-repeat;
	background-size: contain;
	display: block;
	flex: 0 0 auto;
	height: 54px;
	max-width: 100%;
	width: 228px;
}

.iw-footer-logo {
	height: 68px;
	width: 286px;
}

.iw-legal-links {
	list-style: none;
	margin: 0;
	padding: 0;
}

.iw-legal-links li + li {
	margin-top: 0.55rem;
}

.iw-legal-links a,
.iw-legal-link-pending {
	font-size: var(--wp--preset--font-size--small);
}

.iw-legal-link-pending {
	color: var(--wp--preset--color--muted);
	display: inline-flex;
	gap: 0.45rem;
	align-items: baseline;
}

.iw-legal-link-pending small {
	font-size: 0.7em;
	opacity: 0.7;
}

.iw-product-summary table.variations {
	width: 100%;
}

.iw-product-summary table.variations th.label {
	min-width: 7rem;
	padding-right: 1rem;
	vertical-align: middle;
}

.iw-product-summary table.variations td.value {
	width: 100%;
}

.iw-product-summary table.variations select {
	appearance: auto;
	background-color: #0d141a;
	border: 1px solid rgba(255, 255, 255, 0.2);
	color: #ffffff;
	color-scheme: dark;
	font-size: 1rem;
	font-weight: 600;
	max-width: 100%;
	min-height: 52px;
	padding: 0.75rem 2.5rem 0.75rem 1rem;
	width: min(100%, 390px);
}

.iw-product-summary table.variations select option {
	background: #151c23;
	color: #ffffff;
}

.iw-product-summary table.variations select option:checked {
	background: #34495e;
	color: #ffffff;
}

.iw-product-summary table.variations .reset_variations {
	color: var(--wp--preset--color--muted);
	display: inline-block;
	margin-top: 0.6rem;
}

.iw-product-summary table.variations .reset_variations:hover {
	color: var(--wp--preset--color--accent);
}

@media (max-width: 1024px) {
	.iw-brand-logo {
		height: 48px;
		width: 202px;
	}

	.iw-footer-logo {
		height: 62px;
		width: 261px;
	}
}

@media (max-width: 782px) {
	.iw-brand-logo {
		height: 42px;
		width: 177px;
	}

	.iw-footer-logo {
		height: 56px;
		width: 236px;
	}

	.iw-product-summary table.variations,
	.iw-product-summary table.variations tbody,
	.iw-product-summary table.variations tr,
	.iw-product-summary table.variations th,
	.iw-product-summary table.variations td {
		display: block;
		width: 100%;
	}

	.iw-product-summary table.variations th.label {
		padding-bottom: 0.25rem;
		padding-right: 0;
	}

	.iw-product-summary table.variations select {
		width: 100%;
	}
}
