.elementor-menu-cart__wrapper,
.elementor-menu-cart__container,
.widget_shopping_cart_content {
  display: none !important;
}

.static-form-replacement {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.static-form-replacement a,
.static-contact-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 10px 18px;
  border-radius: 4px;
  background: #031f42;
  color: #fff !important;
  font-weight: 600;
  text-decoration: none !important;
}

.static-form-replacement a:hover,
.static-contact-button:hover {
  background: #f69023;
  color: #fff !important;
}
