/* Remove Phlox focus border after Add to Cart */
body .woocommerce-notices-wrapper .woocommerce-message:focus,
body .woocommerce-notices-wrapper .woocommerce-message:focus-visible,
body .woocommerce-notices-wrapper .woocommerce-message:focus-within {
outline: none !important;
border: 1px solid #e6e6e6 !important;
border-color: #e6e6e6 !important;
box-shadow: 0 6px 24px rgba(0,0,0,0.08) !important;
}
body .woocommerce-notices-wrapper .woocommerce-message a:focus,
body .woocommerce-notices-wrapper .woocommerce-message a:focus-visible,
body .woocommerce-notices-wrapper .woocommerce-message a.button:focus,
body .woocommerce-notices-wrapper .woocommerce-message a.button:focus-visible {
outline: none !important;
box-shadow: none !important;
border-color: #cfcfcf !important;
}