/* Hide the stackend basket icon */
.stackend.stackend-login .stackend-shop-open-basket {
  display: none;
}

/* Preview in theme editor */
.stackend-preview {
  padding: 2em;
}

.stackend-go-to-stack-button {
  background: white;
  color: #ef5350;
  border-radius: 0.5em;
  padding: 0.5em 1em;
  text-decoration: none;
}

.stackend-code-bin-preview {
  position: relative;
}

img.stackend-placehoder {
  width: 100%;
  height: auto;
}

.stackend-code-bin-preview .stackend-code-bin-info {
  position: absolute;
  top: 2em;
  right: 2em;
  z-index: 10;
  display: flex;
  gap: 2em;
  align-items: center;
}

.stackend-code-bin-preview .stackend-code-bin-info p {
  display: flex;
  flex-direction: column;
  color: white;
  margin: 0;
  font-size: 0.8em;
}
