/**
 * Labor Day sale lockup — navy band under header.
 * Brand: Lato, navy #2c4562, orange #c05530, white.
 * Trust strip stays orange above; this is navy so 375px is not a double orange stack.
 * Mobile: no orphan CT/OFF — phrase nowraps + shorter meta line ≤849px.
 */
.wla-labor-day {
	background: #2c4562;
	color: #ffffff;
	font-family: Lato, "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-align: center;
	padding: 18px 20px 16px;
	border-bottom: 3px solid #c05530;
	box-sizing: border-box;
}

.wla-labor-day__inner {
	max-width: 1100px;
	margin: 0 auto;
}

.wla-labor-day__headline {
	margin: 0 0 6px;
	padding: 0;
	font-weight: 700;
	font-size: 28px;
	line-height: 1.1;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #ffffff;
}

.wla-labor-day__pct {
	color: #c05530;
	white-space: nowrap;
}

.wla-labor-day__dot {
	color: rgba(255, 255, 255, 0.55);
	font-weight: 400;
	padding: 0 0.15em;
}

.wla-labor-day__code {
	margin: 0 0 6px;
	padding: 0;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.45;
	letter-spacing: 0.02em;
	color: #ffffff;
}

.wla-labor-day__code--mobile {
	display: none;
}

.wla-labor-day__when {
	white-space: nowrap;
}

.wla-labor-day__code-pill {
	display: inline-block;
	margin: 0 2px;
	padding: 2px 10px 3px;
	font-weight: 700;
	font-size: 15px;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	text-decoration: none !important;
	color: #2c4562 !important;
	background: #ffffff;
	border-radius: 3px;
	line-height: 1.35;
	vertical-align: baseline;
	white-space: nowrap;
}

.wla-labor-day__code-pill:hover,
.wla-labor-day__code-pill:focus {
	background: #c05530;
	color: #ffffff !important;
}

.wla-labor-day__ffl {
	margin: 0;
	padding: 0;
	font-weight: 400;
	font-size: 13px;
	line-height: 1.35;
	letter-spacing: 0.01em;
	color: rgba(255, 255, 255, 0.82);
}

/* Phone / tablet: Flatsome medium breakpoint — tighter meta, no orphan CT */
@media (max-width: 849px) {
	.wla-labor-day {
		padding: 12px 12px 11px;
	}
	.wla-labor-day__headline {
		font-size: 18px;
		letter-spacing: 0.04em;
		margin-bottom: 5px;
	}
	.wla-labor-day__code--desktop {
		display: none;
	}
	.wla-labor-day__code--mobile {
		display: block;
		font-size: 13px;
		margin-bottom: 5px;
	}
	.wla-labor-day__code-pill {
		font-size: 12px;
		padding: 2px 7px 2px;
		margin: 0 1px;
	}
	.wla-labor-day__ffl {
		font-size: 11px;
		line-height: 1.3;
	}
}

/* Hide Woo demo-store notice while this lockup owns the sale chrome */
.woocommerce-store-notice.demo_store {
	display: none !important;
}
