body,
html {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  font-family: 'IRANSans', -apple-system, BlinkMacSystemFont, sans-serif;
}

.container {
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  position: relative;
}

#armo-makeup-view {
  width: 100%;
  height: 100%;
  position: relative;
}

/* فقط برای موبایل - جلوگیری از رفتن زیر address bar */
@media (max-width: 768px) and (hover: none) {
  .container {
    max-height: calc(100vh - 60px);
  }

  #armo-makeup-view {
    padding-bottom: 80px;
    box-sizing: border-box;
  }
}
