/* DESKTOP ONLY: Full-width ATC + GPay */
@media (min-width: 1025px) {

    .single-product .single_add_to_cart_button {
        width: 100% !important;
        display: block !important;
        margin-top: 10px !important;
    }

    .single-product .gpay-button,
    .single-product .gpay-button-container,
    .single-product .payment_request_button {
        width: 100% !important;
        max-width: 100% !important;
        display: block !important;
        margin-top: 10px !important;
    }
}

/* MOBILE ONLY: fix Afterpay text sitting on top of checkout button */
@media (max-width: 767px) {

    .woocommerce-cart .cart_totals .wc-proceed-to-checkout {
        display: flex !important;
        flex-direction: column !important;
        gap: 16px !important;
        clear: both !important;
        margin-top: 16px !important;
    }

    .woocommerce-cart .cart_totals .afterpay-paragraph,
    .woocommerce-cart .cart_totals .afterpay-payment-details,
    .woocommerce-cart .cart_totals .afterpay-widget,
    .woocommerce-cart .cart_totals p.afterpay-paragraph {
        display: block !important;
        position: static !important;
        float: none !important;
        clear: both !important;
        width: 100% !important;
        margin: 0 0 8px 0 !important;
        padding: 0 !important;
        line-height: 1.4 !important;
        white-space: normal !important;
        transform: none !important;
    }

    .woocommerce-cart .cart_totals .afterpay-paragraph img,
    .woocommerce-cart .cart_totals .afterpay-paragraph svg,
    .woocommerce-cart .cart_totals .afterpay-payment-details img,
    .woocommerce-cart .cart_totals .afterpay-payment-details svg,
    .woocommerce-cart .cart_totals .afterpay-widget img,
    .woocommerce-cart .cart_totals .afterpay-widget svg {
        display: inline-block !important;
        vertical-align: middle !important;
        max-height: 18px !important;
        width: auto !important;
        position: static !important;
        transform: none !important;
        margin-left: 4px !important;
    }

    .woocommerce-cart .cart_totals .checkout-button {
        display: block !important;
        margin: 0 !important;
        position: relative !important;
        z-index: 2 !important;
    }
}

/* Extra spacing above the main buttons */
.woocommerce-cart .wc-proceed-to-checkout,
.woocommerce-checkout .wc-proceed-to-checkout {
    margin-top: 8px !important;
}

/* Ensure Afterpay logo does not stretch awkwardly */
.afterpay-paragraph img,
.afterpay-paragraph svg {
    max-height: 14px !important;
    vertical-align: middle !important;
    width: auto !important;
}

/* Hide the pink Gift Cards category label on this product only */
.single-product.postid-220908 .single-product-category {
    display: none !important;
}

/* Reserve space for the infinite scroll loading area */
.products.kadence-infinite-scroll-container {
    min-height: 1000px;
}

/* Ensure the loader doesn't cause a shift */
.kadence-infinite-loader {
    min-height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}