/* wyłączenie stanów magazynowych na karcie produktu */
.projector_status__info_amount{
    display: none !important;
}

.projector_buy__number_amounts {
    display: none;
}


/*Wyśrodkowanie menu*/
#menu_navbar.navbar-collapse{
    font-weight: bold;
    display: flex;
    justify-content: center;
   }
   
/*Masymalna wysokość ikony produktu*/   
.product__icon img {
    max-height: 35rem; /* domyślnie dla komputerów */
}

/* dla tabletów */
@media screen and (max-width: 990px) {
    .product__icon img {
        max-height: 30rem;
    }
}

/* dla tabletów */
@media screen and (max-width: 768px) {
    .product__icon img {
        max-height: 28rem;
    }
}

/* dla telefonów */
@media screen and (max-width: 480px) {
    .product__icon img {
        max-height: 20rem;
    }
}

/*Formatowanie dla stikerów obniżek na miniaturze towaru */
.product__yousave:not(.--label):not(.--value) {
    background: transparent !important;
    border: none;
    text-shadow: 1px 1px 1px white, -1px -1px 1px white, -1px 1px 1px white, 1px -1px 1px white;
    justify-content: flex-start;
}

.product__yousave.--label {
    font-size: 1.1rem;
}

.product__yousave.--value {
    font-size: 1.0em;
    font-weight: bold;
}



/*Zmiana koloru stickera "w promocji" */
.label.--promo {
    background: #8d3b4b;
}

/*Przesunięcie parametrów wyróżnionych*/
/*@media (min-width: 979px) {
#projector_producttraits.traits.d-none.mb-4.d-md-block {
    grid-area: 4 / 1 / 5 / 2 !important;
}
}*/

/*Przesunięcie graweru - elementy wyróżnione karta towaru*/
.component_projector_cms {
    grid-area: 4/1/5/2;
   
}

/*Wyśrodkowanie linku wyszukiwarki zaawansowanej */
.menu_search__item.--advanced-search {
    display: block;
    width: 80%;  /* Możesz dostosować tę wartość do swoich potrzeb */
    margin: auto;
    margin-top: 5px;
    text-align: center;
    font-size: 1.2rem;
}