body[data-view=header-e01-handheld-menu] {
    overflow: hidden;
}
@media screen and (min-width: 1280px) {
    body[data-view=header-e01-handheld-menu] {
        overflow: unset;
    }
}

#header-e01 {
    width: 100%;
    user-select: none;
    height: fit-content;
    padding: 12px 0 12px 0;
    transition: height 500ms ease;
    font-family: "Inter", sans-serif;
    background-color: transparent;
}

#header-e01 [data-attr=wrapper] {
    box-sizing: border-box;
}

#header-e01 [data-attr=menu-icon] {
    top: 17px;
    right: 16px;
    width: 24px;
    height: 18px;
    z-index: 99999;
    margin: 12px 4px;
    position: absolute;
}

#header-e01 [data-attr=menu-icon] .hamburger-menu {
  fill: #ffffff;
}

#header-e01 [data-attr=menu-icon] .hamburger-menu .menu-bar {
    transform-origin: center;
    transition: transform 250ms ease;
}

#header-e01 [data-attr=menu-icon][data-action=tapped] .hamburger-menu > .menu-bar:nth-child(1) {
    transform: rotate(-45deg) translateY(45.5%);
}

#header-e01 [data-attr=menu-icon][data-action=tapped] .hamburger-menu > .menu-bar:nth-child(2) {
    transform: scale(0);
}

#header-e01 [data-attr=menu-icon][data-action=tapped] .hamburger-menu > .menu-bar:nth-child(3) {
    transform: rotate(45deg) translateY(-45.5%);
}

#header-e01 [data-attr=wrapper] > nav[data-attr=container] {
    margin: auto;
    display: flex;
    align-items: center;
    width: calc(100% - 32px);
    justify-content: flex-end;
}

#header-e01 [data-attr=brand-logo] {
    height: 40px;
    margin: 6px 0;
    z-index: 99999;
    position: relative;
    margin-right: auto;
}

#header-e01 [data-attr=brand-logo] img {
    height: 100%;
}

#header-e01 [data-attr=brand-logo] a {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
}

#header-e01 [data-attr=menu] {
    top: 0;
    left: 0;
    height: 0px;
    display: flex;
    z-index: 9999;
    padding: 0 20px;
    position: absolute;
    flex-direction: column;
    width: calc(100% - 40px);
    background-color: var(--brand-col-1);
}

#header-e01 [data-attr=menu] .item {
    height: 43px;
    border-bottom: 1px solid #d8d4d4;
}

#header-e01 [data-attr=menu] .item:nth-child(1) {
    transform: translateX(-110%);
}

#header-e01 [data-attr=menu] .item:nth-child(2) {
    transform: translateX(-210%);
}

#header-e01 [data-attr=menu] .item:nth-child(3) {
    transform: translateX(-310%);
}

#header-e01 [data-attr=menu] .item:nth-child(4) {
    transform: translateX(-410%);
}

#header-e01 [data-attr=menu] .item:nth-child(5) {
    transform: translateX(-510%);
}

#header-e01 [data-attr=menu] .item:nth-child(6) {
    transform: translateX(-610%);
}

#header-e01 [data-attr=menu] .item a {
    font-size: 15px;
    font-weight: 500;
    line-height: 43px;
    color: #ffffff;
}

#header-e01 [data-attr=menu] .item:last-child {
    margin-top: 43px;
    border-bottom: unset;
    transform: translateX(-756%);
}

#header-e01 [data-attr=menu] .item:last-child a {
    padding: 0 32px;
    line-height: 40px;
    text-align: center;
    border-radius: 2px;
    color: #ffffff;
    background: var(--brand-col-2);
}

#header-e01 [data-action=tapped] ~ nav[data-attr=container] > [data-attr=menu] {
    padding-top: 118px;
    height: calc(100% - 118px);
}

#header-e01 [data-action=tapped] ~ nav[data-attr=container] > [data-attr=menu] .item {
    transform: translateX(0%);
    transition: transform 500ms ease;
}

#header-e01 [data-attr=account] {
    width: 32px;
    height: 32px;
    margin: 8px 0;
    position: relative;
}

#header-e01 [data-attr=account] img {
    height: 100%;
}

#header-e01 [data-attr=account] a {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
}

@media screen and (min-width: 768px) {
    #header-e01 [data-attr=menu-icon] {
        top: 24px;
        right: 32px;
        width: 28px;
        height: 21px;
    }

    #header-e01 [data-attr=wrapper] > nav[data-attr=container] {
        gap: 32px;
        max-width: 1400px;
        width: calc(100% - 64px);
    }

    #header-e01 [data-attr=brand-logo] {
        height: 48px;
        margin: 8px 0;
        margin-right: auto;
    }

    #header-e01 [data-attr=menu] {
        top: 0;
        padding: 0 40px;
        width: calc(100% - 80px);
    }

    #header-e01 [data-attr=menu] .item {
        height: 55px;
    }

    #header-e01 [data-attr=menu] .item a {
        font-size: 16px;
        font-weight: 500;
        line-height: 55px;
    }

    #header-e01 [data-attr=menu] .item:last-child {
        max-width: 340px;
        margin: 55px auto;
    }

    #header-e01 [data-attr=account] {
        width: 40px;
        height: 40px;
        margin: 12px 0;
    }
}

@media screen and (min-width: 992px) {
    #header-e01 .item {
        text-align: center;
    }
}

@media screen and (min-width: 1220px) {
    #header-e01 {
        padding: 12px 0 12px 0;
    }

    #header-e01 [data-attr=brand-logo] {
        height: 60px;
    }

    #header-e01 [data-attr=menu-icon] {
        display: none;
    }

    #header-e01 [data-attr=wrapper] > nav[data-attr=container] {
        overflow: hidden;
    }

    #header-e01 [data-attr=menu] {
        gap: 32px;
        height: 40px;
        padding: unset;
        position: initial;
        flex-direction: row;
        border-bottom: unset;
        margin: 22px 0 12px 0;
        background-image: none;
        background-color: unset;
        justify-content: flex-end;
    }

    #header-e01 [data-attr=menu] .item {
        height: 40px;
        position: relative;
        border-bottom: unset;
        transform: unset !important;
    }

    #header-e01 [data-attr=menu] .item::after {
        left: 0;
        right: 0;
        bottom: 0px;
        content: "";
        width: 0;
        height: 2px;
        margin: auto;
        display: block;
        position: absolute;
        border-radius: 2px;
        transition: width 250ms ease-out;
        background-color: var(--generic-white);
    }

    #header-e01 [data-attr=menu] .item:hover::after, #header-e01 [data-attr=menu] .item.focus::after {
        width: 32px;
    }

    #header-e01 [data-attr=menu] .item a {
        line-height: 40px;
    }

    #header-e01 [data-attr=menu] .item:last-child {
        margin: unset;
        padding-left: 28px;
        border-left: 1px solid var(--gray-col-1);
    }

    #header-e01 [data-attr=menu] .item:last-child::after {
        display: none;
    }

    #header-e01 [data-attr=menu] .item:last-child a {
        -webkit-transition: color 350ms ease, background-color 250ms ease;
        transition: color 350ms ease, background-color 250ms ease;
    }
}
