@media (min-width: 1025px) {

/* LOGO: gd_logo_solo_gian quando e dentro nav-sections */
html.gd-scrolled .nav-sections .logo img { display: none !important; }
html.gd-scrolled .nav-sections .logo {
  display: block !important; width: 140px !important;
  min-width: 140px !important; height: 44px !important;
  background: url('../images/gd/gd_logo_solo_gian.svg') no-repeat left center !important;
  background-size: contain !important;
}

/* SEARCH: icona gd_search_gian */
html.gd-scrolled .nav-sections .block-search .action.search {
  width: 32px !important; height: 32px !important;
  min-width: 32px !important; min-height: 32px !important;
  padding: 0 !important; background: none !important;
  border: 0 !important; box-shadow: none !important;
  font-size: 0 !important; line-height: 0 !important;
  display: inline-flex !important; align-items: center !important;
  justify-content: center !important; opacity: 1 !important;
  visibility: visible !important;
}
html.gd-scrolled .nav-sections .block-search .action.search:before,
html.gd-scrolled .nav-sections .block-search .action.search::before {
  content: '' !important; display: block !important;
  width: 22px !important; height: 22px !important;
  background-repeat: no-repeat !important; background-position: center !important;
  background-size: contain !important;
  background-image: url('../images/gd/gd_search_gian.svg') !important;
}

/* CART: icona gd_cart_gian */
html.gd-scrolled .nav-sections .minicart-wrapper .action.showcart {
  width: 32px !important; height: 32px !important;
  min-width: 32px !important; min-height: 32px !important;
  padding: 0 !important; background: none !important;
  border: 0 !important; box-shadow: none !important;
  font-size: 0 !important; line-height: 0 !important;
  display: inline-flex !important; align-items: center !important;
  justify-content: center !important; position: relative !important;
}
html.gd-scrolled .nav-sections .minicart-wrapper .action.showcart:before,
html.gd-scrolled .nav-sections .minicart-wrapper .action.showcart::before {
  content: '' !important; display: block !important;
  width: 22px !important; height: 22px !important;
  background-repeat: no-repeat !important; background-position: center !important;
  background-size: contain !important;
  background-image: url('../images/gd/gd_cart_gian.svg') !important;
}

/* USER: icona gd_user_gian */
html.gd-scrolled .nav-sections li.authorization-link > a,
html.gd-scrolled .nav-sections .authorization-link > a {
  width: 32px !important; height: 32px !important;
  display: inline-flex !important; align-items: center !important;
  justify-content: center !important; font-size: 0 !important;
  line-height: 0 !important; color: transparent !important;
  padding: 0 !important; margin: 0 !important;
  background: none !important; border: 0 !important;
  box-shadow: none !important; list-style: none !important;
  position: relative !important;
}
html.gd-scrolled .nav-sections li.authorization-link > a:before,
html.gd-scrolled .nav-sections li.authorization-link > a::before,
html.gd-scrolled .nav-sections .authorization-link > a:before,
html.gd-scrolled .nav-sections .authorization-link > a::before {
  content: '' !important; display: block !important;
  width: 22px !important; height: 22px !important;
  background-repeat: no-repeat !important; background-position: center !important;
  background-size: contain !important;
  background-image: url('../images/gd/gd_user_gian.svg') !important;
}

/* USER loggato (customer-welcome) */
html.gd-scrolled .nav-sections .customer-welcome .action.switch {
  width: 32px !important; height: 32px !important;
  display: inline-flex !important; align-items: center !important;
  justify-content: center !important; font-size: 0 !important;
  line-height: 0 !important; padding: 0 !important; margin: 0 !important;
  background: none !important; border: 0 !important; box-shadow: none !important;
}
html.gd-scrolled .nav-sections .customer-welcome .action.switch:before,
html.gd-scrolled .nav-sections .customer-welcome .action.switch::before {
  content: '' !important; display: block !important;
  width: 22px !important; height: 22px !important;
  background-repeat: no-repeat !important; background-position: center !important;
  background-size: contain !important;
  background-image: url('../images/gd/gd_user_gian.svg') !important;
}

}
