.navigation-wrapper {
  display: contents;
}
 
.navigation-container1 {
  display: contents;
}
 
.navigation-navigationtoggle-icon1 {
  top: 50%;
  left: 50%;
  color: var(--color-on-surface);
  display: flex;
  position: absolute;
  transform: translate(-50%, -50%);
  transition: opacity 0.2s ease, transform 0.2s ease;
  align-items: center;
  justify-content: center;
}
 
.navigation-navigationtoggle-icon2 {
  top: 50%;
  left: 50%;
  color: var(--color-on-surface);
  display: flex;
  opacity: 0;
  position: absolute;
  transform: translate(-50%, -50%);
  transition: opacity 0.2s ease, transform 0.2s ease;
  align-items: center;
  justify-content: center;
}
 
.navigation-navigationcart-icon {
  color: var(--color-on-surface);
  display: flex;
  transition: color 0.2s ease;
  align-items: center;
  justify-content: center;
}
 
.navigation-navigationcart-count {
  top: 4px;
  color: var(--color-on-primary);
  right: 4px;
  height: 18px;
  display: flex;
  opacity: 0;
  padding: 0 4px;
  position: absolute;
  font-size: 0.6875rem;
  min-width: 18px;
  transform: scale(0.5);
  background: var(--color-primary);
  transition: opacity 0.3s ease,
      transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  align-items: center;
  font-weight: 700;
  line-height: 1;
  border-radius: 9px;
  justify-content: center;
}
 
.navigation-container2 {
  display: none;
}
 
.navigation-container3 {
  display: contents;
}
 
.navigation-container4 {
  display: none;
}
 
.navigation-container5 {
  display: contents;
}

.footer-wrapper {
  display: contents;
}
 
.footer-container1 {
  display: contents;
}
 
.footer-container2 {
  display: none;
}
 
.footer-container3 {
  display: contents;
}
 
.footer-container4 {
  display: none;
}
 
.footer-container5 {
  display: contents;
}
 
.footer-container6 {
  display: none;
}
 
.footer-container7 {
  display: contents;
}

.contact-container1 {
  width: 100%;
  display: block;
  min-height: 100vh;
}
 
.contact-container2 {
  display: none;
}
 
.contact-container3 {
  display: contents;
}
 
.contact-inline-link {
  color: var(--color-on-surface);
  transition: text-decoration-color 160ms ease, color 160ms ease;
  text-decoration: underline;
  text-decoration-color: color-mix(
      in srgb,
      var(--color-primary) 40%,
      transparent
    );
}
 
.contact-success-message {
  display: none;
}
 
.contact-container5 {
  display: none;
}
 
.contact-container6 {
  display: contents;
}
 
.contact-container7 {
  display: none;
}
 
.contact-container8 {
  display: contents;
}
