/* Final QR designer pass: real QR image first, offline SVG fallback second. */
.product-qr .vc-qr.qr-live {
  display: grid !important;
  left: 50% !important;
  top: 46% !important;
  right: auto !important;
  bottom: auto !important;
  width: clamp(124px, 24vw, 190px) !important;
  height: clamp(124px, 24vw, 190px) !important;
  place-items: center;
  box-sizing: border-box;
  overflow: hidden !important;
  padding: 10px;
  border: 0 !important;
  border-radius: 18px;
  background: #ffffff !important;
  color: #111827 !important;
  opacity: 1 !important;
  transform: translate(-50%, -50%) !important;
  box-shadow: 0 0 0 2px rgba(17, 24, 39, 0.16), 0 20px 38px rgba(17, 24, 39, 0.22);
}

.product-qr .vc-qr.qr-live .qr-live-img,
.product-qr .vc-qr.qr-live .qr-live-fallback,
.product-qr .vc-qr.qr-live svg {
  display: block !important;
  grid-area: 1 / 1;
  width: 100% !important;
  height: 100% !important;
  object-fit: contain;
  background: #ffffff !important;
}

.product-qr .vc-qr.qr-live .qr-live-img {
  position: relative;
  z-index: 2;
}

.product-qr .vc-qr.qr-live .qr-live-fallback[hidden] {
  display: none !important;
}

.product-qr .vc-qr.qr-live svg {
  shape-rendering: crispEdges;
}
