.liu-product-3d-pending .liu-product-v3-summary-resources {
  visibility: hidden;
}

.liu-3d-modal[hidden] {
  display: none !important;
}

.liu-3d-modal {
  align-items: center;
  box-sizing: border-box;
  display: flex;
  inset: 0;
  justify-content: center;
  padding: 28px;
  position: fixed;
  z-index: 1000000;
}

.liu-3d-modal * {
  box-sizing: border-box;
}

.liu-3d-modal__backdrop {
  background: rgba(15, 20, 26, .72);
  inset: 0;
  position: absolute;
}

.liu-3d-modal__panel {
  background: #fff;
  box-shadow: 0 24px 70px rgba(0, 0, 0, .28);
  max-height: calc(100vh - 56px);
  max-width: 1120px;
  min-height: 420px;
  overflow: hidden;
  position: relative;
  width: min(1120px, 100%);
}

.liu-3d-modal__close {
  align-items: center;
  background: #1f2732;
  border: 0;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font-size: 30px;
  height: 44px;
  justify-content: center;
  line-height: 1;
  padding: 0 0 3px;
  position: absolute;
  right: 14px;
  top: 14px;
  width: 44px;
  z-index: 2;
}

.liu-3d-modal__header {
  border-bottom: 1px solid #e5ded2;
  display: grid;
  gap: 3px;
  padding: 18px 72px 16px 22px;
}

.liu-3d-modal__header strong {
  color: #1f2732;
  font: 700 12px/1.15 Arial, Helvetica, sans-serif;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.liu-3d-modal__header span {
  color: #68717c;
  font: 400 14px/1.35 Arial, Helvetica, sans-serif;
}

.liu-3d-modal__stage {
  align-items: center;
  background: #f8f6f1;
  display: flex;
  justify-content: center;
  min-height: 320px;
  position: relative;
}

.liu-3d-modal__status {
  color: #4c5663;
  font: 700 13px/1.4 Arial, Helvetica, sans-serif;
  margin: 0;
  padding: 28px;
  text-align: center;
}

.liu-3d-modal__status.is-error {
  color: #8a3c2f;
}

html.liu-3d-modal-open,
html.liu-3d-modal-open body {
  overflow: hidden !important;
}

@media (max-width: 700px) {
  .liu-3d-modal {
    align-items: stretch;
    padding: 12px;
  }

  .liu-3d-modal__panel {
    max-height: calc(100vh - 24px);
    min-height: 0;
  }

  .liu-3d-modal__stage {
    min-height: 300px;
  }

  .liu-3d-modal model-viewer {
    height: 72vh !important;
  }
}
