/* Nagłówek, stopka */
body,
header,
header::before,
footer::before,
#menu_search .menu_search__item.--input,
#menu_search .menu_search__input,
.breadcrumbs::before,
.hotspot__wrapper::before {
    background-color: #fff !important;
}

/* Menu główne */
#menu_categories::before,
#menu_categories::after {
    border-top: 1px solid rgba(64, 64, 64, 0.2);
}

header .navbar-subnav {
    border: 1px solid rgba(64, 64, 64, 0.2);
    border-top: none;
}
    
header .navbar-nav > .nav-item > .nav-link,
header .navbar-nav > .nav-item:hover > .nav-link {
    color: #404040;
    border-left: none;
    border-right: none;
    padding: 30px 30px 30px 5px;
}
    
header .navbar-nav > .nav-item:hover > .nav-link {
    color: #EDBD00;
}
    
/* Strona główna */
#main_cms::before,
#menu_buttons2::before {
    content: none;
}

#main_cms2,
#menu_buttons2 {
    padding-top: 3rem !important;
    padding-bottom: 4rem !important;
}

#main_blog {
    padding-top: 3rem !important;
    padding-bottom: 9rem !important;
}

.benefits__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 46px;
  height: auto;
}

.benefits__heading {
    font-family: 'Syncopate';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 18px;
    text-align: center;
    text-transform: uppercase;
    color: #131313;
}

.main_page .headline__wrapper .headline {
    margin: 15px 0 15px auto;
}

@media (max-width: 978px) {
    .main_page .headline__wrapper .headline {
        margin: 0;
    }
}

.headline__wrapper .headline .headline__name {
    font-family: 'Syncopate';
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 110%;
    text-align: center;
    text-transform: uppercase;
    color: #131313;
}

.product__content_wrapper .product__name {
    font-family: 'Syncopate';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 120%;
    text-transform: uppercase;
    color: #131313; 
}

.product__content_wrapper .product__prices .price {
    padding: 5px 0;
}

.product__content_wrapper .product__prices .price .price__sub {
    font-family: 'Syncopate';
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 100%;
    color: #EDBD00;
}

.hotspot .product .add_to_basket__button {
  visibility: visible;
}

.hotspot .product .add_to_basket__button {
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    text-transform: none;
    color: #1E1810;
    background: #EDBD00;
    border: 1px solid transparent;
    margin: 5px 0;
}

/* Strona koszyka */
.basketedit_page #content .headline__name {
  text-transform: none;
  font-size: 25px;
  line-height: 120%;
}

/* Strona bloga */
.article__image_wrapper img {
    object-fit: cover;
    border-radius: 25px;
}