/*
 * CognitiShop - Propriete ITaiB.fr.
 * Copyright (c) 2026 ITaiB.fr. Tous droits reserves.
 * Logiciel proprietaire et confidentiel.
 */

.cs-public {
	margin: 0;
	background: #f7f8fb;
	color: #172b4d;
	font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.cs-product-page {
	width: min(1120px, calc(100% - 2rem));
	margin: 0 auto;
	padding: 1.25rem 0 3rem;
}

.cs-product-breadcrumb {
	display: flex;
	flex-wrap: wrap;
	gap: 0.45rem;
	align-items: center;
	margin-bottom: 1rem;
	color: #5f6f86;
	font-size: 0.92rem;
}

.cs-product-breadcrumb a {
	color: #0c7c74;
	text-decoration: none;
	font-weight: 700;
}

.cs-product-hero {
	display: grid;
	grid-template-columns: minmax(17rem, 0.95fr) minmax(0, 1.2fr);
	gap: clamp(1rem, 3vw, 2.25rem);
	align-items: start;
	padding: clamp(1rem, 3vw, 2rem);
	border: 1px solid rgba(23, 43, 77, 0.12);
	border-radius: 8px;
	background: #ffffff;
	box-shadow: 0 18px 42px rgba(23, 43, 77, 0.08);
}

.cs-product-media {
	display: grid;
	gap: 0.75rem;
	align-content: start;
	min-width: 0;
}

.cs-product-primary-media {
	position: relative;
	margin: 0;
	overflow: visible;
	border-radius: 8px;
	background: #eef3f7;
	aspect-ratio: 1;
}

.cs-product-primary-media a,
.cs-product-gallery-item {
	display: grid;
	place-items: center;
	width: 100%;
	height: 100%;
	color: inherit;
	text-decoration: none;
}

.cs-product-primary-media a {
	overflow: hidden;
	border-radius: inherit;
	background: inherit;
}

.cs-product-primary-media img,
.cs-product-gallery-item img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.cs-product-primary-media .cs-product-peek-mascot {
	position: absolute;
	z-index: 2;
	top: 8%;
	left: -21%;
	width: min(118px, 25%);
	height: auto;
	pointer-events: none;
	user-select: none;
	filter: drop-shadow(0 14px 22px rgba(24, 66, 18, 0.16));
}

.cs-product-gallery {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(4.25rem, 1fr));
	gap: 0.55rem;
}

.cs-product-gallery-item {
	overflow: hidden;
	border: 1px solid rgba(23, 43, 77, 0.12);
	border-radius: 8px;
	background: #f8fafc;
	aspect-ratio: 1;
}

.cs-product-gallery-item:focus-visible {
	outline: 3px solid rgba(12, 124, 116, 0.32);
	outline-offset: 2px;
}

.cs-product-media-lock {
	overflow: hidden;
}

.cs-product-media-dialog {
	position: fixed;
	inset: 0;
	z-index: 80;
	display: none;
	align-items: center;
	justify-content: center;
	padding: clamp(0.75rem, 3vw, 2rem);
}

.cs-product-media-dialog.is-open {
	display: flex;
}

.cs-product-media-dialog-backdrop {
	position: absolute;
	inset: 0;
	background: rgba(23, 43, 77, 0.72);
}

.cs-product-media-dialog-panel {
	position: relative;
	z-index: 1;
	display: grid;
	gap: 0.75rem;
	width: min(68rem, 100%);
	max-height: calc(100vh - 2rem);
	padding: clamp(0.7rem, 2vw, 1rem);
	border-radius: 8px;
	background: #ffffff;
	box-shadow: 0 24px 80px rgba(23, 43, 77, 0.28);
}

.cs-product-media-dialog-close {
	justify-self: end;
	min-height: 2.4rem;
	border: 0;
	border-radius: 8px;
	padding: 0.5rem 0.75rem;
	background: #0c7c74;
	color: #ffffff;
	font: inherit;
	font-weight: 780;
	cursor: pointer;
}

.cs-product-media-dialog-close:focus-visible {
	outline: 3px solid rgba(12, 124, 116, 0.32);
	outline-offset: 2px;
}

.cs-product-media-dialog-image {
	display: block;
	width: 100%;
	max-height: calc(100vh - 7rem);
	object-fit: contain;
	border-radius: 8px;
	background: #eef3f7;
}

.cs-product-image-placeholder {
	display: grid;
	place-items: center;
	width: 100%;
	padding: 1rem;
	border-radius: 8px;
	background: #eef3f7;
	aspect-ratio: 1;
	color: #5f6f86;
	text-align: center;
	font-weight: 700;
}

.cs-product-summary {
	display: grid;
	gap: 1rem;
}

.cs-product-kicker {
	margin: 0;
	color: #0c7c74;
	font-size: 0.82rem;
	font-weight: 780;
	text-transform: uppercase;
	letter-spacing: 0;
}

.cs-product-summary h1 {
	margin: 0;
	font-size: clamp(1.8rem, 1.35rem + 2vw, 3rem);
	line-height: 1.05;
	letter-spacing: 0;
}

.cs-product-intro {
	margin: 0;
	color: #3d4e63;
	font-size: 1.05rem;
	line-height: 1.55;
}

.cs-product-badges {
	display: flex;
	flex-wrap: wrap;
	gap: 0.45rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.cs-product-badge {
	display: inline-flex;
	align-items: center;
	min-height: 2rem;
	padding: 0.32rem 0.62rem;
	border-radius: 999px;
	background: #f2f4f8;
	color: #3d4e63;
	font-size: 0.86rem;
	font-weight: 800;
	overflow-wrap: anywhere;
}

.cs-product-badge-promo {
	background: #fff0ea;
	color: #b42318;
}

.cs-product-badge-new {
	background: #ecfdf3;
	color: #027a48;
}

.cs-product-badge-stock {
	background: #eef6f5;
	color: #0c7c74;
}

.cs-product-badge-delivery {
	background: #fff7e6;
	color: #8a4b12;
}

.cs-product-badge-eco {
	background: #eff8e8;
	color: #3f7b24;
}

.cs-product-badge-compatibility,
.cs-product-badge-trust {
	background: #edf4ff;
	color: #1d4f91;
}

.cs-product-buybox {
	display: flex;
	flex-wrap: wrap;
	gap: 0.65rem;
	align-items: center;
	padding-top: 0.35rem;
}

.cs-product-availability,
.cs-product-sku {
	display: inline-flex;
	align-items: center;
	min-height: 2.15rem;
	padding: 0.42rem 0.7rem;
	border-radius: 999px;
	background: #eef6f5;
	color: #0c7c74;
	font-weight: 780;
}

.cs-product-sku {
	background: #f2f4f8;
	color: #3d4e63;
}

.cs-product-encros-counsel {
	--cs-product-assistant-foot-offset: 17px;
	--cs-product-assistant-gap: 1.75rem;
	--cs-product-assistant-size: 152px;
	display: inline-flex;
	align-items: center;
	min-height: 42px;
	min-width: 0;
	padding-right: calc(var(--cs-product-assistant-size) + var(--cs-product-assistant-gap));
	position: relative;
}

.cs-product-encros-actions {
	align-items: center;
}

.cs-product-assistant-trigger {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: var(--cs-product-assistant-size);
	height: var(--cs-product-assistant-size);
	border: 0;
	padding: 0;
	background: transparent;
	cursor: pointer;
	flex: 0 0 var(--cs-product-assistant-size);
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 3;
}

.cs-product-assistant-trigger img {
	display: block;
	width: var(--cs-product-assistant-size);
	height: var(--cs-product-assistant-size);
	object-fit: contain;
	pointer-events: none;
	filter: drop-shadow(0 10px 18px rgba(24, 66, 18, 0.18));
	transform: translateY(var(--cs-product-assistant-foot-offset));
	transition: transform 160ms ease;
}

.cs-product-assistant-trigger:focus-visible {
	outline: 3px solid rgba(255, 116, 24, 0.35);
	outline-offset: 3px;
}

.cs-product-assistant-trigger:hover img,
.cs-product-assistant-trigger:focus-visible img {
	transform: translateY(calc(var(--cs-product-assistant-foot-offset) - 2px));
}

.cs-product-cart {
	display: grid;
	grid-template-columns: minmax(190px, 1fr) auto auto;
	gap: 0.9rem;
	align-items: end;
	padding: 1rem;
	border: 1px solid rgba(23, 43, 77, 0.12);
	border-radius: 8px;
	background: linear-gradient(135deg, #ffffff, #f7fbff);
}

.cs-product-cart:has(.cs-product-cart-options) {
	grid-template-columns: minmax(9.5rem, 0.9fr) minmax(12rem, 1.1fr) minmax(8.8rem, auto);
	align-items: stretch;
}

.cs-product-cart[data-cognitishop-product-cart-state="adding"],
.cs-product-cart.is-busy {
	border-color: rgba(12, 124, 116, 0.28);
	background: #f3fbf9;
}

.cs-product-cart label {
	display: grid;
	gap: 0.3rem;
	color: #3d4e63;
	font-size: 0.88rem;
	font-weight: 700;
}

.cs-product-cart-price {
	display: grid;
	gap: 0.1rem;
	align-self: stretch;
	align-content: center;
	min-width: 190px;
}

.cs-product-cart-price span {
	color: #596a7c;
	font-size: 0.78rem;
	font-weight: 850;
	text-transform: uppercase;
}

.cs-product-cart-price strong {
	color: #063f35;
	font-size: clamp(1.45rem, 2.2vw, 2.15rem);
	font-weight: 950;
	letter-spacing: 0;
	line-height: 1;
	white-space: nowrap;
}

.cs-product-promo-callout {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr) auto;
	gap: 8px;
	align-items: center;
	width: fit-content;
	max-width: 100%;
	margin: 12px 0;
	padding: 9px 12px;
	border: 1px solid #ffc894;
	border-radius: 18px;
	background: linear-gradient(135deg, #fff7e8, #ffffff);
	box-shadow: 0 12px 26px rgba(255, 122, 26, 0.13);
}

.cs-product-promo-callout span {
	display: inline-flex;
	align-items: center;
	min-height: 28px;
	padding: 0 9px;
	border-radius: 999px;
	background: #ff7a1a;
	color: #ffffff;
	font-size: 0.76rem;
	font-weight: 1000;
	text-transform: uppercase;
}

.cs-product-promo-callout strong {
	color: #2b4018;
	font-weight: 1000;
	line-height: 1.15;
}

.cs-product-promo-callout em {
	color: #d71920;
	font-style: normal;
	font-weight: 1000;
	white-space: nowrap;
}

.cs-product-cart-price.is-promo {
	min-width: 0;
	padding: 0;
	border: 0 !important;
	box-shadow: none !important;
	background: transparent !important;
}

.cs-product-promo-price-stack {
	display: grid;
	grid-template-columns: auto auto auto;
	gap: 5px 9px;
	align-items: baseline;
}

.cs-product-promo-price-stack small,
.cs-product-promo-price-stack b {
	grid-column: 1 / -1;
}

.cs-product-promo-price-stack small {
	color: #65715e;
	font-size: 0.82rem;
	font-weight: 850;
}

.cs-product-promo-price-stack del {
	color: #4e5a4a;
	text-decoration-color: #d71920;
	text-decoration-thickness: 2px;
}

.cs-product-promo-price-stack strong {
	color: #063f35 !important;
	font-size: clamp(1.75rem, 2.7vw, 2.45rem) !important;
	letter-spacing: 0;
}

.cs-product-promo-price-stack em {
	display: inline-flex;
	align-items: center;
	min-height: 30px;
	padding: 0 10px;
	border-radius: 999px;
	background: #d71920;
	color: #ffffff;
	font-style: normal;
	font-weight: 1000;
}

.cs-product-promo-price-stack b {
	width: fit-content;
	padding: 4px 9px;
	border-radius: 999px;
	background: #fff3df;
	color: #a64600;
	font-size: 0.84rem;
	font-weight: 1000;
}

.cs-product-cart:has(.cs-product-cart-options) .cs-product-cart-price {
	grid-column: 1;
	grid-row: 1 / span 2;
}

.cs-product-cart-options {
	grid-column: 2;
	grid-row: 1 / span 2;
	display: grid;
	gap: 0.45rem;
	align-self: stretch;
	min-width: 0;
	padding: 0;
}

.cs-product-cart-options-title {
	color: #0c7c74;
	font-size: 0.76rem;
	font-weight: 900;
	letter-spacing: 0;
	text-transform: uppercase;
}

.cs-product-cart-option-group {
	display: grid;
	gap: 0.3rem;
	min-width: 0;
	margin: 0;
	padding: 0;
	border: 0;
	min-inline-size: 0;
}

.cs-product-cart-option-select-label {
	display: grid;
	gap: 0.35rem;
	min-width: 0;
	color: #5f6f86;
	font-size: 0.8rem;
	font-weight: 780;
}

.cs-product-cart-option-select-label span {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.cs-product-cart select {
	width: 100%;
	min-height: 2.55rem;
	min-width: 0;
	padding: 0.48rem 2.25rem 0.48rem 0.7rem;
	border: 1px solid rgba(23, 43, 77, 0.14);
	border-radius: 8px;
	background: #ffffff;
	color: #172b4d;
	font: inherit;
	font-size: 0.9rem;
	font-weight: 760;
	box-shadow: 0 8px 18px rgba(23, 43, 77, 0.05);
	cursor: pointer;
}

.cs-product-cart select:focus {
	border-color: rgba(12, 124, 116, 0.55);
	box-shadow: 0 14px 28px rgba(23, 43, 77, 0.1);
	outline: 2px solid rgba(12, 124, 116, 0.14);
	outline-offset: 2px;
}

.cs-product-cart:has(.cs-product-cart-options) > label {
	grid-column: 3;
	grid-row: 1;
}

.cs-product-cart:has(.cs-product-cart-options) > button {
	grid-column: 3;
	grid-row: 2;
	align-self: end;
	min-width: 8.8rem;
}

.cs-product-cart input[type="number"] {
	width: 5.5rem;
	min-height: 2.55rem;
	border: 1px solid rgba(23, 43, 77, 0.18);
	border-radius: 8px;
	padding: 0.45rem 0.6rem;
	color: #172b4d;
	font: inherit;
	font-weight: 760;
}

.cs-product-cart button {
	min-height: 2.55rem;
	border: 0;
	border-radius: 8px;
	padding: 0.55rem 0.95rem;
	background: #ff6b18;
	color: #ffffff;
	font: inherit;
	line-height: 1.15;
	font-weight: 860;
	cursor: pointer;
}

.cs-product-cart button:disabled {
	cursor: wait;
	opacity: 0.68;
}

.cs-product-cart-result {
	grid-column: 1 / -1;
	margin: 0;
	color: #3d4e63;
	font-size: 0.92rem;
	line-height: 1.45;
}

.cs-product-cart-result a {
	color: #0c7c74;
	font-weight: 780;
	text-decoration: none;
}

.cs-product-cart-result.is-error {
	color: #b42318;
}

.cs-product-cart-result.is-success {
	color: #0c7c74;
}

.cs-product-cart-disabled {
	display: grid;
	gap: 0.45rem;
	padding: 1rem;
	border: 1px solid rgba(255, 107, 24, 0.26);
	border-radius: 8px;
	background: linear-gradient(135deg, #fff7ed, #f7fbff);
	box-shadow: 0 18px 38px rgba(23, 43, 77, 0.08);
}

.cs-product-cart-disabled span {
	width: fit-content;
	padding: 0.3rem 0.62rem;
	border-radius: 999px;
	background: #ffedd5;
	color: #9a3412;
	font-size: 0.72rem;
	font-weight: 900;
	text-transform: uppercase;
}

.cs-product-cart-disabled strong {
	color: #17324d;
	font-size: 1rem;
	line-height: 1.35;
}

.cs-product-cart-disabled p {
	margin: 0;
	color: #526173;
	line-height: 1.45;
}

.cs-product-choices {
	display: grid;
	gap: 0.7rem;
	padding: 0.85rem;
	border: 1px solid rgba(23, 43, 77, 0.12);
	border-radius: 8px;
	background: #ffffff;
}

.cs-product-choice-group {
	display: grid;
	gap: 0.45rem;
}

.cs-product-choice-group strong {
	color: #3d4e63;
	font-size: 0.88rem;
	font-weight: 780;
}

.cs-product-choice-group ul {
	display: flex;
	flex-wrap: wrap;
	gap: 0.45rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.cs-product-choice-group a,
.cs-product-choice-group span {
	display: inline-flex;
	align-items: center;
	min-height: 2rem;
	padding: 0.35rem 0.6rem;
	border: 1px solid rgba(23, 43, 77, 0.14);
	border-radius: 999px;
	background: #f8fafc;
	color: #172b4d;
	font-size: 0.9rem;
	font-weight: 760;
	text-decoration: none;
	overflow-wrap: anywhere;
}

.cs-product-choice-group a:focus-visible {
	outline: 3px solid rgba(12, 124, 116, 0.32);
	outline-offset: 2px;
}

.cs-product-choice-group .is-current {
	border-color: rgba(12, 124, 116, 0.38);
	background: #eef6f5;
	color: #0c7c74;
}

.cs-product-service {
	display: grid;
	gap: 0.65rem;
	padding: 0.85rem;
	border: 1px solid rgba(23, 43, 77, 0.12);
	border-radius: 8px;
	background: #fffaf2;
}

.cs-product-service h2 {
	margin: 0;
	color: #172b4d;
	font-size: 1rem;
	letter-spacing: 0;
}

.cs-product-service dl {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(10rem, 1fr));
	gap: 0.55rem;
	margin: 0;
}

.cs-product-service div {
	min-width: 0;
	padding: 0.65rem;
	border: 1px solid rgba(184, 96, 16, 0.16);
	border-radius: 8px;
	background: #ffffff;
}

.cs-product-service dt {
	margin: 0 0 0.2rem;
	color: #8a4b12;
	font-size: 0.8rem;
	font-weight: 760;
}

.cs-product-service dd {
	margin: 0;
	color: #172b4d;
	font-size: 0.92rem;
	font-weight: 760;
	line-height: 1.4;
	overflow-wrap: anywhere;
}

.cs-product-trust {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(10rem, 1fr));
	gap: 0.6rem;
	margin: 0;
}

.cs-product-trust div {
	padding: 0.75rem;
	border: 1px solid rgba(23, 43, 77, 0.1);
	border-radius: 8px;
	background: #f8fafc;
}

.cs-product-trust dt {
	margin: 0 0 0.2rem;
	color: #5f6f86;
	font-size: 0.8rem;
	font-weight: 760;
}

.cs-product-trust dd {
	margin: 0;
	color: #172b4d;
	font-size: 0.93rem;
	font-weight: 760;
	line-height: 1.4;
	overflow-wrap: anywhere;
}

.cs-product-hp {
	position: absolute;
	left: -10000px;
	width: 1px;
	height: 1px;
	opacity: 0;
}

.cs-product-page-encros {
	width: min(1180px, calc(100% - 32px));
	padding-top: 1rem;
}

.cs-public-encros .cs-product-breadcrumb a {
	color: #0d5c00;
}

.cs-public-encros .cs-product-hero {
	grid-template-columns: minmax(18rem, 0.9fr) minmax(0, 1.15fr);
	border-color: var(--cs-encros-line);
	box-shadow: 0 18px 48px rgba(13, 92, 0, 0.1);
}

.cs-public-encros .cs-product-kicker,
.cs-public-encros .cs-product-price,
.cs-public-encros .cs-product-availability,
.cs-public-encros .cs-product-trust dt,
.cs-public-encros .cs-product-section h2,
.cs-public-encros .cs-product-recommendation-type,
.cs-public-encros .cs-product-recommendation-card a {
	color: #0d5c00;
}

.cs-public-encros .cs-product-cart button {
	background: var(--cs-encros-orange);
}

.cs-public-encros .cs-product-choice-group .is-current,
.cs-public-encros .cs-product-compatibility-item li,
.cs-public-encros .cs-product-recommendation-type {
	border-color: rgba(23, 133, 0, 0.24);
	background: #eef8e9;
	color: #0d5c00;
}

.cs-product-encros-advice {
	display: grid;
	grid-template-columns: 58px minmax(0, 1fr) auto;
	gap: 12px;
	align-items: center;
	padding: 12px;
	border: 1px solid rgba(18, 104, 199, 0.24);
	border-radius: 8px;
	background: #f2f8ff;
}

.cs-product-encros-advice img {
	width: 58px;
	height: 58px;
	object-fit: contain;
}

.cs-product-encros-advice div {
	display: grid;
	gap: 4px;
	min-width: 0;
}

.cs-product-encros-advice strong {
	color: #1268c7;
	font-size: 1rem;
	line-height: 1.25;
}

.cs-product-encros-advice span {
	color: #3d4e63;
	font-size: 0.9rem;
	line-height: 1.4;
}

.cs-product-encros-advice a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 40px;
	padding: 0 12px;
	border-radius: 8px;
	background: #1268c7;
	color: #ffffff;
	font-size: 0.9rem;
	font-weight: 800;
	text-decoration: none;
	white-space: nowrap;
}

.cs-product-encros-strip {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(12rem, 1fr));
	gap: 12px;
	margin-top: 1rem;
}

.cs-product-encros-strip a,
.cs-product-toner-guide {
	display: grid;
	gap: 5px;
	min-height: 76px;
	padding: 14px;
	border: 1px solid var(--cs-encros-line);
	border-radius: 8px;
	background: #ffffff;
	color: inherit;
	text-decoration: none;
}

.cs-product-toner-guide {
	grid-column: 1 / -1;
}

.cs-product-toner-guide summary {
	display: grid;
	gap: 5px;
	list-style: none;
	cursor: pointer;
}

.cs-product-toner-guide summary::-webkit-details-marker {
	display: none;
}

.cs-product-toner-guide summary::after {
	content: "Afficher le conseil";
	justify-self: start;
	margin-top: 0.45rem;
	padding: 0.45rem 0.7rem;
	border-radius: 999px;
	background: #0d5c00;
	color: #ffffff;
	font-size: 0.82rem;
	font-weight: 850;
}

.cs-product-toner-guide[open] summary::after {
	content: "Replier le conseil";
	background: #172b4d;
}

.cs-product-toner-guide-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0.85rem;
	margin-top: 0.95rem;
}

.cs-product-toner-guide-card {
	margin: 0;
	padding: 0;
	border: 1px solid rgba(23, 43, 77, 0.1);
	border-radius: 8px;
	background: linear-gradient(180deg, #ffffff 0%, #f7fbf1 100%);
	overflow: hidden;
	box-shadow: 0 12px 26px rgba(23, 43, 77, 0.08);
}

.cs-product-toner-guide-card img {
	display: block;
	width: 100%;
	height: auto;
}

.cs-product-encros-strip strong {
	color: #0d5c00;
	font-size: 1rem;
}

.cs-product-encros-strip span {
	color: #5f6f86;
	font-size: 0.88rem;
	line-height: 1.35;
}

.cs-product-section {
	margin-top: 1.4rem;
	padding: clamp(1rem, 2.5vw, 1.5rem);
	border-radius: 8px;
	background: #ffffff;
	border: 1px solid rgba(23, 43, 77, 0.1);
}

.cs-product-section h2 {
	margin: 0 0 0.75rem;
	font-size: 1.25rem;
	letter-spacing: 0;
}

.cs-product-section p {
	margin: 0;
	color: #3d4e63;
	line-height: 1.6;
}

.cs-product-facts {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(12rem, 1fr));
	gap: 0.8rem;
	margin: 0;
}

.cs-product-facts div {
	min-width: 0;
	padding: 0.85rem;
	border: 1px solid rgba(23, 43, 77, 0.1);
	border-radius: 8px;
	background: #f8fafc;
}

.cs-product-facts dt {
	margin: 0 0 0.25rem;
	color: #5f6f86;
	font-size: 0.82rem;
	font-weight: 700;
}

.cs-product-facts dd {
	margin: 0;
	color: #172b4d;
	font-weight: 780;
	overflow-wrap: anywhere;
}

.cs-product-compatibility-list {
	display: grid;
	gap: 0.8rem;
}

.cs-product-compatibility-item {
	padding: 0.95rem;
	border: 1px solid rgba(23, 43, 77, 0.1);
	border-radius: 8px;
	background: #f8fafc;
}

.cs-product-compatibility-item h3 {
	margin: 0 0 0.55rem;
	color: #172b4d;
	font-size: 1rem;
	line-height: 1.35;
	letter-spacing: 0;
}

.cs-product-compatibility-item ul {
	display: flex;
	flex-wrap: wrap;
	gap: 0.45rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.cs-product-compatibility-item li {
	padding: 0.35rem 0.55rem;
	border-radius: 999px;
	background: #eef6f5;
	color: #0c7c74;
	font-size: 0.9rem;
	font-weight: 760;
	overflow-wrap: anywhere;
}

.cs-product-compat-check {
	display: grid;
	gap: 0.85rem;
	padding: 1rem;
	border: 2px solid rgba(134, 189, 0, 0.28);
	border-radius: 8px;
	background: linear-gradient(135deg, #f7ffe8 0%, #ffffff 62%, #fff1e5 100%);
	box-shadow: 0 12px 24px rgba(36, 70, 12, 0.08);
}

.cs-product-compat-check h2 {
	margin: 0;
	color: #17330a;
	font-size: 1.15rem;
	line-height: 1.18;
	letter-spacing: 0;
}

.cs-product-compat-check label {
	display: grid;
	gap: 0.35rem;
	color: #435464;
	font-size: 0.86rem;
	font-weight: 760;
}

.cs-product-compat-check select {
	width: 100%;
	min-height: 46px;
	padding: 0.65rem 0.75rem;
	border: 1px solid rgba(23, 43, 77, 0.18);
	border-radius: 8px;
	background: #ffffff;
	color: #172b4d;
	font: inherit;
}

.cs-product-compat-check [data-product-compat-result] {
	display: grid;
	gap: 0.3rem;
	margin: 0;
	padding: 0.8rem;
	border: 1px dashed rgba(31, 137, 209, 0.32);
	border-radius: 8px;
	background: #ffffff;
	color: #536171;
	font-size: 0.92rem;
	line-height: 1.45;
}

.cs-product-compat-check [data-product-compat-result].is-confirmed {
	border-style: solid;
	border-color: rgba(0, 128, 55, 0.24);
	background: #f2ffe8;
	color: #17330a;
}

.cs-product-compat-check [data-product-compat-result].is-confirmed strong {
	color: #0b7b2b;
	font-size: 1rem;
}

.cs-product-compatibility-intro {
	margin: 0 0 0.8rem;
	color: #536171;
	line-height: 1.5;
}

.cs-product-compatibility-details {
	display: grid;
	gap: 0.8rem;
}

.cs-product-compatibility-details summary {
	display: inline-flex;
	align-items: center;
	min-height: 42px;
	padding: 0.55rem 0.8rem;
	border-radius: 8px;
	background: #eef8ff;
	color: #0e5791;
	font-weight: 820;
	cursor: pointer;
}

.cs-product-faq-list {
	display: grid;
	gap: 0.75rem;
}

.cs-product-faq-item {
	padding: 0.9rem 1rem;
	border: 1px solid rgba(23, 43, 77, 0.1);
	border-radius: 8px;
	background: #f8fafc;
}

.cs-product-faq-item h3 {
	margin: 0 0 0.35rem;
	color: #172b4d;
	font-size: 1rem;
	line-height: 1.35;
	letter-spacing: 0;
}

.cs-product-faq-item p {
	margin: 0;
	color: #3d4e63;
	line-height: 1.55;
}

.cs-product-recommendations-section {
	border-color: rgba(12, 124, 116, 0.16);
}

.cs-product-recommendation-groups,
.cs-product-recommendation-list {
	display: grid;
	gap: 0.8rem;
}

.cs-product-recommendation-group {
	display: grid;
	gap: 0.7rem;
}

.cs-product-recommendation-group h3 {
	margin: 0;
	color: #172b4d;
	font-size: 1rem;
	line-height: 1.35;
	letter-spacing: 0;
}

.cs-product-recommendation-list {
	grid-template-columns: repeat(auto-fit, minmax(13rem, 1fr));
}

.cs-product-recommendation-card {
	display: grid;
	gap: 0.5rem;
	align-content: start;
	min-width: 0;
	padding: 0.95rem;
	border: 1px solid rgba(23, 43, 77, 0.1);
	border-radius: 8px;
	background: #f8fafc;
}

.cs-product-recommendation-type {
	width: max-content;
	max-width: 100%;
	padding: 0.25rem 0.5rem;
	border-radius: 999px;
	background: #eef6f5;
	color: #0c7c74;
	font-size: 0.78rem;
	font-weight: 800;
	overflow-wrap: anywhere;
}

.cs-product-recommendation-card h4 {
	margin: 0;
	color: #172b4d;
	font-size: 1rem;
	line-height: 1.35;
	letter-spacing: 0;
}

.cs-product-recommendation-card a {
	color: #0c7c74;
	font-weight: 780;
	text-decoration: none;
}

.cs-product-recommendation-card p {
	margin: 0;
	color: #3d4e63;
	font-size: 0.94rem;
	line-height: 1.5;
}

.cs-product-recommendation-card strong {
	color: #1d4f91;
	font-size: 0.86rem;
	line-height: 1.4;
}

.cs-product-recommendation-cta {
	width: max-content;
	max-width: 100%;
	overflow-wrap: anywhere;
}

.cs-product-rich-section {
	border: 0;
	background: transparent;
	box-shadow: none;
}

.cs-product-rich-content,
.cs-product-rich-flow {
	display: grid;
	gap: 1.1rem;
}

.cs-product-rich-card {
	min-width: 0;
	border: 1px solid rgba(23, 43, 77, 0.11);
	border-radius: 8px;
	background: #ffffff;
	box-shadow: 0 18px 46px rgba(23, 43, 77, 0.08);
	padding: 1.15rem;
}

.cs-product-rich-card h3,
.cs-product-rich-video figcaption,
.cs-product-rich-advice strong {
	display: flex;
	align-items: center;
	gap: 0.55rem;
	margin: 0 0 0.75rem;
	color: #082f2d;
	font-size: 1.25rem;
	font-weight: 930;
	line-height: 1.2;
	letter-spacing: 0;
}

.cs-product-rich-card h3::before,
.cs-product-rich-video figcaption::before,
.cs-product-rich-advice strong::before {
	content: "";
	width: 2.1rem;
	height: 2.1rem;
	flex: 0 0 auto;
	border-radius: 8px;
	background: linear-gradient(135deg, #18a999, #0b7c74);
	box-shadow: inset 0 -8px 16px rgba(0, 0, 0, 0.12);
}

.cs-product-rich-lead {
	background: linear-gradient(135deg, #ffffff, #f4fbf8);
}

.cs-product-rich-lead h4 {
	margin: 1rem 0 0.35rem;
	color: #0d5f57;
	font-size: 1.02rem;
	font-weight: 930;
	line-height: 1.28;
	letter-spacing: 0;
}

.cs-product-rich-lead h4:first-of-type {
	margin-top: 0;
}

.cs-product-rich-content p,
.cs-product-rich-card p {
	margin: 0;
	color: #1f334a;
	font-size: 1.04rem;
	line-height: 1.7;
}

.cs-product-rich-content p + p,
.cs-product-rich-card p + p {
	margin-top: 0.7rem;
}

.cs-product-rich-facts {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
	gap: 0.8rem;
	margin: 0;
}

.cs-product-rich-facts div {
	min-width: 0;
	padding: 0.95rem;
	border: 1px solid rgba(12, 124, 116, 0.14);
	border-radius: 8px;
	background: #f7fbff;
}

.cs-product-rich-facts dt {
	display: flex;
	align-items: center;
	gap: 0.45rem;
	color: #55708b;
	font-size: 0.78rem;
	font-weight: 900;
	text-transform: uppercase;
}

.cs-product-rich-facts dd {
	display: flex;
	align-items: center;
	gap: 0.45rem;
	margin: 0.35rem 0 0;
	color: #10253a;
	font-size: 1.05rem;
	font-weight: 880;
	overflow-wrap: anywhere;
}

.cs-product-rich-icon {
	width: 1.2rem;
	height: 1.2rem;
	border-radius: 999px;
	background: #dce8f5;
	box-shadow: inset 0 -4px 7px rgba(0, 0, 0, 0.1);
}

.cs-product-rich-icon-color {
	background: conic-gradient(#0ea5e9, #d946ef, #facc15, #111827, #0ea5e9);
}

.cs-product-rich-icon-capacity {
	border-radius: 45% 45% 55% 55%;
	background: linear-gradient(180deg, #bfe8ff, #2f9ad6);
}

.cs-product-rich-icon-reference {
	border-radius: 5px;
	background: linear-gradient(135deg, #e7eef8, #adc2db);
}

.cs-product-color-dot {
	width: 1.05rem;
	height: 1.05rem;
	flex: 0 0 auto;
	border: 2px solid #ffffff;
	border-radius: 999px;
	box-shadow: 0 0 0 1px rgba(23, 43, 77, 0.18);
}

.cs-product-color-magenta {
	background: #d20a85;
}

.cs-product-color-cyan {
	background: #0ca6d8;
}

.cs-product-color-yellow {
	background: #ffd21f;
}

.cs-product-color-black {
	background: #111827;
}

.cs-product-color-mixed {
	background: conic-gradient(#0ca6d8, #d20a85, #ffd21f, #111827, #0ca6d8);
}

.cs-product-rich-advice {
	border-color: rgba(255, 107, 24, 0.22);
	background: linear-gradient(135deg, #fff8ed, #ffffff);
}

.cs-product-rich-advice strong::before {
	background: linear-gradient(135deg, #ff8a2a, #ff5f1f);
}

.cs-product-rich-video {
	margin: 0;
	background: linear-gradient(135deg, #0f172a, #16324f);
	color: #ffffff;
}

.cs-product-rich-video figcaption {
	color: #ffffff;
}

.cs-product-rich-video figcaption::before {
	background: linear-gradient(135deg, #ff5f1f, #ffb000);
}

.cs-product-rich-video div {
	overflow: hidden;
	border-radius: 8px;
	background: #0f172a;
	aspect-ratio: 16 / 9;
}

.cs-product-rich-video iframe {
	display: block;
	width: 100%;
	height: 100%;
	border: 0;
}

.cs-product-rich-compatibility {
	background: linear-gradient(135deg, #f5fbff, #ffffff);
}

.cs-product-rich-compatibility h3::before {
	background: linear-gradient(135deg, #2b8fd9, #0d5f99);
}

.cs-product-rich-compatibility p {
	padding: 0.9rem;
	border-radius: 8px;
	background: #f0f7ff;
	color: #203a55;
	font-size: 1rem;
	font-weight: 720;
}

.cs-product-rich-compatibility-chips {
	display: flex;
	flex-wrap: wrap;
	gap: 0.45rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.cs-product-rich-compatibility-chips li {
	padding: 0.38rem 0.58rem;
	border-radius: 999px;
	background: #eef8ff;
	color: #0e5791;
	font-size: 0.88rem;
	font-weight: 780;
}

.cs-product-rich-compatibility details {
	display: grid;
	gap: 0.55rem;
	margin-top: 0.35rem;
}

.cs-product-rich-compatibility summary {
	color: #0e5791;
	font-weight: 820;
	cursor: pointer;
}

@media (max-width: 760px) {
	.cs-product-hero {
		grid-template-columns: 1fr;
	}

	.cs-product-page {
		width: min(100% - 1rem, 1120px);
	}

	.cs-product-page-encros {
		width: min(100% - 20px, 1180px);
	}

	.cs-product-encros-advice {
		grid-template-columns: 48px minmax(0, 1fr);
	}

	.cs-product-encros-advice img {
		width: 48px;
		height: 48px;
	}

	.cs-product-encros-advice a {
		grid-column: 1 / -1;
	}

	.cs-product-cart {
		grid-template-columns: 1fr;
	}

	.cs-product-cart-price strong {
		font-size: 2.25rem;
	}

	.cs-product-promo-callout,
	.cs-product-promo-price-stack {
		grid-template-columns: 1fr;
		width: 100%;
	}

	.cs-product-promo-callout em {
		white-space: normal;
	}
}

@media (max-width: 760px) {
	body.cs-public-encros .cs-product-page-encros {
		width: 100%;
		max-width: 100%;
		padding: 0 10px 2.5rem;
		overflow: hidden;
	}

	body.cs-public-encros .cs-product-breadcrumb {
		width: 100%;
		margin: 0.75rem 0;
		padding: 0 2px;
		font-size: 0.8rem;
		line-height: 1.35;
	}

	body.cs-public-encros .cs-product-hero {
		width: 100% !important;
		max-width: 100% !important;
		grid-template-columns: minmax(0, 1fr) !important;
		gap: 0.85rem;
		padding: 0.85rem;
		border-radius: 18px;
		background: linear-gradient(180deg, #f7ffe8, #ffffff);
		box-shadow: 0 10px 28px rgba(39, 97, 12, 0.08);
	}

	body.cs-public-encros .cs-product-media,
	body.cs-public-encros .cs-product-summary,
	body.cs-public-encros .cs-product-section,
	body.cs-public-encros .cs-product-rich-card,
	body.cs-public-encros .cs-product-rich-video,
	body.cs-public-encros .cs-product-rich-advice,
	body.cs-public-encros .cs-product-rich-compatibility {
		width: 100%;
		max-width: 100%;
		min-width: 0;
	}

	body.cs-public-encros .cs-product-primary-media {
		border-radius: 16px;
		aspect-ratio: 4 / 3;
	}

	body.cs-public-encros .cs-product-primary-media .cs-product-peek-mascot {
		top: 7%;
		left: -9%;
		width: min(86px, 20%);
	}

	body.cs-public-encros .cs-product-gallery {
		grid-template-columns: repeat(4, minmax(0, 1fr));
		gap: 0.4rem;
	}

	body.cs-public-encros .cs-product-summary {
		gap: 0.75rem;
	}

	body.cs-public-encros .cs-product-summary h1 {
		font-size: clamp(1.38rem, 7vw, 2rem);
		line-height: 1.12;
		letter-spacing: 0;
		overflow-wrap: anywhere;
		word-break: normal;
	}

	body.cs-public-encros .cs-product-intro {
		font-size: 0.98rem;
		line-height: 1.5;
	}

	body.cs-public-encros .cs-product-badges {
		gap: 0.35rem;
	}

	body.cs-public-encros .cs-product-badge,
	body.cs-public-encros .cs-product-availability,
	body.cs-public-encros .cs-product-sku {
		min-height: 1.85rem;
		padding: 0.28rem 0.52rem;
		font-size: 0.78rem;
		line-height: 1.2;
	}

	body.cs-public-encros .cs-product-cart {
		grid-template-columns: 1fr;
		gap: 0.75rem;
		padding: 0.85rem;
		border-radius: 16px;
	}

	body.cs-public-encros .cs-product-cart:has(.cs-product-cart-options) {
		grid-template-columns: 1fr;
	}

	body.cs-public-encros .cs-product-encros-counsel {
		--cs-product-assistant-foot-offset: 14px;
		--cs-product-assistant-gap: 0.95rem;
		--cs-product-assistant-size: 132px;
	}

	body.cs-public-encros .cs-product-cart-price {
		grid-column: auto;
		grid-row: auto;
		min-width: 0;
	}

	body.cs-public-encros .cs-product-cart-price strong {
		font-size: clamp(1.7rem, 9vw, 2.2rem);
		white-space: normal;
	}

	body.cs-public-encros .cs-product-cart-options {
		grid-column: auto;
		grid-row: auto;
		width: 100%;
		padding: 0.75rem;
		border: 1px solid rgba(12, 124, 116, 0.16);
		border-radius: 14px;
		background: #f6fbf8;
	}

	body.cs-public-encros .cs-product-cart-option-group {
		grid-template-columns: 1fr;
	}

	body.cs-public-encros .cs-product-cart select {
		width: 100%;
		border-radius: 14px;
	}

	body.cs-public-encros .cs-product-cart:has(.cs-product-cart-options) > label,
	body.cs-public-encros .cs-product-cart:has(.cs-product-cart-options) > button {
		grid-column: auto;
		grid-row: auto;
	}

	body.cs-public-encros .cs-product-cart input[type="number"],
	body.cs-public-encros .cs-product-cart button {
		width: 100%;
		min-height: 44px;
	}

	body.cs-public-encros .cs-product-cart-disabled {
		padding: 0.9rem;
		border-radius: 16px;
	}

	body.cs-public-encros .cs-product-choices,
	body.cs-public-encros .cs-product-service,
	body.cs-public-encros .cs-product-section {
		padding: 0.9rem;
		border-radius: 16px;
	}

	body.cs-public-encros .cs-product-service {
		grid-template-columns: 1fr;
	}

	body.cs-public-encros .cs-product-toner-guide {
		border-radius: 16px;
	}

	body.cs-public-encros .cs-product-toner-guide-grid {
		grid-template-columns: 1fr;
		gap: 0.75rem;
	}

	body.cs-public-encros .cs-product-toner-guide-card {
		border-radius: 16px;
	}

	body.cs-public-encros .cs-product-trust,
	body.cs-public-encros .cs-product-facts,
	body.cs-public-encros .cs-product-rich-facts,
	body.cs-public-encros .cs-product-recommendation-list {
		grid-template-columns: 1fr;
	}

	body.cs-public-encros .cs-product-rich-card {
		padding: 0.95rem;
		border-radius: 16px;
		box-shadow: 0 10px 30px rgba(23, 43, 77, 0.07);
	}

	body.cs-public-encros .cs-product-rich-card h3,
	body.cs-public-encros .cs-product-rich-video figcaption,
	body.cs-public-encros .cs-product-rich-advice strong {
		display: grid;
		grid-template-columns: 2rem minmax(0, 1fr);
		align-items: center;
		gap: 0.5rem;
		font-size: 1.08rem;
		line-height: 1.25;
		overflow-wrap: anywhere;
	}

	body.cs-public-encros .cs-product-rich-card h3::before,
	body.cs-public-encros .cs-product-rich-video figcaption::before,
	body.cs-public-encros .cs-product-rich-advice strong::before {
		width: 2rem;
		height: 2rem;
	}

	body.cs-public-encros .cs-product-rich-content p,
	body.cs-public-encros .cs-product-rich-card p {
		font-size: 0.98rem;
		line-height: 1.58;
	}

	body.cs-public-encros .cs-product-rich-video {
		padding: 0.85rem;
	}

	body.cs-public-encros .cs-product-rich-video div {
		border-radius: 14px;
	}

	body.cs-public-encros .cs-product-rich-compatibility-chips li,
	body.cs-public-encros .cs-product-compatibility-item li {
		max-width: 100%;
		white-space: normal;
		overflow-wrap: anywhere;
	}
}

@media (max-width: 420px) {
	body.cs-public-encros .cs-product-gallery {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	body.cs-public-encros .cs-product-section h2 {
		font-size: 1.08rem;
		line-height: 1.25;
	}

	body.cs-public-encros .cs-product-rich-card h3,
	body.cs-public-encros .cs-product-rich-video figcaption,
	body.cs-public-encros .cs-product-rich-advice strong {
		font-size: 1rem;
	}
}
