/*
Theme Name: M.V. Mitic Child
Description: Custom child theme for M.V. Mitic
Author: M.V. Mitic
Template: hello-elementor
Version: 1.4
*/


/* PWA APP ONLY — hide normal website header/footer for logged-in users */
@media (display-mode: standalone) {

    body.logged-in #site-header,
    body.logged-in #site-footer,
    body.logged-in .elementor-location-header,
    body.logged-in .elementor-location-footer {
        display: none !important;
    }

}
/* =========================================
   VALENTINE KINGDOM — CLEAN EXPRESS CHECKOUT
   Keep only:
   - Express Checkout
   - Order Summary
   - Terms / Privacy
========================================= */


/* HIDE EVERYTHING WE DO NOT USE */

.wc-block-components-express-payment-continue-rule,
.wc-block-checkout__contact-fields,
.wc-block-checkout__shipping-fields,
.wc-block-checkout__shipping-method,
.wc-block-checkout__shipping-methods,
.wc-block-checkout__pickup-options,
.wc-block-checkout__billing-fields,
.wc-block-checkout__payment-method,
.wc-block-checkout__additional-information,
.wc-block-checkout__order-notes,
.wc-block-checkout__actions {
    display: none !important;
}


/* EXPRESS CHECKOUT COLUMN */

.wc-block-checkout__main {
    width: 100% !important;
    max-width: 600px !important;
    margin: 0 auto !important;
}


/* KEEP WOO TERMS + PRIVACY VISIBLE */

.wc-block-checkout__terms {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    height: auto !important;
    overflow: visible !important;

    margin-top: 14px !important;

    color: #555 !important;
    font-size: 12.5px !important;
    line-height: 1.6 !important;
}


/* TERMS + PRIVACY LINKS */

.wc-block-checkout__terms a {
    color: #8b1e1e !important;
    text-decoration: underline !important;
    text-underline-offset: 2px;
}


/* DIGITAL ACCESS / FINAL SALE NOTICE */

.wc-block-checkout__terms::after {
    content: "This purchase provides immediate account access to digital content. By completing the purchase, you request immediate access and acknowledge that sales are final once access begins, except where required by applicable law.";

    display: block;
    margin-top: 10px;

    color: #555;
    font-size: 12.5px;
    line-height: 1.6;
}


/* PHONE + TABLET */

@media (max-width: 1099px) {

    .wc-block-checkout__main {
        width: 100% !important;
        max-width: 100% !important;
    }

    .wc-block-checkout__terms {
        display: block !important;
        margin-top: 12px !important;
    }

}
