/**
 * 5werk Global - Archive Clickable Styles
 */
li.product {
  /*
  &:hover {
    // Subtle hover effects go here
  }
  */
}
li.product[data-href] {
  cursor: pointer;
}
li.product.zenubia-main-product-image {
  cursor: pointer;
}
li.product .fwerk-swatches,
li.product a,
li.product button {
  cursor: auto;
}

.eltdf-btn.eltdf-btn-outline {
  padding: 0.5rem 2.5rem;
}

.product-bild-unterschrift {
  color: var(--e-global-color-a050bea);
  position: relative;
  font-size: 1.75rem;
  top: -2.75rem;
  height: 0;
  font-family: "Cormorant Upright", sans-serif;
  font-weight: bold;
  z-index: 10;
}

#wpadminbar {
  height: auto !important;
  min-height: 32px;
}

#wpadminbar .quicklinks > ul {
  display: flex !important;
  flex-wrap: wrap !important;
  flex-direction: row;
}

#wpadminbar .ab-top-menu > li {
  height: auto !important;
}

#wpadminbar .ab-item {
  display: flex !important;
  align-items: center;
  height: 32px !important;
}

html {
  margin-top: auto !important;
  padding-top: 0 !important;
}

#wp-toolbar {
  display: flex;
  justify-content: space-between;
}

.ab-submenu,
.ab-sub-wrapper {
  z-index: 9999999999;
}

#wp-admin-bar-elementor_edit_page,
#wp-admin-bar-theaisle-admin-bar-options {
  z-index: 9999;
}