
html[data-ge-ship-to="JP"] [data-ge-show]:not([x-show]) {
  display: none !important;
}
html[data-ge-ship-to="JP"] [data-ge-hide]:not([x-show]) {
  display: revert !important;
}
