.climneo-mega {
	display: grid;
	grid-template-columns: repeat(var(--climneo-mega-columns, 1), minmax(0, 1fr));
	gap: 30px;
	margin: 0 0 65px;
	padding: 15px;
	font-family: "Poppins", sans-serif;
}

.climneo-mega__column {
	display: flex;
	min-width: 0;
	flex-direction: column;
}

.climneo-mega__heading {
	margin: 0 0 20px;
	font-family: "Poppins", sans-serif;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.3;
	color: #242424;
}

.climneo-mega__list {
	margin-bottom: 20px;
}

.climneo-mega__list .wd-list-content {
	font-family: "Poppins", sans-serif;
}

.climneo-mega__cta {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	width: 100%;
	min-height: 40px;
	gap: 8px;
	margin-top: auto;
	padding: 12px 24px;
	background: #0e262e;
	font-family: "Poppins", sans-serif;
	font-size: 15px;
	font-weight: 500;
	line-height: 1;
	color: #fff;
	transition: color 0.2s ease, background-color 0.2s ease;
}

.climneo-mega__cta:hover,
.climneo-mega__cta:focus-visible {
	background: #84b735;
	color: #fff;
}

.climneo-mega__cta-icon {
	width: 1em;
	height: 1em;
	flex: 0 0 auto;
	fill: currentColor;
}

.climneo-mega--products .climneo-mega__product-heading a.btn {
	border-color: #84b735;
	/*
	 * Woodmart utilise trois classes/pseudo-classes et !important pour rendre
	 * les boutons bordés transparents hors survol. Le .btn rend ce sélecteur
	 * strictement plus spécifique, y compris dans le CSS critique LiteSpeed.
	 */
	background-color: #84b735 !important;
	color: #fff;
}

.climneo-mega--products .climneo-mega__product-heading a.btn:hover,
.climneo-mega--products .climneo-mega__product-heading a.btn:focus-visible {
	border-color: #0e262e;
	background-color: #0e262e !important;
	color: #fff;
}

.climneo-mega--products .climneo-mega__product-heading .wd-btn-text {
	font-family: "Poppins", sans-serif;
	font-size: 20px;
}

.climneo-mega--products .widget_products img {
	width: 64px;
	height: 64px;
	object-fit: cover;
}

.climneo-mega__footer {
	grid-column: 1 / -1;
}

.climneo-mega--services {
	display: block;
	margin: 0;
	padding: 0;
	font-family: inherit;
}

.climneo-mega__services {
	margin: 0;
}

.climneo-mega__services li {
	--li-icon-s: 48px;
	min-height: 48px;
}

.climneo-mega__services .wd-icon {
	width: 48px;
	height: 48px;
	border-radius: 50%;
	background: center / cover no-repeat var(--climneo-service-image);
}

.climneo-mega__services .wd-list-content {
	font-size: 28px;
}

.climneo-mega__services li:hover,
.climneo-mega__services li:focus-within {
	color: #84b735;
}

.climneo-mega-portal:empty {
	display: none;
}

/* Le carrousel de marques du préfooter utilise le défilement natif, sans Swiper. */
.climneo-native-brands .wd-carousel-inner {
	overflow-x: auto;
	overflow-y: hidden;
	overscroll-behavior-inline: contain;
	scrollbar-width: thin;
	scroll-snap-type: inline mandatory;
	-webkit-overflow-scrolling: touch;
}

.climneo-native-brands .wd-carousel,
.climneo-native-brands .wd-carousel-wrap {
	display: flex !important;
	width: 100%;
	transform: none !important;
}

.climneo-native-brands .wd-carousel-wrap {
	gap: 20px;
}

.climneo-native-brands .wd-carousel-item {
	flex: 0 0 calc((100% - 120px) / 7);
	scroll-snap-align: start;
}

/* Un seul logo et un seul panier servent les deux layouts du header Woodmart. */
@media (max-width: 1024px) {
	.climneo-native-brands .wd-carousel-item {
		flex-basis: calc((100% - 60px) / 4);
	}

	.climneo-unified-header .climneo-header-unified {
		display: grid !important;
		grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
		align-items: center;
	}

	.climneo-unified-header .climneo-header-unified > .whb-mobile-left {
		display: flex !important;
		grid-column: 1;
		grid-row: 1;
		justify-content: flex-start;
	}

	.climneo-unified-header .climneo-header-logo-column {
		display: flex !important;
		grid-column: 2;
		grid-row: 1;
		width: auto;
		justify-content: center;
	}

	.climneo-unified-header .climneo-header-logo-column .site-logo img {
		max-width: 179px !important;
	}

	.climneo-unified-header .climneo-header-search-column {
		display: none !important;
	}

	.climneo-unified-header .climneo-header-actions-column {
		display: flex !important;
		grid-column: 3;
		grid-row: 1;
		width: auto;
		justify-content: flex-end;
	}

	.climneo-unified-header .climneo-header-actions-column > :is(.whb-space-element, .wd-header-my-account, .wd-header-wishlist, .wd-header-compare, .wd-header-search) {
		display: none !important;
	}

	.climneo-unified-header .climneo-header-actions-column .wd-header-cart .wd-tools-text {
		display: none !important;
	}
}

.climneo-crisp-launcher {
	position: fixed;
	right: 22px;
	bottom: 22px;
	z-index: 2147483000;
	display: grid;
	width: 54px;
	height: 54px;
	place-items: center;
	border: 0;
	border-radius: 50%;
	background: #0e262e;
	box-shadow: 0 5px 20px rgb(14 38 46 / 28%);
	color: #fff;
	cursor: pointer;
}

.climneo-crisp-launcher::before {
	content: "";
	width: 23px;
	height: 18px;
	border: 2px solid currentColor;
	border-radius: 7px;
}

.climneo-crisp-launcher::after {
	content: "";
	position: absolute;
	bottom: 15px;
	left: 18px;
	width: 7px;
	height: 7px;
	border-bottom: 2px solid currentColor;
	transform: rotate(-35deg);
}

@media (max-width: 1024px) {
	.climneo-mega {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		margin-bottom: 60px;
	}

	.climneo-mega--links .climneo-mega__list {
		display: grid;
		gap: 12px;
	}

	.climneo-mega--links .climneo-mega__list li {
		min-height: 40px;
		padding: 12px 24px;
		background: #fff;
	}

	.climneo-mega--links .climneo-mega__list .wd-list-content {
		font-size: 15px;
		font-weight: 500;
		line-height: 1;
	}

	.climneo-mega--links .climneo-mega__list .wd-icon {
		display: none;
	}
}

@media (max-width: 768px) {
	.climneo-native-brands .wd-carousel-item {
		flex-basis: calc((100% - 20px) / 2);
	}

	.climneo-mega {
		grid-template-columns: minmax(0, 1fr);
		gap: 20px;
		margin-bottom: 40px;
	}

}

@media (prefers-reduced-motion: reduce) {
	.climneo-mega *,
	.climneo-crisp-launcher {
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
	}
}
