/* Only a successful add-to-cart message marked by Site Core is enhanced. */
body.ibnhoms-core-design.ibnhoms-cart-notices .woocommerce-message.ibnhoms-cart-notice {
	display: flex;
	flex-direction: row !important;
	flex-wrap: nowrap !important;
	align-items: center;
	gap: 12px;
	box-sizing: border-box;
	width: calc(100% - 32px);
	max-width: 1160px;
	margin: 16px auto !important;
	padding: 10px 12px 10px 18px !important;
	border: 1px solid #40515b !important;
	border-inline-start: 3px solid #58c8a0 !important;
	border-radius: 14px;
	background: #18232e !important;
	color: #f4f7fb !important;
	font: 400 14px/1.5 system-ui, sans-serif;
	box-shadow: 0 4px 16px rgb(0 0 0 / 12%);
}
body.ibnhoms-core-design.ibnhoms-cart-notices .woocommerce-message.ibnhoms-cart-notice::before {
	content: '\2713';
	position: static !important;
	display: block;
	flex: 0 0 auto;
	color: #74dbb5;
	font: 700 18px/1 system-ui, sans-serif;
}
body.ibnhoms-core-design.ibnhoms-cart-notices .woocommerce-message.ibnhoms-cart-notice::after { display: none; }
body.ibnhoms-core-design.ibnhoms-cart-notices .ibnhoms-cart-notice > .ibnhoms-cart-confirmation {
	display: flex;
	align-items: center;
	gap: 16px;
	flex: 1 1 auto;
	min-width: 0;
}
body.ibnhoms-core-design.ibnhoms-cart-notices .ibnhoms-cart-notice-text {
	flex: 1 1 auto;
	min-width: 0;
	overflow-wrap: anywhere;
}
body.ibnhoms-core-design.ibnhoms-cart-notices .ibnhoms-cart-notice a.button.wc-forward {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	float: none !important;
	min-height: 44px;
	margin: 0 !important;
	padding: 10px 16px !important;
	border: 1px solid #b83f54 !important;
	border-radius: 10px !important;
	background: #36202b !important;
	color: #fff !important;
	font: 600 14px/1.3 system-ui, sans-serif;
	text-decoration: none;
}
body.ibnhoms-core-design.ibnhoms-cart-notices .ibnhoms-cart-notice-dismiss {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 44px;
	width: 44px;
	min-width: 44px;
	height: 44px;
	min-height: 44px;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	border-radius: 10px;
	background: transparent !important;
	color: #dce5eb !important;
	font: 400 26px/1 system-ui, sans-serif;
	cursor: pointer;
}
body.ibnhoms-core-design.ibnhoms-cart-notices .ibnhoms-cart-notice :is(a, button):focus-visible {
	outline: 2px solid #ff8996;
	outline-offset: 2px;
}
@media (hover: hover) {
	body.ibnhoms-core-design.ibnhoms-cart-notices .ibnhoms-cart-notice a.button.wc-forward:hover { background: #56303d !important; }
	body.ibnhoms-core-design.ibnhoms-cart-notices .ibnhoms-cart-notice-dismiss:hover { background: #30414f !important; }
}
@media (max-width: 600px) {
	body.ibnhoms-core-design.ibnhoms-cart-notices .woocommerce-message.ibnhoms-cart-notice {
		align-items: flex-start;
		gap: 8px;
		width: calc(100% - 24px);
		margin: 12px auto !important;
		padding: 12px 8px 12px 12px !important;
		font-size: 13px;
	}
	body.ibnhoms-core-design.ibnhoms-cart-notices .woocommerce-message.ibnhoms-cart-notice::before { padding-top: 3px; }
	body.ibnhoms-core-design.ibnhoms-cart-notices .ibnhoms-cart-notice > .ibnhoms-cart-confirmation {
		flex-direction: column;
		align-items: flex-start;
		gap: 10px;
	}
}
