/*
Theme Name: Peeboo Child
Template: peeboo
Version: 1.8.7
*/

/* Évite des milliers de 404 : l’image background-menu-2.png n’existe pas dans le thème. */
.bwp-header.header-v4 .bwp-navigation ul > li.level-0.current-menu-ancestor > a,
.bwp-header.header-v4 .bwp-navigation ul > li.level-0.current-menu-item > a,
.bwp-header.header-v4 .bwp-navigation ul > li.level-0.current_page_item > a,
.bwp-header.header-v4 .bwp-navigation ul > li.level-0:hover > a {
	background: none !important;
}

/* Header : bouton Contact (remplace le téléphone) */
.bwp-header .header-right .mc-header-contact {
	position: relative;
	margin-right: 70px;
	padding-right: 70px;
	display: inline-flex;
	align-items: center;
}

.rtl .bwp-header .header-right .mc-header-contact {
	margin-left: 70px;
	margin-right: 0;
	padding-left: 70px;
	padding-right: 0;
}

@media (max-width: 1199px) {
	.bwp-header .header-right .mc-header-contact {
		margin-right: 30px;
		padding-right: 30px;
	}

	.rtl .bwp-header .header-right .mc-header-contact {
		margin-left: 30px;
		margin-right: 0;
		padding-left: 30px;
		padding-right: 0;
	}
}

.bwp-header .header-right .mc-header-contact::after {
	content: "";
	background: #ddd;
	width: 1px;
	height: 50px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.rtl .bwp-header .header-right .mc-header-contact::after {
	left: 0;
	right: auto;
}

.bwp-header .mc-header-contact-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-width: 141px;
	height: 50px;
	padding: 0 28px;
	background: #227403;
	color: #fff !important;
	font-family: Nunito, sans-serif;
	font-size: 14px;
	font-weight: 800;
	line-height: 1;
	text-decoration: none !important;
	border-radius: 50px;
	transition: background 0.3s ease, transform 0.2s ease;
	white-space: nowrap;
}

.bwp-header .mc-header-contact-btn .icon-email {
	font-size: 16px;
	line-height: 1;
}

.bwp-header .mc-header-contact-btn:hover,
.bwp-header .mc-header-contact-btn:focus {
	background: #1a5c02;
	color: #fff !important;
	text-decoration: none !important;
}

.bwp-header.header-v1 .header-left .mc-header-contact {
	margin-left: 55px;
	margin-right: 0;
	padding: 0;
}

.bwp-header.header-v1 .header-left .mc-header-contact::after {
	display: none;
}

.rtl .bwp-header.header-v1 .header-left .mc-header-contact {
	margin-right: 55px;
	margin-left: 0;
}

/* --------------------------------------------------------------------------
   Header v4 : responsive (logo + recherche + Racheter + Contact)
   -------------------------------------------------------------------------- */
.bwp-header.header-v4 .header-top > .container > .row {
	align-items: center;
}

.bwp-header.header-v4 .header-top .header-left {
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
	gap: 20px;
	min-width: 0;
}

.bwp-header.header-v4 .header-top .header-left > * {
	display: block;
	min-width: 0;
}

.bwp-header.header-v4 .header-top .header-left .wpbingoLogo {
	flex: 0 0 auto;
}

.bwp-header.header-v4 .header-top .header-left .wpbingoLogo img {
	max-width: 200px !important;
	width: auto;
	height: auto;
}

.bwp-header.header-v4 .header-top .header-left .header-search-form {
	flex: 1 1 auto;
	min-width: 0;
	max-width: 100%;
	padding-left: 0 !important;
}

.rtl .bwp-header.header-v4 .header-top .header-left .header-search-form {
	padding-right: 0 !important;
}

.bwp-header.header-v4 .header-top .header-left .header-search-form .search-from {
	max-width: 100%;
}

.bwp-header.header-v4 .header-top .header-right {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: flex-end;
	gap: 12px;
	min-width: 0;
}

.bwp-header.header-v4 .header-top .header-right .header-buy-wrap,
.bwp-header.header-v4 .header-top .header-right .mc-header-contact,
.bwp-header.header-v4 .header-top .header-right .header-page-link {
	flex: 0 0 auto;
}

.bwp-header.header-v4 .header-top .header-right .header-page-link {
	position: static;
	top: auto;
}

.bwp-header.header-v4 .header-btn-atc a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	min-height: 46px;
	padding: 0 22px;
	border-radius: 999px;
	background: #227403 !important;
	color: #fff !important;
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
	text-decoration: none !important;
	border: 2px solid #227403 !important;
	box-shadow: 0 10px 24px rgba(34, 116, 3, 0.22);
	transition: background-color 0.2s ease, color 0.2s ease, transform 0.15s ease, box-shadow 0.2s ease;
	white-space: nowrap;
}

.bwp-header.header-v4 .header-btn-atc a:hover {
	background: #fff !important;
	color: #227403 !important;
	border-color: #227403 !important;
	transform: translateY(-1px);
	box-shadow: 0 12px 24px rgba(34, 116, 3, 0.2);
}

.bwp-header.header-v4 .header-buy-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 18px;
	height: 18px;
	flex: 0 0 18px;
}

.bwp-header.header-v4 .header-buy-icon svg {
	display: block;
	width: 18px;
	height: 18px;
}

.bwp-header.header-v4 .header-btn-atc,
.bwp-header.header-v4 .header-btn-atc .button {
	margin: 0 !important;
	float: none !important;
}

/* Menu compte (icône profil) : libellés sur une ligne */
.bwp-header .login-header .block-top-link .widget-custom-menu ul.menu li a {
	white-space: nowrap;
	text-transform: none;
	font-size: 13px;
}

/* Tablette / ThinkPad (768–1366) : layout dédié */
@media (min-width: 768px) and (max-width: 1366px) {
	/* Garder le header « desktop » sur tablette (évite le header mobile trop minimal) */
	.bwp-header.header-v4 .header-desktop {
		display: block !important;
	}

	.bwp-header.header-v4 .header-mobile {
		display: none !important;
	}

	.bwp-header.header-v4 .header-search-form.hidden-sm.hidden-xs {
		display: block !important;
	}

	.bwp-header.header-v4 .header-top {
		padding: 18px 0 20px;
	}

	.bwp-header.header-v4 .header-top > .container > .row {
		flex-wrap: wrap;
		row-gap: 14px;
		margin-left: -10px;
		margin-right: -10px;
	}

	.bwp-header.header-v4 .header-top .header-left,
	.bwp-header.header-v4 .header-top .header-right {
		flex: 0 0 100%;
		max-width: 100%;
		width: 100%;
		padding-left: 10px;
		padding-right: 10px;
	}

	.bwp-header.header-v4 .header-top .header-left {
		flex-wrap: wrap;
		gap: 12px 16px;
	}

	.bwp-header.header-v4 .header-top .header-left .wpbingoLogo {
		flex: 0 0 auto;
		top: 0;
	}

	.bwp-header.header-v4 .header-top .header-left .wpbingoLogo img {
		max-width: 140px !important;
	}

	.bwp-header.header-v4 .header-top .header-left .header-search-form {
		flex: 1 1 220px;
		min-width: min(100%, 220px);
	}

	.bwp-header.header-v4 .header-top .header-left .header-search-form .search-from {
		max-width: 100%;
		height: 52px;
		padding-left: 20px;
	}

	.bwp-header.header-v4 .header-top .header-left .header-search-form .search-from .search-box input[type="text"] {
		line-height: 52px;
		font-size: 14px;
	}

	.bwp-header.header-v4 .header-top .header-left .header-search-form .search-from #searchsubmit2 {
		height: 52px;
		width: 56px;
		padding: 0 10px;
	}

	.bwp-header.header-v4 .header-top .header-left .header-search-form .search-from #searchsubmit2 span:not(.search-icon) {
		display: none;
	}

	.bwp-header.header-v4 .header-top .header-right {
		justify-content: center;
		flex-wrap: wrap;
		gap: 10px 12px;
	}

	.bwp-header .header-right .mc-header-contact {
		margin-right: 0;
		padding-right: 0;
	}

	.bwp-header .header-right .mc-header-contact::after {
		display: none;
	}

	.bwp-header.header-v4 .header-btn-atc a,
	.bwp-header.header-v4 .mc-header-contact-btn {
		min-height: 42px;
		padding: 0 16px !important;
		font-size: 13px;
		min-width: 0;
	}

	.bwp-header.header-v4 .header-buy-text {
		display: none;
	}

	.bwp-header.header-v4 .header-btn-atc a {
		padding: 0 14px !important;
	}

	.bwp-header.header-v4 .header-page-link > * {
		margin-left: 14px;
	}

	.bwp-header.header-v4 .header-wrapper {
		padding: 14px 0 18px;
	}

	.bwp-header.header-v4 .bwp-navigation ul > li.level-0 > a {
		padding: 8px 14px;
		font-size: 14px;
	}

	.bwp-header.header-v4 .header-menu-bg {
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		scrollbar-width: thin;
	}

	.bwp-header.header-v4 .bwp-navigation {
		display: inline-block;
		min-width: max-content;
	}
}

/* Laptop étroit / ThinkPad 1367–1499 */
@media (min-width: 1367px) and (max-width: 1499px) {
	.bwp-header.header-v4 .header-top {
		padding-top: 24px;
		padding-bottom: 24px;
	}

	.bwp-header.header-v4 .header-top > .container > .row {
		flex-wrap: wrap;
		row-gap: 16px;
	}

	.bwp-header.header-v4 .header-top .header-left,
	.bwp-header.header-v4 .header-top .header-right {
		flex: 0 0 100%;
		max-width: 100%;
		width: 100%;
	}

	.bwp-header.header-v4 .header-top .header-right {
		justify-content: flex-end;
		flex-wrap: wrap;
		row-gap: 10px;
	}

	.bwp-header .header-right .mc-header-contact {
		margin-right: 0;
		padding-right: 0;
	}

	.bwp-header .header-right .mc-header-contact::after {
		display: none;
	}

	.bwp-header.header-v4 .header-top .header-left .wpbingoLogo img {
		max-width: 160px !important;
	}
}

@media (min-width: 1500px) and (max-width: 1699px) {
	.bwp-header .header-right .mc-header-contact {
		margin-right: 24px;
		padding-right: 24px;
	}

	.bwp-header.header-v4 .header-top .header-left .wpbingoLogo img {
		max-width: 180px !important;
	}

	.bwp-header.header-v4 .header-btn-atc a,
	.bwp-header.header-v4 .mc-header-contact-btn {
		padding-left: 16px !important;
		padding-right: 16px !important;
		min-width: 0;
	}
}

@media (min-width: 1700px) {
	.bwp-header.header-v4 .header-top .header-left .wpbingoLogo img {
		max-width: 240px !important;
	}
}

/* Mobile uniquement (< 768) : barre fixe + header mobile du thème */
@media (max-width: 767px) {
	.bwp-header.header-v4 .header-mobile .wpbingoLogo img {
		max-width: 130px !important;
		width: auto;
		height: auto;
		margin: 0 auto;
	}

	.bwp-header.header-v4 .header-mobile > .container > .row {
		align-items: center;
	}

	.bwp-header.header-v4 .header-mobile-fixed {
		padding: 8px 10px 6px;
		gap: 4px;
		justify-content: space-around;
	}

	.bwp-header.header-v4 .header-mobile-fixed > div {
		flex: 1 1 0;
		text-align: center;
	}
}

/* Popup recherche mobile (icône footer) : placeholder lisible en entier */
@media (max-width: 991px) {
	.search-overlay {
		padding-top: 56px;
		padding-left: 16px;
		padding-right: 16px;
		box-sizing: border-box;
	}

	.search-overlay .wrapper-search.container {
		width: 100%;
		max-width: 100%;
		padding-left: 0;
		padding-right: 0;
	}

	.search-overlay .search-top {
		margin-bottom: 20px;
		align-items: flex-start;
		gap: 8px;
	}

	.search-overlay .search-top h2 {
		font-size: 15px;
		line-height: 1.35;
		flex: 1 1 auto;
		min-width: 0;
	}

	.search-overlay .close-search i {
		font-size: 24px;
	}

	.search-overlay .search-from {
		width: 100%;
		flex-direction: column;
	}

	.search-overlay .search-from .search-box {
		width: 100%;
		position: relative;
	}

	.search-overlay .search-from .search-box input[type="text"] {
		font-size: 16px !important;
		line-height: 1.4 !important;
		height: auto;
		min-height: 44px;
		padding-right: 44px !important;
		padding-bottom: 10px !important;
		margin-bottom: 20px !important;
		box-sizing: border-box;
	}

	.search-overlay .search-from .search-box input[type="text"]::placeholder {
		font-size: 13px;
		line-height: 1.35;
		opacity: 1;
		color: #858585;
	}

	.search-overlay .search-from .search-box #searchsubmit {
		top: 6px !important;
		font-size: 18px !important;
	}
}

@media (max-width: 380px) {
	.search-overlay .search-from .search-box input[type="text"]::placeholder {
		font-size: 12px;
	}
}

/* --------------------------------------------------------------------------
   Mobile : bande blanche à droite (débordement horizontal)
   - Panier popup : translateX(107%) dépasse le viewport quand fermé
   - Slider catégories boutique : flèches slick en dehors du conteneur
   -------------------------------------------------------------------------- */
@media (max-width: 991px) {
	html {
		overflow-x: hidden;
	}

	/* Panier latéral fermé : 107% créait un scroll horizontal à droite */
	.peeboo-topcart.popup .mini-cart .cart-popup {
		-webkit-transform: translateX(100%) !important;
		transform: translateX(100%) !important;
	}

	.peeboo-topcart.popup.show .mini-cart .cart-popup,
	.peeboo-topcart.popup.show .mini-cart .cart-popup > .inner {
		-webkit-transform: translateX(0) !important;
		transform: translateX(0) !important;
	}

	/* Bandeau catégories (page Shop) */
	.bwp-main .page-title {
		overflow-x: hidden;
	}

	.woocommerce-product-subcategorie-content {
		overflow: hidden;
	}

	.woocommerce-product-subcategorie-content .subcategorie-content {
		max-width: 100%;
		padding-left: 20px;
		padding-right: 20px;
		box-sizing: border-box;
	}

	.woocommerce-product-subcategorie-content .slick-arrow.fa-angle-right {
		right: 0 !important;
	}

	.woocommerce-product-subcategorie-content .slick-arrow.fa-angle-left {
		left: 0 !important;
	}

	.woocommerce-product-subcategorie-content .slick-list {
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
}

/* Popup d'entrée : image seule, clic pour fermer */
.newsletterpopup.mc-popup-image-only:not(.active),
.popupshadow:not(.active) {
	display: none !important;
	visibility: hidden !important;
	content-visibility: hidden;
}

.newsletterpopup.mc-popup-image-only {
	/* Le thème parent force width:300px sur mobile — on écrase */
	width: min(640px, calc(100vw - 32px)) !important;
	max-width: min(640px, calc(100vw - 32px)) !important;
	height: auto !important;
	min-height: 0;
	max-height: calc(100vh - 24px);
	padding: 0 !important;
	overflow: hidden;
	border-radius: 12px;
	background: transparent;
	box-shadow: 0 12px 40px rgba(0, 0, 0, 0.25);
}

.newsletterpopup.mc-popup-image-only.active {
	padding-left: 0 !important;
	padding-right: 0 !important;
	width: min(640px, calc(100vw - 32px)) !important;
	max-width: min(640px, calc(100vw - 32px)) !important;
}

.newsletterpopup.mc-popup-image-only .close-popup {
	display: none !important;
}

.newsletterpopup.mc-popup-image-only .mc-popup-image-trigger {
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	border: none;
	background: none;
	cursor: pointer;
	line-height: 0;
}

.newsletterpopup.mc-popup-image-only .mc-popup-image-trigger img {
	display: block;
	width: 100% !important;
	min-width: 100%;
	height: auto !important;
	max-width: 100% !important;
	max-height: calc(100vh - 32px);
	object-fit: contain;
}

.newsletterpopup.mc-popup-image-only .mc-popup-image-trigger:hover img {
	opacity: 0.97;
}

@media (max-width: 991px) {
	.newsletterpopup.mc-popup-image-only,
	.newsletterpopup.mc-popup-image-only.active {
		width: calc(100vw - 16px) !important;
		max-width: calc(100vw - 16px) !important;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%) !important;
		border-radius: 10px;
	}

	.newsletterpopup.mc-popup-image-only .mc-popup-image-trigger img {
		max-height: calc(100vh - 24px);
	}
}

@media (max-width: 480px) {
	.newsletterpopup.mc-popup-image-only,
	.newsletterpopup.mc-popup-image-only.active {
		width: calc(100vw - 12px) !important;
		max-width: calc(100vw - 12px) !important;
	}
}

/* --------------------------------------------------------------------------
   Grille boutique : prix + abonnement (WooCommerce All Products for Subscriptions)
   Le thème met .price en inline-flex → le texte « ou s'abonner… » déborde en mobile.
   -------------------------------------------------------------------------- */
.products-list.grid .product-wapper .products-content {
	min-width: 0;
	max-width: 100%;
}

.products-list.grid .product-wapper .products-content .price {
	display: block !important;
	align-items: unset !important;
	overflow: visible !important;
	max-width: 100%;
	line-height: 1.45 !important;
}

.products-list.grid .product-wapper .products-content .price .woocommerce-Price-amount {
	display: inline;
	white-space: nowrap;
}

.products-list.grid .product-wapper .products-content .price .wcsatt-sub-options {
	display: block !important;
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	border-top: none;
	font-size: 12px !important;
	font-weight: 400;
	color: #666;
	line-height: 1.4;
	white-space: normal !important;
	overflow-wrap: anywhere;
	word-break: break-word;
}

.products-list.grid .product-wapper .products-content .price .wcsatt-sub-options::before {
	content: "";
	display: block;
	width: 100%;
	margin-top: 8px;
	padding-top: 8px;
	border-top: 1px solid #ebebeb;
}

.products-list.grid .product-wapper .products-content .price .wcsatt-dash {
	margin-right: 4px;
}

.products-list.grid .product-wapper .products-content .price .wcsatt-sub-discount {
	display: inline !important;
	font-size: 13px;
	font-weight: 700;
	color: var(--theme-color, #fa8400);
	margin-left: 4px;
	white-space: nowrap;
	vertical-align: baseline;
}

.products-list.grid .product-wapper .products-content .price small:empty {
	display: none !important;
}

/* Newsletter bandeau « Recevoir nos newsletters » */
.content-newsletter-3 .wpbingo-newsletter.newsletter-default .content-newsletter {
	align-items: stretch;
	overflow: hidden;
	padding: 0;
}

.content-newsletter-3 .wpbingo-newsletter.newsletter-default .content-newsletter > p {
	margin: 0;
	padding: 0;
	display: flex;
	align-items: stretch;
	width: 100%;
	flex: 1 1 auto;
}

.content-newsletter-3 .wpbingo-newsletter.newsletter-default .content-newsletter .wpcf7-form-control-wrap {
	flex: 1 1 auto;
	width: auto !important;
	min-width: 0;
}

.content-newsletter-3 .wpbingo-newsletter.newsletter-default .content-newsletter input[type="email"] {
	height: 48px;
	line-height: 48px;
	background: #fff;
	border-radius: 20px 0 0 20px;
}

.content-newsletter-3 .wpbingo-newsletter.newsletter-default .content-newsletter input[type="submit"] {
	height: 48px;
	line-height: 48px;
	margin: 0 !important;
	padding: 0 28px;
	border-radius: 0 20px 20px 0;
}

.content-newsletter-3 .wpbingo-newsletter.newsletter-default .content-newsletter .clearfix {
	display: inline-flex;
	align-items: stretch;
	justify-content: center;
	flex-shrink: 0;
	height: auto;
	min-width: 0;
	margin: 0 !important;
	border-radius: 0 20px 20px 0;
	overflow: hidden;
}

.content-newsletter-3 .wpbingo-newsletter.newsletter-default .content-newsletter .clearfix:before {
	top: 50% !important;
	left: 50% !important;
	transform: translate(-50%, -50%);
	font-size: 22px !important;
	line-height: 1;
	pointer-events: none;
}

/* Page Contact */
.elementor-page-15115 .service-client-section {
	padding: 50px 20px 30px;
	background: linear-gradient(135deg, #f4f9ee 0%, #fff 100%);
}

.elementor-page-15115 .service-card {
	background: #fff;
	border-radius: 16px;
	padding: 36px 40px;
	box-shadow: 0 8px 32px rgba(34, 116, 3, 0.1);
	border: 1px solid rgba(34, 116, 3, 0.12);
	opacity: 1;
	transform: none;
}

.elementor-page-15115 .service-number {
	display: inline-block;
	background: #227403;
	color: #fff;
	padding: 8px 20px;
	border-radius: 25px;
	font-size: 13px;
	font-weight: 600;
	margin-bottom: 18px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

.elementor-page-15115 .service-title {
	font-size: 30px;
	font-weight: 700;
	color: #222;
	margin: 0 0 16px;
	line-height: 1.3;
}

.elementor-page-15115 .service-description {
	font-size: 16px;
	line-height: 1.75;
	color: #444;
	margin: 0 0 20px;
}

.elementor-page-15115 .service-highlight {
	background: rgba(34, 116, 3, 0.08);
	border-left: 4px solid #227403;
	padding: 18px 22px;
	border-radius: 8px;
	font-size: 15px;
	font-weight: 600;
	color: #222;
	line-height: 1.6;
	margin: 0 0 20px;
}

.elementor-page-15115 .service-hours {
	font-size: 15px;
	color: #444;
	padding-top: 14px;
	border-top: 1px solid #ebebeb;
}

.elementor-page-15115 .title-block-1 .elementor-heading-title {
	color: #227403;
}

.elementor-page-15115 .title-block-1 .elementor-heading-title span {
	color: #fa8400;
}

.elementor-page-15115 .elementor-element-7a70f66 .elementor-heading-title {
	color: #227403;
	font-size: 22px !important;
	line-height: 1.2;
	white-space: nowrap;
}

.elementor-page-15115 .elementor-element-7a70f66 .elementor-heading-title span {
	color: #fa8400;
}

.elementor-page-15115 .elementor-element-54f35fd .elementor-heading-title,
.elementor-page-15115 .elementor-element-aedf74a .elementor-heading-title,
.elementor-page-15115 .elementor-element-98f6ddb .elementor-heading-title,
.elementor-page-15115 .elementor-element-6a4f610 .elementor-heading-title {
	color: #227403;
	font-size: 15px !important;
	font-weight: 600;
}

.elementor-page-15115 .elementor-element-c5b8c42 a,
.elementor-page-15115 .elementor-element-00e8a1e a {
	color: #222;
	font-size: 16px;
	font-weight: 500;
	text-decoration: none;
}

.elementor-page-15115 .elementor-element-c5b8c42 a:hover,
.elementor-page-15115 .elementor-element-00e8a1e a:hover {
	color: #fa8400;
}

.elementor-page-15115 .elementor-element-10d2346 ul.social-link li a,
.elementor-page-15115 .social-link ul.social-link li a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: none;
	background: transparent !important;
	padding: 0;
}

.elementor-page-15115 .elementor-element-10d2346 ul.social-link li a i,
.elementor-page-15115 .social-link ul.social-link li a i,
.elementor-page-15115 .elementor-element-10d2346 .social-link li a i,
.elementor-page-15115 .social-link li a i {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	width: 40px !important;
	height: 40px !important;
	line-height: 40px !important;
	font-size: 16px !important;
	color: #fff !important;
	background: #fa8400 !important;
	border-radius: 50% !important;
	border: none !important;
	transition: background 0.2s ease, transform 0.2s ease;
}

.elementor-page-15115 .elementor-element-10d2346 ul.social-link li a:hover i,
.elementor-page-15115 .social-link ul.social-link li a:hover i,
.elementor-page-15115 .elementor-element-10d2346 .social-link li a:hover i,
.elementor-page-15115 .social-link li a:hover i {
	background: #227403 !important;
	color: #fff !important;
	transform: translateY(-2px);
}

.elementor-page-15115 .social-link li a {
	background: transparent !important;
}

.elementor-page-15115 .mc-contact-form-section,
.elementor-page-15115 .elementor-element-45b9d9b {
	background-color: #e8f4dc !important;
	border-radius: 16px;
	overflow: hidden;
}

.elementor-page-15115 .mc-contact-form-section .elementor-heading-title {
	color: #227403;
}

.elementor-page-15115 .mc-contact-form-section .elementor-widget-text-editor {
	color: #555;
	font-size: 15px;
}

.elementor-page-15115 .mc-contact-form {
	background: #fff;
	border-radius: 12px;
	padding: 28px 24px 32px;
	box-shadow: 0 6px 24px rgba(0, 0, 0, 0.06);
	max-width: 720px;
	margin: 0 auto;
}

.elementor-page-15115 .mc-contact-form label {
	display: block;
	color: #222;
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 8px;
}

.elementor-page-15115 .mc-contact-form .mc-optional {
	font-weight: 400;
	color: #888;
	font-size: 12px;
}

.elementor-page-15115 .mc-contact-form input[type="text"],
.elementor-page-15115 .mc-contact-form input[type="email"],
.elementor-page-15115 .mc-contact-form input[type="file"],
.elementor-page-15115 .mc-contact-form textarea {
	width: 100%;
	border: 1px solid #e0e0e0;
	border-radius: 8px;
	padding: 12px 16px;
	font-size: 14px;
	margin-bottom: 0;
	height: auto;
	line-height: 1.4;
	background: #fafafa;
	transition: border-color 0.2s ease, background 0.2s ease;
}

.elementor-page-15115 .mc-contact-form input[type="file"] {
	padding: 10px 12px;
	background: #fff;
}

.elementor-page-15115 .mc-contact-form input:focus,
.elementor-page-15115 .mc-contact-form textarea:focus {
	border-color: #fa8400;
	background: #fff;
	outline: none;
}

.elementor-page-15115 .mc-contact-form textarea {
	min-height: 140px;
	max-height: 220px;
	resize: vertical;
}

.elementor-page-15115 .mc-contact-form > .row {
	margin: 0 -10px 18px;
}

.elementor-page-15115 .mc-contact-form > .row > div {
	padding: 0 10px;
	margin-bottom: 4px;
}

.elementor-page-15115 .mc-contact-form .content-button {
	text-align: center;
	margin-top: 8px;
}

.elementor-page-15115 .mc-contact-form input[type="submit"] {
	height: 50px;
	line-height: 50px;
	padding: 0 40px;
	font-size: 15px;
	font-weight: 600;
	color: #fff;
	background: #fa8400;
	border: none;
	border-radius: 30px;
	cursor: pointer;
	transition: background 0.2s ease;
}

.elementor-page-15115 .mc-contact-form input[type="submit"]:hover {
	background: #227403;
}

.elementor-page-15115 .wpcf7-form p {
	margin: 0;
}

.elementor-page-15115 .wpcf7-not-valid-tip {
	font-size: 12px;
	margin-top: 4px;
}

.elementor-page-15115 .wpcf7-response-output {
	border-radius: 8px;
	margin: 16px auto 0;
	max-width: 720px;
}

@media (max-width: 767px) {
	.elementor-page-15115 .service-card {
		padding: 24px 20px;
	}

	.elementor-page-15115 .service-title {
		font-size: 24px;
	}

	.elementor-page-15115 .mc-contact-form {
		padding: 20px 16px 24px;
	}

	.elementor-page-15115 .elementor-element-7a70f66 .elementor-heading-title {
		white-space: normal;
		font-size: 20px !important;
	}
}

/* Mega menu Chien / Chat — même layout que Shop */
.mega-menu-fullwidth-width > ul.sub-menu {
	display: none !important;
}

.bwp-header .mega-menu-fullwidth-width > .sub-menu,
.bwp-header .mega-menu-fullwidth-width > div.sub-menu {
	display: block;
}

.bwp-header .mega-menu-fullwidth-width .content-megamenu .title .elementor-heading-title {
	font-size: 15px;
	font-weight: 700;
	text-transform: none;
	letter-spacing: 1px;
	margin: 0 0 12px;
	line-height: 1.3;
	color: #222;
}

.bwp-header .mega-menu-fullwidth-width .content-megamenu .title .elementor-heading-title a {
	display: inline;
	padding: 0;
	border: none;
	border-radius: 0;
	background: none !important;
	box-shadow: none;
	color: #222 !important;
	text-decoration: none !important;
	transition: color 0.2s ease;
}

.bwp-header .mega-menu-fullwidth-width .content-megamenu .title .elementor-heading-title a:hover,
.bwp-header .mega-menu-fullwidth-width .content-megamenu .title .elementor-heading-title a:focus {
	color: #fa8400 !important;
	background: none !important;
	border: none;
}

/* Liens sous-menus Chien / Chat / Shop */
.bwp-header .mega-menu-fullwidth-width .content-megamenu .elementor-icon-list-items {
	list-style: none;
	margin: 0;
	padding: 0;
}

.bwp-header .mega-menu-fullwidth-width .content-megamenu .elementor-icon-list-item {
	margin: 0;
	padding: 0;
	line-height: 1.35;
}

.bwp-header .mega-menu-fullwidth-width .content-megamenu .elementor-icon-list-item a {
	display: block;
	padding: 4px 8px;
	margin: 0 -8px;
	border-radius: 4px;
	color: #666 !important;
	font-size: 13px;
	line-height: 1.4;
	text-decoration: none !important;
	transition: color 0.2s ease, background 0.2s ease;
}

.bwp-header .mega-menu-fullwidth-width .content-megamenu .elementor-icon-list-item a .elementor-icon-list-text {
	color: inherit;
	transition: color 0.2s ease;
}

.bwp-header .mega-menu-fullwidth-width .content-megamenu .elementor-icon-list-item a:hover,
.bwp-header .mega-menu-fullwidth-width .content-megamenu .elementor-icon-list-item a:focus {
	color: #fa8400 !important;
	background: rgba(250, 132, 0, 0.08);
	padding-left: 8px;
}

.bwp-header .mega-menu-fullwidth-width .content-megamenu .elementor-icon-list-item a:hover .elementor-icon-list-text,
.bwp-header .mega-menu-fullwidth-width .content-megamenu .elementor-icon-list-item a:focus .elementor-icon-list-text {
	color: #fa8400 !important;
}

/* Titres de colonnes : orange au survol (Chien / Chat) */
.bwp-header .mega-menu-fullwidth-width .content-megamenu .title .elementor-heading-title:hover,
.bwp-header .mega-menu-fullwidth-width .content-megamenu .title .elementor-heading-title:focus-within {
	color: #fa8400;
}

/* Menus standards (non mega-menu) : hover homogène en vert */
.bwp-header .bwp-navigation ul > li.level-0:not(.mega-menu) > ul.sub-menu li a,
.bwp-header .bwp-navigation ul > li.level-0:not(.mega-menu) > div.sub-menu li a {
	display: block;
	padding: 4px 8px;
	margin: 0 -8px;
	border-radius: 4px;
	transition: color 0.2s ease, background 0.2s ease;
}

.bwp-header .bwp-navigation ul > li.level-0:not(.mega-menu) > ul.sub-menu li a:hover,
.bwp-header .bwp-navigation ul > li.level-0:not(.mega-menu) > div.sub-menu li a:hover,
.bwp-header .bwp-navigation ul > li.level-0:not(.mega-menu) > ul.sub-menu li a:focus,
.bwp-header .bwp-navigation ul > li.level-0:not(.mega-menu) > div.sub-menu li a:focus {
	color: #227403 !important;
	background: rgba(34, 116, 3, 0.07);
}

/* (titres mega menu : style d’origine) */

/* Quick View — modale plus large, colonnes équilibrées */
.bwp-quick-view.is-visible.animate-width,
.bwp-quick-view.is-visible.add-content {
	max-height: 90vh;
	overflow-x: hidden;
	overflow-y: auto;
}

.bwp-quick-view.add-content {
	top: 50% !important;
	left: 50% !important;
	transform: translate(-50%, -50%) !important;
}

.bwp-quick-view.add-content .quickview-container .product_detail {
	overflow: visible;
}

.bwp-quick-view.add-content .quickview-container .product_detail > .row {
	display: flex;
	flex-wrap: nowrap;
	align-items: stretch;
	margin: 0;
}

.bwp-quick-view.add-content .quickview-container .img-quickview {
	float: none;
	flex: 0 0 44%;
	max-width: 44% !important;
	box-sizing: border-box;
	padding: 24px 16px 24px 24px;
}

.bwp-quick-view.add-content .quickview-container .bwp-single-info {
	position: relative;
	flex: 1 1 56%;
	min-width: 0;
	opacity: 1;
	visibility: visible;
	z-index: 1;
	width: auto !important;
	height: auto !important;
	padding: 44px 28px 44px 16px !important;
	box-sizing: border-box;
	overflow: visible;
}

.bwp-quick-view.add-content .quickview-container .bwp-single-info .content_product_detail {
	overflow-x: hidden;
	overflow-y: auto;
	max-height: calc(90vh - 88px);
	height: auto;
	padding-right: 4px;
}

.bwp-quick-view .product_title {
	font-size: 20px !important;
	line-height: 1.35 !important;
	margin-bottom: 14px !important;
}

.bwp-quick-view .entry-summary .price-single {
	flex-wrap: wrap;
	gap: 4px 6px;
}

.bwp-quick-view .entry-summary .price-single .price {
	font-size: 22px;
	line-height: 1.35;
	word-break: break-word;
}

.bwp-quick-view .wcsatt-options-prompt-radios {
	margin: 0;
	padding: 0;
}

.bwp-quick-view .wcsatt-options-prompt-radios li label,
.bwp-quick-view .wcsatt-options-prompt-action {
	white-space: normal;
	line-height: 1.4;
}

/* Quick view : fréquence abonnement uniquement si « abonnement » est coché */
.bwp-quick-view .wcsatt-options-wrapper.closed .wcsatt-options-product-wrapper,
.bwp-quick-view .quantity-button:has(.wcsatt-options-prompt-action-input[value="no"]:checked) .wcsatt-options-product-wrapper {
	display: none !important;
}

.bwp-quick-view .wcsatt-options-wrapper.open .wcsatt-options-product-wrapper,
.bwp-quick-view .quantity-button:has(.wcsatt-options-prompt-action-input[value="yes"]:checked) .wcsatt-options-product-wrapper {
	display: block !important;
}

.bwp-quick-view .wcsatt-options-product-dropdown-label {
	display: block;
	margin: 8px 0 4px;
	font-weight: 600;
}

/* Panier sticky = doublon dans la quick view (ne doit pas s’afficher) */
.bwp-quick-view .sticky-product {
	display: none !important;
}

/* Archives catégorie : pas d’onglets Derniers / Top rating / Meilleures ventes */
.tax-product_cat .bwp-filter-homepage .filter-orderby,
.tax-product_brand .bwp-filter-homepage .filter-orderby,
.tax-product_cat .bwp-filter-homepage.tab-product .filter-order-by,
.tax-product_brand .bwp-filter-homepage.tab-product .filter-order-by {
	display: none !important;
}

.tax-product_cat .bwp-filter-homepage.loadmore .category-nav,
.tax-product_brand .bwp-filter-homepage.loadmore .category-nav {
	display: none !important;
}

/* Load more infini : petit spinner + libellé (remplace le cercle 130px du thème) */
body.mc-product-archive .bwp-filter-homepage.loadmore .products_loadmore {
	text-align: center;
	padding: 4px 0 28px;
	min-height: 0;
}

body.mc-product-archive .bwp-filter-homepage.loadmore .products_loadmore .loadmore {
	position: relative;
	display: none;
	width: auto !important;
	height: auto !important;
	min-height: 0 !important;
	line-height: 1.4 !important;
	margin: 12px auto 0 !important;
	padding: 0 !important;
	border: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
	border-radius: 0 !important;
	font-size: 0 !important;
	letter-spacing: 0 !important;
	text-transform: none !important;
	pointer-events: none;
	overflow: visible;
}

body.mc-product-archive .bwp-filter-homepage.loadmore .products_loadmore .loadmore.loading {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	gap: 10px;
}

body.mc-product-archive .bwp-filter-homepage.loadmore .products_loadmore .loadmore span,
body.mc-product-archive .bwp-filter-homepage.loadmore .products_loadmore .loadmore .lds-dual-ring {
	display: none !important;
}

body.mc-product-archive .bwp-filter-homepage.loadmore .products_loadmore .loadmore.loading::before {
	content: "";
	flex: 0 0 26px;
	width: 26px;
	height: 26px;
	border: 3px solid rgba(45, 110, 68, 0.18);
	border-top-color: #2d6e44;
	border-radius: 50%;
	animation: mc-archive-spin 0.65s linear infinite;
}

body.mc-product-archive .bwp-filter-homepage.loadmore .products_loadmore .loadmore.loading::after {
	content: "Chargement des produits…";
	font-family: Nunito, sans-serif;
	font-size: 14px;
	font-weight: 600;
	color: #2d6e44;
	letter-spacing: 0;
	text-transform: none;
	line-height: 1.3;
}

@keyframes mc-archive-spin {
	to {
		transform: rotate(360deg);
	}
}

@media (max-width: 767px) {
	body.mc-product-archive .bwp-filter-homepage.loadmore .products_loadmore .loadmore.loading::after {
		font-size: 13px;
	}

	body.mc-product-archive .bwp-filter-homepage.loadmore .products_loadmore .loadmore.loading::before {
		flex-basis: 22px;
		width: 22px;
		height: 22px;
		border-width: 2px;
	}
}

.bwp-quick-view .product-type-simple .entry-summary > .cart {
	flex-direction: column;
	align-items: stretch;
}

.bwp-quick-view .product-type-simple .entry-summary > .cart .quantity-button {
	flex: 1 1 auto;
	flex-direction: column;
	align-items: stretch;
	margin: 0 0 10px !important;
	min-width: 0;
	width: 100%;
}

.bwp-quick-view .quantity-button .quantity {
	margin: 0 0 10px !important;
	width: 100%;
}

.bwp-quick-view .single_add_to_cart_button,
.bwp-quick-view .button.quick-buy {
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
	margin-left: 0 !important;
	margin-right: 0 !important;
}

/* Grille / accueil : loader centré sur « Ajouter au panier » */
.btn-atc a.mc-loop-loading,
.btn-atc-countdown a.mc-loop-loading {
	position: relative;
	color: transparent !important;
	pointer-events: none;
}

.btn-atc a.mc-loop-loading::before,
.btn-atc-countdown a.mc-loop-loading::before {
	content: "" !important;
	display: block !important;
	position: absolute !important;
	left: 50% !important;
	top: 50% !important;
	width: 20px !important;
	height: 20px !important;
	margin: 0 !important;
	background: none !important;
	border: 2px solid rgba(255, 255, 255, 0.35) !important;
	border-top-color: #fff !important;
	border-radius: 50% !important;
	transform: translate(-50%, -50%) !important;
	animation: mc-cart-spin 0.75s linear infinite !important;
}

@media (max-width: 767px) {
	.bwp-quick-view.add-content .quickview-container .product_detail > .row {
		flex-direction: column;
	}

	.bwp-quick-view.add-content .quickview-container .img-quickview {
		flex: 0 0 auto;
		max-width: 100% !important;
		padding: 20px 20px 0;
	}

	.bwp-quick-view.add-content .quickview-container .bwp-single-info {
		padding: 24px 20px 28px !important;
	}
}

/* Fiche produit : bouton ajouter au panier en icône panier (pas dans la quick view) */
.single-product .bwp-single-info .entry-summary > .cart .quantity-button,
.single-product .bwp-single-info .entry-summary > .cart .variations_form .quantity-button {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
}

.bwp-quick-view .entry-summary > .cart .quantity-button {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	gap: 10px;
}

.single-product .bwp-single-info .entry-summary > .cart .quantity-button .wcsatt-options-wrapper {
	flex: 0 0 100%;
	width: 100%;
	margin-bottom: 4px;
}

.bwp-quick-view .entry-summary > .cart .quantity-button .wcsatt-options-wrapper {
	flex: 0 0 100%;
	width: 100%;
	margin-bottom: 4px;
}

.single-product .bwp-single-info .entry-summary > .cart .quantity-button .quantity {
	flex: 0 0 auto;
	margin: 0 !important;
}

.bwp-quick-view .entry-summary > .cart .quantity-button .quantity {
	flex: 0 0 auto;
	margin: 0 0 10px !important;
	width: 100%;
}

/* Quick view : libellé « Ajouter au panier » visible (pas d’icône seule) */
.bwp-quick-view .quantity-button .single_add_to_cart_button.button {
	flex: 1 1 auto !important;
	width: 100% !important;
	min-width: 0 !important;
	max-width: 100% !important;
	height: 50px !important;
	padding: 0 22px !important;
	margin: 0 !important;
	border-radius: 25px !important;
	line-height: 50px !important;
	display: inline-block !important;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.bwp-quick-view .quantity-button .single_add_to_cart_button.button span {
	position: static !important;
	width: auto !important;
	height: auto !important;
	padding: 0 !important;
	margin: 0 !important;
	overflow: visible !important;
	clip: auto !important;
	white-space: nowrap !important;
	border: 0 !important;
}

.bwp-quick-view .quantity-button .single_add_to_cart_button.button::before {
	content: none !important;
	display: none !important;
}

/* Chargement AJAX : petit spinner centré (pas le GIF Peeboo étiré sur tout le bouton) */
.bwp-quick-view .bwp-single-info .single_add_to_cart_button.mc-qv-loading,
.bwp-quick-view .bwp-single-info .button.quick-buy.mc-qv-loading {
	position: relative !important;
	pointer-events: none;
	color: transparent !important;
	overflow: hidden !important;
}

.bwp-quick-view .bwp-single-info .single_add_to_cart_button.mc-qv-loading span,
.bwp-quick-view .bwp-single-info .button.quick-buy.mc-qv-loading {
	font-size: 0 !important;
	line-height: 50px !important;
}

.bwp-quick-view .bwp-single-info .single_add_to_cart_button.mc-qv-loading::before,
.bwp-quick-view .bwp-single-info .button.quick-buy.mc-qv-loading::before {
	content: "" !important;
	display: block !important;
	position: absolute !important;
	left: 50% !important;
	top: 50% !important;
	right: auto !important;
	bottom: auto !important;
	margin: 0 !important;
	width: 22px !important;
	height: 22px !important;
	max-width: 22px !important;
	max-height: 22px !important;
	background: none !important;
	border: 2px solid rgba(255, 255, 255, 0.35) !important;
	border-top-color: #fff !important;
	border-radius: 50% !important;
	transform: translate(-50%, -50%) !important;
	animation: mc-cart-spin 0.75s linear infinite !important;
	z-index: 2;
}

.bwp-quick-view .bwp-single-info .button.quick-buy.mc-qv-loading::before {
	border-color: rgba(250, 132, 0, 0.25) !important;
	border-top-color: #fa8400 !important;
}

/* Ne pas appliquer le loader plein écran du thème parent */
.bwp-quick-view .bwp-single-info .button.loading::before,
.bwp-quick-view .bwp-single-info .single_add_to_cart_button.loading::before,
.bwp-quick-view .bwp-single-info .button.quick-buy.loading::before {
	width: 22px !important;
	height: 22px !important;
	left: 50% !important;
	top: 50% !important;
	right: auto !important;
	bottom: auto !important;
	margin: 0 !important;
	background: none !important;
	border: 2px solid rgba(255, 255, 255, 0.35) !important;
	border-top-color: #fff !important;
	border-radius: 50% !important;
	transform: translate(-50%, -50%) !important;
	animation: mc-cart-spin 0.75s linear infinite !important;
}

.bwp-quick-view .bwp-single-info .button.quick-buy.loading::before {
	border-color: rgba(250, 132, 0, 0.25) !important;
	border-top-color: #fa8400 !important;
}

/* Icône panier : fiche produit, achat unique uniquement (pas en mode abonnement) */
.single-product .bwp-single-info .quantity-button:not(:has(.wcsatt-options-wrapper)) .single_add_to_cart_button.button,
.single-product .bwp-single-info .quantity-button:has(.wcsatt-options-prompt-action-input[value="no"]:checked) .single_add_to_cart_button.button,
.single-product .bwp-single-info .quantity-button:has(.wcsatt-options-prompt-checkbox):not(:has(.wcsatt-options-prompt-action-input:checked)) .single_add_to_cart_button.button {
	flex: 0 0 50px !important;
	width: 50px !important;
	min-width: 50px !important;
	height: 50px !important;
	padding: 0 !important;
	margin: 0 !important;
	border-radius: 50% !important;
	line-height: 1 !important;
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	white-space: nowrap;
	overflow: visible;
}

.single-product .bwp-single-info .quantity-button:not(:has(.wcsatt-options-wrapper)) .single_add_to_cart_button.button span,
.single-product .bwp-single-info .quantity-button:has(.wcsatt-options-prompt-action-input[value="no"]:checked) .single_add_to_cart_button.button span,
.single-product .bwp-single-info .quantity-button:has(.wcsatt-options-prompt-checkbox):not(:has(.wcsatt-options-prompt-action-input:checked)) .single_add_to_cart_button.button span {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	margin: -1px !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	white-space: nowrap !important;
	border: 0 !important;
}

.single-product .bwp-single-info .quantity-button:not(:has(.wcsatt-options-wrapper)) .single_add_to_cart_button.button::before,
.single-product .bwp-single-info .quantity-button:has(.wcsatt-options-prompt-action-input[value="no"]:checked) .single_add_to_cart_button.button::before,
.single-product .bwp-single-info .quantity-button:has(.wcsatt-options-prompt-checkbox):not(:has(.wcsatt-options-prompt-action-input:checked)) .single_add_to_cart_button.button::before {
	content: "\e900";
	font-family: icomoon;
	font-size: 20px;
	font-weight: 400;
	line-height: 1;
	color: #fff;
	left: auto !important;
}

.single-product .bwp-single-info .quantity-button:not(:has(.wcsatt-options-wrapper)) .single_add_to_cart_button.button.loading::before,
.single-product .bwp-single-info .quantity-button:has(.wcsatt-options-prompt-action-input[value="no"]:checked) .single_add_to_cart_button.button.loading::before {
	content: "" !important;
	font-family: inherit;
	width: 18px;
	height: 18px;
	border: 2px solid rgba(255, 255, 255, 0.35);
	border-top-color: #fff;
	border-radius: 50%;
	animation: mc-cart-spin 0.8s linear infinite;
}

/* Mode abonnement : bouton texte normal (fiche produit) */
.single-product .bwp-single-info .quantity-button:has(.wcsatt-options-prompt-action-input[value="yes"]:checked) .single_add_to_cart_button.button,
.single-product .bwp-single-info .quantity-button:has(.wcsatt-options-prompt-checkbox .wcsatt-options-prompt-action-input:checked) .single_add_to_cart_button.button {
	flex: 1 1 auto !important;
	width: auto !important;
	min-width: 160px !important;
	height: 50px !important;
	padding: 0 22px !important;
	margin: 0 !important;
	border-radius: 25px !important;
	line-height: 50px !important;
	display: inline-block !important;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.single-product .bwp-single-info .quantity-button:has(.wcsatt-options-prompt-action-input[value="yes"]:checked) .single_add_to_cart_button.button::before,
.single-product .bwp-single-info .quantity-button:has(.wcsatt-options-prompt-checkbox .wcsatt-options-prompt-action-input:checked) .single_add_to_cart_button.button::before {
	content: none !important;
	display: none !important;
}

@keyframes mc-cart-spin {
	to {
		transform: rotate(360deg);
	}
}

/* Sticky : petit espace entre le panier et « Acheter maintenant » */
.main-single-product .sticky-product form.cart .quantity-button {
	margin-right: 10px;
}

.rtl .main-single-product .sticky-product form.cart .quantity-button {
	margin-left: 10px;
	margin-right: 0;
}

/* Variations : attributs masqués hors du tableau (le thème force display:flex sur table tr) */
.variations_form .variations {
	position: relative;
}

.variations_form .variations .mc-variation-hidden-fields,
.variations_form .variations tr.mc-variation-hidden {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	margin: -1px !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	clip-path: inset(50%) !important;
	white-space: nowrap !important;
	border: 0 !important;
}

.variations_form .variations .mc-variation-hidden-fields .tawcvs-swatches,
.variations_form .variations .mc-variation-hidden-fields .variation-selector,
.variations_form .variations tr.mc-variation-hidden .tawcvs-swatches {
	display: none !important;
}

.single-product .variations_form.cart .single_variation_wrap {
	margin-top: 0 !important;
}

.single-product .variations_form.cart .single_variation_wrap .woocommerce-variation.single_variation:empty {
	display: none !important;
	margin: 0 !important;
	padding: 0 !important;
	min-height: 0 !important;
	height: 0 !important;
}

.single-product .variations_form.cart table.variations tr.mc-variation-visible td {
	margin-bottom: 12px !important;
}

/* Notice ajout au panier — style charte MC */
.woocommerce-notices-wrapper .woocommerce-message {
	background: #f4faf0 !important;
	border-top: 3px solid #227403 !important;
	border-left: 4px solid #227403;
	border-radius: 8px;
	color: #333 !important;
	padding: 16px 24px 16px 48px;
	margin-bottom: 24px;
	text-transform: none;
	font-size: 15px;
	line-height: 1.5;
}

.woocommerce-notices-wrapper .woocommerce-message::before {
	color: #227403 !important;
	top: 14px;
}

.woocommerce-notices-wrapper .woocommerce-message a {
	color: #227403;
	font-weight: 700;
}

.woocommerce-notices-wrapper .woocommerce-message a:hover {
	color: #fa8400;
}

.woocommerce-notices-wrapper .woocommerce-message .button.wc-forward {
	background: #fa8400 !important;
	border: 1px solid #fa8400 !important;
	color: #fff !important;
	border-radius: 25px;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.5px;
	line-height: 36px;
	padding: 0 22px;
	text-transform: none;
	float: right;
	margin-top: 2px;
}

.woocommerce-notices-wrapper .woocommerce-message .button.wc-forward:hover {
	background: #227403 !important;
	border-color: #227403 !important;
	color: #fff !important;
}

/* Page panier — mise en page */
.woocommerce-cart-form table.shop_table.cart .cart_item > td {
	vertical-align: top;
}

.woocommerce-cart-form table.shop_table.cart td.product-thumbnail {
	display: flex;
	align-items: flex-start;
	gap: 20px;
	min-width: 260px;
}

.woocommerce-cart-form table.shop_table.cart td.product-thumbnail > a {
	flex: 0 0 auto;
}

.woocommerce-cart-form table.shop_table.cart td.product-thumbnail .product-name {
	display: block;
	margin-left: 0 !important;
	flex: 1 1 auto;
	min-width: 0;
}

.woocommerce-cart-form table.shop_table.cart td.product-thumbnail .product-name > a {
	display: block;
	font-weight: 700;
	color: #227403;
	line-height: 1.4;
	margin-bottom: 6px;
}

.woocommerce-cart-form table.shop_table.cart td.product-thumbnail .product-name > a:hover {
	color: #fa8400;
}

.woocommerce-cart-form table.shop_table.cart td.product-price {
	min-width: 210px;
	padding-top: 18px;
}

.woocommerce-cart-form table.shop_table.cart td.product-quantity,
.woocommerce-cart-form table.shop_table.cart td.product-subtotal {
	padding-top: 18px;
}

.woocommerce-cart-form table.shop_table.cart td.product-subtotal {
	font-weight: 700;
	color: #222;
	white-space: nowrap;
}

.woocommerce-cart-form table.shop_table.cart td.product-remove {
	padding-top: 18px;
	text-align: center;
}

.woocommerce-cart-form table.shop_table.cart td.product-remove a.remove {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	background: #fa8400 !important;
	color: #fff !important;
	font-size: 0 !important;
	line-height: 1;
	position: static;
	text-indent: 0;
}

.woocommerce-cart-form table.shop_table.cart td.product-remove a.remove::before {
	display: none !important;
	content: none !important;
}

.woocommerce-cart-form table.shop_table.cart td.product-remove a.remove::after {
	content: "\00d7";
	font-size: 22px;
	font-weight: 400;
	line-height: 1;
	color: #fff;
}

.woocommerce-cart-form table.shop_table.cart .product-name a.remove {
	display: none !important;
}

.woocommerce-cart-form table.shop_table.cart td.product-remove a.remove:hover {
	background: #227403 !important;
}

/* Options abonnement dans le panier */
.woocommerce-cart-form .mc-cart-price-mobile {
	display: none !important;
}

.woocommerce-cart-form td.product-price ul.wcsatt-options {
	margin: 0;
	padding: 0;
	min-width: 0;
	list-style: none;
}

.woocommerce-cart-form td.product-price ul.wcsatt-options li {
	margin: 0 0 8px;
	padding: 0;
	list-style: none;
}

.woocommerce-cart-form td.product-price ul.wcsatt-options li:last-child {
	margin-bottom: 0;
}

.woocommerce-cart-form td.product-price ul.wcsatt-options li label {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	cursor: pointer;
	line-height: 1.45;
	font-size: 14px;
	margin: 0;
}

.woocommerce-cart-form td.product-price ul.wcsatt-options input[type="radio"] {
	flex: 0 0 auto;
	margin: 3px 0 0;
	accent-color: #227403;
}

.woocommerce-cart-form td.product-price ul.wcsatt-options .one-time-option-details,
.woocommerce-cart-form td.product-price ul.wcsatt-options .subscription-option-details {
	flex: 1 1 auto;
}

.woocommerce-cart-form td.product-price ul.wcsatt-options .subscription-price {
	color: #227403;
	font-weight: 600;
}

.woocommerce-cart-form td.product-price ul.wcsatt-options .subscription-details {
	color: #666;
	font-weight: 400;
}

.woocommerce-cart-form .bottom-cart {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
}

.woocommerce-cart-form .bottom-cart .coupon {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
}

.woocommerce-cart-form .bottom-cart .coupon .input-text {
	min-width: 180px;
	border-radius: 25px;
	border: 1px solid #e7e7e7;
	padding: 0 18px;
	height: 42px;
}

/* Boutons panier : voir assets/mc-cart-page.css (chargé sur is_cart) */

@media (max-width: 768px) {
	.woocommerce-cart-form .mc-cart-price-mobile {
		display: block !important;
		margin-top: 12px;
	}

	.woocommerce-cart-form table.shop_table.cart td.product-price {
		display: none !important;
	}

	.woocommerce-cart-form table.shop_table.cart td.product-thumbnail {
		flex-direction: column;
		gap: 12px;
	}

	.woocommerce-notices-wrapper .woocommerce-message .button.wc-forward {
		float: none;
		display: inline-block;
		margin-top: 12px;
	}
}

/* Bouton panier « Valider la commande » : mc-cart-page.css sur .woocommerce-cart */

.checkout #place_order {
	background: #1a5c02 !important;
	border-color: #1a5c02 !important;
	color: #fff !important;
}

.checkout #place_order:hover {
	background: #227403 !important;
	border-color: #227403 !important;
}

/* Mini-panier latéral : bouton « Commander » en vert */
.mini-cart .cart-popup .buttons .button.checkout,
.peeboo-topcart.popup .mini-cart .cart-popup .buttons .button.checkout {
	background: #1a5c02 !important;
	color: #fff !important;
}

.mini-cart .cart-popup .buttons .button.checkout:hover,
.peeboo-topcart.popup .mini-cart .cart-popup .buttons .button.checkout:hover {
	background: #227403 !important;
	color: #fff !important;
}

/* Mini-panier mobile : boutons « Voir panier » / « Commander » au-dessus du menu footer */
@media (max-width: 991px) {
	:root {
		--mc-mobile-footer-nav-height: 72px;
	}

	/* Panier ouvert : le menu fixe du bas ne doit plus recouvrir les CTA */
	body.not-scroll .bwp-header .header-mobile .header-mobile-fixed {
		visibility: hidden;
		pointer-events: none;
	}

	.peeboo-topcart.popup .mini-cart .cart-popup {
		height: 100dvh;
		max-height: 100dvh;
		padding-bottom: calc(var(--mc-mobile-footer-nav-height) + env(safe-area-inset-bottom, 0px));
		box-sizing: border-box;
	}

	.peeboo-topcart.popup .mini-cart .cart-popup > .inner,
	.peeboo-topcart.popup .mini-cart .cart-popup .woocommerce-cart-header {
		height: 100%;
		min-height: 0;
	}

	.peeboo-topcart.popup .mini-cart .cart-popup .widget_shopping_cart {
		top: 55px;
		height: calc(100% - 55px);
		min-height: 0;
	}

	.peeboo-topcart.popup .mini-cart .cart-popup .widget_shopping_cart_content {
		min-height: 0;
	}

	.peeboo-topcart.popup .mini-cart .cart-popup .cart-header-form {
		flex: 1 1 auto;
		min-height: 0;
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
	}

	.peeboo-topcart.popup .mini-cart .cart-popup .total-cart,
	.peeboo-topcart.popup .mini-cart .cart-popup .free-ship {
		flex-shrink: 0;
	}

	.peeboo-topcart.popup .mini-cart .cart-popup .buttons {
		flex-shrink: 0;
		position: sticky;
		bottom: 0;
		z-index: 3;
		margin-top: auto;
		padding-top: 12px;
		padding-bottom: calc(6px + env(safe-area-inset-bottom, 0px));
		background: #fff;
		box-shadow: 0 -8px 16px rgba(0, 0, 0, 0.08);
	}
}


.mc-product-top-meta {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 8px;
	margin: 0 0 10px;
}

.mc-badge-fr {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 5px 10px 5px 8px;
	border-radius: 4px;
	border: 1px solid rgba(0, 35, 149, 0.15);
	background: #fff;
	font-size: 11px;
	font-weight: 600;
	line-height: 1.3;
	color: #002395;
	box-shadow: 0 1px 2px rgba(0, 35, 149, 0.06);
}

.mc-badge-fr-flag {
	display: inline-flex;
	flex-shrink: 0;
	width: 22px;
	height: 15px;
	border-radius: 2px;
	overflow: hidden;
	border: 1px solid rgba(0, 0, 0, 0.12);
	box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.35) inset;
}

.mc-badge-fr-flag-stripe {
	flex: 1 1 33.333%;
	height: 100%;
}

.mc-badge-fr-flag-stripe--blue {
	background: #002395;
}

.mc-badge-fr-flag-stripe--white {
	background: #fff;
}

.mc-badge-fr-flag-stripe--red {
	background: #ef4135;
}

.mc-badge-fr-label {
	display: inline-flex;
	align-items: center;
	color: #002395;
	letter-spacing: 0.01em;
}

.mc-product-ref {
	font-size: 11px;
	color: #aaa;
}

.single-product .mc-stock-badge {
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 9px 14px;
	margin: 4px 0 10px;
	background: #eaf5ea;
	border-radius: 8px;
	border: 1px solid #a3d5a3;
}

.single-product .mc-stock-badge-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	background: #2e7d32;
	color: #fff;
	font-size: 11px;
	font-weight: 700;
	line-height: 1;
	flex-shrink: 0;
}

.single-product .mc-stock-badge span:last-child {
	font-size: 13px;
	color: #2e7d32;
	font-weight: 600;
	line-height: 1.35;
}

.single-product .mc-stock-badge--out {
	background: #fdf0f0;
	border-color: #e8b4b4;
}

.single-product .mc-stock-badge--out .mc-stock-badge-icon {
	background: #c0392b;
}

.single-product .mc-stock-badge--out span:last-child {
	color: #c0392b;
}

.single-product .mc-stock-badge--backorder {
	background: #fff8e6;
	border-color: #f0d78c;
}

.single-product .mc-stock-badge--backorder .mc-stock-badge-icon {
	background: #e09416;
}

.single-product .mc-stock-badge--backorder span:last-child {
	color: #9a6700;
}

.mc-product-reassurance {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	border: 1px solid #e0e0e0;
	border-radius: 10px;
	overflow: hidden;
	text-align: center;
	margin: 24px 0 32px;
	background: #fff;
}

.mc-product-reassurance-item {
	padding: 14px 8px;
	border-right: 1px solid #e0e0e0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 6px;
	min-height: 100%;
}

.mc-product-reassurance-item:last-child {
	border-right: none;
}

.mc-product-reassurance-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #f5a623;
	line-height: 0;
}

.mc-product-reassurance-image {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	line-height: 0;
}

.mc-product-reassurance-image img {
	display: block;
	width: 24px;
	height: 24px;
	object-fit: contain;
}

a.mc-product-reassurance-item {
	color: inherit;
	text-decoration: none;
	transition: background-color 0.2s ease;
}

a.mc-product-reassurance-item:hover,
a.mc-product-reassurance-item:focus-visible {
	background: #fafafa;
	text-decoration: none;
}

a.mc-product-reassurance-item:hover .mc-product-reassurance-title,
a.mc-product-reassurance-item:focus-visible .mc-product-reassurance-title {
	color: #227403;
}

.mc-product-reassurance-title {
	font-size: 12px;
	color: #444;
	font-weight: 500;
	line-height: 1.3;
}

.mc-product-reassurance-sub {
	font-size: 11px;
	color: #aaa;
	line-height: 1.3;
}

@media (max-width: 991px) {
	.mc-product-reassurance {
		grid-template-columns: repeat(3, 1fr);
	}

	.mc-product-reassurance-item:nth-child(3) {
		border-right: none;
	}

	.mc-product-reassurance-item:nth-child(4),
	.mc-product-reassurance-item:nth-child(5) {
		border-top: 1px solid #e0e0e0;
	}

	.mc-product-reassurance-item:nth-child(5) {
		border-right: none;
		grid-column: span 1;
	}
}

@media (max-width: 575px) {
	.mc-product-reassurance {
		grid-template-columns: 1fr 1fr;
	}

	.mc-product-reassurance-item {
		border-right: 1px solid #e0e0e0;
		border-top: none;
	}

	.mc-product-reassurance-item:nth-child(odd) {
		border-right: 1px solid #e0e0e0;
	}

	.mc-product-reassurance-item:nth-child(even) {
		border-right: none;
	}

	.mc-product-reassurance-item:nth-child(n+3) {
		border-top: 1px solid #e0e0e0;
	}

	.mc-product-reassurance-item:last-child:nth-child(odd) {
		grid-column: 1 / -1;
		border-right: none;
	}
}

.bwp-quick-view .mc-product-reassurance {
	display: none;
}

.bwp-quick-view .mc-product-top-meta,
.bwp-quick-view .mc-stock-badge {
	margin-bottom: 8px;
}

/* Vidéos / iframes dans fiche produit — responsive mobile */
.single-product .mc-responsive-embed,
.bwp-quick-view .mc-responsive-embed {
	position: relative;
	width: 100%;
	max-width: 100%;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	margin: 16px 0;
	border-radius: 8px;
	background: #000;
}

.single-product .mc-responsive-embed iframe,
.bwp-quick-view .mc-responsive-embed iframe {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100% !important;
	max-width: 100% !important;
	height: 100% !important;
	border: 0;
}

/* Fallback si iframe non encapsulé (cache ancien) */
.single-product .woocommerce-Tabs-panel iframe,
.single-product .woocommerce-product-details__short-description iframe {
	display: block;
	width: 100% !important;
	max-width: 100% !important;
	height: auto !important;
	aspect-ratio: 16 / 9;
	border: 0;
}

.single-product .woocommerce-tabs,
.single-product .woocommerce-Tabs-panel,
.single-product .wc-tab,
.single-product .main-single-product,
.single-product .contents-detail {
	max-width: 100%;
}

@media (max-width: 767px) {
	.single-product .main-single-product,
	.single-product .contents-detail,
	.single-product .bwp-single-product,
	.single-product .woocommerce-tabs {
		overflow-x: hidden;
	}

	.single-product .breadcrumb {
		overflow-wrap: anywhere;
		word-break: break-word;
		white-space: normal;
	}
}

/* ── Bandeau catégories bulles : compteur + bullets ── */

.woocommerce-product-subcategorie-content ul.woocommerce-product-subcategories.image_categories li > a {
	position: relative;
}

.woocommerce-product-subcategorie-content ul.woocommerce-product-subcategories.image_categories .mc-category-bubble-count {
	position: absolute;
	top: 2px;
	right: 2px;
	z-index: 2;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 24px;
	height: 24px;
	padding: 0 6px;
	border-radius: 999px;
	background: #227403;
	color: #fff;
	font-size: 11px;
	font-weight: 700;
	line-height: 1;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

.woocommerce-product-subcategorie-content ul.woocommerce-product-subcategories.slick-slider {
	padding-bottom: 8px;
}

.woocommerce-product-subcategorie-content ul.woocommerce-product-subcategories.slick-slider .slick-dots {
	display: flex !important;
	justify-content: center;
	align-items: center;
	gap: 8px;
	position: relative;
	bottom: auto;
	left: auto;
	width: 100%;
	margin: 20px 0 0;
	padding: 0 0 4px;
	list-style: none;
}

.woocommerce-product-subcategorie-content ul.woocommerce-product-subcategories.slick-slider .slick-dots li {
	margin: 0;
	padding: 0;
	width: auto;
	height: auto;
}

.woocommerce-product-subcategorie-content ul.woocommerce-product-subcategories.slick-slider .slick-dots li button {
	width: 9px;
	height: 9px;
	padding: 0;
	border: none;
	border-radius: 50%;
	background: #d4ddd0;
	font-size: 0;
	line-height: 0;
	cursor: pointer;
	transition: transform 0.2s ease, background-color 0.2s ease;
}

.woocommerce-product-subcategorie-content ul.woocommerce-product-subcategories.slick-slider .slick-dots li button:before {
	display: none;
}

.woocommerce-product-subcategorie-content ul.woocommerce-product-subcategories.slick-slider .slick-dots li.slick-active button {
	background: #227403;
	transform: scale(1.15);
}

.mini-cart .cart-popup .buttons .button.checkout::before {
	background: #227403 !important;
}

/* --------------------------------------------------------------------------
   Pages légales (confidentialité, CGV, mentions légales)
   -------------------------------------------------------------------------- */
.mc-legal-page .back-to-shop {
	display: none !important;
}

.mc-legal-page .page-title.bwp-title {
	position: relative;
	min-height: 220px;
	display: flex;
	align-items: center;
	background-size: cover;
	background-position: center center;
}

.mc-legal-page .page-title.bwp-title::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(135deg, rgba(34, 116, 3, 0.88) 0%, rgba(34, 116, 3, 0.62) 100%);
}

.mc-legal-page .page-title .container {
	position: relative;
	z-index: 1;
	width: 100%;
}

.mc-legal-page .page-title h1,
.mc-legal-page .page-title .text-title-heading {
	color: #fff !important;
	text-shadow: 0 2px 12px rgba(0, 0, 0, 0.15);
}

.mc-legal-page .breadcrumb,
.mc-legal-page .breadcrumb a,
.mc-legal-page .breadcrumb .current {
	color: rgba(255, 255, 255, 0.95) !important;
}

.mc-legal-page .breadcrumb a:hover {
	color: #ffd9a8 !important;
}

.mc-legal-page #main-content {
	background: linear-gradient(180deg, #f4f9ee 0%, #fff 140px);
	padding: 48px 0 72px;
}

.mc-legal-page .entry-content {
	max-width: none;
}

.mc-legal-layout {
	display: grid;
	grid-template-columns: minmax(220px, 260px) minmax(0, 1fr);
	gap: 36px;
	align-items: start;
	max-width: 1140px;
	margin: 0 auto;
	padding: 0 20px;
}

.mc-legal-nav {
	position: sticky;
	top: 110px;
	background: #fff;
	border: 1px solid rgba(34, 116, 3, 0.14);
	border-radius: 16px;
	padding: 22px 20px;
	box-shadow: 0 8px 28px rgba(34, 116, 3, 0.08);
}

.mc-legal-nav__title {
	margin: 0 0 14px;
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	color: #227403;
}

.mc-legal-nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.mc-legal-nav li + li {
	margin-top: 6px;
}

.mc-legal-nav a {
	display: block;
	padding: 9px 12px;
	border-radius: 8px;
	font-size: 14px;
	line-height: 1.4;
	color: #444;
	text-decoration: none;
	transition: background-color 0.2s ease, color 0.2s ease;
}

.mc-legal-nav a:hover,
.mc-legal-nav a:focus {
	background: rgba(34, 116, 3, 0.08);
	color: #227403;
}

.mc-legal-main {
	background: #fff;
	border: 1px solid rgba(34, 116, 3, 0.12);
	border-radius: 20px;
	padding: 36px 40px 32px;
	box-shadow: 0 12px 40px rgba(34, 116, 3, 0.07);
}

.mc-legal-intro {
	margin-bottom: 28px;
	padding: 20px 22px;
	border-radius: 12px;
	background: linear-gradient(135deg, #f4f9ee 0%, #fff 100%);
	border-left: 4px solid #fa8400;
}

.mc-legal-intro__badge {
	display: inline-block;
	margin: 0 0 10px;
	padding: 5px 14px;
	border-radius: 20px;
	background: #227403;
	color: #fff;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

.mc-legal-intro__text {
	margin: 0;
	font-size: 16px;
	line-height: 1.7;
	color: #444;
}

.mc-legal-content {
	font-size: 16px;
	line-height: 1.75;
	color: #444;
}

.mc-legal-content > h2:first-child {
	margin-top: 0;
}

.mc-legal-content h2 {
	margin: 36px 0 16px;
	padding-bottom: 10px;
	border-bottom: 2px solid rgba(34, 116, 3, 0.15);
	font-size: 22px;
	font-weight: 700;
	color: #227403;
	line-height: 1.35;
}

.mc-legal-content h2 strong {
	font-weight: inherit;
	color: inherit;
}

.mc-legal-content .elementor-widget-wrap,
.mc-legal-content .elementor-element {
	all: unset;
	display: block;
}

.mc-legal-content h1.elementor-heading-title {
	display: none !important;
}

.mc-legal-content h2 .mc-legal-anchor,
.mc-legal-content h2 .ez-toc-section {
	display: none;
}

.mc-legal-content p {
	margin: 0 0 16px;
}

.mc-legal-content a {
	color: #227403;
	font-weight: 600;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.mc-legal-content a:hover {
	color: #fa8400;
}

.mc-legal-content .mc-legal-list {
	margin: 0 0 20px;
	padding: 0 0 0 22px;
}

.mc-legal-content .mc-legal-list li {
	margin-bottom: 12px;
	line-height: 1.65;
	color: #444;
}

.mc-legal-content .mc-legal-list li::marker {
	color: #227403;
}

.mc-legal-cta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	margin-top: 36px;
	padding: 22px 24px;
	border-radius: 12px;
	background: rgba(34, 116, 3, 0.06);
	border: 1px solid rgba(34, 116, 3, 0.14);
}

.mc-legal-cta p {
	margin: 0;
	font-size: 15px;
	font-weight: 600;
	color: #222;
}

.mc-legal-cta__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 0 26px;
	border-radius: 25px;
	background: #fa8400;
	color: #fff !important;
	font-size: 14px;
	font-weight: 700;
	text-decoration: none !important;
	transition: background-color 0.2s ease;
}

.mc-legal-cta__btn:hover {
	background: #227403;
	color: #fff !important;
}

@media (max-width: 991px) {
	.mc-legal-layout {
		grid-template-columns: 1fr;
		gap: 24px;
	}

	.mc-legal-nav {
		position: static;
	}

	.mc-legal-nav ul {
		display: flex;
		flex-wrap: wrap;
		gap: 8px;
	}

	.mc-legal-nav li + li {
		margin-top: 0;
	}

	.mc-legal-nav a {
		padding: 8px 14px;
		background: #f4f9ee;
		font-size: 13px;
	}

	.mc-legal-main {
		padding: 28px 22px 24px;
	}
}

@media (max-width: 575px) {
	.mc-legal-page #main-content {
		padding: 28px 0 48px;
	}

	.mc-legal-cta {
		flex-direction: column;
		align-items: stretch;
		text-align: center;
	}

	.mc-legal-cta__btn {
		width: 100%;
	}
}

/* --------------------------------------------------------------------------
   Bilan nutritionnel (recommandation express)
   -------------------------------------------------------------------------- */
.mc-bilan-nutrition-page .back-to-shop {
	display: none !important;
}

.mc-bilan-nutrition-page .page-title.bwp-title::before {
	background: linear-gradient(135deg, rgba(34, 116, 3, 0.82) 0%, rgba(34, 116, 3, 0.55) 100%);
}

.mc-bilan-nutrition-page #main-content {
	background: linear-gradient(180deg, #f4f9ee 0%, #fff 42%);
	padding-bottom: 72px;
}

.mc-bilan-nutrition-page #main-content > .container {
	max-width: 1100px;
}

.mc-bilan-nutrition-wrap {
	margin: 0 auto;
	padding: 8px 20px 48px;
}

.mc-bilan-nutrition-intro {
	max-width: 720px;
	margin: 0 auto 28px;
	text-align: center;
}

.mc-bilan-nutrition-intro__lead {
	margin: 0;
	font-size: 18px;
	line-height: 1.7;
	color: #444;
}

.mc-bilan-nutrition-page .bilan-nutrition-container {
	max-width: 100%;
	margin: 0 auto;
	padding: 36px 32px 40px;
	background: #fff;
	border: 1px solid rgba(34, 116, 3, 0.12);
	border-radius: 24px;
	box-shadow: 0 20px 56px rgba(34, 116, 3, 0.1);
}

.mc-bilan-nutrition-page .bilan-header .bilan-header__title {
	color: #fff;
	font-size: clamp(26px, 4vw, 34px);
	font-weight: 700;
	text-shadow: 0 2px 12px rgba(0, 0, 0, 0.15);
}

.mc-bilan-nutrition-page .bilan-header p {
	color: rgba(255, 255, 255, 0.92);
	font-size: 17px;
}

.mc-bilan-nutrition-page .bilan-step {
	margin-bottom: 36px;
	padding-bottom: 32px;
	border-bottom: 1px solid rgba(34, 116, 3, 0.1);
}

.mc-bilan-nutrition-page .bilan-step h2 {
	color: #227403;
	font-size: 20px;
}

.mc-bilan-nutrition-page .bilan-nutrition-container .bilan-animal-option input[type="radio"]:checked + .bilan-animal-card,
.mc-bilan-nutrition-page .bilan-nutrition-container .bilan-gender-option input[type="radio"]:checked + .bilan-gender-card,
.mc-bilan-nutrition-page .bilan-nutrition-container .bilan-condition-option input[type="radio"]:checked + .bilan-condition-card,
.mc-bilan-nutrition-page .bilan-nutrition-container .bilan-activity-option input[type="radio"]:checked + .bilan-activity-card {
	border-color: #227403;
	background: rgba(34, 116, 3, 0.08);
}

.mc-bilan-nutrition-page .bilan-submit-btn {
	background: #fa8400 !important;
	border-radius: 999px;
	font-weight: 700;
	box-shadow: 0 10px 28px rgba(250, 132, 0, 0.28);
}

.mc-bilan-nutrition-page .bilan-submit-btn:hover {
	background: #227403 !important;
}

.mc-bilan-nutrition-page .bilan-results {
	border-radius: 20px;
	border: 1px solid rgba(34, 116, 3, 0.15);
	background: linear-gradient(180deg, #f8fcf4 0%, #fff 100%);
}

.mc-bilan-nutrition-page .bilan-nutrition-item .value {
	color: #227403;
}

.mc-bilan-nutrition-page .bilan-product-btn {
	background: #fa8400 !important;
	border-radius: 999px;
}

.mc-bilan-nutrition-page .bilan-product-btn:hover {
	background: #227403 !important;
}

@media (max-width: 767px) {
	.mc-bilan-nutrition-page .bilan-nutrition-container {
		padding: 24px 18px 28px;
	}
}

/* Mes commandes : espacement actions (détail dans assets/mc-my-account.css) */
.woocommerce-account .woocommerce-orders-table__cell-order-actions {
	gap: 10px 12px;
}

.woocommerce-account .woocommerce-orders-table__cell-order-actions a {
	margin-right: 0 !important;
}

/* WooCommerce : masquer les étoiles/notes produits (pas d'avis pour le moment) */
.woocommerce .star-rating,
.woocommerce .woocommerce-product-rating,
.woocommerce .products .product .rating,
.woocommerce .products .product .product-rating,
.woocommerce .products .product .woocommerce-review-link,
.products-list .rating,
.products-list .rating.none,
.products-entry .rating,
.product-wapper .rating,
.product-wapper .review-count,
.woocommerce .review-count {
	display: none !important;
}

/* Sidebar shop : encadrer le bloc Recherche comme les filtres (WooCommerce + Elementor) */
.woocommerce .bwp-sidebar .widget.woocommerce.widget_product_search,
.woocommerce .bwp-sidebar .widget.widget_search,
.bwp-sidebar .widget.woocommerce.widget_product_search,
.bwp-sidebar .widget.widget_search,
.bwp-sidebar .widget.widget_block.widget_search,
.elementor-widget-sidebar .widget.widget_search,
.elementor-widget-sidebar .widget.widget_block.widget_search {
	border: 1px solid #e7e7e7;
	border-radius: 14px;
	padding: 18px 18px 20px;
	margin-bottom: 24px;
	background: #fff;
	box-sizing: border-box;
}

.woocommerce .bwp-sidebar .widget.woocommerce.widget_product_search .widget-title,
.woocommerce .bwp-sidebar .widget.widget_search .widget-title,
.bwp-sidebar .widget.woocommerce.widget_product_search .widget-title,
.bwp-sidebar .widget.widget_search .widget-title,
.elementor-widget-sidebar .widget.widget_search .wp-block-search__label {
	display: block;
	margin: 0 0 14px;
	padding: 11px 0;
	position: relative;
	color: #222;
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
	border-bottom: 1px solid #e5e5e5;
}

.elementor-widget-sidebar .widget.widget_search .wp-block-search__label::after,
.bwp-sidebar .widget.widget_search .wp-block-search__label::after {
	content: "";
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 70px;
	height: 3px;
	background: #fa8400;
}

.bwp-sidebar .widget.widget_search .wp-block-search__inside-wrapper,
.elementor-widget-sidebar .widget.widget_search .wp-block-search__inside-wrapper {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	align-items: stretch;
}

.bwp-sidebar .widget.widget_search .wp-block-search__input,
.elementor-widget-sidebar .widget.widget_search .wp-block-search__input {
	flex: 1 1 140px;
	min-width: 0;
	border: 1px solid #e0e0e0;
	border-radius: 8px;
	padding: 10px 12px;
	font-size: 14px;
}

.bwp-sidebar .widget.widget_search .wp-block-search__button,
.elementor-widget-sidebar .widget.widget_search .wp-block-search__button {
	flex: 0 0 auto;
	border: 0;
	border-radius: 8px;
	background: #227403;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	padding: 10px 18px;
	cursor: pointer;
	transition: background 0.2s ease;
}

.bwp-sidebar .widget.widget_search .wp-block-search__button:hover,
.elementor-widget-sidebar .widget.widget_search .wp-block-search__button:hover {
	background: #fa8400;
}

/* Afficher / masquer le mot de passe (modale, Mon compte, checkout…) */
.mc-password-field-wrap,
.password.mc-password-field-wrap {
	position: relative;
	display: block;
	width: 100%;
}

.mc-password-field-wrap input[type="password"],
.mc-password-field-wrap input[type="text"] {
	padding-right: 52px !important;
}

.rtl .mc-password-field-wrap input[type="password"],
.rtl .mc-password-field-wrap input[type="text"] {
	padding-right: 20px !important;
	padding-left: 52px !important;
}

.mc-password-toggle {
	position: absolute;
	top: 50%;
	right: 18px;
	transform: translateY(-50%);
	width: 36px;
	height: 36px;
	padding: 0;
	border: 0;
	background: transparent;
	color: #858585;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	transition: color 0.2s ease, background 0.2s ease;
	z-index: 2;
}

.rtl .mc-password-toggle {
	right: auto;
	left: 18px;
}

.mc-password-toggle:hover,
.mc-password-toggle:focus {
	color: #227403;
	background: rgba(34, 116, 3, 0.08);
	outline: none;
}

.mc-password-toggle.is-visible {
	color: #fa8400;
}

.mc-password-toggle .fa {
	font-size: 18px;
	line-height: 1;
}

.mc-password-toggle__icon {
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 0;
}

.mc-password-toggle__icon--hide {
	display: none;
}

.mc-password-toggle.is-visible .mc-password-toggle__icon--show {
	display: none;
}

.mc-password-toggle.is-visible .mc-password-toggle__icon--hide {
	display: flex;
}

.mc-password-toggle__svg {
	display: block;
	width: 20px;
	height: 20px;
}

.woocommerce-account #customer_login .mc-password-input-wrap {
	width: 100%;
}

.checkout .form-row .woocommerce-input-wrapper.mc-password-field-wrap,
.checkout .form-row .woocommerce-input-wrapper.password-input,
.checkout .create-account .mc-password-field-wrap,
.checkout-top .password .mc-password-field-wrap {
	position: relative;
	display: block;
	float: none;
	clear: both;
	width: 100%;
}

.checkout .form-row .woocommerce-input-wrapper.mc-password-field-wrap .input-text,
.checkout .form-row .woocommerce-input-wrapper.password-input .input-text,
.checkout .create-account .mc-password-field-wrap input,
.checkout-top .password .mc-password-field-wrap input {
	padding-right: 42px !important;
}

.checkout .form-row .woocommerce-input-wrapper .mc-password-toggle,
.checkout .create-account .mc-password-toggle,
.checkout-top .password .mc-password-toggle {
	right: 0;
	top: auto;
	bottom: 4px;
	transform: none;
	width: 34px;
	height: 34px;
	color: #666;
}

.checkout .form-row .woocommerce-input-wrapper .mc-password-toggle:hover,
.checkout .form-row .woocommerce-input-wrapper .mc-password-toggle:focus,
.checkout .create-account .mc-password-toggle:hover,
.checkout .create-account .mc-password-toggle:focus {
	color: #227403;
}

.checkout .show-password-input {
	display: none !important;
}

/* Chronopost checkout : styles détaillés dans assets/mc-checkout-shipping.css */

/* Grille produits archives : titre « Notre sélection » */
.bwp-filter-homepage.loadmore .title-block h2 span,
.bwp-filter-homepage.loadmore .title-block h2 .text-color {
	color: #fa8400;
}

#shipping_method .pickup-relay-link .pickup-relay-selected + a {
	color: #227403 !important;
	font-weight: 600;
	text-decoration: underline;
}

/* --- Accessibilité : contrastes WCAG AA (PageSpeed) --- */
.text-color,
.bwp-filter-homepage.loadmore .title-block h2 .text-color,
.bwp-filter-homepage.loadmore .title-block h2 span.text-color {
	color: #9a4a00 !important;
}

.products-list.grid .product-wapper .products-content .price .wcsatt-sub-discount {
	color: #9a4a00 !important;
}

.bwp-header .header-campbar {
	background-color: #c25700 !important;
	color: #fff !important;
}

.bwp-header .header-campbar a {
	color: #fff !important;
	text-decoration: underline;
	text-underline-offset: 2px;
}

.bwp-header .header-campbar .close-campbar i {
	color: #fff !important;
}

.cmplz-btn.cmplz-accept {
	background-color: #1f6b00 !important;
	color: #fff !important;
	border-color: #1f6b00 !important;
}

.cmplz-link.privacy-statement,
.cmplz-link.cookie-statement {
	color: #0d4a6b !important;
	text-decoration: underline;
}

.products-list.grid .product-wapper .products-content .product-button .button,
.products-list.grid .product-wapper .products-content .product-button a.button {
	color: #fff !important;
	background-color: #c25700 !important;
	border-color: #c25700 !important;
}

.products-list.grid .product-wapper .products-content .product-button .button:hover,
.products-list.grid .product-wapper .products-content .product-button a.button:hover {
	background-color: #9a4a00 !important;
	border-color: #9a4a00 !important;
}
