.navbar_logo {
  display: flex;
  align-items: center;
  width: 10.5rem;
  height: 2rem;
}

.navbar_logo_link {
  display: inline-flex;
  align-items: center;
  width: 10.5rem;
  height: 2rem;
}

.navbar_logo > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: left center;
}

.notifystock-brand-logo {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: left center;
}

.notifystock-brand-logo.is-footer {
  filter: invert(1);
}

.notifystock-navbar-brand,
.notifystock-footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1.13rem;
  font-weight: 800;
  letter-spacing: -0.035em;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
}

.notifystock-navbar-brand {
  color: #050505;
}

.notifystock-footer-brand {
  color: currentColor;
}

.notifystock-brand-mark {
  display: inline-grid;
  place-items: center;
  width: 1.85rem;
  height: 1.85rem;
  flex: 0 0 auto;
  color: currentColor;
}

.notifystock-brand-mark svg {
  display: block;
  width: 100%;
  height: 100%;
}

.footer_logo_link {
  display: inline-flex;
  align-items: center;
  width: 10.5rem;
  height: 2rem;
}

.footer_logo_link img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.home-v_hero_img-wrap img,
.products_slide_wrap img,
.features_img,
.u-product-card_img-wrap img,
.testimonials_img {
  image-rendering: auto;
}

.features_img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}

img.u-width-full[src*="/notify-assets/"] {
  height: auto;
}

.testimonials_img[src*="/notify-assets/"] {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.navbar_component a {
  white-space: nowrap;
}

.navbar_dropdown-link.is-inverted .u-text-style-small {
  color: #f2f1ed !important;
  opacity: 1 !important;
}

.navbar_component .btn_main_wrap {
  width: auto;
  min-width: 6.5rem;
}

.navbar_menu .btn_main_wrap {
  white-space: nowrap;
}

.section_home-v_hero img[src*="notifystock-mark.svg"],
.section_home_hero img[src*="notifystock-mark.svg"] {
  display: none !important;
}

.notifystock-store-note {
  color: #5d5a54;
  max-width: 24rem;
  opacity: 1 !important;
}

.notifystock-store-note p {
  margin: 0 0 0.75rem;
}

.notifystock-store-note img {
  display: block;
  width: 166px;
  height: 44px;
  max-width: none;
}

.notifystock-step-index {
  display: inline-block;
  color: #f2f1ed;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1;
}

.section_home-v_hero .social_stats_item {
  color: #5d5a54;
}

[hidden] {
  display: none !important;
}

.notifystock-contact-form-section {
  background: #f2f1ed;
}

.notifystock-contact-form-section .notifystock-contact-form-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(20rem, 1.1fr);
  gap: clamp(1.5rem, 4vw, 4rem);
  align-items: start;
}

.notifystock-contact-form-copy {
  max-width: 34rem;
}

.notifystock-contact-form-copy h2 {
  margin: 0 0 1rem;
}

.notifystock-contact-form-copy p {
  color: #5d5a54;
  margin: 0 0 1.25rem;
}

.notifystock-contact-email {
  color: #050505;
  font-weight: 700;
  text-decoration: underline;
  text-decoration-thickness: 0.08em;
  text-underline-offset: 0.18em;
}

.notifystock-contact-panel {
  background: #ffffff;
  border: 1px solid rgba(5, 5, 5, 0.1);
  border-radius: 1.25rem;
  box-shadow: 0 1rem 3rem rgba(5, 5, 5, 0.08);
  padding: clamp(1.25rem, 3vw, 2rem);
}

.notifystock-contact-form {
  display: grid;
  gap: 1rem;
}

.notifystock-contact-form-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.notifystock-contact-field {
  display: grid;
  gap: 0.45rem;
}

.notifystock-contact-field label {
  color: #050505;
  font-size: 0.86rem;
  font-weight: 700;
}

.notifystock-contact-field input,
.notifystock-contact-field select,
.notifystock-contact-field textarea {
  width: 100%;
  min-height: 3rem;
  border: 1px solid rgba(5, 5, 5, 0.16);
  border-radius: 0.65rem;
  background: #fbfaf7;
  color: #050505;
  font: inherit;
  line-height: 1.3;
  padding: 0.85rem 0.95rem;
}

.notifystock-contact-field textarea {
  min-height: 8.5rem;
  resize: vertical;
}

.notifystock-contact-field input:focus,
.notifystock-contact-field select:focus,
.notifystock-contact-field textarea:focus {
  border-color: #050505;
  outline: 3px solid rgba(5, 5, 5, 0.12);
  outline-offset: 0;
}

.notifystock-contact-honeypot {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.notifystock-contact-status {
  min-height: 1.4rem;
  color: #5d5a54;
  font-size: 0.92rem;
}

.notifystock-contact-status[data-state="success"] {
  color: #125c2f;
}

.notifystock-contact-status[data-state="error"] {
  color: #a2361f;
}

@media (max-width: 767px) {
  .navbar_logo {
    width: 9.75rem;
  }

  .navbar_logo_link {
    width: 9.75rem;
  }
  .notifystock-navbar-brand {
    font-size: 1.04rem;
  }

  .notifystock-contact-form-section .notifystock-contact-form-grid,
  .notifystock-contact-form-row {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
