#menu_buttons2 div.menu_button_wrapper a:after {
content: attr(title);
    display: block;
    position: absolute;
    font-size: 2.4rem;
    color: #ffffff;
    /* background: #0000009c; */
    padding: 7px 20px;
    top: 30px;
    width: 100%;
    text-align: left;
    /* text-shadow: 0 0 2px #7cad3d; */
    left: 5px;
    font-weight: 800;
    transition: .3s;
    /* border-bottom: 3px solid; */
    z-index: 3;
}
div#menu_buttons2:before {
    content: '';
    width: 100vw;
    left: calc(-50vw + 50%);
    height: 100%;
    background: #33333314;
    position: absolute;
}

div#menu_buttons2 {
    position: relative;
    padding-top: 1rem;
    padding-bottom: 1rem;
}
#menu_buttons2 div.menu_button_wrapper{
    height: 100%;
}
#menu_buttons2 div.menu_button_wrapper a {
    /* height: 100%; */
    /* display: block; */
    /* object-fit: cover; */
}

#menu_buttons2 div.menu_button_wrapper a:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
    transition: .3s;
    z-index: 2;
}
#menu_buttons2 div.menu_button_wrapper a:hover:before {
    transition: .3s;
    background: rgb(0 0 0 / .3);
    z-index: 2;
}


#menu_buttons2 div.menu_button_wrapper:not(:first-child):before {
    content: '';
    position: absolute;
    background: #7cad3d;
    z-index: 6;
    top: 30px;
    width: 50%;
    left: 25px;
    height: 2px;
    display: block;
}
#menu_buttons2 img{
    display: block;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

#menu_buttons2 div.menu_button_wrapper:hover a:after {
    color: #7cad3d;
    transition: .3s;
}

.container.basketedit_page{
    max-width:1440px;
}
div#bar23 .bars__content {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
}

div#bar23 .bars__content a:last-child {
    margin-left: 20px;
}

div#bar23 .bars__content i {
    margin-right: 5px;
}

div#bar23 .bars__content a {
    text-decoration: none;
}

div#bar23 .bars__wrapper {
    width: 100vw;
    left: calc(-50vw + 50%);
}

div#bar23 {
    padding-top: 0;
    margin-bottom: 0;
}
.contact-header {
    grid-area: contact-header;
    /* color: #fff; */
    display: none !important;
    z-index: 2;
    height: 45px;
    display: flex;
    align-content: center;
    align-items: center;
    /* background: #f5f4f3; */
    border: 2px solid #83b445;
    text-align: ;
    justify-content: center;
    width: 100%;
    margin-top:2px;
}
html.--fixed-header header .contact-header{
    display: none;
}

.contact-header a {
    text-decoration: none;
    color:#fff;
    font-size:1.4rem;
}

div#bar22 {
    width: 100vw;
    left: calc(-50vw + 50%);
    position: relative;
    padding-top: 0;
    background: #7cad3d;
    margin-bottom: 0;
}

div#bar22 .bars__wrapper {
    background: transparent;
    border: 0;
}

.top_div_mm {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

.top_div_mm a {
    text-decoration: none;
    font-weight: 600;
}

html.--fixed-header header .bars_top.bars {
    display: none;
}

.topBasket__sub {
    border: 2px solid #363636;
}

#logo {
    border: 2px solid #363636;
}

#menu_search {
    padding-top: 2px;
}
html.--fixed-header header #menu_search{
    padding-top: 0px;
}
@media(max-width:756px){
    div#menu_buttons2 .menu_button_wrapper {
    padding: 5px 5px 0 5px !important;
}
}
div#menu_buttons2 {
    margin-bottom: 3rem;
}
#menu_buttons2 div.menu_button_wrapper a:hover img {
    transform: scale(1.05);
    transition: .3s;
}

#menu_buttons2 div.menu_button_wrapper a img {
    transition: .3s;
}
#menu_buttons2 div.menu_button_wrapper {
    margin-bottom: 0;
    max-width: 100%;
    padding: 0px;
    overflow: hidden;
}
@media(max-width:756px){
    #menu_buttons2 div.menu_button_wrapper {
    width: 100%;
    flex: 0 0 100%;
    min-height: 300px;
}
}

@media(max-width: 756px) {
    #menu_buttons2 div.menu_button_wrapper iframe {
        width: 100%;
        min-height: 300px; /* Ustaw minimalną wysokość na 300px */
    }
}
@media(min-width:757px){
    div#menu_buttons2 {
    display: grid;
    grid-template-columns: 30% 30% 20% 20%;
    /* grid-template-rows: max-content max-content; */
    gap: 5px;
    grid-template-areas:
        "grafika-1 grafika-2 grafika-3 grafika-5"
        "grafika-1 grafika-2 grafika-4 grafika-6";
    justify-items: center;
    align-items: center;
    justify-content: center;
}

#menu_buttons2 .menu_button_wrapper:nth-child(1) {
    grid-area: grafika-1;
    width: 100%;
    display: block;
    max-width: 100%;
    /* flex: 0 0 100%; */
}
#menu_buttons2 .menu_button_wrapper:nth-child(2) {
    grid-area: grafika-2;
    width: 100%;
    display: block;
    max-width: 100%;
    /* flex: 0 0 100%; */
}
#menu_buttons2 .menu_button_wrapper:nth-child(3) {
    grid-area: grafika-3;
}
#menu_buttons2 .menu_button_wrapper:nth-child(4) {
    grid-area: grafika-4;
}
#menu_buttons2 .menu_button_wrapper:nth-child(5) {
    grid-area: grafika-5;
}
#menu_buttons2 .menu_button_wrapper:nth-child(5) {
    grid-area: grafika-6;
}


#menu_buttons2 .menu_button_wrapper {
    width: 100%;
    max-width: 100%;
        transition: .3s;
}
/*#menu_buttons2 .menu_button_wrapper:hover {
    filter: brightness(0.95);
    transition: .3s;
}*/

}
@media(max-width: 978px){
    header {
        grid-template-areas:"bars_top bars_top bars_top bars_top"
        "rabateCode rabateCode rabateCode rabateCode"
        "freeShipping freeShipping freeShipping freeShipping"
        "logo menu_search menu_basket menu_categories";
    justify-content: flex-start;
}
}
@media(min-width:979px){
    html.--fixed-header header #logo img {
    padding-top: 5px;
    padding-bottom: 5px;
}
    button.menu_search__submit:before {
    color: #7cad3d;
}
header {
    position: relative;
    border: 0;
    box-shadow: none;
    align-items: center;
    background: transparent;
    grid-template-columns: 15% 1fr .3fr auto auto;
    grid-column-gap: 3rem;
    grid-template-areas:
        "bars_top bars_top bars_top bars_top bars_top"
        "rabateCode rabateCode rabateCode rabateCode rabateCode"
        "freeShipping freeShipping freeShipping freeShipping freeShipping"
        "logo menu_search menu_search menu_settings menu_basket"
        "logo menu_categories menu_categories menu_categories menu_categories"
        "breadcrumbs breadcrumbs breadcrumbs breadcrumbs breadcrumbs";
}
header:before {
    content: '';
    display: block;
    position: absolute;
    width: 100vw;
    height: 100%;
    top: 0;
    background: #000000c9;
    left: calc(-50vw + 50%);
}

header * {
    color: #fff;
}

.shopping_list_top .slt_lists {
    background: #363636;
}

.topBasket__sub {
    background: #7cad3d;
}

#menu_additional * {text-decoration: none;}

#logo {
    background: #fff;
    height: 100%;
    padding: 0 5px;
}

header .navbar-subnav {
    background: #363636;
    border: 0;
    box-shadow: 0 0 5px #7cad3d;
}

header .navbar-nav {
    font-size: 1.5rem;
}

header .nav-link {
    padding: 5px 5px 5px;
}

#menu_categories {
    padding-top: 1rem;
}

#menu_search .menu_search__input {
    background: #363636;
}

#menu_search.--focus .menu_search__block {
    position: relative;
}

#menu_search .menu_search__input {
    border: 2px solid #f1f1f1;
}

#menu_search .menu_search__input {
    color: #f1f1f1;
}

#menu_search .search_result__block * {
    /* color: #000; */
}

#menu_search.--focus.--open .menu_search__item.--results {
    background: #363636;
    border-top: 0;
}

#menu_search .search_result__item.--button-all {
    background: #363636;
}

#menu_search .search_result__item.--button-all:hover {
    color: #fff;
    border-color: #fff;
}

header .navbar-collapse {
    border-bottom: 0px;
}

header .navbar-nav {
    display: flex;
    justify-content: space-around;
}

#menu_search.--focus .menu_search__input {
    border: 2px solid;
}
#menu_search.--focus .menu_search__block {
    width: 100%;
}

#menu_search .menu_search__input::placeholder {
    color: #fff;
}

.max-width-1200 {
    max-width: 1440px;
}

html.--fixed-header header:before {
    background: #000000c9;
}

html.--fixed-header header #menu_basket .topBasket__sub {
    width: 45px;
    border: 0px !important;
}

html.--fixed-header #menu_search.--focus .menu_search__block {
    width: 554px;
    position: absolute;
}

html.--fixed-header header #menu_search.--focus .menu_search__block {
    right: 0;
}
html.--fixed-header header {
    position: fixed;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    max-width: 1000px;
    margin-left: 0 !important;
    flex-wrap: nowrap !important;
    padding: 1rem 1.5rem;
    grid-template-columns: 10% 15% 1fr .3fr auto auto;
    grid-template-areas: "logo menu_categories menu_categories menu_categories menu_search menu_basket";
    grid-gap: 1.5rem;
    max-width: 1440px;
}
html.--fixed-header header #logo {
    display: block !important;
}
.topBasket__details {
    background: #363636;
}

.topBasket__details.--products {
    box-shadow: 0 0 5px #7cbf00;
}
html.--fixed-header header #menu_basket .topBasket__sub .badge-info {
    position: absolute;
}

.topBasket__sub:after, .topBasket__sub:before {
    color: #fff;
}
.hotspot .headline:before {
    content: '';
    height: 1px;
    width: 98%;
    position: absolute;
    /* top: 50%; */
    background: #7cad3d;
    display: block;
}
}
.product {
    text-align: center;
}

.product__name {
    font-size: 1.5rem;
    font-weight: 600;
}
.hotspot .headline .headline__name {
    margin-left: 10rem;
    /* margin-right: auto; */
    position: relative;
    background: #fff;
    padding-left: 2rem;
    padding-right: 2rem;
    font-size: 2.5rem;
}

.headline__after {
    display: block;
    font-size: 1rem;
    background: #fff;
    z-index: 2;
    padding-left: 1rem;
    margin-left: auto;
}
.hotspot:not(.--slider):not(.--list):not(.--added) .products {
    border: 0;
}

div.basketedit_rebatecodes_outline {
  display: block;
  background: #e1e1e1;
  padding: 10px;
}
input.basketedit_rebatecode_input {
  margin-bottom: 0 !important;
  height: 40px !important;
}
span.basketedit_rebatecode_activate_txt {
  /*! color: #fff; */
}
@media(max-width: 978px){
    header {background: #000000c9;border-bottom: 0px;}

    #logo {
        background: #fff;
        width: fit-content;
        padding: 0 10px;
        height: 100%;
    }
    
    .topBasket__sub:after {
        color: #fff;
    }
    
    header .icon-reorder:before {
        color: #fff;
    }
    
    #menu_search .menu_search__mobile:before {
        color: #fff;
    }
    
    html:not(.--scroll-down):not(.scroll):not(.sidebar_open):not(.--search-open) .main_page #menu_search .menu_search__block {
        box-shadow: 0px 5px 5px 0 rgb(0 0 0 / 30%);
    }
}




img[src*="/gfx/standards/newsletter.jpg"] {
    display: none;
}

.newsletter__gfx:before {
    content: "";
    display: block;
    position: absolute;
    width: calc(50% - 1.5rem);
    left: 0;
    top: 0;
    height: 100%;
    background-image: url('/data/include/cms/newsletter/subinter_V_7_1200px__promo.jpg');
    background-size: cover;
    background-position: center;
}
@media screen and (max-width: 756px){
    .newsletter__gfx{
        aspect-ratio: 1201 / 676;
        height: auto;
    }
    .newsletter__gfx:before{
        aspect-ratio: 1201 / 676;
        height: auto;
        width: 100%;
    }
}