/* CNS Product hero — fiches WooCommerce */

:root {
	--cns-lime: #c8f000;
	--cns-green: #1f3a2a;
	--cns-ink: #111;
	--cns-muted: #5c5c5c;
	--cns-bg: #f5f5f2;
	--cns-font: "Poppins", system-ui, sans-serif;
}

body.single-product {
	--e-global-color-primary: #1f3a2a;
	--e-global-color-secondary: #1f3a2a;
	--e-global-color-accent: #c8f000;
	--e-global-color-text: #111;
	background: var(--cns-bg);
	color: var(--cns-ink);
	font-family: var(--cns-font);
	-webkit-font-smoothing: antialiased;
	overflow-x: hidden;
}

body.single-product .elementor-location-single,
body.single-product .elementor-5307,
body.single-product .woocommerce-breadcrumb,
body.single-product .product > .woocommerce-product-gallery,
body.single-product .product > .summary,
body.single-product .product .entry-summary {
	display: none !important;
}

body.single-product .site-main,
body.single-product main#content,
body.single-product .content-area,
body.single-product article.product {
	margin: 0 !important;
	padding: 0 !important;
	max-width: none !important;
	background: var(--cns-bg);
}

.cns-phero {
	position: relative;
	background: var(--cns-bg);
	color: var(--cns-ink);
	margin: 0;
	padding: clamp(6.75rem, 10vw, 8rem) 0 2.35rem;
	font-family: var(--cns-font);
}

.cns-phero__inner {
	max-width: 1180px;
	margin: 0 auto;
	padding: 0 clamp(1.15rem, 4vw, 2.5rem);
	box-sizing: border-box;
	min-width: 0;
}

.cns-phero__crumbs {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.35rem;
	margin: 0 0 1.15rem;
	font-size: 0.82rem;
	color: #8a8a86;
}

.cns-phero__crumbs a {
	color: #8a8a86 !important;
	text-decoration: none !important;
}

.cns-phero__crumbs a:hover {
	color: var(--cns-green) !important;
}

.cns-phero__crumb-sep {
	opacity: 0.7;
}

.cns-phero__crumbs [aria-current="page"] {
	color: #5c5c58;
}

.cns-phero__notices {
	margin: 0 0 1rem;
}

.cns-phero__grid {
	display: grid;
	grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
	gap: clamp(1.25rem, 3vw, 2.25rem);
	align-items: start;
	min-width: 0;
}

.cns-phero__gallery {
	min-width: 0;
	max-width: 100%;
}

.cns-phero__stage {
	position: relative;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 22px;
	background: #fff;
	aspect-ratio: 5 / 4;
}

.cns-phero__stage picture {
	display: block;
	width: 100%;
	height: 100%;
}

.cns-phero__stage img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center;
}

.cns-phero__nav {
	position: absolute;
	top: 50%;
	z-index: 2;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	border: 0 !important;
	border-radius: 999px;
	background: #fff !important;
	color: #222 !important;
	box-shadow: 0 8px 22px rgba(17, 17, 17, 0.12);
	cursor: pointer;
	transform: translateY(-50%);
}

.cns-phero__nav--prev { left: 0.85rem; }
.cns-phero__nav--next { right: 0.85rem; }

body.single-product .cns-phero__nav:hover,
body.single-product .cns-phero__nav:focus {
	background: #fff !important;
	color: #111 !important;
	border-color: transparent !important;
}

.cns-phero__thumbs {
	display: flex;
	gap: 0.7rem;
	margin-top: 0.85rem;
	max-width: 100%;
	min-width: 0;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	padding-bottom: 0.2rem;
	scrollbar-width: thin;
}

.cns-phero__thumb {
	flex: 0 0 4.6rem;
	width: 4.6rem;
	min-width: 4.6rem;
	display: block;
	padding: 0;
	overflow: hidden;
	border: 2px solid transparent !important;
	border-radius: 12px;
	background: #fff !important;
	cursor: pointer;
	aspect-ratio: 5 / 4;
}

.cns-phero__thumb img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center;
}

.cns-phero__thumb.is-active {
	border-color: var(--cns-lime) !important;
}

body.single-product .cns-phero__thumb:hover,
body.single-product .cns-phero__thumb:focus {
	background: #fff !important;
	color: inherit !important;
}

.cns-phero__card {
	background: #fff;
	border-radius: 24px;
	padding: clamp(1.2rem, 2.4vw, 1.7rem) clamp(1.2rem, 2.4vw, 1.85rem) 1.45rem;
	box-shadow: 0 16px 40px rgba(17, 17, 17, 0.06);
}

.cns-phero__card-top {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 0.75rem;
	margin-bottom: 0.55rem;
}

.cns-phero__sold {
	display: inline-flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 0.28rem;
	margin: 0;
	color: var(--cns-green);
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.cns-phero__sold::after {
	content: "";
	width: 100%;
	height: 3px;
	border-radius: 99px;
	background: var(--cns-lime);
}

.cns-phero__tools {
	display: flex;
	gap: 0.35rem;
}

.cns-phero__iconbtn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	border: 0 !important;
	border-radius: 999px;
	background: transparent !important;
	color: #3a3a3a !important;
	cursor: pointer;
}

body.single-product .cns-phero__iconbtn:hover,
body.single-product .cns-phero__iconbtn:focus {
	background: #f4f4f0 !important;
	color: #111 !important;
	border: 0 !important;
}

.cns-phero__iconbtn.is-on svg {
	fill: #e11d48;
	stroke: #e11d48;
}

.cns-phero__cats {
	margin: 0 0 0.55rem;
	color: #7a7a74;
	font-size: 0.78rem;
	font-weight: 600;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.cns-phero__title {
	margin: 0 0 0.65rem;
	color: #161616;
	font-size: clamp(1.35rem, 2.4vw, 1.95rem);
	font-weight: 800;
	line-height: 1.18;
	letter-spacing: -0.03em;
	overflow-wrap: anywhere;
}

.cns-phero__lead {
	margin: 0 0 1rem;
	max-width: 36rem;
	color: #5a5a56;
	font-size: 0.95rem;
	line-height: 1.55;
}

.cns-phero__price {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	gap: 0.65rem;
	margin: 0 0 1.1rem;
}

.cns-phero__price del,
.cns-phero__price del .woocommerce-Price-amount,
.cns-phero__price del .amount {
	color: #9aa193 !important;
	font-size: 1.15rem;
	font-weight: 500;
	text-decoration: line-through;
}

.cns-phero__now,
.cns-phero__now .woocommerce-Price-amount,
.cns-phero__now .amount {
	color: #b6db00 !important;
	font-size: 1.7rem;
	font-weight: 800;
	letter-spacing: -0.03em;
}

.cns-phero__points {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 0.65rem;
	margin: 0 0 1.2rem;
	padding: 0;
	list-style: none;
}

.cns-phero__points li {
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 0.7rem;
	align-items: center;
	min-height: 4.4rem;
	padding: 0.75rem 0.85rem;
	border: 1px solid #ecece6;
	border-radius: 14px;
	background: #fafaf7;
}

.cns-phero__point-icon {
	display: inline-flex;
	color: var(--cns-green);
}

.cns-phero__points strong {
	display: block;
	color: #171717;
	font-size: 0.92rem;
	font-weight: 700;
	line-height: 1.2;
}

.cns-phero__points em {
	display: block;
	margin-top: 0.12rem;
	color: #7a7a74;
	font-size: 0.78rem;
	font-style: normal;
}

.cns-phero__form {
	margin: 0;
}

.cns-phero__qty {
	display: flex;
	align-items: center;
	gap: 0.55rem;
	margin: 0 0 0.95rem;
	color: #333;
	font-size: 0.92rem;
	font-weight: 600;
}

.cns-phero__qty input {
	width: 2.4rem;
	height: 2.15rem;
	border: 0;
	background: transparent;
	color: #111;
	font: inherit;
	font-weight: 700;
	text-align: center;
	-moz-appearance: textfield;
}

.cns-phero__qty input::-webkit-outer-spin-button,
.cns-phero__qty input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.cns-phero__qty-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	border: 1px solid #e4e4de !important;
	border-radius: 999px;
	background: #fff !important;
	color: #111 !important;
	font-size: 1.05rem;
	line-height: 1;
	cursor: pointer;
}

body.single-product .cns-phero__qty-btn:hover,
body.single-product .cns-phero__qty-btn:focus {
	background: #f4f4f0 !important;
	color: #111 !important;
	border-color: #d8d8d0 !important;
}

.cns-phero__cart {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
	width: 100%;
	min-height: 52px;
	padding: 0.85rem 1.2rem;
	border: 0 !important;
	border-radius: 999px;
	background: var(--cns-lime) !important;
	color: #111 !important;
	font-size: 1rem;
	font-weight: 800;
	text-decoration: none !important;
	cursor: pointer;
	box-shadow: none;
}

body.single-product .cns-phero__cart:hover,
body.single-product .cns-phero__cart:focus {
	background: #d6ff2e !important;
	color: #111 !important;
	border: 0 !important;
	transform: none;
}

.cns-phero__cart--ext {
	background: var(--cns-green) !important;
	color: var(--cns-lime) !important;
}

body.single-product .cns-phero__cart--ext:hover,
body.single-product .cns-phero__cart--ext:focus {
	background: #2a4d38 !important;
	color: var(--cns-lime) !important;
}

.cns-phero__buynow {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.35rem;
	width: 100%;
	margin-top: 0.7rem;
	padding: 0.2rem;
	border: 0 !important;
	background: transparent !important;
	color: var(--cns-green) !important;
	font-size: 0.95rem;
	font-weight: 700;
	cursor: pointer;
}

body.single-product .cns-phero__buynow:hover,
body.single-product .cns-phero__buynow:focus {
	background: transparent !important;
	color: #0f1c14 !important;
	border: 0 !important;
	text-decoration: underline;
}

.cns-phero__trust {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 0.65rem 1rem;
	margin: 1.15rem 0 0;
	padding: 0.95rem 0 0;
	border-top: 1px solid #efefe9;
	list-style: none;
	color: #6a6a64;
	font-size: 0.78rem;
	font-weight: 500;
}

.cns-phero__trust li {
	display: inline-flex;
	align-items: center;
	gap: 0.4rem;
}

.cns-phero__trust svg {
	color: var(--cns-green);
}

.cns-phero__partner {
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 0.7rem;
	margin: 1.1rem 0 0;
	padding: 0.9rem 1rem;
	border-radius: 14px;
	background: #f6f7f3;
	color: #4d4d48;
	font-size: 0.84rem;
	line-height: 1.45;
}

.cns-phero__partner-icon {
	display: inline-flex;
	color: var(--cns-green);
}

.cns-phero__partner strong {
	display: block;
	margin-bottom: 0.15rem;
	color: #222;
}

@media (max-width: 980px) {
	.cns-phero {
		padding-top: 8.35rem;
	}

	.cns-phero__grid {
		grid-template-columns: 1fr;
	}

	.cns-phero__stage {
		aspect-ratio: 4 / 3;
	}
}

@media (max-width: 640px) {
	.cns-phero__points {
		grid-template-columns: 1fr;
	}

	.cns-phero__thumbs {
		gap: 0.45rem;
	}

	.cns-phero__thumb {
		flex-basis: 4.1rem;
		width: 4.1rem;
		min-width: 4.1rem;
	}

	.cns-phero__trust {
		flex-direction: column;
		align-items: flex-start;
	}

	.cns-phero__now,
	.cns-phero__now .woocommerce-Price-amount {
		font-size: 1.45rem;
	}
}

/*
 * Header Elementor : 3 sections superposées via margin-bottom: -110px.
 * Tablette (768–1024) : menu desktop + burger en même temps. On ne garde que le burger.
 */
@media (max-width: 1024px) {
	body.single-product .elementor-element-2b0c573b {
		display: none !important;
	}

	.cns-phero {
		padding-top: 8.35rem;
	}
}

/*
 * Mobile : le header restant n’a plus de marge négative, le hero est dans le flux.
 */
@media (max-width: 767px) {
	body.single-product main#content.site-main {
		margin-top: 0 !important;
	}

	body.single-product .elementor-element-7e8f222b {
		padding-top: 10px !important;
		padding-bottom: 10px !important;
	}

	.cns-phero {
		padding-top: 1.15rem;
	}

	.cns-pbar {
		top: 4.35rem;
	}
}

/* —— Avantages —— */
.cns-pbenefits {
	background: #1f3a2a;
	color: #fff;
	margin: 0;
	padding: 1.35rem 0;
}

.cns-pbenefits__inner {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0;
	max-width: 1180px;
	margin: 0 auto;
	padding: 0 clamp(1.15rem, 4vw, 2.5rem);
	box-sizing: border-box;
}

.cns-pbenefits__item {
	position: relative;
	display: grid;
	grid-template-columns: auto minmax(0, 1fr);
	gap: 1rem;
	align-items: center;
	padding: 0.55rem 1.35rem;
}

.cns-pbenefits__item + .cns-pbenefits__item::before {
	content: "";
	position: absolute;
	top: 12%;
	bottom: 12%;
	left: 0;
	width: 1px;
	background: rgba(255, 255, 255, 0.12);
}

.cns-pbenefits__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 64px;
	height: 64px;
	border: 2px solid var(--cns-lime);
	border-radius: 999px;
	color: var(--cns-lime);
	flex-shrink: 0;
}

.cns-pbenefits__icon svg {
	width: 28px;
	height: 28px;
}

.cns-pbenefits__title {
	margin: 0 0 0.2rem;
	color: #fff;
	font-size: 1.02rem;
	font-weight: 700;
	line-height: 1.25;
	letter-spacing: -0.01em;
}

.cns-pbenefits__text {
	margin: 0;
	color: rgba(255, 255, 255, 0.78);
	font-size: 0.88rem;
	line-height: 1.45;
	font-weight: 400;
}

@media (max-width: 900px) {
	.cns-pbenefits__inner {
		grid-template-columns: 1fr;
		gap: 0.35rem;
	}

	.cns-pbenefits__item {
		padding: 0.85rem 0;
	}

	.cns-pbenefits__item + .cns-pbenefits__item::before {
		top: 0;
		right: 0;
		bottom: auto;
		left: 0;
		width: 100%;
		height: 1px;
	}
}

/* —— Description / caractéristiques / utilisation —— */
.cns-pdetails {
	background: var(--cns-bg);
	padding: 2rem 0 1rem;
}

.cns-pdetails__inner {
	display: grid;
	grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.78fr);
	gap: 1.15rem;
	max-width: 1180px;
	margin: 0 auto;
	padding: 0 clamp(1.15rem, 4vw, 2.5rem);
	box-sizing: border-box;
	align-items: start;
}

.cns-pdetails__card,
.cns-pdetails__recap {
	background: #fff;
	border-radius: 22px;
	box-shadow: 0 12px 32px rgba(17, 17, 17, 0.05);
}

.cns-pdetails__card {
	padding: 1.15rem 1.4rem 1.5rem;
}

.cns-pdetails__tabs {
	display: flex;
	flex-wrap: wrap;
	gap: 0.35rem 1.15rem;
	margin: 0 0 1.15rem;
	border-bottom: 1px solid #ecece6;
}

.cns-pdetails__tab {
	position: relative;
	padding: 0.55rem 0 0.75rem;
	border: 0 !important;
	background: transparent !important;
	color: #8a8a86 !important;
	font-size: 0.92rem;
	font-weight: 600;
	cursor: pointer;
}

.cns-pdetails__tab.is-active {
	color: var(--cns-green) !important;
}

.cns-pdetails__tab.is-active::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: -1px;
	height: 3px;
	border-radius: 99px;
	background: var(--cns-lime);
}

body.single-product .cns-pdetails__tab:hover,
body.single-product .cns-pdetails__tab:focus {
	background: transparent !important;
	color: var(--cns-green) !important;
	border: 0 !important;
}

.cns-pdetails__title {
	margin: 0 0 0.7rem;
	color: #171717;
	font-size: 1.22rem;
	font-weight: 800;
	line-height: 1.25;
	letter-spacing: -0.02em;
}

.cns-pdetails__panel p {
	margin: 0 0 0.75rem;
	color: #5c5c58;
	font-size: 0.94rem;
	line-height: 1.6;
}

.cns-pdetails__list {
	margin: 0.85rem 0 0;
	padding: 0;
	list-style: none;
}

.cns-pdetails__list li {
	position: relative;
	margin: 0 0 0.55rem;
	padding-left: 1.85rem;
	color: #3f3f3c;
	font-size: 0.94rem;
	line-height: 1.4;
}

.cns-pdetails__list li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.08rem;
	width: 1.15rem;
	height: 1.15rem;
	border-radius: 999px;
	background: #1f3a2a url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23c8f000' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round' d='m4 8.2 2.4 2.3L12 5.4'/%3E%3C/svg%3E") center / 0.85rem no-repeat;
}

.cns-pdetails__specs {
	margin: 0;
	padding: 0;
	list-style: none;
}

.cns-pdetails__specs li {
	display: flex;
	justify-content: space-between;
	gap: 1rem;
	padding: 0.8rem 0;
	border-bottom: 1px solid #f0f0ea;
	color: #6a6a64;
	font-size: 0.92rem;
}

.cns-pdetails__specs strong {
	color: #171717;
	font-weight: 700;
	text-align: right;
}

.cns-pdetails__recap {
	padding: 1.25rem 1.2rem 1.15rem;
}

.cns-pdetails__recap-title {
	margin: 0 0 0.85rem;
	color: #171717;
	font-size: 1.18rem;
	font-weight: 800;
	letter-spacing: -0.02em;
}

.cns-pdetails__recap ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: grid;
	gap: 0.55rem;
}

.cns-pdetails__recap li {
	display: grid;
	grid-template-columns: auto minmax(0, 0.9fr) minmax(0, 1.1fr);
	gap: 0.7rem;
	align-items: center;
	padding: 0.8rem 0.9rem;
	border-radius: 14px;
	background: #f7f7f4;
}

.cns-pdetails__recap-icon {
	display: inline-flex;
	color: var(--cns-green);
}

.cns-pdetails__recap-label {
	color: #6a6a64;
	font-size: 0.86rem;
}

.cns-pdetails__recap strong {
	color: #171717;
	font-size: 0.9rem;
	font-weight: 700;
	text-align: right;
}

/* —— FAQ —— */
.cns-pfq {
	background: var(--cns-bg);
	padding: 1.5rem 0 2rem;
}

.cns-pfq__inner {
	display: block;
	max-width: 1180px;
	margin: 0 auto;
	padding: 0 clamp(1.15rem, 4vw, 2.5rem);
	box-sizing: border-box;
}

.cns-pfq__title {
	margin: 0 0 1rem;
	color: #171717;
	font-size: clamp(1.35rem, 2.4vw, 1.7rem);
	font-weight: 800;
	letter-spacing: -0.03em;
}

.cns-pfq__cols {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 0.75rem 1.15rem;
	align-items: start;
}

.cns-pfq__col {
	display: grid;
	gap: 0.65rem;
}

.cns-pfq__item {
	margin: 0;
	background: #fff;
	border-radius: 16px;
	box-shadow: 0 8px 22px rgba(17, 17, 17, 0.04);
	overflow: hidden;
}

.cns-pfq__question {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	padding: 1rem 1.15rem;
	cursor: pointer;
	list-style: none;
	color: #171717;
	font-size: 0.98rem;
	font-weight: 700;
	line-height: 1.35;
}

.cns-pfq__question::-webkit-details-marker,
.cns-pfq__question::marker {
	display: none;
	content: "";
}

.cns-pfq__icon {
	position: relative;
	width: 1.25rem;
	height: 1.25rem;
	flex-shrink: 0;
}

.cns-pfq__icon::before,
.cns-pfq__icon::after {
	content: "";
	position: absolute;
	background: var(--cns-green);
	border-radius: 99px;
}

.cns-pfq__icon::before {
	top: 50%;
	left: 0;
	width: 100%;
	height: 2px;
	transform: translateY(-50%);
}

.cns-pfq__icon::after {
	top: 0;
	left: 50%;
	width: 2px;
	height: 100%;
	transform: translateX(-50%);
}

.cns-pfq__item[open] .cns-pfq__icon::after {
	display: none;
}

.cns-pfq__answer {
	padding: 0 1.15rem 1.05rem;
}

.cns-pfq__answer p {
	margin: 0;
	color: #5c5c58;
	font-size: 0.92rem;
	line-height: 1.55;
}

@media (max-width: 980px) {
	.cns-pdetails__inner,
	.cns-pfq__cols,
	.cns-pfit__inner {
		grid-template-columns: 1fr;
	}

	.cns-pdetails__recap li {
		grid-template-columns: auto 1fr;
	}

	.cns-pdetails__recap strong {
		grid-column: 2;
		text-align: left;
	}

	.cns-pfit__inner {
		gap: 1.35rem;
	}

	.cns-pfit__col {
		padding: 0.35rem 0;
	}

	.cns-pfit__col + .cns-pfit__col::before {
		display: none;
	}
}

/* —— Convenir / à savoir —— */
.cns-pfit {
	background: #1f3a2a;
	color: #fff;
	margin: 0;
	padding: 1.55rem 0;
}

.cns-pfit__inner {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 0;
	max-width: 1180px;
	margin: 0 auto;
	padding: 0 clamp(1.15rem, 4vw, 2.5rem);
	box-sizing: border-box;
}

.cns-pfit__col {
	position: relative;
	padding: 0.35rem 1.5rem;
}

.cns-pfit__col + .cns-pfit__col::before {
	content: "";
	position: absolute;
	top: 8%;
	bottom: 8%;
	left: 0;
	width: 1px;
	background: rgba(255, 255, 255, 0.12);
}

.cns-pfit__title {
	display: flex;
	align-items: center;
	gap: 0.75rem;
	margin: 0 0 0.85rem;
	color: #fff;
	font-size: 1.08rem;
	font-weight: 700;
	line-height: 1.25;
}

.cns-pfit__badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	border-radius: 999px;
	background: var(--cns-lime);
	color: #1f3a2a;
	flex-shrink: 0;
}

.cns-pfit__badge svg {
	width: 18px;
	height: 18px;
}

.cns-pfit ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.cns-pfit li {
	position: relative;
	margin: 0 0 0.45rem;
	padding-left: 1.7rem;
	color: rgba(255, 255, 255, 0.86);
	font-size: 0.9rem;
	line-height: 1.45;
}

.cns-pfit li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.12rem;
	width: 1.1rem;
	height: 1.1rem;
	border-radius: 999px;
	background: var(--cns-lime) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%231f3a2a' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' d='m4 8.2 2.4 2.3L12 5.4'/%3E%3C/svg%3E") center / 0.78rem no-repeat;
}

@media (max-width: 980px) {
	.cns-pfit__inner {
		grid-template-columns: 1fr;
		gap: 1.35rem;
	}

	.cns-pfit__col {
		padding: 0.35rem 0;
	}

	.cns-pfit__col + .cns-pfit__col::before {
		display: none;
	}
}

/* —— Barre compacte —— */
.cns-pbar {
	position: sticky;
	top: 5.75rem;
	z-index: 30;
	background: var(--cns-bg);
	padding: 0.85rem 0 0.35rem;
}

.cns-pbar__inner {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr) auto;
	gap: 1rem;
	align-items: center;
	max-width: 1180px;
	margin: 0 auto;
	padding: 0.85rem 1.1rem;
	border-radius: 18px;
	background: #fff;
	box-shadow: 0 10px 28px rgba(17, 17, 17, 0.06);
	box-sizing: border-box;
}

.cns-pbar__media {
	display: block;
	width: 58px;
	height: 58px;
	overflow: hidden;
	border-radius: 10px;
	background: #f4f4f0;
}

.cns-pbar__media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.cns-pbar__title {
	margin: 0 0 0.2rem;
	color: #171717;
	font-size: 0.98rem;
	font-weight: 800;
	line-height: 1.25;
	overflow-wrap: anywhere;
}

.cns-pbar__meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.55rem 0.85rem;
	margin: 0;
	color: #8a8a86;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.cns-pbar__sold {
	color: var(--cns-green);
}

.cns-pbar__buy {
	display: flex;
	align-items: center;
	gap: 0.9rem;
}

.cns-pbar__price {
	margin: 0;
	color: var(--cns-green);
	font-size: 1.2rem;
	font-weight: 800;
}

.cns-pbar__price .woocommerce-Price-amount {
	color: var(--cns-green);
}

.cns-pbar__form {
	margin: 0;
}

.cns-pbar__cart {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.4rem;
	min-height: 44px;
	padding: 0.65rem 1.15rem;
	border: 0 !important;
	border-radius: 999px;
	background: var(--cns-lime) !important;
	color: #111 !important;
	font-size: 0.9rem;
	font-weight: 800;
	text-decoration: none !important;
	white-space: nowrap;
	cursor: pointer;
}

body.single-product .cns-pbar__cart:hover,
body.single-product .cns-pbar__cart:focus {
	background: #d6ff2e !important;
	color: #111 !important;
	border: 0 !important;
}

.cns-pbar__cart--ext {
	background: var(--cns-green) !important;
	color: var(--cns-lime) !important;
}

body.single-product .cns-pbar__cart--ext:hover {
	background: #2a4d38 !important;
	color: var(--cns-lime) !important;
}

/* —— Related —— */
.cns-prel {
	background: var(--cns-bg);
	padding: 0.5rem 0 3.5rem;
}

.cns-prel__inner {
	max-width: 1180px;
	margin: 0 auto;
	padding: 0 clamp(1.15rem, 4vw, 2.5rem);
	box-sizing: border-box;
}

.cns-prel__title {
	margin: 0 0 1.1rem;
	color: #171717;
	font-size: clamp(1.3rem, 2.4vw, 1.65rem);
	font-weight: 800;
	letter-spacing: -0.03em;
}

.cns-prel__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 1rem;
}

.cns-prel__card {
	display: flex;
	flex-direction: column;
	padding: 0.75rem;
	border-radius: 16px;
	background: #fff;
	box-shadow: 0 8px 22px rgba(17, 17, 17, 0.04);
}

.cns-prel__image {
	display: block;
	overflow: hidden;
	border-radius: 12px;
	background: #f4f4f0;
	aspect-ratio: 4 / 3;
}

.cns-prel__image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.cns-prel__name {
	margin: 0.75rem 0 0.35rem;
	font-size: 0.92rem;
	font-weight: 700;
	line-height: 1.3;
}

.cns-prel__name a {
	color: #171717 !important;
	text-decoration: none !important;
}

.cns-prel__price {
	margin: 0 0 0.7rem;
	color: #171717;
	font-size: 0.95rem;
	font-weight: 800;
}

.cns-prel__tag {
	margin: 0 0 0.7rem;
	color: #7a7a74;
	font-size: 0.78rem;
	font-weight: 600;
}

.cns-prel__cta {
	margin-top: auto;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 40px;
	border-radius: 999px;
	background: var(--cns-lime);
	color: #111 !important;
	font-size: 0.84rem;
	font-weight: 700;
	text-decoration: none !important;
}

@media (max-width: 980px) {
	.cns-pbar__inner {
		grid-template-columns: auto minmax(0, 1fr);
	}

	.cns-pbar__buy {
		grid-column: 1 / -1;
		justify-content: space-between;
	}

	.cns-prel__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 640px) {
	.cns-pbar {
		top: 4.35rem;
	}

	.cns-pbar__title {
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		overflow: hidden;
	}

	.cns-pbar__cart {
		flex: 1 1 auto;
		min-width: 0;
		white-space: normal;
		text-align: center;
	}

	.cns-prel__grid {
		grid-template-columns: 1fr;
	}

	.cns-pdetails__title,
	.cns-prel__title {
		overflow-wrap: anywhere;
	}
}
