.gusto-menu-banners {
  align-items: center;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(6px);
  box-sizing: border-box;
  display: flex;
  inset: 0;
  justify-content: center;
  overflow: hidden;
  padding: 16px;
  position: fixed;
  width: 100%;
  z-index: 110;
}

.gusto-menu-banners__stack {
  align-items: center;
  display: flex;
  justify-content: center;
  width: min(100%, calc(100vw - 32px));
}

.gusto-menu-banner {
  background: #000;
  border: 0;
  border-radius: 24px;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.22);
  color: #fff;
  display: flex;
  flex-direction: column;
  max-height: min(90vh, calc(100dvh - 32px));
  max-width: 420px;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  width: 100%;
}

.gusto-menu-banner__image {
  background-color: #000;
  aspect-ratio: 35 / 32 !important;
  border-radius: 24px 24px 0 0;
  flex: 0 0 auto;
  max-height: min(384px, calc(90dvh - 228px));
  overflow: hidden;
  position: relative;
  width: 100%;
}

.gusto-menu-banner__image img,
.gusto-menu-banner__image video {
  display: block;
  height: 100%;
  object-fit: cover;
  object-position: center;
  width: 100%;
}

.gusto-menu-banner__overlay {
  background: linear-gradient(to top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.58) 22%, rgba(0, 0, 0, 0) 60%);
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.gusto-menu-banner__content {
  align-items: flex-start;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 12px;
  justify-content: flex-start;
  min-height: 228px;
  padding: 20px 24px 22px;
  position: relative;
  width: 100%;
  z-index: 1;
}

.gusto-menu-banner.is-title-empty .gusto-menu-banner__content {
  align-items: flex-end;
  bottom: 0;
  gap: 0;
  left: 0;
  min-height: auto;
  padding: 24px;
  pointer-events: none;
  position: absolute;
  right: 0;
}

.gusto-menu-banner.is-title-empty .gusto-menu-banner__image {
  border-radius: 24px;
}

.gusto-menu-banner.is-title-empty .gusto-menu-banner__button {
  pointer-events: auto;
}

.gusto-menu-banner__close {
  align-items: center;
  appearance: none;
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(10px);
  border: 0;
  border-radius: 999px;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 200;
  height: 36px;
  justify-content: center;
  line-height: 1;
  padding: 0 0 3px;
  position: absolute;
  right: 24px;
  top: 24px;
  transition: background-color 160ms ease, transform 160ms ease;
  width: 36px;
  z-index: 2;
}

.gusto-menu-banner__close:hover {
  background: rgba(255, 255, 255, 0.2);
  transform: translateY(-1px);
}

.gusto-menu-banner__title {
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.08;
  margin: 0;
  max-width: 100%;
  overflow-wrap: anywhere;
}

.gusto-menu-banner__description {
  color: #f5f5f5;
  display: block;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5;
  margin: 0;
  max-width: 100%;
}

.gusto-menu-banner__button {
  align-items: center;
  appearance: none;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 999px;
  color: #111111;
  cursor: pointer;
  display: inline-flex;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 700;
  gap: 6px;
  justify-content: center;
  line-height: 1.2;
  margin-left: auto;
  margin-top: auto;
  max-width: 100%;
  min-height: 38px;
  overflow-wrap: anywhere;
  padding: 9px 14px;
  text-align: center;
  text-decoration: none;
  width: fit-content;
}

.gusto-menu-banner__button.is-price {
  color: #fff;
  font-size: 34px;
  font-weight: 700;
  line-height: 1;
}

.gusto-cms-banner-card {
  background: #fff;
  border: 1px solid hsl(214.3 31.8% 91.4%);
  border-radius: 8px;
  color: #151515;
  display: grid;
  gap: 0;
  overflow: hidden;
}

.gusto-cms-banner-card * {
  box-sizing: border-box;
}

.gusto-cms-banner-header {
  align-items: center;
  border-bottom: 1px solid hsl(214.3 31.8% 91.4%);
  display: flex;
  gap: 16px;
  justify-content: space-between;
  padding: 18px 24px;
}

.gusto-cms-banner-card.is-collapsed .gusto-cms-banner-header {
  border-bottom: 0;
}

.gusto-cms-banner-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0;
}

.gusto-cms-banner-subtitle {
  color: #64748b;
  font-size: 14px;
  line-height: 1.45;
  margin: 4px 0 0;
}

.gusto-cms-banner-header-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-end;
}

.gusto-cms-banner-status {
  align-items: center;
  border-radius: 999px;
  display: inline-flex;
  font-size: 12px;
  font-weight: 700;
  min-height: 24px;
  padding: 0 10px;
  white-space: nowrap;
}

.gusto-cms-banner-status.is-saved {
  background: #ecfdf3;
  color: #047857;
}

.gusto-cms-banner-status.is-saving {
  background: #fff7ed;
  color: #c2410c;
}

.gusto-cms-banner-status.is-error {
  background: #fef2f2;
  color: #b91c1c;
}

.gusto-cms-banner-body {
  display: grid;
  gap: 18px;
  padding: 0 24px 24px;
}

.gusto-cms-banner-toolbar {
  align-items: center;
  display: flex;
  gap: 10px;
  justify-content: space-between;
}

.gusto-cms-banner-count {
  color: #64748b;
  font-size: 13px;
  font-weight: 600;
}

.gusto-cms-banner-help {
  color: #64748b;
  font-size: 13px;
  font-weight: 500;
}

.gusto-cms-banner-layout {
  display: grid;
  gap: 16px;
  grid-template-columns: minmax(220px, 0.38fr) minmax(0, 1fr);
}

.gusto-cms-banner-list {
  display: grid;
  gap: 10px;
}

.gusto-cms-banner-list button,
.gusto-cms-banner-button {
  align-items: center;
  border: 1px solid #d7dce3;
  border-radius: 8px;
  cursor: pointer;
  display: inline-flex;
  font-size: 14px;
  font-weight: 700;
  justify-content: center;
  min-height: 38px;
  padding: 0 14px;
}

.gusto-cms-banner-button {
  background: #e14d52;
  border-color: #e14d52;
  color: #fff;
}

.gusto-cms-banner-button.is-secondary {
  background: #fff;
  border-color: #d7dce3;
  color: #151515;
}

.gusto-cms-banner-button.is-danger {
  background: #fff;
  border-color: #f2b8bb;
  color: #b91c1c;
}

.gusto-cms-banner-list button {
  align-items: flex-start;
  background: #fff;
  flex-direction: column;
  gap: 3px;
  min-height: 68px;
  text-align: left;
  width: 100%;
}

.gusto-cms-banner-list button.is-selected {
  background: #fff1f1;
  border-color: #e14d52;
}

.gusto-cms-banner-list strong {
  color: #151515;
  display: block;
  font-size: 14px;
  line-height: 1.2;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.gusto-cms-banner-list span {
  color: #64748b;
  display: block;
  font-size: 12px;
  font-weight: 600;
}

.gusto-cms-banner-editor {
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  display: grid;
  gap: 14px;
  grid-template-columns: minmax(300px, 0.9fr) minmax(360px, 1.1fr);
  padding: 16px;
}

.gusto-cms-banner-settings {
  align-content: start;
  display: grid;
  gap: 14px;
}

.gusto-cms-banner-form-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.gusto-cms-banner-field {
  display: grid;
  gap: 6px;
}

.gusto-cms-banner-field.is-wide {
  grid-column: 1 / -1;
}

.gusto-cms-banner-field.is-hidden {
  display: none;
}

.gusto-cms-banner-field label,
.gusto-cms-banner-toggle span {
  color: #334155;
  font-size: 13px;
  font-weight: 700;
}

.gusto-cms-banner-optional {
  color: #64748b;
  font-weight: 600;
}

.gusto-cms-banner-field input,
.gusto-cms-banner-field select,
.gusto-cms-banner-field textarea {
  background: #fff;
  border: 1px solid #d7dce3;
  border-radius: 8px;
  color: #151515;
  font: inherit;
  min-height: 38px;
  padding: 8px 10px;
  width: 100%;
}

.gusto-cms-banner-field textarea {
  min-height: 76px;
  resize: vertical;
}

.gusto-cms-banner-schedule {
  display: grid;
  gap: 10px;
}

.gusto-cms-banner-days {
  display: grid;
  gap: 6px;
  grid-template-columns: repeat(7, minmax(0, 1fr));
}

.gusto-cms-banner-day {
  cursor: pointer;
  display: block;
  position: relative;
}

.gusto-cms-banner-day input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.gusto-cms-banner-day span {
  align-items: center;
  background: #fff;
  border: 1px solid #d7dce3;
  border-radius: 8px;
  color: #334155;
  display: flex;
  font-size: 12px;
  font-weight: 800;
  justify-content: center;
  min-height: 34px;
  padding: 0 4px;
  transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease;
}

.gusto-cms-banner-day input:checked + span {
  background: #fff1f1;
  border-color: #e14d52;
  color: #b91c1c;
}

.gusto-cms-banner-day input:focus-visible + span {
  outline: 2px solid #e14d52;
  outline-offset: 2px;
}

.gusto-cms-banner-time-grid {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.gusto-cms-banner-note {
  color: #64748b;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.4;
  margin: 0;
}

.gusto-cms-banner-toggle {
  align-items: center;
  display: inline-flex;
  gap: 8px;
}

.gusto-cms-banner-toggle input {
  accent-color: #e14d52;
  height: 16px;
  width: 16px;
}

.gusto-cms-banner-preview {
  aspect-ratio: 3 / 4;
  background: #f3f4f6;
  border-radius: 18px;
  color: #fff;
  min-height: 0;
  overflow: hidden;
  position: relative;
}

.gusto-cms-banner-preview__viewport {
  align-items: center;
  background:
    linear-gradient(rgba(255, 255, 255, 0.62), rgba(255, 255, 255, 0.62)),
    repeating-linear-gradient(90deg, #f8fafc 0 80px, #eef2f7 80px 160px);
  display: flex;
  justify-content: center;
  height: 100%;
  padding: 24px;
  position: relative;
}

.gusto-cms-banner-preview__backdrop {
  background: rgba(0, 0, 0, 0.46);
  inset: 0;
  position: absolute;
}

.gusto-cms-banner-preview__stage {
  display: flex;
  justify-content: center;
  position: relative;
  width: min(100%, 320px);
  z-index: 1;
}

.gusto-cms-banner-preview .gusto-menu-banner {
  border-radius: 24px;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.26);
  max-height: none;
  max-width: 100%;
}

.gusto-cms-banner-preview .gusto-menu-banner__image {
  aspect-ratio: 35 / 32 !important;
  max-height: none;
}

.gusto-cms-banner-preview .gusto-menu-banner__image {
  border-radius: 24px 24px 0 0;
}

.gusto-cms-banner-preview .gusto-menu-banner__content {
  min-height: 174px;
  padding: 18px;
}

.gusto-cms-banner-preview .gusto-menu-banner.is-title-empty .gusto-menu-banner__image {
  border-radius: 24px;
}

.gusto-cms-banner-preview .gusto-menu-banner.is-title-empty .gusto-menu-banner__content {
  padding: 18px;
}

.gusto-cms-banner-preview .gusto-menu-banner__title {
  font-size: 22px;
}

.gusto-cms-banner-preview .gusto-menu-banner__button {
  align-self: flex-end;
  font-size: 12px;
  max-width: min(100%, 220px);
  min-height: 32px;
  padding: 7px 12px;
}

.gusto-cms-banner-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}

.gusto-cms-banner-empty {
  border: 1px dashed #cbd5e1;
  border-radius: 8px;
  color: #64748b;
  padding: 26px;
  text-align: center;
}

@media (max-width: 767px) {
  .gusto-menu-banners {
    justify-content: center;
  }

  .gusto-menu-banners__stack {
    justify-content: center;
    max-width: 358px;
  }

  .gusto-menu-banner {
    max-width: 358px;
  }
}

@media (min-width: 768px) {
  .gusto-menu-banners {
    padding: 24px;
  }

  .gusto-menu-banner {
    max-width: 420px;
  }

  .gusto-menu-banner__image {
    max-height: min(384px, calc(90dvh - 228px));
  }

  .gusto-menu-banner__content {
    min-height: 228px;
    padding: 20px 24px 22px;
  }

  .gusto-menu-banner__title {
    font-size: 28px;
  }

  .gusto-menu-banner__button {
    font-size: 14px;
    min-height: 38px;
    padding: 9px 14px;
  }
}

@media (min-width: 1024px) {
  .gusto-menu-banners {
    padding: 32px;
  }

  .gusto-menu-banner {
    max-width: 420px;
  }

  .gusto-menu-banner__image {
    max-height: min(384px, calc(90dvh - 228px));
  }

  .gusto-menu-banner__title {
    font-size: 28px;
  }
}

@media (max-width: 900px) {
  .gusto-cms-banner-editor,
  .gusto-cms-banner-layout,
  .gusto-cms-banner-form-grid,
  .gusto-cms-banner-time-grid {
    grid-template-columns: 1fr;
  }

  .gusto-cms-banner-header,
  .gusto-cms-banner-toolbar {
    align-items: flex-start;
    flex-direction: column;
  }
}

body[data-gusto-cms-view] {
  background: #ffffff;
}

.gusto-cms-shell {
  background: #ffffff !important;
  min-height: 100vh;
  padding-left: 255px;
}

.gusto-cms-sidebar {
  align-content: start;
  background: #000000;
  border-radius: 0 22px 22px 0;
  box-shadow: 8px 0 28px rgba(0, 0, 0, 0.14);
  color: #ffffff;
  display: grid;
  gap: 32px;
  left: 0;
  min-height: calc(100vh - 32px);
  padding: 20px 16px;
  position: fixed;
  top: 16px;
  width: 255px;
  z-index: 60;
}

.gusto-cms-sidebar__brand {
  align-items: center;
  display: flex;
  gap: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
}

.gusto-cms-sidebar__logo {
  align-items: center;
  background: #ffffff;
  border-radius: 999px;
  color: #111111;
  display: inline-flex;
  font-size: 14px;
  font-weight: 800;
  height: 36px;
  justify-content: center;
  overflow: hidden;
  width: 36px;
}

.gusto-cms-sidebar__logo img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.gusto-cms-sidebar__nav {
  display: grid;
  gap: 8px;
}

.gusto-cms-sidebar__nav button {
  align-items: center;
  appearance: none;
  background: transparent;
  border: 0;
  border-radius: 10px;
  color: #f5f5f5;
  cursor: pointer;
  display: flex;
  gap: 10px;
  height: 40px;
  justify-content: flex-start;
  padding: 0 12px;
  text-align: left;
  transition: background-color 160ms ease, color 160ms ease;
  width: 100%;
}

.gusto-cms-sidebar__nav button span:last-child {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
}

.gusto-cms-sidebar__nav button:hover {
  background: #1f1f1f;
  color: #ffffff;
}

.gusto-cms-sidebar__nav button.is-active {
  background: #e64b50;
  color: #ffffff;
}

.gusto-cms-sidebar__icon {
  align-items: center;
  display: inline-flex;
  flex: 0 0 auto;
  height: 20px;
  justify-content: center;
  width: 20px;
}

.gusto-cms-sidebar__icon img {
  display: block;
  height: 20px;
  object-fit: contain;
  opacity: 0.88;
  transition: opacity 160ms ease;
  width: 20px;
}

.gusto-cms-sidebar__nav button:hover .gusto-cms-sidebar__icon img,
.gusto-cms-sidebar__nav button.is-active .gusto-cms-sidebar__icon img {
  opacity: 1;
}

.gusto-cms-sidebar__icon {
  position: relative;
}

.gusto-cms-sidebar__icon::before,
.gusto-cms-sidebar__icon::after {
  background: currentColor;
  content: "";
  position: absolute;
}

.gusto-cms-sidebar__icon.is-home::before {
  clip-path: polygon(50% 8%, 92% 42%, 82% 42%, 82% 88%, 58% 88%, 58% 62%, 42% 62%, 42% 88%, 18% 88%, 18% 42%, 8% 42%);
  inset: 2px;
}

.gusto-cms-sidebar__icon.is-banners::before {
  border-radius: 3px;
  height: 13px;
  left: 3px;
  top: 5px;
  width: 15px;
}

.gusto-cms-sidebar__icon.is-banners::after {
  background: #000000;
  border-radius: 1px;
  height: 3px;
  left: 5px;
  top: 8px;
  width: 10px;
}

.gusto-cms-sidebar__nav button:hover .gusto-cms-sidebar__icon.is-banners::after {
  background: #1f1f1f;
}

.gusto-cms-sidebar__nav button.is-active .gusto-cms-sidebar__icon.is-banners::after {
  background: #e64b50;
}

.gusto-cms-sidebar__icon.is-catalog::before {
  border-radius: 3px 3px 5px 5px;
  height: 14px;
  left: 4px;
  top: 5px;
  width: 12px;
}

.gusto-cms-sidebar__icon.is-catalog::after {
  background: #000000;
  border-radius: 999px;
  height: 6px;
  left: 7px;
  top: 2px;
  width: 7px;
}

.gusto-cms-sidebar__nav button:hover .gusto-cms-sidebar__icon.is-catalog::after {
  background: #1f1f1f;
}

.gusto-cms-sidebar__nav button.is-active .gusto-cms-sidebar__icon.is-catalog::after {
  background: #e64b50;
}

.gusto-cms-sidebar__icon.is-images::before {
  border-radius: 3px;
  height: 14px;
  left: 3px;
  top: 5px;
  width: 14px;
}

.gusto-cms-sidebar__icon.is-images::after {
  background: #000000;
  clip-path: polygon(0 100%, 34% 42%, 52% 72%, 68% 50%, 100% 100%);
  height: 8px;
  left: 5px;
  top: 10px;
  width: 10px;
}

.gusto-cms-sidebar__nav button:hover .gusto-cms-sidebar__icon.is-images::after {
  background: #1f1f1f;
}

.gusto-cms-sidebar__nav button.is-active .gusto-cms-sidebar__icon.is-images::after {
  background: #e64b50;
}

.gusto-cms-shell > header {
  background: #ffffff !important;
  border: 0 !important;
  box-shadow: none !important;
  color: #151515 !important;
  height: 68px;
  left: 255px;
  pointer-events: auto !important;
  position: fixed !important;
  right: 0;
  top: 0;
  z-index: 12000 !important;
}

.gusto-cms-shell > header > div {
  align-items: center !important;
  display: flex !important;
  gap: 8px !important;
  height: 68px;
  justify-content: flex-end !important;
  max-width: none !important;
  padding: 16px 32px !important;
  pointer-events: auto !important;
  position: relative !important;
  z-index: 1 !important;
}

.gusto-cms-shell > header > div > div:first-child {
  display: none !important;
}

.gusto-cms-shell > header button[data-gusto-cms-header-extra="true"],
.gusto-cms-shell > header button[hidden] {
  display: none !important;
}

body[data-gusto-cms-view="catalog"] .gusto-cms-shell > header button:not([data-gusto-cms-menu-button="true"]):not(.gusto-cms-header-save) {
  align-items: center !important;
  border-radius: 25px !important;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.25) !important;
  display: inline-flex !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  gap: 8px !important;
  height: 36px !important;
  justify-content: center !important;
  line-height: 20px !important;
  padding: 8px 12px !important;
  white-space: nowrap !important;
}

body[data-gusto-cms-view="dashboard"] .gusto-cms-shell > header button:not([data-gusto-cms-menu-button="true"]):not([data-gusto-cms-reset-analytics-button="true"]) {
  display: none !important;
}

.gusto-cms-shell > header [data-gusto-cms-menu-button="true"],
.gusto-cms-shell > header [data-gusto-cms-reset-analytics-button="true"] {
  align-items: center !important;
  background: #ffffff !important;
  border: 1px solid rgba(255, 255, 255, 0.2) !important;
  border-radius: 25px !important;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.25) !important;
  color: #000000 !important;
  display: inline-flex !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  gap: 8px !important;
  height: 36px !important;
  justify-content: center !important;
  line-height: 20px !important;
  padding: 8px 12px !important;
  white-space: nowrap !important;
}

.gusto-cms-shell > header [data-gusto-cms-reset-analytics-button="true"]:disabled {
  opacity: 0.65;
}

.gusto-cms-shell > header [data-gusto-cms-reset-analytics-button="true"] {
  background: #000000 !important;
  color: #ffffff !important;
}

.gusto-cms-menu-icon {
  display: block;
  height: 14px !important;
  margin-right: 2px;
  object-fit: contain;
  width: 22px !important;
}

.gusto-cms-shell > header [data-gusto-cms-menu-button="true"] svg {
  height: 19px !important;
  width: 25px !important;
}

.gusto-cms-header-export {
  align-items: center !important;
  background: #000000 !important;
  border: 1px solid rgba(255, 255, 255, 0.2) !important;
  border-radius: 25px !important;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.25) !important;
  color: #ffffff !important;
  cursor: pointer !important;
  display: none !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  gap: 8px !important;
  height: 36px !important;
  justify-content: center !important;
  line-height: 20px !important;
  padding: 8px 12px !important;
  pointer-events: auto !important;
  position: relative !important;
  text-decoration: none !important;
  transform: translateY(0) scale(1) !important;
  transition: background-color 160ms ease, border-color 160ms ease, box-shadow 160ms ease, color 160ms ease, filter 160ms ease, opacity 160ms ease, transform 120ms ease !important;
  user-select: none !important;
  white-space: nowrap !important;
  z-index: 2 !important;
}

body[data-gusto-cms-view="catalog"] .gusto-cms-header-export {
  display: inline-flex !important;
}

.gusto-cms-header-export::before {
  align-items: center;
  border: 1.5px solid currentColor;
  border-radius: 999px;
  box-sizing: border-box;
  content: "\2193";
  display: inline-flex;
  font-size: 10px;
  font-weight: 800;
  height: 14px;
  justify-content: center;
  line-height: 1;
  width: 14px;
}

.gusto-cms-shell > main {
  gap: 0 !important;
  margin: 0 !important;
  max-width: none !important;
  padding: 92px 32px 56px !important;
}

.gusto-cms-shell > main > section.grid:first-child {
  display: grid !important;
  gap: 32px !important;
  grid-template-columns: repeat(4, minmax(168px, 1fr)) !important;
}

.gusto-cms-shell > main > section.grid:first-child > div {
  align-items: center !important;
  border: 1px solid #e5e5e5 !important;
  border-radius: 34px !important;
  box-shadow: none !important;
  gap: 13px !important;
  height: 68px !important;
  padding: 13px 20px !important;
}

.gusto-cms-shell > main > section.grid:first-child > div > div:first-child {
  background: transparent !important;
  color: #e64b50 !important;
  height: 34px !important;
  width: 34px !important;
}

.gusto-cms-shell > main > section.grid:first-child > div > div:first-child svg {
  height: 21px !important;
  width: 21px !important;
}

.gusto-cms-stat-icon {
  display: block;
  height: 21px;
  object-fit: contain;
  width: 25px;
}

.gusto-cms-shell > main > section.grid:first-child p:first-child {
  color: #24242a !important;
  font-size: 22px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
}

.gusto-cms-shell > main > section.grid:first-child p:last-child {
  color: #a1a1aa !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  line-height: 1.25 !important;
  margin-top: 4px !important;
}

body[data-gusto-cms-view="dashboard"] .gusto-cms-shell > main > div.grid,
body[data-gusto-cms-view="dashboard"] .gusto-cms-shell #gusto-cms-banners {
  display: none !important;
}

body:not([data-gusto-cms-view="dashboard"]) .gusto-cms-shell #gusto-cms-dashboard-metrics {
  display: none !important;
}

.gusto-cms-dashboard {
  display: grid;
  gap: 40px;
  margin-top: 36px;
}

.gusto-cms-dashboard__top {
  display: grid;
  gap: 40px;
  grid-template-columns: minmax(220px, 0.95fr) minmax(220px, 0.95fr) minmax(420px, 2fr);
}

.gusto-cms-dashboard__bottom {
  display: grid;
  gap: 40px;
  grid-template-columns: minmax(420px, 1fr) minmax(420px, 1fr);
}

.gusto-cms-dashboard-card {
  background: #ffffff;
  border: 1px solid #e5e5e5;
  border-radius: 18px;
  color: #24242a;
  min-width: 0;
  padding: 20px 22px;
}

.gusto-cms-dashboard-card.is-summary {
  align-content: start;
  display: grid;
  grid-template-rows: auto auto minmax(0, 1fr);
  min-height: 174px;
  overflow: hidden;
}

.gusto-cms-dashboard-card.is-summary .gusto-cms-dashboard-card__title {
  align-self: start;
  background: #ffffff;
  position: sticky;
  top: 0;
  z-index: 1;
}

.gusto-cms-dashboard-card.is-summary .gusto-cms-dashboard-list {
  min-height: 0;
  overflow: visible;
  padding-right: 2px;
}

.gusto-cms-dashboard-card.is-ranking {
  min-height: 198px;
}

.gusto-cms-dashboard-card.is-large {
  min-height: 210px;
}

.gusto-cms-dashboard-card__title {
  align-items: center;
  display: flex;
  gap: 14px;
  min-height: 32px;
}

.gusto-cms-dashboard-card__title img {
  display: block;
  height: 24px;
  object-fit: contain;
  width: 28px;
}

.gusto-cms-dashboard-card__title h2 {
  font-size: 22px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.1;
  margin: 0;
}

.gusto-cms-dashboard-list {
  display: grid;
  gap: 12px;
  margin: 20px 0 0;
  padding: 0;
}

.gusto-cms-dashboard-list li {
  align-items: center;
  color: #9a9a9a;
  display: flex;
  font-size: 14px;
  font-weight: 700;
  gap: 14px;
  justify-content: space-between;
  line-height: 1.3;
  list-style: none;
  min-width: 0;
}

.gusto-cms-dashboard-item {
  align-items: center;
  appearance: none;
  background: transparent;
  border: 0;
  border-radius: 8px;
  color: inherit;
  cursor: pointer;
  display: flex;
  font: inherit;
  gap: 14px;
  justify-content: space-between;
  margin: -5px -8px;
  min-width: 0;
  padding: 5px 8px;
  text-align: left;
  width: calc(100% + 16px);
}

.gusto-cms-dashboard-item:hover {
  background: #f5f5f5;
  color: #24242a;
}

.gusto-cms-dashboard-item:focus-visible {
  outline: 2px solid rgba(230, 75, 80, 0.35);
  outline-offset: 2px;
}

.gusto-cms-dashboard-list li.is-empty,
.gusto-cms-dashboard-list .is-empty {
  color: #b5b5b5;
  font-weight: 600;
}

.gusto-cms-dashboard-rank {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.gusto-cms-dashboard-metric {
  flex: 0 0 auto;
  font-size: 13px;
  font-weight: 800;
  white-space: nowrap;
}

.gusto-cms-dashboard-metric.is-positive {
  color: #17c9a0;
}

.gusto-cms-dashboard-metric.is-negative {
  color: #ff5c6c;
}

.gusto-cms-dashboard-metric.is-neutral {
  color: #a1a1aa;
}

.gusto-cms-dashboard-link {
  align-self: end;
  appearance: none;
  background: transparent;
  border: 0;
  color: #e64b50;
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
  justify-self: end;
  line-height: 1.2;
  margin-top: 16px;
  padding: 0;
}

.gusto-cms-dashboard-link:hover {
  color: #c83f45;
}

.gusto-cms-dashboard-jump {
  box-shadow: 0 0 0 3px rgba(230, 75, 80, 0.2) !important;
  transition: box-shadow 180ms ease;
}

body[data-gusto-cms-view="banners"] .gusto-cms-shell > main > div.grid {
  display: none !important;
}

body[data-gusto-cms-view="banners"] .gusto-cms-shell > main > section.grid:first-child {
  display: none !important;
}

body[data-gusto-cms-view="banners"] .gusto-cms-shell #gusto-cms-banners {
  margin-top: 0;
}

body[data-gusto-cms-view="catalog"] .gusto-cms-shell #gusto-cms-banners,
body[data-gusto-cms-view="images"] .gusto-cms-shell #gusto-cms-banners {
  display: none !important;
}

.gusto-cms-shell #gusto-cms-banners {
  margin-top: 32px;
}

.gusto-cms-header-save {
  align-items: center;
  appearance: none;
  background: #e9e9e9 !important;
  border: 0 !important;
  border-radius: 999px !important;
  color: #9a9a9a !important;
  cursor: default;
  display: none;
  font-size: 14px !important;
  font-weight: 700 !important;
  justify-content: center;
  min-height: 38px !important;
  padding: 0 24px !important;
  white-space: nowrap;
}

body[data-gusto-cms-view="banners"] .gusto-cms-header-save {
  display: inline-flex;
}

body[data-gusto-cms-view="catalog"] .gusto-cms-header-save {
  background: #bfbfbf !important;
  border-radius: 25px !important;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.25) !important;
  color: #ffffff !important;
  display: inline-flex;
  font-weight: 500 !important;
  gap: 8px !important;
  height: 36px !important;
  line-height: 20px !important;
  min-height: 36px !important;
  padding: 8px 12px !important;
}

body[data-gusto-cms-view="catalog"] .gusto-cms-header-save.is-dirty,
body[data-gusto-cms-view="catalog"] .gusto-cms-header-save[data-gusto-cms-save-ready="true"],
.gusto-cms-header-save.is-dirty {
  background: #e64b50 !important;
  color: #ffffff !important;
  cursor: pointer;
}

body[data-gusto-cms-view="catalog"] .gusto-cms-header-save:disabled,
body[data-gusto-cms-view="catalog"] .gusto-cms-header-save[aria-disabled="true"] {
  background: #bfbfbf !important;
  color: #ffffff !important;
  cursor: default;
}

.gusto-cms-header-save:disabled {
  opacity: 1;
}

.gusto-cms-feedback {
  font-family: Montserrat, sans-serif;
  inset: 0;
  pointer-events: none;
  position: fixed;
  z-index: 2147483500;
}

.gusto-cms-toast {
  align-items: center;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 25px;
  box-shadow: 2px 0 14.25px rgba(0, 0, 0, 0.14);
  color: #858585;
  display: flex;
  font-size: 16px;
  font-weight: 600;
  gap: 8px;
  justify-content: center;
  left: 50%;
  line-height: 24px;
  min-height: 58px;
  min-width: 211px;
  opacity: 0;
  padding: 17px;
  position: fixed;
  text-align: center;
  top: 24px;
  transform: translate(-50%, -10px) scale(0.98);
  transition: opacity 180ms ease, transform 180ms ease;
  white-space: nowrap;
}

.gusto-cms-toast.is-visible {
  opacity: 1;
  transform: translate(-50%, 0) scale(1);
}

.gusto-cms-toast.has-icon {
  flex-direction: column;
  min-height: 109px;
}

.gusto-cms-toast__icon {
  align-items: center;
  border-radius: 999px;
  display: none;
  height: 43px;
  justify-content: center;
  line-height: 1;
  width: 43px;
}

.gusto-cms-toast.has-icon .gusto-cms-toast__icon {
  display: inline-flex;
}

.gusto-cms-toast__icon svg,
.gusto-cms-toast__icon img {
  display: block;
  height: 100%;
  object-fit: contain;
  width: 100%;
}

.gusto-cms-toast.is-saved .gusto-cms-toast__icon {
  height: 36px;
  width: 36px;
}

.gusto-cms-toast.is-deleted .gusto-cms-toast__icon {
  height: 43px;
  width: 40px;
}

.gusto-cms-toast.is-error .gusto-cms-toast__icon {
  background: #ee0000;
  color: #ffffff;
  height: 36px;
  width: 36px;
}

.gusto-cms-toast.is-error .gusto-cms-toast__icon svg {
  fill: currentColor;
  height: 24px;
  width: 24px;
}

.gusto-cms-alert {
  align-items: center;
  background: rgba(16, 16, 18, 0.42);
  backdrop-filter: blur(9px);
  display: flex;
  inset: 0;
  justify-content: center;
  padding: 24px;
  pointer-events: auto;
  position: fixed;
  z-index: 2147483600;
}

.gusto-cms-alert[hidden] {
  display: none !important;
}

.gusto-cms-alert__card,
body[data-gusto-cms-view] .gusto-cms-native-dialog {
  background: #ffffff !important;
  border: 1px solid rgba(0, 0, 0, 0.08) !important;
  border-radius: 18px !important;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.22), 0 8px 26px rgba(0, 0, 0, 0.12) !important;
  box-sizing: border-box;
  color: #000000 !important;
  display: flex !important;
  flex-direction: column !important;
  font-family: Montserrat, sans-serif !important;
  gap: 18px !important;
  max-width: calc(100vw - 32px) !important;
  opacity: 0;
  padding: 22px !important;
  transform: translateY(10px) scale(0.97);
  transition: opacity 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.gusto-cms-alert.is-open .gusto-cms-alert__card,
body[data-gusto-cms-view] .gusto-cms-native-dialog {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.gusto-cms-alert__card {
  pointer-events: auto;
  width: min(100%, 420px);
}

.gusto-cms-alert__card.is-wide {
  width: min(100%, 480px);
}

.gusto-cms-alert__head {
  align-items: flex-start;
  display: flex;
  gap: 14px;
}

.gusto-cms-alert__icon {
  align-items: center;
  background: #f2f2f2;
  border-radius: 999px;
  color: #1b1b1d;
  display: inline-flex;
  flex: 0 0 38px;
  font-size: 20px;
  font-weight: 800;
  height: 38px;
  justify-content: center;
  line-height: 1;
  margin-top: 1px;
  width: 38px;
}

.gusto-cms-alert__icon.is-danger {
  background: #ffe8e8;
  color: #e60000;
}

.gusto-cms-alert__icon.is-success {
  background: #e8f8e8;
  color: #00a303;
}

.gusto-cms-alert__copy {
  display: grid;
  gap: 6px;
  min-width: 0;
}

.gusto-cms-alert__title,
.gusto-cms-alert__message,
body[data-gusto-cms-view] .gusto-cms-native-dialog h2,
body[data-gusto-cms-view] .gusto-cms-native-dialog p {
  letter-spacing: 0 !important;
  margin: 0 !important;
}

.gusto-cms-alert__title,
body[data-gusto-cms-view] .gusto-cms-native-dialog h2 {
  color: #000000 !important;
  font-size: 18px !important;
  font-weight: 800 !important;
  line-height: 24px !important;
}

.gusto-cms-alert__message,
body[data-gusto-cms-view] .gusto-cms-native-dialog p {
  color: #5f6368 !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 20px !important;
}

.gusto-cms-alert__field {
  display: grid;
  gap: 12px;
  position: relative;
}

.gusto-cms-alert__field[hidden] {
  display: none !important;
}

.gusto-cms-alert__field span {
  color: #000000;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

.gusto-cms-alert__field::after {
  border-bottom: 2px solid #858585;
  border-right: 2px solid #858585;
  bottom: 15px;
  content: "";
  height: 8px;
  pointer-events: none;
  position: absolute;
  right: 17px;
  transform: rotate(45deg);
  width: 8px;
}

.gusto-cms-alert__field select {
  appearance: none;
  background: #ffffff;
  border: 1px solid #d7dce3;
  border-radius: 50px;
  color: #151515;
  font-size: 16px;
  height: 38px;
  line-height: 24px;
  padding: 7px 36px 7px 16px;
  width: 100%;
}

.gusto-cms-alert__actions,
body[data-gusto-cms-view] .gusto-cms-native-dialog > div:last-child {
  align-items: center !important;
  display: flex !important;
  gap: 10px !important;
  justify-content: flex-end !important;
  width: 100% !important;
}

.gusto-cms-alert__button,
body[data-gusto-cms-view] .gusto-cms-native-dialog__button {
  align-items: center !important;
  appearance: none !important;
  border: 1px solid rgba(255, 255, 255, 0.2) !important;
  border-radius: 25px !important;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.16) !important;
  cursor: pointer !important;
  display: inline-flex !important;
  flex: 0 1 auto !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  height: 36px !important;
  justify-content: center !important;
  line-height: 20px !important;
  min-width: 110px !important;
  padding: 8px 16px !important;
  transition: background-color 160ms ease, border-color 160ms ease, box-shadow 160ms ease, color 160ms ease, filter 160ms ease, opacity 160ms ease, transform 120ms ease !important;
  user-select: none !important;
  white-space: nowrap !important;
}

.gusto-cms-alert__button:hover,
body[data-gusto-cms-view] .gusto-cms-native-dialog__button:hover {
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.18) !important;
  filter: brightness(0.97);
  transform: translateY(-1px) !important;
}

.gusto-cms-alert__button:active,
.gusto-cms-alert__button.is-pressed,
body[data-gusto-cms-view] .gusto-cms-native-dialog__button:active {
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.18) !important;
  filter: brightness(0.92);
  transform: translateY(1px) scale(0.98) !important;
}

.gusto-cms-alert__button:focus-visible,
body[data-gusto-cms-view] .gusto-cms-native-dialog__button:focus-visible {
  outline: 2px solid rgba(230, 75, 80, 0.55) !important;
  outline-offset: 3px !important;
}

.gusto-cms-alert__button.is-ghost,
body[data-gusto-cms-view] .gusto-cms-native-dialog__button.is-ghost {
  background: #f0f0f0 !important;
  color: #363636 !important;
}

.gusto-cms-alert__button.is-black,
body[data-gusto-cms-view] .gusto-cms-native-dialog__button.is-black {
  background: #000000 !important;
  color: #ffffff !important;
}

.gusto-cms-alert__button.is-danger,
body[data-gusto-cms-view] .gusto-cms-native-dialog__button.is-danger {
  background: #ee0000 !important;
  color: #ffffff !important;
}

.gusto-cms-alert__button.is-success,
body[data-gusto-cms-view] .gusto-cms-native-dialog__button.is-success {
  background: #00c103 !important;
  color: #ffffff !important;
}

.gusto-cms-banner-page {
  align-items: start;
  box-sizing: border-box;
  color: #24242a;
  display: grid;
  gap: clamp(18px, 2.6vw, 96px);
  grid-template-columns: clamp(280px, 14vw, 309px) minmax(500px, 1fr) minmax(250px, 354px);
  justify-content: space-between;
  min-height: min(760px, calc(100vh - 124px));
  padding: 4px 0 36px;
}

.gusto-cms-banner-page * {
  box-sizing: border-box;
}

.gusto-cms-banner-list-panel {
  align-content: stretch;
  background: #ffffff;
  border: 1px solid #e7e7e7;
  border-radius: 18px;
  box-shadow: 0 20px 46px rgba(15, 15, 15, 0.07);
  display: flex;
  flex-direction: column;
  gap: 26px;
  height: min(760px, calc(100vh - 124px));
  min-height: 680px;
  overflow: hidden;
  padding: 28px 20px 24px;
}

.gusto-cms-banner-list-panel__header {
  align-items: center;
  background: #ffffff;
  display: flex;
  flex: 0 0 auto;
  gap: 14px;
  justify-content: space-between;
  position: sticky;
  top: 0;
  z-index: 2;
}

.gusto-cms-banner-list-panel__title {
  align-items: center;
  display: flex;
  gap: 12px;
  min-width: 0;
}

.gusto-cms-banner-list-panel__icon {
  align-items: center;
  display: inline-flex;
  flex: 0 0 auto;
  height: 28px;
  justify-content: center;
  width: 32px;
}

.gusto-cms-banner-list-panel__icon img {
  display: block;
  height: 24px;
  object-fit: contain;
  width: 28px;
}

.gusto-cms-banner-list-panel h2 {
  font-size: 24px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.1;
  margin: 0;
}

.gusto-cms-banner-add {
  appearance: none;
  background: transparent;
  border: 0;
  color: #e64b50;
  cursor: pointer;
  flex: 0 0 auto;
  font: inherit;
  font-size: 14px;
  font-weight: 800;
  padding: 0;
}

.gusto-cms-banner-add:hover {
  color: #c83f45;
}

.gusto-cms-banner-page .gusto-cms-banner-list {
  align-content: start;
  align-items: start;
  display: grid;
  flex: 1 1 auto;
  gap: 12px;
  grid-auto-rows: max-content;
  min-height: 0;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
  padding-right: 2px;
  scrollbar-gutter: stable;
  touch-action: pan-y;
  -webkit-overflow-scrolling: touch;
}

.gusto-cms-banner-page .gusto-cms-banner-list button {
  align-items: flex-start;
  appearance: none;
  background: transparent;
  border: 0;
  border-radius: 10px;
  color: #a1a1aa;
  cursor: pointer;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 6px;
  justify-content: stretch;
  min-height: 56px;
  padding: 11px 12px 11px 12px;
  text-align: left;
  transition: background-color 160ms ease, color 160ms ease;
  width: 100%;
}

.gusto-cms-banner-page .gusto-cms-banner-list button > * {
  display: block;
  flex: 0 0 auto;
  margin-left: 0;
  text-align: left;
  width: 100%;
}

.gusto-cms-banner-page .gusto-cms-banner-list button:hover {
  background: #f5f5f5;
  color: #24242a;
}

.gusto-cms-banner-page .gusto-cms-banner-list button.is-selected {
  background: #f1f1f1;
  border-color: transparent;
  color: #24242a;
}

.gusto-cms-banner-page .gusto-cms-banner-list strong {
  color: inherit;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.2;
}

.gusto-cms-banner-page .gusto-cms-banner-list span {
  color: #a1a1aa;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.25;
}

.gusto-cms-banner-page .gusto-cms-banner-editor {
  align-self: center;
  border: 0;
  border-radius: 0;
  display: grid;
  gap: 28px;
  grid-template-columns: 1fr;
  padding: 0;
}

.gusto-cms-banner-page .gusto-cms-banner-editor.is-empty {
  align-self: start;
  padding-top: 120px;
}

.gusto-cms-banner-page .gusto-cms-banner-form-grid {
  display: grid;
  gap: clamp(18px, 3vw, 78px);
  grid-template-columns: repeat(2, minmax(240px, 1fr));
}

.gusto-cms-banner-form-column {
  align-content: start;
  display: grid;
  gap: 23px;
  min-width: 0;
}

.gusto-cms-banner-page .gusto-cms-banner-field {
  display: grid;
  gap: 9px;
}

.gusto-cms-banner-page .gusto-cms-banner-field.is-hidden {
  display: none;
}

.gusto-cms-banner-page .gusto-cms-banner-field label,
.gusto-cms-banner-page .gusto-cms-banner-toggle span {
  color: #24242a;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.2;
}

.gusto-cms-banner-page .gusto-cms-banner-field input,
.gusto-cms-banner-page .gusto-cms-banner-field select,
.gusto-cms-banner-page .gusto-cms-banner-field textarea {
  background: #ffffff;
  border: 1px solid #e5e5e5;
  border-radius: 12px;
  color: #24242a;
  font: inherit;
  font-size: 14px;
  min-height: 42px;
  outline: none;
  padding: 10px 13px;
  width: 100%;
}

.gusto-cms-banner-page .gusto-cms-banner-field select {
  appearance: none;
  background-image:
    linear-gradient(45deg, transparent 50%, #6f6f76 50%),
    linear-gradient(135deg, #6f6f76 50%, transparent 50%);
  background-position:
    calc(100% - 21px) 50%,
    calc(100% - 15px) 50%;
  background-repeat: no-repeat;
  background-size: 6px 6px, 6px 6px;
  padding-right: 42px;
}

.gusto-cms-banner-page .gusto-cms-banner-field input:focus,
.gusto-cms-banner-page .gusto-cms-banner-field select:focus,
.gusto-cms-banner-page .gusto-cms-banner-field textarea:focus {
  border-color: rgba(230, 75, 80, 0.55);
  box-shadow: 0 0 0 3px rgba(230, 75, 80, 0.1);
}

.gusto-cms-banner-page .gusto-cms-banner-field textarea {
  min-height: 100px;
  resize: vertical;
}

.gusto-cms-banner-page .gusto-cms-banner-toggle {
  align-items: center;
  display: inline-flex;
  gap: 9px;
}

.gusto-cms-banner-page .gusto-cms-banner-toggle input {
  accent-color: #e64b50;
  height: 17px;
  width: 17px;
}

.gusto-cms-banner-image-row {
  align-items: center;
  display: grid;
  gap: 10px;
  grid-template-columns: minmax(0, 1fr) auto;
}

.gusto-cms-banner-upload {
  align-items: center;
  background: #f1f1f1;
  border-radius: 999px;
  color: #24242a !important;
  cursor: pointer;
  display: inline-flex;
  font-size: 13px !important;
  font-weight: 800 !important;
  justify-content: center;
  min-height: 40px;
  padding: 0 16px;
  white-space: nowrap;
}

.gusto-cms-banner-upload input {
  display: none;
}

.gusto-cms-banner-page .gusto-cms-banner-schedule {
  display: grid;
  gap: 11px;
}

.gusto-cms-banner-page .gusto-cms-banner-days {
  display: grid;
  gap: 7px;
  grid-template-columns: repeat(7, minmax(0, 1fr));
}

.gusto-cms-banner-page .gusto-cms-banner-day span {
  background: #ffffff;
  border: 1px solid #e5e5e5;
  border-radius: 9px;
  color: #8b8b93;
  font-size: 11px;
  font-weight: 800;
  min-height: 32px;
}

.gusto-cms-banner-page .gusto-cms-banner-day input:checked + span {
  background: #fff1f1;
  border-color: #e64b50;
  color: #e64b50;
}

.gusto-cms-banner-page .gusto-cms-banner-time-grid {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.gusto-cms-banner-page .gusto-cms-banner-note {
  color: #a1a1aa;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.35;
  margin: 0;
}

.gusto-cms-banner-page .gusto-cms-banner-actions {
  display: flex;
  gap: 10px;
  justify-content: flex-end;
}

.gusto-cms-banner-page .gusto-cms-banner-button {
  border-radius: 999px;
  min-height: 38px;
  padding: 0 18px;
}

.gusto-cms-banner-page .gusto-cms-banner-preview {
  align-content: start;
  aspect-ratio: auto;
  background: #ffffff;
  border: 1px solid #e7e7e7;
  border-radius: 18px;
  color: #24242a;
  display: grid;
  gap: 24px;
  min-height: 620px;
  overflow: visible;
  padding: 24px 16px;
}

.gusto-cms-banner-page .gusto-cms-banner-preview h2 {
  font-size: 20px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.1;
  margin: 0;
}

.gusto-cms-banner-page .gusto-cms-banner-preview__viewport {
  align-items: start;
  background: transparent;
  display: flex;
  height: auto;
  justify-content: center;
  padding: 0;
  position: relative;
}

.gusto-cms-banner-page .gusto-cms-banner-preview__backdrop {
  display: none;
}

.gusto-cms-banner-page .gusto-cms-banner-preview__stage {
  display: flex;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
}

.gusto-cms-banner-page .gusto-cms-banner-preview .gusto-menu-banner {
  border-radius: 28px;
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.22);
  max-width: min(100%, 318px);
}

.gusto-cms-banner-page .gusto-cms-banner-preview .gusto-menu-banner__content {
  min-height: 116px;
  padding: 18px;
}

.gusto-cms-banner-page .gusto-cms-banner-preview .gusto-menu-banner__title {
  font-size: 22px;
}

.gusto-cms-banner-preview__placeholder {
  align-items: center;
  background: #f5f5f5;
  border-radius: 14px;
  color: #a1a1aa;
  display: flex;
  font-size: 14px;
  font-weight: 700;
  justify-content: center;
  min-height: 220px;
  text-align: center;
}

body[data-gusto-cms-view="catalog"] .gusto-cms-shell > main {
  box-sizing: border-box;
  height: 100vh;
  overflow: hidden;
  padding-bottom: 28px !important;
}

body[data-gusto-cms-view="catalog"] .gusto-cms-catalog-layout,
body[data-gusto-cms-view="catalog"] .gusto-cms-shell > main > div.grid {
  align-items: start !important;
  display: grid !important;
  gap: clamp(16px, 1.8vw, 56px) !important;
  grid-template-columns: minmax(260px, 323px) minmax(480px, 1fr) minmax(244px, 280px) !important;
  height: clamp(420px, calc(100dvh - 220px), 760px);
  margin-top: 32px !important;
  max-height: calc(100dvh - 220px);
  min-height: 0;
}

.gusto-cms-catalog-layout > div {
  height: 100%;
  min-height: 0;
  min-width: 0;
}

.gusto-cms-catalog-categories,
.gusto-cms-catalog-inspector {
  background: #ffffff !important;
  border: 1px solid #e7e7e7 !important;
  border-radius: 18px !important;
  box-shadow: 0 20px 46px rgba(15, 15, 15, 0.07) !important;
  gap: 0 !important;
  overflow: hidden;
}

.gusto-cms-catalog-categories {
  height: 100%;
  min-height: 0;
  overflow: hidden !important;
}

.gusto-cms-catalog-categories > :not(.gusto-cms-catalog-category-panel),
.gusto-cms-catalog-products > :not(.gusto-cms-catalog-product-grid):not(.gusto-cms-catalog-product-toolbar) {
  display: none !important;
}

body[data-gusto-cms-view="catalog"] .gusto-cms-shell > main > div.grid > div:nth-child(3):not(.gusto-cms-catalog-inspector) {
  opacity: 0 !important;
  pointer-events: none !important;
  visibility: hidden !important;
}

.gusto-cms-catalog-category-panel {
  box-sizing: border-box;
  display: grid;
  gap: 25px;
  grid-template-rows: auto minmax(0, 1fr);
  height: 100%;
  min-height: 0;
  overflow: hidden;
  padding: 28px 20px 24px;
}

.gusto-cms-catalog-category-panel__header,
.gusto-cms-catalog-category-panel__title {
  align-items: center;
  display: flex;
  gap: 12px;
  min-width: 0;
}

.gusto-cms-catalog-category-panel__header {
  background: #ffffff;
  flex: 0 0 auto;
  justify-content: space-between;
  position: sticky;
  top: 0;
  z-index: 2;
}

.gusto-cms-catalog-category-panel__title img {
  display: block;
  height: 24px;
  object-fit: contain;
  width: 28px;
}

.gusto-cms-catalog-category-panel__title h2 {
  color: #24242a;
  font-size: 24px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.1;
  margin: 0;
}

.gusto-cms-catalog-category-panel__header button {
  appearance: none;
  background: transparent;
  border: 0;
  color: #e64b50;
  cursor: pointer;
  flex: 0 0 auto;
  font: inherit;
  font-size: 14px;
  font-weight: 800;
  padding: 0;
}

.gusto-cms-catalog-category-panel__header button:hover {
  color: #c83f45;
}

.gusto-cms-catalog-category-list {
  align-content: start;
  display: grid;
  gap: 11px;
  min-height: 0;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
  padding-bottom: 18px;
  padding-right: 2px;
  scrollbar-gutter: stable;
  touch-action: pan-y;
  -webkit-overflow-scrolling: touch;
}

.gusto-cms-catalog-category-list button {
  align-items: center;
  appearance: none;
  background: transparent;
  border: 0;
  border-radius: 12px;
  color: #24242a;
  cursor: pointer;
  display: grid;
  gap: 12px;
  grid-template-columns: 18px 50px minmax(0, 1fr);
  min-height: 62px;
  padding: 6px 10px;
  position: relative;
  text-align: left;
  transition: background-color 160ms ease, box-shadow 160ms ease, color 160ms ease, opacity 160ms ease, transform 140ms ease;
  width: 100%;
}

.gusto-cms-catalog-category-list button:hover {
  background: #f5f5f5;
}

.gusto-cms-catalog-category-list button.is-selected {
  background: #f1f1f1;
}

.gusto-cms-catalog-category-thumb {
  background: #000000;
  border-radius: 999px;
  display: block;
  height: 50px;
  overflow: hidden;
  width: 50px;
}

.gusto-cms-catalog-category-thumb img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.gusto-cms-catalog-category-copy {
  display: grid;
  gap: 4px;
  min-width: 0;
}

.gusto-cms-catalog-category-copy strong {
  color: inherit;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.gusto-cms-catalog-category-copy small {
  color: #8b8b93;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.15;
}

.gusto-cms-catalog-products {
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  display: block !important;
  gap: 0 !important;
  height: 100%;
  min-height: 0;
  overflow: hidden !important;
  position: relative;
}

.gusto-cms-catalog-product-toolbar {
  align-items: center;
  display: flex;
  height: 30px;
  justify-content: flex-end;
  margin-bottom: 18px;
  padding-right: 10px;
}

.gusto-cms-catalog-product-toolbar button {
  appearance: none;
  background: transparent;
  border: 0;
  color: #e64b50;
  cursor: pointer;
  font: inherit;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.2;
  padding: 0;
}

.gusto-cms-catalog-product-toolbar button:hover {
  color: #c83f45;
}

.gusto-cms-catalog-product-grid {
  align-content: start;
  display: grid;
  column-gap: 18px;
  row-gap: 25px;
  grid-template-columns: repeat(auto-fill, 146px);
  height: calc(100% - 48px);
  justify-content: start;
  overflow-y: auto;
  overscroll-behavior: contain;
  padding-right: 10px;
  scrollbar-gutter: stable;
}

.gusto-cms-catalog-product-grid button {
  appearance: none;
  background: transparent;
  border: 0;
  border-radius: 12px;
  color: #24242a;
  cursor: pointer;
  display: grid;
  gap: 7px;
  padding: 0;
  position: relative;
  text-align: left;
  width: 146px;
}

.gusto-cms-catalog-drag-handle {
  align-self: center;
  color: #b8b8be;
  cursor: grab;
  display: inline-flex;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 800;
  justify-content: center;
  letter-spacing: 0;
  line-height: 1;
  opacity: 0.78;
  user-select: none;
}

.gusto-cms-catalog-product-grid .gusto-cms-catalog-drag-handle {
  align-items: center;
  background: rgba(255, 255, 255, 0.86);
  border-radius: 999px;
  box-shadow: 0 4px 12px rgba(15, 15, 15, 0.12);
  height: 28px;
  left: 8px;
  position: absolute;
  top: 8px;
  width: 28px;
  z-index: 2;
}

.gusto-cms-catalog-category-list button[draggable="true"]:active .gusto-cms-catalog-drag-handle,
.gusto-cms-catalog-product-grid button[draggable="true"]:active .gusto-cms-catalog-drag-handle {
  cursor: grabbing;
}

.gusto-cms-catalog-category-list button.is-dragging,
.gusto-cms-catalog-product-grid button.is-dragging {
  opacity: 0.58;
  transform: scale(0.985);
}

body[data-gusto-catalog-dragging-type] .gusto-cms-catalog-category-list button,
body[data-gusto-catalog-dragging-type] .gusto-cms-catalog-product-grid button {
  transition-duration: 110ms !important;
}

body[data-gusto-catalog-dragging-type="category"] .gusto-cms-catalog-category-list button:not(.is-dragging),
body[data-gusto-catalog-dragging-type="product"] .gusto-cms-catalog-product-grid button:not(.is-dragging) {
  cursor: grabbing;
}

.gusto-cms-catalog-category-list button.is-drag-over,
.gusto-cms-catalog-product-grid button.is-drag-over {
  box-shadow: inset 0 0 0 2px rgba(230, 75, 80, 0.28), 0 8px 18px rgba(15, 15, 15, 0.08);
}

.gusto-cms-catalog-category-list button.is-drag-over::before,
.gusto-cms-catalog-product-grid button.is-drag-over::before {
  background: #e64b50;
  border-radius: 999px;
  content: "";
  position: absolute;
}

.gusto-cms-catalog-category-list button.is-drag-over::before {
  height: 3px;
  left: 10px;
  right: 10px;
  top: -7px;
}

.gusto-cms-catalog-category-list button.is-drag-over.is-drop-after::before {
  bottom: -7px;
  top: auto;
}

.gusto-cms-catalog-product-grid button.is-drag-over::before {
  bottom: -12px;
  height: 3px;
  left: 0;
  right: 0;
}

.gusto-cms-catalog-product-grid button.is-drag-over:not(.is-drop-after)::before {
  bottom: auto;
  top: -12px;
}

.gusto-cms-catalog-product-grid button:hover .gusto-cms-catalog-product-image {
  box-shadow: 0 0 0 3px rgba(230, 75, 80, 0.18);
  transform: translateY(-1px);
}

.gusto-cms-catalog-product-grid button.is-selected .gusto-cms-catalog-product-image {
  box-shadow: 0 0 0 3px rgba(230, 75, 80, 0.45);
}

.gusto-cms-catalog-product-grid button.is-selected .gusto-cms-catalog-product-meta strong {
  color: #e64b50;
}

.gusto-cms-catalog-product-grid button.is-hidden-product {
  opacity: 0.46;
}

.gusto-cms-catalog-product-image {
  background: #eeeeee;
  border-radius: 10px;
  display: block;
  height: 194px;
  overflow: hidden;
  transition: box-shadow 160ms ease, transform 160ms ease;
  width: 146px;
}

.gusto-cms-catalog-product-image img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.gusto-cms-catalog-product-meta {
  align-items: start;
  display: grid;
  gap: 4px;
  grid-template-columns: minmax(0, 1fr) auto;
  min-width: 0;
}

.gusto-cms-catalog-product-meta strong,
.gusto-cms-catalog-product-meta small {
  font-size: 13px;
  line-height: 1.15;
}

.gusto-cms-catalog-product-meta strong {
  color: #24242a;
  font-weight: 800;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.gusto-cms-catalog-product-meta small {
  color: #8b8b93;
  font-weight: 700;
  white-space: nowrap;
}

.gusto-cms-catalog-product-empty {
  align-items: center;
  background: #f5f5f5;
  border-radius: 12px;
  color: #8b8b93;
  display: flex;
  font-size: 14px;
  font-weight: 700;
  min-height: 180px;
  padding: 20px;
  text-align: center;
}

.gusto-cms-catalog-inspector {
  align-self: start !important;
  height: 100%;
  max-height: none;
  overflow: auto !important;
}

.gusto-cms-catalog-inspector.is-category {
  align-self: center !important;
  border-radius: 18px !important;
  height: auto;
  justify-self: end !important;
  max-height: calc(100vh - 180px);
  min-height: 0;
  overflow: auto !important;
  padding: 0 !important;
  width: min(244px, 100%) !important;
}

.gusto-cms-catalog-inspector > div:first-child {
  border-bottom: 0 !important;
  padding: 28px 24px 12px !important;
}

.gusto-cms-catalog-inspector.is-category > div:first-child {
  padding: 20px 16px 8px !important;
}

.gusto-cms-catalog-inspector > div:first-child p {
  display: none !important;
}

.gusto-cms-catalog-inspector h1,
.gusto-cms-catalog-inspector h2,
.gusto-cms-catalog-inspector h3,
.gusto-cms-catalog-inspector h4 {
  color: #24242a !important;
  font-size: 15px !important;
  font-weight: 800 !important;
  letter-spacing: 0 !important;
  line-height: 1.2 !important;
}

.gusto-cms-catalog-inspector.is-category h1,
.gusto-cms-catalog-inspector.is-category h2,
.gusto-cms-catalog-inspector.is-category h3,
.gusto-cms-catalog-inspector.is-category h4 {
  color: #a1a1aa !important;
  font-size: 12px !important;
  font-weight: 800 !important;
}

.gusto-cms-catalog-inspector > div:last-child {
  padding: 12px 24px 28px !important;
}

.gusto-cms-catalog-inspector:not(.is-category):not(.is-product) > div:last-child {
  visibility: hidden !important;
}

.gusto-cms-catalog-inspector.is-syncing > div:last-child {
  opacity: 0 !important;
  pointer-events: none !important;
  visibility: hidden !important;
}

.gusto-cms-catalog-inspector [role="tablist"],
.gusto-cms-catalog-inspector [role="tabpanel"]:not([data-state="active"]),
.gusto-cms-catalog-inspector [role="tabpanel"][hidden] {
  display: none !important;
}

.gusto-cms-catalog-inspector.is-category > div:last-child {
  padding: 0 16px 16px !important;
}

.gusto-cms-catalog-inspector [role="tab"] {
  border-radius: 999px !important;
}

.gusto-cms-catalog-inspector input,
.gusto-cms-catalog-inspector textarea,
.gusto-cms-catalog-inspector button[role="combobox"] {
  border-radius: 10px !important;
}

.gusto-cms-catalog-inspector.is-product {
  align-self: start !important;
  border-radius: 18px !important;
  display: flex !important;
  flex-direction: column !important;
  height: 100%;
  justify-self: end !important;
  max-height: calc(100dvh - 220px);
  min-height: 0;
  overflow: hidden !important;
  padding: 0 !important;
  scrollbar-gutter: stable;
  width: min(280px, 100%) !important;
}

.gusto-cms-catalog-inspector.is-product > div:first-child {
  flex: 0 0 auto;
  padding: 16px 16px 0 !important;
}

.gusto-cms-catalog-inspector.is-product h1,
.gusto-cms-catalog-inspector.is-product h2,
.gusto-cms-catalog-inspector.is-product h3,
.gusto-cms-catalog-inspector.is-product h4 {
  color: #949494 !important;
  font-size: 14px !important;
  font-weight: 700 !important;
}

.gusto-cms-catalog-inspector.is-product > div:last-child {
  flex: 1 1 auto;
  min-height: 0;
  overflow-x: hidden !important;
  overflow-y: auto !important;
  overscroll-behavior: contain;
  padding: 12px 16px 16px !important;
  scrollbar-gutter: stable;
  -webkit-overflow-scrolling: touch;
}

.gusto-cms-catalog-inspector.is-product [role="tabpanel"][data-state="active"] {
  display: block !important;
  min-height: 0;
}

.gusto-cms-catalog-inspector.is-product [role="tabpanel"][data-state="active"] > div {
  display: flex !important;
  flex-direction: column !important;
  gap: 10px !important;
  min-height: max-content;
  padding-bottom: 36px !important;
}

.gusto-cms-catalog-inspector.is-product [role="tabpanel"][data-state="active"] > div > :first-child {
  background: transparent !important;
  border: 0 !important;
  display: grid !important;
  gap: 8px !important;
  order: 1;
  padding: 0 !important;
}

.gusto-cms-catalog-inspector.is-product [role="tabpanel"][data-state="active"] > div > :first-child > div:first-of-type {
  aspect-ratio: auto !important;
  background: #000000 !important;
  border-radius: 14px !important;
  height: 260px !important;
  overflow: hidden !important;
  width: 100% !important;
}

.gusto-cms-catalog-inspector.is-product [role="tabpanel"][data-state="active"] > div > :first-child > div:first-of-type img {
  height: 100% !important;
  object-fit: cover !important;
  width: 100% !important;
}

.gusto-cms-catalog-inspector.is-product [role="tabpanel"][data-state="active"] > div > :first-child > div:first-of-type > div {
  display: none !important;
}

.gusto-cms-catalog-inspector.is-product [role="tabpanel"][data-state="active"] > div > :first-child > div:last-child {
  display: block !important;
  margin-top: 0 !important;
  width: 100% !important;
}

.gusto-cms-catalog-inspector.is-product [role="tabpanel"][data-state="active"] > div > :first-child > div:last-child > div:first-child {
  display: none !important;
}

.gusto-cms-catalog-inspector.is-product [role="tabpanel"][data-state="active"] > div > :first-child button {
  background: #ffffff !important;
  border: 1px solid #dfe3ea !important;
  border-radius: 999px !important;
  color: #949494 !important;
  font-size: 0 !important;
  font-weight: 700 !important;
  height: 38px !important;
  justify-content: center !important;
  padding: 0 14px !important;
  width: 100% !important;
}

.gusto-cms-catalog-inspector.is-product [role="tabpanel"][data-state="active"] > div > :first-child button svg,
.gusto-cms-catalog-inspector.is-product [role="tabpanel"][data-state="active"] > div > :first-child button img,
.gusto-cms-catalog-inspector.is-product [role="tabpanel"][data-state="active"] > div > :first-child button [data-icon] {
  display: none !important;
}

.gusto-cms-catalog-inspector.is-product [role="tabpanel"][data-state="active"] > div > :first-child button::before {
  content: "+";
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
}

.gusto-cms-catalog-inspector.is-product [role="tabpanel"][data-state="active"] > div > :first-child button::after {
  content: "Carica nuova immagine";
  font-size: 14px;
}

.gusto-cms-catalog-inspector.is-product [role="tabpanel"][data-state="active"] > div > :nth-child(2) {
  order: 2;
}

.gusto-cms-catalog-inspector.is-product [role="tabpanel"][data-state="active"] > div > :nth-child(3) {
  display: grid !important;
  gap: 0 !important;
  grid-template-columns: 1fr !important;
  order: 6;
}

.gusto-cms-catalog-inspector.is-product [role="tabpanel"][data-state="active"] > div > :nth-child(3) > :nth-child(2),
.gusto-cms-catalog-inspector.is-product [role="tabpanel"][data-state="active"] > div > :nth-child(4),
.gusto-cms-catalog-inspector.is-product [role="tabpanel"][data-state="active"] > div > :nth-child(8),
.gusto-cms-catalog-inspector.is-product [role="tabpanel"][data-state="active"] > div > :nth-child(9) {
  display: none !important;
}

.gusto-cms-catalog-inspector.is-product [role="tabpanel"][data-state="active"] > div > :nth-child(5) {
  order: 3;
}

.gusto-cms-catalog-inspector.is-product [role="tabpanel"][data-state="active"] > div > :nth-child(6) {
  order: 4;
}

.gusto-cms-catalog-inspector.is-product [role="tabpanel"][data-state="active"] > div > :nth-child(7) {
  order: 5;
}

.gusto-cms-catalog-inspector.is-product [role="tabpanel"][data-state="active"] > div > :nth-child(10) {
  display: flex !important;
  gap: 10px !important;
  justify-content: flex-end !important;
  order: 7;
  padding-top: 8px !important;
}

.gusto-cms-catalog-inspector.is-product [role="tabpanel"][data-state="active"] label {
  color: #151515 !important;
  font-size: 15px !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
}

.gusto-cms-catalog-inspector.is-product [role="tabpanel"][data-state="active"] label[for="product-description"] {
  font-size: 0 !important;
}

.gusto-cms-catalog-inspector.is-product [role="tabpanel"][data-state="active"] label[for="product-description"]::before {
  content: "Descrizione";
  font-size: 15px;
}

.gusto-cms-catalog-inspector.is-product [role="tabpanel"][data-state="active"] label[for="product-allergens"] {
  color: #e64b50 !important;
}

.gusto-cms-catalog-inspector.is-product [role="tabpanel"][data-state="active"] input,
.gusto-cms-catalog-inspector.is-product [role="tabpanel"][data-state="active"] textarea {
  background: #ffffff !important;
  border: 1px solid #dfe3ea !important;
  border-radius: 999px !important;
  color: #151515 !important;
  font-size: 14px !important;
  height: 34px !important;
  min-height: 34px !important;
  overflow: hidden !important;
  padding: 7px 10px !important;
  resize: none !important;
}

.gusto-cms-catalog-inspector.is-product [role="tabpanel"][data-state="active"] > div > :nth-child(10) button {
  border: 0 !important;
  border-radius: 999px !important;
  color: #ffffff !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  height: 34px !important;
  padding: 7px 12px !important;
  width: auto !important;
}

.gusto-cms-catalog-inspector.is-product [role="tabpanel"][data-state="active"] > div > :nth-child(10) button:first-child {
  background: #000000 !important;
}

.gusto-cms-catalog-inspector.is-product [role="tabpanel"][data-state="active"] > div > :nth-child(10) button:last-child {
  background: #d50007 !important;
}

.gusto-cms-catalog-inspector.is-category [role="tabpanel"][data-state="active"] > div {
  gap: 14px !important;
}

.gusto-cms-catalog-inspector.is-category [role="tabpanel"][data-state="active"] > div > :first-child {
  background: transparent !important;
  border: 0 !important;
  display: grid !important;
  gap: 10px !important;
  justify-items: center !important;
  padding: 0 !important;
}

.gusto-cms-catalog-inspector.is-category [role="tabpanel"][data-state="active"] > div > :first-child > div:first-of-type {
  aspect-ratio: 1 !important;
  border-radius: 999px !important;
  height: 80px !important;
  width: 80px !important;
}

.gusto-cms-catalog-inspector.is-category [role="tabpanel"][data-state="active"] > div > :first-child > div:first-of-type > div {
  display: none !important;
}

.gusto-cms-catalog-inspector.is-category [role="tabpanel"][data-state="active"] > div > :first-child > div:last-child {
  display: block !important;
  margin-top: 0 !important;
  width: 100% !important;
}

.gusto-cms-catalog-inspector.is-category [role="tabpanel"][data-state="active"] > div > :first-child > div:last-child > div {
  display: none !important;
}

.gusto-cms-catalog-inspector.is-category [role="tabpanel"][data-state="active"] > div > :first-child button {
  background: #ffffff !important;
  border: 1px solid #dfe3ea !important;
  border-radius: 999px !important;
  color: #8b8b93 !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  height: 30px !important;
  justify-content: center !important;
  padding: 0 14px !important;
  width: 100% !important;
}

.gusto-cms-catalog-inspector.is-category [role="tabpanel"][data-state="active"] > div > :first-child button svg,
.gusto-cms-catalog-inspector.is-category [role="tabpanel"][data-state="active"] > div > :first-child button img,
.gusto-cms-catalog-inspector.is-category [role="tabpanel"][data-state="active"] > div > :first-child button [data-icon] {
  display: none !important;
}

.gusto-cms-catalog-inspector.is-category [role="tabpanel"][data-state="active"] > div > :first-child button::before {
  content: "+";
  color: #c8c8ce;
  font-size: 16px;
  line-height: 1;
}

.gusto-cms-catalog-inspector.is-category [role="tabpanel"][data-state="active"] > div > :first-child button {
  font-size: 0 !important;
}

.gusto-cms-catalog-inspector.is-category [role="tabpanel"][data-state="active"] > div > :first-child button::after {
  content: "Carica nuova immagine";
  font-size: 12px;
}

.gusto-cms-catalog-inspector.is-category [role="tabpanel"][data-state="active"] > div > :nth-child(2) label {
  font-size: 13px !important;
  font-weight: 800 !important;
}

.gusto-cms-catalog-inspector.is-category [role="tabpanel"][data-state="active"] > div > :nth-child(2) label {
  font-size: 0 !important;
}

.gusto-cms-catalog-inspector.is-category [role="tabpanel"][data-state="active"] > div > :nth-child(2) label::before {
  content: "Titolo";
  font-size: 13px;
}

.gusto-cms-catalog-inspector.is-category [role="tabpanel"][data-state="active"] > div > :nth-child(2) input {
  background: #ffffff !important;
  border: 1px solid #dfe3ea !important;
  border-radius: 999px !important;
  height: 34px !important;
}

.gusto-cms-catalog-inspector.is-category [role="tabpanel"][data-state="active"] > div > :nth-child(3),
.gusto-cms-catalog-inspector.is-category [role="tabpanel"][data-state="active"] > div > :nth-child(4),
.gusto-cms-catalog-inspector.is-category [role="tabpanel"][data-state="active"] > div > :nth-child(5),
.gusto-cms-catalog-inspector.is-category [role="tabpanel"][data-state="active"] > div > :nth-child(6),
.gusto-cms-catalog-inspector.is-category [role="tabpanel"][data-state="active"] > div > :nth-child(7),
.gusto-cms-catalog-inspector.is-category [role="tabpanel"][data-state="active"] > div > p:last-child {
  display: none !important;
}

.gusto-cms-catalog-inspector.is-category [role="tabpanel"][data-state="active"] > div > :nth-child(8) {
  border: 0 !important;
  gap: 9px !important;
  padding: 0 !important;
}

.gusto-cms-catalog-inspector.is-category [role="tabpanel"][data-state="active"] > div > :nth-child(8) > div {
  display: grid !important;
  gap: 10px !important;
}

.gusto-cms-catalog-inspector.is-category [role="tabpanel"][data-state="active"] > div > :nth-child(8) p:first-child {
  font-size: 0 !important;
  font-weight: 800 !important;
}

.gusto-cms-catalog-inspector.is-category [role="tabpanel"][data-state="active"] > div > :nth-child(8) p:first-child::before {
  content: "Card aggiunte";
  font-size: 13px;
}

.gusto-cms-catalog-inspector.is-category [role="tabpanel"][data-state="active"] > div > :nth-child(8) p:not(:first-child) {
  display: none !important;
}

.gusto-cms-catalog-inspector.is-category [role="tabpanel"][data-state="active"] > div > :nth-child(8) > div:first-child button {
  border-color: #dfe3ea !important;
  border-radius: 999px !important;
  color: #e64b50 !important;
  font-size: 0 !important;
  height: 34px !important;
  width: 100% !important;
}

.gusto-cms-catalog-inspector.is-category [role="tabpanel"][data-state="active"] > div > :nth-child(8) > div:first-child button::before {
  content: "+ Aggiungi";
  font-size: 13px;
}

.gusto-cms-catalog-inspector.is-category [role="tabpanel"][data-state="active"] > div > :nth-child(8) > div:not(:first-child) button {
  border-color: #dfe3ea !important;
  border-radius: 999px !important;
  color: #e64b50 !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  height: 34px !important;
  padding: 0 12px !important;
}

.gusto-cms-catalog-inspector.is-category [role="tabpanel"][data-state="active"] > div > button:last-of-type {
  align-self: end !important;
  background: #ef0000 !important;
  border-radius: 999px !important;
  color: #ffffff !important;
  font-size: 12px !important;
  height: 36px !important;
  margin-top: 16px !important;
  padding: 0 18px !important;
  width: auto !important;
}

body[data-gusto-cms-view] button,
body[data-gusto-cms-view] [role="button"],
body[data-gusto-cms-view] a.gusto-cms-header-export,
.gusto-menu-banner__button,
.gusto-menu-banner__close {
  transition:
    background-color 160ms ease,
    border-color 160ms ease,
    box-shadow 160ms ease,
    color 160ms ease,
    filter 160ms ease,
    opacity 160ms ease,
    transform 120ms ease !important;
}

body[data-gusto-cms-view] button:not(:disabled):not([aria-disabled="true"]):hover,
body[data-gusto-cms-view] [role="button"]:not(:disabled):not([aria-disabled="true"]):hover,
body[data-gusto-cms-view] a.gusto-cms-header-export:hover {
  transform: translateY(-1px);
}

body[data-gusto-cms-view] button:not(:disabled):not([aria-disabled="true"]):active,
body[data-gusto-cms-view] [role="button"]:not(:disabled):not([aria-disabled="true"]):active,
body[data-gusto-cms-view] a.gusto-cms-header-export:active,
.gusto-menu-banner__button:active,
.gusto-menu-banner__close:active {
  transform: translateY(1px) scale(0.98) !important;
}

body[data-gusto-cms-view] button:focus-visible,
body[data-gusto-cms-view] [role="button"]:focus-visible,
body[data-gusto-cms-view] a.gusto-cms-header-export:focus-visible,
.gusto-menu-banner__button:focus-visible,
.gusto-menu-banner__close:focus-visible {
  outline: 2px solid rgba(230, 75, 80, 0.55) !important;
  outline-offset: 3px !important;
}

.gusto-menu-banner__button:hover {
  background: #ffffff;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
  color: #111111;
  transform: translateY(-1px);
}

.gusto-menu-banner__close:hover {
  background: rgba(255, 255, 255, 0.22);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.22);
}

.gusto-cms-shell > header [data-gusto-cms-menu-button="true"]:not(:disabled):hover,
.gusto-cms-shell > header [data-gusto-cms-reset-analytics-button="true"]:not(:disabled):hover,
.gusto-cms-header-export:not(:disabled):hover,
.gusto-cms-header-export:hover,
body[data-gusto-cms-view="catalog"] .gusto-cms-shell > header button:not([data-gusto-cms-menu-button="true"]):not(.gusto-cms-header-save):not(:disabled):hover {
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.22) !important;
  filter: brightness(0.96);
}

.gusto-cms-header-export:not(:disabled):hover,
.gusto-cms-header-export:hover,
.gusto-cms-shell > header [data-gusto-cms-reset-analytics-button="true"]:not(:disabled):hover {
  background: #24242a !important;
}

.gusto-cms-header-export:hover {
  border-color: rgba(255, 255, 255, 0.38) !important;
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.26) !important;
  filter: brightness(1.08);
  transform: translateY(-1px) !important;
}

.gusto-cms-header-export:active,
.gusto-cms-header-export.is-pressed {
  background: #111111 !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.24) !important;
  filter: brightness(0.9);
  transform: translateY(1px) scale(0.97) !important;
}

.gusto-cms-header-export.is-exporting,
.gusto-cms-header-export[aria-disabled="true"] {
  cursor: progress !important;
  opacity: 0.72;
}

.gusto-cms-header-save.is-dirty:not(:disabled):hover,
.gusto-cms-header-save[data-gusto-cms-save-ready="true"]:not(:disabled):hover {
  background: #cf3f45 !important;
  box-shadow: 0 8px 18px rgba(230, 75, 80, 0.34) !important;
}

.gusto-cms-banner-button:not(:disabled):hover,
.gusto-cms-alert__button:not(:disabled):hover,
body[data-gusto-cms-view] .gusto-cms-native-dialog__button:not(:disabled):hover {
  box-shadow: 0 9px 20px rgba(15, 15, 15, 0.14);
}

.gusto-cms-banner-button:not(:disabled):hover {
  background: #cf3f45;
  border-color: #cf3f45;
}

.gusto-cms-banner-button.is-secondary:not(:disabled):hover,
.gusto-cms-banner-button.is-danger:not(:disabled):hover {
  background: #f8fafc;
}

.gusto-cms-banner-button.is-danger:not(:disabled):hover {
  border-color: #dc2626;
  color: #991b1b;
}

.gusto-cms-banner-add:not(:disabled):hover,
.gusto-cms-catalog-category-panel__header button:not(:disabled):hover,
.gusto-cms-catalog-product-toolbar button:not(:disabled):hover {
  background: rgba(230, 75, 80, 0.08);
  border-radius: 999px;
  box-shadow: 0 0 0 8px rgba(230, 75, 80, 0.08);
  color: #c83f45;
}

.gusto-cms-banner-page .gusto-cms-banner-list button:not(:disabled):hover,
.gusto-cms-catalog-category-list button:not(:disabled):hover {
  box-shadow: inset 0 0 0 1px rgba(230, 75, 80, 0.12), 0 8px 18px rgba(15, 15, 15, 0.06);
}

.gusto-cms-banner-page .gusto-cms-banner-list button:not(:disabled):active,
.gusto-cms-catalog-category-list button:not(:disabled):active {
  background: #ececec;
}

.gusto-cms-catalog-category-list button.is-selected:hover,
.gusto-cms-banner-page .gusto-cms-banner-list button.is-selected:hover {
  box-shadow: inset 0 0 0 1px rgba(230, 75, 80, 0.22), 0 8px 18px rgba(15, 15, 15, 0.07);
}

.gusto-cms-catalog-product-grid button {
  transition: color 160ms ease, opacity 160ms ease, transform 120ms ease !important;
}

.gusto-cms-catalog-product-grid button:not(:disabled):hover {
  transform: translateY(-2px);
}

.gusto-cms-catalog-product-grid button:not(:disabled):active {
  transform: translateY(1px) scale(0.985) !important;
}

.gusto-cms-catalog-product-grid button:not(:disabled):hover .gusto-cms-catalog-product-meta strong {
  color: #e64b50;
}

.gusto-cms-catalog-inspector.is-product [role="tabpanel"][data-state="active"] > div > :first-child button:not(:disabled):hover,
.gusto-cms-catalog-inspector.is-category [role="tabpanel"][data-state="active"] > div > :first-child button:not(:disabled):hover,
.gusto-cms-catalog-inspector.is-category [role="tabpanel"][data-state="active"] > div > :nth-child(8) button:not(:disabled):hover {
  background: #fff7f7 !important;
  border-color: rgba(230, 75, 80, 0.38) !important;
  box-shadow: 0 8px 18px rgba(230, 75, 80, 0.11) !important;
  color: #e64b50 !important;
}

.gusto-cms-catalog-inspector.is-product [role="tabpanel"][data-state="active"] > div > :nth-child(10) button:first-child:not(:disabled):hover {
  background: #24242a !important;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.22) !important;
}

.gusto-cms-catalog-inspector.is-product [role="tabpanel"][data-state="active"] > div > :nth-child(10) button:last-child:not(:disabled):hover,
.gusto-cms-catalog-inspector.is-category [role="tabpanel"][data-state="active"] > div > button:last-of-type:not(:disabled):hover {
  background: #b90006 !important;
  box-shadow: 0 8px 18px rgba(213, 0, 7, 0.28) !important;
}

.gusto-cms-shell > main > div.grid {
  margin-top: 32px;
}

@media (max-width: 1280px) {
  .gusto-cms-shell > main > section.grid:first-child {
    gap: 14px !important;
    grid-template-columns: repeat(2, minmax(190px, 1fr)) !important;
  }

  .gusto-cms-dashboard,
  .gusto-cms-dashboard__top,
  .gusto-cms-dashboard__bottom {
    gap: 18px;
  }

  .gusto-cms-dashboard__top,
  .gusto-cms-dashboard__bottom {
    grid-template-columns: repeat(2, minmax(260px, 1fr));
  }

  .gusto-cms-dashboard__top .gusto-cms-dashboard-card:last-child {
    grid-column: 1 / -1;
  }

  .gusto-cms-banner-page {
    gap: 24px;
    grid-template-columns: minmax(220px, 280px) minmax(420px, 1fr);
  }

  .gusto-cms-banner-page .gusto-cms-banner-preview {
    grid-column: 2;
    min-height: auto;
  }

  .gusto-cms-banner-page .gusto-cms-banner-form-grid {
    gap: 18px;
  }
}

@media (max-width: 900px) {
  .gusto-cms-shell {
    padding-left: 0;
  }

  .gusto-cms-sidebar {
    border-radius: 0 0 24px 24px;
    min-height: auto;
    padding: 16px;
    position: sticky;
    top: 0;
    width: 100%;
  }

  .gusto-cms-sidebar__nav {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    padding-bottom: 2px;
  }

  .gusto-cms-sidebar__nav button {
    flex: 0 0 auto;
    padding: 0 14px;
  }

  .gusto-cms-sidebar__nav button span:last-child {
    font-size: 15px;
    white-space: nowrap;
  }

  .gusto-cms-shell > header {
    height: 64px;
    left: 0;
    position: sticky !important;
  }

  .gusto-cms-shell > header > div {
    gap: 6px !important;
    height: 64px;
    justify-content: flex-end !important;
    overflow: visible !important;
    padding: 14px 12px !important;
  }

  .gusto-cms-shell > header [data-gusto-cms-menu-button="true"] {
    flex: 0 0 42px !important;
    font-size: 0 !important;
    gap: 0 !important;
    height: 36px !important;
    overflow: hidden !important;
    padding: 0 !important;
    width: 42px !important;
  }

  .gusto-cms-shell > header [data-gusto-cms-menu-button="true"] .gusto-cms-menu-icon {
    margin-right: 0 !important;
  }

  .gusto-cms-header-export {
    flex: 0 1 auto !important;
    padding: 8px 10px !important;
  }

  .gusto-cms-alert {
    align-items: flex-end;
    padding: 16px;
  }

  .gusto-cms-alert__card,
  .gusto-cms-alert__card.is-wide {
    border-radius: 18px 18px 14px 14px !important;
    padding: 20px !important;
    width: 100% !important;
  }

  .gusto-cms-alert__actions {
    align-items: stretch !important;
    flex-direction: column-reverse !important;
  }

  .gusto-cms-alert__button {
    flex: 0 0 auto !important;
    width: 100% !important;
  }

  .gusto-cms-shell > main {
    padding: 24px 16px 48px !important;
  }

  .gusto-cms-shell > main > section.grid:first-child {
    grid-template-columns: 1fr !important;
  }

  .gusto-cms-dashboard {
    gap: 16px;
    margin-top: 22px;
  }

  .gusto-cms-dashboard__top,
  .gusto-cms-dashboard__bottom {
    gap: 16px;
    grid-template-columns: 1fr;
  }

  .gusto-cms-dashboard__top .gusto-cms-dashboard-card:last-child {
    grid-column: auto;
  }

  .gusto-cms-dashboard-card {
    border-radius: 16px;
    padding: 18px;
  }

  .gusto-cms-header-save {
    min-height: 34px !important;
    padding: 0 16px !important;
  }

  .gusto-cms-banner-page {
    gap: 18px;
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .gusto-cms-banner-list-panel,
  .gusto-cms-banner-page .gusto-cms-banner-preview {
    min-height: auto;
  }

  .gusto-cms-banner-page .gusto-cms-banner-editor,
  .gusto-cms-banner-page .gusto-cms-banner-preview {
    grid-column: auto;
  }

  .gusto-cms-banner-page .gusto-cms-banner-form-grid,
  .gusto-cms-banner-page .gusto-cms-banner-time-grid {
    grid-template-columns: 1fr;
  }

  .gusto-cms-banner-image-row {
    grid-template-columns: 1fr;
  }
}
