.lbw-local-tryon-global-launcher {
  position: fixed;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9990;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 132px;
  min-height: 48px;
  padding: 12px 18px;
  border: 0;
  border-radius: 999px;
  background: #111827;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  box-shadow: 0 16px 34px rgba(17, 24, 39, 0.28);
  cursor: pointer;
}

.lbw-local-tryon-global-launcher:hover,
.lbw-local-tryon-global-launcher:focus-visible {
  transform: translateY(-50%) scale(1.02);
}

.lbw-local-tryon-global-launcher[disabled] {
  opacity: 0.72;
  cursor: wait;
}

body.lbw-local-tryon-open .lbw-local-tryon-global-launcher {
  opacity: 0;
  pointer-events: none;
}

.lbw-local-tryon-virtual-root {
  display: none !important;
}

@media (max-width: 980px) {
  .lbw-local-tryon-global-launcher {
    right: 12px;
    min-width: 118px;
    min-height: 44px;
    padding: 11px 16px;
    font-size: 13px;
  }
}
