.single-product .woocommerce-notices-wrapper {
    display: block !important;
}

.woocommerce-notices-wrapper .alert {
	display: block !important;
}

.single-product .woocommerce-notices-wrapper .alert .add-to-cart-message {
    background-color: var(--bs-primary) !important;
}