/* Checkout: show only the native "Przelew bankowy" gateway title. */
body.woocommerce-checkout li.payment_method_bacs .payment_box,
body.woocommerce-checkout .payment_method_bacs .payment_box,
body.woocommerce-checkout .kingsoft-bacs-checkout-details,
body.woocommerce-checkout .kingsoft-bacs-qr-note,
body.woocommerce-checkout .kingsoft-bank-transfer-qr-note,
body.woocommerce-checkout .kingsoft-checkout-bank-details {
    display: none !important;
}

/* Shop/product pages: place "Zobacz koszyk" below the product message. */
body.woocommerce-shop .woocommerce-message,
body.tax-product_cat .woocommerce-message,
body.tax-product_tag .woocommerce-message,
body.single-product .woocommerce-message {
    display: block !important;
    min-height: 0 !important;
    height: auto !important;
    overflow: visible !important;
}

body.woocommerce-shop .woocommerce-message .button.wc-forward,
body.tax-product_cat .woocommerce-message .button.wc-forward,
body.tax-product_tag .woocommerce-message .button.wc-forward,
body.single-product .woocommerce-message .button.wc-forward {
    float: none !important;
    clear: both !important;
    display: flex !important;
    width: fit-content !important;
    min-width: 130px !important;
    height: 38px !important;
    margin: 12px 0 0 0 !important;
    padding: 0 18px !important;
    align-items: center !important;
    justify-content: center !important;
    position: static !important;
    transform: none !important;
    -webkit-transform: none !important;
    clip-path: none !important;
    -webkit-clip-path: none !important;
    border-radius: 0 !important;
}

body.woocommerce-shop .woocommerce-message .button.wc-forward::before,
body.woocommerce-shop .woocommerce-message .button.wc-forward::after,
body.tax-product_cat .woocommerce-message .button.wc-forward::before,
body.tax-product_cat .woocommerce-message .button.wc-forward::after,
body.tax-product_tag .woocommerce-message .button.wc-forward::before,
body.tax-product_tag .woocommerce-message .button.wc-forward::after,
body.single-product .woocommerce-message .button.wc-forward::before,
body.single-product .woocommerce-message .button.wc-forward::after {
    display: none !important;
    content: none !important;
}
