@import url(https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&display=swap);@media only screen and (min-width: 320px) and (max-width:1024px) {
    [capillary] html,[sfcc] html {
        height:100vh
    }

    [capillary] html.blocking,[sfcc] html.blocking {
        overflow: hidden
    }

    [capillary] html.blocking body,[sfcc] html.blocking body {
        height: 100vh;
        overflow: hidden
    }

    [capillary] .dylan-hamburger,[sfcc] .dylan-hamburger {
        -webkit-tap-highlight-color: transparent;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        background: transparent;
        border: none;
        bottom: 0;
        display: block;
        height: 44px;
        margin: auto 0;
        pointer-events: auto;
        position: absolute;
        top: 0;
        -webkit-transition: left .3s ease;
        transition: left .3s ease;
        width: 44px
    }

    [capillary] .dylan-hamburger i:after,[capillary] .dylan-hamburger i:before,[capillary] .dylan-hamburger i>b,[sfcc] .dylan-hamburger i:after,[sfcc] .dylan-hamburger i:before,[sfcc] .dylan-hamburger i>b {
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        background-color: #001e62;
        height: 100%;
        left: 0;
        position: absolute;
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-transition-duration: .5s;
        transition-duration: .5s;
        -webkit-transition-timing-function: cubic-bezier(.4,.01,.165,.99);
        transition-timing-function: cubic-bezier(.4,.01,.165,.99);
        width: 100%;
        will-change: transform
    }

    [capillary] .dylan-hamburger i,[sfcc] .dylan-hamburger i {
        bottom: 0;
        height: 2px;
        left: 0;
        margin: auto;
        position: absolute;
        right: 0;
        top: 0;
        width: 20px
    }

    [capillary] .dylan-hamburger i:before,[sfcc] .dylan-hamburger i:before {
        content: "";
        top: -7px
    }

    [capillary] .dylan-hamburger i:after,[sfcc] .dylan-hamburger i:after {
        bottom: -7px;
        content: ""
    }

    [capillary] .dylan-hamburger.open i>b,[sfcc] .dylan-hamburger.open i>b {
        opacity: 0;
        -webkit-transform: translateY(0) rotate(45deg);
        transform: translateY(0) rotate(45deg)
    }

    [capillary] .dylan-hamburger.open i:before,[sfcc] .dylan-hamburger.open i:before {
        -webkit-transform: translateY(7px) rotate(-45deg);
        transform: translateY(7px) rotate(-45deg)
    }

    [capillary] .dylan-hamburger.open i:after,[sfcc] .dylan-hamburger.open i:after {
        -webkit-transform: translateY(-7px) rotate(225deg);
        transform: translateY(-7px) rotate(225deg)
    }

    [capillary] .dylan-page,[sfcc] .dylan-page {
        background-color: #fff;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        min-height: 300px;
        min-width: 320px!important;
        -webkit-transition: -webkit-transform .3s ease;
        transition: -webkit-transform .3s ease;
        transition: transform .3s ease;
        transition: transform .3s ease,-webkit-transform .3s ease;
        z-index: 2
    }

    [capillary] .dylan-page.dylan-slideout,[sfcc] .dylan-page.dylan-slideout {
        bottom: 0;
        left: 0;
        position: fixed;
        right: 0;
        top: 0;
        -webkit-transform: translateX(84%);
        transform: translateX(84%)
    }

    [capillary] .dylan,[sfcc] .dylan {
        -webkit-tap-highlight-color: transparent;
        bottom: 0;
        left: 0;
        max-width: 644px;
        min-width: 240px;
        opacity: 0;
        pointer-events: none;
        position: fixed;
        right: 0;
        top: 0;
        -webkit-transform: translateX(-30%);
        transform: translateX(-30%);
        -webkit-transition: opacity .3s ease,-webkit-transform .3s ease;
        transition: opacity .3s ease,-webkit-transform .3s ease;
        transition: transform .3s ease,opacity .3s ease;
        transition: transform .3s ease,opacity .3s ease,-webkit-transform .3s ease;
        width: 84%;
        z-index: -1
    }

    [capillary] .dylan.open,[sfcc] .dylan.open {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
        z-index: 1
    }

    [capillary] .dylan.ready,[sfcc] .dylan.ready {
        pointer-events: auto
    }

    [capillary] .dylan-link,[sfcc] .dylan-link {
        text-decoration: none!important
    }

    [capillary] .dylan-layers,[capillary] .dylan-menu,[sfcc] .dylan-layers,[sfcc] .dylan-menu {
        bottom: 0;
        left: 0;
        overflow: hidden;
        position: absolute;
        right: 0;
        top: 0
    }

    [capillary] .dylan-layer,[sfcc] .dylan-layer {
        -webkit-overflow-scrolling: touch;
        background-color: #fff;
        bottom: 0;
        left: 0;
        opacity: 0;
        overflow-x: hidden;
        overflow-y: auto;
        position: absolute;
        right: 0;
        top: 0;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        -webkit-transition: opacity .3s ease-in-out,-webkit-transform .3s ease;
        transition: opacity .3s ease-in-out,-webkit-transform .3s ease;
        transition: transform .3s ease,opacity .3s ease-in-out;
        transition: transform .3s ease,opacity .3s ease-in-out,-webkit-transform .3s ease
    }

    [capillary] .dylan-layer.current,[sfcc] .dylan-layer.current {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    [capillary] .dylan-layer.before,[sfcc] .dylan-layer.before {
        -webkit-transform: translateX(-30%);
        transform: translateX(-30%)
    }

    [capillary] .dylan-layer.hidden,[sfcc] .dylan-layer.hidden {
        display: none!important
    }
}

@media only screen and (min-width: 320px) {
    [capillary] .dylan-hamburger.open,[sfcc] .dylan-hamburger.open {
        left:1.1%
    }
}

@media only screen and (min-width: 360px) {
    [capillary] .dylan-hamburger.open,[sfcc] .dylan-hamburger.open {
        left:1.9%
    }
}

@media only screen and (min-width: 375px) {
    [capillary] .dylan-hamburger.open,[sfcc] .dylan-hamburger.open {
        left:2.1%
    }
}

@media only screen and (min-width: 414px) {
    [capillary] .dylan-hamburger.open,[sfcc] .dylan-hamburger.open {
        left:2.8%
    }
}

@media only screen and (max-width: 414px) {
    [capillary] .dylan,[sfcc] .dylan {
        max-width:348px
    }
}

[sfcc].blocking .sfcc-header-brand-switch {
    pointer-events: none
}

[sfcc].blocking .search-tool.mobile {
    pointer-events: none
}

[sfcc] .wrapper {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 10px;
    width: 100%
}

[sfcc] .container-container {
    padding: 0 10px;
    width: 1200px
}

[sfcc] .sfcc-shop-cart {
    margin-left: 20px;
    position: relative
}

[sfcc] .sfcc-shop-cart svg {
    fill: #fff;
    height: 23px;
    width: 23px
}

[sfcc] .sfcc-shop-cart .sfcc-shop-cart-quantity {
    background-color: #dd364a;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    font-size: 13px;
    height: 20px;
    line-height: 20px;
    position: absolute;
    right: -10px;
    text-align: center;
    top: -10px;
    vertical-align: top;
    width: 20px
}

[sfcc] .wishlist-header-wrap {
    margin-left: 20px;
    position: relative
}

[sfcc] .wishlist-header-wrap svg {
    fill: #001e62;
    height: 21px;
    width: 23px
}

[sfcc] .wishlist-header-wrap svg.heart-filled {
    height: 19px;
    width: 22px
}

[sfcc] .wishlist-header-wrap .wistlist-number {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    height: 100%;
    justify-content: center;
    left: 0;
    position: absolute;
    top: 2px;
    width: 100%
}

[sfcc] .wishlist-header-wrap .number {
    color: #fff;
    font-family: Graphik Regular,sans-serif;
    font-size: 11px;
    position: absolute;
    top: 7px
}

[sfcc] .svg-logo {
    fill: #9a979a;
    display: inline-block;
    height: 23px;
    position: relative;
    top: 3px;
    width: 69px
}

[sfcc] .svg-logo-at {
    fill: #9a979a;
    display: inline-block;
    height: 17px;
    position: relative;
    top: 6px;
    width: 83px
}

[sfcc] .svg-logo-ot {
    fill: #9a979a;
    display: inline-block;
    height: 27px;
    position: relative;
    top: 3px;
    width: 42px
}

[sfcc] .svg-logo-walking {
    fill: #9a979a;
    display: inline-block;
    height: 23px;
    position: relative;
    top: 3px;
    width: 69px
}

[sfcc] .user-account {
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0NCA0MiI+PHBhdGggZD0iTTE3LjgzNiAyNC4yNDVjLTEuNDM5LS44NzYtMi43MjYtMi4xNDQtMy42ODYtMy41MDUtMS40OTMtMi4xMTYtMi4xMTUtNC4yNzgtMi4xMTUtNy4zMTUgMC0uOS0uMDgtMS40MjQgMC0yLjI4OC4xNjYtMS44MDEuNjY3LTMuODQ3IDEuNTI1LTUuMjIyIDEuNzY2LTIuODMgNS4wMjctNC41MDYgOC4xMy00LjUwNiAzLjAwNSAwIDYuMzYgMS44MjggOC4xMzEgNC41MDYgMS4zNzIgMi4wNzYgMS41MjUgNC42MTMgMS41MjUgNy41MSAwIDQuNjk5LTIuMTY3IDguNzY3LTUuMzI1IDEwLjc0My4xNDUgMS4wMzIuNDEgMS45OTcuOTc5IDIuNDM3IDMuOTYgMy4wNjEgOS40MjQgNS4xMTYgMTMgNy41IDEuNSAxIDIuNTU0IDIuNjQ5IDIuNjE2IDIuNzIxLjUxMi41OTIuNTEyIDEuOTg0IDAgNC4xNzRIMS40NWMtLjU5OS0yLjA0MS0uNTk5LTMuNDMyIDAtNC4xNzQgMS4yNTItMS41NTIgMS4xOTktMS42NCAzLjQ3My0zLjM2MiAzLjE5Mi0yLjQxNSAxMS40NjUtNS44MDUgMTIuMzI3LTcuMzZhNC45MTUgNC45MTUgMCAwIDAgLjU4Ny0xLjg1OXoiIHN0cm9rZS13aWR0aD0iMiIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjZmZmIi8+PC9zdmc+) 0 no-repeat;
    background-size: 15px 14px;
    display: inline-block;
    padding-left: 18px
}

[sfcc] .user-account-mobile {
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0NCA0MiI+PHBhdGggZD0iTTE3LjgzNiAyNC4yNDVjLTEuNDM5LS44NzYtMi43MjYtMi4xNDQtMy42ODYtMy41MDUtMS40OTMtMi4xMTYtMi4xMTUtNC4yNzgtMi4xMTUtNy4zMTUgMC0uOS0uMDgtMS40MjQgMC0yLjI4OC4xNjYtMS44MDEuNjY3LTMuODQ3IDEuNTI1LTUuMjIyIDEuNzY2LTIuODMgNS4wMjctNC41MDYgOC4xMy00LjUwNiAzLjAwNSAwIDYuMzYgMS44MjggOC4xMzEgNC41MDYgMS4zNzIgMi4wNzYgMS41MjUgNC42MTMgMS41MjUgNy41MSAwIDQuNjk5LTIuMTY3IDguNzY3LTUuMzI1IDEwLjc0My4xNDUgMS4wMzIuNDEgMS45OTcuOTc5IDIuNDM3IDMuOTYgMy4wNjEgOS40MjQgNS4xMTYgMTMgNy41IDEuNSAxIDIuNTU0IDIuNjQ5IDIuNjE2IDIuNzIxLjUxMi41OTIuNTEyIDEuOTg0IDAgNC4xNzRIMS40NWMtLjU5OS0yLjA0MS0uNTk5LTMuNDMyIDAtNC4xNzQgMS4yNTItMS41NTIgMS4xOTktMS42NCAzLjQ3My0zLjM2MiAzLjE5Mi0yLjQxNSAxMS40NjUtNS44MDUgMTIuMzI3LTcuMzZhNC45MTUgNC45MTUgMCAwIDAgLjU4Ny0xLjg1OXoiIHN0cm9rZS13aWR0aD0iMiIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjZmZmIi8+PC9zdmc+) 0 no-repeat;
    background-size: 22px 22px;
    display: inline-block;
    min-height: 22px;
    padding-left: 26px
}

[sfcc] #header.sfcc-header {
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: auto;
    font-weight: 500
}

[sfcc] #header.sfcc-header.fixed {
    top: -50px
}

[sfcc] #header.sfcc-header .wrapper {
    padding: 0 10px
}

[sfcc] #header.sfcc-header .sfcc-header-brands {
    background-color: #001e63;
    border-bottom: 1px solid #2ac4e5;
    color: #fff;
    font-size: 10px;
    font-weight: 400;
    padding: 9px;
    position: relative
}

[sfcc] #header.sfcc-header .sfcc-header-brands .wrapper {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between
}

[sfcc] #header.sfcc-header .sfcc-header-brands .sfcc-header-brand-icon {
    -webkit-box-flex: 1;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1;
    flex: 1;
    justify-content: flex-start
}

[sfcc] #header.sfcc-header .sfcc-header-brands .sfcc-header-brand-icon li {
    border-left: 1px solid #9a979a;
    height: 28px;
    line-height: 28px;
    padding: 0 20px
}

[sfcc] #header.sfcc-header .sfcc-header-brands .sfcc-header-brand-icon li.active {
    position: relative
}

[sfcc] #header.sfcc-header .sfcc-header-brands .sfcc-header-brand-icon li.active svg {
    fill: #fff
}

[sfcc] #header.sfcc-header .sfcc-header-brands .sfcc-header-brand-icon li.active:after {
    border: 7px solid transparent;
    border-bottom: 7px solid #2ac4e5;
    border-top: none;
    bottom: -10px;
    content: "";
    display: block;
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

[sfcc] #header.sfcc-header .sfcc-header-brands .sfcc-header-brand-icon li:first-child {
    border-left: none;
    padding-left: 0
}

[sfcc] #header.sfcc-header .sfcc-header-brands .sfcc-header-brand-icon li:hover svg {
    fill: #fff
}

[sfcc] #header.sfcc-header .sfcc-header-brands .sfcc-header-brand-utility {
    -webkit-box-flex: 1;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1;
    flex: 1;
    justify-content: flex-end
}

[sfcc] #header.sfcc-header .sfcc-header-brands .sfcc-header-brand-utility li {
    padding: 0 12px
}

[sfcc] #header.sfcc-header .sfcc-header-brands .sfcc-header-brand-utility li>i {
    padding-right: 6px
}

[sfcc] #header.sfcc-header .sfcc-header-brands .sfcc-header-brand-utility li:last-child {
    padding-right: 0
}

[sfcc] #header.sfcc-header .sfcc-header-brands .sfcc-header-brand-utility li:first-child {
    padding-left: 0
}

[sfcc] #header.sfcc-header .sfcc-header-brands .sfcc-header-brand-utility li:first-child .flag-icon {
    margin-right: 4px
}

[sfcc] #header.sfcc-header .sfcc-header-brands .sfcc-header-brand-utility li a {
    color: #fff
}

[sfcc] #header.sfcc-header .sfcc-header-brands .sfcc-header-brand-utility li a:hover {
    text-decoration: underline
}

[sfcc] #header.sfcc-header .sfcc-menu #dylan-main-layer {
    background-color: #001e63
}

[sfcc] #header.sfcc-header .sfcc-menu .mobile-menu-header {
    display: none
}

[sfcc] #header.sfcc-header .sfcc-menu .mobile-help-links {
    display: none
}

[sfcc] #header.sfcc-header .sfcc-menu .social-box-title {
    display: none
}

[sfcc] #header.sfcc-header .sfcc-menu .social-box {
    display: none
}

[sfcc] #header.sfcc-header .sfcc-menu .logo-box {
    display: none
}

[sfcc] #header.sfcc-header .sfcc-menu #asics-logo {
    height: 37px;
    margin-top: 0;
    min-width: 111px;
    width: 111px
}

[sfcc] #header.sfcc-header .sfcc-menu .search-tool {
    margin-right: 36px
}

[sfcc] #header.sfcc-header .sfcc-menu .search-tool .plant-search {
    border: none;
    height: 36px;
    padding: 8px 16px;
    width: 194px
}

[sfcc] #header.sfcc-header .sfcc-menu .search-tool .icon-search {
    background-color: #00c3e6;
    color: #001e63;
    height: 36px;
    line-height: 36px;
    position: absolute;
    right: -36px;
    top: 0;
    width: 36px
}

[sfcc] #header.sfcc-header .sfcc-menu #dylan-main-layer .dylan-list.first {
    font-weight: 500;
    margin-left: 30px;
    text-transform: uppercase
}

[sfcc] #header.sfcc-header .sfcc-menu #dylan-main-layer .dylan-list.first>li>.dylan-link {
    margin: 0
}

[sfcc] #header.sfcc-header .sfcc-menu #dylan-main-layer .dylan-list.first>li>.dylan-link:after {
    border: 7px solid transparent;
    border-bottom: 7px solid #fff;
    border-top: none;
    bottom: 0;
    content: "";
    left: 50%;
    opacity: 0;
    position: absolute;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: opacity .3s linear;
    transition: opacity .3s linear
}

[sfcc] #header.sfcc-header .sfcc-menu #dylan-main-layer .dylan-list.first>li>.dylan-link.hover:after,[sfcc] #header.sfcc-header .sfcc-menu #dylan-main-layer .dylan-list.first>li>.dylan-link:hover:after {
    opacity: 1
}

[sfcc] #header.sfcc-header .sfcc-menu #dylan-main-layer .dylan-list.first>li>.dylan-link strong {
    font-size: 14px
}

@media (-ms-high-contrast:none),screen and (-ms-high-contrast:active) {
    [sfcc] #header.sfcc-header .sfcc-menu #dylan-main-layer .dylan-list.first>li>.dylan-link strong {
        font-weight: 600
    }
}

[sfcc] #header.sfcc-header .sfcc-menu #dylan-main-layer .dylan-list.first>li>.dylan-link strong:hover {
    color: #fff
}

[sfcc] #header.sfcc-header .sfcc-menu .dylan-sub-layer {
    padding: 25px 0
}

@media only screen and (min-width: 320px) and (max-width:1024px) {
    [sfcc] #header.sfcc-header .sfcc-menu .dylan-sub-layer {
        padding:0
    }
}

[sfcc] #header.sfcc-header .sfcc-menu .desktop-menu-wrapper .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

[sfcc] #header.sfcc-header .sfcc-menu .desktop-menu-wrapper .wrapper>div {
    -webkit-box-flex: 2;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 2;
    flex: 2
}

[sfcc] #header.sfcc-header .sfcc-menu .desktop-menu-wrapper .wrapper>div:last-child {
    -webkit-box-flex: 1;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -ms-flex: 1;
    flex: 1;
    justify-content: flex-end
}

[sfcc] #header.sfcc-header .sfcc-menu .vessel {
    max-width: 1200px;
    padding: 0 30px 0 140px
}

[sfcc] #header.sfcc-header .sfcc-menu .vessel .vessel-inner {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-start
}

[sfcc] #header.sfcc-header .sfcc-menu .vessel .vessel-inner .col-1 {
    -webkit-box-flex: 1;
    border-left: 1px solid #e3e5e5;
    -ms-flex: 1;
    flex: 1;
    max-width: 245px
}

[sfcc] #header.sfcc-header .sfcc-menu .vessel .vessel-inner .col-1 .col-group {
    margin-left: 0;
    padding: 0 25px 0 15px
}

@media (min-width: 1025px) {
    [sfcc] #header.sfcc-header .sfcc-menu .vessel .vessel-inner .col-1 .col-group .dylan-deep-layer a,[sfcc] #header.sfcc-header .sfcc-menu .vessel .vessel-inner .col-1 .col-group .dylan-link {
        color:#001e63
    }
}

[sfcc] #header.sfcc-header .sfcc-menu .vessel .vessel-inner .col-1 .col-group .empty-text+.dylan-deep-layer a {
    color: #001e62
}

[sfcc] #header.sfcc-header .sfcc-menu .vessel .vessel-inner .col-1 .col-group .leaf-link {
    font-size: 15px;
    line-height: 16px;
    padding-bottom: 10px
}

@media only screen and (min-width: 320px) and (max-width:1024px) {
    [sfcc] #header.sfcc-header .sfcc-menu .vessel .vessel-inner .col-1 .col-group .leaf-link {
        padding-bottom:0
    }
}

[sfcc] #header.sfcc-header .sfcc-menu .vessel .vessel-inner .col-1 .col-group .leaf-link strong {
    font-weight: 400
}

[sfcc] #header.sfcc-header .sfcc-menu .vessel .vessel-inner .col-1:first-child {
    border: 0
}

[sfcc] #header.sfcc-header .sfcc-menu .vessel .vessel-inner .col-1 .col-title {
    font-size: 15px;
    font-weight: 600;
    line-height: 16px;
    margin-bottom: 0
}

[sfcc] #header.sfcc-header .sfcc-menu .vessel .vessel-inner .col-1 .col-title strong {
    padding-bottom: 10px
}

[sfcc] #header.sfcc-header .sfcc-menu .vessel .vessel-inner .col-1.asics-sports {
    max-width: none;
    padding: 10px 0 25px
}

[sfcc] #header.sfcc-header .sfcc-menu .vessel .vessel-inner .col-1.asics-sports .col-group>.col-title {
    display: none
}

[sfcc] #header.sfcc-header .sfcc-menu .vessel .vessel-inner .col-1.asics-sports .col-group .dylan-deep-layer .dylan-list {
    max-width: 360px
}

@media (min-width: 1025px) {
    [sfcc] #header.sfcc-header .sfcc-menu .vessel .vessel-inner .col-1.asics-sports .col-group .dylan-deep-layer a {
        color:#001e63;
        font-size: 14px;
        text-transform: uppercase
    }
}

[sfcc] #header.sfcc-header .sfcc-menu .vessel .vessel-inner li {
    margin-bottom: 0
}

[sfcc] #header.sfcc-header .sfcc-menu .vessel .col.asics-sports {
    border-right: 0;
    max-width: 60%;
    width: 60%
}

[sfcc] #header.sfcc-header .sfcc-menu .vessel .col.asics-sports .col-group {
    padding-right: 0
}

[sfcc] #header.sfcc-header .sfcc-menu .vessel .col.asics-sports .dylan-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 0
}

[sfcc] #header.sfcc-header .sfcc-menu .vessel .col.asics-sports .dylan-list>li {
    font-size: 14px;
    padding-right: 25px;
    width: auto
}

[sfcc] #header.sfcc-header .sfcc-menu .vessel .col.asics-sports .dylan-list>li.see-all-link {
    display: none
}

[sfcc] #header.sfcc-header .sfcc-menu .vessel .col.asics-sports .leaf-link img {
    height: 101px;
    margin-bottom: 6px;
    width: 101px
}

[sfcc] #header.sfcc-header .sfcc-menu .vessel .col.asics-sports .leaf-link img+strong {
    font-size: 12px;
    font-weight: 600!important;
    margin-bottom: 35px;
    text-transform: uppercase;
    white-space: nowrap
}

[sfcc] #header.sfcc-header .sfcc-menu .vessel .col.asics-sports .single-item .leaf-link img {
    height: 218px;
    width: 218px
}

[sfcc] .see-all-link {
    display: none
}

[sfcc] #header-mobile {
    display: none
}

[sfcc] #header-mobile .sfcc-header-brand-switch {
    background-color: #001e63;
    border: 1px solid #00c3e6;
    text-align: center
}

[sfcc] #header-mobile .sfcc-header-brand-switch label {
    width: 100%
}

[sfcc] #header-mobile .sfcc-header-brand-switch .sfcc-header-brand-switch-status {
    display: none
}

[sfcc] #header-mobile .sfcc-header-brand-switch .sfcc-header-brand-switch-status+div+p {
    border-bottom: none;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 12px;
    font-weight: 600;
    margin: 0;
    padding: 10px 0
}

[sfcc] #header-mobile .sfcc-header-brand-switch .sfcc-header-brand-switch-status+div+p .sfcc-header-brand-switch-arrow {
    fill: #fff;
    height: 12px;
    position: relative;
    top: 2px;
    width: 12px
}

[sfcc] #header-mobile .sfcc-header-brand-switch .sfcc-header-brand-switch-status+div+p .sfcc-header-brand-switch-close {
    fill: #fff;
    display: none;
    height: 12px;
    position: relative;
    top: 2px;
    width: 12px
}

[sfcc] #header-mobile .sfcc-header-brand-switch .sfcc-header-brand-switch-status:checked+.sfcc-header-brand-switch-list {
    height: 53px
}

[sfcc] #header-mobile .sfcc-header-brand-switch .sfcc-header-brand-switch-status:checked+div+p .sfcc-header-brand-switch-arrow {
    display: none
}

[sfcc] #header-mobile .sfcc-header-brand-switch .sfcc-header-brand-switch-status:checked+div+p .sfcc-header-brand-switch-close {
    display: inline-block
}

[sfcc] #header-mobile .sfcc-header-brand-switch .sfcc-header-brand-switch-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 0;
    overflow: hidden;
    -webkit-transition: height .5s ease;
    transition: height .5s ease
}

[sfcc] #header-mobile .sfcc-header-brand-switch .sfcc-header-brand-switch-list div {
    -webkit-box-flex: 1;
    border-right: 1px solid #9a979a;
    -ms-flex: 1;
    flex: 1;
    margin: 10px 0
}

[sfcc] #header-mobile .sfcc-header-brand-switch .sfcc-header-brand-switch-list div:last-child {
    border-right: 0
}

[sfcc] #header-mobile .sfcc-header-brand-switch .sfcc-header-brand-switch-list div.active svg {
    fill: #fff
}

[sfcc] #header-mobile #top .dylan-shop-location {
    display: none;
    left: 66px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

[sfcc] #header-mobile #top .dylan-shop-location svg {
    fill: #fff;
    display: inline-block;
    height: 24px;
    vertical-align: middle;
    width: 17px
}

[sfcc] #header-mobile #top .sfcc-shop-cart {
    display: none
}

@media only screen and (min-width: 320px) and (max-width:1024px) {
    [sfcc] .wishlist-header-wrap {
        height:14px;
        position: absolute;
        right: 60px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 21px
    }

    [sfcc] .wishlist-header-wrap .wistlist-number .number {
        top: -2px
    }

    [sfcc] #top .dylan-hamburger {
        left: 10px
    }

    [sfcc] .vessel .vessel-sports .col {
        margin: 0;
        padding: 0;
        width: auto
    }

    [sfcc] .vessel .vessel-sports .col .col-group {
        margin: 0;
        padding: 0
    }

    [sfcc] .vessel .vessel-sports .col .col-group img {
        display: none
    }

    [sfcc] .vessel .col.asics-sports {
        width: auto
    }

    [sfcc] .vessel .col.asics-sports .dylan-list>li {
        display: block;
        width: auto
    }

    [sfcc] .vessel .col.asics-sports .dylan-list>li>a {
        padding: 0
    }

    [sfcc] #header,[sfcc] .container {
        min-width: 0
    }

    [sfcc] #header .wrapper {
        padding-left: 0;
        padding-right: 0
    }

    [sfcc] .asics-mobile-logo {
        background: url(/system/images/asics-logo-light-blue.svg) 0 0 no-repeat;
        background-size: cover;
        bottom: 0;
        filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod="scale");
        -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale')";
        height: 37px;
        left: 0;
        margin: auto;
        position: absolute;
        right: 0;
        text-indent: -999em;
        top: 0;
        width: 111px
    }

    [sfcc] #header .vessel {
        display: block;
        padding: 0;
        width: auto
    }

    [sfcc] #header .vessel .vessel-inner {
        display: block;
        padding: 0;
        width: auto
    }

    [sfcc] #header .vessel .vessel-inner a>* {
        font-weight: 500
    }

    [sfcc] #header .vessel .vessel-inner .empty-text {
        display: none
    }

    [sfcc] #header .vessel .vessel-inner .col {
        display: block;
        min-height: 0;
        padding: 0;
        width: auto
    }

    [sfcc] #header .vessel .vessel-inner .col img {
        display: none
    }

    [sfcc] #header .vessel .vessel-inner .col img+strong {
        margin-bottom: 0
    }

    [sfcc] #header .vessel .vessel-inner .col.see-all-link .col-group>a.dylan-link {
        background-image: none
    }

    [sfcc] #header .vessel .vessel-inner .col-title {
        display: none
    }

    [sfcc] #header .vessel .vessel-inner .col-title+.dylan-link {
        display: block
    }

    [sfcc] #header .vessel .vessel-inner .col-title+.dylan-link.empty-text {
        display: none
    }

    [sfcc] #header .vessel .vessel-inner .col-title+.dylan-link:hover {
        text-decoration: underline!important
    }

    [sfcc] #header .vessel .vessel-inner .col-group {
        margin: 0;
        padding: 0
    }

    [sfcc] #header .vessel .vessel-inner li {
        margin-bottom: 0
    }

    [sfcc] .dylan-layer.dylan-sub-layer.before {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    [sfcc] .dylan-deep-layer {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-transition: opacity .3s ease-in-out,-webkit-transform .3s ease;
        transition: opacity .3s ease-in-out,-webkit-transform .3s ease;
        transition: transform .3s ease,opacity .3s ease-in-out;
        transition: transform .3s ease,opacity .3s ease-in-out,-webkit-transform .3s ease;
        width: 100%;
        z-index: 7
    }

    [sfcc] .dylan-link,[sfcc] .leaf-link {
        border-bottom: 1px solid #eee;
        display: block;
        line-height: 48px;
        position: relative
    }

    [sfcc] .dylan-link strong,[sfcc] .leaf-link strong {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        color: #001e62;
        display: inline-block;
        font-size: 14px;
        height: auto;
        line-height: 20px;
        padding: 14px 30px 14px 20px;
        position: relative;
        text-transform: uppercase;
        vertical-align: middle;
        white-space: normal;
        width: 100%
    }

    [sfcc] .dylan-link:hover,[sfcc] .leaf-link:hover {
        color: #001e62!important;
        text-decoration: underline
    }

    [sfcc] .dylan-link:hover strong,[sfcc] .leaf-link:hover strong {
        color: #001e62!important
    }

    [sfcc] .col-group>a.dylan-link,[sfcc] .dylan-list li>a.dylan-link {
        background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMCIgaGVpZ2h0PSIxOSI+PHBhdGggZD0iTTEwIDkuNSAwIDBtMCAxOSAxMC05LjUiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCIgc3Ryb2tlPSIjMDAxRTYyIiBzdHJva2UtbGluZWNhcD0ic3F1YXJlIi8+PC9zdmc+) 95% 50% no-repeat
    }

    [sfcc] .col-group>a.dylan-link strong,[sfcc] .dylan-list li>a.dylan-link strong {
        background-color: transparent!important
    }

    [sfcc] .dylan-sub-layer {
        -webkit-box-shadow: none;
        box-shadow: none;
        min-width: 0;
        padding: 0;
        position: absolute;
        top: 0;
        -webkit-transition: opacity .3s ease-in-out,-webkit-transform .3s ease;
        transition: opacity .3s ease-in-out,-webkit-transform .3s ease;
        transition: transform .3s ease,opacity .3s ease-in-out;
        transition: transform .3s ease,opacity .3s ease-in-out,-webkit-transform .3s ease;
        visibility: visible
    }

    [sfcc] .dylan-sub-layer .dylan-nav-bar {
        display: block
    }

    [sfcc] .dylan-sub-layer .dylan-nav-bar .dylan-back.dylan-link {
        background-color: #00c3e6;
        border-bottom: 0;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        color: #001e62;
        font-size: 14px;
        height: 60px;
        line-height: 60px;
        padding: 0 0 0 50px;
        text-transform: uppercase
    }

    [sfcc] .dylan-sub-layer .dylan-nav-bar .dylan-back.dylan-link:before {
        background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMCIgaGVpZ2h0PSIxOSI+PHBhdGggZD0iTTEwIDkuNSAwIDBtMCAxOSAxMC05LjUiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCIgc3Ryb2tlPSIjMDAxRTYyIiBzdHJva2UtbGluZWNhcD0ic3F1YXJlIi8+PC9zdmc+) 0 0 no-repeat;
        bottom: 0;
        content: "";
        height: 19px;
        left: 20px;
        margin: auto;
        position: absolute;
        top: 0;
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg);
        width: 10px
    }

    [sfcc] .dylan-sub-layer .dylan-nav-bar .dylan-back.dylan-link:active,[sfcc] .dylan-sub-layer .dylan-nav-bar .dylan-back.dylan-link:hover {
        text-decoration: underline!important
    }

    [sfcc] .dylan-sub-layer.current .col-1 .col-group .leaf-link strong {
        font-weight: 500!important
    }

    [sfcc] .dylan-layer.hidden {
        display: block!important
    }

    [sfcc] .dylan-layer.invisible {
        clip: auto;
        pointer-events: auto;
        z-index: 0
    }

    [sfcc] #dylan-main-layer {
        background-color: #fff;
        -webkit-box-shadow: none;
        box-shadow: none;
        position: absolute;
        z-index: 0
    }

    [sfcc] #dylan-main-layer .dylan-list.first {
        height: auto;
        line-height: normal;
        margin-left: 0
    }

    [sfcc] #dylan-main-layer .dylan-list.first:after {
        display: none
    }

    [sfcc] #dylan-main-layer .dylan-list.first>li {
        display: block;
        margin-bottom: 0
    }

    [sfcc] #dylan-main-layer .dylan-list.first>li .dylan-link {
        display: block;
        margin: 0;
        position: relative
    }

    [sfcc] #dylan-main-layer .dylan-list.first>li .dylan-link strong {
        color: #001e62;
        font-size: 14px;
        height: 48px;
        line-height: 48px;
        padding: 0 20px;
        position: relative
    }

    [sfcc] #dylan-main-layer .dylan-list.first>li .dylan-link:before {
        display: none
    }

    [sfcc] #dylan-main-layer .dylan-list.first>li .dylan-link:after {
        bottom: 0;
        content: "";
        height: 18px;
        left: auto;
        margin: auto;
        opacity: 1;
        position: absolute;
        right: 0;
        top: 0;
        -webkit-transition: initial;
        transition: initial;
        width: 10px
    }

    [sfcc] #dylan-main-layer .dylan-list.first>li .dylan-link.cur:after,[sfcc] #dylan-main-layer .dylan-list.first>li .dylan-link.hover:after {
        left: auto;
        opacity: 1;
        right: 0
    }

    [sfcc] #dylan-main-layer .desktop-menu-wrapper {
        -webkit-box-shadow: none;
        box-shadow: none;
        width: auto
    }

    [sfcc] #dylan-main-layer .desktop-menu-wrapper:before {
        display: none
    }

    [sfcc] #asics-logo {
        display: none
    }

    [sfcc] #top-bar {
        display: none
    }

    [sfcc] #top-links {
        font-size: 0;
        margin-top: 8px;
        position: static;
        top: 0
    }

    [sfcc] #top-links a {
        display: block;
        font-size: 14px;
        font-weight: 400;
        height: 48px;
        line-height: 48px;
        margin: 0;
        padding: 0 20px;
        text-decoration: underline;
        text-transform: none
    }

    [sfcc] #top-links a:first-child {
        padding-left: 20px
    }

    [sfcc] #top .dylan-hamburger {
        left: 2%;
        position: absolute;
        text-indent: -1000px;
        text-transform: capitalize
    }

    [sfcc] #top .dylan-hamburger>i {
        width: 24px
    }

    [sfcc] #top .dylan-hamburger>i:after,[sfcc] #top .dylan-hamburger>i:before,[sfcc] #top .dylan-hamburger>i>b {
        background-color: #fff;
        -webkit-transition-property: height,width,opacity,-webkit-transform;
        transition-property: height,width,opacity,-webkit-transform;
        transition-property: height,width,opacity,transform;
        transition-property: height,width,opacity,transform,-webkit-transform
    }

    [sfcc] #top .dylan-hamburger.open {
        left: 2%;
        z-index: 100
    }

    [sfcc] #top .dylan-hamburger.open>i {
        height: 1px;
        width: 31px
    }

    [sfcc] #header {
        background-color: #fff;
        z-index: 100
    }

    [sfcc] #top {
        background-color: #001e62;
        -webkit-box-shadow: 0 1px 5px 0 rgba(0,0,0,.15);
        box-shadow: 0 1px 5px 0 rgba(0,0,0,.15);
        display: block;
        height: 72px;
        position: relative
    }

    [sfcc] #top:after {
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        background-color: #001e62;
        content: "";
        height: 0;
        opacity: 0;
        position: fixed;
        -webkit-transition: opacity .5s ease;
        transition: opacity .5s ease;
        width: 0;
        will-change: opacity;
        z-index: 99
    }

    [sfcc] #top.open:after {
        bottom: 0;
        height: 100vh;
        left: 0;
        opacity: .9;
        right: 0;
        top: 0;
        width: 100vw
    }

    [sfcc] #top .asics-stories-logo {
        line-height: 72px
    }

    [sfcc] #dylan-main-layer .dylan-list .dylan-link:after {
        bottom: 0;
        content: "";
        height: 18px;
        margin: auto;
        position: absolute;
        right: 0;
        top: 0;
        width: 10px
    }

    [sfcc] #dylan-main-layer .dylan-list .dylan-link strong {
        display: block;
        line-height: 1;
        padding-right: 20px;
        padding-top: 6px
    }

    [sfcc] .dylan-slideout {
        -webkit-box-shadow: 0 0 16px rgba(0,0,0,.2);
        box-shadow: 0 0 16px rgba(0,0,0,.2);
        overflow: hidden
    }

    [sfcc] .dylan-slideout #top {
        overflow: hidden
    }

    [sfcc] .see-all-link {
        display: block
    }
}

@media only screen and (min-width: 320px) and (max-width:1024px) {
    [sfcc] .search-tool.mobile {
        background-color:#001e62;
        display: block!important;
        float: none;
        padding: 0 15px 8px
    }

    [sfcc] .search-tool.mobile .plant-search {
        background-color: transparent;
        border: 0;
        border-bottom: 1px solid #fff;
        color: #fff;
        display: block;
        font-weight: 500;
        height: auto;
        padding-bottom: 5px;
        padding-left: 25px;
        -webkit-transition: background-color .2s ease-in-out;
        transition: background-color .2s ease-in-out;
        width: 100%
    }

    [sfcc] .search-tool.mobile .plant-search:focus {
        background-color: transparent;
        border-bottom-color: #fff
    }

    [sfcc] .search-tool.mobile .plant-search::-webkit-input-placeholder {
        color: #fff;
        text-align: center
    }

    [sfcc] .search-tool.mobile .plant-search::-moz-placeholder {
        color: #fff;
        text-align: center
    }

    [sfcc] .search-tool.mobile .plant-search:-ms-input-placeholder {
        color: #fff;
        text-align: center
    }

    [sfcc] .search-tool.mobile .plant-search::-ms-input-placeholder {
        color: #fff;
        text-align: center
    }

    [sfcc] .search-tool.mobile .plant-search::placeholder {
        color: #fff;
        text-align: center
    }

    [sfcc] .search-tool.mobile .icon-search {
        background-color: transparent;
        bottom: auto;
        color: #fff;
        height: 16px;
        left: 0;
        line-height: 16px;
        margin: auto;
        position: absolute;
        text-align: left;
        text-indent: 18px;
        top: 0;
        width: 16px
    }

    [sfcc] .search-tool.mobile .icon-search:before {
        font-size: 16px
    }

    [sfcc] .search-tool.mobile .search-list-wrapper {
        left: 0;
        min-width: 0;
        width: 100%
    }

    [sfcc] .search-tool.mobile .search-list-wrapper .btn-wrapper {
        padding: 10px 20px 20px
    }
}

@media only screen and (min-width: 320px) and (max-width:1024px) {
    [sfcc] .dylan {
        max-width:84%
    }

    [sfcc] .dylan.fixed+.dylan-page {
        margin-top: 0
    }

    [sfcc] .dylan-page.dylan-slideout .sfcc-header-brand-switch {
        display: none
    }

    [sfcc] #header-mobile {
        display: block
    }

    [sfcc] #header-mobile.fixed #top-holder {
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 11
    }

    [sfcc] #header-mobile.fixed+* {
        margin-top: 105px
    }

    [sfcc] #header-mobile #top .sfcc-shop-cart {
        display: block;
        margin-left: 20px;
        margin-top: 4px;
        position: absolute;
        right: 20px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    [sfcc] #header.sfcc-header .sfcc-header-brands {
        display: none
    }

    [sfcc] #header.sfcc-header .sfcc-menu .mobile-menu-header {
        background: hsla(180,4%,95%,.25);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        font-size: medium;
        height: 60px;
        line-height: 60px
    }

    [sfcc] #header.sfcc-header .sfcc-menu .mobile-menu-header>div {
        -webkit-box-flex: 1;
        border-bottom: 1px solid hsla(180,4%,89%,.25);
        -ms-flex: 1;
        flex: 1;
        font-size: 14px;
        max-width: 50%;
        overflow: hidden;
        text-align: center
    }

    [sfcc] #header.sfcc-header .sfcc-menu .mobile-menu-header>div:first-child {
        border-right: 1px solid hsla(180,4%,89%,.25)
    }

    [sfcc] #header.sfcc-header .sfcc-menu .mobile-menu-header>div a {
        color: #001e62
    }

    [sfcc] #header.sfcc-header .sfcc-menu .mobile-help-links {
        border-bottom: 1px solid #eee;
        display: block;
        font-size: 12px;
        line-height: normal;
        padding: 20px
    }

    [sfcc] #header.sfcc-header .sfcc-menu .mobile-help-links>a {
        color: #001e62;
        display: block;
        margin-bottom: 15px
    }

    [sfcc] #header.sfcc-header .sfcc-menu .mobile-help-links>a .flag-icon+span {
        padding-left: 6px
    }

    [sfcc] #header.sfcc-header .sfcc-menu .mobile-help-links>a:hover {
        text-decoration: underline
    }

    [sfcc] #header.sfcc-header .sfcc-menu .mobile-help-links>a:last-child {
        margin-bottom: 0
    }

    [sfcc] #header.sfcc-header .sfcc-menu .social-box-title {
        color: #001e62;
        display: block;
        font-size: 12px;
        font-weight: 500;
        line-height: normal;
        padding: 20px 20px 0
    }

    [sfcc] #header.sfcc-header .sfcc-menu .social-box {
        display: block;
        font-size: medium
    }

    [sfcc] #header.sfcc-header .sfcc-menu .social-box li {
        display: inline-block;
        margin: 15px 10px 0;
        vertical-align: middle
    }

    [sfcc] #header.sfcc-header .sfcc-menu .social-box li:first-child {
        margin-left: 15px
    }

    [sfcc] #header.sfcc-header .sfcc-menu .social-box li a {
        background-color: #001e62;
        border-radius: 26px;
        color: #fff;
        display: block;
        font-size: 18px;
        height: 26px;
        line-height: 26px;
        margin: 0;
        text-align: center;
        -webkit-transition: background-color .2s ease-in-out;
        transition: background-color .2s ease-in-out;
        width: 26px
    }

    [sfcc] #header.sfcc-header .sfcc-menu .search-icon {
        fill: #001e63;
        height: 19px;
        margin-right: 10px;
        vertical-align: middle;
        width: 20px
    }

    [sfcc] #header.sfcc-header .sfcc-menu .logo-box {
        display: block;
        font-size: medium
    }

    [sfcc] #header.sfcc-header .sfcc-menu .logo-box li {
        display: block;
        margin: 15px 20px 20px
    }

    [sfcc] #header.sfcc-header .sfcc-menu .logo-box li a {
        display: block
    }

    [sfcc] #header.sfcc-header .sfcc-menu .logo-box li a svg {
        fill: #9a979a;
        height: 24px;
        overflow: hidden;
        width: 69px
    }

    [sfcc] #header.sfcc-header .sfcc-menu .logo-box li:nth-child(2) svg {
        height: 17px;
        width: 83px
    }

    [sfcc] #header.sfcc-header .sfcc-menu .logo-box li:nth-child(3) svg {
        height: 27px;
        width: 42px
    }

    [sfcc] #header.sfcc-header .sfcc-menu .desktop-menu-wrapper .wrapper {
        padding: 0
    }

    [sfcc] #header.sfcc-header .sfcc-menu .desktop-menu-wrapper .wrapper>div {
        -webkit-box-flex: 0;
        display: block;
        -ms-flex: none;
        flex: none;
        width: 100%
    }

    [sfcc] #header.sfcc-header .sfcc-menu .desktop-menu-wrapper .wrapper>div:last-child {
        display: none
    }

    [sfcc] #header.sfcc-header .sfcc-menu #dylan-main-layer .dylan-list.first {
        margin-left: 0
    }

    [sfcc] #header.sfcc-header .sfcc-menu .dylan-layers {
        overflow-y: scroll;
        top: 60px
    }

    [sfcc] #header.sfcc-header .sfcc-menu .dylan-layers .dylan-layer .vessel {
        padding: 0
    }

    [sfcc] #header.sfcc-header .sfcc-menu .dylan-layers .dylan-layer .vessel .vessel-inner {
        display: block;
        padding: 0
    }

    [sfcc] #header.sfcc-header .sfcc-menu .dylan-layers .dylan-layer .vessel .vessel-inner .col-1 {
        border-left: 0;
        max-width: 100%
    }

    [sfcc] #header.sfcc-header .sfcc-menu .dylan-layers .dylan-layer .vessel .vessel-inner .col-1.asics-sports {
        width: 100%
    }

    [sfcc] #header.sfcc-header .sfcc-menu .dylan-layers .dylan-layer .vessel .vessel-inner .col-group {
        padding: 0
    }

    [sfcc] #header.sfcc-header .sfcc-menu .dylan-layers .dylan-layer .dylan-back.dylan-link {
        background-color: #fff;
        border-bottom: 0;
        padding: 0 50px;
        text-align: center
    }

    [sfcc] #header.sfcc-header .sfcc-menu .dylan-layers .dylan-layer .dylan-link,[sfcc] #header.sfcc-header .sfcc-menu .dylan-layers .dylan-layer .dylan-nav-bar {
        display: none
    }

    [sfcc] #header.sfcc-header .sfcc-menu .dylan-layers .dylan-layer#dylan-main-layer {
        background-color: #fff
    }

    [sfcc] #header.sfcc-header .sfcc-menu .dylan-layers .dylan-layer.current {
        bottom: auto;
        position: static
    }

    [sfcc] #header.sfcc-header .sfcc-menu .dylan-layers .dylan-layer.current .dylan-link,[sfcc] #header.sfcc-header .sfcc-menu .dylan-layers .dylan-layer.current .dylan-nav-bar,[sfcc] #header.sfcc-header .sfcc-menu .dylan-layers .dylan-layer.current .leaf-link {
        display: block
    }

    [sfcc] #header.sfcc-header .sfcc-menu .dylan-layers .dylan-layer.current .dylan-link.hover:after {
        display: none
    }

    [sfcc] #header.sfcc-header .sfcc-menu .dylan-layers .dylan-layer.current .dylan-link,[sfcc] #header.sfcc-header .sfcc-menu .dylan-layers .dylan-layer.current .leaf-link {
        border-bottom: 1px solid #eee
    }

    [sfcc] #header.sfcc-header .sfcc-menu .dylan-layers .dylan-layer.before {
        bottom: auto;
        position: static
    }

    [sfcc] #header.sfcc-header .sfcc-menu .dylan-layers .dylan-layer.before#dylan-main-layer {
        position: absolute
    }

    [sfcc] #header.sfcc-header .sfcc-menu .dylan-layers .vessel .col.asics-sports .dylan-list {
        display: block
    }

    [sfcc] #header.sfcc-header .sfcc-menu .dylan-layers .vessel .col.asics-sports .dylan-list>li {
        padding-right: 0
    }

    [sfcc] #header.sfcc-header .sfcc-menu .dylan-layers .vessel .col.asics-sports .dylan-list>li.see-all-link {
        display: block
    }

    [sfcc] #header.sfcc-header .sfcc-menu .dylan-layers .vessel .col.asics-sports .dylan-list .leaf-link img+strong {
        margin-bottom: 0
    }
}

@media only screen and (min-width: 769px) {
    [sfcc] #header.sfcc-header .dylan-sub-layer[data-parent="inside asics"] .vessel,[sfcc] #header.sfcc-header .dylan-sub-layer[data-parent="poznaj asics"] .vessel {
        max-width:1200px;
        padding: 0 30px 0 110px
    }

    [sfcc] #header.sfcc-header .dylan-sub-layer[data-parent="inside asics"] .vessel-inner,[sfcc] #header.sfcc-header .dylan-sub-layer[data-parent="poznaj asics"] .vessel-inner {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    [sfcc] #header.sfcc-header .dylan-sub-layer[data-parent="inside asics"] .vessel .col-1,[sfcc] #header.sfcc-header .dylan-sub-layer[data-parent="poznaj asics"] .vessel .col-1 {
        -ms-flex-preferred-size: auto;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        border-color: #e3e5e5;
        flex-basis: auto;
        flex-grow: 0;
        max-width: none;
        padding-left: 10px;
        padding-right: 3px;
        width: 20%
    }

    [sfcc] #header.sfcc-header .dylan-sub-layer[data-parent="inside asics"] .vessel .col-1 .dylan-list li strong,[sfcc] #header.sfcc-header .dylan-sub-layer[data-parent="poznaj asics"] .vessel .col-1 .dylan-list li strong {
        text-transform: none
    }

    [sfcc] #header.sfcc-header .dylan-sub-layer[data-parent="inside asics"] .vessel .col-1:first-child .dylan-list,[sfcc] #header.sfcc-header .dylan-sub-layer[data-parent="poznaj asics"] .vessel .col-1:first-child .dylan-list {
        display: block
    }

    [sfcc] #header.sfcc-header .dylan-sub-layer[data-parent="inside asics"] .vessel .col-1:first-child .dylan-list li,[sfcc] #header.sfcc-header .dylan-sub-layer[data-parent="poznaj asics"] .vessel .col-1:first-child .dylan-list li {
        text-align: left
    }

    [sfcc] #header.sfcc-header .dylan-sub-layer[data-parent="inside asics"] .vessel .col-1:nth-child(4),[sfcc] #header.sfcc-header .dylan-sub-layer[data-parent="poznaj asics"] .vessel .col-1:nth-child(4) {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        width: 42%
    }

    [sfcc] #header.sfcc-header .dylan-sub-layer[data-parent="inside asics"] .vessel .col-1:nth-child(4) .dylan-list li,[sfcc] #header.sfcc-header .dylan-sub-layer[data-parent="poznaj asics"] .vessel .col-1:nth-child(4) .dylan-list li {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
        padding: 1em;
        width: 50%
    }

    [sfcc] #header.sfcc-header .dylan-sub-layer[data-parent="inside asics"] .vessel .col-1:nth-child(4) .dylan-list li a,[sfcc] #header.sfcc-header .dylan-sub-layer[data-parent="poznaj asics"] .vessel .col-1:nth-child(4) .dylan-list li a {
        padding-bottom: 10px
    }

    [sfcc] #header.sfcc-header .dylan-sub-layer[data-parent="inside asics"] .vessel .col-1:nth-child(4) .dylan-list li strong,[sfcc] #header.sfcc-header .dylan-sub-layer[data-parent="poznaj asics"] .vessel .col-1:nth-child(4) .dylan-list li strong {
        font-size: 13px;
        font-weight: 400!important;
        margin-top: 2px;
        padding: 0
    }

    [sfcc] #header.sfcc-header .dylan-sub-layer[data-parent="inside asics"] .vessel .col-1:nth-child(4) .dylan-list img,[sfcc] #header.sfcc-header .dylan-sub-layer[data-parent="poznaj asics"] .vessel .col-1:nth-child(4) .dylan-list img {
        padding-bottom: 0
    }
}

[sfcc] .en-nz #header.sfcc-header .sfcc-menu .mobile-menu-header>div {
    font-size: 12px
}

[sfcc] .en-nz #header.sfcc-header .sfcc-menu .mobile-help-links {
    font-size: 14px
}

[sfcc] .en-nz #header.sfcc-header .sfcc-menu .mobile-menu-header>div {
    border-color: #e3e5e7
}

[sfcc] .en-nz #header.sfcc-header .sfcc-menu .dylan-layers .dylan-layer.current .dylan-link,[sfcc] .en-nz #header.sfcc-header .sfcc-menu .dylan-layers .dylan-layer.current .leaf-link {
    border-color: #e8e8e8
}

@media only screen and (min-width: 769px) {
    [sfcc] .en-nz #header.sfcc-header .dylan-sub-layer[data-parent="inside asics"] .vessel .vessel-inner .col-1 {
        width:17%
    }

    [sfcc] .en-nz #header.sfcc-header .dylan-sub-layer .col-group img {
        min-width: 300px
    }

    [sfcc] .en-nz #header.sfcc-header .dylan-sub-layer[data-parent="inside asics"] .vessel {
        max-width: 1200px;
        padding: 0 30px 0 140px
    }

    [sfcc] .en-nz #header.sfcc-header .dylan-sub-layer[data-parent="inside asics"] .vessel-inner {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    [sfcc] .en-nz #header.sfcc-header .dylan-sub-layer[data-parent="inside asics"] .vessel .col-1 {
        -ms-flex-preferred-size: auto;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        border-color: #e3e5e5;
        flex-basis: auto;
        flex-grow: 0;
        max-width: none;
        padding-left: 25px;
        padding-right: 10px;
        width: 23%
    }

    [sfcc] .en-nz #header.sfcc-header .dylan-sub-layer[data-parent="inside asics"] .vessel .col-1 .dylan-list li strong {
        text-transform: none
    }

    [sfcc] .en-nz #header.sfcc-header .dylan-sub-layer[data-parent="inside asics"] .vessel .col-1:first-child .dylan-list {
        display: block
    }

    [sfcc] .en-nz #header.sfcc-header .dylan-sub-layer[data-parent="inside asics"] .vessel .col-1:first-child .dylan-list li {
        text-align: left
    }

    [sfcc] .en-nz #header.sfcc-header .dylan-sub-layer[data-parent="inside asics"] .vessel .col-1:nth-child(3) {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }

    [sfcc] .en-nz #header.sfcc-header .dylan-sub-layer[data-parent="inside asics"] .vessel .col-1:nth-child(3) .dylan-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    [sfcc] .en-nz #header.sfcc-header .dylan-sub-layer[data-parent="inside asics"] .vessel .col-1:nth-child(3) .dylan-list li {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
        padding: 1em;
        width: 33.3%
    }

    [sfcc] .en-nz #header.sfcc-header .dylan-sub-layer[data-parent="inside asics"] .vessel .col-1:nth-child(3) .dylan-list li a {
        padding-bottom: 10px
    }

    [sfcc] .en-nz #header.sfcc-header .dylan-sub-layer[data-parent="inside asics"] .vessel .col-1:nth-child(3) .dylan-list li strong {
        font-size: 13px;
        font-weight: 400!important;
        margin-top: 2px;
        padding: 0
    }

    [sfcc] .en-nz #header.sfcc-header .dylan-sub-layer[data-parent="inside asics"] .vessel .col-1:nth-child(3) .dylan-list img {
        padding-bottom: 0
    }
}

@media only screen and (max-width: 1024px) and (min-width:320px) {
    [sfcc] .en-nz #header.sfcc-header .sfcc-menu .dylan-layers #dylan-main-layer .dylan-list.first>li>.dylan-link,[sfcc] .en-nz #header.sfcc-header .sfcc-menu .dylan-layers .dylan-layer.current .dylan-link,[sfcc] .en-nz #header.sfcc-header .sfcc-menu .dylan-layers .dylan-layer.current .leaf-link {
        background:none;
        height: 53px;
        line-height: 53px;
        margin-left: 20px
    }

    [sfcc] .en-nz #header.sfcc-header .sfcc-menu .dylan-layers #dylan-main-layer .dylan-list.first>li>.dylan-link strong,[sfcc] .en-nz #header.sfcc-header .sfcc-menu .dylan-layers .dylan-layer.current .dylan-link strong,[sfcc] .en-nz #header.sfcc-header .sfcc-menu .dylan-layers .dylan-layer.current .leaf-link strong {
        font-size: 12px;
        height: 53px;
        letter-spacing: .75px;
        line-height: 53px;
        padding: 0
    }

    [sfcc] .en-nz #header.sfcc-header .sfcc-menu .dylan-layers #dylan-main-layer .dylan-list.first>li>.dylan-link:after,[sfcc] .en-nz #header.sfcc-header .sfcc-menu .dylan-layers .dylan-layer.current .dylan-link.hover:after,[sfcc] .en-nz #header.sfcc-header .sfcc-menu .dylan-layers .dylan-layer.current .dylan-link:after {
        border: none;
        bottom: auto;
        color: #666;
        content: "\e901";
        display: inline-block;
        font-family: asics-icon;
        font-size: 24px;
        height: auto;
        left: auto;
        opacity: 1;
        pointer-events: none;
        position: absolute;
        right: 10px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        width: auto
    }

    [sfcc] .en-nz #header.sfcc-header .sfcc-menu .dylan-layers .dylan-sub-layer .dylan-nav-bar .dylan-back.dylan-link {
        font-size: 12px;
        font-weight: 500;
        letter-spacing: .43px;
        text-decoration: none!important
    }

    [sfcc] .en-nz #header.sfcc-header .sfcc-menu .dylan-layers .dylan-sub-layer .dylan-nav-bar .dylan-back.dylan-link:before {
        background: none;
        bottom: auto;
        color: #666;
        content: "\e904";
        display: inline-block;
        font-family: asics-icon;
        font-size: 24px;
        height: auto;
        left: 0;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 24px
    }

    [sfcc] .en-nz #header.sfcc-header .sfcc-menu .dylan-layers .dylan-sub-layer .dylan-nav-bar .dylan-back.dylan-link:after {
        display: none
    }

    [sfcc] .en-nz #header.sfcc-header .sfcc-menu .dylan-layers.hover strong,[sfcc] .en-nz #header.sfcc-header .sfcc-menu .dylan-layers:hover strong {
        color: #001e62;
        text-decoration: none
    }
}

@media only screen and (min-width: 769px) {
    [sfcc] .en-au #header.sfcc-header .dylan-sub-layer[data-parent="inside asics"] .vessel {
        max-width:1200px;
        padding: 0 30px 0 140px
    }

    [sfcc] .en-au #header.sfcc-header .dylan-sub-layer[data-parent="inside asics"] .vessel-inner {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    [sfcc] .en-au #header.sfcc-header .dylan-sub-layer[data-parent="inside asics"] .vessel .col-1 {
        -ms-flex-preferred-size: auto;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        border-color: #e3e5e5;
        flex-basis: auto;
        flex-grow: 0;
        max-width: none;
        padding-left: 25px;
        padding-right: 10px;
        width: 20%
    }

    [sfcc] .en-au #header.sfcc-header .dylan-sub-layer[data-parent="inside asics"] .vessel .col-1 .dylan-list li strong {
        text-transform: none
    }

    [sfcc] .en-au #header.sfcc-header .dylan-sub-layer[data-parent="inside asics"] .vessel .col-1:first-child .dylan-list {
        display: block
    }

    [sfcc] .en-au #header.sfcc-header .dylan-sub-layer[data-parent="inside asics"] .vessel .col-1:first-child .dylan-list li {
        text-align: left
    }

    [sfcc] .en-au #header.sfcc-header .dylan-sub-layer[data-parent="inside asics"] .vessel .col-1:nth-child(4) {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }

    [sfcc] .en-au #header.sfcc-header .dylan-sub-layer[data-parent="inside asics"] .vessel .col-1:nth-child(4) .dylan-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    [sfcc] .en-au #header.sfcc-header .dylan-sub-layer[data-parent="inside asics"] .vessel .col-1:nth-child(4) .dylan-list li {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
        padding: 1em;
        width: 49%
    }

    [sfcc] .en-au #header.sfcc-header .dylan-sub-layer[data-parent="inside asics"] .vessel .col-1:nth-child(4) .dylan-list li a {
        padding-bottom: 10px
    }

    [sfcc] .en-au #header.sfcc-header .dylan-sub-layer[data-parent="inside asics"] .vessel .col-1:nth-child(4) .dylan-list li strong {
        font-size: 13px;
        font-weight: 400!important;
        margin-top: 2px;
        padding: 0
    }

    [sfcc] .en-au #header.sfcc-header .dylan-sub-layer[data-parent="inside asics"] .vessel .col-1:nth-child(4) .dylan-list img {
        padding-bottom: 0
    }
}

@media only screen and (min-width: 769px) {
    [sfcc] .en-us #header.sfcc-header.fixed {
        top:-45px
    }

    [sfcc] .en-us #header.sfcc-header .sfcc-menu #dylan-main-layer .dylan-list.first {
        margin-left: 28px
    }

    [sfcc] .en-us #header.sfcc-header .sfcc-menu .dylan-sub-layer[data-parent=sports] {
        padding: 35px 0 20px
    }

    [sfcc] .en-us #header.sfcc-header .sfcc-menu .dylan-sub-layer[data-parent=sports] .vessel {
        padding: 0
    }

    [sfcc] .en-us #header.sfcc-header .sfcc-menu .vessel .col.asics-sports {
        padding: 0
    }

    [sfcc] .en-us #header.sfcc-header .sfcc-menu .vessel .col.asics-sports .dylan-list {
        -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
        justify-content: space-evenly
    }

    [sfcc] .en-us #header.sfcc-header .sfcc-menu .vessel .col.asics-sports .leaf-link {
        padding-bottom: 0
    }

    [sfcc] .en-us #header.sfcc-header .sfcc-menu .vessel .col.asics-sports .leaf-link img {
        height: auto;
        margin-bottom: 0;
        width: auto
    }

    [sfcc] .en-us #header.sfcc-header .sfcc-menu .vessel .col.asics-sports .leaf-link img+strong {
        margin-bottom: 0;
        padding: 5px 0
    }

    [sfcc] .en-us #header.sfcc-header .dylan-sub-layer[data-parent="inside asics"] .vessel {
        max-width: 1200px;
        padding: 0 30px 0 140px
    }

    [sfcc] .en-us #header.sfcc-header .dylan-sub-layer[data-parent="inside asics"] .vessel-inner {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    [sfcc] .en-us #header.sfcc-header .dylan-sub-layer[data-parent="inside asics"] .vessel .col-1 {
        -ms-flex-preferred-size: auto;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        border-color: #e3e5e5;
        flex-basis: auto;
        flex-grow: 0;
        max-width: none;
        padding-left: 25px;
        padding-right: 10px;
        width: 23%
    }

    [sfcc] .en-us #header.sfcc-header .dylan-sub-layer[data-parent="inside asics"] .vessel .col-1 .dylan-list li strong {
        text-transform: none
    }

    [sfcc] .en-us #header.sfcc-header .dylan-sub-layer[data-parent="inside asics"] .vessel .col-1:first-child .dylan-list {
        display: block
    }

    [sfcc] .en-us #header.sfcc-header .dylan-sub-layer[data-parent="inside asics"] .vessel .col-1:first-child .dylan-list li {
        text-align: left
    }

    [sfcc] .en-us #header.sfcc-header .dylan-sub-layer[data-parent="inside asics"] .vessel .col-1:first-child {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }

    [sfcc] .en-us #header.sfcc-header .dylan-sub-layer[data-parent="inside asics"] .vessel .col-1:first-child .col-group {
        margin: 0 auto;
        width: 50%
    }

    [sfcc] .en-us #header.sfcc-header .dylan-sub-layer[data-parent="inside asics"] .vessel .col-1:first-child .dylan-list li {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
        padding: 1em;
        width: 50%
    }

    [sfcc] .en-us #header.sfcc-header .dylan-sub-layer[data-parent="inside asics"] .vessel .col-1:first-child .dylan-list li a {
        padding-bottom: 10px
    }

    [sfcc] .en-us #header.sfcc-header .dylan-sub-layer[data-parent="inside asics"] .vessel .col-1:first-child .dylan-list li strong {
        font-size: 13px;
        font-weight: 400!important;
        margin-top: 2px;
        padding: 0
    }

    [sfcc] .en-us #header.sfcc-header .dylan-sub-layer[data-parent="inside asics"] .vessel .col-1:first-child .dylan-list img {
        padding-bottom: 0
    }

    [sfcc] .en-us #dylan-main-layer .dylan-list.first {
        height: 72px
    }

    [sfcc] .en-us #dylan-main-layer .dylan-list.first>li>.dylan-link strong {
        height: 72px;
        line-height: 72px;
        padding: 0 15px
    }
}

@media only screen and (max-width: 768px) {
    [sfcc] .en-us #header.sfcc-header .sfcc-menu .dylan-layers .dylan-layer .vessel .vessel-inner .col-1.asics-sports {
        padding-bottom:0
    }
}

[sfcc] .search-tool .search-list-wrapper {
    padding-top: 0
}

[sfcc] .search-tool .search-list-wrapper a {
    height: auto;
    padding: 0
}

[sfcc] .search-tool .search-list-wrapper img {
    max-height: unset
}

[sfcc] .search-tool .search-list-wrapper .close-btn {
    display: none
}

[sfcc] .search-suggestion-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    font-weight: 400;
    line-height: normal
}

[sfcc] .search-suggestion-wrapper * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

[sfcc] .phrase-suggestions {
    border-right: none;
    border-top: 1px solid hsla(180,4%,89%,.25);
    margin: 0 1rem;
    padding: 0 0 2rem
}

[sfcc] .product-suggestion {
    padding-top: 1.8rem
}

[sfcc] .product-suggestion .product-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%
}

[sfcc] .product-suggestion .product-image {
    padding-right: 14px;
    text-align: center;
    width: 25%
}

[sfcc] .product-suggestion .product-image img {
    display: block;
    max-width: 100%
}

[sfcc] .product-suggestion .product-details {
    padding-top: 10px;
    width: 75%
}

[sfcc] .product-suggestion .product-details .product-name {
    color: #001e63;
    font-family: Graphik,sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    text-transform: uppercase;
    word-break: break-word
}

[sfcc] .product-suggestion .product-details .product-price {
    color: #001e63;
    font-family: Graphik,sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.6rem
}

[sfcc] .product-suggestion__classification {
    color: #001e63;
    font-size: 1rem
}

[sfcc] .search-phrase {
    color: #333;
    font-size: 1.4rem;
    line-height: 2.1rem
}

[sfcc] .search-phrase a {
    color: #001e63
}

[sfcc] .hitgroup {
    color: #6a6a6a
}

[sfcc] .hitgroup .header {
    color: #001e63;
    font-family: Graphik,sans-serif;
    font-size: 1.4rem;
    font-weight: 600;
    letter-spacing: .04em;
    line-height: 2.4rem;
    margin: 2rem 0 5px
}

[sfcc] .hitgroup .hit {
    color: #001e63;
    display: block;
    font-size: 1.2rem;
    margin-bottom: 8px
}

[sfcc] .hitgroup .parent-category {
    color: #333
}

@media only screen and (min-width: 768px) {
    [sfcc] .product-suggestion .product-details .product-name {
        font-size:1.4rem
    }

    [sfcc] .phrase-suggestions {
        border-right: 1px solid #e3e5e5;
        border-top: none;
        margin: 0;
        padding: 0 2rem 2rem
    }

    [sfcc] .search-phrase {
        line-height: 1.5rem;
        margin-top: 9px
    }
}

@media only screen and (min-width: 1025px) {
    [sfcc] .search-tool .search-list-wrapper {
        -webkit-box-shadow:0 7px 22px 0 rgb(0 0 0/20%);
        box-shadow: 0 7px 22px 0 rgb(0 0 0/20%);
        right: -33px;
        top: 36.6px
    }

    [sfcc] .search-suggestion-wrapper.full {
        width: 53rem
    }

    [sfcc] .search-suggestion-wrapper.full .phrase-suggestions,[sfcc] .search-suggestion-wrapper.full .product-suggestions {
        width: 50%
    }

    [sfcc] .product-suggestions {
        margin: 0;
        padding: 1rem 1rem 2rem
    }

    [sfcc] .product-suggestion .product-image {
        width: 38%
    }

    [sfcc] .product-suggestion .product-details {
        padding-top: 16px;
        width: 62%
    }
}

@media only screen and (max-width: 1024px) {
    [sfcc] #header-mobile .search-list-wrapper {
        -webkit-box-shadow:none;
        box-shadow: none;
        top: 43px
    }

    [sfcc] #header-mobile .product-suggestions {
        margin: 0 10px;
        padding: 2rem 0;
        width: 100%
    }

    [sfcc] #header-mobile .phrase-suggestions {
        display: none
    }

    [sfcc] #header-mobile .clear-btn {
        color: #6a6a6a;
        cursor: pointer;
        display: none;
        display: block;
        font-size: 1.2rem;
        height: 4rem;
        padding-top: 16px;
        position: absolute;
        right: 4.8rem;
        text-decoration: underline
    }

    [sfcc] #header-mobile .search-tool.mobile.active {
        background-color: #f1f2f2;
        bottom: 0;
        left: 0;
        padding: 0;
        position: fixed;
        right: 0;
        top: 0;
        z-index: 100000
    }

    [sfcc] #header-mobile .search-tool.mobile.active .plant-search {
        background: #fff;
        border: none;
        -webkit-box-shadow: 0 2px 4px 0 #9a979a;
        box-shadow: 0 2px 4px 0 #9a979a;
        color: #001e63;
        float: left;
        font-family: Graphik,sans-serif;
        font-size: 1.2rem;
        font-weight: 400;
        height: 52px;
        margin: 0;
        padding: 0 70px 0 10px
    }

    [sfcc] #header-mobile .search-tool.mobile.active .plant-search::-webkit-input-placeholder {
        color: #aaa;
        text-align: left
    }

    [sfcc] #header-mobile .search-tool.mobile.active .plant-search::-moz-placeholder {
        color: #aaa;
        text-align: left
    }

    [sfcc] #header-mobile .search-tool.mobile.active .plant-search:-ms-input-placeholder {
        color: #aaa;
        text-align: left
    }

    [sfcc] #header-mobile .search-tool.mobile.active .plant-search::-ms-input-placeholder {
        color: #aaa;
        text-align: left
    }

    [sfcc] #header-mobile .search-tool.mobile.active .plant-search::placeholder {
        color: #aaa;
        text-align: left
    }

    [sfcc] #header-mobile .search-tool.mobile.active .search-placeholder {
        display: none
    }

    [sfcc] #header-mobile .search-tool.mobile.active .close-btn {
        background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0iIzAwMWU2MyI+PHBhdGggZD0iTTE5LjE5Mi44MDhhLjk5OS45OTkgMCAwIDEgMCAxLjQxNGwtMTYuOTcgMTYuOTdhLjk5OS45OTkgMCAxIDEtMS40MTQtMS40MTRMMTcuNzc4LjgwOGEuOTk5Ljk5OSAwIDAgMSAxLjQxNCAweiIvPjxwYXRoIGQ9Im0yLjIyMi44MDggMTYuOTcgMTYuOTdhLjk5OS45OTkgMCAxIDEtMS40MTQgMS40MTRMLjgwOCAyLjIyMkEuOTk5Ljk5OSAwIDEgMSAyLjIyMi44MDh6Ii8+PC9zdmc+) no-repeat 0/15px 20px;
        display: block!important;
        height: 100%;
        position: absolute;
        right: 0;
        top: 0;
        width: 34px;
        z-index: 2
    }

    [sfcc] .en-jp #header-mobile #top .mobile-search-tool-trigger,[sfcc] .ja-jp #header-mobile #top .mobile-search-tool-trigger {
        background: transparent;
        height: 21px;
        position: absolute;
        right: 105px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 21px
    }

    [sfcc] .en-jp #header-mobile #top .mobile-search-tool-trigger svg,[sfcc] .ja-jp #header-mobile #top .mobile-search-tool-trigger svg {
        fill: #001e62;
        height: 100%;
        width: 100%
    }

    [sfcc] .en-jp #header-mobile .search-tool,[sfcc] .ja-jp #header-mobile .search-tool {
        display: none!important
    }

    [sfcc] .en-jp #header-mobile .search-tool.active,[sfcc] .ja-jp #header-mobile .search-tool.active {
        display: block!important
    }

    [sfcc] .en-jp #header-mobile .search-tool.mobile.active,[sfcc] .ja-jp #header-mobile .search-tool.mobile.active {
        background-color: #fff
    }

    [sfcc] .en-jp #header-mobile .search-tool.mobile.active .plant-search,[sfcc] .ja-jp #header-mobile .search-tool.mobile.active .plant-search {
        border: 1px solid #001e63;
        border-radius: 20px;
        -webkit-box-shadow: none;
        box-shadow: none;
        height: 43px;
        margin: 50px 4% 0;
        padding: 0 115px 0 15px;
        width: 92%
    }

    [sfcc] .en-jp #header-mobile .search-tool.mobile.active .close-btn,[sfcc] .ja-jp #header-mobile .search-tool.mobile.active .close-btn {
        top: -20px
    }

    [sfcc] .en-jp #header-mobile .search-tool.mobile.active .icon-search.search-submit-wrapper,[sfcc] .ja-jp #header-mobile .search-tool.mobile.active .icon-search.search-submit-wrapper {
        display: block;
        right: -230px;
        top: 61px
    }
}

.smodal-body-noscroll {
    height: 100vh;
    overflow: hidden;
    pointer-events: none
}

.smodal-wrapper {
    pointer-events: auto
}

.smodal-wrapper .table {
    bottom: 0;
    display: table;
    height: 100vh;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100vw;
    z-index: 777
}

.smodal-wrapper .tr {
    display: table-row
}

.smodal-wrapper .td {
    -webkit-overflow-scrolling: touch;
    display: table-cell;
    overflow: auto;
    scroll-behavior: smooth;
    vertical-align: middle
}

.smodal-mask {
    background-color: hsla(0,0%,97%,.75);
    bottom: 0;
    height: 100vh;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100vw;
    z-index: 1
}

.smodal-content {
    background-color: #fff;
    border: 1px solid #ddd;
    -webkit-box-shadow: 0 0 8px rgba(0,0,0,.25);
    box-shadow: 0 0 8px rgba(0,0,0,.25);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: auto;
    max-height: 100vh;
    max-width: 640px;
    min-height: 400px;
    padding: 40px 20px;
    position: relative;
    z-index: 2
}

@media (max-width: 414px) {
    .smodal-content {
        height:auto
    }
}

.smodal-small .smodal-content {
    max-width: 320px;
    min-height: 100px
}

.smodal-close {
    color: #555;
    display: block;
    font-size: 24px;
    line-height: 1;
    opacity: 1;
    position: absolute;
    right: 20px;
    top: 10px;
    -webkit-transition: opacity .25s;
    transition: opacity .25s
}

.smodal-close:before {
    content: "×"
}

#footer.sfcc-footer {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
    background-color: #001e63;
    padding-top: 0
}

#footer.sfcc-footer .sfcc-copyright {
    background-color: #fff;
    color: #001e63;
    font-size: 12px;
    font-weight: 400;
    line-height: 22px;
    padding: 0 0 30px
}

#footer.sfcc-footer .sfcc-copyright .copyright-links>a {
    border-right: 1px solid #f1f2f2;
    color: #001e63;
    font-size: 13px;
    margin-right: 10px;
    padding-right: 10px
}

#footer.sfcc-footer .sfcc-copyright .copyright-links>a:hover {
    text-decoration: underline
}

#footer.sfcc-footer .sfcc-copyright .copyright-links>a:first-child {
    padding-left: 0
}

#footer.sfcc-footer .sfcc-copyright .copyright-links>a:last-child {
    border: none
}

#footer.sfcc-footer .back-to-top-sfcc {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    background-color: #485cc7;
    border: none;
    border-radius: 50%;
    bottom: 60px;
    cursor: pointer;
    height: 48px;
    justify-content: center;
    opacity: 0;
    position: fixed;
    right: 20px;
    text-align: center;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: opacity .25s ease;
    transition: opacity .25s ease;
    visibility: hidden;
    width: 48px;
    z-index: 11
}

#footer.sfcc-footer .back-to-top-sfcc.enable {
    opacity: 1;
    visibility: visible
}

#footer.sfcc-footer .back-to-top-sfcc:before {
    color: #fff;
    content: "\e901";
    font-family: asics-icon;
    font-size: 48px;
    line-height: 48px
}

#footer.sfcc-footer .back-to-top-sfcc .back-to-top-icon,#footer.sfcc-footer .back-to-top-sfcc .back-to-top-text {
    display: none
}

#footer.sfcc-footer>.wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-width: 0;
    padding: 24px 0
}

#footer.sfcc-footer>.wrapper .contact-wrapper {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 35%;
    flex: 0 0 35%;
    font-size: 15px;
    padding-left: 0;
    padding-right: 62px
}

#footer.sfcc-footer>.wrapper .contact-wrapper .h4 {
    font-size: 15px;
    line-height: 1.3;
    margin-bottom: 0
}

#footer.sfcc-footer>.wrapper .contact-wrapper .social-box {
    margin-bottom: 6px
}

#footer.sfcc-footer>.wrapper .contact-wrapper .social-box li a {
    background-color: transparent;
    color: #001e63;
    font-size: 26px;
    height: 37px;
    line-height: 37px;
    margin: 0 20px 10px 0;
    width: 37px
}

#footer.sfcc-footer>.wrapper .contact-wrapper .social-box li a .icon {
    height: 37px;
    width: 37px
}

#footer.sfcc-footer>.wrapper .contact-wrapper .social-box li a .icon.social-icons {
    fill: #fff
}

#footer.sfcc-footer>.wrapper .contact-wrapper .social-box li a .icon.social-icons:hover {
    fill: #e4e5f3
}

#footer.sfcc-footer>.wrapper .contact-wrapper .newsletter-pop-wrapper {
    padding-right: 10px
}

#footer.sfcc-footer>.wrapper .contact-wrapper .newsletter-pop-wrapper em {
    display: block;
    font-weight: 500;
    margin-bottom: 15px
}

#footer.sfcc-footer>.wrapper .contact-wrapper .newsletter-pop-wrapper.hid {
    display: block!important
}

#footer.sfcc-footer>.wrapper .contact-wrapper .newsletter-pop-wrapper .message.color-asics-coral {
    margin-bottom: 10px;
    margin-top: -10px
}

#footer.sfcc-footer>.wrapper .contact-wrapper .newsletter-pop-wrapper .message.color-asics-light-blue {
    margin-bottom: 20px;
    margin-top: 10px
}

#footer.sfcc-footer>.wrapper .contact-wrapper .newsletter-pop-wrapper #sub-newsletter-submit {
    background-color: #e4e5f3;
    font-weight: 600;
    max-width: 100px;
    width: 30%
}

#footer.sfcc-footer>.wrapper .contact-wrapper .newsletter-pop-wrapper #sub-newsletter-submit svg {
    display: none
}

#footer.sfcc-footer>.wrapper .contact-wrapper .stay-connected-wrapper {
    padding-right: 10px
}

#footer.sfcc-footer>.wrapper .contact-wrapper .stay-connected-wrapper #footer-sfcc-stay-connected {
    margin-bottom: 15px
}

#footer.sfcc-footer>.wrapper .contact-wrapper .sfcc-email-button {
    background-color: #e4e5f3;
    border-color: #e4e5f3;
    border-radius: 25px;
    color: #001e63;
    display: block;
    font-size: 14px;
    padding: 10px 30px;
    text-align: center;
    text-decoration: none;
    text-transform: none;
    width: 212px
}

#footer.sfcc-footer>.wrapper .contact-wrapper .sfcc-email-button.secondary {
    background-color: #fff;
    border-color: #fff
}

#footer.sfcc-footer>.wrapper .contact-wrapper .sfcc-email-button.secondary:hover {
    background-color: #e4e5f3;
    border-color: #e4e5f3
}

#footer.sfcc-footer>.wrapper .contact-wrapper .social-accounts {
    color: #fff;
    display: block;
    font-size: 12px;
    letter-spacing: normal;
    margin-top: 15px
}

#footer.sfcc-footer>.wrapper .contact-wrapper .social-accounts:hover {
    text-decoration: underline
}

#footer.sfcc-footer>.wrapper .contact-wrapper .cancel-sender {
    color: #fff;
    display: block;
    font-size: 12px;
    letter-spacing: normal;
    margin-top: 15px
}

#footer.sfcc-footer>.wrapper .contact-wrapper .cancel-sender:hover {
    text-decoration: underline
}

#footer.sfcc-footer>.wrapper .footer-nav-lists {
    -webkit-box-flex: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 0 65%;
    flex: 0 0 65%
}

#footer.sfcc-footer>.wrapper .footer-nav-lists .footer-nav-list {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 0;
    width: auto
}

#footer.sfcc-footer>.wrapper .footer-nav-lists .footer-nav-list .h4 {
    color: #fff;
    font-size: 15px;
    height: auto;
    line-height: 1.3;
    margin-bottom: 5px
}

#footer.sfcc-footer>.wrapper .footer-nav-lists .footer-nav-list .h4:after,#footer.sfcc-footer>.wrapper .footer-nav-lists .footer-nav-list .h4:before {
    background-color: #fff
}

#footer.sfcc-footer>.wrapper .footer-nav-lists .footer-nav-list .h4 a:hover {
    color: #fff
}

#footer.sfcc-footer>.wrapper .footer-nav-lists .footer-nav-list .h4.open {
    background-color: transparent
}

#footer.sfcc-footer>.wrapper .footer-nav-lists .footer-nav-list ul {
    font-size: 15px;
    font-weight: 500;
    line-height: 1.3
}

#footer.sfcc-footer>.wrapper .footer-nav-lists .footer-nav-list ul li {
    margin-top: 5px
}

#footer.sfcc-footer>.wrapper .footer-nav-lists .footer-nav-list ul a {
    color: #fff;
    font-weight: 400;
    margin-bottom: 0
}

@media only screen and (min-width: 320px) and (max-width:1024px) {
    #footer.sfcc-footer .wrapper {
        padding-left:10px;
        padding-right: 10px
    }

    #footer.sfcc-footer>.wrapper .fl,#footer.sfcc-footer>.wrapper .fr {
        float: none
    }

    #footer.sfcc-footer>.wrapper {
        display: block;
        padding: 10px
    }

    #footer.sfcc-footer>.wrapper .contact-wrapper {
        padding: 10px 0;
        width: 100%
    }

    #footer.sfcc-footer>.wrapper .contact-wrapper .newsletter-pop-wrapper,#footer.sfcc-footer>.wrapper .contact-wrapper .stay-connected-wrapper {
        padding-right: 0
    }

    #footer.sfcc-footer>.wrapper .contact-wrapper #footer-newsletter {
        max-width: 500px
    }

    #footer.sfcc-footer>.wrapper .contact-wrapper .newsletter-pop-wrapper {
        background: none;
        color: #fff;
        display: block!important;
        min-height: 0;
        padding: 0 10px;
        position: static;
        text-align: center
    }

    #footer.sfcc-footer>.wrapper .contact-wrapper .newsletter-pop-wrapper .sfcc-email-button {
        margin: 0 auto
    }

    #footer.sfcc-footer>.wrapper .contact-wrapper .newsletter-pop-wrapper .h4,#footer.sfcc-footer>.wrapper .contact-wrapper .newsletter-pop-wrapper h4 {
        color: #fff;
        font-size: 13px
    }

    #footer.sfcc-footer>.wrapper .contact-wrapper .newsletter-pop-wrapper #footer-newsletter {
        position: relative
    }

    #footer.sfcc-footer>.wrapper .contact-wrapper .newsletter-pop-wrapper #footer-newsletter input[type=email] {
        margin: 0;
        padding: 10px
    }

    #footer.sfcc-footer>.wrapper .contact-wrapper .newsletter-pop-wrapper #sub-newsletter-email {
        border: none;
        height: 40px;
        line-height: 18px
    }

    #footer.sfcc-footer>.wrapper .contact-wrapper .newsletter-pop-wrapper #sub-newsletter-submit {
        border-radius: 0;
        height: 40px;
        position: absolute;
        right: 0;
        top: 0;
        width: 40px
    }

    #footer.sfcc-footer>.wrapper .contact-wrapper .newsletter-pop-wrapper #sub-newsletter-submit>span {
        display: none
    }

    #footer.sfcc-footer>.wrapper .contact-wrapper .newsletter-pop-wrapper #sub-newsletter-submit svg {
        fill: #fff;
        display: inline-block;
        height: 14px;
        width: 10px
    }

    #footer.sfcc-footer>.wrapper .contact-wrapper .newsletter-pop-wrapper .close {
        display: none
    }

    #footer.sfcc-footer>.wrapper .contact-wrapper .stay-connected-wrapper {
        padding-right: 0;
        text-align: center
    }

    #footer.sfcc-footer>.wrapper .contact-wrapper .stay-connected-wrapper .h4 {
        display: block;
        padding: 0 10px
    }

    #footer.sfcc-footer>.wrapper .contact-wrapper .stay-connected-wrapper .social-box {
        line-height: 1;
        margin-top: 0
    }

    #footer.sfcc-footer>.wrapper .contact-wrapper .stay-connected-wrapper .social-box li {
        margin: 0 10px 10px
    }

    #footer.sfcc-footer>.wrapper .contact-wrapper .stay-connected-wrapper .social-box li a {
        font-size: 22px;
        height: 30px;
        line-height: 30px;
        margin: 0;
        width: 30px
    }

    #footer.sfcc-footer>.wrapper .footer-nav-lists {
        -webkit-box-flex: 0;
        display: block;
        -ms-flex: none;
        flex: none;
        margin-left: 0
    }

    #footer.sfcc-footer>.wrapper .footer-nav-lists .footer-nav-list {
        background-color: transparent
    }

    #footer.sfcc-footer>.wrapper .footer-nav-lists .footer-nav-list .h4+ul {
        display: none
    }

    #footer.sfcc-footer>.wrapper .footer-nav-lists .footer-nav-list .h4.open+ul {
        display: block
    }

    #footer.sfcc-footer>.wrapper .footer-nav-lists .footer-nav-list .h4 {
        border-top: 1px solid #fff;
        font-size: 13px;
        line-height: 24px;
        padding: 8px 0;
        position: relative
    }

    #footer.sfcc-footer>.wrapper .footer-nav-lists .footer-nav-list .h4.open {
        padding-bottom: 0
    }

    #footer.sfcc-footer>.wrapper .footer-nav-lists .footer-nav-list .h4.open:after {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }

    #footer.sfcc-footer>.wrapper .footer-nav-lists .footer-nav-list .h4:after,#footer.sfcc-footer>.wrapper .footer-nav-lists .footer-nav-list .h4:before {
        bottom: 0;
        content: "";
        height: 2px;
        margin: auto;
        position: absolute;
        right: 0;
        top: 0;
        -webkit-transition: -webkit-transform .2s ease;
        transition: -webkit-transform .2s ease;
        transition: transform .2s ease;
        transition: transform .2s ease,-webkit-transform .2s ease;
        width: 12px
    }

    #footer.sfcc-footer>.wrapper .footer-nav-lists .footer-nav-list .h4:after {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg)
    }

    #footer.sfcc-footer>.wrapper .footer-nav-lists .footer-nav-list ul {
        padding-bottom: 5px
    }

    #footer.sfcc-footer>.wrapper .footer-nav-lists .footer-nav-list ul a {
        height: auto;
        line-height: 21px;
        padding: 0
    }
}

.en-nz .promo-slider {
    background-color: #d1de01;
    height: 42px;
    padding: 0;
    width: 100%
}

.en-nz .promo-slider .swiper-wrapper {
    -webkit-transform: none!important;
    transform: none!important
}

.en-nz .promo-slider .swiper-button-next.swiper-button-disabled,.en-nz .promo-slider .swiper-button-prev.swiper-button-disabled {
    cursor: pointer;
    opacity: 1;
    pointer-events: auto
}

.en-nz .promo-slider .wrapper {
    position: relative
}

.en-nz .promo-slider .swiper-slide {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #d1de01;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    text-align: center
}

.en-nz .promo-slider .swiper-slide a {
    background: 0 0;
    color: #001e63;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .37px;
    padding: 10px 0
}

.en-nz .promo-slider .swiper-slide a:hover {
    text-decoration: underline
}

.en-nz .promo-slider .swiper-button-next,.en-nz .promo-slider .swiper-button-prev {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%
}

.en-nz .promo-slider .swiper-button-next:before,.en-nz .promo-slider .swiper-button-prev:before {
    color: #001e63;
    font-family: asics-icon;
    font-size: 25px
}

.en-nz .promo-slider .swiper-button-prev:before {
    content: "\e904"
}

.en-nz .promo-slider .swiper-button-next:before {
    content: "\e901"
}

.en-nz #footer.sfcc-footer {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: antialiased;
    font-family: "ASICS 3.0",Graphik,arial;
    letter-spacing: .29px
}

.en-nz #footer.sfcc-footer>.wrapper {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    padding-bottom: 0;
    padding-top: 30px
}

.en-nz #footer.sfcc-footer>.wrapper .footer-nav-lists {
    padding-left: 100px
}

.en-nz #footer.sfcc-footer>.wrapper .footer-nav-lists .footer-nav-list {
    -webkit-box-flex: initial;
    -ms-flex-positive: initial;
    flex-grow: 0
}

.en-nz #footer.sfcc-footer>.wrapper .footer-nav-lists .footer-nav-list:not(:last-of-type) {
    margin-right: 50px
}

.en-nz #footer.sfcc-footer>.wrapper .footer-nav-lists .footer-nav-list .h4,.en-nz #footer.sfcc-footer>.wrapper .footer-nav-lists .footer-nav-list h4 {
    font-size: 14px;
    letter-spacing: .1px;
    line-height: 1.1;
    margin-bottom: 8px
}

.en-nz #footer.sfcc-footer>.wrapper .footer-nav-lists .footer-nav-list ul {
    font-weight: 400
}

.en-nz #footer.sfcc-footer>.wrapper .footer-nav-lists .footer-nav-list li {
    margin-bottom: 4px
}

.en-nz #footer.sfcc-footer>.wrapper .footer-nav-lists .footer-nav-list a {
    letter-spacing: .14px;
    line-height: 1.6
}

.en-nz #footer.sfcc-footer>.wrapper .contact-wrapper .social-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.en-nz #footer.sfcc-footer>.wrapper .contact-wrapper .social-box li a {
    margin-left: 0;
    margin-right: 15px
}

.en-nz #footer.sfcc-footer .h4,.en-nz #footer.sfcc-footer h4 {
    font-size: 13px;
    font-weight: 600;
    height: auto;
    line-height: 1.1;
    margin-bottom: 15px;
    text-transform: capitalize
}

.en-nz #footer.sfcc-footer .contact-wrapper {
    max-width: 280px
}

.en-nz #footer.sfcc-footer .contact-wrapper .newsletter-pop-wrapper {
    padding-right: 0
}

.en-nz #footer.sfcc-footer .contact-wrapper .newsletter-pop-wrapper .h4 {
    letter-spacing: .875px
}

.en-nz #footer.sfcc-footer .contact-wrapper .newsletter-pop-wrapper em {
    display: block;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: .29px;
    line-height: 1.3
}

.en-nz #footer.sfcc-footer .contact-wrapper #newsletter-email {
    height: 42px;
    line-height: 1;
    margin: 14px 0 25px;
    padding: 0
}

.en-nz #footer.sfcc-footer .contact-wrapper .newsletter-email-button {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    background: #fff;
    border-radius: 30px;
    color: #001e62;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-family: "ASICS 3.0",Graphik,arial;
    font-size: 14px;
    font-weight: 600;
    justify-content: center;
    letter-spacing: 1px;
    line-height: 1.1;
    margin: 0;
    padding: 13px 30px;
    text-decoration: none;
    text-transform: capitalize;
    -webkit-transition: .4s;
    transition: .4s
}

.en-nz #footer.sfcc-footer .contact-wrapper .stay-connected-wrapper #footer-sfcc-stay-connected {
    letter-spacing: .875px;
    margin-bottom: 25px
}

.en-nz #footer.sfcc-footer #footer-newsletter {
    margin: 14px 0 15px
}

.en-nz #footer.sfcc-footer .wrapper {
    padding-left: 20px;
    padding-right: 20px
}

.en-nz #footer.sfcc-footer .sfcc-copyright {
    padding-bottom: 8px;
    padding-top: 12px
}

.en-nz #footer.sfcc-footer .sfcc-copyright .wrapper {
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.en-nz .smodal-mask {
    background: rgba(26,26,26,.75)
}

.en-nz .smodal-close {
    color: #fff;
    height: 30px;
    right: -30px;
    text-align: center;
    top: 0;
    -webkit-transition: none;
    transition: none;
    width: 30px
}

.en-nz .smodal-close:before {
    content: "\e909";
    font-family: asics-icon;
    font-size: 30px;
    font-weight: 600
}

.en-nz .smodal-content {
    border-width: 0;
    max-width: 600px;
    padding: 0;
    width: 90%
}

.en-nz .newsletter-form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    background: url(/system/static/8a311740e1a9ccb43d92.jpeg);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 528px;
    padding: 16px 16px 20px;
    width: 100%
}

.en-nz .newsletter-form .newsletter-wrapper>div {
    padding: 10px 280px 10px 6px
}

.en-nz .newsletter-form .newsletter-wrapper .newsletter-message {
    padding-bottom: 260px;
    padding-top: 20px
}

.en-nz .newsletter-form .newsletter-main {
    font-family: Open Sans;
    line-height: 1.38;
    padding-right: 289px;
    padding-top: 20px
}

.en-nz .newsletter-form .newsletter-main h3 {
    color: #001e62;
    font-size: 48px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase
}

.en-nz .newsletter-form .newsletter-main p {
    color: #001e62;
    font-size: 16px;
    margin: 32px 0 16px
}

.en-nz .newsletter-form .newsletter-email-wrapper {
    position: relative
}

.en-nz .newsletter-form #sub-newsletter-email {
    background-color: #fff;
    border: 1px solid #b4bbc3;
    border-radius: 2px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #001e62;
    font-family: Open Sans,Arial,Helvetica Neue,Helvetica,sans-serif;
    font-size: 16px;
    font-weight: 400;
    height: 45px;
    letter-spacing: 0;
    padding: 0 0 0 16px;
    text-align: left;
    width: 100%
}

.en-nz .newsletter-form #sub-newsletter-email::-webkit-input-placeholder {
    color: #aaa
}

.en-nz .newsletter-form #sub-newsletter-email::-moz-placeholder {
    color: #aaa
}

.en-nz .newsletter-form #sub-newsletter-email:-ms-input-placeholder {
    color: #aaa
}

.en-nz .newsletter-form #sub-newsletter-email::-ms-input-placeholder {
    color: #aaa
}

.en-nz .newsletter-form #sub-newsletter-email::placeholder {
    color: #aaa
}

.en-nz .newsletter-form #sub-newsletter-email:focus {
    border: 1px solid #001e62;
    -webkit-box-shadow: 0 0 5px #0064cd;
    box-shadow: 0 0 5px #0064cd
}

.en-nz .newsletter-form .newsletter-submit {
    padding-top: 20px
}

.en-nz .newsletter-form #sub-newsletter-submit {
    -ms-flex-item-align: end;
    align-self: flex-end;
    background: #001e62;
    border: 0 #303b43;
    border-radius: 0;
    color: #fff;
    cursor: pointer;
    font-family: Open Sans,Arial,Helvetica Neue,Helvetica,sans-serif;
    font-size: 24px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1;
    padding-bottom: 11px;
    padding-top: 11px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    white-space: normal;
    width: 100%;
    word-break: break-word
}

.en-nz .newsletter-form #sub-newsletter-submit:hover {
    background-color: #369;
    color: #fff
}

.en-nz .newsletter-form .newsletter-gender-title {
    color: #001e62;
    font-family: Arial Black,Arial Bold,Gadget,sans-serif;
    font-size: 18px;
    line-height: 1.45;
    padding-bottom: 10px;
    text-align: center
}

.en-nz .newsletter-form .newsletter-gender-group {
    -webkit-box-pack: center;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    padding-top: 10px
}

.en-nz .newsletter-form .newsletter-gender-group label {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-flex: 0;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 100%;
    padding-bottom: 8px;
    position: relative;
    word-break: break-word
}

.en-nz .newsletter-form .newsletter-gender-group label>* {
    cursor: pointer
}

.en-nz .newsletter-form .newsletter-gender-group label input[type=radio] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 20px;
    margin: 0;
    position: absolute;
    top: 0;
    width: 20px
}

.en-nz .newsletter-form .newsletter-gender-group label .circle-outside {
    stroke: #b4bbc3;
    height: 20px;
    margin-right: 8px;
    width: 20px
}

.en-nz .newsletter-form .newsletter-gender-group label .circle-inside {
    display: none;
    margin: 0;
    position: absolute
}

.en-nz .newsletter-form .newsletter-gender-group label span {
    color: #001e62;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: Open Sans,Arial,Helvetica Neue,Helvetica,sans-serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.38;
    margin-right: 24px;
    position: relative;
    top: 1px
}

.en-nz .newsletter-form .newsletter-gender-group label input[type=radio]:checked+.circle-outside+.circle-inside {
    display: inline-block
}

.en-nz .newsletter-form .newsletter-gender-group label input[type=radio]:focus+.circle-outside {
    stroke: #001e62;
    -webkit-filter: drop-shadow(#0064cd 0 0 2px);
    filter: drop-shadow(rgb(0,100,205) 0 0 2px)
}

.en-nz .newsletter-form .newsletter-tips {
    height: 49px;
    text-align: center
}

.en-nz .newsletter-form .newsletter-tips em {
    color: #001e62;
    font-family: Open Sans;
    font-size: 12px;
    line-height: 1.42
}

.en-nz .newsletter-form .newsletter-message {
    color: #001e62;
    font-family: Open Sans;
    padding: 20px 280px 260px 6px;
    text-align: center
}

.en-nz .newsletter-form .newsletter-message h3 {
    font-size: 28px;
    line-height: 1.4;
    margin-top: 80px
}

.en-nz .newsletter-form .newsletter-message p {
    font-size: 14px;
    line-height: 1.38;
    margin-bottom: 0;
    margin-top: 16px
}

.en-nz .newsletter-form .newsletter-error {
    -webkit-animation: fadein .4s ease 0s 1 normal none running;
    animation: fadein .4s ease 0s 1 normal none running;
    background-color: #fff;
    background-color: #f8ece9;
    border: 1px solid #d0331f;
    border-radius: 4px;
    -webkit-box-shadow: 1px 1px 4px 0 rgba(0,0,0,.26);
    box-shadow: 1px 1px 4px 0 rgba(0,0,0,.26);
    margin-top: 8px;
    position: absolute;
    right: 0;
    z-index: 1
}

.en-nz .newsletter-form .newsletter-error span {
    color: #d0331f;
    display: inline-block;
    font-family: Open Sans,Arial,Helvetica Neue,Helvetica,sans-serif;
    font-size: 14px;
    padding: 8px
}

.en-nz .newsletter-form .newsletter-error:after,.en-nz .newsletter-form .newsletter-error:before {
    border-style: solid;
    content: "";
    display: block;
    height: 0;
    position: absolute;
    width: 0
}

.en-nz .newsletter-form .newsletter-error:before {
    border-color: transparent transparent #d0331f;
    border-width: 9px;
    left: 7px;
    top: -18px
}

.en-nz .newsletter-form .newsletter-error:after {
    border-color: transparent transparent #f8ece9;
    border-width: 8px;
    left: 8px;
    top: -16px
}

[sfcc] .en-nz #header.sfcc-header.fixed {
    top: -33px
}

[sfcc] .en-nz #header.sfcc-header.fixed+.promo-slider {
    padding-top: 99px
}

@media only screen and (min-width: 320px) and (max-width:1024px) {
    .en-nz .fl,.en-nz .fr {
        float:none
    }

    .en-nz #dylan-main-layer .dylan-list.first {
        height: auto
    }

    .en-nz .promo-slider {
        position: absolute;
        top: 110px
    }

    .en-nz #main {
        padding-top: 42px
    }

    .en-nz #footer.sfcc-footer {
        padding-top: 1px
    }

    .en-nz #footer.sfcc-footer>.wrapper {
        display: block;
        min-height: 0
    }

    .en-nz #footer.sfcc-footer>.wrapper .contact-wrapper {
        border-top: none;
        margin-bottom: 30px;
        max-width: none;
        padding: 0
    }

    .en-nz #footer.sfcc-footer>.wrapper .contact-wrapper .stay-connected-wrapper {
        padding-right: 0;
        text-align: center
    }

    .en-nz #footer.sfcc-footer>.wrapper .contact-wrapper .stay-connected-wrapper .h4 {
        display: block;
        padding: 0 10px
    }

    .en-nz #footer.sfcc-footer>.wrapper .contact-wrapper .stay-connected-wrapper .social-box {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        line-height: 1;
        margin-top: 0
    }

    .en-nz #footer.sfcc-footer>.wrapper .contact-wrapper .stay-connected-wrapper .social-box li {
        margin: 0 7.5px
    }

    .en-nz #footer.sfcc-footer>.wrapper .contact-wrapper .stay-connected-wrapper .social-box li a {
        font-size: 22px;
        height: 36px;
        line-height: 30px;
        margin: 0;
        width: 36px
    }

    .en-nz #footer.sfcc-footer>.wrapper .contact-wrapper .newsletter-pop-wrapper {
        background: none;
        color: #fff;
        display: block!important;
        min-height: 0;
        padding: 0;
        position: static;
        text-align: center
    }

    .en-nz #footer.sfcc-footer>.wrapper .contact-wrapper .newsletter-pop-wrapper #footer-newsletter {
        max-width: none;
        position: relative
    }

    .en-nz #footer.sfcc-footer>.wrapper .contact-wrapper .newsletter-pop-wrapper #footer-newsletter input[type=email] {
        margin: 0;
        padding: 10px;
        width: 100%
    }

    .en-nz #footer.sfcc-footer>.wrapper .contact-wrapper .newsletter-pop-wrapper #sub-newsletter-email {
        border: none;
        height: 40px;
        line-height: 18px
    }

    .en-nz #footer.sfcc-footer>.wrapper .contact-wrapper .newsletter-pop-wrapper #sub-newsletter-submit {
        background-color: #00c3e6;
        border-radius: 0;
        color: #fff;
        height: 40px;
        position: absolute;
        right: 0;
        top: 0;
        width: 40px
    }

    .en-nz #footer.sfcc-footer>.wrapper .contact-wrapper .newsletter-pop-wrapper #sub-newsletter-submit>span {
        display: none
    }

    .en-nz #footer.sfcc-footer>.wrapper .contact-wrapper .newsletter-pop-wrapper #sub-newsletter-submit svg {
        fill: #fff;
        display: inline-block;
        height: 14px;
        width: 10px
    }

    .en-nz #footer.sfcc-footer>.wrapper .contact-wrapper .newsletter-pop-wrapper .close {
        display: none
    }

    .en-nz #footer.sfcc-footer>.wrapper .footer-nav-lists {
        -webkit-box-flex: 0;
        display: block;
        -ms-flex: none;
        flex: none;
        margin-left: 0;
        padding-left: 0
    }

    .en-nz #footer.sfcc-footer>.wrapper .footer-nav-lists .footer-nav-list {
        background-color: transparent
    }

    .en-nz #footer.sfcc-footer>.wrapper .footer-nav-lists .footer-nav-list:not(:last-of-type) {
        margin-right: 0
    }

    .en-nz #footer.sfcc-footer>.wrapper .footer-nav-lists .footer-nav-list .h4 {
        border-top: 1px solid #fff;
        font-size: 14px;
        line-height: 18px;
        margin: 0;
        padding: 15px 0;
        position: relative
    }

    .en-nz #footer.sfcc-footer>.wrapper .footer-nav-lists .footer-nav-list .h4:after,.en-nz #footer.sfcc-footer>.wrapper .footer-nav-lists .footer-nav-list .h4:before {
        background-color: #fff;
        bottom: 0;
        content: "";
        height: 2px;
        margin: auto;
        position: absolute;
        right: 0;
        top: 0;
        width: 12px
    }

    .en-nz #footer.sfcc-footer>.wrapper .footer-nav-lists .footer-nav-list .h4:before {
        transition: transform .2s ease,-webkit-transform .2s ease
    }

    .en-nz #footer.sfcc-footer>.wrapper .footer-nav-lists .footer-nav-list .h4:after {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        transition: transform .2s ease,background-color .2s ease,-webkit-transform .2s ease
    }

    .en-nz #footer.sfcc-footer>.wrapper .footer-nav-lists .footer-nav-list .h4.open:before {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }

    .en-nz #footer.sfcc-footer>.wrapper .footer-nav-lists .footer-nav-list .h4.open:after {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    .en-nz #footer.sfcc-footer>.wrapper .footer-nav-lists .footer-nav-list .h4.open+ul {
        display: block
    }

    .en-nz #footer.sfcc-footer>.wrapper .footer-nav-lists .footer-nav-list .h4+ul {
        display: none
    }

    .en-nz #footer.sfcc-footer>.wrapper .footer-nav-lists .footer-nav-list ul {
        padding-bottom: 5px
    }

    .en-nz #footer.sfcc-footer>.wrapper .footer-nav-lists .footer-nav-list ul a {
        height: auto;
        line-height: 21px;
        padding: 0
    }
}

@media only screen and (min-width: 320px) and (max-width:767px) {
    .en-nz #footer.sfcc-footer .wrapper .contact-wrapper {
        margin-top:0
    }

    .en-nz #footer.sfcc-footer .wrapper {
        padding-bottom: 3px;
        padding-left: 10px;
        padding-right: 10px
    }

    .en-nz #footer.sfcc-footer .sfcc-copyright {
        padding-left: 0;
        padding-right: 0
    }

    .en-nz .newsletter-form .newsletter-wrapper {
        background: hsla(0,0%,100%,.4)!important;
        padding: 10px 10px 0!important
    }

    .en-nz .newsletter-form .newsletter-wrapper>div {
        padding: 0!important
    }

    .en-nz .newsletter-form .newsletter-gender-group {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .en-nz .smodal-close {
        right: 0;
        top: -30px
    }
}

@media only screen and (min-width: 769px) {
    .en-nz .dylan.fixed+.dylan-page {
        margin-top:99px
    }
}

@media only screen and (min-width: 320px) and (max-width:768px) {
    .en-nz .col .col-group .empty-text {
        display:none!important
    }

    .en-nz .leaf-link strong {
        text-transform: none
    }

    .only-mobile {
        display: block!important
    }

    .only-pc {
        display: none!important
    }
}

@media (-ms-high-contrast:none),screen and (-ms-high-contrast:active) {
    .en-nz .newsletter-form .newsletter-gender-group label input[type=radio]:checked+.circle-outside+.circle-inside {
        left: 0;
        top: 0
    }

    .en-nz .newsletter-form .newsletter-gender-group label input[type=radio]:focus+.circle-outside {
        stroke: none
    }
}

[sfcc] .footer-newsletter-wrapper {
    color: #001e63;
    font-family: "ASICS 3.0",Helvetica Neue,Helvetica,Arial,"sans-serif"
}

[sfcc] .footer-newsletter-wrapper .smodal-close {
    color: #fff;
    font-size: 27px;
    height: 30px
}

[sfcc] .footer-newsletter-wrapper .smodal-content {
    border: 0;
    max-width: 460px;
    min-height: auto;
    padding: 0
}

[sfcc] .footer-newsletter-wrapper .smodal-content .smodal-email select {
    color: #001e63;
    font-family: "ASICS 3.0",Helvetica Neue,Helvetica,Arial,"sans-serif"
}

[sfcc] .footer-newsletter-wrapper .smodal-content .smodal-email .small-bold {
    font-weight: 600
}

[sfcc] .footer-newsletter-wrapper .smodal-content .smodal-email-header {
    background: #001e63;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    padding: 20px
}

[sfcc] .footer-newsletter-wrapper .smodal-content .smodal-email-header-title {
    font-size: 18px;
    font-weight: 400;
    margin: 0
}

[sfcc] .footer-newsletter-wrapper .smodal-content .smodal-email-content {
    font-size: 15px;
    padding: 20px
}

[sfcc] .footer-newsletter-wrapper .smodal-content .smodal-email-content .smodal-brithday-wrapper {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between
}

[sfcc] .footer-newsletter-wrapper .smodal-content .smodal-email-content-field {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-bottom: 20px;
    width: 100%
}

[sfcc] .footer-newsletter-wrapper .smodal-content .smodal-email-content-field-label {
    display: block
}

[sfcc] .footer-newsletter-wrapper .smodal-content .smodal-email-content-field-email-input {
    background-color: #fff;
    border: 1px solid #e3e5e5;
    border-radius: 2px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #001e63;
    height: 40px;
    padding: 0 10px;
    text-indent: 0;
    width: 100%
}

[sfcc] .footer-newsletter-wrapper .smodal-content .smodal-email-content-field-brithday {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-bottom: 20px;
    padding-left: 5px;
    width: 33%
}

[sfcc] .footer-newsletter-wrapper .smodal-content .smodal-email-content-field-brithday-wrapper {
    background-position: right 10px center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    max-height: 40px;
    min-width: 60px;
    padding-right: 31px;
    position: relative
}

[sfcc] .footer-newsletter-wrapper .smodal-content .smodal-email-content-field-brithday-input {
    border: 1px solid #e3e5e5;
    height: 38px;
    padding: 2px 0 2px 10px;
    width: calc(100% + 31px)
}

[sfcc] .footer-newsletter-wrapper .smodal-content .smodal-email-content-checkbox {
    padding-bottom: 20px
}

[sfcc] .footer-newsletter-wrapper .smodal-content .smodal-email-content-checkbox input {
    display: block;
    float: left;
    width: 20px
}

[sfcc] .footer-newsletter-wrapper .smodal-content .smodal-email-content-checkbox label {
    bottom: 6px;
    display: block;
    padding-left: 25px;
    position: relative;
    width: calc(100% - 25px)
}

[sfcc] .footer-newsletter-wrapper .smodal-content .smodal-email-content-copy {
    display: block;
    font-size: 13px;
    margin: 0 0 20px
}

[sfcc] .footer-newsletter-wrapper .smodal-content .smodal-email-content-copy a {
    color: #001e63;
    text-decoration: underline
}

[sfcc] .footer-newsletter-wrapper .smodal-content .smodal-email-content-submit {
    background-color: #001e63;
    border: 2px solid #001e63;
    border-radius: 25px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: block;
    line-height: 36px;
    margin: 0 auto;
    padding: 0 30px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    width: 60%
}

[sfcc] .footer-newsletter-wrapper .smodal-content .smodal-email-content-message,[sfcc] .footer-newsletter-wrapper .smodal-content .smodal-email-content-message-valid {
    display: none;
    font-size: 11px;
    margin-top: 4px
}

[sfcc] .footer-newsletter-wrapper .smodal-content .smodal-email-content-message-valid.error,[sfcc] .footer-newsletter-wrapper .smodal-content .smodal-email-content-message.error {
    display: block
}

[sfcc] .footer-newsletter-wrapper .smodal-content .smodal-email-content .error {
    color: #b9411d
}

[sfcc] .en-au .footer-newsletter-wrapper .smodal-content {
    max-width: 340px
}

.pl-pl #footer.sfcc-footer>.wrapper .contact-wrapper .social-box li a {
    margin: 0 20px 0 0
}

.pl-pl #footer .h4 {
    height: 22px
}

.pl-pl #footer.sfcc-footer>.wrapper .contact-wrapper .social-box {
    margin-bottom: 4px
}

.pl-pl #footer.sfcc-footer>.wrapper .contact-wrapper .newsletter-pop-wrapper em {
    line-height: 20px
}

.vi-vn #footer {
    font-family: Arial,"ASICS 3.0",Graphik,Helvetica Neue,Helvetica,"sans-serif"
}

.en-vn #footer.capillary-footer>.wrapper .footer-nav-lists .footer-nav-list .h4,.vi-vn #footer.capillary-footer>.wrapper .footer-nav-lists .footer-nav-list .h4 {
    font-size: 12px
}

.en-vn #footer.capillary-footer>.wrapper .footer-nav-lists .footer-nav-list ul,.vi-vn #footer.capillary-footer>.wrapper .footer-nav-lists .footer-nav-list ul {
    font-size: 12px
}

.en-vn .footer-logo,.vi-vn .footer-logo {
    margin-top: -70px;
    text-align: right
}

.en-vn .footer-logo img,.vi-vn .footer-logo img {
    display: inline-block;
    width: 150px
}

@media only screen and (max-width: 768px) {
    .en-vn .footer-logo,.vi-vn .footer-logo {
        margin-top:0;
        text-align: left
    }
}

.en-jp .sfcc-header,.ja-jp .sfcc-header {
    visibility: hidden
}

.en-jp .user-account,.ja-jp .user-account {
    background-position-y: 6px;
    background-size: 21px 20px;
    font-weight: 700;
    padding-left: 25px
}

.en-jp #header-mobile .sfcc-header-brand-switch,.ja-jp #header-mobile .sfcc-header-brand-switch {
    border: none;
    border-bottom: 1px solid #001e62
}

.en-jp #header-mobile .sfcc-header-brand-switch p,.ja-jp #header-mobile .sfcc-header-brand-switch p {
    -webkit-font-smoothing: auto;
    height: 16px
}

.en-jp #header-mobile .sfcc-header-brand-switch p svg,.ja-jp #header-mobile .sfcc-header-brand-switch p svg {
    margin-left: 6px
}

@supports (-webkit-appearance: none) and ((-moz-text-align-last:auto) or (text-align-last:auto)) and (not (-ms-accelerator:true)) {
    .en-jp #header-mobile .sfcc-header-brand-switch p svg,.ja-jp #header-mobile .sfcc-header-brand-switch p svg {
        margin-left:4px
    }
}

.en-jp #header-mobile .sfcc-header-brand-switch p .sfcc-header-brand-switch-close,.ja-jp #header-mobile .sfcc-header-brand-switch p .sfcc-header-brand-switch-close {
    top: 3px!important
}

.en-jp #header-mobile .sfcc-header-brand-switch .sfcc-header-brand-switch-arrow,.ja-jp #header-mobile .sfcc-header-brand-switch .sfcc-header-brand-switch-arrow {
    top: 1px!important
}

.en-jp #header-mobile .sfcc-header-brand-switch .sfcc-header-brand-switch-list,.ja-jp #header-mobile .sfcc-header-brand-switch .sfcc-header-brand-switch-list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.en-jp #header-mobile .sfcc-header-brand-switch .sfcc-header-brand-switch-list div,.ja-jp #header-mobile .sfcc-header-brand-switch .sfcc-header-brand-switch-list div {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-flex: 0;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0;
    flex: 0;
    font-size: 5px;
    justify-content: center;
    margin: 21px 0 9px;
    padding: 0 15px
}

.en-jp #header-mobile .sfcc-header-brand-switch .sfcc-header-brand-switch-list div.active svg,.ja-jp #header-mobile .sfcc-header-brand-switch .sfcc-header-brand-switch-list div.active svg {
    vertical-align: super
}

.en-jp #header-mobile .sfcc-header-brand-switch .sfcc-header-brand-switch-list svg,.ja-jp #header-mobile .sfcc-header-brand-switch .sfcc-header-brand-switch-list svg {
    position: static
}

.en-jp #header-mobile .sfcc-header-brand-switch .sfcc-header-brand-switch-list .svg-logo-walking,.ja-jp #header-mobile .sfcc-header-brand-switch .sfcc-header-brand-switch-list .svg-logo-walking {
    height: 26px;
    width: 48px
}

.en-jp #header-mobile .sfcc-header-brand-switch .sfcc-header-brand-switch-status:checked+.sfcc-header-brand-switch-list,.ja-jp #header-mobile .sfcc-header-brand-switch .sfcc-header-brand-switch-status:checked+.sfcc-header-brand-switch-list {
    height: auto
}

.en-jp #header-mobile .sfcc-header-account,.ja-jp #header-mobile .sfcc-header-account {
    border-bottom: 1px solid #dadada;
    padding: 10px;
    text-align: center
}

.en-jp #header-mobile .sfcc-header-account a,.ja-jp #header-mobile .sfcc-header-account a {
    color: #001e63;
    font-size: 11px;
    font-weight: 600
}

.en-jp #header-mobile #top .dylan-hamburger,.ja-jp #header-mobile #top .dylan-hamburger {
    height: 43px;
    left: 0;
    top: 2px;
    width: 43px
}

.en-jp #header-mobile #top .dylan-hamburger>i,.ja-jp #header-mobile #top .dylan-hamburger>i {
    width: 23px
}

.en-jp #header-mobile #top .dylan-hamburger>i b,.ja-jp #header-mobile #top .dylan-hamburger>i b {
    border-radius: 1px
}

.en-jp #header-mobile #top .dylan-hamburger>i:before,.ja-jp #header-mobile #top .dylan-hamburger>i:before {
    border-radius: 1px;
    top: -8px
}

.en-jp #header-mobile #top .dylan-hamburger>i:after,.ja-jp #header-mobile #top .dylan-hamburger>i:after {
    border-radius: 1px;
    bottom: -8px
}

.en-jp #header-mobile #top .dylan-hamburger.open>i:before,.ja-jp #header-mobile #top .dylan-hamburger.open>i:before {
    -webkit-transform: translateY(8px) rotate(-45deg);
    transform: translateY(8px) rotate(-45deg)
}

.en-jp #header-mobile #top .dylan-hamburger.open>i:after,.ja-jp #header-mobile #top .dylan-hamburger.open>i:after {
    -webkit-transform: translateY(-8px) rotate(225deg);
    transform: translateY(-8px) rotate(225deg)
}

.en-jp #header-mobile #top .sfcc-shop-cart,.ja-jp #header-mobile #top .sfcc-shop-cart {
    right: 15px
}

@media only screen and (min-width: 320px) and (max-width:1024px) {
    .en-jp #header-mobile.fixed+*,.ja-jp #header-mobile.fixed+* {
        margin-top:60px
    }

    .en-jp #header-mobile .wishlist-header-wrap,.ja-jp #header-mobile .wishlist-header-wrap {
        height: 21px;
        right: 150px
    }

    .en-jp #header-mobile .wishlist-header-wrap .wistlist-number .number,.ja-jp #header-mobile .wishlist-header-wrap .wistlist-number .number {
        top: -2px
    }
}

@media only screen and (min-width: 769px) {
    .en-jp #header.sfcc-header .dylan-sub-layer[data-parent=sportstyle] .vessel-inner .col-1:nth-child(40),.ja-jp #header.sfcc-header .dylan-sub-layer[data-parent=sportstyle] .vessel-inner .col-1:nth-child(40) {
        -ms-flex-preferred-size:60%;
        flex-basis: 60%;
        max-width: 60%
    }

    .en-jp #header.sfcc-header .dylan-sub-layer[data-parent=sportstyle] .vessel-inner .col-1:nth-child(40) .dylan-list,.ja-jp #header.sfcc-header .dylan-sub-layer[data-parent=sportstyle] .vessel-inner .col-1:nth-child(40) .dylan-list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        height: 150px
    }

    .en-jp #header.sfcc-header .dylan-sub-layer[data-parent=sportstyle] .vessel-inner .col-1:nth-child(40) .dylan-list li,.ja-jp #header.sfcc-header .dylan-sub-layer[data-parent=sportstyle] .vessel-inner .col-1:nth-child(40) .dylan-list li {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666%;
        flex: 0 0 16.6666%;
        width: 33.3333%
    }

    .en-jp #header.sfcc-header .dylan-sub-layer[data-parent=sportstyle] .vessel-inner .col-1:nth-child(40) .dylan-list li a,.ja-jp #header.sfcc-header .dylan-sub-layer[data-parent=sportstyle] .vessel-inner .col-1:nth-child(40) .dylan-list li a {
        padding-bottom: 0
    }
}

.en-jp #footer.sfcc-footer .sfcc-copyright .copyright-links>a,.ja-jp #footer.sfcc-footer .sfcc-copyright .copyright-links>a {
    text-rendering: auto;
    border-color: #001e62;
    font-size: 12px;
    margin-right: 8px;
    padding-right: 12px
}

.en-jp #footer.sfcc-footer .sfcc-copyright,.ja-jp #footer.sfcc-footer .sfcc-copyright {
    padding: 15px 0 30px
}

.en-jp #footer.sfcc-footer>.wrapper .footer-nav-lists .h4,.ja-jp #footer.sfcc-footer>.wrapper .footer-nav-lists .h4 {
    font-size: 13px
}

.en-jp #footer.sfcc-footer>.wrapper .footer-nav-lists ul,.ja-jp #footer.sfcc-footer>.wrapper .footer-nav-lists ul {
    font-size: 12px
}

.en-jp #footer.sfcc-footer>.wrapper .contact-wrapper,.ja-jp #footer.sfcc-footer>.wrapper .contact-wrapper {
    font-size: 12px
}

.en-jp #footer.sfcc-footer>.wrapper .contact-wrapper .h4,.ja-jp #footer.sfcc-footer>.wrapper .contact-wrapper .h4 {
    font-size: 13px;
    font-weight: 600
}

.en-jp #footer.sfcc-footer>.wrapper .contact-wrapper .social-box,.ja-jp #footer.sfcc-footer>.wrapper .contact-wrapper .social-box {
    margin-bottom: 10px
}

.en-jp #footer.sfcc-footer>.wrapper .contact-wrapper .social-box li a,.ja-jp #footer.sfcc-footer>.wrapper .contact-wrapper .social-box li a {
    height: 37px!important;
    margin-bottom: 0;
    margin-right: 26px;
    width: 37px!important
}

@media only screen and (max-width: 370px) {
    .en-jp #footer.sfcc-footer>.wrapper .contact-wrapper .social-box li a,.ja-jp #footer.sfcc-footer>.wrapper .contact-wrapper .social-box li a {
        margin-right:20px
    }
}

@media only screen and (min-width: 1025px) and (max-width:1200px) {
    .en-jp #footer.sfcc-footer>.wrapper .contact-wrapper .social-box li a,.ja-jp #footer.sfcc-footer>.wrapper .contact-wrapper .social-box li a {
        margin-right:20px
    }
}

.en-jp #footer.sfcc-footer>.wrapper .contact-wrapper .social-box li a .icon,.ja-jp #footer.sfcc-footer>.wrapper .contact-wrapper .social-box li a .icon {
    height: 37px;
    width: 37px
}

.en-jp #footer.sfcc-footer>.wrapper .contact-wrapper .social-box li:last-child a,.ja-jp #footer.sfcc-footer>.wrapper .contact-wrapper .social-box li:last-child a {
    margin-right: 0
}

.en-jp .brand-links,.ja-jp .brand-links {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 13px;
    line-height: 22px;
    margin-bottom: 15px
}

.en-jp .brand-links a,.ja-jp .brand-links a {
    margin-right: 30px
}

@media (max-width: 768px) {
    .en-jp .brand-links a,.ja-jp .brand-links a {
        margin-right:13px
    }
}

.en-jp .brand-links svg,.ja-jp .brand-links svg {
    fill: #001e62;
    display: inline-block;
    vertical-align: middle
}

.en-jp .brand-links .logo-asicsoutlet,.ja-jp .brand-links .logo-asicsoutlet {
    height: 30px;
    width: 64px
}

.en-jp .brand-links .logo-asicstiger,.ja-jp .brand-links .logo-asicstiger {
    height: 19px;
    width: 86px
}

.en-jp .brand-links .logo-onitsukatiger,.ja-jp .brand-links .logo-onitsukatiger {
    height: 27px;
    width: 45px
}

.en-jp .brand-links .logo-asics-walking,.ja-jp .brand-links .logo-asics-walking {
    height: 30px;
    width: 53px
}

.en-jp .sfcc-copyright .wrapper,.ja-jp .sfcc-copyright .wrapper {
    padding: 0
}

.en-jp #footer .stay-connected-wrapper,.ja-jp #footer .stay-connected-wrapper {
    font-family: Graphik Semibold,Hiragino Kaku Gothic ProN,HiraKakuPro-W3,ヒラギノ角ゴ Pro W3,Hiragino Kaku Gothic Pro,メイリオ,Meiryo,MS PGothic,ＭＳ\\Ｐゴシック,osaka,Helvetica,Arial,sans-serif;
    font-size: 0
}

.en-jp #footer .stay-connected-wrapper .h4,.ja-jp #footer .stay-connected-wrapper .h4 {
    font-weight: 400;
    height: 24px;
    line-height: 24px;
    margin-bottom: 10px
}

.en-jp #footer .social-box,.ja-jp #footer .social-box {
    font-size: 0;
    margin-bottom: 0
}

.en-jp #footer .newsletter-pop-wrapper,.ja-jp #footer .newsletter-pop-wrapper {
    text-rendering: auto
}

.en-jp #footer .newsletter-pop-wrapper .h4,.ja-jp #footer .newsletter-pop-wrapper .h4 {
    height: 24px;
    line-height: 24px;
    margin-bottom: 0;
    margin-top: 15px
}

.en-jp #footer .newsletter-pop-wrapper em,.ja-jp #footer .newsletter-pop-wrapper em {
    display: block;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    margin-bottom: 15px
}

.en-jp #footer #footer-newsletter,.ja-jp #footer #footer-newsletter {
    margin: 0
}

.en-jp #footer .footer-nav-list a,.ja-jp #footer .footer-nav-list a {
    text-rendering: auto;
    line-height: 21px
}

@media (min-width: 1025px) {
    .en-jp #header.sfcc-header.fixed,.ja-jp #header.sfcc-header.fixed {
        top:-49px!important
    }

    .en-jp #header.sfcc-header.fixed .sfcc-shop-cart,.ja-jp #header.sfcc-header.fixed .sfcc-shop-cart {
        padding-top: 2px
    }

    .en-jp #header.sfcc-header .sfcc-header-brands,.ja-jp #header.sfcc-header .sfcc-header-brands {
        font-size: 12px;
        padding: 10px!important
    }

    .en-jp #header.sfcc-header .sfcc-header-brands .sfcc-header-brand-icon li,.ja-jp #header.sfcc-header .sfcc-header-brands .sfcc-header-brand-icon li {
        border-color: #6a6a6a;
        line-height: 30px
    }

    .en-jp #header.sfcc-header .sfcc-header-brands .sfcc-header-brand-utility li,.ja-jp #header.sfcc-header .sfcc-header-brands .sfcc-header-brand-utility li {
        text-rendering: auto;
        font-family: Graphik Regular,Hiragino Kaku Gothic ProN,HiraKakuPro-W3,ヒラギノ角ゴ Pro W3,Hiragino Kaku Gothic Pro,メイリオ,Meiryo,MS PGothic,ＭＳ\\Ｐゴシック,osaka,Helvetica,Arial,sans-serif
    }

    @supports (-webkit-appearance: none) and ((-moz-text-align-last:auto) or (text-align-last:auto)) and (not (-ms-accelerator:true)) {
        .en-jp #header.sfcc-header .sfcc-header-brands .sfcc-header-brand-utility li,.ja-jp #header.sfcc-header .sfcc-header-brands .sfcc-header-brand-utility li {
            font-family:Graphik,Hiragino Kaku Gothic ProN,HiraKakuPro-W3,ヒラギノ角ゴ Pro W3,Hiragino Kaku Gothic Pro,メイリオ,Meiryo,MS PGothic,ＭＳ\\Ｐゴシック,osaka,Helvetica,Arial,sans-serif
        }
    }

    .en-jp #header.sfcc-header .sfcc-header-brands .sfcc-header-brand-utility li svg,.ja-jp #header.sfcc-header .sfcc-header-brands .sfcc-header-brand-utility li svg {
        height: 14px;
        margin-right: 5px;
        position: relative;
        vertical-align: middle;
        width: 14px
    }

    .en-jp #header.sfcc-header .sfcc-header-brands .sfcc-header-brand-utility li:first-child .flag-icon,.ja-jp #header.sfcc-header .sfcc-header-brands .sfcc-header-brand-utility li:first-child .flag-icon {
        margin-right: 5px;
        padding: 0;
        vertical-align: middle
    }

    .en-jp #header.sfcc-header #dylan-main-layer .dylan-list.first,.ja-jp #header.sfcc-header #dylan-main-layer .dylan-list.first {
        height: 72px;
        margin-left: 28px
    }

    .en-jp #header.sfcc-header #dylan-main-layer .dylan-list.first>li>.dylan-link strong,.ja-jp #header.sfcc-header #dylan-main-layer .dylan-list.first>li>.dylan-link strong {
        height: 72px;
        line-height: 72px;
        padding: 0 15px
    }

    @supports (-webkit-appearance: none) and ((-moz-text-align-last:auto) or (text-align-last:auto)) and (not (-ms-accelerator:true)) {
        .en-jp #header.sfcc-header #dylan-main-layer .dylan-list.first>li>.dylan-link strong,.ja-jp #header.sfcc-header #dylan-main-layer .dylan-list.first>li>.dylan-link strong {
            line-height:74px
        }
    }

    .en-jp #header.sfcc-header .sfcc-menu .search-tool .plant-search,.ja-jp #header.sfcc-header .sfcc-menu .search-tool .plant-search {
        font-weight: 400;
        height: 33px;
        line-height: 14px;
        padding: 2px 45px 0 17px;
        width: 197px
    }

    @supports (-webkit-appearance: none) and ((-moz-text-align-last:auto) or (text-align-last:auto)) and (not (-ms-accelerator:true)) {
        .en-jp #header.sfcc-header .sfcc-menu .search-tool .plant-search,.ja-jp #header.sfcc-header .sfcc-menu .search-tool .plant-search {
            padding-top:0
        }
    }

    .en-jp #header.sfcc-header .sfcc-menu .vessel,.ja-jp #header.sfcc-header .sfcc-menu .vessel {
        padding-left: 164px;
        padding-right: 10px
    }

    .en-jp #header.sfcc-header .sfcc-menu .vessel .vessel-inner,.ja-jp #header.sfcc-header .sfcc-menu .vessel .vessel-inner {
        -webkit-transform: translateX(-25px);
        transform: translateX(-25px)
    }

    .en-jp #header.sfcc-header .sfcc-menu .vessel .vessel-inner .col-1 .col-group .dylan-deep-layer a,.ja-jp #header.sfcc-header .sfcc-menu .vessel .vessel-inner .col-1 .col-group .dylan-deep-layer a {
        font-size: 13px;
        letter-spacing: .025em;
        line-height: 16px
    }

    .en-jp #header.sfcc-header .sfcc-menu .sfcc-logo,.ja-jp #header.sfcc-header .sfcc-menu .sfcc-logo {
        margin-top: 1px
    }

    .en-jp #header.sfcc-header .sfcc-header-brands .wrapper:after,.ja-jp #header.sfcc-header .sfcc-header-brands .wrapper:after {
        content: none
    }

    .en-jp .dylan-sub-layer,.ja-jp .dylan-sub-layer {
        padding-bottom: 25px;
        padding-top: 25px
    }

    .en-jp .vessel .vessel-inner .col-title,.ja-jp .vessel .vessel-inner .col-title {
        letter-spacing: .025em
    }

    .en-jp .vessel .vessel-inner .col-title strong,.ja-jp .vessel .vessel-inner .col-title strong {
        font-size: 12px!important;
        font-weight: 600!important
    }

    .en-jp .vessel .vessel-inner li,.ja-jp .vessel .vessel-inner li {
        margin-bottom: 0
    }

    .en-jp #footer.sfcc-footer>.wrapper,.ja-jp #footer.sfcc-footer>.wrapper {
        min-height: 248px;
        padding: 37px 0 24px
    }

    .en-jp #footer.sfcc-footer>.wrapper #footer-newsletter,.ja-jp #footer.sfcc-footer>.wrapper #footer-newsletter {
        max-width: 300px
    }

    .en-jp #footer.sfcc-footer>.wrapper .contact-wrapper,.ja-jp #footer.sfcc-footer>.wrapper .contact-wrapper {
        -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
        padding-right: 30px
    }

    .en-jp #footer.sfcc-footer>.wrapper .footer-nav-lists,.ja-jp #footer.sfcc-footer>.wrapper .footer-nav-lists {
        -ms-flex-preferred-size: 70%;
        flex-basis: 70%
    }

    .en-jp #footer.sfcc-footer>.wrapper .footer-nav-lists .footer-nav-list .h4,.ja-jp #footer.sfcc-footer>.wrapper .footer-nav-lists .footer-nav-list .h4 {
        line-height: 24px;
        margin-bottom: 0
    }

    .en-jp #footer #footer-newsletter fieldset>*,.ja-jp #footer #footer-newsletter fieldset>* {
        height: 44px
    }
}

@media only screen and (max-width: 1200px) and (min-width:769px) {
    .en-jp #header.sfcc-header .sfcc-menu #dylan-main-layer .dylan-list.first>li>.dylan-link strong,.ja-jp #header.sfcc-header .sfcc-menu #dylan-main-layer .dylan-list.first>li>.dylan-link strong {
        font-size:13px
    }

    .en-jp #header.sfcc-header .sfcc-menu .search-tool .plant-search,.ja-jp #header.sfcc-header .sfcc-menu .search-tool .plant-search {
        padding-right: 17px;
        width: auto
    }
}

@media only screen and (max-width: 1140px) and (min-width:769px) {
    .en-jp #header.sfcc-header .sfcc-menu #dylan-main-layer .dylan-list.first>li>.dylan-link strong,.ja-jp #header.sfcc-header .sfcc-menu #dylan-main-layer .dylan-list.first>li>.dylan-link strong {
        font-size:12px;
        padding: 0 13px
    }

    .en-jp #header.sfcc-header .sfcc-menu .search-tool .plant-search,.ja-jp #header.sfcc-header .sfcc-menu .search-tool .plant-search {
        width: 150px
    }
}

@media (max-width: 768px) {
    .en-jp #footer.sfcc-footer,.ja-jp #footer.sfcc-footer {
        overflow:hidden;
        padding-top: 0
    }

    .en-jp #footer #footer-newsletter input[type=email],.ja-jp #footer #footer-newsletter input[type=email] {
        margin: 0;
        width: 100%
    }

    .en-jp #footer.sfcc-footer>.wrapper .contact-wrapper,.ja-jp #footer.sfcc-footer>.wrapper .contact-wrapper {
        margin-bottom: 8px;
        margin-top: 8px
    }

    .en-jp #footer.sfcc-footer>.wrapper .contact-wrapper .stay-connected-wrapper .h4,.ja-jp #footer.sfcc-footer>.wrapper .contact-wrapper .stay-connected-wrapper .h4 {
        font-size: 13px;
        font-weight: 400;
        height: auto;
        line-height: 24px
    }

    .en-jp #footer.sfcc-footer>.wrapper .contact-wrapper .newsletter-pop-wrapper,.ja-jp #footer.sfcc-footer>.wrapper .contact-wrapper .newsletter-pop-wrapper {
        padding: 0
    }

    .en-jp #footer.sfcc-footer>.wrapper .contact-wrapper .newsletter-pop-wrapper .h4,.ja-jp #footer.sfcc-footer>.wrapper .contact-wrapper .newsletter-pop-wrapper .h4 {
        margin-bottom: 0
    }

    .en-jp #footer.sfcc-footer>.wrapper .contact-wrapper .stay-connected-wrapper .social-box li,.ja-jp #footer.sfcc-footer>.wrapper .contact-wrapper .stay-connected-wrapper .social-box li {
        margin: 0
    }

    .en-jp #footer.sfcc-footer>.wrapper .contact-wrapper .stay-connected-wrapper .social-box li a,.ja-jp #footer.sfcc-footer>.wrapper .contact-wrapper .stay-connected-wrapper .social-box li a {
        height: 36px;
        width: 36px
    }

    .en-jp #footer.sfcc-footer .sfcc-copyright,.ja-jp #footer.sfcc-footer .sfcc-copyright {
        padding: 15px 10px
    }
}

@media only screen and (max-width: 1024px) and (min-width:320px) {
    .en-jp .dylan,.ja-jp .dylan {
        max-width:88%;
        width: 88%
    }

    .en-jp .dylan-page.dylan-slideout,.ja-jp .dylan-page.dylan-slideout {
        -webkit-transform: translateX(88%);
        transform: translateX(88%)
    }

    .en-jp #header.sfcc-header .sfcc-menu,.ja-jp #header.sfcc-header .sfcc-menu {
        height: 100%;
        overflow-y: scroll
    }

    .en-jp #header.sfcc-header .sfcc-menu .search-icon,.ja-jp #header.sfcc-header .sfcc-menu .search-icon {
        position: relative;
        top: -1px
    }

    .en-jp #header.sfcc-header .sfcc-menu .mobile-menu-header,.ja-jp #header.sfcc-header .sfcc-menu .mobile-menu-header {
        border-bottom: 1px solid hsla(180,4%,89%,.25);
        height: auto;
        line-height: 1
    }

    .en-jp #header.sfcc-header .sfcc-menu .mobile-menu-header div,.ja-jp #header.sfcc-header .sfcc-menu .mobile-menu-header div {
        text-rendering: auto;
        -ms-flex-preferred-size: 50%;
        border-bottom: 0;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        flex-basis: 50%;
        line-height: 1.4;
        max-width: 50%;
        min-height: 60px;
        overflow: hidden;
        padding: 0 10px
    }

    .en-jp #header.sfcc-header .sfcc-menu .mobile-menu-header div:first-child,.ja-jp #header.sfcc-header .sfcc-menu .mobile-menu-header div:first-child {
        border-right: none
    }

    .en-jp #header.sfcc-header .sfcc-menu .mobile-menu-header div:last-child,.ja-jp #header.sfcc-header .sfcc-menu .mobile-menu-header div:last-child {
        border-left: 1px solid hsla(180,4%,89%,.25)
    }

    .en-jp #header.sfcc-header .sfcc-menu .mobile-menu-header div a,.ja-jp #header.sfcc-header .sfcc-menu .mobile-menu-header div a {
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 100%;
        justify-content: center
    }

    .en-jp #header.sfcc-header .sfcc-menu .dylan-layers,.ja-jp #header.sfcc-header .sfcc-menu .dylan-layers {
        position: static
    }

    .en-jp #header.sfcc-header .sfcc-menu .logo-box li,.ja-jp #header.sfcc-header .sfcc-menu .logo-box li {
        display: block;
        font-size: 14px;
        height: 28px;
        line-height: 21px;
        margin-top: 20px
    }

    .en-jp #header.sfcc-header .sfcc-menu .logo-box li:first-child svg,.ja-jp #header.sfcc-header .sfcc-menu .logo-box li:first-child svg {
        height: 23px;
        width: 69px
    }

    .en-jp #header.sfcc-header .sfcc-menu .logo-box li:nth-child(2) svg,.ja-jp #header.sfcc-header .sfcc-menu .logo-box li:nth-child(2) svg {
        height: 26px;
        width: 48px
    }

    .en-jp #header.sfcc-header .sfcc-menu .logo-box li:last-child,.ja-jp #header.sfcc-header .sfcc-menu .logo-box li:last-child {
        margin-bottom: 45px
    }

    .en-jp #header.sfcc-header .sfcc-menu .logo-box li svg,.ja-jp #header.sfcc-header .sfcc-menu .logo-box li svg {
        display: inline-block;
        position: static;
        vertical-align: middle
    }

    .en-jp #header.sfcc-header .sfcc-menu .social-box-title,.ja-jp #header.sfcc-header .sfcc-menu .social-box-title {
        line-height: 14px;
        padding-top: 25px
    }

    .en-jp #header.sfcc-header .sfcc-menu .mobile-help-links,.ja-jp #header.sfcc-header .sfcc-menu .mobile-help-links {
        text-rendering: auto;
        border-color: hsla(180,4%,89%,.25);
        font-family: Graphik Regular,Hiragino Kaku Gothic ProN,HiraKakuPro-W3,ヒラギノ角ゴ Pro W3,Hiragino Kaku Gothic Pro,メイリオ,Meiryo,MS PGothic,ＭＳ\\Ｐゴシック,osaka,Helvetica,Arial,sans-serif;
        padding: 25px 20px
    }

    .en-jp #header.sfcc-header .sfcc-menu .mobile-help-links a:first-child,.ja-jp #header.sfcc-header .sfcc-menu .mobile-help-links a:first-child {
        margin-top: 2px;
        overflow: hidden
    }

    .en-jp #header.sfcc-header .sfcc-menu .mobile-help-links a:nth-child(2),.ja-jp #header.sfcc-header .sfcc-menu .mobile-help-links a:nth-child(2) {
        display: none
    }

    .en-jp #header.sfcc-header .sfcc-menu .mobile-help-links>a .flag-icon,.ja-jp #header.sfcc-header .sfcc-menu .mobile-help-links>a .flag-icon {
        border: 1px solid #e4e4e4;
        height: 10px;
        width: 15px
    }

    .en-jp #header.sfcc-header .sfcc-menu .mobile-help-links>a .flag-icon+span,.ja-jp #header.sfcc-header .sfcc-menu .mobile-help-links>a .flag-icon+span {
        font-family: Graphik Medium,Hiragino Kaku Gothic ProN,HiraKakuPro-W3,ヒラギノ角ゴ Pro W3,Hiragino Kaku Gothic Pro,メイリオ,Meiryo,MS PGothic,ＭＳ\\Ｐゴシック,osaka,Helvetica,Arial,sans-serif;
        padding-left: 4.8px
    }

    .en-jp #header.sfcc-header .sfcc-menu .mobile-help-links a:nth-child(2),.ja-jp #header.sfcc-header .sfcc-menu .mobile-help-links a:nth-child(2) {
        line-height: 24px;
        margin-bottom: 10px
    }

    .en-jp #header.sfcc-header .sfcc-menu .mobile-help-links>a .tpoint-icon,.ja-jp #header.sfcc-header .sfcc-menu .mobile-help-links>a .tpoint-icon {
        position: relative;
        top: -2px;
        vertical-align: middle
    }

    .en-jp #header.sfcc-header .sfcc-menu .mobile-help-links>a .tpoint-icon+span,.ja-jp #header.sfcc-header .sfcc-menu .mobile-help-links>a .tpoint-icon+span {
        font-size: 11px;
        padding-left: 4.8px
    }

    .en-jp .col-group>a.dylan-link,.en-jp .dylan-list li>a.dylan-link,.ja-jp .col-group>a.dylan-link,.ja-jp .dylan-list li>a.dylan-link {
        background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMCAxNCI+PHBhdGggZmlsbD0iIzAwMWU2MyIgZD0iTS42OTYgMTMuOTk4YS42ODMuNjgzIDAgMCAxLS41NjUtLjI5OS43MjMuNzIzIDAgMCAxIC4xNjMtLjk5Mmw3LjgxOS01LjcwNkwuMjk0IDEuMjk1QS43MjMuNzIzIDAgMCAxIC4xMzEuMzAzYS42OC42OCAwIDAgMSAuOTY1LS4xNjhsOC42MTUgNi4yODZjLjE4My4xMzMuMjkyLjM1LjI5Mi41OCAwIC4yMy0uMTA5LjQ0Ny0uMjkyLjU4bC04LjYxNSA2LjI4NmEuNjcyLjY3MiAwIDAgMS0uNC4xMzF6Ii8+PC9zdmc+) calc(100% - 20px) no-repeat;
        background-size: 10px 14px;
        border-color: hsla(180,4%,89%,.25)!important
    }

    .en-jp .dylan-list li img,.ja-jp .dylan-list li img {
        margin-bottom: 10px
    }

    .en-jp .dylan-sub-layer .dylan-nav-bar .dylan-back.dylan-link,.ja-jp .dylan-sub-layer .dylan-nav-bar .dylan-back.dylan-link {
        border-color: hsla(180,4%,89%,.25)!important;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        height: 55px;
        letter-spacing: .35px;
        line-height: 54px;
        padding: 0 20px 0 40px!important
    }

    .en-jp .dylan-sub-layer .dylan-nav-bar .dylan-back.dylan-link:before,.ja-jp .dylan-sub-layer .dylan-nav-bar .dylan-back.dylan-link:before {
        background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMCAxNCI+PHBhdGggZmlsbD0iIzAwMWU2MyIgZD0iTS42OTYgMTMuOTk4YS42ODMuNjgzIDAgMCAxLS41NjUtLjI5OS43MjMuNzIzIDAgMCAxIC4xNjMtLjk5Mmw3LjgxOS01LjcwNkwuMjk0IDEuMjk1QS43MjMuNzIzIDAgMCAxIC4xMzEuMzAzYS42OC42OCAwIDAgMSAuOTY1LS4xNjhsOC42MTUgNi4yODZjLjE4My4xMzMuMjkyLjM1LjI5Mi41OCAwIC4yMy0uMTA5LjQ0Ny0uMjkyLjU4bC04LjYxNSA2LjI4NmEuNjcyLjY3MiAwIDAgMS0uNC4xMzF6Ii8+PC9zdmc+) 50% no-repeat;
        background-size: 10px 14px
    }

    .en-jp .dylan-link strong,.en-jp .leaf-link strong,.ja-jp .dylan-link strong,.ja-jp .leaf-link strong {
        text-rendering: auto;
        letter-spacing: .35px;
        padding-bottom: 17px;
        padding-top: 17px
    }

    .en-jp .leaf-link,.ja-jp .leaf-link {
        font-weight: 500
    }

    .en-jp .leaf-link img,.ja-jp .leaf-link img {
        margin-bottom: 0
    }

    .en-jp .leaf-link img+strong,.ja-jp .leaf-link img+strong {
        font-size: 14px
    }
}

@media only screen and (max-width: 1024px) {
    .en-jp #header-mobile .clear-btn,.ja-jp #header-mobile .clear-btn {
        padding-top:62px;
        right: 71px
    }

    .en-jp #header-mobile .search-list-wrapper,.ja-jp #header-mobile .search-list-wrapper {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 20px;
        top: 100px
    }
}

[sfcc] .en-jp .sfcc-header,[sfcc] .ja-jp .sfcc-header {
    visibility: visible
}

[sfcc] .en-jp svg.svg-location-pin-dims,[sfcc] .ja-jp svg.svg-location-pin-dims {
    fill: #001e63;
    max-height: 16px;
    max-width: 12.8px;
    padding-right: 3.2px;
    vertical-align: bottom
}

@media only screen and (max-width: 1024px) and (min-width:320px) {
    [sfcc] .en-jp #header.sfcc-header .sfcc-menu .logo-box li a svg,[sfcc] .ja-jp #header.sfcc-header .sfcc-menu .logo-box li a svg {
        fill:#001e62
    }

    [sfcc] .en-jp #header.sfcc-header .sfcc-menu .logo-box li a[title=ASICS] svg,[sfcc] .ja-jp #header.sfcc-header .sfcc-menu .logo-box li a[title=ASICS] svg {
        fill: #001e62
    }
}

[sfcc] .en-jp .header-2021#header.sfcc-header .sfcc-header-brands,[sfcc] .ja-jp .header-2021#header.sfcc-header .sfcc-header-brands {
    border-bottom-color: #001e62
}

[sfcc] .en-jp .header-2021#header.sfcc-header .sfcc-header-brands .sfcc-header-brand-icon,[sfcc] .ja-jp .header-2021#header.sfcc-header .sfcc-header-brands .sfcc-header-brand-icon {
    font-weight: 700
}

[sfcc] .en-jp .user-account,[sfcc] .ja-jp .user-account {
    background-position-y: center;
    background-size: 15px 14px;
    padding-left: 18px
}

@media (max-width: 768px) {
    [sfcc] .en-jp .qor-actionbar~.dylan-page,[sfcc] .ja-jp .qor-actionbar~.dylan-page {
        z-index:auto
    }
}

[sfcc] .en-jp .footer-newsletter-wrapper,[sfcc] .ja-jp .footer-newsletter-wrapper {
    font-family: Graphik Regular,sans-serif
}

[sfcc] .en-jp .footer-newsletter-wrapper .smodal-content .smodal-email-header-title,[sfcc] .ja-jp .footer-newsletter-wrapper .smodal-content .smodal-email-header-title {
    font-size: 16px
}

[sfcc] .en-jp .footer-newsletter-wrapper .smodal-content .smodal-email-content,[sfcc] .ja-jp .footer-newsletter-wrapper .smodal-content .smodal-email-content {
    font-size: 14px
}

.breadcrumb-wrapper .breadcrumb__element:after {
    color: #6a6a6a;
    content: "/";
    display: inline-block;
    margin-left: .4em
}

.breadcrumb-wrapper li {
    display: inline-block
}

.breadcrumb-wrapper li a {
    color: #6a6a6a;
    font-family: Graphik Regular,sans-serif;
    font-weight: 400
}

.breadcrumb-wrapper li a:hover {
    color: #0c79b1;
    text-decoration: underline
}

.breadcrumb-wrapper li:last-child .breadcrumb__element:after {
    color: transparent
}

.breadcrumb-wrapper .breadcrumb {
    font-size: 11px;
    padding: .5em 0
}

[sfcc] .ja-jp #header.sfcc-header .sfcc-header-brands .sfcc-header-brand-utility {
    font-size: 11px
}

[sfcc] .ja-jp #header.sfcc-header .sfcc-menu #dylan-main-layer .dylan-list.first>li>.dylan-link strong {
    font-size: 14px
}

[sfcc] .ja-jp #header.sfcc-header .sfcc-menu .vessel .vessel-inner .col-1 .col-title {
    font-size: 14px
}

[sfcc] .ja-jp #header.sfcc-header .sfcc-menu .vessel .vessel-inner .col-1 .col-group .leaf-link {
    font-size: 13px
}

#hashtags-search {
    background-color: #fff;
    color: #001e63;
    display: none;
    position: absolute;
    right: 0;
    z-index: 100001
}

#hashtags-search.active {
    display: block
}

#hashtags-search .zeta-hashtag-title {
    margin: 12px 0 0;
    text-align: center
}

#hashtags-search .zeta-hashtag-title,#hashtags-search .zeta-hashtag-title h2 {
    font-family: Graphik Regular,Hiragino Kaku Gothic ProN,HiraKakuPro-W3,ヒラギノ角ゴ Pro W3,Hiragino Kaku Gothic Pro,メイリオ,Meiryo,MS PGothic,ＭＳ\Ｐゴシック,osaka,Helvetica,Arial,sans-serif;
    font-weight: 400;
    line-height: 20px;
    padding: 0
}

#hashtags-search .zeta-hashtag-title h2 {
    font-size: 14px;
    margin: 0
}

#hashtags-search .zeta-hashtag-wrap {
    max-width: none;
    padding: 25px 15px;
    text-align: center
}

#hashtags-search .zeta-hashtag-content {
    -ms-overflow-style: none;
    margin: 17px 0;
    max-height: 400px;
    overflow-y: auto;
    scrollbar-width: none
}

#hashtags-search .zeta-hashtag-content .zh-hashtag-item a.zh-hashtag-item {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 20px;
    color: #666;
    display: inline-block;
    font-family: Graphik Regular,Hiragino Kaku Gothic ProN,HiraKakuPro-W3,ヒラギノ角ゴ Pro W3,Hiragino Kaku Gothic Pro,メイリオ,Meiryo,MS PGothic,ＭＳ\Ｐゴシック,osaka,Helvetica,Arial,sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 32px;
    margin: 5px 5px 3px;
    padding: 0 16px;
    text-decoration: none
}

#hashtags-search .zeta-hashtag-content .zh-hashtag-item a.zh-hashtag-item.focused {
    background-color: #e4e5f3;
    border: 1px solid #e3e5e5
}

#hashtags-search .zeta-hashtag-content::-webkit-scrollbar {
    background: transparent;
    width: 0
}

@media only screen and (max-width: 1024px) {
    #hashtags-search {
        left:0;
        top: 100px
    }

    #hashtags-search .zeta-hashtag-title {
        margin-top: 42px
    }

    #hashtags-search .zeta-hashtag-wrap {
        margin: 0 20px;
        padding-top: 0
    }
}

@media only screen and (min-width: 1025px) {
    #hashtags-search {
        -webkit-box-shadow:0 7px 22px 0 rgba(0,0,0,.2);
        box-shadow: 0 7px 22px 0 rgba(0,0,0,.2);
        right: 60px;
        top: 60px;
        width: 360px
    }
}

@media only screen and (max-width: 767px) {
    #hashtags-search .zeta-hashtag-wrap {
        padding-left:15px;
        padding-right: 20px
    }

    #hashtags-search .zeta-hashtag-content {
        overflow-x: hidden;
        white-space: normal;
        width: 100%
    }
}

@media only screen and (max-width: 360px) {
    #hashtags-search .zeta-hashtag-wrap {
        margin:0 auto;
        max-width: 320px;
        padding: 0
    }
}

[sfcc] .middle-east#footer.sfcc-footer .sfcc-copyright {
    background-color: #001e62;
    color: #fff
}

[sfcc] .middle-east#footer.sfcc-footer .sfcc-copyright .copyright-links>a {
    border-right: none;
    color: #fff
}

[sfcc] .middle-east#footer.sfcc-footer .sfcc-copyright .wrapper {
    padding: 0
}

[sfcc] .middle-east#footer.sfcc-footer .sfcc-copyright .copyright-powered,[sfcc] .middle-east#footer.sfcc-footer .sfcc-copyright .copyright-year {
    margin-top: 5px
}

@media only screen and (min-width: 320px) and (max-width:768px) {
    [sfcc] .middle-east#footer.sfcc-footer .contact-wrapper {
        border-top:none
    }

    [sfcc] .middle-east#footer.sfcc-footer .sfcc-copyright {
        padding: 10px
    }
}

[sfcc] .middle-east.footer-newsletter-wrapper .smodal-content {
    max-width: 380px
}

[sfcc] .middle-east.header-alert {
    font-size: 15px;
    padding: 10px 0
}

[sfcc] .middle-east.header-alert .header-alert__item {
    font-size: 15px
}

[sfcc] .middle-east.header-alert .swiper-button-next,[sfcc] .middle-east.header-alert .swiper-button-prev {
    background: none;
    font-family: asics-icon;
    font-size: 33px;
    font-weight: 100;
    height: 25px;
    line-height: 25px;
    margin-top: -12.5px;
    opacity: 1!important;
    pointer-events: auto!important
}

[sfcc] .middle-east.header-alert .swiper-button-prev {
    left: -6px
}

[sfcc] .middle-east.header-alert .swiper-button-prev:before {
    content: "\e904"
}

[sfcc] .middle-east.header-alert .swiper-button-next {
    right: -6px
}

[sfcc] .middle-east.header-alert .swiper-button-next:before {
    content: "\e901"
}

[sfcc] .middle-east.header-alert a {
    text-decoration: none
}

[sfcc] .middle-east.header-alert a::hover {
    text-decoration: underline
}

[sfcc] .middle-east.header-alert.notif-theme-lightest-indigo {
    background-color: #e4e5f3
}

@media only screen and (max-width: 768px) {
    [sfcc] .middle-east.header-alert .swiper-button-next,[sfcc] .middle-east.header-alert .swiper-button-prev {
        display:none
    }
}

[sfcc] .middle-east#header.sfcc-header .search-tool .search-list-wrapper {
    min-width: 100%
}

[sfcc] .middle-east#header.sfcc-header .sfcc-header-brands .sfcc-header-brand-utility {
    -webkit-box-flex: initial;
    -ms-flex: initial;
    flex: initial;
    font-size: 13px;
    text-transform: capitalize
}

[sfcc] .middle-east#header.sfcc-header .sfcc-menu #dylan-main-layer .dylan-list.first>li>.dylan-link strong {
    font-size: 15px
}

[sfcc] .middle-east#header.sfcc-header .sfcc-menu .vessel .vessel-inner .col-1 .col-title {
    font-size: 14px
}

[sfcc] .middle-east#header.sfcc-header .sfcc-menu .vessel .vessel-inner .col-1 .col-group .leaf-link {
    font-size: 14px
}

[sfcc] .middle-east#header.sfcc-header .sfcc-header-brands .wrapper {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

[arabic] #footer,[arabic] #header,[arabic] .smodal-wrapper,[arabic] main {
    direction: rtl;
    font-family: Alexandria,Helvetica Neue,Helvetica,Arial,sans-serif!important
}

[arabic] .middle-east.header-alert .header-alert__item {
    direction: rtl;
    font-family: Alexandria,Helvetica Neue,Helvetica,Arial,sans-serif!important;
    font-size: 13px;
    font-weight: 400
}

[arabic] .middle-east.header-alert .header-alert__item .header-banner__top__link {
    font-weight: 500
}

[arabic] .middle-east#header.sfcc-header .wishlist-header-wrap {
    margin-right: 20px
}

[arabic] .middle-east#header.sfcc-header .sfcc-menu .search-tool .icon-search {
    right: 200px
}

[arabic] .middle-east#header.sfcc-header .sfcc-header-brands .sfcc-header-brand-utility li {
    padding: 0 12px!important
}

[arabic] .middle-east#header.sfcc-header .sfcc-header-brands .sfcc-header-brand-utility {
    font-size: 11px
}

[arabic] .middle-east#header.sfcc-header .sfcc-menu #dylan-main-layer .dylan-list.first {
    margin-right: 15px
}

[arabic] .middle-east#header.sfcc-header .sfcc-menu #dylan-main-layer .dylan-list.first>li>.dylan-link strong {
    font-size: 13px;
    font-weight: 500
}

[arabic] .middle-east#header.sfcc-header .sfcc-menu .vessel .vessel-inner .col-1 .col-title {
    font-size: 12px;
    font-weight: 600
}

[arabic] .middle-east#header.sfcc-header .sfcc-menu .vessel .vessel-inner .col-1 .col-group .leaf-link {
    font-size: 14px;
    font-weight: 400
}

[arabic] .middle-east#header.sfcc-header .sfcc-menu .vessel .vessel-inner .col-1 .col-group .leaf-link strong {
    font-weight: 300
}

@media only screen and (min-width: 320px) and (max-width:768px) {
    [arabic] #asics-menu {
        direction:ltr
    }
}

[arabic] #footer .fl {
    float: none
}

[arabic] #footer>.wrapper .footer-nav-lists .footer-nav-list .h4 {
    font-size: 12px
}

[arabic] #footer>.wrapper .footer-nav-lists .footer-nav-list ul {
    font-size: 12px;
    font-weight: 400
}

[arabic] #footer .stay-connected-wrapper #footer-sfcc-stay-connected {
    font-size: 12px
}

@media only screen and (min-width: 320px) and (max-width:768px) {
    [arabic] #footer .contact-wrapper {
        border-top:none
    }

    [arabic] #footer .wrapper .footer-nav-lists .footer-nav-list .h4:after {
        right: 90%!important
    }

    [arabic] #footer .wrapper .footer-nav-lists .footer-nav-list .h4:before {
        right: 90%!important
    }
}

[arabic] .smodal-close {
    right: 95%
}

[arabic] .middle-east-region .middle-east-region-item a {
    margin-right: 12px
}

[arabic] .middle-east-region {
    padding: 0 12px
}

[arabic] .middle-east-region-title {
    font-size: 11px
}

.middle-east-region {
    margin-right: 20px
}

.middle-east-region.active .middle-east-region-title:after {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
}

.middle-east-region.active .middle-east-region-list {
    display: block
}

.middle-east-region-title {
    cursor: pointer;
    font-size: 13px
}

.middle-east-region-title:after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjgwMCIgd2lkdGg9IjgwMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgMzMwIDMzMCIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBhdGggZD0ibTMyNS42MDYgMjI5LjM5My0xNTAuMDA0LTE1MGExNC45OTcgMTQuOTk3IDAgMCAwLTIxLjIxMy4wMDFsLTE0OS45OTYgMTUwYy01Ljg1OCA1Ljg1OC01Ljg1OCAxNS4zNTUgMCAyMS4yMTMgNS44NTcgNS44NTcgMTUuMzU1IDUuODU4IDIxLjIxMyAwbDEzOS4zOS0xMzkuMzkzIDEzOS4zOTcgMTM5LjM5M0ExNC45NTMgMTQuOTUzIDAgMCAwIDMxNSAyNTVhMTQuOTUgMTQuOTUgMCAwIDAgMTAuNjA3LTQuMzk0YzUuODU3LTUuODU4IDUuODU3LTE1LjM1NS0uMDAxLTIxLjIxM3oiLz48L3N2Zz4=);
    background-position: 50%;
    background-size: contain;
    content: "";
    display: inline-block;
    font-size: 13px;
    height: 11px;
    margin-left: 5px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    width: 10px
}

.middle-east-region-list {
    background-color: #fff;
    border: 1px solid #bbb;
    -webkit-box-shadow: 0 3px 3px rgba(0,0,0,.15);
    box-shadow: 0 3px 3px rgba(0,0,0,.15);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: none;
    margin-top: 4px;
    min-width: 180px;
    position: absolute;
    z-index: 100
}

.middle-east-region-item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 8px 12px
}

.middle-east-region-item:hover {
    background: #e8e8e8;
    cursor: pointer
}

.middle-east-region-item img {
    margin-right: 15px;
    width: 15px
}

.middle-east-region-item a {
    color: #001e62;
    line-height: 100%;
    margin-right: 10px;
    width: 100%
}

.header-2021#header.sfcc-header.fixed {
    top: -30px
}

.header-2021#header.sfcc-header .sfcc-menu .mobile-help-links {
    font-weight: 400
}

.header-2021#header.sfcc-header .sfcc-header-brands {
    background-color: #fff;
    border-bottom-color: #fff;
    color: #001e62;
    font-size: 13px;
    line-height: 24px;
    padding: 3px 0
}

.header-2021#header.sfcc-header .sfcc-header-brands .sfcc-header-brand-utility li a {
    color: #001e62
}

.header-2021#header.sfcc-header .sfcc-header-brands .sfcc-header-brand-icon li.active:after {
    border-bottom-color: #001e62
}

.header-2021#header.sfcc-header .sfcc-header-brands .sfcc-header-brand-icon li.active svg {
    fill: #001e62
}

.header-2021#header.sfcc-header .sfcc-header-brands .sfcc-header-brand-icon li:hover svg {
    fill: #001e62
}

.header-2021#header.sfcc-header .sfcc-header-brands .sfcc-header-brand-icon .svg-logo-walking {
    fill: rgba(3,32,95,.5)
}

.header-2021#header.sfcc-header .sfcc-header-brands .user-account {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0NCA0MiI+PHBhdGggZD0iTTE3LjgzNiAyNC4yNDVjLTEuNDM5LS44NzYtMi43MjYtMi4xNDQtMy42ODYtMy41MDUtMS40OTMtMi4xMTYtMi4xMTUtNC4yNzgtMi4xMTUtNy4zMTUgMC0uOS0uMDgtMS40MjQgMC0yLjI4OC4xNjYtMS44MDEuNjY3LTMuODQ3IDEuNTI1LTUuMjIyIDEuNzY2LTIuODMgNS4wMjctNC41MDYgOC4xMy00LjUwNiAzLjAwNSAwIDYuMzYgMS44MjggOC4xMzEgNC41MDYgMS4zNzIgMi4wNzYgMS41MjUgNC42MTMgMS41MjUgNy41MSAwIDQuNjk5LTIuMTY3IDguNzY3LTUuMzI1IDEwLjc0My4xNDUgMS4wMzIuNDEgMS45OTcuOTc5IDIuNDM3IDMuOTYgMy4wNjEgOS40MjQgNS4xMTYgMTMgNy41IDEuNSAxIDIuNTU0IDIuNjQ5IDIuNjE2IDIuNzIxLjUxMi41OTIuNTEyIDEuOTg0IDAgNC4xNzRIMS40NWMtLjU5OS0yLjA0MS0uNTk5LTMuNDMyIDAtNC4xNzQgMS4yNTItMS41NTIgMS4xOTktMS42NCAzLjQ3My0zLjM2MiAzLjE5Mi0yLjQxNSAxMS40NjUtNS44MDUgMTIuMzI3LTcuMzZhNC45MTUgNC45MTUgMCAwIDAgLjU4Ny0xLjg1OXoiIHN0cm9rZS13aWR0aD0iMiIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjMDAxZTYyIi8+PC9zdmc+);
    line-height: 20px
}

.header-2021#header.sfcc-header .sfcc-menu #dylan-main-layer {
    background-color: #fff
}

@media screen and (min-width: 1025px) {
    .header-2021#header.sfcc-header .sfcc-menu #dylan-main-layer {
        border-bottom:1px solid #dadada
    }
}

.header-2021#header.sfcc-header .sfcc-menu #dylan-main-layer .dylan-list.first {
    font-weight: 600;
    height: 60px;
    text-transform: none
}

@media only screen and (max-width: 1024px) and (min-width:320px) {
    .header-2021#header.sfcc-header .sfcc-menu #dylan-main-layer .dylan-list.first {
        height:auto
    }
}

@media only screen and (min-width: 1025px) {
    .header-2021#header.sfcc-header .sfcc-menu #dylan-main-layer .dylan-list.first>li>.dylan-link.hover strong,.header-2021#header.sfcc-header .sfcc-menu #dylan-main-layer .dylan-list.first>li>.dylan-link:hover strong,.header-2021#header.sfcc-header .sfcc-menu #dylan-main-layer .dylan-list.first>li>.dylan-link strong {
        color:#001e62;
        font-size: 15px;
        font-weight: 600;
        height: 60px;
        line-height: 60px;
        text-transform: none
    }
}

.header-2021#header.sfcc-header .sfcc-menu #dylan-main-layer .dylan-list.first>li>.dylan-link.hover:hover,.header-2021#header.sfcc-header .sfcc-menu #dylan-main-layer .dylan-list.first>li>.dylan-link:hover,.header-2021#header.sfcc-header .sfcc-menu #dylan-main-layer .dylan-list.first>li>.dylan-link:hover:hover {
    color: #001e62
}

@media only screen and (min-width: 1025px) {
    .header-2021#header.sfcc-header .sfcc-menu .search-tool {
        margin-right:0
    }

    .header-2021#header.sfcc-header .sfcc-menu .search-tool .plant-search {
        border: 1px solid #001e62;
        border-radius: 30px;
        height: 32px;
        padding-left: 13px;
        padding-right: 35px;
        width: 235px
    }

    .header-2021#header.sfcc-header .sfcc-menu .search-tool .icon-search {
        background-color: #fff;
        border-radius: 10px;
        color: #001e63;
        height: 20px;
        line-height: 20px;
        right: 10px;
        top: 5px;
        width: 20px
    }

    .header-2021#header.sfcc-header .sfcc-menu .search-tool .search-placeholder {
        display: none
    }
}

.header-2021 .sfcc-shop-cart svg {
    fill: #001e62
}

.header-2021#header-mobile .sfcc-header-brand-switch {
    background-color: #fff;
    border-bottom-color: #001e62
}

.header-2021#header-mobile .sfcc-header-brand-switch .sfcc-header-brand-switch-list div.active svg {
    fill: #001e62
}

.header-2021#header-mobile .sfcc-header-brand-switch .sfcc-header-brand-switch-status+div+p {
    color: #001e62;
    font-size: 11px
}

.header-2021#header-mobile .sfcc-header-brand-switch .sfcc-header-brand-switch-status+div+p .sfcc-header-brand-switch-arrow,.header-2021#header-mobile .sfcc-header-brand-switch .sfcc-header-brand-switch-status+div+p .sfcc-header-brand-switch-close {
    fill: #001e62
}

.header-2021#header-mobile #top .sfcc-shop-cart {
    margin-left: 10px
}

@media only screen and (max-width: 1024px) and (min-width:320px) {
    .en-jp #header.sfcc-header.header-2021 .sfcc-menu .logo-box li a svg,.ja-jp #header.sfcc-header.header-2021 .sfcc-menu .logo-box li a svg {
        fill:#000
    }

    .en-jp #header.sfcc-header.header-2021 .sfcc-menu .logo-box li a[title=ASICS] svg,.ja-jp #header.sfcc-header.header-2021 .sfcc-menu .logo-box li a[title=ASICS] svg {
        fill: #02c3e6
    }

    .en-jp #header.sfcc-header.header-2021 .sfcc-menu .mobile-menu-header .user-account-mobile,.ja-jp #header.sfcc-header.header-2021 .sfcc-menu .mobile-menu-header .user-account-mobile {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0NCA0MiI+PHBhdGggZD0iTTE3LjgzNiAyNC4yNDVjLTEuNDM5LS44NzYtMi43MjYtMi4xNDQtMy42ODYtMy41MDUtMS40OTMtMi4xMTYtMi4xMTUtNC4yNzgtMi4xMTUtNy4zMTUgMC0uOS0uMDgtMS40MjQgMC0yLjI4OC4xNjYtMS44MDEuNjY3LTMuODQ3IDEuNTI1LTUuMjIyIDEuNzY2LTIuODMgNS4wMjctNC41MDYgOC4xMy00LjUwNiAzLjAwNSAwIDYuMzYgMS44MjggOC4xMzEgNC41MDYgMS4zNzIgMi4wNzYgMS41MjUgNC42MTMgMS41MjUgNy41MSAwIDQuNjk5LTIuMTY3IDguNzY3LTUuMzI1IDEwLjc0My4xNDUgMS4wMzIuNDEgMS45OTcuOTc5IDIuNDM3IDMuOTYgMy4wNjEgOS40MjQgNS4xMTYgMTMgNy41IDEuNSAxIDIuNTU0IDIuNjQ5IDIuNjE2IDIuNzIxLjUxMi41OTIuNTEyIDEuOTg0IDAgNC4xNzRIMS40NWMtLjU5OS0yLjA0MS0uNTk5LTMuNDMyIDAtNC4xNzQgMS4yNTItMS41NTIgMS4xOTktMS42NCAzLjQ3My0zLjM2MiAzLjE5Mi0yLjQxNSAxMS40NjUtNS44MDUgMTIuMzI3LTcuMzZhNC45MTUgNC45MTUgMCAwIDAgLjU4Ny0xLjg1OXoiIHN0cm9rZS13aWR0aD0iMiIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjMDAxZTYyIi8+PC9zdmc+);
        margin: 0 10px;
        padding-left: 0
    }

    .en-jp #header.sfcc-header.header-2021 .sfcc-menu .mobile-menu-header div,.ja-jp #header.sfcc-header.header-2021 .sfcc-menu .mobile-menu-header div {
        padding: 0
    }

    .en-jp #header-mobile.header-2021 .sfcc-header-brand-switch,.ja-jp #header-mobile.header-2021 .sfcc-header-brand-switch {
        border-color: #dadada
    }

    .en-jp #header-mobile.header-2021 #top,.ja-jp #header-mobile.header-2021 #top {
        height: 60px
    }

    .en-jp #header-mobile.header-2021 #top .dylan-hamburger,.ja-jp #header-mobile.header-2021 #top .dylan-hamburger {
        left: auto;
        right: 10px;
        text-indent: -2000px
    }

    .en-jp #header-mobile.header-2021 #top .sfcc-shop-cart,.ja-jp #header-mobile.header-2021 #top .sfcc-shop-cart {
        right: 63px
    }

    .en-jp #header-mobile.header-2021 #top .user-account--mobile,.ja-jp #header-mobile.header-2021 #top .user-account--mobile {
        right: 101px
    }

    .en-jp #header-mobile.header-2021 #top .asics-mobile-logo,.ja-jp #header-mobile.header-2021 #top .asics-mobile-logo {
        margin-left: 15px
    }

    .en-jp #header-mobile.header-2021 .mobile-header-menu,.ja-jp #header-mobile.header-2021 .mobile-header-menu {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        border-bottom: 1px solid #dadada;
        border-top: 1px solid #dadada;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        justify-content: center
    }

    .en-jp #header-mobile.header-2021 .mobile-header-menu-wrapper,.ja-jp #header-mobile.header-2021 .mobile-header-menu-wrapper {
        background: #fff;
        padding-bottom: 15px;
        position: relative
    }

    .en-jp #header-mobile.header-2021 .mobile-header-menu-item,.ja-jp #header-mobile.header-2021 .mobile-header-menu-item {
        padding: 8px 15px
    }

    .en-jp #header-mobile.header-2021 .mobile-header-menu a,.ja-jp #header-mobile.header-2021 .mobile-header-menu a {
        color: #001e62
    }
}

[sfcc] .en-nz #header-mobile.header-2021,[sfcc] .en-nz #header.sfcc-header.header-2021,[sfcc] .en-nz .header-2021 .plant-search,[sfcc] .en-nz .header-alert {
    font-family: "ASICS 3.0",sans-serif;
    letter-spacing: .875px
}

[sfcc] .en-nz #header.sfcc-header.header-2021 .desktop-menu-wrapper .wrapper,[sfcc] .en-nz #header.sfcc-header.header-2021 .sfcc-header-brands .wrapper,[sfcc] .en-nz .header-alert .wrapper {
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

[sfcc] .en-nz .header-alert {
    padding: 5px 0
}

[sfcc] .en-nz .header-alert div {
    background-color: inherit
}

[sfcc] .en-nz .header-alert>.wrapper {
    padding: 0 20px;
    width: calc(100% - 40px)
}

[sfcc] .en-nz .header-alert .swiper-wrapper {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

[sfcc] .en-nz .header-alert .swiper-button-prev {
    left: -6px
}

[sfcc] .en-nz .header-alert .swiper-button-prev:before {
    content: "\e904"
}

[sfcc] .en-nz .header-alert .swiper-button-next {
    right: -6px
}

[sfcc] .en-nz .header-alert .swiper-button-next:before {
    content: "\e901"
}

[sfcc] .en-nz .header-alert .swiper-slide {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    justify-content: center;
    line-height: 2.24rem;
    padding: 0 20px
}

[sfcc] .en-nz .header-alert .swiper-slide a {
    text-decoration: none
}

[sfcc] .en-nz #header-mobile.header-2021,[sfcc] .en-nz #header.sfcc-header.header-2021 {
    -webkit-font-smoothing: antialiased
}

[sfcc] .en-nz #header-mobile.header-2021 .sfcc-header-brands,[sfcc] .en-nz #header.sfcc-header.header-2021 .sfcc-header-brands {
    line-height: 13px;
    padding: 10px 0
}

[sfcc] .en-nz #header-mobile.header-2021 .sfcc-header-brands .sfcc-header-brand-utility li,[sfcc] .en-nz #header.sfcc-header.header-2021 .sfcc-header-brands .sfcc-header-brand-utility li {
    margin-left: 25px;
    padding: 0
}

[sfcc] .en-nz #header-mobile.header-2021 .sfcc-header-brands .sfcc-header-brand-utility li.user-info,[sfcc] .en-nz #header.sfcc-header.header-2021 .sfcc-header-brands .sfcc-header-brand-utility li.user-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

[sfcc] .en-nz #header-mobile.header-2021 .sfcc-header-brands .sfcc-header-brand-utility li a,[sfcc] .en-nz #header.sfcc-header.header-2021 .sfcc-header-brands .sfcc-header-brand-utility li a {
    font-weight: 500;
    letter-spacing: .32px
}

[sfcc] .en-nz #header-mobile.header-2021 .sfcc-header-brands .sfcc-header-brand-utility li:hover a,[sfcc] .en-nz #header.sfcc-header.header-2021 .sfcc-header-brands .sfcc-header-brand-utility li:hover a {
    color: #485cc7
}

[sfcc] .en-nz #header-mobile.header-2021 .sfcc-header-brands .sfcc-header-brand-utility li a.user-account,[sfcc] .en-nz #header.sfcc-header.header-2021 .sfcc-header-brands .sfcc-header-brand-utility li a.user-account {
    background-image: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 13px;
    padding-left: 0
}

[sfcc] .en-nz #header-mobile.header-2021 .sfcc-header-brands .sfcc-header-brand-utility li a.user-account:before,[sfcc] .en-nz #header.sfcc-header.header-2021 .sfcc-header-brands .sfcc-header-brand-utility li a.user-account:before {
    content: "\e900";
    font-family: asics-icon;
    font-size: 18px;
    margin-right: 3.5px;
    position: relative;
    top: 1px
}

[sfcc] .en-nz #header-mobile.header-2021 .sfcc-header-brands .sfcc-header-brand-utility li a.header-logout-link,[sfcc] .en-nz #header.sfcc-header.header-2021 .sfcc-header-brands .sfcc-header-brand-utility li a.header-logout-link {
    margin-left: 10px
}

[sfcc] .en-nz #header-mobile.header-2021 .sfcc-shop-cart,[sfcc] .en-nz #header.sfcc-header.header-2021 .sfcc-shop-cart {
    margin-left: 13px;
    margin-top: -3px
}

[sfcc] .en-nz #header-mobile.header-2021 .sfcc-shop-cart a,[sfcc] .en-nz #header.sfcc-header.header-2021 .sfcc-shop-cart a {
    background: url(/system/images/basket_empty.svg) no-repeat;
    background-size: cover;
    display: block;
    height: 25px;
    width: 25px
}

[sfcc] .en-nz #header-mobile.header-2021 .sfcc-shop-cart a .sfcc-shop-cart-quantity,[sfcc] .en-nz #header.sfcc-header.header-2021 .sfcc-shop-cart a .sfcc-shop-cart-quantity {
    background-color: transparent;
    color: #001e62;
    display: inline-block;
    font-size: 10px;
    height: auto;
    line-height: normal;
    margin: 10px 0 0 8px;
    position: unset;
    text-align: center;
    width: auto
}

@media only screen and (min-width: 1025px) {
    [sfcc] .en-nz #header-mobile.header-2021 #dylan-main-layer #asics-logo,[sfcc] .en-nz #header.sfcc-header.header-2021 #dylan-main-layer #asics-logo {
        height:39px;
        width: 115px
    }

    [sfcc] .en-nz #header-mobile.header-2021 #dylan-main-layer .dylan-list.first,[sfcc] .en-nz #header.sfcc-header.header-2021 #dylan-main-layer .dylan-list.first {
        height: 67px;
        margin-left: 36px
    }

    [sfcc] .en-nz #header-mobile.header-2021 #dylan-main-layer .dylan-list.first>li>.dylan-link strong,[sfcc] .en-nz #header.sfcc-header.header-2021 #dylan-main-layer .dylan-list.first>li>.dylan-link strong {
        height: 67px;
        line-height: 67px;
        padding: 0 15px
    }

    [sfcc] .en-nz #header-mobile.header-2021 .dylan-layer.dylan-sub-layer,[sfcc] .en-nz #header.sfcc-header.header-2021 .dylan-layer.dylan-sub-layer {
        padding-left: 56px
    }

    [sfcc] .en-nz #header-mobile.header-2021 .dylan-layer.dylan-sub-layer .vessel,[sfcc] .en-nz #header.sfcc-header.header-2021 .dylan-layer.dylan-sub-layer .vessel {
        max-width: 1150px;
        padding: 0 20px
    }

    [sfcc] .en-nz #header-mobile.header-2021 .dylan-layer.dylan-sub-layer .vessel .vessel-inner .col-1,[sfcc] .en-nz #header.sfcc-header.header-2021 .dylan-layer.dylan-sub-layer .vessel .vessel-inner .col-1 {
        border-left-color: #c6c6c6
    }

    [sfcc] .en-nz #header-mobile.header-2021 .dylan-layer.dylan-sub-layer .vessel .vessel-inner .col-1 .col-group,[sfcc] .en-nz #header.sfcc-header.header-2021 .dylan-layer.dylan-sub-layer .vessel .vessel-inner .col-1 .col-group {
        padding: 0 20px
    }

    [sfcc] .en-nz #header-mobile.header-2021 .dylan-layer.dylan-sub-layer .vessel .vessel-inner .col-1 .col-group strong.col-title,[sfcc] .en-nz #header.sfcc-header.header-2021 .dylan-layer.dylan-sub-layer .vessel .vessel-inner .col-1 .col-group strong.col-title {
        font-size: 15px;
        padding-bottom: 8px
    }

    [sfcc] .en-nz #header-mobile.header-2021 .dylan-layer.dylan-sub-layer .vessel .vessel-inner .col-1 .col-group ul.dylan-list li a strong,[sfcc] .en-nz #header.sfcc-header.header-2021 .dylan-layer.dylan-sub-layer .vessel .vessel-inner .col-1 .col-group ul.dylan-list li a strong {
        font-size: 15px;
        letter-spacing: .25px
    }
}

@media only screen and (max-width: 1024px) {
    [sfcc] .en-nz #header-mobile.header-2021 #top-holder #top,[sfcc] .en-nz #header.sfcc-header.header-2021 #top-holder #top {
        padding-top:5px
    }

    [sfcc] .en-nz #header-mobile.header-2021 .search-tool.mobile .plant-search,[sfcc] .en-nz #header.sfcc-header.header-2021 .search-tool.mobile .plant-search {
        text-align: center
    }

    [sfcc] .en-nz #header-mobile.header-2021 .search-tool.mobile .icon-search,[sfcc] .en-nz #header.sfcc-header.header-2021 .search-tool.mobile .icon-search {
        display: block;
        left: 50%;
        margin-left: -105px;
        top: 5px
    }

    [sfcc] .en-nz #header-mobile.header-2021 .dylan-hamburger,[sfcc] .en-nz #header.sfcc-header.header-2021 .dylan-hamburger {
        color: #001e62;
        font-family: asics-icon;
        font-size: 27px;
        font-weight: 600;
        left: 15px;
        line-height: 44px;
        text-indent: unset
    }

    [sfcc] .en-nz #header-mobile.header-2021 .dylan-hamburger:before,[sfcc] .en-nz #header.sfcc-header.header-2021 .dylan-hamburger:before {
        content: "\e905"
    }

    [sfcc] .en-nz #header-mobile.header-2021 .mobile-menu-header,[sfcc] .en-nz #header.sfcc-header.header-2021 .mobile-menu-header {
        font-weight: 700
    }

    [sfcc] .en-nz #header-mobile.header-2021 .mobile-menu-header .user-account-mobile,[sfcc] .en-nz #header.sfcc-header.header-2021 .mobile-menu-header .user-account-mobile {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        justify-content: center
    }

    [sfcc] .en-nz #header-mobile.header-2021 .mobile-menu-header .user-account-mobile:before,[sfcc] .en-nz #header.sfcc-header.header-2021 .mobile-menu-header .user-account-mobile:before {
        content: "\e900";
        display: inline-block;
        font-family: asics-icon;
        font-size: 30px;
        margin-right: 8px;
        position: relative
    }

    [sfcc] .en-nz #header-mobile.header-2021 .mobile-menu-header>div:last-child span,[sfcc] .en-nz #header.sfcc-header.header-2021 .mobile-menu-header>div:last-child span {
        letter-spacing: .29px
    }

    [sfcc] .en-nz #header-mobile.header-2021 .mobile-help-links a,[sfcc] .en-nz #header.sfcc-header.header-2021 .mobile-help-links a {
        margin-bottom: 10px
    }

    [sfcc] .en-nz #header-mobile.header-2021 .mobile-help-links .location-selector,[sfcc] .en-nz #header.sfcc-header.header-2021 .mobile-help-links .location-selector {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 4px
    }

    [sfcc] .en-nz #header-mobile.header-2021 .mobile-help-links .location-selector:before,[sfcc] .en-nz #header.sfcc-header.header-2021 .mobile-help-links .location-selector:before {
        content: "\e908";
        font-family: asics-icon;
        font-size: 27px;
        margin-left: -7px
    }

    [sfcc] .en-nz #header-mobile.header-2021 nav#asics-menu a.dylan-link,[sfcc] .en-nz #header-mobile.header-2021 nav#asics-menu a.dylan-link>*,[sfcc] .en-nz #header-mobile.header-2021 nav#asics-menu a.leaf-link>*,[sfcc] .en-nz #header.sfcc-header.header-2021 nav#asics-menu a.dylan-link,[sfcc] .en-nz #header.sfcc-header.header-2021 nav#asics-menu a.dylan-link>*,[sfcc] .en-nz #header.sfcc-header.header-2021 nav#asics-menu a.leaf-link>* {
        font-weight: 600
    }

    [sfcc] .en-nz #header-mobile.header-2021 nav#asics-menu .dylan-layer.current a.dylan-back.dylan-link:before,[sfcc] .en-nz #header-mobile.header-2021 nav#asics-menu .dylan-layer.current a.dylan-link:after,[sfcc] .en-nz #header.sfcc-header.header-2021 nav#asics-menu .dylan-layer.current a.dylan-back.dylan-link:before,[sfcc] .en-nz #header.sfcc-header.header-2021 nav#asics-menu .dylan-layer.current a.dylan-link:after {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxODUuMzQzIDE4NS4zNDMiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDE4NS4zNDMgMTg1LjM0MyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBhdGggc3R5bGU9ImZpbGw6IzY2NiIgZD0iTTUxLjcwNyAxODUuMzQzYTEwLjY5MiAxMC42OTIgMCAwIDEtNy41OTMtMy4xNDkgMTAuNzI0IDEwLjcyNCAwIDAgMSAwLTE1LjE3NWw3NC4zNTItNzQuMzQ3TDQ0LjExNCAxOC4zMmMtNC4xOTQtNC4xOTQtNC4xOTQtMTAuOTg3IDAtMTUuMTc1IDQuMTk0LTQuMTk0IDEwLjk4Ny00LjE5NCAxNS4xOCAwbDgxLjkzNCA4MS45MzRjNC4xOTQgNC4xOTQgNC4xOTQgMTAuOTg3IDAgMTUuMTc1bC04MS45MzQgODEuOTM5YTEwLjY3OCAxMC42NzggMCAwIDEtNy41ODcgMy4xNXoiLz48L3N2Zz4=);
        background-size: 11px!important;
        content: ""!important;
        height: 11px!important;
        width: 11px!important
    }

    [sfcc] .en-nz #header-mobile.header-2021 nav#asics-menu .dylan-layer.current .dylan-nav-bar .dylan-back.dylan-link:before,[sfcc] .en-nz #header.sfcc-header.header-2021 nav#asics-menu .dylan-layer.current .dylan-nav-bar .dylan-back.dylan-link:before {
        -webkit-transform: rotate(180deg) translateY(50%);
        transform: rotate(180deg) translateY(50%)
    }
}

@media only screen and (min-width: 320px) and (max-width:1024px) {
    [sfcc] .en-nz .dylan-page.dylan-slideout {
        -webkit-box-shadow:none;
        box-shadow: none
    }
}

.asea.header-alert {
    padding: 7px 0
}

.asea.header-alert .swiper-button-next,.asea.header-alert .swiper-button-prev {
    background: none;
    font-family: asics-icon;
    font-size: 33px;
    font-weight: 100;
    height: 25px;
    line-height: 25px;
    margin-top: -12.5px;
    opacity: 1!important;
    pointer-events: auto!important
}

.asea.header-alert .swiper-button-prev {
    left: -6px
}

.asea.header-alert .swiper-button-prev:before {
    content: "\e904"
}

.asea.header-alert .swiper-button-next {
    right: -6px
}

.asea.header-alert .swiper-button-next:before {
    content: "\e901"
}

.asea.header-alert a {
    text-decoration: none
}

.asea.header-alert a::hover {
    text-decoration: underline
}

@media only screen and (max-width: 768px) {
    .asea.header-alert .swiper-button-next,.asea.header-alert .swiper-button-prev {
        display:none
    }
}

[sfcc] #header.asea.sfcc-header .search-tool .search-list-wrapper {
    min-width: 100%
}

@media (max-width: 768px) {
    .en-au .back-to-top:before,.en-nz .back-to-top:before,.en-us .back-to-top:before,.ja-jp .back-to-top:before,.ko-kr .back-to-top:before {
        line-height:2.2
    }

    .en-au #footer.footer-asics #footer-signup-newsletter>strong .envelope,.en-nz #footer.footer-asics #footer-signup-newsletter>strong .envelope,.en-us #footer.footer-asics #footer-signup-newsletter>strong .envelope,.ja-jp #footer.footer-asics #footer-signup-newsletter>strong .envelope,.ko-kr #footer.footer-asics #footer-signup-newsletter>strong .envelope {
        background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACcAAAAYCAYAAAB5j+RNAAAAAXNSR0IArs4c6QAAAuBJREFUSA3tV01IlEEYft5v12qLIggPhrqrLWl1CMqKbh28RXRL6hLsH6JZJkSFECt4iLAOibXpunnyXuGtIio61SFBUglXQbuYBEYq637f9M7Yzq7r0q7fWnhw4Nt555n359lnvpnZJaRalf8cLPEQAp4U9N96whLI6ICnvAtvwslUXUJt8z6M9swp4PR1F77NtwPiBpPclnL6tz29hdMIYqJvXNepDNbDsE4QKv2zINzEZPQpiIRyqA4eRNLsYbteB2y0QZhntW4h3hfRdT2teyHmu1gYP5frZXK+FUKEDzBKmhB/8lnz8AQaeKkfsJL7NbYRBtEQSqgRX6PTOp0ncJ5rPcqolUFuxcvkrhsu3MFY7KeCany7sUQd/G1aONCpk9ky6Duv0jVM9Q/qcG9LKRIL3Zy7QWMrRq+RBTh43IpFGoVUTTZJcqq/DU7HMR69V5idD6JB7HAcWkXM7b+ExK8vOYipCullzV3wJRy4gnhsTE0LQajyX2YV7/FTmjskG6VpVquRSQ3pGW+gHMsiAiHOamytsUa5bJd6WBiG298JuZPlhpmMDUBsrwGMCEBWdkDGWLD/Y7jEYU1MfrnKQAjL1kgeYipNPuXStQiTMOgq4v0vNFjtq0OSCUDUaUwaROPsG0A8+k7j3tABLJtRJnVGY3838iqXDpeHsyme89HzjJfWrSYmYh/hqzgFw2hiRj/4kQfoXVDFUU0sHDbg9rUhYQ6vg5hKX7hyaZps0QIMdGJXxX2MhBNqSu46c7GMSQ1rV2/wCBJWjJU9qbHCjTVHSeGh0pMwyu9eM6air1cFHg+VYNa8DRLtvHHs3jTrWNZV1f8MBGohrFe8bINwh8oUKt/D2eQnVkuejXaJqVQ2lzUHU3kdAUNM6AL38rwstvUWeeJn1BfYw6OLGUjRZvYNUXTCjUywRc6umlvKbSlnVwG7cQZfQfLw3ISNZpzqZzP4Dw5o5yZiOAOHY+A3uKDiZkPnj1QAAAAASUVORK5CYII=) 50% no-repeat;
        height: 15px;
        margin-top: 4px;
        width: 20px
    }

    .en-au #footer.footer-asics #footer-signup-newsletter>strong .envelope:before,.en-nz #footer.footer-asics #footer-signup-newsletter>strong .envelope:before,.en-us #footer.footer-asics #footer-signup-newsletter>strong .envelope:before,.ja-jp #footer.footer-asics #footer-signup-newsletter>strong .envelope:before,.ko-kr #footer.footer-asics #footer-signup-newsletter>strong .envelope:before {
        content: none
    }
}

.en-au #footer.footer-asics .footer-nav-list .h4,.en-nz #footer.footer-asics .footer-nav-list .h4,.en-us #footer.footer-asics .footer-nav-list .h4,.ja-jp #footer.footer-asics .footer-nav-list .h4,.ko-kr #footer.footer-asics .footer-nav-list .h4 {
    font-weight: 700
}

@media (max-width: 768px) {
    .en-au #footer.footer-asics .footer-nav-list .h4,.en-nz #footer.footer-asics .footer-nav-list .h4,.en-us #footer.footer-asics .footer-nav-list .h4,.ja-jp #footer.footer-asics .footer-nav-list .h4,.ko-kr #footer.footer-asics .footer-nav-list .h4 {
        border-bottom:1px solid #fff;
        border-top: 0;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        height: 73px;
        line-height: 73px;
        padding: 0 15px
    }

    .en-au #footer.footer-asics .footer-nav-list .h4.open,.en-nz #footer.footer-asics .footer-nav-list .h4.open,.en-us #footer.footer-asics .footer-nav-list .h4.open,.ja-jp #footer.footer-asics .footer-nav-list .h4.open,.ko-kr #footer.footer-asics .footer-nav-list .h4.open {
        border-bottom: none;
        border-top: 1px solid #202a75;
        height: auto;
        line-height: 22px;
        padding: 30px 15px 20px
    }

    .en-au #footer.footer-asics .footer-nav-list .h4.open+ul,.en-nz #footer.footer-asics .footer-nav-list .h4.open+ul,.en-us #footer.footer-asics .footer-nav-list .h4.open+ul,.ja-jp #footer.footer-asics .footer-nav-list .h4.open+ul,.ko-kr #footer.footer-asics .footer-nav-list .h4.open+ul {
        border-bottom: 1px solid #202a75
    }

    .en-au #footer.footer-asics .footer-nav-list .h4.open:before,.en-nz #footer.footer-asics .footer-nav-list .h4.open:before,.en-us #footer.footer-asics .footer-nav-list .h4.open:before,.ja-jp #footer.footer-asics .footer-nav-list .h4.open:before,.ko-kr #footer.footer-asics .footer-nav-list .h4.open:before {
        display: block;
        right: 15px
    }

    .en-au #footer.footer-asics .footer-nav-list .h4.open:after,.en-nz #footer.footer-asics .footer-nav-list .h4.open:after,.en-us #footer.footer-asics .footer-nav-list .h4.open:after,.ja-jp #footer.footer-asics .footer-nav-list .h4.open:after,.ko-kr #footer.footer-asics .footer-nav-list .h4.open:after {
        display: none
    }

    .en-au #footer.footer-asics .footer-nav-list .h4:before,.en-nz #footer.footer-asics .footer-nav-list .h4:before,.en-us #footer.footer-asics .footer-nav-list .h4:before,.ja-jp #footer.footer-asics .footer-nav-list .h4:before,.ko-kr #footer.footer-asics .footer-nav-list .h4:before {
        display: none
    }

    .en-au #footer.footer-asics .footer-nav-list .h4:after,.en-nz #footer.footer-asics .footer-nav-list .h4:after,.en-us #footer.footer-asics .footer-nav-list .h4:after,.ja-jp #footer.footer-asics .footer-nav-list .h4:after,.ko-kr #footer.footer-asics .footer-nav-list .h4:after {
        background-color: transparent;
        content: "+";
        font-size: 30px;
        font-weight: 400;
        height: auto;
        right: 15px;
        -webkit-transform: translateY(-1px);
        transform: translateY(-1px);
        width: auto
    }
}

body.ja-jp #footer.footer-asics #footer-newsletter input[type=email]::-webkit-input-placeholder {
    font-weight: 300
}

body.ja-jp #footer.footer-asics #footer-newsletter input[type=email]::-moz-placeholder {
    font-weight: 300
}

body.ja-jp #footer.footer-asics #footer-newsletter input[type=email]:-ms-input-placeholder {
    font-weight: 300
}

body.ja-jp #footer.footer-asics #footer-newsletter input[type=email]::-ms-input-placeholder {
    font-weight: 300
}

body.ja-jp #footer.footer-asics #footer-newsletter input[type=email]::placeholder {
    font-weight: 300
}

body.ja-jp #footer .social-box li a {
    margin-right: 11px
}

body.ja-jp #footer #footer-newsletter input[type=submit] {
    line-height: 3.4;
    width: 29%
}

body.ja-jp #footer #footer-newsletter input[type=email] {
    text-rendering: optimizeLegibility;
    width: 65%
}

@media (min-width: 769px) {
    body.ja-jp #footer.footer-asics {
        font-size:12px
    }

    body.ja-jp #footer.footer-asics .footer-nav-list a {
        margin-bottom: 10px
    }

    body.ja-jp #footer.footer-asics .copy-right-wrapper {
        margin-top: 0;
        -webkit-transform: translateY(4px);
        transform: translateY(4px)
    }

    body.ja-jp #footer.footer-asics .h4 {
        font-size: 11px
    }

    body.ja-jp #footer.footer-asics .bottom {
        padding-bottom: 17px
    }

    body.ja-jp #footer.footer-asics .bottom .footer-copyright {
        font-size: 9px
    }

    body.ja-jp #footer.footer-asics .bottom .trademark,body.ja-jp #footer.footer-asics .bottom .trademark-wrapper {
        font-size: 9px;
        -webkit-transform: translateY(1px);
        transform: translateY(1px)
    }

    body.ja-jp #footer.footer-asics .bottom .trademark {
        line-height: 12px
    }

    body.ja-jp #footer.footer-asics .bottom .region-change {
        margin-bottom: 12px
    }

    body.ja-jp #footer.footer-asics .bottom .region-change a {
        font-size: 9px
    }

    body.ja-jp #footer.footer-asics .bottom .region-change a:first-child {
        font-size: 10px
    }

    body.ja-jp #footer.footer-asics .bottom .region-change a:last-child {
        padding-left: 10px
    }

    body.ja-jp #footer.footer-asics .footer-nav-list:nth-child(2) {
        width: 33.33333334%
    }

    body.ja-jp #footer.footer-asics .footer-nav-list:nth-child(2)>ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: wrap;
        flex-flow: wrap;
        margin: 0
    }

    body.ja-jp #footer.footer-asics .footer-nav-list:nth-child(2)>ul li {
        -webkit-box-flex: 0;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        padding: 0
    }

    body.ja-jp #footer.footer-asics .bottom .footer-brandslink {
        font-size: 0
    }

    body.ja-jp #footer.footer-asics .bottom .footer-brandslink>li {
        margin-right: 20px
    }
}

@media (max-width: 768px) {
    body.ja-jp #footer .social-box li a {
        margin-right:0
    }

    body.ja-jp #footer.footer-asics .bottom .region-change a:first-child {
        padding-left: 2.5px
    }
}

@media (min-width: 769px) {
    body.en-nz #footer.footer-asics .bottom .region-change {
        margin-top:1px
    }

    body.ja-jp #footer.footer-asics input {
        font-weight: 200
    }
}

@media (min-width: 769px) {
    body.ja-jp #footer.footer-asics input::-webkit-input-placeholder {
        color:#000
    }

    body.ja-jp #footer.footer-asics input::-moz-placeholder {
        color: #000
    }

    body.ja-jp #footer.footer-asics input:-ms-input-placeholder {
        color: #000
    }

    body.ja-jp #footer.footer-asics input::-ms-input-placeholder {
        color: #000
    }

    body.ja-jp #footer.footer-asics input::placeholder {
        color: #000
    }

    body.ja-jp #footer.footer-asics .bottom .footer-brandslink {
        margin-top: 10px
    }

    body.ja-jp #footer.footer-asics .newsletter-pop-wrapper>.h4 {
        margin-bottom: 0;
        margin-top: 4px
    }

    body.ja-jp #footer.footer-asics .contact-wrapper hr {
        margin: 20px 0 21px
    }

    body.ja-jp #footer.footer-asics #footer-stay-connected {
        margin-bottom: 12px
    }

    body.ja-jp #footer.footer-asics .bottom .footer-brandslink,body.ja-jp #footer.footer-asics .bottom .footer-copyright {
        -webkit-transform: translateY(-2px);
        transform: translateY(-2px)
    }

    body.ja-jp #footer.footer-asics .bottom .region-change {
        margin-top: -1px
    }

    body.ja-jp #footer.footer-asics .trademark-wrapper {
        margin: 0;
        padding-left: 15px;
        padding-right: 15px;
        width: 33.33333333%
    }
}

body.en-au #footer.footer-asics .bottom .region-change a:first-child,body.en-nz #footer.footer-asics .bottom .region-change a:first-child {
    pointer-events: none
}

body.en-au #footer.footer-asics .bottom .region-change a:last-child,body.en-nz #footer.footer-asics .bottom .region-change a:last-child {
    display: none
}

@media (max-width: 768px) {
    body.en-au #footer.footer-asics .bottom .region-change a,body.en-nz #footer.footer-asics .bottom .region-change a {
        margin-right:10px
    }

    body.en-au #footer.footer-asics .bottom .footer-brandslink,body.en-nz #footer.footer-asics .bottom .footer-brandslink {
        margin-top: 46px
    }
}

@media (min-width: 769px) {
    body.en-au #footer.footer-asics .bottom .region-change,body.en-nz #footer.footer-asics .bottom .region-change {
        margin-top:1px
    }

    body.en-au #footer.footer-asics .bottom .footer-brandslink,body.en-nz #footer.footer-asics .bottom .footer-brandslink {
        font-size: 0
    }

    body.en-au #footer.footer-asics .bottom .footer-brandslink>li,body.en-nz #footer.footer-asics .bottom .footer-brandslink>li {
        margin-right: 20px
    }

    body.en-au #footer.footer-asics #footer-newsletter input[type=email],body.en-nz #footer.footer-asics #footer-newsletter input[type=email] {
        width: 65%
    }

    body.en-au #footer.footer-asics #footer-newsletter input[type=submit],body.en-nz #footer.footer-asics #footer-newsletter input[type=submit] {
        line-height: 1.2
    }

    body.en-au #footer.footer-asics .social-box li,body.en-nz #footer.footer-asics .social-box li {
        margin-top: 1px
    }

    body.en-au #footer.footer-asics .trademark-wrapper,body.en-nz #footer.footer-asics .trademark-wrapper {
        margin-top: -1px
    }
}

body.en-au #aoc-wrap {
    border-bottom: 1px solid #fff;
    clear: both;
    margin-bottom: 10px;
    padding: 1px 0 20px
}

@media (max-width: 768px) {
    body.en-au #aoc-wrap {
        padding-top:20px;
        text-align: center
    }
}

body.en-au #aoc-wrap img {
    width: 50%
}

@media (min-width: 992px) {
    body.en-au #aoc-wrap img {
        width:56%
    }
}

body.en-au #header.sfcc-header.header-2021 .sfcc-header-brand-utility li {
    font-size: 13px
}

body.en-au #header.sfcc-header.header-2021 .sfcc-menu .vessel .vessel-inner .col-1 .col-group .leaf-link {
    font-size: 15px;
    line-height: 18px
}

body.en-au #header.sfcc-header.header-2021 .sfcc-menu #dylan-main-layer .dylan-list.first .dylan-link strong,body.en-au #header.sfcc-header.header-2021 .sfcc-menu .vessel .vessel-inner .col-1 .col-title strong {
    font-size: 15px
}

body.en-au #footer.sfcc-footer .footer-nav-lists .footer-nav-list .h4,body.en-au #footer.sfcc-footer .footer-nav-lists .footer-nav-list ul {
    font-size: 15px;
    line-height: 18px
}

body.en-au #footer.sfcc-footer .footer-nav-lists .footer-nav-list .h4 a,body.en-au #footer.sfcc-footer .footer-nav-lists .footer-nav-list ul a {
    margin-bottom: 7px
}

body.en-au #footer.sfcc-footer .contact-wrapper {
    font-size: 15px;
    line-height: 23px
}

body.en-au #footer.sfcc-footer .sfcc-copyright {
    font-size: 13px
}

body.ko-kr .footer-admit {
    padding: 20px 15px 40px 60%
}

body.ko-kr .footer-admit a {
    color: #8f8f8f
}

body.ko-kr .footer-admit a:hover {
    text-decoration: underline
}

@media screen and (max-width: 1024px) {
    body.ko-kr .footer-admit {
        padding:20px 15px 40px;
        text-align: center
    }
}

@media (max-width: 768px) {
    body.ko-kr #footer.footer-asics .bottom .region-change a:last-child {
        color:#001e62
    }

    body.ko-kr .footer-notice {
        font-size: 14px;
        line-height: 20px;
        padding: 0 30px
    }

    body.ko-kr .footer-admit {
        float: none;
        padding-bottom: 0;
        text-align: center
    }

    body.ko-kr #footer.footer-asics .bottom .region-change a {
        padding-right: 6.4px
    }

    body.ko-kr #footer.footer-asics .footer-brandslink>li {
        margin-right: 15px
    }

    body.ko-kr #footer.footer-asics .footer-brandslink>li:first-child {
        -webkit-transform: translateY(-4px);
        transform: translateY(-4px)
    }
}

@media (max-width: 439px) {
    body.ko-kr .footer-notice {
        padding:0
    }
}

@media (min-width: 769px) {
    body.ko-kr #footer.footer-asics {
        padding-top:30px
    }

    body.ko-kr #footer.footer-asics .footer-notice {
        line-height: 20px
    }

    body.ko-kr #footer.footer-asics .footer-notice .wrapper {
        padding: 0 30px
    }

    body.ko-kr #footer.footer-asics .footer-notice .wrapper:last-child {
        -webkit-transform: translate(-3px);
        transform: translate(-3px)
    }

    body.ko-kr #footer.footer-asics .footer-admit {
        width: 33.33333333%
    }

    body.ko-kr #footer.footer-asics .bottom .footer-brandslink {
        font-size: 0
    }

    body.ko-kr #footer.footer-asics .bottom .footer-brandslink>li {
        margin-right: 20px
    }

    body.ko-kr #footer #footer-newsletter input[type=email] {
        float: left;
        width: 65%
    }

    body.ko-kr #footer.footer-asics .bottom .region-change a:last-child {
        padding-left: 10px
    }

    body.ko-kr #footer.footer-asics #footer-newsletter input[type=submit] {
        float: left;
        line-height: 1;
        padding: 5px 12px;
        width: 29%
    }

    body.ko-kr #footer .social-box li {
        margin-top: 1px
    }

    body.ko-kr #footer .footer-nav-list ol li,body.ko-kr #footer .footer-nav-list ul li {
        font-size: 12px;
        margin-bottom: 0
    }

    body.ko-kr #footer .footer-nav-list ol li a,body.ko-kr #footer .footer-nav-list ul li a {
        line-height: 21px
    }

    body.ko-kr #footer.footer-asics .footer-nav-list a {
        display: inline;
        font-size: 14px
    }

    body.ko-kr #footer .social-box li {
        vertical-align: top
    }

    body.ko-kr .newsletter-pop-wrapper {
        border-bottom: 1px solid #fff;
        float: left;
        margin-bottom: 19px;
        max-width: 100%
    }

    body.ko-kr .contact-wrapper hr {
        display: none
    }

    body.ko-kr .stay-connected-wrapper {
        clear: both
    }

    body.ko-kr #footer.footer-asics #footer-newsletter {
        line-height: 20px;
        margin-bottom: 39px;
        width: 100%
    }
}

body.ko-kr .footer-notice .col-sm-4 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: right;
    margin-top: 20px;
    padding-left: 15px;
    position: relative;
    width: 32.6%
}

body.ko-kr .footer-notice .col-sm-4 img {
    width: auto
}

body.ko-kr .footer-notice .col-sm-4 dl {
    margin-bottom: 21px
}

@media (max-width: 768px) {
    body.ko-kr .footer-notice .col-sm-4 dl {
        margin-bottom:20px
    }

    body.ko-kr .footer-notice .col-sm-4 {
        margin-top: 21px;
        padding: 0;
        text-align: center;
        width: 100%
    }
}

body.ko-kr #footer.footer-asics input {
    font-weight: 200
}

@media (min-width: 769px) {
    body.en-us #footer.footer-asics #footer-newsletter input[type=email] {
        width:65%
    }

    body.en-us #footer.footer-asics #footer-newsletter input[type=submit] {
        line-height: 1.2
    }

    body.en-us #footer.footer-asics .social-box li {
        margin-top: 1px
    }

    body.en-us #footer.footer-asics .trademark-wrapper {
        margin: 0;
        padding-left: 15px;
        padding-right: 15px;
        width: 33.33333333%
    }

    body.en-us #footer.footer-asics .bottom .region-change a:last-child {
        padding-left: 13px
    }

    body.en-us #footer.footer-asics .footer-brandslink {
        font-size: 0
    }

    body.en-us #footer.footer-asics .footer-brandslink>li {
        margin-right: 20px
    }
}

@media (max-width: 768px) {
    body.en-us #footer.footer-asics .bottom .region-change a:first-child {
        padding-left:2px
    }

    body.en-us #footer.footer-asics .bottom .region-change a:last-child {
        visibility: hidden
    }
}

.asea.sfcc-footer .contact-reward {
    margin-bottom: 20px;
    max-width: 400px
}

.asea.sfcc-footer .contact-reward a {
    color: #fff
}

.asea.sfcc-footer .contact-reward a:hover {
    text-decoration: underline
}

@media only screen and (min-width: 320px) and (max-width:768px) {
    .asea.sfcc-footer .contact-wrapper {
        border-top:none!important
    }
}
