.as-kit-editor-offcanvas.offcanvas {
  --bs-offcanvas-width:min(560px, 100vw);
  z-index: 1110;
}
.as-kit-editor__header {
  border-bottom: 1px solid #e6e6e6;
  padding: 1rem 1.15rem;
}
.as-kit-editor__title {
  margin: 0;
}
.as-kit-editor__subtitle {
  margin: 0.25rem 0 0;
}
.as-kit-editor__body {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  padding: 0;
}
.as-kit-editor__scroll {
  flex: 1 1 auto;
  overflow: auto;
  padding: 1rem 1.05rem 1.25rem;
}
.as-kit-editor__sticky {
  align-items: center;
  background: #fff;
  border-top: 1px solid #e6e6e6;
  box-shadow: 0 -8px 24px rgba(23, 27, 50, 0.06);
  display: flex;
  flex: 0 0 auto;
  flex-wrap: wrap;
  gap: 0.65rem 1rem;
  padding: 0.95rem 1.15rem calc(0.95rem + env(safe-area-inset-bottom, 0px));
}
.as-kit-editor__price-label {
  margin: 0;
}
.as-kit-editor__price-value {
  letter-spacing: -0.02em;
  margin: 0;
}
.as-kit-editor__continue {
  margin-left: auto;
  min-width: 10rem;
}
@media (min-width: 992px) {
  .as-kit-editor-offcanvas.offcanvas {
    --bs-offcanvas-width:min(640px, 92vw);
  }
}
