.navigation-mobile .mobile-navigation li a {
    position: relative;
}

.navigation-mobile .mobile-navigation > ul > li > a {
    color: #867C4D;
    font-size: 18px;
    font-weight: 900;
}
.navigation-mobile .mobile-navigation li:not(.has-children):not(.store-locator-link) a::after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-right: 0.2em solid #fff;
    border-top: 0.2em solid #fff;
    margin-right: 0.5em;
    position: absolute;
    right: 0;
    top: 50%;
    transform: rotate(45deg) translateX(-50%);
}

.navigation-mobile .mobile-navigation > ul > li:not(.has-children):not(.store-locator-link) > a::after {
    border-right: 0.2em solid #867C4D;
    border-top: 0.2em solid #867C4D;
}

.navigation-mobile .mobile-navigation li.has-children ul.child-menu li a {
    font-weight: 400;
}

.navigation-mobile .mobile-navigation li.has-children ul.child-menu li {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-left: 0;
    align-items: center;
    gap: 15px;
    min-height: 55px;
}

.navigation-mobile .mobile-navigation li.has-children ul.child-menu li > .mobile-menu-image {
    width: 39px;
    height: 39px;
    display: flex;
}

.navigation-mobile .mobile-navigation li.has-children ul.child-menu li > .mobile-menu-image > img {
    max-width: 39px;
    width: 39px;
    height: 39px;
    object-fit: cover;
    object-position: center;
    border-radius: 100%;
}

.navigation-mobile .mobile-navigation > ul > li.store-locator-link {
    border-bottom: 0;
}

.navigation-mobile .mobile-navigation > ul > li.store-locator-link > a {
    display: flex;
    padding: 0;
    gap: 20px;
    height: 50px;
    align-items: center;
    font-size: 14px;
    color: #fff;
    font-weight: 400;
}

.navigation-mobile .mobile-navigation > ul > li.store-locator-link > a > span.map-icon-container {
    position: relative;
    display: flex;
    width: 15px;
    height: 100%;
}

.navigation-mobile .mobile-navigation > ul > li.store-locator-link > a > span.map-icon-container > span.map-icon {
    position: absolute;
    top: 13px;
    left: 0;
    border-radius: 50% 50% 50% 0;
    border: 3px solid #867C4D;
    width: 20px;
    height: 20px;
    transform: rotate(-45deg);
}

.navigation-mobile .mobile-navigation > ul > li.store-locator-link > a > span.map-icon-container > span.map-icon::after {
    position: absolute;
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    margin-left: -3px;
    margin-top: -3px;
    background-color: #867C4D;
}

.navigation-mobile .mobile-navigation > ul > li.store-locator-link > a > span.map-title {
    text-decoration: underline;
}

.account-section {
    max-width: 30px;
    background-color: #000;
    height: 60px;
    width: 40px;
    margin-right: 0;
    display: none;
}
@media (max-width: 1199px) {
    .account-section {
        display: inline-block;
    }
}
.account-icon {
    display: flex;
    max-width: 40px;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
}
.account-content {
    display: none;
    position: absolute;
    padding: 10px;
    background: #000;
    z-index: 9;
    top: 60px;
    right: 0;
    height: auto;
}
.account-content .account-nav {
    list-style: none;
}
.account-content .account-nav li {
    margin: 0;
}
.account-content .account-nav li a {
    color: #fff;
    padding: 10px;
    display: block;
}

.account-content.open {
    display: block;
}

body.nav-open {
    overflow: hidden;
}

body.nav-open .overlay {
    background: #333333B2;
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 8;
}

.slide-controls {
    z-index: 7 !important;
}
.banner .slide-thumbs button.thumbs-arrow {
    z-index: 7 !important;
}

@media (max-width: 1199px) {
    .header .logo {
        width: calc(100% - 140px);
    }
    .header .basket {
        position: relative !important;
        margin-right: 8px !important;
    }
    .navigation-mobile {
        height: 100vh;
        padding: 0;
    }
    .navigation-mobile .mobile-navigation {
        height: 85vh;
        overflow-x: hidden;
        overflow-y: scroll;
        padding: 2px 19px 19px;
    }
    .header {
        z-index: 9;
        position: relative;
    }
}

.messages {
    position: relative !important;
    top: 0 !important;
}

.catalog-product-view .messages .message-success {
    display: none;
}

.products-list .product-list-item .material-label {
    position: absolute;
    top: 10px;
    left: 10px;
    height: 30px;
    width: 120px;
    line-height: 20px;
    padding: 5px 0;
    text-align: center;
    z-index: 100;
    background-color: #fff;
    color: #000;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
}
