:root {
	/* Couleurs FLK */
	--flk-color-primary: #000000;
	--flk-color-primary-hover: #ffffff;
	--flk-color-text-on-primary: #ffffff;
	--flk-color-border: #000000;
	--flk-z-header: 2000;
	--flk-z-menu: 2100;
	--flk-z-drawer: 9999;
	--couleur-sable: #E6D5C3;
	--couleur-sable-light: #F5F1E8;
	--couleur-sable-dark: #CBB89D;
	/* Optionnel : override logique */
	--wp--preset--color--primary: #000000; /* remplace le jaune */
}

.wp-site-blocks > .flk-home,
.flk-home {
	width: 100%;
	max-width: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

.flk-home .home-v2-hero,
.flk-home .home-v2-hero.alignfull,
.flk-home .flk-admin-hero,
.flk-home .flk-admin-hero.alignfull {
	width: 100vw !important;
	max-width: 100vw !important;
	margin-right: calc(50% - 50vw) !important;
	margin-left: calc(50% - 50vw) !important;
	padding: 0 !important;
	overflow: hidden;
}

.flk-home .home-v2-hero .wp-block-columns,
.flk-home .home-v2-hero .wp-block-column,
.flk-home .home-v2-hero .wp-block-cover {
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
}

.flk-home .home-v2-hero .sq-slick-v2,
.flk-home .home-v2-hero .slick-list {
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	overflow: hidden;
}

.flk-home .home-v2-hero .slick-slide > div {
	padding: 0 !important;
}

.flk-home .home-v2-hero .wp-block-cover {
	display: flex !important;
	align-items: center !important;
	justify-content: flex-start !important;
	position: relative !important;
	min-height: 778px;
	overflow: hidden;
}

.flk-home .home-v2-hero .wp-block-cover__inner-container {
	position: relative;
	z-index: 2;
	width: 100%;
}

.flk-home .home-v2-hero .sp-hero-cover,
.flk-home .home-v2-hero .flk-admin-hero-content {
	margin-top: 0 !important;
}

.flk-home .home-v2-hero .wp-block-cover__image-background {
	position: absolute !important;
	inset: 0 !important;
	width: 100% !important;
	height: 100% !important;
	max-width: none !important;
	object-fit: cover !important;
}

header.wp-block-template-part {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: var(--flk-z-header) !important;
	background: #fff;
}

header.wp-block-template-part .header-v1,
header.wp-block-template-part .header-sticky,
header.wp-block-template-part .wp-block-group.header-v1 {
	position: relative !important;
	top: auto !important;
	right: auto !important;
	left: auto !important;
	z-index: auto !important;
}

body.home:not(.scrolling-active) header.wp-block-template-part,
body.home:not(.scrolling-active) .wp-block-template-part.transparent,
body.home:not(.scrolling-active) .header-v1 {
	background: transparent !important;
}

body.home.scrolling-active header.wp-block-template-part,
body.home.scrolling-active .wp-block-template-part.transparent,
body.home.scrolling-active .header-v1 {
	background: #fff !important;
	box-shadow: none !important;
}

header.wp-block-template-part .header-v1 {
	margin-bottom: 0 !important;
}

body.home.scrolling-active header.wp-block-template-part,
body.home.scrolling-active header.wp-block-template-part .header-v1,
body.home.scrolling-active header.wp-block-template-part .desktop-header,
body.home.scrolling-active header.wp-block-template-part .relative {
	border-bottom: 0 !important;
}

body:not(.home):not(.admin-bar) {
	padding-top: 116px;
}

body.admin-bar header.wp-block-template-part {
	top: 32px;
}

body.admin-bar:not(.home) {
	padding-top: 148px;
}

@media (max-width: 782px) {
	body.admin-bar header.wp-block-template-part {
		top: 46px;
	}

	body:not(.home):not(.admin-bar) {
		padding-top: 128px;
	}

	body.admin-bar:not(.home) {
		padding-top: 196px;
	}
}

.filter-block,
.filter-content,
.wp-block-woocommerce-filter-wrapper,
.wp-block-woocommerce-price-filter,
.wc-block-price-filter,
.wc-block-components-price-slider,
.wc-block-components-price-slider__range-input-wrapper {
	position: relative;
	z-index: 1 !important;
}

/* TOP BAR */
.flk-topbar {
	background: #000;
	color: #fff;
	padding: 6px 40px;
	min-height: 40px;
}

/* TEXTE */
.flk-topbar-text {
	color: #fff;
	font-size: 14px;
}

/* LIENS */
.flk-topbar a {
	color: #fff;
	text-decoration: none;
}

/* SOCIAL */
.flk-topbar-social svg {
	fill: #fff;
}
/* RESET BACKGROUND SOCIAL */
.flk-topbar-social .wp-social-link {
	background: none !important;
}

/* ICÔNES BLANCHES */
.flk-topbar-social svg {
	fill: #fff !important;
}

/* LIENS */
.flk-topbar-social a {
	color: #fff !important;
}

.flk-topbar-social .wp-social-link {
	padding: 0;
	border-radius: 0;
}

.flk-topbar-social .wp-social-link:hover svg {
	opacity: 0.7;
}

/* NAV */
.flk-topbar-nav {
	gap: 20px;
}

body.scrolling-active .transparent .header-v1 .desktop-header .wc-block-mini-cart__badge
	{
	background-color: var(--couleur-sable);
}

/* LOGO + TITRE */
.wp-block-group .flk-logo {
	display: flex;
	align-items: center;
	gap: 8px;
	width: 260px;
	align-content: center;
}

.flk-site-title,
.flk-site-title a {
	margin: 0;
	color: inherit;
	font-weight: 700;
	line-height: 1;
	text-decoration: none;
	text-transform: uppercase;
}

.scrolling-active .flk-site-title.wp-block-site-title a {
	color: #000;
}

.flk-logo-wrap img {
	max-height: 50px;
	width: auto;
}

.flk-logo img {
	max-height: 50px;
	width: auto;
}

.flk-logo-link {
	display: inline-flex;
	align-items: center;
	flex: 0 0 auto;
}

/* MENU */
.primary-menu a {
	color: #000;
	text-decoration: none;
	font-weight: 500;
}

.primary-menu a:hover {
	opacity: 0.7;
}

.wp-block-navigation__submenu-icon {
	display: none !important;
}

.home:not(.scrolling-active) .primary-menu .wp-block-navigation__responsive-container-content>ul>li:is(:hover)>.wp-block-navigation-item__content,
	.home:not(.scrolling-active) .primary-menu .wp-block-navigation__responsive-container-content>ul>li:is(:hover)>.wp-block-navigation__submenu-icon,
	.home:not(.scrolling-active) .primary-menu .wp-block-navigation__responsive-container-content>ul>.wp-block-navigation-item:is(:hover)>.wp-block-navigation-item__content,
	.home:not(.scrolling-active) .primary-menu .wp-block-navigation__responsive-container-content>ul>.wp-block-navigation-item:is(:hover)>.wp-block-navigation__submenu-icon,
	.home:not(.scrolling-active) .primary-menu .wp-block-navigation__responsive-container-content>.block-editor-block-list__layout>li:is(:hover)>.wp-block-navigation-item__content,
	.home:not(.scrolling-active) .primary-menu .wp-block-navigation__responsive-container-content>.block-editor-block-list__layout>li:is(:hover)>.wp-block-navigation__submenu-icon,
	.home:not(.scrolling-active) .primary-menu .wp-block-navigation__responsive-container-content>.block-editor-block-list__layout>.wp-block-navigation-item:is(:hover)>.wp-block-navigation-item__content,
	.home:not(.scrolling-active) .primary-menu .wp-block-navigation__responsive-container-content>.block-editor-block-list__layout>.wp-block-navigation-item:is(:hover)>.wp-block-navigation__submenu-icon
	{
	color: #fff !important;
}

.primary-menu .wp-block-navigation__responsive-container-content>ul>li:is(:hover)>.wp-block-navigation-item__content,
	.primary-menu .wp-block-navigation__responsive-container-content>ul>li:is(:hover)>.wp-block-navigation__submenu-icon,
	.primary-menu .wp-block-navigation__responsive-container-content>ul>.wp-block-navigation-item:is(:hover)>.wp-block-navigation-item__content,
	.primary-menu .wp-block-navigation__responsive-container-content>ul>.wp-block-navigation-item:is(:hover)>.wp-block-navigation__submenu-icon,
	.primary-menu .wp-block-navigation__responsive-container-content>.block-editor-block-list__layout>li:is(:hover)>.wp-block-navigation-item__content,
	.primary-menu .wp-block-navigation__responsive-container-content>.block-editor-block-list__layout>li:is(:hover)>.wp-block-navigation__submenu-icon,
	.primary-menu .wp-block-navigation__responsive-container-content>.block-editor-block-list__layout>.wp-block-navigation-item:is(:hover)>.wp-block-navigation-item__content,
	.primary-menu .wp-block-navigation__responsive-container-content>.block-editor-block-list__layout>.wp-block-navigation-item:is(:hover)>.wp-block-navigation__submenu-icon
	{
	color: #000 !important;
}

.wp-block-navigation__responsive-container-open.wp-block-navigation__responsive-container-open.wp-block-navigation__responsive-container-open
	{
	color: #000 !important;
}
/* FOOTER */
footer {
	background: var(--couleur-sable);
	color: #000;
	margin-block-start: 0;
}

.wp-container-core-group-is-layout-f8561097 {
	background: var(--couleur-sable);
}

.footer-widgets .wp-block-column .wp-block-navigation ul li a:hover,
	.footer-widgets .wp-block-column .wp-block-navigation ul li a:focus,
	.footer-widgets .wp-block-column .wp-block-navigation p a:hover,
	.footer-widgets .wp-block-column .wp-block-navigation p a:focus {
	color: #000 !important;
	font-weight: 600;
}

footer .wp-block-navigation .wp-block-navigation-item__content.wp-block-navigation-item__content
	{
	color: #000 !important;
}

/* boutons globaux */
.wp-block-button__link, button, input[type="submit"], .wp-element-button
	{
	background-color: var(--flk-color-primary);
	color: var(--flk-color-text-on-primary);
	border: 1px solid var(--flk-color-border);
	transition: all 0.3s ease;
}

/* HOVER (effet inversé propre) */
.wp-block-button__link:hover, button:hover, input[type="submit"]:hover,
	.wp-element-button:hover {
	background-color: var(--flk-color-primary-hover);
	color: var(--flk-color-primary);
	border: 1px solid var(--flk-color-border);
}

/* CAS SPÉCIFIQUE WOOCOMMERCE (important) */
.woocommerce a.button, .woocommerce button.button, .woocommerce input.button
	{
	background-color: var(--flk-color-primary);
	color: var(--flk-color-text-on-primary);
	border: 1px solid var(--flk-color-border);
}

.woocommerce a.button:hover, .woocommerce button.button:hover,
	.woocommerce input.button:hover {
	background-color: var(--flk-color-primary-hover);
	color: var(--flk-color-primary);
}

.wc-block-mini-cart__footer .wp-block-woocommerce-mini-cart-checkout-button-block:not(:hover)
	{
	color: var(--flk-color-text-on-primary);
}

.header-transparent .primary-menu a {
	color: #ffffff;
}

.header-sticky .primary-menu a {
	color: #000000;
}

.header-transparent .wp-block-woocommerce-customer-account svg,
	.header-transparent .wc-block-mini-cart__icon, .header-transparent .search-toggle img,
	.header-transparent #modeSwitch strong {
	color: #ffffff;
	fill: #ffffff;
}

.header-transparent {
	--flk-header-color: #ffffff;
}

.header-sticky {
	--flk-header-color: #000000;
}

.header-transparent svg, .header-sticky svg, .search-box.flex .wp-block-search__button:hover svg
	{
	color: #000;
	fill: #000;
}

.search-box.flex .wp-block-search__button svg {
	color: #fff;
	fill: #fff;
}

.header-transparent a, .header-sticky a {
	color: var(--flk-header-color);
}

body.home:not(.scrolling-active) header.wp-block-template-part .desktop-header svg,
body.home:not(.scrolling-active) header.wp-block-template-part .desktop-header svg path,
body.home:not(.scrolling-active) header.wp-block-template-part .desktop-header svg circle,
body.home:not(.scrolling-active) header.wp-block-template-part .desktop-header svg line,
body.home:not(.scrolling-active) header.wp-block-template-part .desktop-header svg polyline,
body.home:not(.scrolling-active) header.wp-block-template-part .desktop-header svg rect,
body.home:not(.scrolling-active) header.wp-block-template-part .desktop-header button,
body.home:not(.scrolling-active) header.wp-block-template-part .desktop-header .wc-block-mini-cart,
body.home:not(.scrolling-active) header.wp-block-template-part .desktop-header .wc-block-mini-cart button,
body.home:not(.scrolling-active) header.wp-block-template-part .desktop-header .wc-block-mini-cart__icon,
body.home:not(.scrolling-active) header.wp-block-template-part .desktop-header .wp-block-woocommerce-customer-account,
body.home:not(.scrolling-active) header.wp-block-template-part .desktop-header .wp-block-woocommerce-customer-account a,
body.home:not(.scrolling-active) header.wp-block-template-part .desktop-header .wc-block-customer-account__account-icon {
	color: #fff !important;
	fill: #fff !important;
	stroke: #fff !important;
}

body.home:not(.scrolling-active) header.wp-block-template-part .desktop-header .wc-block-mini-cart__badge {
	background: #fff !important;
	color: #202025 !important;
}

body.home:not(.scrolling-active) header.wp-block-template-part .desktop-header .primary-menu a,
body.home:not(.scrolling-active) header.wp-block-template-part .desktop-header .primary-menu button,
body.home:not(.scrolling-active) header.wp-block-template-part .desktop-header .primary-menu svg,
body.home:not(.scrolling-active) header.wp-block-template-part .desktop-header .primary-menu svg path,
body.home:not(.scrolling-active) header.wp-block-template-part .desktop-header .flk-site-title a,
body.home:not(.scrolling-active) header.wp-block-template-part .desktop-header .wp-block-site-title a {
	color: #000 !important;
	fill: #000 !important;
	stroke: #000 !important;
}

body.home:not(.scrolling-active) header.wp-block-template-part .desktop-header .search-toggle img {
	filter: brightness(0) invert(1) !important;
	opacity: 1 !important;
}

body.home.scrolling-active header.wp-block-template-part .desktop-header .search-toggle img {
	filter: none !important;
}

/* bouton submit formulaire de contact */
.sportiq-contact-form .wpforms-submit-container .wpforms-submit {
	background-color: #000 !important;
	color: #fff !important;
}

.sportiq-contact-form .wpforms-submit-container .wpforms-submit:hover {
	background-color: #fff !important;
	color: #000 !important;
}

.wc-block-cart__submit .wc-block-cart__submit-container .wc-block-cart__submit-button
	{
	background-color: #000 !important;
	color: #fff !important;
}

.wc-block-cart__submit .wc-block-cart__submit-container .wc-block-cart__submit-button:hover
	{
	background-color: #fff !important;
	color: #000 !important;
}

.woocommerce table.variations tr td select {
	height: 3.4em;
}

.woocommerce-checkout .wc-block-checkout__sidebar .wc-block-components-order-summary-item__quantity, .woocommerce-checkout .woocommerce-checkout-review-order .wc-block-components-order-summary-item__quantity, .wp-block-woocommerce-checkout:not(.block-editor-block-list__block) .wc-block-checkout__sidebar .wc-block-components-order-summary-item__quantity, .wp-block-woocommerce-checkout:not(.block-editor-block-list__block) .woocommerce-checkout-review-order .wc-block-components-order-summary-item__quantity,
.wc-block-components-order-summary .wc-block-components-order-summary-item__quantity {
	background-color: #000 !important;
	color: #fff !important;
}

/* NAVIGATION CATEGORIES */
.flk-category-menu {
	flex: 1;
	position: relative;
	z-index: var(--flk-z-menu);
}

.flk-category-menu ul {
	display: flex;
	align-items: center;
	gap: 40px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.flk-category-menu a {
	color: inherit;
	text-decoration: none;
	font-weight: 500;
}

.flk-category-menu-item {
	position: relative;
}

.flk-category-menu-link {
	display: inline-flex;
	align-items: center;
	min-height: 40px;
}

.flk-category-menu-item:has(.flk-category-submenu) > .flk-category-menu-link::after {
	content: "";
	width: 7px;
	height: 7px;
	margin-left: 9px;
	border-right: 1px solid currentColor;
	border-bottom: 1px solid currentColor;
	transform: rotate(45deg) translateY(-2px);
}

.flk-category-submenu {
	position: absolute;
	top: 100%;
	left: -24px;
	display: grid !important;
	grid-template-columns: minmax(190px, 1fr);
	gap: 0 !important;
	min-width: 240px;
	max-height: min(70vh, 620px);
	padding: 16px 0 !important;
	overflow-y: auto;
	overscroll-behavior: contain;
	background: #fff;
	border: 1px solid var(--wp--preset--color--gray-100);
	box-shadow: 0 18px 40px rgba(0, 0, 0, 0.12);
	opacity: 0;
	visibility: hidden;
	transform: translateY(8px);
	transition: 0.18s ease;
	z-index: var(--flk-z-menu);
}

.flk-category-menu-item:hover > .flk-category-submenu,
.flk-category-menu-item:focus-within > .flk-category-submenu {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.flk-category-submenu li {
	position: relative;
}

.flk-category-submenu a {
	display: block;
	padding: 9px 24px;
	color: #000 !important;
	font-weight: 500;
	white-space: nowrap;
}

.flk-category-submenu a:hover {
	background: var(--couleur-sable-light);
	opacity: 1;
}

.flk-category-submenu ul {
	display: grid;
	gap: 0;
	padding: 0 0 6px 12px;
}

.flk-category-submenu ul a {
	font-size: 14px;
	font-weight: 400;
}

.flk-mobile-category-menu {
	flex: 0 1 auto;
}

.flk-mobile-category-menu ul {
	gap: 16px;
}

.flk-mobile-category-menu .flk-category-submenu {
	left: 0;
}

@media (max-width: 781px) {
	.flk-category-menu {
		flex: 0 1 auto;
	}

	.flk-category-menu ul {
		gap: 14px;
	}

	.flk-category-submenu {
		min-width: 210px;
	}
}

/* MENU MOBILE FLK */
.flk-mobile-menu-toggle {
	display: inline-flex;
	flex-direction: column;
	justify-content: center;
	gap: 5px;
	width: 42px;
	height: 42px;
	padding: 0;
	background: transparent !important;
	border: 0 !important;
	color: #000 !important;
	cursor: pointer;
}

.flk-mobile-menu-toggle span {
	display: block;
	width: 24px;
	height: 2px;
	background: currentColor;
}

.flk-mobile-drawer {
	position: fixed;
	inset: 0;
	z-index: var(--flk-z-drawer);
	display: none;
	background: rgba(0, 0, 0, 0.38);
}

.flk-mobile-drawer.is-open {
	display: block;
}

.flk-mobile-drawer__panel {
	position: relative;
	width: min(86vw, 360px);
	height: 100%;
	padding: 72px 24px 32px;
	overflow-y: auto;
	background: #fff;
	color: #000;
	box-shadow: 16px 0 40px rgba(0, 0, 0, 0.18);
}

.flk-mobile-drawer__close {
	position: absolute;
	top: 18px;
	right: 18px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	padding: 0;
	background: #000 !important;
	border: 1px solid #000 !important;
	color: #fff !important;
	font-size: 24px;
	line-height: 1;
	cursor: pointer;
}

body.flk-mobile-menu-open {
	overflow: hidden;
}

@media (min-width: 782px) {
	.flk-mobile-menu-toggle,
	.flk-mobile-drawer {
		display: none !important;
	}
}

@media (max-width: 781px) {
	header .desktop-header {
		display: block !important;
	}

	header .desktop-header > .relative {
		display: none !important;
	}

	header .desktop-header .flk-topbar {
		display: flex !important;
		align-items: center !important;
		justify-content: space-between !important;
		min-height: 48px !important;
		padding: 8px 20px !important;
	}

	header .desktop-header .flk-topbar-text {
		margin: 0 !important;
		font-size: 16px !important;
		line-height: 1.3 !important;
	}

	header .mobile-header {
		display: block !important;
		background: #fff;
		color: #000;
	}

	header .mobile-header > .wp-block-group {
		display: flex !important;
		align-items: center !important;
		justify-content: space-between !important;
		gap: 12px !important;
		position: relative !important;
		min-height: 72px !important;
	}

	header .mobile-header > .wp-block-group > .wp-block-group:first-child {
		display: flex !important;
		align-items: center !important;
		gap: 12px !important;
		flex: 1 1 auto !important;
		min-width: 0 !important;
	}

	header .mobile-header > .wp-block-group > .wp-block-group:first-child > .wp-block-site-title,
	header .mobile-header > .wp-block-group > .wp-block-group:first-child > h1.wp-block-site-title {
		display: none !important;
	}

	header .mobile-header > .wp-block-group > .wp-block-group:last-child {
		display: flex !important;
		align-items: center !important;
		justify-content: flex-end !important;
		flex: 0 0 auto !important;
		gap: 14px !important;
		flex-wrap: nowrap !important;
	}

	header .mobile-header .wp-block-site-title,
	header .mobile-header .flk-site-title {
		margin: 0 !important;
		font-size: 22px !important;
		line-height: 1 !important;
	}

	header .mobile-header .flk-mobile-logo {
		display: flex !important;
		align-items: center !important;
		gap: 6px !important;
		flex: 0 1 auto !important;
		width: auto !important;
		max-width: 150px !important;
		min-width: 0 !important;
		visibility: visible !important;
		opacity: 1 !important;
		overflow: hidden !important;
	}

	header .mobile-header .flk-mobile-logo-injected {
		position: static !important;
		z-index: 3 !important;
		margin: 0 !important;
		padding: 0 !important;
		transform: none !important;
	}

	header .mobile-header > .wp-block-group > .wp-block-group:last-child {
		position: relative !important;
		z-index: 4 !important;
		margin-left: auto !important;
		background: #fff !important;
	}

	header .mobile-header .flk-mobile-logo .flk-logo-link {
		display: inline-flex !important;
		align-items: center !important;
		flex: 0 0 auto !important;
		visibility: visible !important;
		opacity: 1 !important;
	}

	header .mobile-header .flk-mobile-logo img {
		display: block !important;
		width: auto !important;
		max-height: 44px !important;
		max-width: 52px !important;
		visibility: visible !important;
		opacity: 1 !important;
	}

	header .mobile-header .flk-mobile-logo .flk-site-title a {
		color: #000 !important;
		font-size: 17px !important;
		white-space: nowrap !important;
	}

	header .mobile-header .wc-block-mini-cart,
	header .mobile-header .wp-block-woocommerce-customer-account,
	header .mobile-header .search-toggle {
		flex: 0 0 auto;
	}

	header .mobile-header > .wp-block-group > .wp-block-group:first-child .wp-block-woocommerce-customer-account {
		display: none !important;
	}

	header .flk-mobile-category-menu,
	header .flk-mobile-category-menu ul {
		display: block !important;
		width: 100% !important;
		margin: 0 !important;
		padding: 0 !important;
		list-style: none !important;
	}

	header .flk-mobile-category-menu .flk-category-menu-item {
		width: 100% !important;
		border-bottom: 1px solid var(--wp--preset--color--gray-100);
	}

	header .flk-mobile-category-menu .flk-category-menu-link {
		display: flex !important;
		align-items: center !important;
		justify-content: space-between !important;
		width: 100% !important;
		min-height: 52px !important;
		padding: 14px 0 !important;
		color: #000 !important;
		font-size: 19px !important;
		font-weight: 700 !important;
		line-height: 1.2 !important;
	}

	header .flk-mobile-category-menu .flk-category-submenu {
		position: static !important;
		display: block !important;
		width: 100% !important;
		min-width: 0 !important;
		padding: 0 0 14px 16px !important;
		background: transparent !important;
		border: 0 !important;
		box-shadow: none !important;
		opacity: 1 !important;
		visibility: visible !important;
		transform: none !important;
	}

	header .flk-mobile-category-menu .flk-category-submenu a {
		padding: 8px 0 !important;
		color: #000 !important;
		font-size: 15px !important;
		font-weight: 500 !important;
		white-space: normal !important;
	}

	header .flk-mobile-category-menu .flk-category-submenu ul {
		display: block !important;
		padding: 2px 0 6px 14px !important;
	}

	header .flk-mobile-category-menu .flk-category-submenu ul a {
		font-size: 14px !important;
		font-weight: 400 !important;
		color: var(--wp--preset--color--gray-200) !important;
	}

	header nav.flk-enhanced-nav.wp-block-navigation .wp-block-navigation__responsive-container.is-menu-open {
		background: #fff !important;
		color: #000 !important;
	}

	header nav.flk-enhanced-nav.wp-block-navigation .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-dialog,
	header nav.flk-enhanced-nav.wp-block-navigation .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content {
		width: 100% !important;
		padding: 0 !important;
	}

	header nav.flk-enhanced-nav.wp-block-navigation .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__container {
		display: flex !important;
		flex-direction: column !important;
		align-items: stretch !important;
		gap: 0 !important;
		width: 100% !important;
		padding: 64px 24px 32px !important;
	}

	header nav.flk-enhanced-nav.wp-block-navigation .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item,
	header nav.flk-enhanced-nav.wp-block-navigation .wp-block-navigation__responsive-container.is-menu-open .flk-category-menu-item {
		display: block !important;
		width: 100% !important;
		border-bottom: 1px solid var(--wp--preset--color--gray-100);
	}

	header nav.flk-enhanced-nav.wp-block-navigation .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item__content,
	header nav.flk-enhanced-nav.wp-block-navigation .wp-block-navigation__responsive-container.is-menu-open .flk-category-menu-link {
		display: flex !important;
		width: 100% !important;
		min-height: 52px !important;
		padding: 14px 0 !important;
		color: #000 !important;
		font-size: 19px !important;
		font-weight: 700 !important;
		line-height: 1.2 !important;
	}

	header nav.flk-enhanced-nav.wp-block-navigation .wp-block-navigation__responsive-container.is-menu-open .flk-category-submenu {
		position: static !important;
		display: block !important;
		width: 100% !important;
		min-width: 0 !important;
		padding: 0 0 14px 16px !important;
		background: transparent !important;
		border: 0 !important;
		box-shadow: none !important;
		opacity: 1 !important;
		visibility: visible !important;
		transform: none !important;
	}

	header nav.flk-enhanced-nav.wp-block-navigation .wp-block-navigation__responsive-container.is-menu-open .flk-category-submenu a {
		padding: 8px 0 !important;
		color: #000 !important;
		font-size: 15px !important;
		font-weight: 500 !important;
		white-space: normal !important;
	}

	header nav.flk-enhanced-nav.wp-block-navigation .wp-block-navigation__responsive-container.is-menu-open .flk-category-submenu ul {
		display: block !important;
		padding: 2px 0 6px 14px !important;
	}

	header nav.flk-enhanced-nav.wp-block-navigation .wp-block-navigation__responsive-container.is-menu-open .flk-category-submenu ul a {
		font-size: 14px !important;
		font-weight: 400 !important;
		color: var(--wp--preset--color--gray-200) !important;
	}
}

/* CATEGORIE ACTIVE DANS LE FILTRE GAUCHE */
.filter-content .wc-block-product-categories-list-item a[aria-current="page"],
.filter-content .wc-block-product-categories-list-item.current-cat > a,
.filter-content .wc-block-product-categories-list-item.current-cat-parent > a,
.filter-content .wc-block-product-categories-list-item.current-cat-ancestor > a,
.filter-content .wc-block-product-categories-list-item.is-active > a,
.filter-content .wc-block-product-categories-list-item a.wc-block-product-categories-list-item__link--active {
	color: #000 !important;
	font-weight: 700 !important;
	border-left: 3px solid #000;
	padding-left: 10px;
}

.filter-content .wc-block-product-categories-list {
	list-style: none;
	padding-left: 0;
}

.filter-content .wc-block-product-categories-list .wc-block-product-categories-list {
	padding-left: 15px;
	margin-top: 8px;
}

.filter-content .wc-block-product-categories-list-item {
	margin-bottom: 8px;
}

.filter-content .wc-block-product-categories-list-item a {
	display: inline-block;
	color: var(--wp--preset--color--gray-200);
	text-decoration: none;
	line-height: 1.35;
}

.filter-content .wc-block-product-categories-list-item a:hover {
	color: #000;
}

.filter-content .wc-block-product-categories-list-item.flk-current-category-parent > a,
.filter-content .wc-block-product-categories-list-item a.flk-current-category-parent-link {
	color: #000 !important;
	font-weight: 600 !important;
}

.filter-content .wc-block-product-categories-list-item.flk-current-category > a,
.filter-content .wc-block-product-categories-list-item a.flk-current-category-link {
	color: #000 !important;
	font-weight: 800 !important;
	border-left: 3px solid #15CD72;
	padding-left: 10px;
}

/* CONTACT */
.page-id-2705 .wp-site-blocks > .wp-block-group .wp-block-columns.alignwide > .wp-block-column:first-child:has(h2, .wp-block-heading) {
	display: none !important;
}

.page-id-2705 .wp-site-blocks > .wp-block-group .wp-block-columns.alignwide > .wp-block-column:nth-child(2) {
	flex-basis: 100% !important;
	max-width: 760px;
	margin-right: auto;
	margin-left: auto;
}

/* PAIEMENT ET CHECKOUT */
.ppcp-messages,
.paypal-messaging,
[data-pp-message],
[class*="paypal"][class*="message" i],
.woocommerce-checkout .wc-block-components-express-payment,
.woocommerce-checkout .wc-block-components-express-payment__event-buttons,
.woocommerce-checkout .wp-block-woocommerce-checkout-express-payment-block,
.woocommerce-checkout .wc-block-components-express-payment__content,
.woocommerce-checkout .wc-block-components-express-payment-continue-rule,
.woocommerce-checkout .wc-block-components-checkout-step--with-step-number:has(.wc-block-components-express-payment),
.woocommerce-checkout .wcpay-payment-request-wrapper,
.woocommerce-checkout .wc-stripe-payment-request-wrapper,
.woocommerce-checkout .stripe-payment-request-wrapper,
.woocommerce-checkout .payment-request-button,
.woocommerce-checkout [data-testid*="express" i],
.woocommerce-checkout [data-testid*="payment-request" i],
.woocommerce-checkout #wc-stripe-payment-request-wrapper,
.woocommerce-checkout #wc-stripe-payment-request-button-separator,
.woocommerce-checkout [id*="link"][id*="button" i],
.woocommerce-checkout [class*="link"][class*="button" i],
.woocommerce-checkout [id*="paypal"][id*="button" i],
.woocommerce-checkout [class*="paypal"][class*="button" i],
.single-product .wc-block-components-express-payment,
.single-product .wp-block-woocommerce-checkout-express-payment-block,
.single-product .wc-block-components-express-payment__event-buttons,
.single-product .wc-block-components-express-payment__content,
.single-product .wc-block-components-express-payment-continue-rule,
.single-product .wcpay-payment-request-wrapper,
.single-product .wc-stripe-payment-request-wrapper,
.single-product .stripe-payment-request-wrapper,
.single-product .payment-request-button,
.single-product #wc-stripe-payment-request-wrapper,
.single-product #wc-stripe-payment-request-button-separator,
.single-product .paypal-button-container,
.single-product .ppc-button-wrapper,
.single-product .paypal-buttons,
.single-product .paypal-button,
.single-product iframe[src*="paypal" i],
.single-product iframe[src*="stripe" i],
.single-product iframe[title*="paypal" i],
.single-product iframe[title*="link" i],
.single-product [id*="paypal"][id*="button" i],
.single-product [class*="paypal"][class*="button" i],
.single-product [id*="link"][id*="button" i],
.single-product [class*="link"][class*="button" i],
.woocommerce-cart .wc-block-components-express-payment,
.woocommerce-cart .wp-block-woocommerce-cart-express-payment-block,
.woocommerce-cart .wc-block-components-express-payment__event-buttons,
.woocommerce-cart .wc-block-components-express-payment__content,
.woocommerce-cart .wc-block-components-express-payment-continue-rule,
.woocommerce-cart .wcpay-payment-request-wrapper,
.woocommerce-cart .wc-stripe-payment-request-wrapper,
.woocommerce-cart .stripe-payment-request-wrapper,
.woocommerce-cart .payment-request-button,
.woocommerce-cart #wc-stripe-payment-request-wrapper,
.woocommerce-cart #wc-stripe-payment-request-button-separator,
.woocommerce-cart .paypal-button-container,
.woocommerce-cart .ppc-button-wrapper,
.woocommerce-cart .paypal-buttons,
.woocommerce-cart .paypal-button,
.woocommerce-cart iframe[src*="paypal" i],
.woocommerce-cart iframe[src*="stripe" i],
.woocommerce-cart iframe[title*="paypal" i],
.woocommerce-cart iframe[title*="link" i],
.woocommerce-cart [id*="paypal"][id*="button" i],
.woocommerce-cart [class*="paypal"][class*="button" i],
.woocommerce-cart [id*="link"][id*="button" i],
.woocommerce-cart [class*="link"][class*="button" i] {
	display: none !important;
}

.wc-block-components-shipping-rates-control .wc-block-components-radio-control__label,
.wc-block-components-radio-control__option .wc-block-components-radio-control__label {
	padding-left: 8px;
}

.wc-block-components-totals-shipping .wc-block-components-radio-control__input,
.wc-block-components-shipping-rates-control .wc-block-components-radio-control__input {
	margin-right: 10px !important;
}

.wc-block-checkout__payment-method .wc-block-components-radio-control__option-checked,
.wc-block-components-radio-control__option.wc-block-components-radio-control__option-checked,
.wc_payment_method.payment_method_stripe input:checked + label,
.wc_payment_method input:checked + label {
	border-color: var(--wp--preset--color--success) !important;
	box-shadow: 0 0 0 2px rgba(21, 205, 114, 0.2);
}

.wc-block-checkout__payment-method .wc-block-components-radio-control__option-checked {
	background: rgba(21, 205, 114, 0.06);
}

.wc-block-checkout__payment-method .wc-block-components-radio-control-accordion-content button,
.wc-block-checkout__payment-method .wc-block-components-radio-control-accordion-content .wp-element-button,
.wc-block-checkout__payment-method .wc-block-components-radio-control-accordion-content [role="button"],
.wc-block-checkout__payment-method .wc-block-components-radio-control-accordion-content [class*="Button"],
.wc-block-checkout__payment-method .wc-block-components-radio-control-accordion-content [class*="button"] {
	background: #000 !important;
	color: #fff !important;
	border-color: #000 !important;
	opacity: 1 !important;
	text-shadow: none !important;
}

.wc-block-checkout__payment-method .wc-block-components-radio-control-accordion-content button:hover,
.wc-block-checkout__payment-method .wc-block-components-radio-control-accordion-content .wp-element-button:hover,
.wc-block-checkout__payment-method .wc-block-components-radio-control-accordion-content [role="button"]:hover,
.wc-block-checkout__payment-method .wc-block-components-radio-control-accordion-content [class*="Button"]:hover,
.wc-block-checkout__payment-method .wc-block-components-radio-control-accordion-content [class*="button"]:hover {
	background: #202025 !important;
	color: #fff !important;
}

.wc-block-checkout__payment-method .wc-block-components-radio-control-accordion-content button *,
.wc-block-checkout__payment-method .wc-block-components-radio-control-accordion-content .wp-element-button *,
.wc-block-checkout__payment-method .wc-block-components-radio-control-accordion-content [role="button"] *,
.wc-block-checkout__payment-method .wc-block-components-radio-control-accordion-content [class*="Button"] *,
.wc-block-checkout__payment-method .wc-block-components-radio-control-accordion-content [class*="button"] * {
	color: #fff !important;
	fill: currentColor !important;
	stroke: currentColor !important;
}

.wc-block-components-payment-method-icons img[alt*="Amex" i],
.wc-block-components-payment-method-icons img[alt*="American" i],
.wc-block-components-payment-method-icons img[alt*="Discover" i],
.wc-block-checkout__payment-method img[alt*="Amex" i],
.wc-block-checkout__payment-method img[alt*="American" i],
.wc-block-checkout__payment-method img[alt*="Discover" i],
.wc-block-checkout__payment-method img[src*="amex" i],
.wc-block-checkout__payment-method img[src*="american" i],
.wc-block-checkout__payment-method img[src*="discover" i],
.wc_payment_methods img[alt*="Amex" i],
.wc_payment_methods img[alt*="American" i],
.wc_payment_methods img[alt*="Discover" i],
.wc_payment_methods img[src*="amex" i],
.wc_payment_methods img[src*="american" i],
.wc_payment_methods img[src*="discover" i],
.wc-stripe-card-icons-container img[alt*="Amex" i],
.wc-stripe-card-icons-container img[alt*="American" i],
.wc-stripe-card-icons-container img[alt*="Discover" i],
.wc-stripe-card-icons-container img[src*="amex" i],
.wc-stripe-card-icons-container img[src*="american" i],
.wc-stripe-card-icons-container img[src*="discover" i],
.StripeElement img[alt*="Amex" i],
.StripeElement img[alt*="American" i],
.StripeElement img[alt*="Discover" i],
.wc-stripe-card-icons-container .amex,
.wc-stripe-card-icons-container .discover,
[class*="payment-method"] img[src*="amex" i],
[class*="payment-method"] img[src*="american" i],
[class*="payment-method"] img[src*="discover" i] {
	display: none !important;
}

.p-CardBrandIcons-item[data-testid="amex"],
.p-CardBrandIcons-item[data-testid="discover"],
.p-CardBrandIcons-more[data-testid="discover"],
.p-CardBrandIcons [data-testid="amex"],
.p-CardBrandIcons [data-testid="discover"],
.p-CardBrandIcon[data-testid="amex"],
.p-CardBrandIcon[data-testid="discover"],
svg.p-CardBrandIcon[aria-label*="Amex" i],
svg.p-CardBrandIcon[aria-label*="Discover" i],
svg.p-CardBrandIcon[title*="Amex" i],
svg.p-CardBrandIcon[title*="Discover" i] {
	display: none !important;
	visibility: hidden !important;
	opacity: 0 !important;
	width: 0 !important;
	height: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	overflow: hidden !important;
}

.p-Input-input.p-CardNumberInput-input,
#payment-numberInput {
	padding-right: 16px !important;
}

.flk-payment-card-icon {
	width: auto;
	height: 22px;
	margin-left: 8px;
	vertical-align: middle;
}

/* BADGES PRODUITS */
.flk-product-image-wrap {
	position: relative;
}

.flk-product-badges {
	position: absolute;
	top: 12px;
	left: 12px;
	right: 12px;
	z-index: 5;
	pointer-events: none;
}

.flk-product-badge,
.flk-sale-percent-inline {
	display: inline-flex;
	align-items: center;
	width: fit-content;
	padding: 5px 9px;
	background: #000;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
	text-transform: uppercase;
}

.flk-product-badge-new {
	position: absolute;
	top: 0;
	left: 0;
	background: var(--couleur-sable-dark);
	color: #000;
}

.flk-product-badge-promo {
	position: absolute;
	top: 0;
	left: 0;
	background: #15CD72;
	color: #000;
}

.flk-product-badge-custom-sale {
	position: absolute;
	top: 0;
	left: 0;
	background: #15CD72;
	color: #000;
}

.flk-product-badge-promo + .flk-product-badge-new,
.flk-product-badge-promo + .flk-product-badge-custom-sale,
.flk-product-badge-new + .flk-product-badge-custom-sale {
	top: 32px;
}

.flk-product-badges:has(.flk-product-badge-promo) .flk-product-badge-new,
.flk-product-badges:has(.flk-product-badge-promo) .flk-product-badge-custom-sale {
	top: 32px;
}

.flk-product-badges:has(.flk-product-badge-promo):has(.flk-product-badge-new) .flk-product-badge-custom-sale {
	top: 64px;
}

.flk-product-badge-sale {
	position: absolute;
	top: 0;
	right: 0;
	background: #000;
	color: #fff;
}

.flk-sale-percent-inline {
	display: none !important;
}

.wc-block-components-product-sale-badge,
.onsale {
	position: absolute;
	top: 12px;
	left: 12px;
	z-index: 4;
}

.flk-product-badges + .wc-block-components-product-image .wc-block-components-product-sale-badge,
.flk-product-image-wrap .onsale {
	display: none !important;
}

.woocommerce-account .woocommerce-orders-table__cell-order-status,
.woocommerce-account .woocommerce-orders-table__header-order-status {
	display: table-cell !important;
	visibility: visible !important;
	color: #000 !important;
}

.woocommerce-account .woocommerce-orders-table__cell-order-status,
.woocommerce-account .woocommerce-orders-table__cell-order-status *,
.woocommerce-account mark.order-status,
.woocommerce-account .order-status {
	color: #000 !important;
	background: transparent !important;
	opacity: 1 !important;
}

.woocommerce-account .woocommerce-orders-table__cell-order-actions .woocommerce-button,
.woocommerce-account .woocommerce-orders-table__cell-order-actions a {
	display: inline-flex;
	align-items: center;
	gap: 6px;
}

.woocommerce-account .woocommerce-orders-table__cell-order-actions .view::before {
	margin-right: 6px;
}

.single-product .flex-control-nav li.flk-gallery-variation-hidden {
	display: none !important;
}

/* NEWSLETTER FOOTER */
footer .sib_signup_form,
footer form[id*="sib"],
footer .sib-form {
	display: flex;
	align-items: stretch;
	gap: 8px;
	max-width: 360px;
	min-height: 46px;
	overflow: visible;
}

footer .flk-newsletter-promo {
	display: block !important;
	max-width: 430px;
	margin: 0 0 12px !important;
	color: #000;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.35;
}

footer .sib_signup_form p,
footer form[id*="sib"] p,
footer .sib-form p {
	margin: 0;
}

footer .sib_signup_form [class*="sib_signup_box_inside"],
footer form[id*="sib"] [class*="sib_signup_box_inside"],
footer .sib-form [class*="sib_signup_box_inside"] {
	display: flex !important;
	align-items: stretch;
	gap: 8px;
	width: 100%;
	min-height: 46px;
	overflow: visible;
}

footer .sib_signup_form .sib_msg_disp,
footer form[id*="sib"] .sib_msg_disp,
footer .sib-form .sib_msg_disp {
	display: none !important;
	width: 0 !important;
	height: 0 !important;
	min-height: 0 !important;
	padding: 0 !important;
	margin: 0 !important;
}

footer .sib_signup_form input:not([type="email"]):not([type="submit"]),
footer form[id*="sib"] input:not([type="email"]):not([type="submit"]),
footer .sib-form input:not([type="email"]):not([type="submit"]),
footer .sib_signup_form label,
footer form[id*="sib"] label,
footer .sib-form label {
	display: none !important;
}

footer .sib_signup_form .sib-email-area input,
footer form[id*="sib"] .sib-email-area input,
footer .sib-form .sib-email-area input {
	display: block !important;
	visibility: visible !important;
	opacity: 1 !important;
	width: 100% !important;
	min-width: 0;
	min-height: 44px;
	padding: 12px 14px;
	background: transparent;
	border: 1px solid #000;
	color: #000;
}

footer .sib_signup_form p.sib-email-area,
footer form[id*="sib"] p.sib-email-area,
footer .sib-form p.sib-email-area {
	display: block !important;
	flex: 1 1 auto;
	width: auto !important;
	min-width: 0;
	margin: 0 !important;
}

footer .sib_signup_form p:has(input[type="submit"]),
footer form[id*="sib"] p:has(input[type="submit"]),
footer .sib-form p:has(input[type="submit"]) {
	display: block !important;
	flex: 0 0 auto;
	margin: 0 !important;
}

footer .sib_signup_form .sib-PRENOM-area,
footer .sib_signup_form .sib-NOM-area,
footer form[id*="sib"] .sib-PRENOM-area,
footer form[id*="sib"] .sib-NOM-area,
footer .sib-form .sib-PRENOM-area,
footer .sib-form .sib-NOM-area {
	display: none !important;
}

footer .sib_signup_form [class*="sib_signup_box_inside"] > p:not(.sib-email-area):not(:has(input[type="submit"])),
footer form[id*="sib"] [class*="sib_signup_box_inside"] > p:not(.sib-email-area):not(:has(input[type="submit"])),
footer .sib-form [class*="sib_signup_box_inside"] > p:not(.sib-email-area):not(:has(input[type="submit"])) {
	display: none !important;
}

footer .sib_signup_form input[type="email"],
footer form[id*="sib"] input[type="email"],
footer .sib-form input[type="email"] {
	min-width: 0;
	background: transparent;
	border-color: #000;
}

footer .sib_signup_form .sib-email-area,
footer form[id*="sib"] .sib-email-area,
footer .sib-form .sib-email-area {
	display: block !important;
	flex: 1 1 auto;
	min-width: 0;
}

footer .sib_signup_form input[type="submit"],
footer form[id*="sib"] input[type="submit"],
footer .sib-form input[type="submit"] {
	width: auto;
	padding: 14px 18px;
	white-space: nowrap;
}

footer .sib_signup_form input[type="email"],
footer form[id*="sib"] input[type="email"],
footer .sib-form input[type="email"],
footer .sib_signup_form input[type="submit"],
footer form[id*="sib"] input[type="submit"],
footer .sib-form input[type="submit"],
footer .sib_signup_form button[type="submit"],
footer form[id*="sib"] button[type="submit"],
footer .sib-form button[type="submit"] {
	display: block !important;
	min-height: 44px;
}

footer .flk-newsletter-legal {
	max-width: 430px;
	margin-top: 10px;
	color: #000;
	font-size: 11px;
	font-weight: 400;
	line-height: 1.45;
	opacity: 0.75;
}

footer .footer-widgets > .wp-block-column:last-child p:not(.widgets-title):not(.flk-newsletter-promo):not(.flk-newsletter-legal) {
	display: none !important;
}

footer .footer-widgets > .wp-block-column:last-child .flk-newsletter-promo,
footer .footer-widgets > .wp-block-column:last-child .sib_signup_form,
footer .footer-widgets > .wp-block-column:last-child .sib_signup_form p,
footer .footer-widgets > .wp-block-column:last-child form[id*="sib"],
footer .footer-widgets > .wp-block-column:last-child form[id*="sib"] p,
footer .footer-widgets > .wp-block-column:last-child .sib-form,
footer .footer-widgets > .wp-block-column:last-child .sib-form p {
	display: flex !important;
}

footer .footer-widgets > .wp-block-column:last-child .flk-newsletter-promo {
	display: block !important;
	visibility: visible !important;
	opacity: 1 !important;
	height: auto !important;
	margin: 0 0 12px !important;
}

footer .footer-widgets > .wp-block-column:last-child form#sib_signup_form_2.sib_signup_form {
	display: block !important;
	width: 100% !important;
	max-width: 430px !important;
	min-height: 46px !important;
	margin: 0 !important;
	overflow: visible !important;
}

footer .footer-widgets > .wp-block-column:last-child form#sib_signup_form_2 .sib_signup_box_inside_2 {
	display: grid !important;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: stretch !important;
	gap: 8px !important;
	width: 100% !important;
	max-width: 430px !important;
	min-height: 46px !important;
	overflow: visible !important;
}

footer .footer-widgets > .wp-block-column:last-child form#sib_signup_form_2 .sib_msg_disp:empty,
footer .footer-widgets > .wp-block-column:last-child form#sib_signup_form_2 .sib_loader,
footer .footer-widgets > .wp-block-column:last-child form#sib_signup_form_2 .sib-email-area label,
footer .footer-widgets > .wp-block-column:last-child form#sib_signup_form_2 .sib_signup_box_inside_2 > p:not(.sib-email-area):not(:has(input[type="submit"])) {
	display: none !important;
}

footer .sib_signup_form .sib_msg_disp:has(.sib-alert-message),
footer form[id*="sib"] .sib_msg_disp:has(.sib-alert-message),
footer .sib-form .sib_msg_disp:has(.sib-alert-message),
footer .footer-widgets > .wp-block-column:last-child form#sib_signup_form_2 .sib_msg_disp:has(.sib-alert-message) {
	display: block !important;
	grid-column: 1 / -1 !important;
	width: 100% !important;
	height: auto !important;
	min-height: 0 !important;
	padding: 0 !important;
	margin: 0 0 8px !important;
}

footer .sib_signup_form .sib_msg_disp .sib-alert-message,
footer form[id*="sib"] .sib_msg_disp .sib-alert-message,
footer .sib-form .sib_msg_disp .sib-alert-message,
footer .footer-widgets > .wp-block-column:last-child form#sib_signup_form_2 .sib_msg_disp .sib-alert-message {
	display: block !important;
	visibility: visible !important;
	opacity: 1 !important;
	width: 100% !important;
	height: auto !important;
	min-height: 0 !important;
	margin: 0 !important;
	padding: 8px 10px !important;
	color: #000 !important;
	font-size: 12px !important;
	line-height: 1.35 !important;
}

footer .footer-widgets > .wp-block-column:last-child form#sib_signup_form_2 p.sib-email-area,
footer .footer-widgets > .wp-block-column:last-child form#sib_signup_form_2 .sib_signup_box_inside_2 > p:has(input[type="submit"]) {
	display: block !important;
	min-width: 0 !important;
	margin: 0 !important;
}

footer .footer-widgets > .wp-block-column:last-child form#sib_signup_form_2 p.sib-email-area {
	width: 100% !important;
}

footer .footer-widgets > .wp-block-column:last-child form#sib_signup_form_2 .sib_signup_box_inside_2 > p:has(input[type="submit"]) {
	width: auto !important;
}

footer .footer-widgets > .wp-block-column:last-child form#sib_signup_form_2 input[type="email"],
footer .footer-widgets > .wp-block-column:last-child form#sib_signup_form_2 input[type="submit"] {
	display: block !important;
	visibility: visible !important;
	opacity: 1 !important;
	height: 46px !important;
	min-height: 46px !important;
	margin: 0 !important;
	border-radius: 0 !important;
	box-sizing: border-box !important;
}

footer .footer-widgets > .wp-block-column:last-child form#sib_signup_form_2 input[type="email"] {
	width: 100% !important;
	padding: 0 14px !important;
	background: transparent !important;
	border: 1px solid #000 !important;
	color: #000 !important;
}

footer .footer-widgets > .wp-block-column:last-child form#sib_signup_form_2 input[type="submit"] {
	width: auto !important;
	padding: 0 18px !important;
	background: #000 !important;
	border: 1px solid #000 !important;
	color: #fff !important;
	white-space: nowrap !important;
}

@media (max-width: 1200px) {
	footer .footer-widgets > .wp-block-column:last-child form#sib_signup_form_2 .sib_signup_box_inside_2 {
		grid-template-columns: 1fr !important;
	}

	footer .footer-widgets > .wp-block-column:last-child form#sib_signup_form_2 input[type="submit"] {
		width: fit-content !important;
	}
}

@media (max-width: 1023px) {
	#showFilter,
	#openFilter,
	.filter-toggle {
		display: none !important;
	}
}

@media (max-width: 781px) {
	.woocommerce-cart .wc-block-cart,
	.woocommerce-cart .wc-block-components-sidebar-layout,
	.woocommerce-checkout .wc-block-checkout,
	.woocommerce-checkout .wc-block-components-sidebar-layout {
		display: block !important;
		width: 100% !important;
		max-width: 100% !important;
		overflow-x: hidden !important;
	}

	.woocommerce-cart .wc-block-cart__main,
	.woocommerce-cart .wc-block-cart__sidebar,
	.woocommerce-checkout .wc-block-checkout__main,
	.woocommerce-checkout .wc-block-checkout__sidebar {
		width: 100% !important;
		max-width: 100% !important;
		padding-right: 0 !important;
		padding-left: 0 !important;
	}

	.woocommerce-cart .wc-block-cart-items,
	.woocommerce-cart .wc-block-cart-items__row,
	.woocommerce-checkout .wc-block-components-main,
	.woocommerce-checkout .wc-block-components-sidebar {
		max-width: 100% !important;
	}
}

/* NOUVEAUTES ACCUEIL */
.flk-home-new-products {
	background: #fff;
	padding: var(--wp--preset--spacing--50) var(--wp--preset--spacing--40);
}

.flk-home-new-products__inner {
	width: min(1400px, 100%);
	margin: 0 auto;
}

.flk-home-new-products__header {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 24px;
	margin-bottom: 34px;
}

.flk-home-new-products__eyebrow {
	margin: 0 0 6px;
	color: #202025;
	font-size: 15px;
	line-height: 1.4;
}

.flk-home-new-products h2 {
	margin: 0;
	color: #202025;
	font-size: 36px;
	font-weight: 700;
	line-height: 1.15;
}

.flk-home-new-products__link {
	display: inline-flex;
	align-items: center;
	padding-bottom: 4px;
	color: #202025;
	border-bottom: 1px solid currentColor;
	font-size: 15px;
	text-decoration: none;
	white-space: nowrap;
}

.flk-home-new-products__link::before {
	content: "\2197";
	margin-right: 8px;
}

.flk-home-new-products__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 34px 28px;
}

.flk-home-new-products__item {
	min-width: 0;
}

.flk-home-new-products__image {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	aspect-ratio: 1 / 1.18;
	margin-bottom: 15px;
	overflow: hidden;
	background: #fff;
	text-decoration: none;
}

.flk-home-new-products__image img {
	display: block;
	width: 100%;
	height: 100%;
	max-width: 100%;
	object-fit: contain;
}

.flk-home-new-products__item h3 {
	margin: 0 0 4px;
	font-size: 17px;
	font-weight: 500;
	line-height: 1.45;
}

.flk-home-new-products__item h3 a {
	color: #202025;
	text-decoration: none;
}

.flk-home-new-products__price {
	color: #202025;
	font-size: 15px;
	line-height: 1.55;
}

@media (max-width: 781px) {
	.flk-home-new-products {
		padding-right: 20px !important;
		padding-left: 20px !important;
	}

	.flk-home-new-products__header {
		align-items: flex-start;
		flex-direction: column;
		margin-bottom: 24px;
	}

	.flk-home-new-products__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
		gap: 26px 18px;
	}

	.flk-home-new-products__image {
		aspect-ratio: 1 / 1.15;
	}

	.flk-home-new-products h2 {
		font-size: 30px;
	}
}

.pswp,
.woocommerce-product-gallery__trigger,
.woocommerce-product-gallery .zoomImg {
	z-index: 999999 !important;
}

@media (max-width: 781px) {
	body.tax-product_cat .wp-block-query-title,
	body.post-type-archive-product .wp-block-query-title,
	body.woocommerce-shop .wp-block-query-title,
	body.archive.woocommerce-page .wp-block-query-title {
		display: block;
		margin-top: 0 !important;
		padding-top: 42px !important;
		scroll-margin-top: 180px;
		line-height: 1.15;
	}

	body.tax-product_cat .wp-block-query-title.has-text-align-center,
	body.post-type-archive-product .wp-block-query-title.has-text-align-center,
	body.woocommerce-shop .wp-block-query-title.has-text-align-center,
	body.archive.woocommerce-page .wp-block-query-title.has-text-align-center {
		text-align: center;
	}
}

@media (max-width: 480px) {
	body.tax-product_cat .wp-block-query-title,
	body.post-type-archive-product .wp-block-query-title,
	body.woocommerce-shop .wp-block-query-title,
	body.archive.woocommerce-page .wp-block-query-title {
		padding-top: 58px !important;
	}
}
