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;
}

.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;
}


.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 {
    font-size: 36px;
}

.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 {
    font-size: 36px;
}

.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;
}

.third-split-layout .cover-info span ul li a img{ 
    max-width: 40px;
}

@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 .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$");
}

.available-date {
    color: #ff0000;
}

.available-date,
.preview-title {
    text-align: center;
    text-transform: uppercase;
    font-size: 2rem;
}

.video {
    max-width: 860px;
    margin: 40px auto;
}

.flexible-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.flexible-container iframe,
.flexible-container object,
.flexible-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}

#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;
}

.preview-grid {
    width: 100%;
    display: flex;
    clear: both;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: stretch;
}

.preview-grid .product {
    background: #f2f3f5;
    padding: 10px;
    width: calc(25% - 20px);
    margin: 10px;
    float: left;
    display: inline-block;
}

@media only screen and (max-width: 848px) {
    .preview-grid .product { width: calc(50% - 20px); }
}

.preview-grid .product img {
    width: 100%;
    height: auto;
    border: 2px solid #fff;
}

.preview-grid .product p {
    display: block;
    clear: both;
    text-align: left;
    text-transform: uppercase;
}

.preview-grid .product h4 {
    display: block;
    clear: both;
    text-align: right;
}

#emvForm {
    display: none;
}

#emvForm.active {
    display: flex;
    flex-wrap: wrap;
}

.form-completed {
    display: none;
}

.form-completed.active {
    display: block;
}

.hidden {
    display: none;
}

#newsletter {
    width: 100%;
    display: flex;
    justify-content: center;
    align-content: center;
    margin: 40px 0;
}

#newsletter > div {
    width: 100%;
    display: block;
    margin: auto;
    padding: 10px;
}

#newsletter img {
    width: 100%;
}

#newsletter h3 {
    font-size: 1.5rem;
    margin-bottom: 20px;
}

#newsletter input[type="text"] {
    width: 90%;
    display: block;
    clear: both;
    order: 1;
}

#newsletter input[type="button"] {
    color: #fff;
    background: #ff0000;
    padding: 10px;
    padding-left: 20px;
    padding-right: 20px;
    outline: 0;
    border: 0;
    text-transform: uppercase;
    font-size: 1rem;
    margin-top: 10px;
    margin-right: 15px;
    order: 2;
}

#subtitle {
    font-size: .8rem;
}

#smallprint {
    font-size: .7rem;
    margin-top: 20px;
}