@charset "UTF-8";
/* ————————————————————————————————————o————————————————————————————————————o TOCs 1 - 3 */
#oneTwoThree {
  overflow: hidden;
  background: #F4F4F4;
}

#oneTwoThree .single {
  float: left;
  width: 33.3%;
}

#oneTwoThree .single img {
  display: block;
  width: 100%;
}

#oneTwoThree .single .below {
  width: 100%;
  height: 233px;
}

#oneTwoThree .single .below .copy {
  box-sizing: border-box;
  position: relative;
  padding: 40px 20px;
  height: 180px;
}

#oneTwoThree .single .below .copy p {
  padding-bottom: 10px;
}

#oneTwoThree .single .below .copy .title {
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
}

#oneTwoThree .single .below .copy .price {
  font-size: 14px;
  color: red;
  text-transform: uppercase;
}

#oneTwoThree .single .below .copy .subTitle {
  font-size: 13px;
  line-height: 17px;
  letter-spacing: 1px;
}

#oneTwoThree .single .below .copy .colorRed {
  color: red;
}

#oneTwoThree .single .below .copy .ctas {
  position: absolute;
  bottom: 0;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

#oneTwoThree .single .below .copy .ctas a {
  padding: 2px 0 0 5px;
  padding: 0px 9px 0 10px;
  color: #444444;
  border-left: 1px solid black;
}

#oneTwoThree .single .below .copy .ctas a:first-child {
  border: none;
  padding: 0 3px 0 0;
}

#oneTwoThree .single .below .copy .ctas a:hover {
  color: red;
}

@media (min-width: 790px) {
  #oneTwoThree .single .below .copy {
    height: 145px;
  }
}

@media (min-width: 1000) {
  #oneTwoThree .single .below .copy {
    height: 75px;
  }
  #oneTwoThree .single .below .copy .title,
  #oneTwoThree .single .below .copy .price {
    font-size: 16px;
  }
}

@media (min-width: 1100px) {
  #oneTwoThree .single .below .copy {
    height: 145px;
  }
  #oneTwoThree .single .below .copy .title,
  #oneTwoThree .single .below .copy .price {
    font-size: 15px;
    letter-spacing: 1px;
  }
}

/* ————————————————————————————————————o————————————————————————————————————o bxSlider Carousel */
#abCarousel,
#unCarousel {
  width: 718px;
}

#abCarousel .bx-wrapper,
#unCarousel .bx-wrapper {
  max-width: 100% !important;
  border: none;
}

#abCarousel .bx-viewport,
#unCarousel .bx-viewport {
  height: auto !important;
}

#abCarousel .theCarousel,
#unCarousel .theCarousel {
  margin-top: 30px;
}

#abCarousel .theCarousel .oneSlide img,
#unCarousel .theCarousel .oneSlide img {
  margin: auto;
}

#abCarousel .theCarousel .bx-wrapper,
#unCarousel .theCarousel .bx-wrapper {
  max-width: 965px;
  box-shadow: none;
}

#abCarousel .theCarousel .bx-wrapper li,
#unCarousel .theCarousel .bx-wrapper li {
  text-align: center;
}

#abCarousel .theCarousel .bx-wrapper .bx-next,
#unCarousel .theCarousel .bx-wrapper .bx-next {
  right: -50px;
}

#abCarousel .theCarousel .bx-wrapper .bx-prev,
#unCarousel .theCarousel .bx-wrapper .bx-prev {
  left: -50px;
}

#abCarousel .bx-wrapper,
#unCarousel .bx-wrapper {
  box-shadow: none;
}

#abCarousel .item,
#unCarousel .item {
  text-align: center;
}

#abCarousel .item p,
#unCarousel .item p {
  margin-top: 20px;
  font-size: 14px;
}

#abCarousel .item p.price,
#unCarousel .item p.price {
  margin-top: 10px;
  text-transform: uppercase;
}

#abCarousel .item p.price span,
#unCarousel .item p.price span {
  color: red;
}

@media (min-width: 790px) {
  #abCarousel,
  #unCarousel {
    width: 743px;
  }
}

@media (min-width: 825px) {
  #abCarousel,
  #unCarousel {
    width: auto;
  }
}

#unCarousel .item {
  height: 400px;
  margin-bottom: 30px;
  margin-right: 5px;
  text-align: left;
  border: 1px solid #c2c2c2;
}

#unCarousel .item img {
  margin: auto;
  width: 100%;
  height: 268px;
  border-bottom: 1px solid #c2c2c2;
}

#unCarousel .item p {
  padding: 0 10px;
}

#unCarousel .item p.headline {
  margin-top: 15px;
  font-family: UniqloBoldRegular, helvetica, arial, sans-serif;
  font-size: 15px;
  text-transform: uppercase;
}

#unCarousel .item p.subcopy {
  margin: 10px 0 15px;
  font-size: 15px;
}

@media (min-width: 1100px) {
  #abCarousel .item p {
    font-size: 15px;
    letter-spacing: 1px;
  }
  #abCarousel .item p.price span {
    letter-spacing: 0.5px;
  }
}

/* ————————————————————————————————————o————————————————————————————————————o Everyday Section */
#everyday {
  width: 100%;
  font-family: 'UniqloLight';
}

#everyday img {
  display: block;
}

#everyday .right .fullLink:hover .gender {
  color: red;
}

#everyday .copy {
  line-height: 18px;
  font-size: 13px;
}

#everyday .copy .title {
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

#everyday .copy hr {
  width: 56px;
  margin: 13px 0;
  border-style: solid;
  border-color: #444444;
  border-width: 1px 0 0 0;
}

#everyday .copy .subTitle {
  padding-top: 2px;
  letter-spacing: 1px;
}

#everyday .copy .ctas {
  overflow: hidden;
  padding-top: 5px;
  padding-top: 0;
}

#everyday .copy .gender {
  float: left;
  padding: 0px 0 2px;
  font-size: 12px;
  text-transform: uppercase;
  text-align: left;
}

#everyday .copy .gender a {
  text-decoration: none;
  letter-spacing: 1px;
}

#everyday .copy .gender a:hover {
  color: red;
}

#everyday .copy .gender a.women {
  padding-right: 5px;
  margin-right: 5px;
}

#everyday .left {
  float: left;
  width: 50%;
  background: #d0d0d0;
  background: white;
}

#everyday .left a {
  color: #444444;
}

#everyday .left img {
  width: 100%;
}

#everyday .left .copy {
  padding: 15px 15%;
  border-bottom: 1px solid #bebebe;
}

#everyday .left .copy .ctas {
  padding-top: 0;
}

#everyday .left hr {
  margin: 13px 0 11px;
}

#everyday .left .gender a {
  padding: 2px 5px 0 0;
  margin-right: 5px;
  border-right: 1px solid #444444;
}

#everyday .left .gender a:hover {
  border-right: 1px solid #444444;
}

#everyday .left .gender:last-child a {
  border: none;
}

#everyday .right {
  width: 50%;
  background: transparent;
  float: left;
  display: block;
}

#everyday .right .posit {
  padding: 15px 15px 15px 10px;
}

#everyday .right .copy {
  position: absolute;
  bottom: 0;
}

#everyday .right .copy .ctas {
  margin-top: 20px;
  margin-top: 10px;
}

#everyday .right .copy .gender {
  margin-top: 0;
}

#everyday .right .copy,
#everyday .right hr,
#everyday .right .gender,
#everyday .right a {
  color: #f7f7f7;
  border-color: #f7f7f7;
}

#everyday .right .gender a {
  padding-top: 2px;
}

#everyday .right .gender a.women {
  padding-right: 4px;
  margin-right: 5px;
  border-right: 1px solid;
}

#everyday .right .gender a:hover {
  border-right: 1px solid #f7f7f7;
}

#everyday .right .activewear .gender a.men {
  padding-right: 12px;
  margin-right: 5px;
  border-right: 1px solid;
  border: none;
}

#everyday .right .gender:last-child a:hover {
  border: none;
}

#everyday .right .halfHoriz {
  position: relative;
}

#everyday .right .halfTop {
  width: 100%;
  overflow: hidden;
  background: #cbbbb0;
  clear: both;
}

#everyday .right .halfTop img {
  float: right;
}

#everyday .right .halfTop .copy {
  float: left;
  width: auto;
}

#everyday .right .halfBottom {
  width: 100%;
  overflow: hidden;
  background: #1d2943;
}

#everyday .right .halfBottom img {
  float: right;
}

#everyday .right .halfBottom .copy {
  float: left;
  width: auto;
}

#everyday .right .gender a.women {
  border-right: none;
}

@media (min-width: 760px) {
  #everyday .right .halfTop .copy .ctas {
    margin-top: 10px;
  }
  #everyday .right .halfTop .gender {
    clear: both;
  }
  #everyday .right .halfTop .gender a.women {
    border: none;
  }
}

@media (min-width: 830px) {
  #everyday .right .posit {
    padding: 15px;
  }
  #everyday .right .copy .ctas {
    margin-top: 10px;
  }
  #everyday .right .halfTop .gender {
    clear: none;
  }
}

@media (min-width: 910px) {
  #oneTwoThree .single .below .copy .ctas {
    font-size: 13px !important;
  }
  #everyday .left .copy {
    padding: 33px 15% 15px;
  }
  #everyday .copy {
    line-height: 19px;
  }
  #everyday .copy .title {
    font-size: 14px;
  }
  #everyday hr {
    margin: 14px 0;
  }
  #everyday .left hr {
    margin: 13px 0;
  }
  #everyday .copy .gender {
    float: left;
    margin: 0px 7px 0px 0;
    padding: 5px 0 2px;
    font-size: 13px;
  }
  #everyday .left .gender a {
    padding: 2px 9px 0 0;
  }
  #everyday .copy .gender a.women {
    padding-right: 11px;
    margin-right: 5px;
  }
  #everyday .right .posit {
    padding-right: 5px;
  }
}

@media (min-width: 1059px) {
  #everyday .right .activewear .gender a.men {
    padding-right: 9px;
    margin-right: 5px;
    border-right: 1px solid #f7f7f7;
  }
  #everyday .right .halfTop .gender a.men {
    border-right: 1px solid #f7f7f7;
  }
}

@media (min-width: 1100px) {
  #everyday .right .activewear .gender a.men {
    padding-right: 9px;
    margin-right: 5px;
    border-right: 1px solid #f7f7f7;
  }
  #everyday .copy .title {
    font-size: 15px;
    line-height: 20px;
  }
  #everyday .right .halfTop .gender a.men {
    border-right: 1px solid #f7f7f7;
  }
}

/* ————————————————————————————————————o————————————————————————————————————o TOCs 8 - 10 */
#eightTen {
  overflow: hidden;
  background: #F4F4F4;
}

#eightTen .single {
  position: relative;
  float: left;
  width: 33.3%;
}

#eightTen .single img {
  display: block;
  width: 100%;
}

#eightTen .single .fullLink {
  color: black;
}

#eightTen .single .fullLink:hover .ctas {
  color: red;
}

#eightTen .single .below {
  position: absolute;
  top: 0;
  width: 100%;
}

#eightTen .single .below .copy {
  position: relative;
  padding: 8px 14px 0;
}

#eightTen .single .below .copy p {
  padding-bottom: 10px;
}

#eightTen .single .below .copy .title {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 16px;
}

#eightTen .single .below .copy .price {
  font-size: 14px;
  letter-spacing: 1px;
  color: red;
  text-transform: uppercase;
}

#eightTen .single .below .copy .subTitle {
  font-size: 12px;
  line-height: 17px;
  letter-spacing: 1px;
}

#eightTen .single .below .copy .colorRed {
  color: red;
}

#eightTen .single .below .copy .ctas {
  position: absolute;
  font-size: 11px;
  letter-spacing: 1px;
  line-height: 11px;
  text-transform: uppercase;
}

#eightTen .single .below .copy .ctas a {
  padding: 2px 0 0 5px;
  padding: 0px 9px 0 10px;
  color: black;
  border-left: 1px solid black;
}

#eightTen .single .below .copy .ctas a:first-child {
  border: none;
  padding: 0 3px 0 0;
}

#eightTen .single .below .copy .ctas a:hover {
  color: red;
}

#eightTen .single .below .copy .ctas .smallScreen {
  display: block;
  margin-bottom: 5px;
  padding: 0;
  border: none;
}

#eightTen .single .fullLink:hover + .below .fullRoll,
#eightTen .single .fullLink:hover + .ctas .fullRoll {
  color: red;
}

@media (min-width: 1024px) {
  #eightTen .single .below .copy {
    padding: 14px 20px 0;
  }
  #eightTen .single .below .copy .ctas .smallScreen {
    display: inline;
  }
  #eightTen .single .below .copy .ctas a.smallScreen:last-child {
    border-left: 1px solid black;
    padding-left: 8px;
  }
}

@media (min-width: 1100px) {
  #eightTen .single .below .copy {
    padding: 20px 33px 0;
  }
  #eightTen .single .below .copy .title,
  #eightTen .single .below .copy .price {
    letter-spacing: 1px;
  }
}

@media (min-width: 1280px) {
  #eightTen .single .below .copy .title {
    font-size: 15px;
  }
  #eightTen .single .below .copy .ctas {
    font-size: 13px;
  }
}

@font-face {
  font-family: 'UniqloLight';
  src: url("/us/etc/designs/uniqlo/fonts/UniqloLight.ttf");
  src: url("/us/etc/designs/uniqlo/fonts/uniqlolight-webfont.ttf");
  src: url("/us/etc/designs/uniqlo/fonts/uniqlolight-webfont.eot");
  src: url("/us/etc/designs/uniqlo/fonts/uniqlolight-webfont.eot?#iefix") format("embedded-opentype"), url("/us/etc/designs/uniqlo/fonts/uniqlolight-webfont.woff") format("woff"), url("/us/etc/designs/uniqlo/fonts/uniqlolight-webfont.ttf") format("truetype"), url("/us/etc/designs/uniqlo/fonts/uniqlolight-webfont.svg#uniqlolight-webfont.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "UniqloBold";
  src: url("//www.uniqlo.com/us/etc/designs/uniqlo/fonts/uniqlobold-webfont.eot");
  src: url("//www.uniqlo.com/us/etc/designs/uniqlo/fonts/uniqlobold-webfont.eot?#iefix") format("embedded-opentype"), url("//www.uniqlo.com/us/etc/designs/uniqlo/fonts/uniqlobold-webfont.woff") format("woff"), url("//www.uniqlo.com/us/etc/designs/uniqlo/fonts/uniqlobold-webfont.ttf") format("truetype"), url("//www.uniqlo.com/us/etc/designs/uniqlo/fonts/uniqlobold-webfont.svg#UniqloBoldRegular") format("svg");
}

@font-face {
  font-family: "DIN Next W01 Light";
  src: url("//www.uniqlo.com/us/etc/designs/uniqlo/fonts/3e0b2cd7-9657-438b-b4af-e04122e8f1f7.eot");
  src: url("//www.uniqlo.com/us/etc/designs/uniqlo/fonts/3e0b2cd7-9657-438b-b4af-e04122e8f1f7.eot?#iefix") format("embedded-opentype"), url("//www.uniqlo.com/us/etc/designs/uniqlo/fonts/bc176270-17fa-4c78-a343-9fe52824e501.woff") format("woff"), url("//www.uniqlo.com/us/etc/designs/uniqlo/fonts/3516f91d-ac48-42cd-acfe-1be691152cc4.ttf") format("truetype"), url("//www.uniqlo.com/us/etc/designs/uniqlo/fonts/d1b1e866-a411-42ba-8f75-72bf28e23694.svg#d1b1e866-a411-42ba-8f75-72bf28e23694") format("svg");
}

/* ————————————————————————————————————o————————————————————————————————————o General */
#theHomepage {
  margin-top: 30px;
  font-family: 'UniqloLight';
}

#theHomepage section {
  margin-bottom: 30px;
  overflow: hidden;
}

#theHomepage section.banner {
  overflow: hidden;
}

#theHomepage section.noTopMarg {
  margin-top: -30px;
}

#theHomepage section.noBotMarg {
  margin-bottom: 0;
}

#theHomepage img.fullWidth {
  width: 100%;
  display: block;
}

#theHomepage .zero {
  width: 100%;
}

#theHomepage .colorRed {
  color: red;
}

.c2 .unblocked-promos-component,
.c3 .unblocked-promos-component,
.c4 .unblocked-promos-component {
  height: 408px;
}

.c2 .unblocked-promos-component .textHolder,
.c3 .unblocked-promos-component .textHolder,
.c4 .unblocked-promos-component .textHolder {
  border-top: 1px solid #e7e7e7;
}

/* ————————————————————————————————————o————————————————————————————————————o Video */
#zeroMovie {
  position: relative;
  width: 100%;
}

#zeroMovie video {
  width: 100%;
}

#zeroMovie video .video-js {
  width: 100%;
}

#zeroMovie .movOver {
  position: absolute;
  top: 60px;
  left: 50%;
  margin-left: -321px;
}

#zeroMovie .movOver .template {
  position: absolute;
  display: none;
}

#zeroMovie .movOver .movHeader {
  position: absolute;
  overflow: hidden;
  width: 645px;
  color: #00aeef;
}

#zeroMovie .movOver .movHeader .logo {
  position: absolute;
  width: 225px;
  float: left;
}

#zeroMovie .movOver .movHeader .copy {
  float: right;
  padding-top: 16px;
}

#zeroMovie .movOver .movHeader .copy .headline {
  float: right;
  font-size: 19px;
  letter-spacing: 1.1px;
}

#zeroMovie .movOver .movHeader .copy .prices {
  padding-top: 33px;
  font-size: 21px;
  font-family: "UniqloLight",helvetica,arial,sans-serif;
  line-height: 30px;
}

#zeroMovie .movOver .movHeader .copy .prices .now {
  float: left;
  margin: 0 0 18px;
  color: red;
  letter-spacing: 1.5px;
}

#zeroMovie .movOver .movHeader .copy .prices span {
  margin-left: -2px;
  font-family: "UniqloBold",helvetica,arial,sans-serif;
  font-size: 47px;
  letter-spacing: 0;
}

#zeroMovie .movOver .movHeader .copy .prices span .dollarSign {
  font-family: "UniqloLight",helvetica,arial,sans-serif;
}

#zeroMovie .movOver .movHeader .copy .prices .reg {
  float: right;
  padding: 9px 6px 0 0;
  letter-spacing: 1.5px;
}

#zeroMovie .movOver .movCTAs {
  width: 638px;
  margin-top: 105px;
}

#zeroMovie .movOver .movCTAs .outter {
  width: 49%;
  height: 45px !important;
  color: #00AEEF;
  text-align: center;
  line-height: 45px;
  border: 1px solid #00AEEF;
}

#zeroMovie .movOver .movCTAs .outter.lefty {
  float: left;
}

#zeroMovie .movOver .movCTAs .outter.righty {
  float: right;
}

#zeroMovie .movOver .movCTAs .outter:hover {
  color: white;
  border: 1px solid white;
  background: transparent;
}

/* ————————————————————————————————————o————————————————————————————————————o Search */
/* ————————————————————————————————————o————————————————————————————————————o Legacy */
.dev-env .uq-wrapper {
  padding: 0;
}

.promos-component.unblocked-promos-component .textBox p {
  font-family: "DIN Next W01 Light", helvetica, arial, sans-serif !important;
}

.c3 .unblocked-promos-component {
  border-bottom: 1px solid #E7E7E7;
}

.c3 .unblocked-promos-component .product-overview {
  height: 100px;
}

#overlayContent {
  z-index: 10002 !important;
}

#overlayHTML {
  z-index: 10001 !important;
}

#emOv-forming.harvester-section {
  overflow: visible;
}

section#emOv-welcome-section {
  overflow: visible;
}

/* —————————————————————————————————————————o—————————————————————————————————————————o Email Lightbox */
#overlayHTML {
  margin-left: -24px;
}

#overlayContent {
  width: 600px !important;
}

#emOv-container {
  width: 600px;
  height: 545px;
  background: #fff;
}

#emOv-stroke {
  position: relative;
  top: 10px;
  height: 515px;
  margin: 10px;
  border: 6px solid red;
}

#emOv-signupClose {
  position: absolute;
  right: -4px;
  height: 19px !important;
  width: 23px !important;
  font-family: UniqloBoldRegular;
  font-size: 25px;
  color: #fff;
  line-height: 8px;
  text-align: center;
  text-decoration: none;
  background-color: red;
}

#emOv-logo {
  position: absolute;
  left: 237px;
  top: 39px;
}

#emOv-welcome-section {
  position: relative;
  top: 105px;
}

#emOv-sign-up {
  position: relative;
  width: 210px;
  margin: 0 auto !important;
  font-family: UniqloBoldRegular, helvetica, arial, sans-serif;
  font-size: 62px;
  color: red;
  text-align: center;
}

#emOv-perks {
  position: relative;
  top: -13px;
  width: 410px;
  margin: 0 auto !important;
  text-align: center;
  font-family: UniqloBoldRegular, helvetica, arial, sans-serif;
  font-size: 50px;
  color: #000;
}

#emOv-hr-signUp {
  position: relative;
  top: 0;
  width: 405px;
  border-top: 1px solid red;
}

#emOv-treat {
  position: relative;
  top: 18px;
  width: 410px;
  margin: 0 auto !important;
  text-align: center;
  font-family: UniqloBoldRegular, helvetica, arial, sans-serif;
  font-size: 23px;
  letter-spacing: 1px;
  line-height: 26px;
  color: red;
  /*display: none;*/
  top: 30px;
}

#emOv-treat span {
  font-size: 21px;
  color: #000;
}

#emOv-forming {
  margin-top: 50px;
  margin-left: 67px;
  /*margin-top: 40px;*/
  margin-left: 0px;
}

#emOv-forming.harvester-section {
  position: relative;
  top: 125px;
  margin: 0;
}

#emOv-errormessage {
  width: 450px;
  margin: 0 auto;
  text-align: center;
  top: -25px;
  position: absolute;
}

#emOv-group-lightbox {
  width: 415px;
  margin: auto;
  margin-top: 50px;
}

#emOv-fieldset {
  top: 330px;
  border: none;
}

#emOv-textbox {
  width: 264px;
  height: 29px;
  padding: 5px 0 3px 12px;
  font-size: 17px;
  font-family: UniqloRegularRegular, 'DIN Next W01 Bold', helvetica, arial, sans-serif;
  color: #000;
  border: 3px solid red;
  background: 0 0;
}

::-webkit-input-placeholder {
  font-family: UniqloRegularRegular;
  color: #000;
}

:-moz-placeholder {
  font-family: UniqloRegularRegular;
  color: #000;
}

::-moz-placeholder {
  font-family: UniqloRegularRegular;
  color: #000;
}

:-ms-input-placeholder {
  font-family: UniqloRegularRegular;
  color: #000;
}

#emOv-submit {
  position: relative;
  top: -1px;
  width: 114px;
  height: 43px;
  margin-left: 6px;
  padding-top: 5px;
  font-family: UniqloRegularRegular, 'DIN Next W01 Bold', helvetica, arial, sans-serif;
  font-size: 15px;
  letter-spacing: 1px;
  color: #fff;
  background-color: red;
  border: none;
}

#emOv-disclaimer {
  width: 404px;
  margin-left: 15px;
  margin-top: 15px;
  font-family: UniqloRegularRegular, 'DIN Next W01 Bold', helvetica, arial, sans-serif;
  font-size: 11px;
  line-height: 12px;
  color: red;
  text-align: center;
  width: 450px;
  margin: 20px auto 0;
}

section#emOv-welcome-section {
  position: static;
  margin-top: 100px;
}

#emOv-sign-up {
  width: 250px;
  padding-bottom: 0;
}

#emOv-perks {
  position: static;
  width: 400px;
  padding-bottom: 5px;
}

#emOv-treat {
  position: static;
  width: 500px;
  padding-top: 15px;
}

#emOv-forming.harvester-section {
  position: static;
  margin-top: -20px;
}