/* Local delivery cleanup: hide exporter/template promotion widgets. */
.framer-128qmod-container,
.framer-ce71be-container,
#template-overlay {
  display: none !important;
}

nav [data-framer-name="Logo & menu"] {
  min-width: 190px !important;
  min-height: 42px !important;
  height: 42px !important;
}

nav [data-framer-name="Logo & menu"] > div,
nav [data-framer-name="White"],
nav [data-framer-name="Black"],
nav [data-framer-name="Replace this logo"],
nav [data-framer-name="Replace this logo"] > div,
nav [data-framer-name="Replace this logo"] img {
  width: 190px !important;
  max-width: 190px !important;
  height: 42px !important;
}

.framer-uwzhjc p {
  text-transform: none !important;
}

.local-form-toast {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 2147483000;
  max-width: min(420px, calc(100vw - 32px));
  padding: 16px 20px;
  border: 1px solid rgba(28, 25, 23, 0.16);
  border-radius: 14px;
  background: #1c1917;
  box-shadow: 0 16px 48px rgba(28, 25, 23, 0.24);
  color: #fff;
  font: 600 14px/1.45 "Open Sauce One", system-ui, sans-serif;
  animation: local-toast-in 220ms ease-out;
}

@keyframes local-toast-in {
  from {
    opacity: 0;
    transform: translateY(12px);
  }
}

@media (max-width: 600px) {
  .local-form-toast {
    right: 16px;
    bottom: 16px;
    left: 16px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .local-form-toast {
    animation: none;
  }
}
