/* BHS_FRONTEND_REAL_MOBILE_PREVIEW_V133 */
.bhs-ve-device-preview {
  position: fixed;
  inset: 54px 0 0;
  z-index: 2147482900;
  display: grid;
  place-items: start center;
  overflow: auto;
  padding: 18px;
  background:
    linear-gradient(45deg, #e9edf2 25%, transparent 25%),
    linear-gradient(-45deg, #e9edf2 25%, transparent 25%),
    linear-gradient(45deg, transparent 75%, #e9edf2 75%),
    linear-gradient(-45deg, transparent 75%, #e9edf2 75%);
  background-color: #f5f7fa;
  background-size: 24px 24px;
  background-position: 0 0, 0 12px, 12px -12px, -12px 0;
}

.bhs-ve-device-preview[hidden] {
  display: none;
}

.bhs-ve-device-preview__device {
  width: 390px;
  max-width: calc(100vw - 28px);
  height: calc(100vh - 90px);
  min-height: 620px;
  overflow: hidden;
  border: 10px solid #172433;
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 18px 55px rgba(15,23,42,.35);
}

.bhs-ve-device-preview__frame {
  width: 100%;
  height: 100%;
  border: 0;
  background: #fff;
}

body.bhs-ve-device-preview-open {
  overflow: hidden !important;
}

html.bhs-ve-preview-frame .bhs-ve-toolbar {
  display: none !important;
}

html.bhs-ve-preview-frame body {
  max-width: none !important;
  margin: 0 !important;
  padding-top: 0 !important;
}

html.bhs-ve-preview-frame .bhs-ve-outline-label,
html.bhs-ve-preview-frame .bhs-ve-actions,
html.bhs-ve-preview-frame .bhs-ve-product-detail-button {
  display: none !important;
}

@media (max-width: 760px) {
  .bhs-ve-device-preview {
    inset: 102px 0 0;
    padding: 0;
    background: #111827;
  }

  .bhs-ve-device-preview__device {
    width: 100vw;
    max-width: none;
    height: calc(100vh - 102px);
    min-height: 0;
    border: 0;
    border-radius: 0;
  }
}
