/* OZB In-Store Only — classy black marker, never red (red is reserved for Sale). */

/* The "IN STORE ONLY" block that stands in for Add to Cart. */
.ozb-iso-cta {
	margin: 0.5em 0;
}

.ozb-iso-cta__label {
	display: inline-block;
	background: #1d1d1b;
	color: #fff;
	font-weight: 600;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	line-height: 1.1;
	font-size: 0.82rem;
	padding: 0.6em 0.95em;
	border-radius: 3px;
}

.ozb-iso-cta__note {
	display: block;
	margin-top: 0.45em;
	color: #6b6b6b;
	font-size: 0.82rem;
	line-height: 1.3;
}

/* Slightly tighter in the shop grid so it sits where the button used to. */
.ozb-iso-cta--loop .ozb-iso-cta__label {
	font-size: 0.72rem;
	padding: 0.48em 0.72em;
}

.ozb-iso-cta--loop .ozb-iso-cta__note {
	font-size: 0.72rem;
	margin-top: 0.35em;
}

/* Hide buy-now-pay-later messaging on in-store-only product pages — there's
   nothing to pay online, so "4 interest-free payments" is misleading.
   square-placement = Afterpay/Cash App; .ppcp-messages = PayPal Pay Later.
   The extra selectors cover older Afterpay markup for resilience. */
body.ozb-iso-instore square-placement,
body.ozb-iso-instore afterpay-placement,
body.ozb-iso-instore .afterpay-paragraph,
body.ozb-iso-instore .ppcp-messages {
	display: none !important;
}
