header .nav-link {
    font-weight: 400;
    /* font-size: 14px; */
    font-size: 1.4rem;
  }
@media(min-width:979px){
  #menu_search .menu_search__mobile {
    position: absolute;
    top: 0;
    right: 0rem;
    font-size: 1.5rem;
    width: auto;
    z-index: 1;
    display: flex;
  }



  html:not(.--fixed-header) #menu_search:not(.--focus) .menu_search__block {
    display: block;
    border-radius: 0;
    background: transparent;
    width: 0;
    position: absolute;
    top: 0;
    left: 1.5rem;
    transition: background 0.3s ease 1s;
    transition: width 0.3s ease 0s;
  }
  html.--fixed-header #menu_search .menu_search__block {
    display: block;
    border-radius: 0;
    top: 0;
    left: 1.5rem;
    transition: background 0.3s ease 1s;
    transition: width 0.3s ease 0s;
  }
  #menu_search {
    height: 45px;
    margin-left: auto;
    position: relative;
  }
  /*#menu_search .menu_search__input {
        border: 0;
        border-bottom: 1px solid transparent;
        transition: border .5s ease-in-out;
        font-size: 1.5rem;
        padding-left: 0;
        padding-right: 3rem;
        cursor: pointer;
        text-align: right;
    }
*/

header:before {
    content: '';
    background: #f5f5f5;
    width: 100vw;
    height: 100%;
    top: 0;
    left: calc(-50vw + 50%);
    position: absolute;
    display: block;
    z-index: -1;
}
}
header .breadcrumbs {
    position: relative;
}

header .breadcrumbs:before {
    content: '';
    background: #fff;
    width: 100vw;
    height: 100%;
    position: absolute;
    left: calc(-50vw + 50%);
}
.hotspot .product__icon {
    background: #fff;
    aspect-ratio: 567 / 850;
    max-height: unset;
}

.hotspot .product__icon img {
    height: max-content;
    max-height: unset;
    height: max-content;
    width: 100%;
    max-width: unset;
}
.big_label, .headline {
    font-size: 3rem;
    font-weight: 800;
}

.max-width-1200 {
    max-width: 1440px;
}

header .navbar-nav {
    display: flex;
    justify-content: center;
    gap: 0 20px;
}

.product__name {
    margin-top: 1rem;
    font-size: 1.4rem;
}


#projector_photos.photos:not(.--gallery-modal) {
    --thumbnails-size: 150px;
    --thumbnails-height: 150px;
}
@media(min-width:979px){
    #menu_search:not(.--focus) .menu_search__input {padding-right: 0;display: none;border: 0 !important;}

#menu_search .menu_search__item.--input {
    border-bottom: 0;
}
    .photos[data-thumbnails='true'][data-thumbnails-enable='true']:not([data-thumbnails-horizontal='true']) {
    grid-template-columns: 200px 1fr;
}
      html:not(.--fixed-header) #menu_search .menu_search__submit {
    font-size: 1.5rem;
    top: 0;
    right: 15px;
    width: auto;
    display: none;
  }
  #menu_search .menu_search__input {
    font-size: 1.4rem;
    border: 0;
    height: 45px;
    box-shadow: none;
    background: 0;
    color: #000;
    padding-right: 8rem;
    right: 0;
    width: 0;
  }

  #menu_search.--focus .menu_search__block {
    left: unset;
    right: 10px;
  }

  #menu_search.--focus .menu_search__submit {
    display: block;
    z-index: 2;
  }

  #menu_search.--focus .menu_search__mobile {
    opacity: 0;
    display: none;
  }

  #menu_search.--focus .menu_search__input {
    width: 100%;
  }
  #menu_additional .account_link {
    font-size: 0;
  }

  #menu_additional a {
    font-size: 0;
  }

  .topBasket__sub strong {
    font-size: 0;
  }

.menu_top {
    gap: 2rem;
}

span.account_links__text {
    display: none;
}

.shopping_list_top .slt_link__text {
    display: none;
}

#menu_settings .open_trigger i {
    display: none !important;
}

.flag {
    margin-right: 0;
}

#menu_categories {
    margin-bottom: 0;
}

header .nav-link {
    padding: 5px 10px 5px;
    font-weight: 600;
}

    .hotspot .swiper .products {
    gap: 10px;
}

    header {
   height: auto;
   position: relative;
   border: 0;
   box-shadow: none;
   align-items: center;
   background: #fff;
   grid-template-columns: 16rem 1fr auto auto;
   grid-column-gap: 2rem;
   grid-template-areas:
    "skip skip skip skip"
    "bars_top bars_top bars_top bars_top"
    "rabateCode rabateCode rabateCode rabateCode"
    "freeShipping freeShipping freeShipping freeShipping"
    "logo menu_categories menu_search menu_top"
    "menu3 menu3 menu3 menu3"
    "breadcrumbs breadcrumbs breadcrumbs breadcrumbs"
    ;
  }
#main_banner1 .main_slider__item {
    max-height: 750px;
}
.hotspot .swiper-initialized .products .product {
    flex: 0 0 33.33%;
    max-width: 33.33%;
    margin-right: 0 !important;
}
}
    a#links_footer_1_header img {
    width: 150px;
    filter: opacity(0.5);
}

ul#links_footer_1_content {
    display: flex !important;
    flex-direction: row !important;
    gap: 30px;
}

li.links_footer_1_item {/* flex: 0 0 33.33%; *//* max-width: 33%; */}

footer:before {
    content: '';
    background: #f5f5f5;
}

#footer_links .footer_links_label {
    text-transform: uppercase;
    font-weight: 800;
}

#footer_links .footer_links_sub:is(a), #footer_links .footer_links_sub a {
    text-transform: uppercase;
    font-size: 1.2rem;
}

.instagram.--slider:before {
    content: '';
    background: #f5f5f5;
}

.instagram.--slider {
    padding: 2rem 0;
}

@media(max-width:978px){
    .hotspot:not(.--list):not(.--added) .products__wrapper:not(.swiper) .products, .hotspot:not(.--list):not(.--added) .swiper:not(.swiper-initialized) .products {
    display: flex;
    flex-direction: row;
    overflow: auto;
    scroll-snap-type: y mandatory;
}

.hotspot .product {
    flex: 0 0 70%;
}
    html .main_page {
    padding-top: 30px;
}
    .profits_elypse .profit_item {
    flex: 0 0 100%;
    place-content: center;
}

.profit_item.active {
    opacity: 1;
    visibility: visible;
    z-index: 999;
    transition: 1s ease-in-out;
}

.profit_item {
    opacity: 0;
    visibility: hidden;
        left:0;
        position:absolute;
    width:100%;
    top:0;
    padding:8px 0;
    transition: 1s ease-in-out;
}


.profits_elypse {
    height: 36px;
}
    html:not(.--scroll-down):not(.scroll):not(.sidebar_open):not(.--search-open) .main_page #menu_search .menu_search__mobile {
    visibility: visible;
    opacity: 1;
}

html:not(.--scroll-down):not(.scroll):not(.sidebar_open):not(.--search-open) .main_page #menu_search .menu_search__block {
    display: none;
    position: absolute;
}

#footer_links #links_footer_1_content[aria-hidden='true'] {
    /* max-height: unset; */
    /* opacity: 1; */
    padding-top: var(--footer-headline-font-padding-bottom);
    max-height: 1500px;
    opacity: 1;
    overflow: visible;
}

#footer_links #links_footer_1_content[aria-hidden='true'] * {
    opacity: 1;
    visibility: visible;
}

a#links_footer_1_header:after {
    display: none;
}

a#links_footer_1_header:after {
    display: none !important;
}

a#links_footer_1_header {
    text-align: center;
}

#footer_links #links_footer_1_content[aria-hidden='true'] {
    place-content: center;
}

ul#links_footer_1 {
    border-bottom: none !important;
    padding-bottom: 0 !important;
}
    .projector_page #content {
    margin-top: 0 !important;
}

.projector_page .breadcrumbs {
    padding-bottom: 0;
    display: none;
}

.projector_tabs__name {
    font-size: 1.4rem;
    font-weight: 800;
    text-transform: uppercase;
}

    #projector_photos.photos:not(.--gallery-modal) {
    width: 100vw;
    position: relative;
    left: -15px;
}

.photos__photo {
    max-height: unset;
}

.swiper-wrapper {
    max-height: unset;
}
    #menu_navbar3 {
    display: none;
}

aside .nav-link {
    font-weight: 800;
    text-transform: uppercase;
}

#login_menu_block a {
    font-weight: 800;
    text-transform: uppercase;
    font-size: 1.4rem;
}

#menu_contact:is(a), #menu_contact a {
    font-size: 1.4rem;
    font-weight: 800;
    text-transform: uppercase;
}

.mobileCategories__item button {
    text-transform: uppercase;
    font-weight: 800;
}

.shopping_list_menu .slm_lists__label {
    font-size: 1.4rem;
    font-weight: 800;
    text-transform: uppercase;
}

#menu_settings .form-group > span {
    font-size: 1.4rem;
    text-transform: uppercase;
    font-weight: 800;
}
    header #menu_categories3 {display: none;}

.hotspot .product__icon, .product__icon {
    background: #fff;
    aspect-ratio: 233 / 350;
    max-height: unset;
}

.product__icon img {
    max-height: unset;
    width: 100%;
    height: 100%;
}

#main_banner1 .main_slider__item {
    aspect-ratio: 3 / 4;
}

#main_banner1 .main_slider__item video {
    object-fit: cover;
    max-width: unset;
    height: 100%;
}

.video-container {max-width: unset;width: unset;height: 100%;object-fit: cover;}

.bars__item {
    padding: 0;
    margin-bottom: 0 !important;
}

#main_banner1 .main_slider__item {
        max-height:auto;
        aspect-ratio: 1 / 1;
}
    #main_banner1 .main_slider__item video{
        object-fit: cover;
        aspect-ratio: 1 / 1 ;
    }
}
header #menu_categories3 {
    grid-area: menu3;
}

header #menu_categories3:before {
    content: '';
    width: 100vw;
    height: 100%;
    top: 0;
    left: calc(-50vw + 50%);
    background: #f0f0f0;
    display: block;
    position: absolute;
}

header #menu_categories3 {
    position: relative;
}

header #menu_categories3 .navbar-collapse {
    padding-bottom: 0;
    border-bottom: 0;
}

header #menu_categories3 .nav-link {
    padding: 10px;
    font-weight: normal;
    font-size: 1.3rem;
    text-transform: none;
}

header #menu_categories3 .navbar-nav {
    display: flex;
    justify-content: space-around;
    align-content: center;
    align-items: center;
}

#menu_categories {
    margin-bottom: 0px;
}

header .navbar-collapse {
    border-bottom: 0;
}
div#bar22 {
    padding-top: 0;
    width: 100vw;
    left: calc(-50vw + 50%);
    position: relative;
    --background-color: #f5f5f5 !important;!i;!;
    font-weight: 600;
}

div#bar22 .bars__content {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
}
#menu_categories3 .nav-picture img {
    width: 20px;
}

#menu_categories3 span.gfx_lvl_1.d-none {
    display: block !important;
}

header #menu_categories3 .nav-link {
    display: flex;
    align-items: center;
    align-content: center;
    flex-direction: row;
    gap: 10px;
}
div#menu_buttons2 {
    position: relative;
    width: 100vw;
}
@media(min-width:979px){
    div#menu_buttons2 {
    position: relative;
    width: 100vw;
    left: calc(-50vw + 50%);
}
}

#menu_buttons2 a, #menu_buttons2 img {
    width: 100%;
    object-fit: cover;
}

#menu_buttons2 .menu_button_wrapper {
    padding: 0;
}

#menu_buttons2 a:before {
    content: attr(title);
    position: absolute;
    font-size: 5rem;
    color: #fff;
    text-transform: uppercase;
    font-weight: 800;
    width: 100%;
    text-align: center;
    top: calc(50% - 1.5rem);
}

#menu_buttons2 a:after {
    content: 'Kliknij i dołącz';
    display: block;
    position: absolute;
    font-size: 2rem;
    text-transform: uppercase;
    padding: 5px 10px;
    border: 1px solid #fff;
    color: #fff;
    bottom: 20%;
    width: 210px;
    text-align: center;
    left: calc(50% - 105px);
}
.profit_item img{
width:20px;
}
.profits_elypse{width:100%;display: flex;position:relative;padding:8px 0;justify-content: space-around;align-content: center;align-items: center;}
.profits_elypse .profit_item{
display: flex;
    align-items: center;
    align-content: center;
    flex-direction: row;
    gap: 10px;
}
.profits_elypse:before{
content:'';
width:100vw;
height:100%;
top:0;
position:absolute;
left: calc(-50vw + 50%);
background:#f0f0f0;
display:block;
z-index:-1;
}
@media(max-width:978px){
    .profits_elypse{
        display: block;
    }
header {

    grid-template-areas:
        "bars_top bars_top bars_top bars_top"
        "rabateCode rabateCode rabateCode rabateCode"
        "freeShipping freeShipping freeShipping freeShipping"
        "logo menu_search menu_top menu_categories"
"menu3 menu3 menu3 menu3";
background: #f5f5f5;
}
}
header #menu_buttons {
    grid-area: menu3;
    margin-bottom:0;
}