/* Promotions */
#ns_product-summary .ns_product-promotion {
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	padding-top: 8px;
	padding-bottom: 8px;
	border-top: 2px solid var(--hipnos-color-neutral-4);
	border-bottom: 2px solid var(--hipnos-color-neutral-4);
	margin-bottom: 10px;
	gap: 4px;
}

#ns_product-summary .ns_product-promotion .ns_product-promotion-saving-price {
	font-size: 12px;
	line-height: 18px;
	color: var(--hipnos-color-state-success-1);
	text-transform: uppercase;
}

#ns_product-summary .ns_product-promotion .ns_product-promotion-saving-price strong,
#ns_product-summary .ns_product-promotion .ns_product-promotion-saving-price strong * {
	color: var(--hipnos-color-state-success-1) !important;
}

#ns_product-summary .ns_product-promotion {
	display: flex;
	align-items: center;
	gap: 8px;
	flex-direction: row;
}

#ns_product-summary .ns_product-promotion .ns_product-sale {
	margin: 0px;
}

#ns_product-summary .ns_product-promotion > strong.ns_font-s_m {
	display: none;
}

#ns_product-summary .ns_product-promotion > .ns_product-sale + strong.ns_font-s_m {
	display: block;
}

#ns_product-summary .ns_product-promotion .ns_product-sale > .ns_tag {
	font-size: 16px;
	line-height: 32px;
}

#ns_product-summary .ns_product-promotion .ns_product-promotion-offer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
}

#ns_product-summary .ns_product-promotion .ns_product-promotion-offer .ns_product-promotion-offer-label {
	display: flex;
	flex-direction: column;
}

#ns_product-summary .ns_product-promotion .ns_product-promotion-offer .ns_product-promotion-offer-label .ns_font-s_xs {
	line-height: 1em;
}

#ns_product-summary .ns_product-promotion .ns_product-promotion-offer .ns_product-promotion-offer-label > strong:first-child {
	display: flex;
	flex-direction: row;
	align-items: center;
}

#ns_product-summary .ns_product-promotion .ns_product-promotion-offer .ns_product-promotion-offer-label > strong + strong {
	text-transform: uppercase;
}

#ns_product-summary .ns_product-promotion .ns_product-promotion-offer .ns_product-promotion-offer-label + .ns_product-promotion-offer-countdown .ns_countdown {
	text-align: right;
}

#ns_product-summary .ns_product-promotion .ns_product-promotion-offer .ns_product-promotion-offer-countdown .ns_countdown {
	font-size: 12px;
	line-height: 12px;
}

#ns_product-summary .ns_product-promotion .ns_product-promotion-offer .ns_product-promotion-offer-countdown[data-type="date-end"] .ns_countdown {
	display: block !important;
}