/**
 * Page « Promos » de suspension-design.com : mise en avant des remises.
 *
 * Cette page sert à écouler du stock : le pourcentage doit se voir, alors que
 * sur le reste du catalogue il reste volontairement discret. Les pastilles
 * éditoriales sont retirées côté PHP ; la règle ci-dessous n'est qu'un filet.
 *
 * Charte relevée sur le site : anthracite #1e1e1e (textes, bouton), beige
 * #f0ede8 (pastilles, rayon 30 px), titres en « the-seasons », interface en
 * « greycliff-cf ».
 */

.glow-promo .genius-product-indicators {
	display: none;
}

/* ---------------------------------------------------------------
   Badge de remise sur l'image
   Le chiffre reprend la serif des titres du site, la mention l'interface.
   --------------------------------------------------------------- */

.glow-promo ul.products li.product .sale-item.glow-promo-badge {
	top: 0;
	left: 0;
	right: auto;
	z-index: 3;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 2px;
	min-width: 66px;
	padding: 10px 11px 9px;
	background-color: #1e1e1e;
	color: #fff;
	border-radius: 0 0 5px 0;
	line-height: 1;
	letter-spacing: 0;
	text-align: center;
	text-transform: none;
}

.glow-promo .glow-promo-badge__value {
	display: block;
	font-family: the-seasons, serif;
	font-size: 26px;
	font-weight: 700;
	line-height: 0.95;
	white-space: nowrap;
}

.glow-promo .glow-promo-badge__unit {
	font-size: 0.6em;
	vertical-align: baseline;
}

.glow-promo .glow-promo-badge__label {
	display: block;
	font-family: greycliff-cf, sans-serif;
	font-size: 8px;
	font-weight: 500;
	letter-spacing: 0.16em;
	line-height: 1.1;
	text-transform: uppercase;
	white-space: nowrap;
	opacity: 0.85;
}

/* ---------------------------------------------------------------
   Étiquette d'économie, à côté du prix
   Pastille beige comme les repères du site (rayon 30 px).
   --------------------------------------------------------------- */

.glow-promo .glow-promo-saving {
	display: inline-flex;
	align-items: center;
	margin-left: 8px;
	padding: 4px 10px;
	border-radius: 30px;
	background-color: #f0ede8;
	color: #1e1e1e;
	font-family: greycliff-cf, sans-serif;
	font-size: 10px;
	font-weight: 600;
	letter-spacing: 0.06em;
	line-height: 1.4;
	text-transform: uppercase;
	white-space: nowrap;
}

.glow-promo ul.products li.product .price {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	column-gap: 0;
	row-gap: 4px;
}

/* ---------------------------------------------------------------
   Hero
   Le thème masque les h1 de sa bannière : ici c'est ce titre qui porte le
   pourcentage. Le hero est rendu dans le contenu, déjà contraint par un
   `.col-full` : on neutralise la seconde contrainte et le retrait du bloc.
   --------------------------------------------------------------- */
.glow-promo-hero .bestseller-banner h1 {
	display: block;
}

.glow-promo-hero .bestseller-banner h1.highlighted-offer {
	margin: 0 0 6px;
	padding: 0;
}

.shoptimizer-category-banner.glow-promo-hero {
	padding-left: 0;
	padding-right: 0;
}

.glow-promo-hero > .col-full {
	max-width: none;
	margin-left: 0;
	margin-right: 0;
	padding-left: 0;
	padding-right: 0;
}

.entry-content .glow-promo {
	max-width: none;
	width: 100%;
}

/* ---------------------------------------------------------------
   Écrans étroits
   --------------------------------------------------------------- */

@media (max-width: 767px) {

	.glow-promo ul.products li.product .sale-item.glow-promo-badge {
		min-width: 48px;
		padding: 7px 8px 6px;
	}

	.glow-promo .glow-promo-badge__value {
		font-size: 19px;
	}

	.glow-promo .glow-promo-badge__label {
		font-size: 7px;
		letter-spacing: 0.1em;
	}

	.glow-promo .glow-promo-saving {
		margin-left: 6px;
		padding: 3px 8px;
		font-size: 9px;
	}
}
