body {
    display: -webkit-flex;
    display: flex;
    min-width: 1020px;
    min-height: 100vh;
    padding: 0px;
    -webkit-flex-direction: column;
    flex-direction: column;
}

header,
main,
footer {
    width: 100%;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
}

header,
footer {
    padding: 20px;
}

header {
    padding-bottom: 0px;
    border-top: 3px solid #1D4582;
}

header > noscript {
    display: block;
    margin-bottom: 20px;
}

header > section {
    padding: 20px 0px 40px;
}

main {
    margin: 0px auto;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}

main > aside + section {
    margin-top: -1px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

main > section {
    background-color: #FFFFFF;
    border: 1px solid #DDDDDD;
    padding: 40px;
    border-radius: 2px;
}

footer {
    margin-top: 40px;
    border-top: 1px solid #BAC6CF;
    border-bottom: 3px solid #1D4582;
    background-color: #FFFFFF;
}

section {
    width: 980px;
    margin: 0px auto;
}

[data-type='modal'] > [data-modal='mail'] {
    width: 500px;
}

[data-type='modal'] > [data-modal='mail'] figure {
    width: 70px;
}

[data-type='modal'] > [data-modal='sticker'] {
    width: 240px;
}

[data-type='modal'] > [data-modal='sticker'] img {
    -webkit-animation: rockLeftRight 2.50s infinite;
    animation: rockLeftRight 2.5s infinite;
    -webkit-filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.40));
    filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.40));
}

[data-type='modal'] > [data-modal='sticker'] button {
    margin-top: 20px;
}

@-webkit-keyframes rockLeftRight {
    0% {
        -webkit-transform: rotate(-3deg);
    }

    50% {
        -webkit-transform: rotate(3deg);
    }

    100% {
        -webkit-transform: rotate(-3deg);
    }
}

@keyframes rockLeftRight {
    0% {
        transform: rotate(-3deg);
    }

    50% {
        transform: rotate(3deg);
    }

    100% {
        transform: rotate(-3deg);
    }
}

[data-type='modal'] > [data-modal].customize {
    width: 300px;
}

[data-expand='search'] > * {
    margin-top: 0px;
    padding: 10px 10px 7px;
    background-color: #1D4582;
}

[data-expand='search'] [data-field] {
    color: #FFFFFF;
    border-color: #7399D4;
    background-color: rgba(255, 255, 255, 0.10);
}

[data-expand='search'] ::-webkit-input-placeholder {
    color: #A6C4F2;
}

[data-expand='search'] ::-moz-placeholder {
    color: #A6C4F2;
}

[data-expand='search'] ::-ms-input-placeholder {
    color: #A6C4F2;
}

[data-expand='search'] button {
    color: #1D4582;
    background-color: #FFFFFF;
}

[id='noscript'] a {
    position: relative;
    border-bottom: 1px solid #DE8593;
}

nav[id='support'] [data-bag]:not([data-bag='0']):after,
nav[id='shop'] [data-bag]:not([data-bag='0']):after {
    content: ' (' attr(data-bag) ')';
    font-weight: bold;
}

nav[id='support'] {
    position: absolute;
    top: 0px;
    width: 100%;
}

nav[id='support'] > [class~='left'] {
    float: left;
}

nav[id='support'] > [class~='right'] {
    float: right;
}

nav[id='support'] > * + * {
    margin-left: 10px;
}

h5[id='logo'] {
    display: -webkit-flex;
    display: flex;
    margin-top: 0px;
    line-height: 86px;
    justify-content: center;
    -webkit-justify-content: center;
}

h5[id='logo'] > * {
    position: relative;
    display: block;
    float: left;
}

h5[id='logo'] > b {
    width: calc(100% / 2 - 59px);
}

h5[id='logo'] > b:first-child {
    text-align: right;
}

h5[id='logo'] > a {
    position: relative;
    display: inline-block;
    margin: 0px 20px;
    vertical-align: middle;
}

h5[id='logo'] > a:before {
    content: '';
    display: block;
    position: absolute;
    top: -40px;
    left: -40px;
    width: 158px;
    height: 166px;
    background: -webkit-radial-gradient(circle, #FEFEFE, rgba(255, 255, 255, 0.00) 70%);
    background: -moz-radial-gradient(circle, #FEFEFE, rgba(255, 255, 255, 0.00) 70%);
    background: -o-radial-gradient(circle, #FEFEFE, rgba(255, 255, 255, 0.00) 70%);
    background: radial-gradient(circle, #FEFEFE, rgba(255, 255, 255, 0.00) 70%);
    z-index: -1;
}

time[id='launch'],
time[id='counter'] {
    margin-bottom: 10px;
    text-align: center;
}

time[id='launch'] [data-type],
time[id='counter'] [data-type] {
    display: inline-flex;
    margin: 0px auto;
    padding: 10px 20px;
    border: 1px solid #DDDDDD;
    border-radius: 2px;
    background-color: #FFFFFF;
}

time[id='launch'] [data-countdown] div,
time[id='counter'] [data-type] div {
    padding: 3px 6px;
    color: #FFFFFF;
    background-color: #1D4582;
}

time[id='launch'] [data-countdown] div:after {
    content: '';
    position: absolute;
    left: 0px;
    top: 50%;
    right: 0px;
    height: 1px;
    background-color: #FFFFFF;
    opacity: 0.40;
}

nav[id='site'] {
    position: relative;
    height: 56px;
    text-align: center;
    border-top: 1px solid #BAC6CF;
}

nav[id='site']:before {
    content: '';
    display: block;
    position: absolute;
    top: -20px;
    right: 0px;
    bottom: -60px;
    left: 0px;
    background: -webkit-radial-gradient(#FEFEFE, rgba(255, 255, 255, 0.00) 80%);
    background: -moz-radial-gradient(#FEFEFE, rgba(255, 255, 255, 0.00) 80%);
    background: -o-radial-gradient(#FEFEFE, rgba(255, 255, 255, 0.00) 80%);
    background: radial-gradient(#FEFEFE, rgba(255, 255, 255, 0.00) 80%);
    z-index: -1;
}

nav[id='site'] > * {
    display: inline-block;
    position: relative;
}

nav[id='site'] > *.current:before {
    content: '';
    display: block;
    position: absolute;
    top: -2px;
    left: 0px;
    width: 100%;
    height: 3px;
    border-radius: 2px;
    background-color: #1D4582;
}

nav[id='site'] a {
    padding: 20px 16px;
    font-size: 15px;
    line-height: 15px;
    white-space: nowrap;
    text-align: left;
    color: inherit;
}

nav[id='site'] a.current,
nav[id='site'] menu.current > a {
    font-weight: 700;
    color: #1D4582;
}

nav[id='site'] menu > a {
    display: block;
    padding-right: 0px;
}

nav[id='site'] menu > a.active + nav {
    display: block;
    top: calc(100% - 10px);
}

nav[id='site'] menu > nav {
    display: none;
    position: absolute;
    top: -1000px;
    left: -10px;
    padding: 16px 6px;
    border-radius: 2px;
    background-color: #FFFFFF;
    z-index: 3;
}

nav[id='site'] menu > nav:before {
    content: '';
    display: block;
    position: absolute;
    top: 2px;
    left: 2px;
    width: calc(100% - 6px);
    height: calc(100% - 6px);
    border: 1px solid #D2D2D2;
    border-radius: 2px 2px 0px 0px;
    background-color: #FCFCFC;
    z-index: -1;
}

nav[id='site'] menu > nav a {
    display: block;
    padding: 10px 20px;
}

nav[id='social'],
nav[id='social']:before {
    border-left: 0px !important;
    border-radius: 0px 2px 2px 0px;
}

nav[id='social'] {
    position: fixed;
    top: 100px;
    left: 0px;
    padding: 10px;
    border: 2px solid #FFFFFF;
    background-color: #FAFAFA;
    z-index: 4;
}

nav[id='social']:before {
    content: '';
    display: block;
    position: absolute;
    top: -1px;
    left: 0px;
    width: 100%;
    height: 100%;
    border: 1px solid #D2D2D2;
    z-index: -1;
}

nav[id='social'] > a {
    display: block;
}

nav[id='social'] > a + a {
    margin-top: 5px;

}
nav[id='social'] [data-icon] {
    padding: 4px;
    border-radius: 2px;
}

nav[id='social'] [data-icon='facebook'] {
    background-color: #3B5998;
}

nav[id='social'] [data-icon='instagram'] {
    background-color: #EC4956;
}

nav[id='social'] [data-icon='twitter'] {
    background-color: #1DA1F2;
}

nav[id='social'] [data-icon='youtube'] {
    background-color: #CD201F;
}

nav[id='social'] [data-icon='google'] {
    background-color: #DD4B39;
}

nav[id='social'] [data-icon='tumblr'] {
    background-color: #36465D;
}

nav[id='social'] [data-icon='mail'] {
    background-color: #5B9139;
}

nav[id='social'] dfn {
    display: none;
}

main > aside {
    max-width: 1022px;
    margin: 0px auto;
}

main > aside[data-type='slider'] {
    max-width: 100%;
}

main > aside img {
    max-height: 340px;
}

main [data-sticky] h1 {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

nav[id='shop'] > a + a {
    margin-left: 10px;
}

nav[id='sort'] > a.button,
nav[id='account'] > span.button {
    margin-top: 10px;
}

nav[id='sort'] > a[href='#menu'] + a,
nav[id='account'] > a[href='#menu'] + div.box {
    margin-top: 0px;
}

nav[id='sort'] > div.box,
nav[id='account'] > div.box {
    padding: 15px 20px;
    border-color: #DFDFDF;
}

nav[id='sort'] > div.box {
    margin-top: 0px;
    border-top: 0px;
    border-radius: 0px 0px 2px 2px;
}

nav[id='account'] > div.box {
    border-radius: 2px;
}

nav[id='account'] > div.box > * {
    margin-top: 15px;
}

nav[id='account'] > div.box li {
    white-space: nowrap;
}

nav[id='account'] > div.box li > ul {
    margin-top: 5px;
}

nav[id='account'] > div.box a:not(.active) + ul {
    display: none;
}

form[id='products'] figure {
    height: 134px;
}

form[id='product'] [data-split='1/3'] figure,
form[id='bag'] figure {
    height: 72px;
}

form[id='product'] [data-split='2/3'] [data-split='1/2'] figure {
    height: 274px;
}

form[id='product'] [data-split='2/3'] [data-split='1/2'] [data-split='1/2'] figure {
    height: auto;
}

form[id='bag'] div.actions {
    -webkit-flex: 0;
    -ms-flex: 0;
    flex: 0;
}

form[id='bag'] div.actions > button {
    margin: 3px 0px 0px !important;
}

form[id='bag'] figure {
    width: 72px;
}

form[id='bag'] ul {
    margin-top: 0px;
    opacity: 0.60;
}

form[id='products'] p {
    margin-top: 10px;
}

form[id='product'] h3 > [class~='outline'] {
    margin-left: 5px;
    margin-bottom: 3px;
}

[data-field].quantity {
    max-width: 55px;
}

[data-view='log'] [data-field].quantity {
    max-width: 65px;
    margin-right: -10px;
}

nav.figure {
    position: absolute;
    bottom: 0px;
    left: 0px;
    height: 30px;
    z-index: 1;
}

nav.figure > a,
nav.figure > a:before {
    border-radius: 2px 2px 0px 0px;
}

nav.figure > a {
    position: relative;
    display: block;
    height: 100%;
    padding: 5px 5px 0px;
    border: 1px solid #DFDFDF;
    border-bottom: 0px;
    background-color: #FFFFFF;
    float: left;
}

nav.figure > a:first-child,
nav.figure > a:first-child:before {
    border-top-left-radius: 0px;
}

nav.figure > a:first-child {
    padding-left: 0px;
    border-left: 0px;
}

nav.figure > a:before {
    content: '';
    position: absolute;
    top: -3px;
    right: -3px;
    bottom: 1px;
    left: 1px;
    background-color: #FFFFFF;
    z-index: -1;
}

nav.figure > a:not(:first-child) {
    margin-left: 9px;
}

nav.figure > a:not(:first-child):before {
    left: -3px;
}

nav.figure > a > * {
    width: auto;
    height: 22px;
    box-sizing: border-box;
}

nav.figure > [data-modal-click='video'] {
    padding-top: 0px;
}

nav.figure > [data-modal-click='video'] > * {
    height: 32px;
    bottom: 0px;
}

[class~='button'][data-bag]:not([data-bag='0']):after {
    content: attr(data-bag);
    position: absolute;
    top: -6px;
    right: -6px;
    min-width: 8px;
    height: 12px;
    margin: 0px;
    padding: 2px 4px;
    font-size: 12px;
    line-height: 12px;
    text-align: center;
    color: #FFFFFF;
    border-radius: 2px;
    background-color: #72AF45;
}

button.outline:not(.button),
[data-voucher].remove {
    padding: 2px;
}

div[id='share'] {
    margin-top: 20px;
    overflow: hidden;
}

div[id='share'] > * {
    display: block;
    float: left;
}

div[id='share'] > a {
    padding: 3px;
    line-height: 14px;
    border-radius: 4px;
}

div[id='share'] > a[href='#mail'] {
    background-color: #5B9139;
}

div[id='share'] > *:not(:first-child) {
    margin-left: 5px;
}

div[id='awards'] figure {
    height: 100px;
}

div[id='athletes'] figure[data-modal-click='video']:after {
    width: 30px;
    height: 30px;
    background-position: 0px -60px;
    top: auto;
    left: 10px;
    bottom: 5px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

div[id='athletes'] [data-split='1/6'] figure {
    height: 84px;
}

figure[id="wecare"] {
    height: 130px;
}

div[id='simplemap'] {
    position: relative;
    margin-top: 20px;
}

div[id='simplemap']:before {
    content: '';
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    width: calc(100% - 2px);
    border: 1px solid #DFDFDF;
    border-radius: 2px;
    z-index: 2;
    pointer-events: none;
}

div[id='simplemap'] > [id='simplemap_outer'] {
    display: none;
}

[data-type='table'] div.product {
    -webkit-flex: 300 !important;
    -ms-flex: 300 !important;
    flex: 300 !important;
    overflow: hidden;
}

[data-type='table'] div.product > b {
    margin-right: 5px;
}

[data-type='table'] div.price,
[data-type='table'] div.total {
    white-space: nowrap;
}

[data-type='table'] div.total,
[data-type='table'] div.sport {
    text-align: right;
}

[data-type='table'] div.flag {
    max-width: 24px;
}

[data-type='table'] div.amount {
    min-width: 50px;
}

[data-type='table'] div.preview {
    max-width: 170px;
}

[data-type='expand'][data-expand='reviews']:not(.active) {
    display: block !important;
}

[data-type='expand'][data-expand='reviews']:not(.active) [data-split='1'] {
    height: 24px;
    border-bottom: 1px solid #F2F2F2;
    opacity: 0.50;
    overflow: hidden;
}

div[id='upload'] > figure {
    width: 100px;
    height: 100px;
    margin-bottom: 8px;
}

div[id='upload'] > figure + button {
    margin-left: 0px !important;
}

div[id='recpatcha'] {
    display: inline-block;
    width: 302px;
    height: 76px;
}

footer [data-split] > * {
    margin-top: 10px;
}

footer figure:not(.ignore) {
    min-height: 54px;
    border-color: #E7E7E7;
}

footer figcaption.corner {
    padding: 0px 2px;
    background-color:#FFFFFF;
}

footer hr {
    margin-top: 10px;
}

nav[id='legal'] > a {
    position: relative;
    border-bottom: 1px solid #E7E7E7;
}

nav[id='legal'] > a:not(:last-child) {
    margin-right: 10px;
}

[data-sticker] {
    position: absolute;
    -webkit-filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.40));
    filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.40));
}

div.cc-revoke,
div.cc-window,
a.cc-link {
    color: #63707B !important;
}

a.cc-btn,
a.cc-btn:hover {
    background: #1D4582 !important;
    color: #FFFFFF !important;
}

@media screen and (max-width: 1040px) {
    main > aside {
        max-width: 100%;
        padding: 0px 10px;
    }
}

@media screen and (min-width: 460px) {
    main > aside figcaption {
        padding: 60px 40px 40px;
    }

    main > aside figcaption:first-child {
        padding: 40px 40px 60px;
    }

    main > aside figure[data-modal-click='video'][data-source]:after {
        width: 62px;
        height: 62px;
    }

    nav[id='legal'] {
        margin-top: 0px !important;
    }
}

@media screen and (max-width: 460px) {
    body {
        width: 100%;
        min-width: 320px;
    }

    header > section {
        padding: 30px 0px 30px;
    }

    main > section {
        margin: 0px 20px;
        padding: 20px;
    }

    footer {
        margin-top: 20px;
    }

    section {
        width: auto;
    }

    [data-type='modal'] > [data-modal='mail'] div.box {
        padding: 10px;
    }

    [data-type='modal'] > [data-modal='mail'] div.box p.right {
        text-align: left;
    }

    nav[id='support'] [data-icon],
    nav[id='shop'] [data-icon] {
        margin-right: 0px;
    }

    nav[id='support'] dfn:not(.ignore),
    nav[id='shop'] dfn:not(.ignore) {
        display: none !important;
    }

    h5[id='logo'] > b {
        display: none;
    }

    h5[id='logo'] > a {
        margin: 0px;
    }

    nav[id='site'] {
        padding-left: 50px;
    }

    nav[id='site'].active {
        height: auto;
    }

    nav[id='site']:not(.active) > *:not([href='#menu']),
    nav[id='site'].active + nav[id='social'] {
        display: none;
    }

    nav[id='site'] > * {
        display: block;
        margin: 0px !important;
    }

    nav[id='site'] > *:not([href='#menu']) + * {
        border-top: 1px solid;
        border-color: inherit;
    }

    nav[id='site'] > *.current:before {
        display: none;
    }

    nav[id='site'] > a[href='#menu'] {
        position: absolute;
        top: 0px;
        left: 0px;
        padding: 19px 16px;
    }

    nav[id='site'] a {
        text-align: left;
    }

    nav[id='site'] menu > nav {
        position: relative;
        left: 0px;
        padding: 10px;
        border-top: 1px solid;
        border-color: inherit;
        border-radius: 0px;
        background-color: transparent;
    }

    nav[id='site'] menu > nav:before {
        display: none;
    }

    nav[id='site'] menu > nav a {
        padding: 10px;
    }

    nav[id='social'] {
        position: absolute;
        top: auto;
        bottom: 16px;
        right: 0px;
        left: auto;
        padding: 0px;
        border: none;
        background-color: transparent;
    }

    nav[id='social']:before {
        display: none;
    }

    nav[id='social'] > a {
        float: left;
    }

    nav[id='social'] > a + a {
        margin-top: 0px;
        margin-left: 5px;
    }

    main > aside img {
        width: auto;
        height: 170px;
    }

    main > aside figcaption {
        padding-bottom: 25px;
        font-size: 18px !important;
        line-height: 18px !important;
    }

    [data-view='log'] [data-field].quantity {
        max-width: none;
    }

    nav[id='sort'],
    nav[id='account'] {
        position: relative !important;
        top: 0px;
        height: 36px;
        padding-left: 58px;
    }

    nav[id='sort'].active,
    nav[id='account'].active {
        height: auto;
    }

    nav[id='sort']:not(.active) > *:not([href='#menu']),
    nav[id='account']:not(.active) > *:not([href='#menu']) {
        display: none;
    }

    nav[id='sort'] > a[href='#menu'],
    nav[id='account'] > a[href='#menu'] {
        position: absolute;
        top: 0px;
        left: 0px;
    }

    form[id='bag'] [data-table~='merge'] > figure {
        display: none;
    }

    div[id='team'][data-type].thin > [data-split] {
        width: calc(100% / 2 - 10px) !important;
    }

    div[id='worldwide'][data-type].thin > [data-split='1/4'] {
        width: calc(100% / 2 - 10px) !important;
    }

    div[id='worldwide'][data-type].thin > [data-split='1/6'] {
        width: calc(100% / 3 - 10px) !important;
    }

    div[id='athletes'][data-type] [data-type='split'] > [data-split='1/6'] {
        width: calc(100% / 3 - 10px) !important;
    }

    footer h4.right {
        text-align: left !important;
    }

    footer [data-type='split'].right {
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
    }
}

@media screen and (max-width: 460px) and (min-width: 400px) {
    form[id='products'] [data-type='split'].thin > [data-view='grid'] {
        width: calc(100% / 2 - 10px) !important;
    }

    footer [data-type='split'].thin:not(.fixed) > [data-split='1/4'] {
        width: calc(100% / 2 - 10px) !important;
    }
}

@media screen and (max-width: 400px) {
    form[id='products'] [data-type='table'].grid > [data-table~='row'] {
        -webkit-flex-direction: column;
        flex-direction: column;
    }

    form[id='products'] [data-type='table'].grid > [data-table~='row'] > div + div:before {
        top: 0px;
        right: 0px;
        bottom: auto;
        width: auto;
        height: 1px;
    }

    div[id='athletes'][data-type] [data-type='split'] > [data-split='1/6'] {
        width: calc(100% / 2 - 10px) !important;
    }
}