/**
 * Global
 */
.is-sg-app {

    .item-info .item a,
    .product-item-name a,
    .header-logo-main-link {
        pointer-events: none;
        cursor: not-allowed;
    }

    header,
    footer,
    .nav-sections,
    .sidebar,
    .page-header,
    .page-footer,
    #store.menu,
    .copyright {
        display: none;
    }

    .offcanvas {
        margin-top: 4em;
        padding-bottom: 4em;
    }

    .modal {
        top: 4em;
        padding-bottom: 4em;
    }
}

/**
 * Java/Swift based App specifics
 */
.is-sg-codebase-v1 {
    padding-top: 4em;
}

/**
 * Account pages
 */

/**
 * Login page
 */


/**
 * Checkout / Finish pages
 */
.is-sg-app {
    .checkout-success .action.continue,
    .cart-container .crosssell,
    .item-actions a.towishlist,
    #form-validate .cart.main.actions,
    .item .item-actions a.action-edit {
        display: none;
    }

    .checkout-success .order-number {
        pointer-events: none;
        cursor: not-allowed;
    }
}
