/**
 * IWS Replacement Product notice — shown on the single product page.
 * Styling mirrors the existing "wine not available" alert box.
 */
.iws-replacement-product {
	background-color: #f2efe3;
	color: #111;
	border-radius: 16px;
	padding: 24px;
	margin-bottom: 32px;
}

.iws-replacement-product__title {
	color: #111;
	margin: 0 0 8px;
}

.iws-replacement-product__text {
	margin: 0 0 16px;
}

.iws-replacement-product__button {
	color: #fff !important;
}
