/* Sélecteur compact senteurs ZAYT — cartes autonomes (ne dépend pas de coffret-wizard.css). */

.c3-zayt-scent-grid {
	display: grid !important;
	grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	gap: 8px !important;
	margin-top: 4px;
	width: 100%;
	isolation: isolate;
}

@media (min-width: 768px) {
	.c3-zayt-scent-grid {
		grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
		gap: 10px !important;
	}
}

.c3-zayt-scent-card.c3-coffret-card,
.c3-zayt-scent-card {
	display: flex !important;
	flex-direction: column;
	gap: 4px;
	align-items: stretch;
	justify-content: flex-start;
	width: 100%;
	min-width: 0;
	min-height: 132px;
	margin: 0;
	padding: 12px 10px;
	border: 1px solid var(--c3-border-strong, #111);
	border-radius: 0;
	background: #fff;
	color: #000;
	text-align: left;
	white-space: normal;
	cursor: pointer;
	font: inherit;
	appearance: none;
	box-sizing: border-box;
	-webkit-tap-highlight-color: transparent;
	transition:
		background-color .16s ease,
		color .16s ease,
		border-color .16s ease,
		box-shadow .16s ease,
		transform .12s ease,
		opacity .16s ease;
}

.c3-zayt-scent-card strong {
	display: block;
	flex: 0 0 auto;
	font-size: .88rem;
	font-weight: 650;
	line-height: 1.25;
	word-break: break-word;
}

.c3-zayt-scent-card span,
.c3-zayt-scent-card__inspiration {
	display: block;
	margin-top: 4px;
	color: var(--c3-text-secondary, #71717a);
	font-size: .74rem;
	font-style: normal;
	line-height: 1.35;
	word-break: break-word;
}

.c3-zayt-scent-card__inspiration {
	flex: 0 0 auto;
	font-weight: 500;
	min-height: calc(0.74rem * 1.35);
}

.c3-zayt-scent-card__oos {
	display: block;
	margin-top: 4px;
	color: #b91c1c;
	font-size: .72rem;
	font-style: normal;
}

.c3-zayt-scent-card:hover:not([disabled]):not(.is-outofstock):not(.is-selected) {
	background: #f4f4f5;
	box-shadow: inset 0 0 0 1px #111;
}

.c3-zayt-scent-card:active:not([disabled]):not(.is-outofstock):not(.is-selected) {
	transform: scale(0.992);
}

.c3-zayt-scent-card.is-selected,
.c3-zayt-scent-card.is-selected:hover,
.c3-zayt-scent-card.is-selected:active {
	background: #000;
	color: #fff;
	box-shadow: none;
	transform: none;
}

.c3-zayt-scent-card.is-selected span,
.c3-zayt-scent-card.is-selected .c3-zayt-scent-card__inspiration,
.c3-zayt-scent-card.is-selected:hover span,
.c3-zayt-scent-card.is-selected:hover .c3-zayt-scent-card__inspiration {
	color: rgba(255, 255, 255, .78);
}

.c3-zayt-scent-card[disabled],
.c3-zayt-scent-card.is-outofstock {
	cursor: not-allowed;
	opacity: .42;
	background: #fafafa;
	pointer-events: none;
}

.c3-zayt-scent-card.is-outofstock strong {
	text-decoration: line-through;
}

.c3-variation-group--zayt .c3-variant-pills {
	display: none !important;
}

/* P1.4 — territoire olfactif au moment du choix (PDP ZAYT). */
.c3-zayt-scent-intro {
	margin: 0 0 12px;
	padding: 0;
}

.c3-zayt-scent-intro__eyebrow {
	margin: 0;
	font-size: .72rem;
	font-weight: 650;
	letter-spacing: .12em;
	text-transform: uppercase;
	line-height: 1.35;
}

.c3-zayt-scent-intro__lead {
	margin: 4px 0 0;
	color: var(--c3-text-secondary, #71717a);
	font-size: .82rem;
	line-height: 1.4;
}

.c3-zayt-scent-card__family {
	display: block;
	margin-bottom: 2px;
	color: var(--c3-text-secondary, #71717a);
	font-size: .62rem;
	font-weight: 600;
	letter-spacing: .1em;
	line-height: 1.25;
}

.c3-zayt-scent-card__notes {
	display: -webkit-box;
	flex: 1 1 auto;
	margin-top: 4px;
	overflow: hidden;
	color: var(--c3-text-secondary, #71717a);
	font-size: .74rem;
	font-style: normal;
	line-height: 1.35;
	word-break: break-word;
	min-height: calc(0.74rem * 1.35 * 2);
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.c3-zayt-scent-card.is-selected .c3-zayt-scent-card__family,
.c3-zayt-scent-card.is-selected .c3-zayt-scent-card__notes,
.c3-zayt-scent-card.is-selected:hover .c3-zayt-scent-card__family,
.c3-zayt-scent-card.is-selected:hover .c3-zayt-scent-card__notes {
	color: rgba(255, 255, 255, .78);
}

.c3-zayt-scent-card__family {
	flex: 0 0 auto;
	min-height: calc(0.62rem * 1.25);
}

.c3-zayt-scent-grid--p14 .c3-zayt-scent-card {
	min-height: 172px;
}

@media (min-width: 768px) {
	.c3-zayt-scent-card.c3-coffret-card,
	.c3-zayt-scent-card {
		min-height: 212px;
	}
	.c3-zayt-scent-grid--p14 .c3-zayt-scent-card {
		min-height: 212px;
	}
}

@media (max-width: 359px) {
	.c3-zayt-scent-grid {
		grid-template-columns: 1fr;
	}
}
