/* AR Product Viewer Styles */
.ar-product-viewer-container {
  margin: 10px 0;
  display: inline-block;
}

.ar-product-viewer-button {
  background-color: transparent;
  color: black;
  border: none;
  padding: 10px 20px;
  border-radius: 4px;
  cursor: pointer;
  font-weight: bold;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: underline;
}
@media screen and (max-width: 475px) {
  .ar-product-viewer-button {
    padding: 0 10px 0 0;
  }
}
.ar-product-viewer-button:before {
  content: "";
  display: block;
  width: 38px;
  height: 38px;
  background-image: url("https://cdn.myshoptet.com/usr/webotvurci.myshoptet.com/user/documents/plugin-ar-product-viewer/img/icon-ar-btn.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 5px;
}
.ar-product-viewer-button:hover {
  opacity: 0.8;
  text-decoration: none;
}

/* QR Modal Styles */
.ar-qr-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.ar-qr-modal-content {
  background-color: white;
  border-radius: 8px;
  padding: 30px;
  max-width: 400px;
  width: 90%;
  position: relative;
  text-align: center;
}

.ar-qr-modal-close {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 24px;
  border: none;
  background: transparent;
  cursor: pointer;
}

.ar-qr-code {
  margin-top: 20px;
}
.ar-qr-code img,
.ar-qr-code div[id*="ar-qr-code-"] {
  margin: auto;
}
.ar-qr-code p {
  margin-top: 15px;
  font-size: 14px;
}

/*# sourceMappingURL=style.css.map */