﻿:root {
	--color-primary: #d0073b;
	--color-secondary: #171717;
	--color-accent: #ffd000;
	--color-text: #1d1d1b;
	--color-muted: #666666;
	--color-background: #ffffff;
	--color-soft: #f5f5f3;
	--color-border: #e6e6e2;
	--color-success: #2f7d4f;
	--color-error: #b4232d;
	--container: 1280px;
	--radius: 4px;
	--shadow: 0 12px 32px rgba(36, 31, 27, 0.08);
	--e-global-typography-text-font-family: "Plus Jakarta Sans", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	--e-global-typography-accent-font-family: "Big Shoulders", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	--font-base: var(--e-global-typography-text-font-family);
	--font-display: var(--e-global-typography-accent-font-family);
	--font-display-weight: 900;
	--space-xs: 0.5rem;
	--space-sm: 0.75rem;
	--space-md: 1rem;
	--space-lg: 1.5rem;
	--space-xl: 2.5rem;
	--space-2xl: 4rem;
}

html,
body {
	max-width: 100%;
	overflow-x: clip;
}

strong,
b {
	font-weight: 800;
}

.breadcrumbs,
.woocommerce .woocommerce-breadcrumb {
	display: block;
	width: 100%;
	margin: 0;
	padding: 0 0 32px;
	color: #747470;
	font-family: var(--font-base);
	font-size: 0.78rem;
	font-weight: 800;
	line-height: 1.7;
	text-transform: none;
	overflow-wrap: anywhere;
}

.breadcrumbs a,
.woocommerce .woocommerce-breadcrumb a {
	color: #666662;
	font-weight: 500;
	text-decoration-color: #c7c7c2;
	text-underline-offset: 3px;
}

.breadcrumbs a:hover,
.breadcrumbs a:focus,
.woocommerce .woocommerce-breadcrumb a:hover,
.woocommerce .woocommerce-breadcrumb a:focus {
	color: #111111;
	text-decoration-color: #ffc700;
}

.breadcrumbs .breadcrumb-separator,
.woocommerce .woocommerce-breadcrumb .breadcrumb-separator {
	display: inline-block;
	margin-right: 5px;
	margin-left: 5px;
	color: #999994;
	font-weight: 400;
}

.pa-collapsible-description {
	position: relative;
	max-width: 100%;
	max-height: 176px;
	overflow: hidden;
	overflow-wrap: anywhere;
	transition: max-height 220ms ease;
}

.pa-collapsible-description::after {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	height: 56px;
	background: linear-gradient(rgba(255, 255, 255, 0), #ffffff);
	content: "";
	pointer-events: none;
}

.pa-collapsible-description.is-expanded {
	max-height: none;
}

.pa-collapsible-description.is-expanded::after {
	display: none;
}

.single-product .pa-product-description-content.pa-collapsible-description {
	max-height: 280px;
}

.single-product .pa-product-description-content.pa-collapsible-description.is-expanded {
	max-height: none;
}

.pa-description-toggle {
	display: inline-flex;
	min-height: 32px;
	align-items: center;
	margin-top: 10px;
	padding: 6px 11px;
	border: 1px solid #c9c9c4;
	border-radius: 3px;
	background: #ffffff;
	color: #333330;
	font-size: 0.74rem;
	font-weight: 800;
	line-height: 1;
}

.pa-description-jump {
	display: flex;
	width: fit-content;
	margin-top: 12px;
}

.pa-description-toggle:hover,
.pa-description-toggle:focus {
	border-color: #d0073b;
	background: #fff7f8;
	color: #a80030;
}

.entry-content table:not(.shop_table),
.readable-content table:not(.shop_table) {
	width: 100% !important;
	margin: clamp(18px, 3vw, 30px) 0;
	border: 1px solid #deded9;
	border-collapse: separate;
	border-spacing: 0;
	background: #ffffff;
	box-shadow: 0 10px 28px rgba(24, 24, 20, 0.05);
	overflow: hidden;
}

.entry-content table:not(.shop_table) th,
.entry-content table:not(.shop_table) td,
.readable-content table:not(.shop_table) th,
.readable-content table:not(.shop_table) td {
	height: auto !important;
	padding: 13px 16px !important;
	border: 0;
	border-right: 1px solid #ecece8;
	border-bottom: 1px solid #ecece8;
	color: #252523;
	font-size: 0.94rem;
	line-height: 1.35;
	vertical-align: middle;
}

.entry-content table:not(.shop_table) th:last-child,
.entry-content table:not(.shop_table) td:last-child,
.readable-content table:not(.shop_table) th:last-child,
.readable-content table:not(.shop_table) td:last-child {
	border-right: 0;
}

.entry-content table:not(.shop_table) tr:last-child > *,
.readable-content table:not(.shop_table) tr:last-child > * {
	border-bottom: 0;
}

.entry-content table:not(.shop_table) thead th,
.entry-content table:not(.shop_table) tbody tr:first-child > td,
.readable-content table:not(.shop_table) thead th,
.readable-content table:not(.shop_table) tbody tr:first-child > td {
	background: #171717;
	color: #ffffff;
	font-family: var(--font-display);
	font-size: 0.9rem;
	font-weight: 900;
	line-height: 1.1;
	text-transform: uppercase;
}

.entry-content table:not(.shop_table) tbody tr:nth-child(even):not(:first-child),
.readable-content table:not(.shop_table) tbody tr:nth-child(even):not(:first-child) {
	background: #fafaf8;
}

.pa-bottom-description-wrap {
	width: 100%;
	margin-top: clamp(32px, 5vw, 56px);
	padding-top: clamp(24px, 3vw, 36px);
	border-top: 1px solid var(--color-border);
}

.pa-bottom-description {
	width: 100%;
	max-width: none;
	color: #343434;
	line-height: 1.7;
}

.pa-term-cover-image {
	position: relative;
	float: right;
	width: clamp(150px, 16vw, 230px);
	margin: 0 0 24px clamp(24px, 3.5vw, 48px);
	padding: 12px;
	border: 1px solid #e2e2dd;
	border-bottom: 4px solid var(--color-primary);
	border-radius: 3px;
	background: #fafaf8;
	box-shadow: 0 12px 30px rgba(24, 24, 20, 0.08);
}

.pa-term-cover-image img {
	width: 100%;
	height: auto;
	border-radius: 1px;
}

.woocommerce-products-header::after {
	display: table;
	clear: both;
	content: "";
}

@media (max-width: 760px) {
	.pa-mobile-description.pa-collapsible-description:not(.pa-bottom-description):not(.is-expanded),
	.pa-mobile-description-cover:not(.is-expanded) {
		display: none;
	}

	.pa-bottom-description.pa-mobile-description.pa-collapsible-description:not(.is-expanded) {
		display: block;
		max-height: 148px;
	}

	.pa-bottom-description.pa-mobile-description.pa-collapsible-description:not(.is-expanded)::after {
		display: block;
		height: 54px;
		background: linear-gradient(rgba(255, 255, 255, 0), #ffffff 86%);
	}

	.pa-mobile-description.pa-collapsible-description.is-expanded {
		display: block;
		max-height: none;
	}

	.pa-mobile-description.pa-collapsible-description.is-expanded::after {
		display: none;
	}

	.pa-term-cover-image {
		width: min(84px, 28vw);
		margin: 2px 0 10px 12px;
		padding: 0;
		border: 0;
		border-radius: 2px;
		background: transparent;
		box-shadow: none;
		shape-outside: margin-box;
	}

	.pa-term-cover-image img {
		border: 1px solid #e5e5e0;
		border-radius: 2px;
		box-shadow: 0 6px 16px rgba(24, 24, 20, 0.08);
	}

	.woocommerce-products-header .term-description > h2:first-of-type,
	.woocommerce-products-header .term-description > h3:first-of-type {
		margin-top: 0 !important;
		font-size: clamp(1.18rem, 6vw, 1.4rem);
		line-height: 1.12;
	}
}

.pa-bottom-description h2,
.pa-bottom-description h3,
.pa-bottom-description h4 {
	margin: 1.4em 0 0.6em;
	line-height: 1.15;
}

.pa-bottom-description h2 {
	color: var(--color-secondary);
	font-size: clamp(1.45rem, 2vw, 1.8rem);
}

.pa-bottom-description h3 {
	color: var(--color-primary);
	font-size: clamp(1.15rem, 1.5vw, 1.35rem);
}

.pa-bottom-description h4 {
	color: #555551;
	font-size: 1.05rem;
}

.pa-bottom-description p {
	margin: 0 0 1em;
}

.pa-bottom-description p:last-child {
	margin-bottom: 0;
}

/* Poterie.Alsace inspired visual layer. */
h1,
h2,
h3,
.footer-title,
.post-card-title,
.woocommerce-loop-product__title {
	font-family: var(--font-display);
	font-weight: var(--font-display-weight);
	letter-spacing: 0;
	text-transform: uppercase;
	font-stretch: condensed;
	text-rendering: geometricPrecision;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	background: var(--color-background);
	color: var(--color-text);
	font-family: var(--font-base);
	font-size: 16px;
	line-height: 1.6;
}

img {
	display: block;
	max-width: 100%;
	height: auto;
}

a {
	color: inherit;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.18em;
}

a:hover,
a:focus {
	color: var(--color-primary);
}

button,
input,
select,
textarea {
	font: inherit;
}

button,
.button,
input[type="submit"],
.wp-block-button__link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 0.75rem 1.1rem;
	border: 1px solid var(--color-accent);
	border-radius: 999px;
	background: var(--color-accent);
	color: #111111;
	font-weight: 700;
	line-height: 1.1;
	text-decoration: none;
	cursor: pointer;
}

button:hover,
button:focus,
.button:hover,
.button:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
	background: #ffffff;
	border-color: #ffffff;
	color: #111111;
}

.button-accent {
	background: var(--color-accent);
	border-color: var(--color-accent);
	color: #111111;
}

.button-light {
	background: #ffffff;
	border-color: #ffffff;
	color: #111111;
}

input[type="search"],
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="url"],
input[type="password"],
input[type="number"],
textarea,
select {
	width: 100%;
	min-height: 44px;
	border: 1px solid var(--color-border);
	border-radius: var(--radius);
	background: #ffffff;
	color: var(--color-text);
	padding: 0.7rem 0.85rem;
}

:focus-visible {
	outline: 3px solid rgba(182, 35, 47, 0.3);
	outline-offset: 2px;
}

.container {
	width: min(100% - 32px, var(--container));
	margin-inline: auto;
}

.screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.screen-reader-text:focus {
	position: fixed;
	top: 1rem;
	left: 1rem;
	z-index: 10000;
	width: auto;
	height: auto;
	padding: 0.75rem 1rem;
	background: #ffffff;
	color: var(--color-text);
	box-shadow: var(--shadow);
	clip: auto;
}

.topbar {
	background: var(--topbar-background, #f1f1ed);
	border-bottom: 1px solid #d8d8d3;
	color: #1b1b1b;
	font-size: 0.76rem;
}

.topbar-inner {
	display: grid;
	grid-template-columns: minmax(0, auto) minmax(220px, 1fr) auto auto;
	align-items: center;
	gap: clamp(14px, 2vw, 32px);
	min-height: 46px;
	padding-block: 5px;
}

.topbar-ratings {
	display: flex;
	align-items: center;
	gap: 10px;
	min-width: 0;
}

.topbar-rating {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	color: #171717;
	text-decoration: none;
	white-space: nowrap;
}

.topbar-rating strong {
	font-size: 0.76rem;
	font-weight: 900;
}

.topbar-rating__stars {
	display: inline-flex;
	gap: 2px;
	color: #c6c6c0;
	font-size: 0.92rem;
	line-height: 1;
}

.topbar-rating__stars > span {
	font-size: 0;
}

.topbar-rating__stars > span::before {
	font-size: 0.92rem;
	content: "\2605";
}

.topbar-rating__stars .is-filled {
	color: #e5b900;
}

.topbar-rating--trustpilot .topbar-rating__stars .is-filled {
	color: #00a868;
}

.topbar-rating__logo {
	display: block;
	flex: 0 0 auto;
	width: 78px;
	max-width: 78px;
	height: 22px;
	max-height: 22px;
	object-fit: contain;
}

.topbar-rating--sag .topbar-rating__logo {
	width: 92px;
	max-width: 92px;
	height: 24px;
	max-height: 24px;
}

@media (min-width: 1025px) {
	.topbar-rating--official {
		margin-left: 6px;
		padding-left: 16px;
		border-left: 1px solid #c8c8c2;
	}
}

.topbar-ratings {
	overflow: hidden;
	white-space: nowrap;
}

.topbar-rating {
	flex: 0 0 auto;
	min-width: 0;
	line-height: 1;
}

.topbar-rating strong,
.topbar-rating__stars {
	flex: 0 0 auto;
}

.topbar-message {
	overflow: hidden;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.topbar-navigation {
	justify-self: end;
}

.topbar-menu {
	display: flex;
	align-items: center;
	gap: 18px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.topbar-menu a {
	color: #171717;
	font-weight: 800;
	text-decoration: underline;
	text-underline-offset: 3px;
	white-space: nowrap;
}

.topbar-rating:hover,
.topbar-rating:focus,
.topbar-menu a:hover,
.topbar-menu a:focus {
	color: #171717;
	opacity: 0.72;
}

.language-switcher {
	position: relative;
}

.language-switcher__toggle {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	cursor: pointer;
	list-style: none;
	font-weight: 800;
}

.language-switcher__toggle::-webkit-details-marker {
	display: none;
}

.language-switcher__toggle::after {
	color: var(--color-primary);
	content: "";
	border: solid currentColor;
	border-width: 0 2px 2px 0;
	width: 5px;
	height: 5px;
	transform: rotate(45deg) translateY(-2px);
}

.language-switcher__flag {
	display: block;
	border-radius: 2px;
}

.language-switcher__label {
	font-size: 0.76rem;
	letter-spacing: 0.01em;
}

.language-switcher--topbar .language-switcher__toggle {
	color: #171717;
}

.language-switcher--topbar .language-switcher__toggle:hover,
.language-switcher--topbar .language-switcher__toggle:focus {
	opacity: 0.72;
}

.language-switcher__menu {
	position: absolute;
	top: calc(100% + 10px);
	right: 0;
	z-index: 120;
	display: grid;
	width: max-content;
	min-width: 150px;
	margin: 0;
	padding: 8px;
	border: 1px solid #deded9;
	background: #ffffff;
	list-style: none;
	box-shadow: 0 14px 32px rgba(0, 0, 0, 0.18);
}

.language-switcher__menu a {
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 9px 12px;
	color: #111111;
	font-size: 0.86rem;
	font-weight: 700;
	text-decoration: none;
	white-space: nowrap;
}

.language-switcher__menu li + li {
	border-top: 1px solid #ecece8;
}

.language-switcher__menu a:hover,
.language-switcher__menu a:focus-visible,
.language-switcher__menu a.gt-current-lang {
	background: #ffc700;
	color: #111111;
}

.language-switcher--mobile {
	margin-bottom: 18px;
}

.language-switcher--mobile .language-switcher__toggle {
	color: #ffffff;
}

.site-header {
	position: sticky;
	top: calc(-1 * var(--pa-topbar-height, 46px));
	z-index: 1000;
	background: #000000;
	border-bottom: 0;
	color: #ffffff;
}

.header-main {
	display: grid;
	grid-template-columns: auto minmax(180px, 0.9fr) minmax(280px, 1.25fr) auto auto;
	gap: var(--space-md);
	align-items: center;
	min-height: 78px;
	transition: min-height 220ms ease;
}

.site-title {
	display: inline-flex;
	color: #ffffff;
	font-size: 1.35rem;
	font-weight: 800;
	text-decoration: none;
}

.custom-logo-link img {
	width: auto;
	max-width: 220px;
	max-height: 76px;
	object-fit: contain;
	transition: max-width 220ms ease, max-height 220ms ease;
}

.site-header .container {
	width: min(calc(100% - 48px), 1560px);
	max-width: 1560px;
}

.primary-menu,
.mobile-menu,
.footer-menu,
.secondary-menu {
	display: flex;
	gap: var(--space-lg);
	align-items: center;
	margin: 0;
	padding: 0;
	list-style: none;
}

.primary-menu a,
.mobile-menu a,
.footer-menu a,
.secondary-menu a {
	font-weight: 700;
	text-decoration: none;
}

.primary-menu .sub-menu {
	position: absolute;
	left: 50%;
	top: calc(100% + 27px);
	display: grid;
	grid-template-columns: repeat(4, minmax(180px, 1fr));
	gap: var(--space-xl);
	width: min(1120px, calc(100vw - 48px));
	min-width: 720px;
	margin: 0;
	padding: 2rem;
	list-style: none;
	background: #ffffff;
	color: #111111;
	border: 0;
	border-left: 54px solid var(--color-primary);
	border-radius: 0;
	box-shadow: var(--shadow);
	opacity: 0;
	transform: translate(-50%, 8px);
	pointer-events: none;
}

.primary-menu > li > a {
	color: #ffffff;
	font-size: 0.88rem;
	text-transform: uppercase;
}

.primary-menu > .menu-item-has-children > a::after {
	color: var(--color-accent);
	content: " v";
	font-size: 0.72rem;
}

.primary-menu .sub-menu .sub-menu {
	position: static;
	display: grid;
	width: auto;
	min-width: 0;
	padding: 0.4rem 0 0;
	border: 0;
	box-shadow: none;
	opacity: 1;
	transform: none;
	pointer-events: auto;
}

.primary-menu .sub-menu a {
	color: #111111;
	font-size: 1.15rem;
}

.primary-menu .sub-menu .sub-menu a {
	color: #777777;
	font-family: var(--font-base);
	font-size: 0.96rem;
	font-weight: 600;
	text-transform: none;
}

.primary-menu .sub-menu .sub-menu a::before,
.footer-check-list li::before {
	color: var(--color-accent);
	content: ">";
	margin-right: 0.5rem;
}

.primary-menu li {
	position: relative;
}

.primary-menu > li:hover > .sub-menu,
.primary-menu > li:focus-within > .sub-menu {
	opacity: 1;
	transform: translate(-50%, 0);
	pointer-events: auto;
}

.primary-menu .sub-menu li:hover > .sub-menu,
.primary-menu .sub-menu li:focus-within > .sub-menu {
	transform: none;
}

.header-search form {
	display: flex;
	gap: 0.4rem;
	position: relative;
}

.header-search {
	width: 100%;
	max-width: 300px;
	justify-self: center;
}

.header-search input[type="search"] {
	min-width: 0;
	border: 0;
	border-radius: 999px;
	background: #f2f2f2;
	padding-inline: 1.35rem;
}

.header-search button,
.header-search input[type="submit"] {
	position: relative;
	width: 46px;
	min-width: 46px;
	overflow: hidden;
	padding: 0;
	border-color: #f2f2f2;
	background: #f2f2f2;
	color: #111111;
	font-size: 0;
}

.header-search button::before {
	width: 15px;
	height: 15px;
	border: 2px solid currentColor;
	border-radius: 50%;
	content: "";
}

.header-search button::after {
	position: absolute;
	top: 27px;
	left: 27px;
	width: 7px;
	height: 2px;
	background: currentColor;
	content: "";
	transform: rotate(45deg);
}

.header-actions {
	display: flex;
	flex: 0 0 auto;
	gap: 0.55rem;
	align-items: center;
	justify-content: flex-end;
	min-width: 360px;
}

.header-account {
	position: relative;
}

.header-account > summary {
	cursor: pointer;
	list-style: none;
}

.header-account > summary::-webkit-details-marker {
	display: none;
}

.header-account__menu {
	position: absolute;
	top: calc(100% + 10px);
	right: 0;
	z-index: 120;
	display: grid;
	width: max-content;
	min-width: 190px;
	padding: 8px;
	border: 1px solid #deded9;
	background: #ffffff;
	box-shadow: 0 14px 32px rgba(0, 0, 0, 0.18);
}

.header-account__menu::before {
	position: absolute;
	top: -7px;
	right: 16px;
	width: 12px;
	height: 12px;
	border-top: 1px solid #deded9;
	border-left: 1px solid #deded9;
	background: #ffffff;
	content: "";
	transform: rotate(45deg);
}

.header-account__menu a {
	position: relative;
	padding: 11px 13px;
	color: #111111;
	font-size: 0.88rem;
	font-weight: 700;
	text-decoration: none;
	white-space: nowrap;
}

.header-account__menu a + a {
	border-top: 1px solid #ecece8;
}

.header-account__menu a:hover,
.header-account__menu a:focus-visible {
	background: #ffc700;
	color: #111111;
}

.header-action {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	border: 0;
	border-radius: 999px;
	color: #ffffff;
	text-decoration: none;
}

.header-action svg {
	flex: 0 0 24px;
	width: 24px;
	height: 24px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.6;
}

.header-action--account:has(.header-action__label) {
	width: auto;
	padding-inline: 8px;
	gap: 8px;
}

.header-action__label {
	max-width: 330px;
	overflow: hidden;
	font-size: 0.9rem;
	font-weight: 600;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.header-action__greeting {
	display: none;
}

.cart-count {
	position: absolute;
	top: -7px;
	right: -6px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 20px;
	height: 20px;
	padding-inline: 0.25rem;
	border-radius: 999px;
	background: var(--color-accent);
	color: #111111;
	font-size: 0.75rem;
	font-weight: 800;
	font-variant-numeric: proportional-nums;
	line-height: 1;
}

.mobile-toggle {
	display: none;
	width: 44px;
	height: 44px;
	padding: 0;
	border-color: #222222;
	background: #111111;
	color: #ffffff;
}

.mobile-toggle-bars,
.mobile-toggle-bars::before,
.mobile-toggle-bars::after {
	display: block;
	width: 20px;
	height: 2px;
	background: currentColor;
	content: "";
}

.mobile-toggle-bars {
	position: relative;
}

.mobile-toggle-bars::before,
.mobile-toggle-bars::after {
	position: absolute;
	left: 0;
}

.mobile-toggle-bars::before {
	top: -7px;
}

.mobile-toggle-bars::after {
	top: 7px;
}

.mobile-navigation {
	display: none;
	border-top: 1px solid #222222;
	background: #111111;
	color: #ffffff;
}

.header-secondary {
	background: #ffffff;
	color: #111111;
}

.header-secondary-inner {
	display: flex;
	align-items: center;
	gap: var(--space-lg);
	min-height: 32px;
}

.all-products-link {
	color: #111111;
	font-size: 0.82rem;
	font-weight: 900;
	text-decoration: none;
	text-transform: uppercase;
}

.secondary-menu {
	gap: var(--space-md);
	font-size: 0.86rem;
}

.mobile-navigation.is-open {
	display: block;
}

.mobile-header {
	display: none;
}

.hero {
	background:
		linear-gradient(90deg, rgba(0, 0, 0, 0.82), rgba(0, 0, 0, 0.16)),
		#343431;
	background-position: center 44%;
	background-size: cover;
	color: #ffffff;
}

.hero-inner {
	display: flex;
	align-items: center;
	min-height: clamp(430px, 50vw, 540px);
	padding-block: clamp(48px, 6vw, 76px);
}

.hero-copy {
	max-width: 690px;
}

.hero-kicker {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	margin: 0 0 16px;
	color: #ffc700;
	font-size: 0.84rem;
	font-weight: 800;
	letter-spacing: 0;
	text-transform: uppercase;
}

.hero-kicker::before {
	width: 30px;
	height: 2px;
	background: currentColor;
	content: "";
}

.hero h1 {
	max-width: 660px;
	margin: 0 0 18px;
	font-size: clamp(2.9rem, 4.7vw, 4.8rem);
	line-height: 0.88;
}

.hero .hero-lead {
	max-width: 600px;
	margin: 0;
	color: rgba(255, 255, 255, 0.92);
	font-size: clamp(1rem, 1.5vw, 1.2rem);
	line-height: 1.55;
}

.hero-actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 22px;
	margin-top: 28px;
}

.hero-actions .button {
	min-height: 50px;
	padding-inline: 26px;
}

.hero-secondary-link {
	color: #ffffff;
	font-weight: 800;
	text-underline-offset: 5px;
}

.hero-secondary-link:hover,
.hero-secondary-link:focus {
	color: #ffc700;
}

.hero-proofs {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 24px;
	margin: 30px 0 0;
	padding: 20px 0 0;
	border-top: 1px solid rgba(255, 255, 255, 0.28);
	list-style: none;
	color: rgba(255, 255, 255, 0.88);
	font-size: 0.78rem;
	font-weight: 700;
	text-transform: uppercase;
}

.hero-proofs li::before {
	margin-right: 7px;
	color: #ffc700;
	content: "\2713";
}

.reassurance {
	background: #ffffff;
	border-block: 1px solid var(--color-border);
}

.reassurance-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 0;
	padding-block: 0;
	width: 100%;
	max-width: none;
}

.reassurance-item {
	display: grid;
	place-items: center;
	gap: 0.2rem;
	min-height: 150px;
	padding: var(--space-lg);
	border-right: 1px solid var(--color-border);
	text-align: center;
}

.reassurance-item::before {
	display: grid;
	place-items: center;
	width: 46px;
	height: 46px;
	margin-bottom: 0.35rem;
	border: 3px solid #111111;
	border-radius: 999px;
	content: "";
}

.reassurance-item strong {
	color: var(--color-secondary);
}

.reassurance-item span {
	color: var(--color-muted);
}

.home-section,
.content-wrap {
	padding-block: 4.5rem;
}

.section-tabs {
	display: flex;
	justify-content: center;
	gap: var(--space-sm);
	margin-bottom: var(--space-xl);
}

.section-tabs span,
.section-tabs button {
	display: inline-flex;
	min-height: 42px;
	align-items: center;
	border: 1px solid var(--color-border);
	border-radius: 999px;
	padding-inline: 1.2rem;
	font-family: var(--font-display);
	font-weight: var(--font-display-weight);
	font-size: 0.9rem;
	text-transform: uppercase;
}

.section-tabs button {
	width: auto;
	padding-block: 0;
	border-color: var(--color-border);
	background: #ffffff;
	color: #111111;
	cursor: pointer;
}

.section-tabs button:hover,
.section-tabs button:focus {
	border-color: #111111;
	background: #ffffff;
	color: #111111;
}

.section-tabs .is-active {
	background: #111111;
	border-color: #111111;
	color: #ffffff;
}

.section-tabs button.is-active:hover,
.section-tabs button.is-active:focus {
	background: #111111;
	color: #ffffff;
}

.home-products-panel[hidden] {
	display: none !important;
}

.section-title {
	margin-bottom: var(--space-lg);
}

.section-title h2,
.home-cta h2,
.entry-title,
.page-title {
	margin: 0;
	color: var(--color-secondary);
	line-height: 1.15;
}

.home-cta {
	background: #eeeeec;
	color: #ffffff;
}

.home-cta h2 {
	color: rgba(255, 255, 255, 0.92);
	font-size: clamp(1.8rem, 3vw, 3rem);
}

.home-cta {
	position: relative;
	overflow: hidden;
	background:
		linear-gradient(rgba(230, 230, 226, 0.86), rgba(230, 230, 226, 0.86)),
		linear-gradient(135deg, #f5f5f3, #dad8d0);
	color: #5f5f5f;
	text-align: center;
}

.home-cta::before {
	position: absolute;
	inset: 1.2rem;
	color: rgba(255, 255, 255, 0.68);
	content: "L\2019 ALSACE \00C0 VOTRE TABLE";
	font-family: var(--font-display);
	font-size: clamp(3rem, 10vw, 9rem);
	line-height: 1;
	pointer-events: none;
}

.home-cta h2 {
	color: #111111;
}

.home-cta-inner {
	position: relative;
	justify-items: center;
}

.home-cta-inner {
	display: grid;
	gap: var(--space-md);
	max-width: 780px;
}

.home-band {
	background:
		linear-gradient(90deg, rgba(0, 0, 0, 0.72), rgba(0, 0, 0, 0.18)),
		linear-gradient(135deg, #8d8d88, #d4d1ca);
	color: #ffffff;
}

.home-temporarily-hidden {
	display: none;
}

.home-band-kouglof {
	background:
		linear-gradient(90deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.16)),
		radial-gradient(circle at 76% 38%, #d0073b 0 12%, transparent 13%),
		linear-gradient(135deg, #7b7770, #c8c2b6);
}

.home-band-table {
	background:
		linear-gradient(90deg, rgba(0, 0, 0, 0.76), rgba(0, 0, 0, 0.2)),
		radial-gradient(circle at 80% 40%, rgba(255, 208, 0, 0.5), transparent 16%),
		linear-gradient(135deg, #232323, #69635d);
}

.home-band-inner {
	min-height: 310px;
	display: grid;
	align-content: center;
	justify-items: start;
}

.home-band h2 {
	max-width: 560px;
	margin: 0 0 var(--space-md);
	color: #ffffff;
	font-size: clamp(2.3rem, 5vw, 5.2rem);
	font-weight: var(--font-display-weight);
	line-height: 0.9;
}

.readable-content {
	max-width: 820px;
}

.entry-header {
	margin-bottom: var(--space-lg);
}

.entry-meta,
.archive-description,
.post-card-excerpt {
	color: var(--color-muted);
}

.archive-content-wrap {
	max-width: 1280px;
	overflow: hidden;
}

.archive-content-wrap .pa-blog-breadcrumbs {
	padding-bottom: clamp(20px, 3vw, 32px);
}

.archive-header {
	position: relative;
	margin: 0 0 clamp(34px, 5vw, 58px);
	padding: 0 0 clamp(24px, 3.5vw, 38px) clamp(24px, 3.5vw, 42px);
	border-bottom: 1px solid var(--color-border);
	background: #ffffff;
}

.archive-header::before {
	position: absolute;
	top: 0.2em;
	bottom: clamp(26px, 4vw, 42px);
	left: 0;
	width: 5px;
	background: var(--color-primary);
	content: "";
}

.archive-header .page-title {
	max-width: 980px;
	font-size: clamp(2.25rem, 4.2vw, 4.35rem);
	line-height: 0.95;
}

.archive-description {
	max-width: none;
	margin-top: clamp(18px, 3vw, 28px);
	color: #373734;
	font-size: 1rem;
	line-height: 1.75;
}

.archive-description::after {
	display: table;
	clear: both;
	content: "";
}

.archive-description p {
	margin: 0 0 1em;
}

.archive-description p:last-child {
	margin-bottom: 0;
}

.archive-description .pa-term-cover-image {
	width: clamp(180px, 23vw, 340px);
	margin: 0 0 22px clamp(22px, 4vw, 52px);
}

.blog-home-header {
	max-width: 980px;
	margin-inline: auto;
	text-align: left;
}

.post-list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: var(--space-lg);
}

.promo-tiles {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.promo-tile {
	position: relative;
	display: grid;
	align-content: center;
	min-height: 260px;
	overflow: hidden;
	padding: clamp(2rem, 5vw, 4rem);
	background:
		linear-gradient(90deg, rgba(0, 0, 0, 0.82), rgba(0, 0, 0, 0.18)),
		linear-gradient(135deg, #241f1b, #8f3f2a);
	color: #ffffff;
	text-decoration: none;
}

.promo-tile::after {
	position: absolute;
	right: -54px;
	top: -54px;
	width: 142px;
	height: 142px;
	border-radius: 999px;
	background: var(--color-primary);
	content: "";
}

.promo-tile-craft {
	background:
		linear-gradient(90deg, rgba(0, 0, 0, 0.78), rgba(0, 0, 0, 0.2)),
		linear-gradient(135deg, #1d1d1b, #80736a);
}

.promo-kicker {
	color: var(--color-accent);
	font-family: var(--font-display);
	text-transform: uppercase;
	writing-mode: vertical-rl;
	position: absolute;
	left: 1.2rem;
	top: 2rem;
}

.promo-tile strong {
	display: block;
	max-width: 620px;
	font-family: var(--font-display);
	font-size: clamp(2rem, 4vw, 4.6rem);
	font-weight: var(--font-display-weight);
	line-height: 0.95;
	text-transform: uppercase;
}

.promo-button {
	display: inline-flex;
	width: fit-content;
	margin-top: var(--space-lg);
	border-radius: 999px;
	background: #ffffff;
	color: #111111;
	padding: 0.8rem 1.2rem;
	font-weight: 900;
	text-transform: uppercase;
}

.newsletter-strip {
	background: var(--color-primary);
	color: #ffffff;
}

.newsletter-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: var(--space-lg);
	min-height: 110px;
}

.newsletter-inner h2 {
	margin: 0;
	color: #ffffff;
	font-size: clamp(1.6rem, 3vw, 3.2rem);
	font-weight: var(--font-display-weight);
	line-height: 1;
}

.post-card {
	overflow: hidden;
	border: 1px solid var(--color-border);
	border-radius: var(--radius);
	background: #ffffff;
	box-shadow: 0 12px 28px rgba(24, 24, 20, 0.06);
	transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.post-card:hover,
.post-card:focus-within {
	border-color: #d6d6d1;
	box-shadow: 0 18px 40px rgba(24, 24, 20, 0.1);
	transform: translateY(-2px);
}

.post-card-image {
	display: block;
	background: #f1f1ed;
}

.post-card-image img {
	display: block;
	aspect-ratio: 4 / 3;
	width: 100%;
	object-fit: cover;
}

.post-card-body {
	padding: var(--space-lg);
}

.post-card-title {
	margin: 0 0 var(--space-sm);
	font-size: clamp(1.25rem, 1.7vw, 1.6rem);
	line-height: 1.08;
}

.post-card-title a {
	color: #111111;
	text-decoration: none;
}

.post-card-title a:hover,
.post-card-title a:focus {
	color: var(--color-primary);
}

.post-card-excerpt {
	font-size: 0.95rem;
	line-height: 1.65;
}

.site-footer {
	background: #1a1a1a;
	color: #f2f2f2;
}

.site-footer .reassurance {
	background: #ffffff;
	color: #111111;
	border-color: var(--color-border);
}

.site-footer .reassurance-item span {
	color: rgba(255, 255, 255, 0.72);
}

.footer-main {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1.35fr;
	gap: clamp(2rem, 4vw, 5rem);
	padding-block: 5rem;
}

.footer-title {
	margin: 0 0 var(--space-md);
	color: #ffffff;
	font-size: 1.35rem;
	text-transform: uppercase;
}

.footer-menu,
.footer-list {
	display: grid;
	gap: 0.45rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.footer-menu li,
.footer-list li {
	border-bottom: 1px dashed rgba(255, 255, 255, 0.14);
	padding-bottom: 0.58rem;
	color: rgba(255, 255, 255, 0.58);
}

.footer-menu a,
.footer-list a {
	color: rgba(255, 255, 255, 0.58);
	font-weight: 500;
	text-decoration: none;
}

.footer-about p {
	color: rgba(255, 255, 255, 0.64);
}

.footer-contact {
	display: inline-flex;
	margin-top: var(--space-lg);
	color: var(--color-accent);
	font-family: var(--font-display);
	font-size: 1.35rem;
	font-weight: var(--font-display-weight);
	text-decoration: none;
	text-transform: uppercase;
}

.footer-bottom {
	background: #ffffff;
	border-top: 0;
	color: #555555;
}

.footer-bottom-inner {
	display: flex;
	justify-content: space-between;
	gap: var(--space-md);
	padding-block: var(--space-md);
}

/* Blog comments. */
.pa-comments {
	margin-top: clamp(48px, 7vw, 88px);
	padding-top: clamp(36px, 5vw, 60px);
	border-top: 1px solid var(--color-border);
}

.pa-comments__heading h2,
.pa-comment-form .comment-reply-title {
	margin: 0 0 28px;
	color: #111111;
	font-family: var(--font-display);
	font-size: clamp(1.8rem, 3vw, 2.5rem);
	font-weight: 900;
	line-height: 1;
	text-transform: uppercase;
}

.pa-comment-list,
.pa-comment-list .children {
	display: grid;
	gap: 24px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.pa-comment-list .children {
	margin: 24px 0 0 clamp(28px, 8vw, 92px);
}

.pa-comment__body {
	position: relative;
	display: grid;
	grid-template-columns: 72px minmax(0, 1fr);
	gap: 20px;
	padding: 24px;
	border: 1px solid #deded9;
	background: #ffffff;
}

.pa-comment__body::before {
	position: absolute;
	top: 28px;
	left: -9px;
	width: 16px;
	height: 16px;
	border-bottom: 1px solid #deded9;
	border-left: 1px solid #deded9;
	background: #ffffff;
	content: "";
	transform: rotate(45deg);
}

.pa-comment--owner > .pa-comment__body {
	border-left: 5px solid #d0003b;
	background: #fffaf0;
}

.pa-comment--owner > .pa-comment__body::before {
	background: #fffaf0;
}

.pa-comment__avatar img {
	display: block;
	width: 72px;
	height: 72px;
	border-radius: 50%;
	object-fit: cover;
}

.pa-comment__header {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	justify-content: space-between;
	gap: 8px 20px;
	margin-bottom: 16px;
}

.pa-comment__author,
.pa-comment__author a {
	color: #111111;
	font-size: 1.05rem;
	font-weight: 800;
	text-decoration: none;
}

.pa-comment__owner-badge {
	display: inline-flex;
	margin-left: 8px;
	padding: 4px 8px;
	border-radius: 3px;
	background: #ffc700;
	color: #111111;
	font-size: 0.68rem;
	font-weight: 900;
	text-transform: uppercase;
}

.pa-comment__date {
	color: #777773;
	font-size: 0.78rem;
	text-decoration: none;
}

.pa-comment__message {
	color: #292929;
	line-height: 1.7;
}

.pa-comment__message > :first-child {
	margin-top: 0;
}

.pa-comment__message > :last-child {
	margin-bottom: 0;
}

.pa-comment__actions {
	display: flex;
	gap: 14px;
	margin-top: 18px;
}

.pa-comment__actions a {
	display: inline-flex;
	min-height: 36px;
	align-items: center;
	padding: 6px 13px;
	border: 1px solid #d4d4cf;
	border-radius: 999px;
	color: #111111;
	font-size: 0.78rem;
	font-weight: 800;
	text-decoration: none;
}

.pa-comment__actions a:hover,
.pa-comment__actions a:focus {
	border-color: #ffc700;
	background: #ffc700;
}

.pa-comment__moderation {
	padding: 10px 12px;
	background: #fff4cc;
	color: #654f00;
	font-size: 0.86rem;
}

.pa-comment-form {
	margin-top: clamp(44px, 6vw, 72px);
	padding: clamp(24px, 4vw, 42px);
	border: 1px solid #deded9;
	background: #fafaf8;
}

.pa-comment-form__form {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px 24px;
}

.pa-comment-form__form > p {
	margin: 0;
}

.pa-comment-form__form .comment-notes,
.pa-comment-form__form .logged-in-as,
.pa-comment-form__form .comment-form-comment,
.pa-comment-form__form .comment-form-url,
.pa-comment-form__form .comment-form-cookies-consent,
.pa-comment-form__form .form-submit {
	grid-column: 1 / -1;
}

.pa-comment-form label {
	display: block;
	margin-bottom: 8px;
	color: #111111;
	font-size: 0.88rem;
	font-weight: 800;
}

.pa-comment-form input[type="text"],
.pa-comment-form input[type="email"],
.pa-comment-form input[type="url"],
.pa-comment-form textarea {
	width: 100%;
	border: 1px solid #cececa;
	background: #ffffff;
}

.pa-comment-form textarea {
	min-height: 180px;
	resize: vertical;
}

.pa-comment-submit {
	min-height: 50px;
	padding-inline: 24px;
	border-color: #ffc700;
	background: #ffc700;
	color: #111111;
}

@media (max-width: 1024px) {
	.header-main--desktop {
		display: none;
	}

	.mobile-header {
		display: block;
		border-bottom: 1px solid #deded9;
		background: #ffffff;
		color: #111111;
	}

	.mobile-header__bar {
		display: grid;
		grid-template-columns: minmax(88px, 1fr) auto minmax(88px, 1fr);
		align-items: center;
		min-height: 94px;
		padding-block: 9px;
		transition: min-height 220ms ease;
	}

	.mobile-header__group {
		display: flex;
		align-items: center;
		gap: 2px;
	}

	.mobile-header__group--right {
		justify-content: flex-end;
	}

	.mobile-header__branding {
		display: grid;
		min-width: 0;
		place-items: center;
	}

	.mobile-header__branding .site-branding,
	.mobile-header__branding .custom-logo-link {
		display: grid;
		place-items: center;
	}

	.mobile-header__branding .custom-logo-link img {
		width: auto;
		max-width: 156px;
		height: auto;
		transition: max-width 220ms ease, max-height 220ms ease;
		max-height: 76px;
		filter: none;
	}

	.mobile-header__button,
	.mobile-header .header-action {
		display: inline-grid;
		flex: 0 0 44px;
		width: 44px;
		height: 44px;
		min-height: 44px;
		place-items: center;
		margin: 0;
		padding: 0;
		border: 0;
		border-radius: 0;
		background: transparent;
		color: #111111;
		box-shadow: none;
	}

	.mobile-header__button:hover,
	.mobile-header__button:focus-visible,
	.mobile-header .header-action:hover,
	.mobile-header .header-action:focus-visible {
		border: 0;
		background: #f1f1ed;
		color: #111111;
	}

	.mobile-header__button svg,
	.mobile-header .header-action svg {
		width: 27px;
		height: 27px;
		fill: none;
		stroke: currentColor;
		stroke-linecap: round;
		stroke-linejoin: round;
		stroke-width: 1.7;
	}

	.mobile-header .mobile-toggle {
		display: inline-grid;
	}

	.mobile-header .mobile-toggle-bars,
	.mobile-header .mobile-toggle-bars::before,
	.mobile-header .mobile-toggle-bars::after {
		width: 25px;
		height: 2px;
		background: currentColor;
	}

	.mobile-header .header-actions {
		gap: 2px;
	}

	.mobile-header .header-action__label {
		display: none;
	}

	.mobile-header .header-action--account:has(.header-action__label) {
		width: 44px;
		padding: 0;
	}

	.mobile-header .cart-count {
		top: 0;
		right: -1px;
		min-width: 19px;
		height: 19px;
		border: 2px solid #ffffff;
		font-size: 0.68rem;
	}

	.mobile-header .header-account__menu {
		top: calc(100% + 12px);
		right: -52px;
		z-index: 150;
	}

	.mobile-search-panel {
		border-top: 1px solid #e6e6e2;
		background: #ffffff;
		box-shadow: 0 12px 24px rgba(0, 0, 0, 0.12);
	}

	.mobile-search-panel[hidden] {
		display: none;
	}

	.mobile-search-panel__inner {
		display: grid;
		grid-template-columns: minmax(0, 1fr) 44px;
		gap: 8px;
		padding-block: 14px;
	}

	.mobile-search-panel .header-search {
		grid-column: auto;
		order: initial;
		max-width: none;
	}

	.mobile-search-panel .header-search form {
		display: grid;
		grid-template-columns: minmax(0, 1fr) auto;
		gap: 8px;
	}

	.mobile-search-panel .header-search input[type="search"] {
		width: 100%;
		height: 48px;
		border: 1px solid #d6d6d1;
		background: #f7f7f5;
		font-size: 1rem;
	}

	.mobile-search-panel .header-search button,
	.mobile-search-panel .header-search input[type="submit"] {
		position: relative;
		width: 48px;
		min-width: 48px;
		height: 48px;
		overflow: hidden;
		padding: 0;
		border-color: #111111;
		border-radius: 999px;
		background: #111111;
		color: #ffffff;
		font-size: 0;
	}

	.mobile-search-panel .header-search button::before {
		width: 16px;
		height: 16px;
		border: 2px solid currentColor;
		border-radius: 50%;
		content: "";
	}

	.mobile-search-panel .header-search button::after {
		position: absolute;
		top: 29px;
		left: 29px;
		width: 8px;
		height: 2px;
		background: currentColor;
		content: "";
		transform: rotate(45deg);
	}

	.mobile-search-close {
		display: grid;
		width: 44px;
		height: 48px;
		min-height: 48px;
		place-items: center;
		padding: 0;
		border: 0;
		background: transparent;
		color: #111111;
		font-size: 2rem;
		font-weight: 400;
		line-height: 1;
	}

	.mobile-navigation {
		border-top: 0;
		background: #111111;
	}

	.topbar-inner {
		display: flex;
		min-height: 38px;
		align-items: center;
		justify-content: center;
	}

	.topbar-message,
	.topbar-navigation,
	.language-switcher--topbar {
		display: none;
	}

	.topbar-ratings {
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 0;
	}

	.topbar-rating--trustpilot {
		display: none;
	}

	.topbar-rating--sag {
		gap: 8px;
		color: #111111;
	}

	.topbar-rating--sag .topbar-rating__stars {
		display: inline-flex;
		font-size: 0.82rem;
	}

	.topbar-rating--sag:hover,
	.topbar-rating--sag:focus {
		color: #111111;
	}

	.topbar-rating--sag .topbar-rating__logo {
		width: 110px;
		height: 24px;
		max-width: 110px;
		max-height: 24px;
	}

	.topbar-rating--sag strong {
		font-size: 0.86rem;
	}

	.footer-main {
		grid-template-columns: repeat(2, 1fr);
	}

	.reassurance-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 760px) {
	.site-header .container {
		width: min(calc(100% - 24px), 1560px);
	}

	.mobile-header__bar {
		grid-template-columns: minmax(86px, 1fr) auto minmax(86px, 1fr);
	}
}

@media (max-width: 360px) {
	.mobile-header__bar {
		grid-template-columns: minmax(80px, 1fr) auto minmax(80px, 1fr);
	}

	.mobile-header__branding .custom-logo-link img {
		max-width: 120px;
		max-height: 64px;
	}

	.mobile-header__group {
		gap: 0;
	}

	.mobile-header__button,
	.mobile-header .header-action {
		flex-basis: 40px;
		width: 40px;
		height: 40px;
		min-height: 40px;
	}

	.mobile-header .header-action--account:has(.header-action__label) {
		width: 40px;
	}
}

@media (max-width: 760px) {
	.container {
		width: min(100% - 24px, var(--container));
	}

	.breadcrumbs,
	.woocommerce .woocommerce-breadcrumb {
		padding-bottom: 24px;
		font-size: 0.72rem;
		line-height: 1.75;
	}

	.pa-collapsible-description {
		max-height: 118px;
	}

	.single-product .pa-product-description-content.pa-collapsible-description {
		max-height: 220px;
	}

	.hero-inner {
		min-height: 430px;
		padding-block: 42px;
	}

	.hero {
		background-position: 62% center;
	}

	.hero h1 {
		max-width: 520px;
		font-size: clamp(2.5rem, 12.5vw, 3.6rem);
	}

	.hero-actions {
		gap: 16px;
		margin-top: 22px;
	}

	.hero-proofs {
		gap: 8px 16px;
		margin-top: 24px;
		padding-top: 16px;
	}

	.reassurance-grid,
	.post-list,
	.footer-main,
	.promo-tiles {
		grid-template-columns: 1fr;
	}

	.archive-content-wrap {
		padding-block: 2.8rem;
	}

	.archive-header {
		margin-bottom: 30px;
		padding: 0 0 26px 16px;
	}

	.archive-header .page-title {
		font-size: clamp(2.1rem, 11vw, 3.1rem);
	}

	.archive-description .pa-term-cover-image {
		width: min(112px, 34vw);
		margin: 2px 0 12px 16px;
	}

	.post-list {
		gap: 18px;
	}

	.post-card-body {
		padding: 18px;
	}

	.newsletter-inner {
		display: grid;
		padding-block: var(--space-lg);
	}

	.mobile-menu {
		display: grid;
		gap: var(--space-md);
		padding-block: var(--space-lg);
	}

	.footer-bottom-inner {
		display: grid;
	}

	.pa-comment-list .children {
		margin-left: 18px;
	}

	.pa-comment__body {
		grid-template-columns: 48px minmax(0, 1fr);
		gap: 14px;
		padding: 18px 16px;
	}

	.pa-comment__avatar img {
		width: 48px;
		height: 48px;
	}

	.pa-comment__header {
		display: grid;
	}

	.pa-comment__owner-badge {
		display: flex;
		width: fit-content;
		margin: 6px 0 0;
	}

	.pa-comment-form {
		padding: 20px 16px;
	}

	.pa-comment-form__form {
		grid-template-columns: 1fr;
	}

	.pa-comment-form__form > p {
		grid-column: 1;
	}
}

/* Accessible desktop mega-menu and mobile product navigation. */
.mega-menu-toggle {
	display: inline-flex;
	min-height: 44px;
	align-items: center;
	gap: 9px;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	color: #ffffff;
	font-size: 0.9rem;
	font-weight: 800;
	text-transform: uppercase;
	white-space: nowrap;
}

.mega-menu-toggle:hover,
.mega-menu-toggle:focus {
	border-color: transparent;
	background: transparent;
	color: var(--color-accent);
}

.mega-menu-toggle__chevron {
	width: 8px;
	height: 8px;
	border-right: 2px solid var(--color-accent);
	border-bottom: 2px solid var(--color-accent);
	transform: translateY(-2px) rotate(45deg);
	transition: transform 180ms ease;
}

.mega-menu-toggle[aria-expanded="true"] .mega-menu-toggle__chevron {
	transform: translateY(2px) rotate(225deg);
}

.header-featured-category {
	display: inline-flex;
	min-height: 38px;
	align-items: center;
	justify-content: center;
	justify-self: center;
	min-width: 0;
	max-width: 210px;
	padding: 0 12px;
	border: 1px solid currentColor;
	border-radius: 999px;
	color: var(--header-featured-category-color, var(--color-accent));
	font-size: 0.84rem;
	font-weight: 900;
	line-height: 1.1;
	text-align: center;
	text-decoration: none;
	text-overflow: ellipsis;
	text-transform: uppercase;
	white-space: nowrap;
	overflow: hidden;
}

.header-featured-category:hover,
.header-featured-category:focus-visible {
	background: var(--header-featured-category-color, var(--color-accent));
	border-color: var(--header-featured-category-color, var(--color-accent));
	color: #111111;
}

@media (min-width: 1025px) {
	.header-main {
		grid-template-columns: auto max-content minmax(180px, 300px) minmax(360px, auto);
		min-height: 88px;
	}

	.header-main .custom-logo-link {
		position: relative;
		z-index: 102;
		align-self: end;
		margin-bottom: -20px;
		transition: margin-bottom 220ms ease;
	}

	.header-main .custom-logo-link img {
		max-width: 270px;
		max-height: 108px;
		filter: drop-shadow(0 7px 8px rgba(0, 0, 0, 0.24));
		transition: max-width 220ms ease, max-height 220ms ease, filter 220ms ease;
	}

	.site-header.is-compact .header-main {
		min-height: 62px;
	}

	.site-header.is-compact .header-main .custom-logo-link {
		margin-bottom: 0;
	}

	.site-header.is-compact .header-main .custom-logo-link img {
		max-width: 170px;
		max-height: 54px;
		filter: none;
	}

	.mega-menu-toggle {
		justify-self: center;
	}

	.header-action__greeting {
		display: inline;
	}

	.primary-navigation {
		position: absolute;
		top: 100%;
		left: 0;
		z-index: 100;
		display: block;
		width: 100%;
		padding-left: 52px;
		background: #ffffff;
		color: #171717;
		box-shadow: 0 18px 38px rgba(0, 0, 0, 0.16);
		opacity: 0;
		visibility: hidden;
		transform: translateY(-8px);
		transition: opacity 180ms ease, transform 180ms ease, visibility 180ms;
	}

	.primary-navigation::before {
		position: absolute;
		inset: 0 auto 0 0;
		width: 52px;
		background: var(--color-primary);
		content: "";
	}

	.primary-navigation.is-open {
		opacity: 1;
		visibility: visible;
		transform: translateY(0);
	}

	.mega-menu-grid {
		display: grid;
		grid-template-columns: repeat(4, minmax(0, 1fr));
		gap: clamp(28px, 4vw, 72px);
		width: min(calc(100% - 64px), 1660px);
		margin: 0 auto;
		padding: 34px 0 44px;
		align-items: start;
	}

	.mega-menu-column {
		min-width: 0;
	}

	.mega-column-menu,
	.mega-column-menu .sub-menu {
		display: grid;
		grid-template-columns: 1fr;
		gap: 0;
		margin: 0;
		padding: 0;
		list-style: none;
	}

	.mega-column-menu > li {
		margin-bottom: 22px;
	}

	.mega-column-menu > li > a {
		display: block;
		margin-bottom: 8px;
		color: #171717;
		font-size: 1.05rem;
		font-weight: 800;
		text-decoration: none;
		text-transform: none;
	}

	.mega-column-menu .sub-menu > li > a {
		display: block;
		padding: 5px 0;
		color: #777777;
		font-family: var(--font-base);
		font-size: 0.94rem;
		font-weight: 500;
		text-decoration: none;
		text-transform: none;
	}

	.mega-column-menu .sub-menu a::before {
		color: #e5c300;
		content: "\203A";
		margin-right: 10px;
	}

	.mega-column-menu a:hover,
	.mega-column-menu a:focus {
		color: var(--color-primary);
	}

	.mega-column-menu .sub-menu > li > a:hover,
	.mega-column-menu .sub-menu > li > a:focus-visible {
		color: var(--color-accent);
	}
}

@media (min-width: 1025px) and (max-width: 1320px) {
	.header-action__greeting {
		display: none;
	}

	.header-action__label {
		max-width: 310px;
	}
}

@media (max-width: 1024px) {
	body.mobile-menu-open .site-header {
		z-index: 2147483000;
	}

	body.mobile-menu-open :is(
		.xoo-wsc-basket,
		.woofc-count,
		.floating-cart,
		.xt_woofc-cart-trigger,
		.woo-floating-cart,
		#woo-floating-minicart,
		.wp-bottom-menu
	) {
		display: none !important;
		visibility: hidden !important;
		pointer-events: none !important;
	}

	.mega-menu-toggle,
	.primary-navigation {
		display: none;
	}

	.mobile-navigation {
		max-height: calc(100vh - 74px);
		overflow-y: auto;
	}

	.mobile-navigation > .container {
		padding-top: 10px;
		padding-bottom: 16px;
	}

	.mobile-navigation .language-switcher--mobile {
		margin: 0;
		padding: 4px 0 10px;
		border-bottom: 1px solid rgba(255, 255, 255, 0.14);
	}

	.mobile-mega-columns {
		display: grid;
		gap: 0;
	}

	.mobile-menu,
	.mobile-menu .sub-menu {
		display: block;
		gap: 0;
		margin: 0;
		padding: 0;
		list-style: none;
	}

	.mobile-menu > li {
		min-height: 52px;
		margin: 0;
		border-bottom: 1px solid rgba(255, 255, 255, 0.14);
	}

	.mobile-menu a {
		display: flex;
		min-height: 52px;
		align-items: center;
		padding: 10px 44px 10px 0;
		color: #ffffff;
		font-size: 0.9rem;
		line-height: 1.25;
		text-decoration: none;
	}

	.mobile-menu .menu-item-has-children {
		position: relative;
	}

	.mobile-submenu-toggle {
		position: absolute;
		top: 6px;
		right: 0;
		width: 40px;
		height: 40px;
		min-height: 40px;
		padding: 0;
		border: 0;
		background: transparent;
		color: #d0073b;
	}

	.mobile-submenu-toggle::before {
		display: block;
		content: "+";
		font-size: 1.5rem;
		line-height: 1;
	}

	.mobile-submenu-toggle[aria-expanded="true"]::before {
		content: "\2212";
	}

	.mobile-menu .sub-menu {
		display: none;
		padding: 2px 0 8px 14px;
		border-left: 2px solid var(--color-primary);
	}

	.mobile-menu .sub-menu a {
		min-height: 42px;
		padding-top: 8px;
		padding-bottom: 8px;
		font-size: 0.84rem;
		font-weight: 600;
	}

	.mobile-menu .is-submenu-open > .sub-menu {
		display: block;
	}

body :is(
		.xoo-wsc-basket,
		.woofc-count,
		.floating-cart,
		.wp-bottom-menu,
		.sag-widget,
		#sag-badge,
		#sg-review-widget,
		iframe[src*="societe-des-avis-garantis"],
		iframe[src*="avis-garantis"]
	) {
		display: none !important;
	}
}

@media (min-width: 1025px) {
	.header-main.header-main--desktop {
		grid-template-columns: auto minmax(260px, 1fr) minmax(360px, 520px) auto !important;
		gap: 22px !important;
		justify-content: stretch !important;
	}

	.header-main.header-main--desktop:has(.header-featured-category) {
		grid-template-columns: auto minmax(260px, 1fr) max-content minmax(360px, 520px) auto !important;
		gap: 18px !important;
	}

	.header-main.header-main--desktop .custom-logo-link {
		justify-self: start !important;
	}

	.header-main.header-main--desktop .header-search {
		width: 100% !important;
		max-width: 520px !important;
		justify-self: stretch !important;
	}

	.header-main.header-main--desktop .header-actions {
		width: auto !important;
		min-width: 0 !important;
		justify-self: end !important;
		justify-content: flex-end !important;
	}

	.header-main.header-main--desktop:has(.header-action__label) {
		grid-template-columns: auto minmax(260px, 1fr) minmax(320px, 440px) minmax(220px, auto) !important;
	}

	.header-main.header-main--desktop:has(.header-featured-category):has(.header-action__label) {
		grid-template-columns: auto minmax(260px, 1fr) max-content minmax(320px, 440px) minmax(220px, auto) !important;
	}

	.header-main.header-main--desktop .header-action__label {
		max-width: 260px !important;
	}

	.header-main.header-main--desktop .mega-menu-toggle {
		width: auto !important;
		justify-self: center !important;
		justify-content: center !important;
	}
}

@media (max-width: 1480px) {
	.header-main.header-main--desktop:has(.header-featured-category) {
		grid-template-columns: auto minmax(260px, 1fr) minmax(360px, 520px) auto !important;
		gap: 22px !important;
	}

	.header-main.header-main--desktop:has(.header-featured-category):has(.header-action__label) {
		grid-template-columns: auto minmax(260px, 1fr) minmax(320px, 440px) minmax(220px, auto) !important;
	}

	.header-main.header-main--desktop .header-featured-category {
		display: none !important;
	}
}
