.show-for-customers {
    display: none;
}
body.is-gatographql-customer .show-for-customers {
    display: block;
}
body.is-gatographql-customer .hide-for-customers {
    display: none;
}