.projector_buy__number_amounts {
display: none !important;
}
#projector_amount {
display: none !important;
}
#contact_map {
display: none !important;
}
.contact_stocks {
display: none !important;
}
.product > a img {
transition: all .3s ease-in-out !important;
}

.product:hover > a img {
transform: scale(1.05);
}
html {
	font-size: 12px;
}
#menu_categories {
  display: flex;
  justify-content: center;
}

#menu_categories ul {
  display: flex;
  gap: 1rem; /* odstępy między pozycjami menu */
  list-style: none;
  padding: 0;
  margin: 0;
}
/* Ukrycie tekstu tylko dla "Zaloguj się" */
.account_links__text {
  display: none;
}

/* Ogólne ustawienia linków */
.account_links__item {
  display: inline-block;
  width: 26px;   /* rozmiar ikony */
  height: 26px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-left: 12px;       /* odstęp między elementami */
  transition: opacity 0.3s ease;
}

.account_links__item[href*="login"] {
  background-image: url("/data/include/cms//profil.png"); 
}

/* Efekt hover */
.account_links__item:hover {
  opacity: 0.7;
}

.product__name {
font-size: large; !important
}