a#backTop {
  display: none !important;
}
.projector_buy__number_wrapper {
    border: 1px solid #333; 
    border-radius: 25px; /* Zaokrąglone rogi */
    padding: 0px;
    display: inline-block;
}
.article__image {
    width: 100%;
    height: 100%;
    object-fit: cover; /* lub contain, w zależności od efektu, jaki chcesz uzyskać */
}
.article__more_link {
    display: none;
}
.projector_buy__number_amounts {
display: none !important;
}
#projector_amount {
display: none !important;
}
.product > a img {
transition: all .3s ease-in-out !important;
}

.product:hover > a img {
transform: scale(1.05);
}
h2.projector_bundle__label {
display: none !important;
}
@media (min-width: 757px) {
.projector_details .projector_versions__gfx img {
width: 45px;
}
}

kod na 100% szerokości:
@media (min-width: 979px) {
.bars__wrapper::after {
position: absolute;
content: '';
background: #f7f3ef !important;
width: 100vw;
left: 50%;
margin-left: -50vw;
height: 100%;
top: 0;
z-index: -1;
}

@media (max-width: 1024px) {
  .navbar-subnav.--cols4 .nav-item {
    flex: 1 0 50%; /* 2 kolumny na tabletach */
  }
}

@media (max-width: 600px) {
  .navbar-subnav.--cols4 .nav-item {
    flex: 1 0 100%; /* 1 kolumna na telefonie */
  }
}