.aya-model-preview {
  position: absolute !important;
  top: 0;
  left: 0;
  right: 0;
  z-index: 28;
  background: #fff;
  display: none;
}
.aya-model-preview .aya-exit,
.aya-model-preview .aya-show {
  cursor: pointer;
  position: absolute;
  height: 2em;
  padding: 0 10px;
  border: 1px solid #666;
  top: 1.4rem;
  background: white;
  display: flex;
  align-items: center;
  font-family: Helvetica;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  color: #111;
  white-space: nowrap;
}
.aya-model-preview img {
  height: auto;
}
.aya-model-preview .aya-exit {
  left: 1.4rem;
}
.aya-model-preview .aya-show {
  right: 1.4rem;
}
.aya-model-preview .aya-exit-icon,
.aya-model-preview .aya-show-icon {
  width: 1em;
  margin-right: 4px;
}
.aya-first-sku {
  display: none;
}
