/* Promo sitewide — barre campagne septembre + sticky Rentrée. */

:root {
	--c3-promo-bordeaux: #6b0f16;
	--c3-promo-sticky-h: 48px;
	--z-promo-sticky: 880;
}

.c3-announcement--campaign {
	display: grid;
	height: auto !important;
	min-height: 52px;
	place-items: center;
	padding: 10px 16px;
	background: var(--c3-promo-bordeaux) !important;
	color: #fff;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .04em;
	line-height: 1.35;
	text-align: center;
	white-space: normal !important;
}

.c3-announcement__campaign {
	display: block;
	max-width: 980px;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
}

.c3-announcement__campaign:hover,
.c3-announcement__campaign:focus-visible {
	color: #fff;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.c3-announcement--campaign .c3-announcement__copy--mobile {
	display: inline;
}

.c3-announcement--campaign .c3-announcement__copy--desktop {
	display: none;
}

@media (min-width: 768px) {
	.c3-announcement--campaign {
		min-height: 44px;
		padding: 10px 24px;
		font-size: 13px;
		letter-spacing: .06em;
	}

	.c3-announcement--campaign .c3-announcement__copy--mobile {
		display: none;
	}

	.c3-announcement--campaign .c3-announcement__copy--desktop {
		display: inline;
	}
}

.c3-campaign-band {
	display: flex;
	align-items: center;
	background: #0a0a0a;
	color: #fff;
	border-bottom: 1px solid #1a1a1a;
}

.c3-campaign-band__inner {
	display: grid;
	gap: 6px;
	width: 100%;
	padding-block: 16px;
}

.c3-campaign-band__kicker {
	margin: 0;
	color: #f3d5d7;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .14em;
}

.c3-campaign-band h2 {
	margin: 0;
	max-width: 16ch;
	color: #fff;
	font-size: clamp(1.35rem, 4.6vw, 2.15rem);
	font-weight: 800;
	letter-spacing: -.03em;
	line-height: 1.12;
	text-transform: uppercase;
}

.c3-campaign-band__lead {
	margin: 0;
	max-width: 36rem;
	color: #cfcfcf;
	font-size: .92rem;
	line-height: 1.4;
}

.c3-campaign-band__cta {
	justify-self: start;
	min-height: 44px;
	margin-top: 6px;
	border-color: var(--c3-promo-bordeaux);
	background: var(--c3-promo-bordeaux);
	color: #fff;
}

.c3-campaign-band__cta:hover,
.c3-campaign-band__cta:focus-visible {
	background: #7a1119;
	color: #fff;
}

@media (min-width: 768px) {
	.c3-campaign-band__inner {
		grid-template-columns: minmax(0, 1fr) auto;
		grid-template-areas:
			"kicker cta"
			"title cta"
			"lead cta";
		column-gap: 40px;
		align-items: center;
		padding-block: 28px;
	}

	.c3-campaign-band__kicker { grid-area: kicker; }
	.c3-campaign-band h2 { grid-area: title; max-width: 18ch; font-size: clamp(1.7rem, 2.4vw, 2.4rem); }
	.c3-campaign-band__lead { grid-area: lead; }
	.c3-campaign-band__cta {
		grid-area: cta;
		align-self: center;
		min-width: 200px;
		margin-top: 0;
	}
}

.c3-product-card__price-block {
	display: grid;
	gap: 2px;
	min-width: 0;
}

.c3-promo-until {
	display: block;
	color: var(--c3-text-muted, #6b6b6b);
	font-size: .72rem;
	font-weight: 700;
	letter-spacing: .02em;
}

.c3-product-catalog .products > .c3-product-card:nth-child(4n+2) .c3-promo-until,
.c3-product-catalog .products > .c3-product-card:nth-child(4n+3) .c3-promo-until {
	color: rgba(255, 255, 255, .72);
}

@media (max-width: 767px) {
	.c3-campaign-band {
		min-height: 0;
	}

	.c3-campaign-band__inner {
		padding-block: 12px;
		gap: 4px;
	}

	.c3-campaign-band h2 {
		max-width: none;
		font-size: clamp(1.15rem, 5vw, 1.4rem);
	}

	.c3-campaign-band__cta {
		justify-self: start;
		width: max-content;
		min-height: 40px;
		margin-top: 4px;
	}

	.c3-campaign-band__lead {
		font-size: .84rem;
		display: -webkit-box;
		overflow: hidden;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
	}

	.c3-campaign-band__cta {
		min-height: 40px;
		margin-top: 4px;
	}

	body.home.has-c3-campaign-band .c3-hero__content {
		padding-top: clamp(24px, 6vw, 40px);
	}
}

@media (min-width: 768px) {
	body.home.has-c3-campaign-band .c3-hero__content {
		padding-top: clamp(36px, 4vw, 64px);
	}
}

.c3-nav__link--promos,
.c3-nav__item--promos > a {
	font-weight: 800;
}

.c3-nav__promos-dot {
	display: inline-block;
	width: 6px;
	height: 6px;
	margin-right: 8px;
	border-radius: 50%;
	background: var(--c3-promo-bordeaux);
	vertical-align: middle;
}

.c3-mobile-nav__list > .c3-nav__item--promos > a {
	font-weight: 800;
}

.c3-promo-price {
	display: inline-flex;
	flex-wrap: wrap;
	align-items: baseline;
	gap: 8px 10px;
}

.c3-promo-price del {
	position: relative;
	color: var(--c3-text-muted);
	font-size: .92em;
	font-weight: 400;
	text-decoration: none;
}

.c3-promo-price del::after {
	position: absolute;
	top: 52%;
	right: 0;
	left: 0;
	border-top: 1px solid currentColor;
	content: "";
}

.c3-promo-price ins {
	font-weight: 800;
	text-decoration: none;
}

.c3-buybox__price .c3-promo-price ins .woocommerce-Price-amount {
	font-size: 1.65rem;
}

.c3-buybox__campaign-until {
	margin: -8px 0 16px;
	color: var(--c3-text-secondary);
	font-size: .78rem;
	font-weight: 700;
	letter-spacing: .02em;
}

.c3-product-card__footer .c3-promo-price ins .woocommerce-Price-amount,
.c3-bestseller-card__price .c3-promo-price ins .woocommerce-Price-amount {
	font-size: 1.05rem;
	font-weight: 800;
}

.c3-product-catalog .products > .c3-product-card:nth-child(4n+2) .c3-promo-price del,
.c3-product-catalog .products > .c3-product-card:nth-child(4n+3) .c3-promo-price del {
	color: rgba(255, 255, 255, .62);
}

.c3-promotions__hero {
	padding: clamp(36px, 6vw, 72px) 0 12px;
	background: #fff;
	border-bottom: 1px solid var(--c3-border);
}

.c3-promotions__hero h1 {
	margin: 8px 0 12px;
	max-width: 12ch;
	font-size: clamp(2rem, 5vw, 3.4rem);
	letter-spacing: -.03em;
	line-height: 1.08;
}

.c3-promotions__subtitle {
	max-width: 36rem;
	margin: 0;
	color: var(--c3-text-secondary);
	font-size: 1.05rem;
}

.c3-promotions__grid-wrap {
	padding: clamp(28px, 5vw, 64px) 0 80px;
}

.c3-promotions__grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 28px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.c3-promotions__empty {
	color: var(--c3-text-secondary);
}

.c3-promo-card {
	display: flex;
	min-width: 0;
	flex-direction: column;
	border: 1px solid var(--c3-border);
	background: #fff;
}

.c3-promo-card__media {
	display: block;
	overflow: hidden;
	aspect-ratio: 1;
	background: #fff;
}

.c3-promo-card__media img,
.c3-promo-card__media .c3-visual-photo {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.c3-promo-card__body {
	display: flex;
	flex: 1;
	flex-direction: column;
	align-items: flex-start;
	gap: 8px;
	padding: 20px 20px 22px;
}

.c3-promo-card__body h2 {
	margin: 0;
	font-size: 1.25rem;
}

.c3-promo-card__role {
	margin: 0;
	color: var(--c3-text-secondary);
	font-size: .92rem;
}

.c3-promo-card__price {
	display: grid;
	gap: 4px;
	margin: 6px 0 10px;
}

.c3-promo-card__price .c3-promo-price ins .woocommerce-Price-amount {
	font-size: 1.45rem;
}

.c3-promo-card__saving,
.c3-promo-card__until {
	margin: 0;
	color: var(--c3-text-secondary);
	font-size: .78rem;
	font-weight: 700;
}

.c3-promo-card .c3-button {
	width: 100%;
	margin-top: auto;
}

@media (min-width: 640px) {
	.c3-promotions__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (min-width: 1024px) {
	.c3-promotions__grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 32px;
	}
}

body.has-c3-promo-sticky {
	padding-bottom: calc(var(--c3-promo-sticky-h) + env(safe-area-inset-bottom, 0px));
}

body.has-c3-promo-sticky .c3-sticky-atc {
	bottom: calc(var(--c3-promo-sticky-h) + env(safe-area-inset-bottom, 0px));
}

.c3-promo-sticky {
	position: fixed;
	z-index: var(--z-promo-sticky);
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	visibility: visible;
	opacity: 1;
	pointer-events: auto;
	border-top: 2px solid var(--c3-promo-bordeaux);
	background: #0a0a0a;
	color: #fff;
	box-shadow: 0 -6px 24px rgba(0, 0, 0, .4);
	padding-bottom: env(safe-area-inset-bottom, 0px);
}

.c3-promo-sticky__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	min-height: var(--c3-promo-sticky-h);
	padding: 6px var(--space-4);
}

.c3-promo-sticky__copy {
	flex: 1 1 auto;
	min-width: 0;
	margin: 0;
}

.c3-promo-sticky__line {
	display: block;
	font-size: 11px;
	font-weight: 800;
	line-height: 1.2;
	letter-spacing: .04em;
	text-transform: uppercase;
}

.c3-promo-sticky__line--desktop {
	display: none;
}

.c3-promo-sticky__line--mobile {
	display: block;
}

.c3-promo-sticky__cta {
	display: inline-flex;
	flex: 0 0 auto;
	align-items: center;
	justify-content: center;
	min-height: 36px;
	padding: 0 14px;
	border: 1px solid var(--c3-promo-bordeaux);
	background: var(--c3-promo-bordeaux);
	color: #fff;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: .05em;
	text-decoration: none;
	text-transform: uppercase;
	white-space: nowrap;
	cursor: pointer;
	pointer-events: auto;
}

.c3-promo-sticky__cta:hover,
.c3-promo-sticky__cta:focus-visible {
	color: #fff;
	background: #7a1119;
}

.c3-promo-sticky__cta:focus-visible {
	outline: 2px solid #fff;
	outline-offset: 2px;
}

.c3-promo-sticky__cta-long {
	display: none;
}

.c3-promo-sticky__cta-short {
	display: inline;
}

@media (min-width: 768px) {
	:root {
		--c3-promo-sticky-h: 52px;
	}

	.c3-promo-sticky__inner {
		padding-block: 8px;
	}

	.c3-promo-sticky__line {
		font-size: 13px;
	}

	.c3-promo-sticky__line--desktop {
		display: block;
	}

	.c3-promo-sticky__line--mobile {
		display: none;
	}

	.c3-promo-sticky__cta {
		min-height: 38px;
		padding-inline: 16px;
		font-size: 11px;
	}

	.c3-promo-sticky__cta-long {
		display: inline;
	}

	.c3-promo-sticky__cta-short {
		display: none;
	}
}
