body.overflow {
  overflow: hidden !important;
}

.camweara-iframe {
  position: fixed !important;
  inset: 0 !important;
  width: 100vw !important;
  height: 100vh !important;
  border: none !important;
  margin: 0 !important;
  padding: 0 !important;
  background: #000;
  display: none;
  z-index: 2147483647 !important;
}

/* ===============================
   Try-On Button Defaults
================================ */

.tryonbuttonCamweara {
  display: none; /* Hidden until JS activates it */
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  cursor: pointer;
  user-select: none;

  /* --- DEFAULT STYLES (The Safety Net) --- */
  /* These apply immediately if the merchant settings are empty */
  background-color: #000000;
  color: #ffffff;
  border: 1px solid transparent;
  border-radius: 10px;
  width: 100%;
  margin: 0;
  padding: 12px 20px;
  font-size: 11px;
  font-weight: 700;
}

.camweara-button-content {
  display: flex;
  align-items: center;
  gap: 8px;
  pointer-events: none;
}

button.tryonbuttonCamweara:hover {
  filter: brightness(0.9);
}
