@media (max-width: 978) {

  .projector_page header {
    grid-template-rows: 60px;
  }
}


@media (min-width: 979px) {
    .hotspot__name.headline__wrapper {
        display: inline-block !important;
        margin-bottom: 1rem !important;
        
    }
  .projector_page #content .projector_photos {
    grid-row: 4 / 2 !important;
  }
  .projector_page #content #products_associated_zone3 {
      grid-row: 3 / span 1;
      height: fit-content;
      padding-top: 0 !important;
  }
  .order_process header {
    grid-template-areas:
      "bars_top bars_top bars_top bars_top"
      "rabateCode rabateCode rabateCode rabateCode"
      "freeShipping freeShipping freeShipping freeShipping"
      "logo menu_search menu_settings menu_basket"
      "menu_categories menu_categories menu_categories menu_categories"
      "breadcrumbs breadcrumbs breadcrumbs breadcrumbs";
  }
  .order_process #menu_search,
  .order_process #menu_categories {
    display: block !important;
  }

  .order_process #menu_settings {
    display: flex !important;
  }


  .order_process_security {
    display: none !important;
  }
  .order_process #logo img {
    max-height: unset;
  }
}
.projector_shipping__text_from, .projector_shipping__price {
  display: none;
}