.steelcar_cart_product_warning {
	display: flex;
	gap: 18px;
	align-items: center;
	padding: 16px;
	background-color: rgba(0, 174, 255, 0.06);
	border: 2px solid rgb(0, 174, 255);
	border-radius: 8px;
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 24px;
}

.steelcar_cart_product_warning__icon {
	display: flex;
	align-items: center;
	justify-content: center;
}

.steelcar_cart_product_warning__icon > svg {
	width: 24px;
}

.steelcar_cart_product_warning > p {
	margin: 0;
}

@media only screen and (max-width: 1200px) {
	.row {
		display: flex;
		flex-direction: column-reverse;
	}
}