footer.max-width-1200{
  background: #E3EDE5;                 /* kolor dla samego kontenera */
  box-shadow: 0 0 0 100vmax #E3EDE5;    /* rozszerza tło poza max-width */
  clip-path: inset(0 -100vmax);         /* ukrywa cień tylko na boki */
  padding: 24px 20px;                   /* opcjonalnie: oddech na treść */
}

.search_name__label {
  display: none;
}

/* Styl nagłówków z ikoną Dr. Brinkmann */
.headline__name {
  position: relative;
  padding-left: 56px;              /* miejsce na ikonę */
  min-height: 48px;
  display: flex;
  align-items: center;

  font-size: clamp(22px, 2.8vw, 36px); /* większy napis, responsywny */
  font-weight: 700;                     /* grubsza czcionka */
  color: #222;                          /* ciemny, neutralny kolor */
  line-height: 1.2;
  letter-spacing: 0.3px;
}

.headline__name::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  background-image: url("https://e-kobi.pl/data/include/cms/BRINKAMANN/favicon.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

/* Opcjonalnie cień dla lepszej widoczności na jasnych tłach */
.headline__name::before {
  filter: drop-shadow(0 1px 2px rgba(0,0,0,0.15));
}

@media (min-width: 1200px) { 
    .projector_page #content { grid-template-columns: minmax(0,60.6666%) 40.3333%;
    grid-column-gap: 65px; } 
       
       
        #projector_longdescription[data-dictionary] {
    grid-column: 1;
  }
  .projector_page #content #projector_form {
    grid-area: 2 / 2 / 3 / 2;
  }
    #projector_longdescription ~ #projector_dictionary {
    grid-column: 2;
  
    }
  .max-width-1200 {
    max-width: 1320px;
  }
     .photos__photo {
    max-height: none;
    max-width: 90%;
  }
  
#main_cms2{
   inline-size: 100vw;
    margin-inline: calc(50% - 50vw);
    box-sizing: border-box;
}

#content .search_description__wrapper{
  order: -999; /* bardzo przed innymi */
}
  
}

.projector_status__info_amount {
  display: none;
}

#projector_form .projector_sizes .f-dropdown-item .count {

  display: none;
}

header .navbar-nav {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    font-size: 2.5rem;
    position: relative;
    align-items: center;
    justify-content: center;
    color: #333;
    }
    

    
    @media (min-width: 979px) {
  #search .product__icon {
    aspect-ratio: 1 / 1.2;
  }
}


#search .product__compare_item {
display: none;
}

.product_name__action.--compare {
display: none;
}

#projector_form .projector_prices__info {

  display: none;
}

.price_sellby {
      display: none;
}projector_longdescription