
/* Static mirror fixes for glokore-shop.com */
.shopify-payment-button,
shopify-accelerated-checkout,
shopify-payment-terms,
[data-shopify="payment-button"],
[data-shopify-buttoncontainer],
#shopify-section-sections--* {
  display: none !important;
}

/* Make disabled/static placeholders feel intentional. */
.tgsk-static-notice {
  position: fixed;
  left: 16px;
  right: 16px;
  bottom: 16px;
  z-index: 999999;
  background: #111;
  color: #fff;
  padding: 12px 14px;
  border-radius: 10px;
  font: 14px/1.4 system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  box-shadow: 0 6px 20px rgba(0,0,0,.25);
}
.tgsk-static-notice button {
  float: right;
  margin-left: 12px;
  background: #fff;
  color: #111;
  border: 0;
  border-radius: 999px;
  padding: 4px 10px;
  cursor: pointer;
}
