#header .site-name a {
    display: block;
    text-align: left;
    margin-right: auto;
}

.site-name {
    margin-right: 15px;
}

#header .site-name a img {
    margin-right: auto;
}

.header-bottom {
    border-top: none !important;
    background-color: #ffffff;
    box-shadow: 0px 20px 20px #00000008;
}

#navigation {
    background-color: transparent !important;
}

.cart-free-shipping strong {
    color: #000000;
}

@media (min-width: 768px) {
    .top-navigation-bar .container {
        height: 40px
    }

    .top-navigation-bar {
        height: 40px;
        width: 100%;
        background-color: #9db17c;
        border-top: none;
        z-index: 1003;
        position: relative;
        border-bottom: 0px;
    }

    .top-navigation-bar a {
        color: white;
    }

    header#header {
        position: sticky;
        top: 0px;
        z-index: 1002;
        background-color: #9db17c;
    }

    .scrolled header#header {
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .08);
    }

    #header .site-name a img {
        max-height: 70px;
    }

    #header .header-top {
        padding-top: 25px;
        padding-bottom: 25px;
    }

    #header .header-top .container {
        padding-left: 20px;
        padding-right: 20px;
    }

    .popup-widget {
        z-index: 1005;
    }

    #header .navigation-buttons .top-nav-button-login {
        display: block;
    }

    .navigation-in>ul>li>a,
    .menu-helper>span {
        text-transform: uppercase;
        font-weight: 400 !important;
    }

    .navigation-in ul li a b {
        font-weight: 400 !important;
    }

    .navigation-in>ul>li.ext>ul>li>div>a {
        font-weight: 400 !important;
    }

    #navigation .menu-level-2 {
        border: unset;
    }

    #navigation .menu-level-2::before {
        content: "";
        position: absolute;
        position: absolute;
        left: 50%;
        top: 0;
        width: 100vw;
        height: 100%;
        background: #fff;
        transform: translateX(-50%);
        z-index: -1;
    }

    #header .header-top-wrapper>div.site-name {
        flex: 0 1 250px;
    }

    #header .header-top-wrapper>div.navigation-buttons {
        flex: 0 1 260px !important;
        margin-left: 0px;
    }

    #header .header-top-wrapper>div.search {
        flex: 0 1 calc(100% - 510px) !important;
        display: flex;
        justify-content: flex-end;
        padding-right: 10px;
    }

    .search-form {
        max-width: 350px !important;
        width: 100%;
    }

    .searchWhisperer {
        top: 75px;
        border-radius: 24px;
    }

    #header .header-top .searchWhisperer {
        max-height: calc(100vh - 120px);
        overflow: hidden;
        overflow-y: unset;
    }
}

.top-navigation-bar,
.top-navigation-bar .top-nav-button-login,
.top-navigation-bar a[data-testid="headerSignup"],
.top-navigation-bar .top-nav-button-account,
.top-navigation-bar .top-nav-button-logout {
    display: none !important;
}

#header .search-input {
    background-color: #ffffffb0;
}

@media(min-width: 768px) {
    #header .search-input {
        border: 0px;
        border-radius: 100px;
    }

    #header .header-top-wrapper>.search .search-input-icon:before,
    #header .navigation-buttons a[data-target=search]:before {
        color: #4a5d4e;
    }
}

@media (max-width: 767px) {

    #header .header-top-wrapper>.search .search-input-icon:before,
    #header .navigation-buttons a[data-target=search]:before {
        font-size: 24px;
        line-height: 80px;
        color: #4a5d4e;
        font-weight: 700 !important;
    }

    #header .navigation-buttons a[data-target=search]:before {
        color: #ffffff !important;
    }
}

.navigation-buttons a[data-target=cart]:before {
    content: "";
    background-image: url("/user/documents/upload/icons/kosik.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain !important;
    width: 45px !important;
    height: 45px !important;
    display: inline-block;
    filter: invert(1);
}

.navigation-buttons .top-nav-button-login:before {
    content: "";
    background-image: url("/user/documents/upload/icons/prihlaseni.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 45px;
    width: 45px;
    height: 45px;
    display: inline-block;
    filter: invert(1);
}

.navigation-buttons .top-nav-button-account:before {
    content: "";
    background-image: url("/user/documents/upload/icons/uzivatel.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 45px;
    width: 45px;
    height: 45px;
    display: inline-block;
    filter: invert(1);
}

.navigation-buttons .top-nav-button-login span,
.navigation-buttons .top-nav-button-account span {
    padding-left: 10px;
    display: inline-block;
    font-size: 20px;
}

.navigation-buttons a[data-target=navigation]:before {
    content: "";
    background-image: url("/user/documents/upload/icons/hamburger.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 45px;
    width: 45px;
    height: 45px;
    display: inline-block;
    filter: invert(1);
}

.navigation-window-visible .navigation-buttons a[data-target=navigation]:before {
    content: "";
    background-image: url("/user/documents/upload/icons/zavrit.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 45px;
    width: 45px;
    height: 45px;
    display: inline-block;
}

#header .navigation-buttons .top-nav-button-login,
#header .navigation-buttons .top-nav-button-account,
#header .navigation-buttons a[data-target=cart] {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: unset !important;
}

.navigation-buttons .top-nav-button-login span,
#header .navigation-buttons a[data-target=cart] span {
    display: none !important;
}

@media(max-width: 767px) {

    #header .navigation-buttons a[data-target=navigation],
    #header .navigation-buttons a[data-target=search] {
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

@media(max-width: 1199px) {

    .navigation-buttons .top-nav-button-login span,
    .navigation-buttons .top-nav-button-account span {
        display: none;
    }

}

@media (min-width: 480px) and (max-width: 767px) {

    #header .navigation-buttons a,
    #header .navigation-buttons button {
        height: 80px;
        width: 60px;
    }

    #header .navigation-buttons .top-nav-button-login:before,
    #header .navigation-buttons a[data-target=cart]:before,
    .navigation-buttons .top-nav-button-account:before {
        background-size: 40px;
        width: 40px;
        height: 80px;
    }
}

@media (max-width: 479px) {
    #header .site-name {
        flex-basis: calc(100vw - 200px);
        text-align: left;
    }

    #header .navigation-buttons a,
    #header .navigation-buttons button {
        width: 50px;
    }
}

@media (max-width: 320px) {
    #header .site-name {
        flex-basis: calc(100vw - 170px);
    }

    #header .navigation-buttons a,
    #header .navigation-buttons button {
        width: 40px;
    }
}

@media (max-width: 767px) {

    .navigation-window-visible .navigation-in.menu {
        background: #ffffff;
    }

    .navigation-window-visible ul.menu-level-1 {
        padding-top: 20px;
    }

    .navigation-window-visible #navigation .navigation-in ul li>a>b {
        text-decoration: none !important;
    }

    .navigation-window-visible span.submenu-arrow {
        display: none !important;
    }

    .navigation-window-visible #navigation .menu-level-1>li>a {
        padding-right: unset;
    }

    .navigation-window-visible .navigation-in .navigationActions {
        display: none;
    }

    .navigation-window-visible #navigation {
        border-color: #fff !important;
    }

    .navigation-in>ul.menu-level-1>li {
        background: #677755;
        border-radius: 8px;
        border-style: solid;
        border-width: 1px;
        margin: 8px 16px;
    }

    .navigation-in>ul.menu-level-1>li.page {
        background: #9db17c;
    }

    .navigation-in>ul.menu-level-1>li a {
        color: #ffffff;
    }

    .navigation-in>ul.menu-level-1>li.copy {
        display: block;
        background: 0 0;
    }

    .navigation-in>ul.menu-level-1>li a b,
    .navigation-in>ul.menu-level-1>li.copy a {
        padding-top: 15px !important;
        padding-bottom: 15px !important;
        font-weight: 400;
        text-transform: uppercase;
    }

    .navigation-in>ul.menu-level-1>li.menu-item-714 a::before {
        content: "";
        width: 24px;
        height: 24px;
        background-image: url("https://cdn.myshoptet.com/usr/www.tapionordic.cz/user/categories/orig/doplnky__stravy.svg");
        background-size: cover;
        background-size: center;
        margin-right: 16px
    }

    .navigation-in>ul.menu-level-1>li.menu-item-708 a::before {
        content: "";
        width: 24px;
        height: 24px;
        background-image: url("https://cdn.myshoptet.com/usr/www.tapionordic.cz/user/categories/orig/stavy-susene-plody.svg");
        background-size: cover;
        background-size: center;
        margin-right: 16px
    }

    .navigation-in>ul.menu-level-1>li.menu-item-766 a::before {
        content: "";
        width: 24px;
        height: 24px;
        background-image: url("https://cdn.myshoptet.com/usr/www.tapionordic.cz/user/categories/thumb/esencionalni-oleje.svg");
        background-size: cover;
        background-size: center;
        margin-right: 16px
    }

    .navigation-in>ul.menu-level-1>li.menu-item-744 a::before {
        content: "";
        width: 24px;
        height: 24px;
        background-image: url("https://cdn.myshoptet.com/usr/www.tapionordic.cz/user/categories/orig/tapio-green.svg");
        background-size: cover;
        background-size: center;
        margin-right: 16px
    }

    .navigation-in>ul.menu-level-1>li.menu-item-720 a::before {
        content: "";
        width: 24px;
        height: 24px;
        background-image: url("https://cdn.myshoptet.com/usr/www.tapionordic.cz/user/categories/orig/hand-made.svg");
        background-size: cover;
        background-size: center;
        margin-right: 16px
    }

    .navigation-in>ul.menu-level-1>li.menu-item-741 a::before {
        content: "";
        width: 24px;
        height: 24px;
        background-image: url("https://cdn.myshoptet.com/usr/www.tapionordic.cz/user/categories/orig/eko-domacnost.svg");
        background-size: cover;
        background-size: center;
        margin-right: 16px
    }

}

@media (max-width: 767px) and (min-width: 480px) {

    .user-action-in .popup-widget.cart-widget,
    .user-action-in .popup-widget.login-widget {
        height: calc(100% - 80px);
        top: 80px;
    }
}

@media (max-width: 479px) {

    .user-action-in .popup-widget.cart-widget,
    .user-action-in .popup-widget.login-widget {
        height: calc(100% - 60px);
        top: 60px;
    }
}

@media (min-width:768px) and (max-width:1200px) {
    #header .header-top-wrapper>div {
        flex: 1 1 3.333333% !important;
        margin-right: 25px;
    }
}

@media (min-width: 992px) {

    .popup-widget.login-widget:before {
        right: 150px !important;
    }

    .admin-logged .popup-widget.login-widget,
    .admin-logged .popup-widget.cart-widget {
        top: 128px !important
    }

    .scrolled .popup-widget.login-widget,
    .scrolled .popup-widget.cart-widget {
        top: 78px !important;
    }

    .popup-widget.login-widget,
    .scrolled .popup-widget.cart-widget {
        position: fixed !important;
        top: 103px;
    }
}

@media (min-width: 1200px) {
    .popup-widget.login-widget:before {
        right: 120px !important;
    }
}

.top-navigation-tools .contact-box ul,
.top-navigation-tools .contact-box ul li,
.top-navigation-tools .contact-box ul li>span {
    display: flex;
    flex-wrap: nowrap;
}

.top-navigation-tools .contact-box ul li>span:before {
    display: flex;
    height: unset;
    width: unset;
    line-height: unset;
    top: unset;
    font-size: 20px;
    align-items: center;
    color: white !important;
    transition: all .3s ease-out;
}

.top-navigation-tools .contact-box {
    min-height: unset;
}

.top-navigation-tools .contact-box ul li>span {
    white-space: nowrap;
    padding-left: 20px;
}

.top-navigation-tools .contact-box ul li:hover>span:before {
    color: #1a1937;
}

.top-navigation-tools .contact-box ul li>span a {
    padding-left: 0px;
    padding-right: 0px;
}

.top-navigation-bar a {
    text-transform: uppercase;
}

.top-navigation-menu-trigger {
    color: white !important;
}

.top-navigation-bar-menu-helper {
    background: #4a5d4e;
    border: none;
}

.top-navigation-bar a:hover {
    text-decoration: underline;
}

.top-navigation-bar-menu a {
    padding-left: 15px;
    padding-right: 15px;
}

.top-menu-trigger-visible .top-navigation-menu-trigger {
    text-transform: uppercase;
}

@media(min-width: 992px) {
    .top-navigation-menu {
        flex-basis: calc(100% - 300px) !important;
    }

    .top-navigation-tools {
        flex-basis: 300px !important;
    }
}

@media(min-width: 768px) and (max-width: 991px) {
    .top-navigation-menu {
        flex-basis: 100% !important;
    }

    .top-navigation-tools {
        display: none !important;
    }
}

@media(max-width: 767px) {
    #header {
        box-shadow: unset;
        background-color: #9db17c;
    }

    .scrolled #header {
        box-shadow: 0 1px 2px rgba(0, 0, 0, .16);
    }

    .search-window-visible #header .search {
        padding: 10px;
    }
}

@media(max-width: 767px) {
    li.appended-category {
        display: none !important;
    }
}

@media (min-width: 768px) {
    #header .navigation-buttons>a {
        margin-left: 30px;
    }

    #header .navigation-buttons .top-nav-button-login {
        margin-left: 30px;
    }
}

#header .header-top-wrapper>div.navigation-buttons .dropdown button#topNavigationDropdown {
    font-size: 24px;
    color: white;
    display: flex;
    align-items: center;
    gap: 10px;
    background: none;
    border: none;
}

#header .header-top-wrapper>div.navigation-buttons ul.dropdown-menu a {
    margin-left: 0px !important;
}

#header .header-top-wrapper>div.navigation-buttons ul.dropdown-menu {
    top: 40px;
}

#header .header-top-wrapper>div.navigation-buttons .dropdown-menu li a:before {
    left: 15px;
}

#header .header-top-wrapper>div.navigation-buttons .dropdown-menu li a {
    padding: 0px 30px;
    text-align: left;
}

.navigation-buttons a[data-target=cart] i {
    background-color: #677755;
    font-size: 16px;
    height: 20px;
    line-height: 16px;
    width: 20px;
}

@media (min-width: 768px) {
    #header .navigation-buttons a[data-target=cart] i {
        left: 28px;
    }
}

@media(max-width: 1199px) {
    .searchWhisperer__product__availability .availability-label {
        display: flex;
        width: 100%;
        font-size: 14px;
        line-height: 16px;
        padding-block: 5px;
        justify-content: center;
    }

    .searchWhisperer__product {
        padding: 10px;
    }

    .searchWhisperer__product__name {
        font-weight: 500;
        margin-top: 10px;
    }

    .searchWhisperer__product__price {
        font-weight: 700;
    }
}

@media(max-width: 1199px) and (min-width: 992px) {
    .popup-widget.cart-widget:before {
        right: 70px;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .searchWhisperer__products__listItem {
        flex-basis: 50%;
    }

    #header .header-top-wrapper>div.navigation-buttons {
        margin-right: 0px;
    }

    #header .navigation-buttons>a,
    #header .navigation-buttons .top-nav-button-login {
        margin-left: 20px !important;
    }

    #header .header-top-wrapper>div.navigation-buttons {
        flex: 0 1 240px !important;
    }

    #header .header-top-wrapper>div.search {
        flex: 0 1 calc(100% - 465px) !important;
    }
}

@media(max-width: 991px) {

    .popup-widget-inner,
    .popup-widget.cart-widget {
        border-radius: 0px;
    }
}

@media(max-width: 767px) {
    #header .searchWhisperer {
        margin-top: 10px !important;
    }

    .searchWhisperer__product__availability .availability-label {
        justify-content: flex-start;
    }
}

.top-navigation-bar .container>div.top-navigation-tools {
    display: none;
}

.top-navigation-bar .container>div.top-navigation-bar-text {
    flex: 1 1 100%;
}

.top-navigation-bar .container>div.top-navigation-bar-text p {
    margin-bottom: 0px !important;
    font-size: 18px;
    color: #000000;
}

.cart-widget-bottom {
    background-color: transparent;
}

a.top-nav-button.top-nav-button-account>span {
    display: none;
}

@media (max-width: 991px) and (min-width: 768px) {

    .user-action-in .popup-widget.cart-widget,
    .user-action-in .popup-widget.login-widget {
        height: calc(100% - 188px);
        top: 188px;
    }
}

@media(max-width: 767px) {

    .navigation-window-visible .navigation-buttons a[data-target=navigation],
    .navigation-window-visible .navigation-buttons a[data-target=navigation]:hover {
        background-color: #677755;
    }
}

@media (min-width: 480px) and (max-width: 767px) {
    #header .navigation-buttons a[data-target=search]:before {
        font-size: 35px;
    }

    #header .navigation-buttons a[data-target=cart]:before {
        background-size: 31px !important;
    }

    .navigation-buttons a[data-target=navigation]:before {
        background-size: 35px;
    }

    #header .header-top a.cart-count i {
        bottom: 15px;
        right: 5px;
    }

    .navigation-window-visible .navigation-buttons a[data-target=navigation]:before {
        background-size: 40px;
    }
}

@media (max-width: 479px) {
    #header .navigation-buttons a {
        height: 60px !important;
    }

    .navigation-buttons a[data-target=navigation]:before,
    .navigation-window-visible .navigation-buttons a[data-target=navigation]:before {
        background-size: 30px;
    }

    .navigation-buttons .top-nav-button-login:before,
    .navigation-buttons .top-nav-button-account:before {
        background-size: 40px;
    }

    .navigation-buttons a[data-target=cart]:before {
        width: 30px !important;
    }

    #header .header-top a.cart-count i {
        bottom: 5px;
        left: auto;
        right: 5px;
        font-size: 14px;
        line-height: 14px;
    }

    #navigation {
        top: 60px;
    }

    #header .navigation-buttons a:before {
        line-height: 60px !important;
    }

    .navigation-window-visible ul.menu-level-1 {
        padding-top: 15px;
    }

    #header .header-top-wrapper>.search .search-input-icon:before,
    #header .navigation-buttons a[data-target=search]:before {
        line-height: 60px;
    }

    #header .header-top-wrapper>.search .search-input-icon:before,
    #header .navigation-buttons a[data-target=search]:before {
        font-size: 30px;
    }
}

@media (max-width: 374px) {

    .navigation-buttons a[data-target=navigation]:before,
    .navigation-window-visible .navigation-buttons a[data-target=navigation]:before {
        background-size: 25px;
    }

    .navigation-buttons a[data-target=navigation]:before,
    .navigation-buttons a[data-target=cart]:before {
        width: 25px !important;
    }

    #header .navigation-buttons a,
    #header .navigation-buttons button,
    .navigation-buttons .top-nav-button-login:before,
    .navigation-buttons .top-nav-button-account:before {
        width: 40px;
    }

    #header .header-top a.cart-count i {
        right: 1px;
    }

    .navigation-buttons .top-nav-button-login:before,
    .navigation-buttons .top-nav-button-account:before {
        background-size: 32px;
    }

    #header .header-top-wrapper>.search .search-input-icon:before,
    #header .navigation-buttons a[data-target=search]:before {
        font-size: 25px;
    }
}

@media(min-width: 768px) {
    nav#navigation ul.menu-level-2 {
        padding-inline: 20px;
        padding-bottom: 50px;
    }

    nav#navigation ul.menu-level-2 li a.menu-image,
    nav#navigation ul.menu-level-2 .menu-level-3 {
        display: none;
    }

    .navigation-in>ul>li.ext>ul>li {
        min-height: 50px;
    }
}

@media (max-width: 767px) {
    #header .searchWhisperer {
        max-height: calc(var(--vh, 1vh) * 100 - 128px) !important;
    }
}

@media(max-width: 991px) and (min-width: 768px) {

    .scrolled .user-action-in .popup-widget.cart-widget,
    .scrolled .user-action-in .popup-widget.login-widget {
        height: calc(100% - 148px);
        top: 148px;
    }

    .scrolled #header .header-top {
        padding-top: 15px;
        padding-bottom: 15px;
    }
}