header-drawer,
.header-drawer-lazyload {
    justify-self: start;
    height: 48px;
    width: 48px;
    margin-left: 0;
}

@media screen and (min-width: 1024px) {

    header-drawer,
    .header-drawer-lazyload {
        display: none;
    }
}

@media only screen and (width: 375px) {
    input[type="search"]::placeholder {
        color: rgba(18, 18, 18, 0.75);
        position: relative;
        width: 51px;
        left: 5px;
        top: 2px;
        font-style: normal;
        font-weight: 500;
        font-size: 15px;
        line-height: 15px;
        opacity: 0.75;
    }
}

.menu-drawer-container {
    display: flex;
}

.list-menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

.list-menu--inline {
    display: inline-flex;
    flex-wrap: wrap;
}

summary.list-menu__item {
    padding-right: 2.7rem;
}

.list-menu__item {
    align-items: center;
    line-height: calc(1 + 0.3 / var(--font-body-scale));
}

.list-menu__item--link {
    text-decoration: none;
    padding-bottom: 1rem;
    padding-top: 1rem;
    line-height: calc(1 + 0.8 / var(--font-body-scale));
}

@media screen and (min-width: 750px) {
    .list-menu__item--link {
        padding-bottom: 0.5rem;
        padding-top: 0.5rem;
    }
}

.my-store-locator {
    display: none;
}
