/*
 Theme Name: Storefront Child
 Theme URI: https://woocommerce.com/storefront/
 Description: Child theme for Storefront
 Author: Mel
 Template: storefront
 Version: 1.0
*/

/* Optional: Child theme custom styles go below */


/* Add spacing below Klarna / Clearpay banners */
.single-product .wc-bnpl-container {
    margin-bottom: 18px !important;
}

/* PayPal / Woo BNPL fallback */
.single-product .wcpay-bnpl-messaging {
    margin-bottom: 18px !important;
}

.single-product .wc-bnpl-container iframe {
    margin-bottom: 18px !important;
}
