.ndk-custom-group-block[data-custom_class*='sticky-transparent'] {
  transition: all 0.25s ease-in-out;
}

#index:not(.fixed_cart_opened)
  .sticky-box:not(.is-sticky):not(:hover)
  .ndk-custom-group-block[data-custom_class*='sticky-transparent']
  a:hover,
body a:hover,
body#checkout a:hover {
  color: var(--dominente1);
}

#index:not(.fixed_cart_opened)
  .sticky-box:not(.is-sticky)
  .ndk-custom-group-block[data-custom_class*='sticky-transparent'] {
  position: absolute;
}

#index:not(.fixed_cart_opened)
  .sticky-box:not(.is-sticky):not(:hover)
  .ndk-custom-group-block[data-custom_class*='sticky-transparent']
  .ndk_banner_container,
#index:not(.fixed_cart_opened)
  .sticky-box:not(.is-sticky):not(:hover)
  .ndk-custom-group-block[data-custom_class*='sticky-transparent']
  .ndk_banner_container
  .displayNdkVirtual {
  background: transparent !important;
  filter: invert(1) grayscale(1);
}
#index:not(.fixed_cart_opened)
  .sticky-box:not(.is-sticky):not(:hover)
  .ndk-custom-group-block[data-custom_class*='sticky-transparent'] {
  z-index: 3;
  color: var(--white) !important;
  background: transparent !important;
}

#index:not(.fixed_cart_opened)
  .sticky-box:not(.is-sticky):not(:hover)
  .ndk-custom-group-block[data-custom_class*='sticky-transparent']
  .ndkcp-menu-item-container
  span,
#index:not(.fixed_cart_opened)
  .sticky-box:not(.is-sticky):not(:hover)
  .ndk-custom-group-block[data-custom_class*='sticky-transparent']
  .ndkcp-menu-item-container
  p,
#index:not(.fixed_cart_opened)
  .sticky-box:not(.is-sticky):not(:hover)
  .ndk-custom-group-block[data-custom_class*='sticky-transparent']
  .ndkcp-menu-item-container
  a,
body .ndk-custom-group-block .ndkcp-menu-item-container span,
body .ndk-custom-group-block .ndkcp-menu-item-container a,
body .ndk-custom-group-block .ndkcp-menu-item-container p {
  color: var(--black);
}

@media (min-width: 769px) {
  /* .fixed_col_toggler {
    display: none;
  } */
  #index:not(.fixed_cart_opened)
    .sticky-box:not(.is-sticky):not(:hover)
    .ndk-custom-group-block[data-custom_class*='sticky-transparent']
    a,
  #index:not(.fixed_cart_opened)
    .sticky-box:not(.is-sticky):not(:hover)
    .ndk-custom-group-block[data-custom_class*='sticky-transparent']
    p,
  #index:not(.fixed_cart_opened)
    .sticky-box:not(.is-sticky):not(:hover)
    .ndk-custom-group-block[data-custom_class*='sticky-transparent']
    span,
  #index:not(.fixed_cart_opened)
  .sticky-box:not(.is-sticky):not(:hover)
  .ndk-custom-group-block[data-custom_class*='sticky-transparent']
  i {
    color: var(--white);
  }

  #index:not(.fixed_cart_opened)
    .sticky-box:not(.is-sticky):not(:hover)
    .ndk-custom-group-block[data-custom_class*='sticky-transparent']
    .material-icons::before {
    background: var(--white) !important;
  }

  #index:not(.fixed_cart_opened)
    .sticky-box:not(.is-sticky):not(:hover)
    .ndk-custom-group-block[data-custom_class*='sticky-transparent']
    #search_widget
    form
    input,
  #index:not(.fixed_cart_opened)
    .sticky-box:not(.is-sticky):not(:hover)
    .ndk-custom-group-block[data-custom_class*='sticky-transparent']
    .dropdown-menu {
    background-color: transparent;
    color: var(--white);
    border-color: var(--white);
  }

  .ndk-custom-group-block #search_widget form input {
    border-color: var(--black);
  }

  #index:not(.fixed_cart_opened)
    .sticky-box:not(.is-sticky):not(:hover)
    .ndk-custom-group-block[data-custom_class*='sticky-transparent']
    .search-widget
    form
    input[type='text']::placeholder {
    color: var(--white);
  }
}
