html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

*,
*:before,
*:after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

.group:after {
    content: "";
    display: table;
    clear: both;
}

.sectionTitle .section-title-component hr {
    display: none;
    visibility: hidden;
    height: 0;
}

#plpmain #primary .anchor-nav-component {
    display: none;
    visibility: hidden;
    height: 0;
    overflow: hidden;
}

.section-title-component img {
    margin: 0;
}

.standalone-copy,
.standalone-copy p,
p.standalone-copy {
    font-family: 'Helvetica Neue', 'Segoe UI', arial, sans-serif;
    font-size: 14px;
    text-align: center;
    max-width: none;
}

.standalone-link {
color: #000;
padding-bottom: 2px;
border-bottom: 1px solid #000;
text-transform: uppercase;
font-family: UniqloBoldRegular,helvetica,arial,sans-serif;
text-decoration: none;
}

.third-split-layout {
    background: #fff;
    height: 100%;
    width: 100%;
    padding: 0;
    margin: 0;
    color: #000;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    text-align: left;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 60px;
}

.third-split-layout h1,
.third-split-layout h2,
.third-split-layout h3,
.standalone-copy h1,
.standalone-copy h2,
.standalone-copy h3 {
    font-family: UniqloBoldRegular, helvetica, arial, sans-serif;
    color: #000;
}

.third-split-layout p,
.third-split-layout a {
    font-family: 'DIN Next W01 Regular', arial, sans-serif;
}

.third-split-layout .info {
    float: left;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    background: #fff;
    width: 35%;
    position: relative;
    border: 1px solid #f3f3f3;
    padding: 40px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.third-split-layout .info span {
    max-width: 400px;
    width: 100%;
}

.third-split-layout .info span h1,
.third-split-layout .info span h2,
#plpmain #primary .section-title-component h2 {
    font-size: 36px !important;
}

.third-split-layout .info span p {
    font-size: 14px;
}

.third-split-layout .info span ul {
    margin: 10px 0 0 0;
    padding: 0;
    list-style: none;
}

.third-split-layout .info span ul li {
    float: left;
    display: inline-block;
    margin: 5px 10px 5px 0;
}

.third-split-layout .info span ul li a {
    color: #000;
    padding-bottom: 2px;
    border-bottom: 1px solid #000;
    text-transform: uppercase;
    font-family: UniqloBoldRegular, helvetica, arial, sans-serif;
    text-decoration: none;
}

@media only screen and (max-width: 1360px) {
    .third-split-layout .info span {
        /*position: relative;
                top: auto;
                left: auto;
                transform: translate(0, 0);*/
    }
    .third-split-layout .info span h1 {
        font-size: 32px;
    }
    .third-split-layout .info span p {
        font-size: 13px;
    }
    .standalone-copy {
        font-size: 13px;
    }
}

.third-split-layout .cover-info {
    float: left;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    background: #fff;
    width: 35%;
    position: relative;
    border: 1px solid #f3f3f3;
    padding: 40px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.third-split-layout .cover-info span {
    max-width: 400px;
    width: 100%;
}

.third-split-layout .cover-info span h1,
.third-split-layout .cover-info span h2 {
    font-size: 36px !important;
}

.third-split-layout .cover-info span p {
    font-size: 14px;
}

.third-split-layout .cover-info span ul {
    margin: 10px 0 0 0;
    padding: 0;
    list-style: none;
}

.third-split-layout .cover-info span ul li {
    float: left;
    display: inline-block;
    margin: 5px 10px 5px 0;
}

.third-split-layout .cover-info span ul li a {
    color: #000;
    padding-bottom: 2px;
    border-bottom: 1px solid #000;
    text-transform: uppercase;
    font-family: UniqloBoldRegular, helvetica, arial, sans-serif;
    text-decoration: none;
}

@media only screen and (max-width: 1360px) {
    .third-split-layout .cover-info span {
        position: relative;
        top: auto;
        left: auto;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    .third-split-layout .cover-info span h1 {
        font-size: 32px;
    }
    .third-split-layout .cover-info span p {
        font-size: 13px;
    }
}

.third-split-layout .cover-image {
    width: 65%;
    float: right;
    display: inline-block;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
}

.third-split-layout .cover-image img {
    width: 100%;
    height: auto;
    max-width: none;
}

@media only screen and (max-width: 1360px) {
    .third-split-layout .cover-image {
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-align-self: stretch;
        -ms-flex-item-align: stretch;
        align-self: stretch;
        text-align: center;
    }
    .third-split-layout .cover-image img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }
}

.third-split-layout .benefits-image {
    width: 65%;
    height: 100%;
    float: right;
    display: inline-block;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
}

.third-split-layout .benefits-image img {
    width: 100%;
    height: auto;
    max-width: none;
}

.third-split-layout .benefits-image ul {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    margin: 0;
    padding: 0;
    list-style: none;
}

.third-split-layout .benefits-image ul li {
    width: 33.33333333333333%;
    position: absolute;
    top: calc(100% - 43px);
    height: 100%;
    -webkit-transition: all ease 0.4s;
    -o-transition: all ease 0.4s;
    transition: all ease 0.4s;
}

.third-split-layout .benefits-image ul li:nth-of-type(2) {
    left: 33.33333333333333%;
}

.third-split-layout .benefits-image ul li:nth-of-type(3) {
    left: auto;
    right: 0;
}

.third-split-layout .benefits-image ul li:hover {
    top: 0;
}

.third-split-layout .benefits-image ul li .benefit-title {
    text-align: center;
    text-transform: uppercase;
    padding: 10px;
    background: #fff;
    border: 1px solid #f3f3f3;
}

.third-split-layout .benefits-image ul li .benefit-title h3 {
    font-family: UniqloBoldRegular, helvetica, arial, sans-serif;
    margin: 0 auto;
    display: inline-block;
}

.third-split-layout .benefits-image ul li .benefit-title img {
    float: right;
    max-width: 100%;
    width: auto;
}

.third-split-layout .benefits-image ul li .benefit-copy {
    background: rgba(0, 0, 0, 0.75);
    color: #fff;
    text-align: left;
    padding: 10px;
    height: calc(100% - 41px);
}

.third-split-layout .benefits-image ul li .benefit-copy p {
    margin: 0;
}

@media only screen and (max-width: 1360px) {
    .third-split-layout .benefits-image {
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-align-self: stretch;
        -ms-flex-item-align: stretch;
        align-self: stretch;
        text-align: center;
    }
    .third-split-layout .benefits-image img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }
}

.third-split-layout .carousel {
    width: 65%;
    float: right;
    display: inline-block;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    position: relative;
}

.third-split-layout .carousel .slick-next,
.third-split-layout .carousel .slick-prev {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 10;
}

.third-split-layout .carousel .slick-next {
    right: 20px;
}

.third-split-layout .carousel .slick-prev {
    left: 20px;
}

.third-split-layout .carousel .slick-next:before {
    content: url("http://uniqlo.scene7.com/is/image/UNIQLO/arrow%2Dright%2D2?$png$");
}

.third-split-layout .carousel .slick-prev:before {
    content: url("http://uniqlo.scene7.com/is/image/UNIQLO/arrow%2Dleft%2D1?$png$");
}

.third-split-layout .carousel .one-third-item {
    position: relative;
    float: left;
    display: inline-block;
    width: 33.333333333333333333%;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    /*&:hover .plus-close {
                transform: rotate(45deg);
            }*/
}

.third-split-layout .carousel .one-third-item:hover .overlay {
    opacity: 1;
}

.third-split-layout .carousel .one-third-item img {
    width: 100%;
    height: auto;
    max-width: none;
}

.third-split-layout .carousel .one-third-item .plus-close {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 3;
    width: 30px;
    height: 30px;
    display: none;
}

@media (any-hover: on-demand) {
    .third-split-layout .carousel .one-third-item .plus-close {
        display: block;
    }
}

@media (any-hover: none) {
    .third-split-layout .carousel .one-third-item .plus-close {
        display: block;
    }
}

@media (any-pointer: coarse) {
    .third-split-layout .carousel .one-third-item .plus-close {
        display: block;
    }
}

.third-split-layout .carousel .one-third-item .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.75);
    z-index: 5;
    opacity: 0;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.third-split-layout .carousel .one-third-item .overlay {
    top: 70%;
    background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.4) 68%, rgba(0, 0, 0, 0.8) 100%);
    background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.4) 68%, rgba(0, 0, 0, 0.8) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(68%, rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.8)));
    background: -o-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.4) 68%, rgba(0, 0, 0, 0.8) 100%);
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.4) 68%, rgba(0, 0, 0, 0.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#cc000000',GradientType=0 );
    opacity: 1;
}

.third-split-layout .carousel .one-third-item .overlay span {
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
}

.third-split-layout .carousel .one-third-item .overlay span p,
.third-split-layout .carousel .one-third-item .overlay span h3 {
    color: #fff;
}

.third-split-layout .carousel .one-third-item .overlay span p {
    font-size: 16px;
}

.third-split-layout .carousel .one-third-item .overlay span h3 {
    font-size: 24px;
    display: table;
}

.third-split-layout .carousel .one-third-item .overlay span a {
    color: #fff;
    text-transform: uppercase;
    border-bottom: solid 2px #fff;
    padding-bottom: 5px;
}

#search-gender {
    display: none;
    visibility: hidden;
    margin-bottom: 60px;
}

#search-gender.active {
    display: block;
    visibility: visible;
    text-align: center;
}

#search-gender a {
    margin: 0;
    color: #000;
    background: #fff;
    text-transform: uppercase;
    padding: 10px 40px;
    border: 2px solid #000;
    font-weight: bold;
    font-size: 1.5rem;
    min-width: 250px;
    display: inline-block;
}

#search-gender a:hover,
#search-gender a.active {
    background: #000;
    color: #fff;
}