/* used in conjunction with focusManager.js */
body.jl-focusmanager-hide :focus {
  outline: none; }

body:not([data-jl-focusmanager-active]) :focus,
body[data-jl-focusmanager-active].jl-focusmanager-show :focus {
  outline: 3px solid #5ba5ff;
  outline-offset: 2px; }

@keyframes jl-loading-spinner {
  from {
    transform: rotate(360deg); }
  to {
    transform: rotate(0); } }

@keyframes jl-fade-in {
  0% {
    opacity: 0; }
  33% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes jl-shake {
  10%,
  90% {
    transform: translate3d(-1px, 0, 0); }
  20%,
  80% {
    transform: translate3d(2px, 0, 0); }
  30%,
  50%,
  70% {
    transform: translate3d(-4px, 0, 0); }
  40%,
  60% {
    transform: translate3d(4px, 0, 0); } }

@font-face {
  font-family: 'GillSansforJL';
  src: url(/fashion-ui/_next/static/fonts/054e47ce8629594cca39ea5d348c2aad.eot);
  /* IE9 Compat Modes */
  src: url(/fashion-ui/_next/static/fonts/054e47ce8629594cca39ea5d348c2aad.eot?#iefix) format("embedded-opentype"), url(/fashion-ui/_next/static/fonts/37fb45dce4d720485681d85307518d9e.woff2) format("woff2"), url(/fashion-ui/_next/static/fonts/f025c20a9d6c79ae522ce7fb7fc19ceb.woff) format("woff"), url(/fashion-ui/_next/static/fonts/1656cd72d9f4852d25b4f9e1b107f63a.ttf) format("truetype"), url(/fashion-ui/_next/static/images/633c57738bd925ce0788085ecd46fdef.svg#jlicons) format("svg");
  /* Legacy iOS */
  font-weight: 200;
  font-style: normal; }

@font-face {
  font-family: 'GillSansforJL';
  src: url(/fashion-ui/_next/static/fonts/d02a85c83c250a58f2c989586dd5420f.eot);
  /* IE9 Compat Modes */
  src: url(/fashion-ui/_next/static/fonts/d02a85c83c250a58f2c989586dd5420f.eot?#iefix) format("embedded-opentype"), url(/fashion-ui/_next/static/fonts/ae5bec32cc35391070dbbd015de5af60.woff2) format("woff2"), url(/fashion-ui/_next/static/fonts/ed631c69e280bdf433fdd52d0444f684.woff) format("woff"), url(/fashion-ui/_next/static/fonts/6ccb0d82dcff1dcc86a6c4efedba3daf.ttf) format("truetype"), url(/fashion-ui/_next/static/images/fa074d4633004339d44609b388700702.svg#jlicons) format("svg");
  /* Legacy iOS */
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'GillSansforJL';
  src: url(/fashion-ui/_next/static/fonts/4505c21a8b143941bab244636d4b5670.eot);
  /* IE9 Compat Modes */
  src: url(/fashion-ui/_next/static/fonts/4505c21a8b143941bab244636d4b5670.eot?#iefix) format("embedded-opentype"), url(/fashion-ui/_next/static/fonts/c2aa48454b37eb65d1d04c29bfc17029.woff2) format("woff2"), url(/fashion-ui/_next/static/fonts/e4ec830c02285482b9423fdd60fc25c2.woff) format("woff"), url(/fashion-ui/_next/static/fonts/aafd82ee24545d030c538d0d1c6f7960.ttf) format("truetype"), url(/fashion-ui/_next/static/images/258d75a96d3b5d4690de1583b8f39bad.svg#jlicons) format("svg");
  /* Legacy iOS */
  font-weight: 600;
  font-style: normal; }

*,
:after,
:before {
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box; }

body {
  margin: 0;
  color: #141414;
  font-size: 16px;
  font-weight: 200;
  line-height: 24px;
  font-family: GillSansforJL, Gill Sans, Gill Sans MT, GillSansMTStd-Medium, Avenir, Corbel, Arial, Helvetica, sans-serif; }

a {
  color: #141414; }

.fashionApp--2GILR main {
  max-width: 100%;
  overflow: hidden;
  margin-bottom: -1px;
  padding: 16px; }
  @media only screen and (min-width: 569px) and (max-width: 960px) {
    .fashionApp--2GILR main {
      margin-top: 16px;
      padding: 0 16px 16px; } }
  @media only screen and (min-width: 769px) {
    .fashionApp--2GILR main {
      padding: 0 16px 0 16px; } }
  @media only screen and (min-width: 1025px) {
    .fashionApp--2GILR main {
      padding: 0; } }

button {
  font-family: GillSansforJL, Gill Sans, Gill Sans MT, GillSansMTStd-Medium, Avenir, Corbel, Arial, Helvetica, sans-serif; }

.container--2py_l {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-left: -8px;
  margin-right: -8px;
  margin: 0; }
  @media only screen and (min-width: 768px) {
    .container--2py_l {
      margin-left: -12px;
      margin-right: -12px; } }
  @media only screen and (min-width: 569px) and (max-width: 768px) {
    .container--2py_l {
      margin: 0; } }
  @media only screen and (min-width: 769px) and (max-width: 1024px) {
    .container--2py_l {
      margin: 0 -15px; } }

.row--1VER6 {
  display: flex;
  flex-direction: column;
  margin: auto;
  max-width: 1200px;
  width: 100%;
  margin-bottom: 24px; }
  @media only screen and (min-width: 769px) {
    .row--1VER6 {
      flex-direction: row;
      margin-bottom: 48px; } }
  @media only screen and (min-width: 1025px) {
    .row--1VER6 {
      max-width: 1254px;
      padding: 0 27px 0; } }

.rowStackedItems--2OTmj {
  display: flex;
  flex-direction: column;
  margin: auto;
  max-width: 1200px;
  width: 100%; }

.columnWide--88PJd {
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 16px);
  margin-left: 8px;
  margin-right: 8px;
  margin-left: 0px; }
  @media only screen and (min-width: 768px) {
    .columnWide--88PJd {
      width: calc(100% - 24px);
      margin-left: 12px;
      margin-right: 12px; } }
  @media only screen and (min-width: 769px) {
    .columnWide--88PJd {
      flex-grow: 0;
      flex-shrink: 0;
      width: calc(66.66667% - 16px);
      margin-left: 8px;
      margin-right: 8px; } }
  @media only screen and (min-width: 769px) and (min-width: 768px) {
    .columnWide--88PJd {
      width: calc(66.66667% - 24px);
      margin-left: 12px;
      margin-right: 12px; } }
  @media only screen and (min-width: 1025px) {
    .columnWide--88PJd {
      width: calc(66.66667% - 16px);
      margin-right: 12px;
      margin-left: 0 !important; } }

.columnNarrow--1Rbzz {
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(100% - 16px);
  margin-left: 8px;
  margin-right: 8px;
  width: 100%;
  padding: 0;
  margin: 0; }
  @media only screen and (min-width: 768px) {
    .columnNarrow--1Rbzz {
      width: calc(100% - 24px);
      margin-left: 12px;
      margin-right: 12px; } }
  @media only screen and (min-width: 569px) and (max-width: 768px) {
    .columnNarrow--1Rbzz {
      margin: 0;
      width: 100%; } }
  @media only screen and (min-width: 769px) {
    .columnNarrow--1Rbzz {
      flex-grow: 0;
      flex-shrink: 0;
      width: calc(33.33333% - 16px);
      margin-left: 8px;
      margin-right: 8px;
      padding: 0 0 16px;
      margin-right: 0 !important; } }
  @media only screen and (min-width: 769px) and (min-width: 768px) {
    .columnNarrow--1Rbzz {
      width: calc(33.33333% - 24px);
      margin-left: 12px;
      margin-right: 12px; } }
  @media only screen and (min-width: 1025px) {
    .columnNarrow--1Rbzz {
      width: calc(32.75% - 4px);
      padding-left: 30px !important;
      margin: 0 !important; } }

.breadCrumb--1klSA {
  display: none;
  margin: 0 auto;
  padding: 0;
  max-width: 1200px; }
  @media only screen and (min-width: 769px) {
    .breadCrumb--1klSA {
      display: flex; } }

.h2PDP--1ifW- {
  color: #141414;
  margin-top: 0;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1.07px;
  line-height: 20px;
  text-transform: uppercase;
  text-align: center;
  font-size: 16px !important;
  padding: 32px 0 0; }
  @media only screen and (min-width: 569px) {
    .h2PDP--1ifW- {
      margin-top: 54px;
      padding: 16px 0 0; } }

#fashion-app-root .slick-dots li,
#fashion-app-root .slick-dots li button,
#fashion-app-root .slick-dots li button:before {
  width: 30px;
  height: 2px;
}

#fashion-app-root .slick-dots li button:before {
  content: '';
  background: black;
}

#fashion-app-root .slick-dots {
  bottom: 0;
  float: left;
  text-align: center;
  position: inherit;
}

#fashion-app-root .withVideo {
  width: 55%;
  position: static;
  text-align: left;
  margin: 16px 0 0 16px;
}

#fashion-app-root .slick-prev,
#fashion-app-root .slick-next {
  background: #fff
    url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDgiIGhlaWdodD0iNDgiIHZpZXdCb3g9IjAgMCA0OCA0OCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48dGl0bGU+NDgvcHJldmlvdXMtbGFyZ2U8L3RpdGxlPjxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPjxwYXRoIGQ9Ik0xMCAyNC41MTR2LTEuMDI4TDI1LjMyMyA2Ljc0Yy4zNzQtLjQxLjk4NC0uNDI1IDEuMzczLS4wMjRsMS4xMDggMS4xNGMuMzg0LjM5NS4zOTMgMS4wMzguMDE2IDEuNDRMMTQgMjRsMTMuODIgMTQuNzA1Yy4zNzYuNC4zNzMgMS4wNC0uMDE2IDEuNDRsLTEuMTA4IDEuMTRjLS4zODQuMzk0LTEgLjM4LTEuMzczLS4wMjVMMTAgMjQuNTE0eiIgZmlsbD0iIzk5OSIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+');
  width: 32px;
  height: 32px;
  z-index: 1;
}

#fashion-app-root .slick-prev,
#fashion-app-root .slick-prev:hover,
#fashion-app-root .slick-prev:focus {
  background: #fff 12px 11px
    url("data:image/svg+xml, %3Csvg width='6' height='10' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 9.333L5.294 10 0 5l5.294-5L6 .667 1.412 5z'/%3E%3C/svg%3E")
    no-repeat;
  left: 0;
}

#fashion-app-root .slick-next,
#fashion-app-root .slick-next:hover,
#fashion-app-root .slick-next:focus {
  background: #fff 15px 11px
    url("data:image/svg+xml,%0A%3Csvg width='6' height='10' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 .667L.706 0 6 5 .706 10 0 9.333 4.588 5z'/%3E%3C/svg%3E")
    no-repeat;
  right: 0;
}

#fashion-app-root .slick-prev:before,
#fashion-app-root .slick-next:before {
  display: none;
}

#fashion-app-root jl-recommendations-panel .slick-slider {
  margin: 0 auto;
}

#fashion-app-root .slick-slider {
  margin: 0;
}

#fashion-app-root [data-test='rr-carousel-desktop'] .slick-dots,
#fashion-app-root [data-test='rr-carousel-mobile'] .slick-dots {
  width: 100%;
  text-align: center;
}

#fashion-app-root [data-test='rr-carousel-desktop'] .slick-next,
#fashion-app-root [data-test='rr-carousel-desktop'] .slick-prev,
#fashion-app-root [data-test='rr-carousel-mobile'] .slick-next,
#fashion-app-root [data-test='rr-carousel-mobile'] .slick-prev {
  top: 35%;
}

#fashion-app-root [data-test='rr-carousel-desktop'] .slick-prev,
#fashion-app-root [data-test='rr-carousel-desktop'] .slick-prev:hover,
#fashion-app-root [data-test='rr-carousel-desktop'] .slick-prev:focus,
#fashion-app-root [data-test='rr-carousel-mobile'] .slick-prev,
#fashion-app-root [data-test='rr-carousel-mobile'] .slick-prev:hover,
#fashion-app-root [data-test='rr-carousel-mobile'] .slick-prev:focus {
  left: 10px;
}

#fashion-app-root [data-test='rr-carousel-desktop'] .slick-next,
#fashion-app-root [data-test='rr-carousel-desktop'] .slick-next:hover,
#fashion-app-root [data-test='rr-carousel-desktop'] .slick-next:focus,
#fashion-app-root [data-test='rr-carousel-mobile'] .slick-next,
#fashion-app-root [data-test='rr-carousel-mobile'] .slick-next:hover,
#fashion-app-root [data-test='rr-carousel-mobile'] .slick-next:focus {
  right: 10px;
}

@media only screen and (max-width: 568px) {
  #fashion-app-root .slick-dots {
    margin-top: 6px;
  }
}

/* Bazaar Voice overrides */
#BVRRContainer {
  border: none;
  margin: 0;
  margin-bottom: 42px;
}

@media only screen and (max-width: 768px) {
  #BVRRContainer {
    border: none;
    margin: 0;
    margin-bottom: 16px;
  }
}

#BVRRContentContainerID {
  padding-top: 0;
}

.BVRRDisplayContentNoReviews {
  text-align: center;
}

#fashion-app-root [open] {
  padding-bottom: 16px;
}

jl-recommendations-panel {
  display: block;
  padding-top: 16px;
}

jl-recommendations-panel, .rich-relevance-esi-container .rich-relevance .rich-relevance-container {
  border-top: none;
  border-bottom: 1px solid #d8d8d8;
  margin-bottom: 0;
  padding-bottom: 24px;
}

@media only screen and (min-width: 1025px) {
  jl-recommendations-panel, .rich-relevance-esi-container .rich-relevance .rich-relevance-container {
    padding-top: 42px;
  }
}

.rich-relevance-esi-container .swiper-wrapper {
  margin-top: 0;
}

/* used in conjunction with focusManager.js */
body.jl-focusmanager-hide :focus {
  outline: none; }

body:not([data-jl-focusmanager-active]) :focus,
body[data-jl-focusmanager-active].jl-focusmanager-show :focus {
  outline: 3px solid #5ba5ff;
  outline-offset: 2px; }

@keyframes jl-loading-spinner {
  from {
    transform: rotate(360deg); }
  to {
    transform: rotate(0); } }

@keyframes jl-fade-in {
  0% {
    opacity: 0; }
  33% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes jl-shake {
  10%,
  90% {
    transform: translate3d(-1px, 0, 0); }
  20%,
  80% {
    transform: translate3d(2px, 0, 0); }
  30%,
  50%,
  70% {
    transform: translate3d(-4px, 0, 0); }
  40%,
  60% {
    transform: translate3d(4px, 0, 0); } }

.productImagesContainer--2eVGP {
  display: none; }
  @media only screen and (min-width: 769px) {
    .productImagesContainer--2eVGP {
      display: block; } }

.singleImage--3HXaW {
  display: block; }

.odd--3vCw7 {
  display: flex;
  flex-flow: wrap;
  margin-left: -12px;
  margin-right: -12px; }
  @media only screen and (min-width: 769px) and (max-width: 1024px) {
    .odd--3vCw7 {
      margin-left: -6px;
      margin-right: -6px; } }
  .odd--3vCw7 > div {
    flex: 0 0 33.333%; }
    .odd--3vCw7 > div > div {
      margin-left: 12px;
      margin-right: 12px; }
      @media only screen and (min-width: 769px) and (max-width: 1024px) {
        .odd--3vCw7 > div > div {
          margin-left: 6px;
          margin-right: 6px; } }

.even--2uPh7 {
  display: flex;
  flex-flow: wrap; }
  .even--2uPh7 > div {
    flex: 0 0 50%; }
    .even--2uPh7 > div:nth-of-type(even) > div {
      margin-left: 12px; }
      @media only screen and (min-width: 769px) and (max-width: 1024px) {
        .even--2uPh7 > div:nth-of-type(even) > div {
          margin-left: 6px; } }
    .even--2uPh7 > div:nth-of-type(odd) > div {
      margin-right: 12px; }
      @media only screen and (min-width: 769px) and (max-width: 1024px) {
        .even--2uPh7 > div:nth-of-type(odd) > div {
          margin-right: 6px; } }

.hovertext--Vj3qD {
  display: none;
  width: 50px;
  text-align: center; }
  @media only screen and (min-width: 769px) and (max-width: 1024px) {
    .hovertext--Vj3qD {
      display: hidden; } }

/* used in conjunction with focusManager.js */
body.jl-focusmanager-hide :focus {
  outline: none; }

body:not([data-jl-focusmanager-active]) :focus,
body[data-jl-focusmanager-active].jl-focusmanager-show :focus {
  outline: 3px solid #5ba5ff;
  outline-offset: 2px; }

@keyframes jl-loading-spinner {
  from {
    transform: rotate(360deg); }
  to {
    transform: rotate(0); } }

@keyframes jl-fade-in {
  0% {
    opacity: 0; }
  33% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes jl-shake {
  10%,
  90% {
    transform: translate3d(-1px, 0, 0); }
  20%,
  80% {
    transform: translate3d(2px, 0, 0); }
  30%,
  50%,
  70% {
    transform: translate3d(-4px, 0, 0); }
  40%,
  60% {
    transform: translate3d(4px, 0, 0); } }

.productImageContainer--2amog {
  position: relative; }
  .productImageContainer--2amog:after {
    content: '';
    display: block;
    width: 32px;
    height: 32px;
    background: white no-repeat 4px 4px url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cpath stroke='%23000' stroke-width='.1' d='M17.402 17.696L21 21.294l-.71.709-3.656-3.657a8.524 8.524 0 1 1 .768-.65zm-5.878 1.349a7.521 7.521 0 1 0 0-15.042 7.521 7.521 0 0 0 0 15.042zM12 11h4v1h-4v4h-1v-4H7v-1h4V7h1v4z'/%3E%3C/svg%3E");
    bottom: 0;
    right: 0;
    position: absolute; }
    @media only screen and (min-width: 769px) {
      .productImageContainer--2amog:after {
        display: none; } }

.img--19kwc {
  display: block;
  margin-bottom: 24px;
  width: 100%; }
  @media only screen and (min-width: 769px) and (max-width: 1024px) {
    .img--19kwc {
      margin-bottom: 12px; } }

/* used in conjunction with focusManager.js */
body.jl-focusmanager-hide :focus {
  outline: none; }

body:not([data-jl-focusmanager-active]) :focus,
body[data-jl-focusmanager-active].jl-focusmanager-show :focus {
  outline: 3px solid #5ba5ff;
  outline-offset: 2px; }

@keyframes jl-loading-spinner {
  from {
    transform: rotate(360deg); }
  to {
    transform: rotate(0); } }

@keyframes jl-fade-in {
  0% {
    opacity: 0; }
  33% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes jl-shake {
  10%,
  90% {
    transform: translate3d(-1px, 0, 0); }
  20%,
  80% {
    transform: translate3d(2px, 0, 0); }
  30%,
  50%,
  70% {
    transform: translate3d(-4px, 0, 0); }
  40%,
  60% {
    transform: translate3d(4px, 0, 0); } }

.priceAndRatings--33DYg {
  display: flex;
  justify-content: space-between; }
  @media only screen and (min-width: 769px) {
    .priceAndRatings--33DYg {
      flex-direction: column; } }
  @media only screen and (min-width: 1025px) {
    .priceAndRatings--33DYg {
      flex-direction: row; } }
  .priceAndRatings--33DYg p {
    flex-basis: 70%; }

.nonPromoMessage--1_T2I {
  color: #141414;
  margin-top: 0;
  font-size: 16px;
  font-weight: 200;
  letter-spacing: normal;
  line-height: 20px;
  color: #6b6b6b;
  margin-bottom: 12px; }

.displaySpecialOffer--31QM- {
  color: #141414;
  margin-top: 0;
  font-size: 16px;
  font-weight: 200;
  letter-spacing: normal;
  line-height: 20px;
  color: #ed003c;
  font-size: 18px; }

.displaySpecialOffer_link--3ncps {
  color: #141414;
  margin-top: 0;
  font-size: 16px;
  font-weight: 200;
  letter-spacing: normal;
  line-height: 20px;
  color: #ed003c;
  font-size: 18px;
  cursor: pointer; }

.delivery--5dNBh {
  border-top: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
  display: flex;
  justify-content: space-between;
  margin-bottom: 32px;
  min-height: 56px; }
  .delivery--5dNBh .c-button--underlined--3HPrE {
    text-align: right; }

.emailMeLink--KMiDD {
  color: #000;
  display: block;
  text-align: center;
  font-weight: bold; }

.attributes--39M_i {
  display: none; }
  @media only screen and (min-width: 769px) {
    .attributes--39M_i {
      display: inline; } }

.section--PX9YD {
  display: none; }
  @media only screen and (min-width: 769px) {
    .section--PX9YD {
      display: block;
      width: 100%;
      height: 100%;
      position: relative; } }

/* used in conjunction with focusManager.js */
body.jl-focusmanager-hide :focus {
  outline: none; }

body:not([data-jl-focusmanager-active]) :focus,
body[data-jl-focusmanager-active].jl-focusmanager-show :focus {
  outline: 3px solid #5ba5ff;
  outline-offset: 2px; }

@keyframes jl-loading-spinner {
  from {
    transform: rotate(360deg); }
  to {
    transform: rotate(0); } }

@keyframes jl-fade-in {
  0% {
    opacity: 0; }
  33% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes jl-shake {
  10%,
  90% {
    transform: translate3d(-1px, 0, 0); }
  20%,
  80% {
    transform: translate3d(2px, 0, 0); }
  30%,
  50%,
  70% {
    transform: translate3d(-4px, 0, 0); }
  40%,
  60% {
    transform: translate3d(4px, 0, 0); } }

@media only screen and (min-width: 569px) and (max-width: 768px) {
  .colourContainer--R0kRj {
    width: 40%;
    float: right;
    margin-bottom: 7px; } }

.colourContainer--R0kRj .coloursRow--3Yt2F:first-of-type ~ .coloursRow--3Yt2F {
  display: none; }
  .colourContainer--R0kRj .coloursRow--3Yt2F:first-of-type ~ .coloursRow--3Yt2F:nth-of-type(2) {
    display: flex; }

@media only screen and (min-width: 569px) and (max-width: 768px) {
  .colourContainer__open--dvUtX {
    width: 40%;
    float: right;
    margin-bottom: 7px; } }

.colourContainer__open--dvUtX .coloursRow--3Yt2F:first-of-type ~ .coloursRow--3Yt2F {
  display: flex; }
  .colourContainer__open--dvUtX .coloursRow--3Yt2F:first-of-type ~ .coloursRow--3Yt2F:nth-of-type(2) {
    display: flex; }

@media only screen and (min-width: 1025px) {
  .mobileColors--2eYjn {
    display: none; } }

.mobileColors--2eYjn .color--MNUyP {
  width: 50%; }

.desktopColors--dXske {
  display: none;
  margin-bottom: 16px; }
  @media only screen and (min-width: 1025px) {
    .desktopColors--dXske {
      display: block; } }

.hidden--3lNkC {
  display: none; }

.coloursRow--3Yt2F {
  clear: right;
  display: flex;
  list-style: none;
  margin-right: -9px;
  overflow: hidden;
  position: relative; }

.color--MNUyP {
  width: 33.333%;
  padding-right: 10px;
  padding-bottom: 10px; }
  .color--MNUyP img {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    margin-right: 10px; }
  .color--MNUyP input {
    position: absolute;
    left: -5000px; }
    .color--MNUyP input:focus ~ label {
      border: 1px solid #6b6b6b; }
    .color--MNUyP input:checked ~ label {
      border: 1px solid #000; }
    .color--MNUyP input.disabled--1d3aL ~ label {
      background: linear-gradient(135deg, #f2f2f2 0%, #f2f2f2 49.6%, #d8d8d8 50%, #f2f2f2 50.4%, #f2f2f2 100%); }

.heading--1k_YW {
  color: #141414;
  margin-top: 0;
  font-size: 16px;
  font-weight: 200;
  letter-spacing: normal;
  line-height: 20px;
  font-weight: 400;
  margin-bottom: 12px; }
  .heading--1k_YW span {
    font-weight: 200; }

.button--oSIIe,
.active--3h4Qj {
  background: #fff;
  border: 1px solid #d8d8d8;
  color: #141414;
  cursor: pointer;
  padding: 15px 11px;
  font-size: 14px;
  font-weight: 200;
  display: flex;
  text-decoration: none; }
  .button--oSIIe:after,
  .active--3h4Qj:after {
    content: attr(data-text); }

.disabled--1d3aL {
  background: linear-gradient(135deg, #f2f2f2 0%, #f2f2f2 49.6%, #d8d8d8 50%, #f2f2f2 50.4%, #f2f2f2 100%);
  cursor: pointer; }

.active--3h4Qj {
  border-color: #000; }

.mobileOpenCloseMessage--2COtx,
.desktopOpenCloseMessage--3Lyn9 {
  cursor: pointer;
  font-size: 14px;
  font-weight: 200;
  font-family: GillSansforJL, Gill Sans, Gill Sans MT, GillSansMTStd-Medium, Avenir, Corbel, Arial, Helvetica, sans-serif;
  background: none;
  border: 0;
  text-align: center;
  display: block;
  width: 100%;
  margin-bottom: -3px;
  margin-top: 7px; }
  .mobileOpenCloseMessage--2COtx span,
  .desktopOpenCloseMessage--3Lyn9 span {
    margin-right: 10px; }
  .mobileOpenCloseMessage--2COtx svg,
  .desktopOpenCloseMessage--3Lyn9 svg {
    position: relative;
    top: 3px; }

@media only screen and (min-width: 1025px) {
  .mobileOpenCloseMessage--2COtx {
    display: none; } }

.desktopOpenCloseMessage--3Lyn9 {
  display: none; }
  @media only screen and (min-width: 769px) {
    .desktopOpenCloseMessage--3Lyn9 {
      display: block; } }

.visuallyHidden--24W5Q {
  position: relative;
  height: auto;
  width: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  white-space: nowrap; }

.color_two_or_less--1WdHd {
  width: 50%;
  padding-right: 10px;
  padding-bottom: 10px; }
  .color_two_or_less--1WdHd img {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    margin-right: 10px; }
  .color_two_or_less--1WdHd input {
    position: absolute;
    left: -5000px; }
    .color_two_or_less--1WdHd input:focus ~ label {
      border: 1px solid #6b6b6b; }
    .color_two_or_less--1WdHd input:checked ~ label {
      border: 1px solid #000; }
    .color_two_or_less--1WdHd input.disabled--1d3aL ~ label {
      background: linear-gradient(135deg, #f2f2f2 0%, #f2f2f2 49.6%, #d8d8d8 50%, #f2f2f2 50.4%, #f2f2f2 100%); }

.small--aGv32, .regular--2m7Bd, .large--3xJa_, .extra-large--P0jUK {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center; }

.small--aGv32 {
  height: 16px;
  width: 16px; }

.regular--2m7Bd {
  height: 32px;
  width: 32px; }

.large--3xJa_ {
  height: 40px;
  width: 40px; }

.extra-large--P0jUK {
  height: 48px;
  width: 48px; }

/* used in conjunction with focusManager.js */
body.jl-focusmanager-hide :focus {
  outline: none; }

body:not([data-jl-focusmanager-active]) :focus,
body[data-jl-focusmanager-active].jl-focusmanager-show :focus {
  outline: 3px solid #5ba5ff;
  outline-offset: 2px; }

@keyframes jl-loading-spinner {
  from {
    transform: rotate(360deg); }
  to {
    transform: rotate(0); } }

@keyframes jl-fade-in {
  0% {
    opacity: 0; }
  33% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes jl-shake {
  10%,
  90% {
    transform: translate3d(-1px, 0, 0); }
  20%,
  80% {
    transform: translate3d(2px, 0, 0); }
  30%,
  50%,
  70% {
    transform: translate3d(-4px, 0, 0); }
  40%,
  60% {
    transform: translate3d(4px, 0, 0); } }

.title--16ZOc {
  color: #141414;
  margin-top: 0;
  font-size: 22px;
  font-weight: 200;
  line-height: 30px;
  letter-spacing: initial;
  text-transform: none;
  margin-top: 0; }
  @media only screen and (min-width: 569px) and (max-width: 768px) {
    .title--16ZOc {
      width: 40%;
      float: right; } }

/* used in conjunction with focusManager.js */
body.jl-focusmanager-hide :focus {
  outline: none; }

body:not([data-jl-focusmanager-active]) :focus,
body[data-jl-focusmanager-active].jl-focusmanager-show :focus {
  outline: 3px solid #5ba5ff;
  outline-offset: 2px; }

@keyframes jl-loading-spinner {
  from {
    transform: rotate(360deg); }
  to {
    transform: rotate(0); } }

@keyframes jl-fade-in {
  0% {
    opacity: 0; }
  33% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes jl-shake {
  10%,
  90% {
    transform: translate3d(-1px, 0, 0); }
  20%,
  80% {
    transform: translate3d(2px, 0, 0); }
  30%,
  50%,
  70% {
    transform: translate3d(-4px, 0, 0); }
  40%,
  60% {
    transform: translate3d(4px, 0, 0); } }

.para--5ZlCo {
  color: #141414;
  margin-top: 0;
  font-size: 16px;
  font-weight: 200;
  letter-spacing: normal;
  line-height: 20px;
  margin-top: -3px;
  font-size: 18px; }

.reduced--1afy9 {
  color: #ed003c; }

.strike--38S8x {
  text-decoration: line-through;
  margin-right: 10px; }

/* used in conjunction with focusManager.js */
body.jl-focusmanager-hide :focus {
  outline: none; }

body:not([data-jl-focusmanager-active]) :focus,
body[data-jl-focusmanager-active].jl-focusmanager-show :focus {
  outline: 3px solid #5ba5ff;
  outline-offset: 2px; }

@keyframes jl-loading-spinner {
  from {
    transform: rotate(360deg); }
  to {
    transform: rotate(0); } }

@keyframes jl-fade-in {
  0% {
    opacity: 0; }
  33% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes jl-shake {
  10%,
  90% {
    transform: translate3d(-1px, 0, 0); }
  20%,
  80% {
    transform: translate3d(2px, 0, 0); }
  30%,
  50%,
  70% {
    transform: translate3d(-4px, 0, 0); }
  40%,
  60% {
    transform: translate3d(4px, 0, 0); } }

.sizesContainer--3anRf {
  margin-top: 22px; }

.list--3XIaM {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 22px -10px 12px 0; }
  @media only screen and (min-width: 569px) and (max-width: 768px) {
    .list--3XIaM {
      margin: 12px -10px 8px 0; } }
  @media only screen and (min-width: 769px) {
    .list--3XIaM {
      margin-top: 16px; } }

.header--1NX5R {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
  margin-bottom: -3px; }

.hidden--ui9Vd {
  display: none; }

.shown--1GG1g {
  display: block; }
  @media only screen and (min-width: 569px) and (max-width: 768px) {
    .shown--1GG1g {
      width: 40%;
      float: right;
      clear: right; } }

.heading--1Ceny,
.error--2WXtB {
  color: #141414;
  margin-top: 0;
  font-size: 16px;
  font-weight: 200;
  letter-spacing: normal;
  line-height: 20px;
  font-weight: 400;
  margin-bottom: 0; }
  .heading--1Ceny span,
  .error--2WXtB span {
    font-weight: 200; }

.item--EzEuW {
  width: 25%;
  padding: 0 10px 10px 0;
  min-width: 60px; }

@media only screen and (min-width: 769px) {
  .twoButtons--IDsHB .item--EzEuW {
    width: 50%; } }

@media only screen and (min-width: 769px) {
  .threeButtons--1KjrJ .item--EzEuW {
    width: 33.333%; } }

@media only screen and (min-width: 769px) {
  .fourButtons--tar7- .item--EzEuW {
    width: 25%; } }

.error--2WXtB {
  color: #ed003c; }

.size--VV2QQ input {
  position: absolute;
  left: -5000px; }
  .size--VV2QQ input:checked ~ label, .size--VV2QQ input:focus ~ label {
    border: 1px solid #000; }
  .size--VV2QQ input.disabled--3I2za ~ label {
    background: linear-gradient(135deg, #f2f2f2 0%, #f2f2f2 49.6%, #d8d8d8 50%, #f2f2f2 50.4%, #f2f2f2 100%); }

.active--2kK8O {
  background: #fff;
  border: 1px solid #000;
  cursor: pointer;
  font-size: 14px;
  font-weight: 200;
  padding: 15px 5px;
  display: block;
  text-align: center;
  word-wrap: break-word; }

.button--ON86i {
  background: #fff;
  border: 1px solid #d8d8d8;
  cursor: pointer;
  font-size: 14px;
  font-weight: 200;
  padding: 15px 5px;
  display: block;
  text-align: center;
  word-wrap: break-word; }

.li--2_dcm {
  margin: 0; }

.c-button--2FzGS {
  background-color: transparent;
  border: none;
  color: #141414;
  cursor: pointer;
  display: inline-block;
  font-family: inherit;
  font-size: 16px;
  font-weight: 400;
  padding: 0;
  position: relative;
  text-align: center;
  text-decoration: none; }
  .c-button--primary--1ljA6, .c-button--secondary--13wD4 {
    height: 48px;
    line-height: 48px;
    margin-bottom: 16px;
    min-width: 80px;
    padding: 0 24px;
    width: 100%; }
    .c-button--primary--1ljA6.c-button--disabled--2E5AT, .c-button--secondary--13wD4.c-button--disabled--2E5AT {
      cursor: default;
      opacity: 0.23; }
  .c-button--inline--1i6B6 {
    width: auto; }
    .c-button--inline--1i6B6 + .c-button--inline--1i6B6 {
      margin-left: 16px; }
  .c-button--small--2Fq_w {
    height: 32px;
    line-height: 32px;
    min-width: 64px;
    padding: 0 16px;
    width: auto; }
  .c-button--submitting--2Wd4U {
    overflow: hidden;
    text-indent: 200%; }
    .c-button--submitting--2Wd4U:after {
      content: '';
      display: inline-block;
      border-color: #fff;
      border-width: 1px;
      border-radius: 50%;
      border-style: solid;
      border-left-color: transparent !important;
      height: 16px;
      width: 16px;
      position: absolute;
      left: 50%;
      top: 50%;
      margin-left: -8px;
      margin-top: -8px; }
      .c-button--submitting--2Wd4U:after {
        animation: jl-loading-spinner 1s linear reverse infinite, jl-fade-in 1s linear; }
  .c-button--primary--1ljA6 {
    background-color: #000;
    color: #fff;
    transition: background-color 0.2s ease-in; }
    .c-button--primary--1ljA6:hover {
      background-color: #6b6b6b; }
    .c-button--primary--1ljA6:active {
      transition-duration: 0s;
      background-color: #6b6b6b; }
    .c-button--primary--1ljA6.jl-ui-kit-touched:hover {
      background-color: #000; }
    .c-button--primary--1ljA6.jl-ui-kit-touched:active {
      transition-duration: 0s;
      background-color: #000; }
    .c-button--primary--1ljA6.c-button--disabled--2E5AT:hover, .c-button--primary--1ljA6.c-button--disabled--2E5AT:active {
      background-color: #000; }
    .c-button--primary--1ljA6.c-button--inverted--2fo4l {
      background-color: #fff;
      color: #141414; }
      .c-button--primary--1ljA6.c-button--inverted--2fo4l:hover {
        background-color: #d8d8d8; }
      .c-button--primary--1ljA6.c-button--inverted--2fo4l:active {
        transition-duration: 0s;
        background-color: #d8d8d8; }
      .c-button--primary--1ljA6.c-button--inverted--2fo4l.jl-ui-kit-touched:hover {
        background-color: #fff; }
      .c-button--primary--1ljA6.c-button--inverted--2fo4l.jl-ui-kit-touched:active {
        transition-duration: 0s;
        background-color: #fff; }
  .c-button--secondary--13wD4 {
    border: 1px solid #000;
    transition: border-color 0.2s ease-in; }
    .c-button--secondary--13wD4 svg {
      margin-right: 8px; }
    .c-button--secondary--13wD4:hover {
      border-color: #d8d8d8; }
    .c-button--secondary--13wD4:active {
      transition-duration: 0s;
      border-color: #d8d8d8; }
    .c-button--secondary--13wD4.jl-ui-kit-touched:hover {
      border-color: #000; }
    .c-button--secondary--13wD4.jl-ui-kit-touched:active {
      transition-duration: 0s;
      border-color: #000; }
    .c-button--secondary--13wD4.c-button--disabled--2E5AT:hover, .c-button--secondary--13wD4.c-button--disabled--2E5AT:active {
      border-color: #000; }
    .c-button--secondary--13wD4.c-button--submitting--2Wd4U:after {
      content: '';
      display: inline-block;
      border-color: #141414;
      border-width: 1px;
      border-radius: 50%;
      border-style: solid;
      border-left-color: transparent !important;
      height: 16px;
      width: 16px; }
      .c-button--secondary--13wD4.c-button--submitting--2Wd4U:after {
        animation: jl-loading-spinner 1s linear reverse infinite, jl-fade-in 1s linear; }
    .c-button--secondary--13wD4.c-button--inverted--2fo4l {
      border-color: #fff;
      color: #fff; }
      .c-button--secondary--13wD4.c-button--inverted--2fo4l:hover {
        border-color: #6b6b6b; }
      .c-button--secondary--13wD4.c-button--inverted--2fo4l:active {
        transition-duration: 0s;
        border-color: #6b6b6b; }
      .c-button--secondary--13wD4.c-button--inverted--2fo4l.jl-ui-kit-touched:hover {
        border-color: #fff; }
      .c-button--secondary--13wD4.c-button--inverted--2fo4l.jl-ui-kit-touched:active {
        transition-duration: 0s;
        border-color: #fff; }
  .c-button--underlined--136VR {
    font-weight: 200;
    text-decoration: underline; }
  .c-button--underField--2DS8i {
    display: block;
    margin-top: 8px; }
  .c-button--underFieldRight--2oU30 {
    display: block;
    float: right;
    margin-top: 8px; }
  .c-button--2FzGS svg {
    vertical-align: text-top; }

/* used in conjunction with focusManager.js */
body.jl-focusmanager-hide :focus {
  outline: none; }

body:not([data-jl-focusmanager-active]) :focus,
body[data-jl-focusmanager-active].jl-focusmanager-show :focus {
  outline: 3px solid #5ba5ff;
  outline-offset: 2px; }

@keyframes jl-loading-spinner {
  from {
    transform: rotate(360deg); }
  to {
    transform: rotate(0); } }

@keyframes jl-fade-in {
  0% {
    opacity: 0; }
  33% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes jl-shake {
  10%,
  90% {
    transform: translate3d(-1px, 0, 0); }
  20%,
  80% {
    transform: translate3d(2px, 0, 0); }
  30%,
  50%,
  70% {
    transform: translate3d(-4px, 0, 0); }
  40%,
  60% {
    transform: translate3d(4px, 0, 0); } }

.stockavailability--3S4DS {
  font-weight: 400;
  text-align: left; }
  @media only screen and (min-width: 569px) and (max-width: 768px) {
    .stockavailability--3S4DS {
      width: 40%;
      float: right;
      clear: right; } }

.ratingsAndReviewsContainer--Abkjn {
  margin-top: -8px; }

.anchor--24JuT {
  cursor: pointer; }

/* used in conjunction with focusManager.js */
body.jl-focusmanager-hide :focus {
  outline: none; }

body:not([data-jl-focusmanager-active]) :focus,
body[data-jl-focusmanager-active].jl-focusmanager-show :focus {
  outline: 3px solid #5ba5ff;
  outline-offset: 2px; }

@keyframes jl-loading-spinner {
  from {
    transform: rotate(360deg); }
  to {
    transform: rotate(0); } }

@keyframes jl-fade-in {
  0% {
    opacity: 0; }
  33% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes jl-shake {
  10%,
  90% {
    transform: translate3d(-1px, 0, 0); }
  20%,
  80% {
    transform: translate3d(2px, 0, 0); }
  30%,
  50%,
  70% {
    transform: translate3d(-4px, 0, 0); }
  40%,
  60% {
    transform: translate3d(4px, 0, 0); } }

.deliveryMessage--6GzB3 {
  margin-right: 10px; }

/* used in conjunction with focusManager.js */
body.jl-focusmanager-hide :focus {
  outline: none; }

body:not([data-jl-focusmanager-active]) :focus,
body[data-jl-focusmanager-active].jl-focusmanager-show :focus {
  outline: 3px solid #5ba5ff;
  outline-offset: 2px; }

@keyframes jl-loading-spinner {
  from {
    transform: rotate(360deg); }
  to {
    transform: rotate(0); } }

@keyframes jl-fade-in {
  0% {
    opacity: 0; }
  33% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes jl-shake {
  10%,
  90% {
    transform: translate3d(-1px, 0, 0); }
  20%,
  80% {
    transform: translate3d(2px, 0, 0); }
  30%,
  50%,
  70% {
    transform: translate3d(-4px, 0, 0); }
  40%,
  60% {
    transform: translate3d(4px, 0, 0); } }

.confirmation--ze2mX {
  border: 1px #000 solid;
  margin-bottom: 16px;
  padding: 2px 16px 6px; }

.confirmation--ze2mX h3 {
  font-weight: 400; }

/* used in conjunction with focusManager.js */
body.jl-focusmanager-hide :focus {
  outline: none; }

body:not([data-jl-focusmanager-active]) :focus,
body[data-jl-focusmanager-active].jl-focusmanager-show :focus {
  outline: 3px solid #5ba5ff;
  outline-offset: 2px; }

@keyframes jl-loading-spinner {
  from {
    transform: rotate(360deg); }
  to {
    transform: rotate(0); } }

@keyframes jl-fade-in {
  0% {
    opacity: 0; }
  33% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes jl-shake {
  10%,
  90% {
    transform: translate3d(-1px, 0, 0); }
  20%,
  80% {
    transform: translate3d(2px, 0, 0); }
  30%,
  50%,
  70% {
    transform: translate3d(-4px, 0, 0); }
  40%,
  60% {
    transform: translate3d(4px, 0, 0); } }

.basketSummary--2OiWr {
  margin-top: 24px; }
  @media only screen and (min-width: 569px) and (max-width: 768px) {
    .basketSummary--2OiWr {
      clear: right;
      width: 40%;
      float: right;
      margin-top: 0; } }

/* used in conjunction with focusManager.js */
body.jl-focusmanager-hide :focus {
  outline: none; }

body:not([data-jl-focusmanager-active]) :focus,
body[data-jl-focusmanager-active].jl-focusmanager-show :focus {
  outline: 3px solid #5ba5ff;
  outline-offset: 2px; }

@keyframes jl-loading-spinner {
  from {
    transform: rotate(360deg); }
  to {
    transform: rotate(0); } }

@keyframes jl-fade-in {
  0% {
    opacity: 0; }
  33% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes jl-shake {
  10%,
  90% {
    transform: translate3d(-1px, 0, 0); }
  20%,
  80% {
    transform: translate3d(2px, 0, 0); }
  30%,
  50%,
  70% {
    transform: translate3d(-4px, 0, 0); }
  40%,
  60% {
    transform: translate3d(4px, 0, 0); } }

.attributes--101gO {
  padding-bottom: 10px; }
  @media only screen and (min-width: 769px) {
    .attributes--101gO {
      border-bottom: 1px solid #d8d8d8;
      padding-bottom: 10px;
      padding-top: 10px; } }
  .attributes--101gO strong {
    font-weight: 400;
    margin-bottom: 20px; }

.attributes_last--2l0JN {
  padding-top: 10px;
  margin-bottom: 3px; }
  .attributes_last--2l0JN strong {
    font-weight: 400;
    margin-bottom: 20px; }

/* used in conjunction with focusManager.js */
body.jl-focusmanager-hide :focus {
  outline: none; }

body:not([data-jl-focusmanager-active]) :focus,
body[data-jl-focusmanager-active].jl-focusmanager-show :focus {
  outline: 3px solid #5ba5ff;
  outline-offset: 2px; }

@keyframes jl-loading-spinner {
  from {
    transform: rotate(360deg); }
  to {
    transform: rotate(0); } }

@keyframes jl-fade-in {
  0% {
    opacity: 0; }
  33% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes jl-shake {
  10%,
  90% {
    transform: translate3d(-1px, 0, 0); }
  20%,
  80% {
    transform: translate3d(2px, 0, 0); }
  30%,
  50%,
  70% {
    transform: translate3d(-4px, 0, 0); }
  40%,
  60% {
    transform: translate3d(4px, 0, 0); } }

.email-me-stock--EbBpJ {
  display: block;
  padding: 16px;
  margin: 0 0 12px 0;
  background-color: #f2f2f2; }
  @media only screen and (min-width: 569px) and (max-width: 768px) {
    .email-me-stock--EbBpJ {
      width: 40%;
      float: right;
      clear: right; } }
  .email-me-stock__header--2huqJ {
    text-align: center;
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
    margin: 0 0 12px 0; }
  .email-me-stock__form--3Tegm {
    margin: 8px 0 0 0;
    display: block; }
  .email-me-stock__label--3jBeQ {
    color: #000;
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
    margin: 0 0 8px 0; }
  .email-me-stock__input--3I216 {
    height: 48px;
    border: 1px;
    border-style: solid;
    border-color: #6b6b6b;
    margin: 0 0 16px 0;
    font-weight: 200;
    background-color: #fff;
    width: 100%;
    line-height: 18px;
    font-size: 16px;
    padding: 0 1px 0 16px; }
    .email-me-stock__input--error--3HSNm {
      height: 48px;
      margin: 0 0 16px 0;
      font-weight: 200;
      background-color: #fff;
      width: 100%;
      line-height: 18px;
      font-size: 16px;
      padding: 0 1px 0 16px;
      border-color: #ed003c;
      border: 1px solid #ed003c; }
    .email-me-stock__input--3I216::-ms-clear {
      display: none; }
  .email-me-stock__error--qolIK {
    display: block;
    color: #ed003c;
    margin: 0 0 16px 0;
    line-height: 1.25rem; }
  .email-me-stock__p--1O8ph {
    margin-top: 0; }
  .email-me-stock__confirmation--1iY6H {
    line-height: 1.25rem;
    margin: 12px 0 8px 0;
    padding: 0 0 0 32px; }
    .email-me-stock__confirmation--1iY6H + .email-me-stock__confirmation--1iY6H {
      margin: 8px 0 4px; }
    .email-me-stock__confirmation--title--1mHl8 {
      line-height: 12px;
      margin: 0;
      padding: 0 0 0 32px;
      background: url("/fashion-ui/static/icons/tick--project-b.svg") 0 50% no-repeat;
      font-weight: 400;
      padding-top: 4px; }
  .email-me-stock--EbBpJ > *:last-child {
    margin-bottom: 0; }

/* used in conjunction with focusManager.js */
body.jl-focusmanager-hide :focus {
  outline: none; }

body:not([data-jl-focusmanager-active]) :focus,
body[data-jl-focusmanager-active].jl-focusmanager-show :focus {
  outline: 3px solid #5ba5ff;
  outline-offset: 2px; }

@keyframes jl-loading-spinner {
  from {
    transform: rotate(360deg); }
  to {
    transform: rotate(0); } }

@keyframes jl-fade-in {
  0% {
    opacity: 0; }
  33% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes jl-shake {
  10%,
  90% {
    transform: translate3d(-1px, 0, 0); }
  20%,
  80% {
    transform: translate3d(2px, 0, 0); }
  30%,
  50%,
  70% {
    transform: translate3d(-4px, 0, 0); }
  40%,
  60% {
    transform: translate3d(4px, 0, 0); } }

@media only screen and (min-width: 569px) and (max-width: 768px) {
  .add-to-wish-list-cta--2tHXo {
    width: 40%;
    float: right;
    clear: right; } }

.add-to-wish-list-cta--loading--1Abga .add-to-wish-list-cta__button--1SdyN {
  cursor: default;
  opacity: 0.5; }

.add-to-wish-list-cta__size-message--2nqx4 {
  color: black;
  text-align: center;
  padding-bottom: 16px;
  margin: -16px 0 16px 0;
  padding-bottom: 12px;
  border: solid;
  border-top: none;
  border-width: thin; }

.add-to-wish-list-cta__button--1SdyN:focus, .add-to-wish-list-cta__button--1SdyN:active,
.add-to-wish-list-cta--2tHXo button:focus,
.add-to-wish-list-cta--2tHXo button:active {
  background: color(brand, white); }

.add-to-wish-list-tray__loading--WPOFU {
  position: absolute;
  background: rgba(255, 255, 255, 0.25);
  z-index: 2;
  height: 100%;
  width: 100%; }

.add-to-wish-list__full-message--h9Chi {
  color: #ed003c;
  margin-bottom: 16px;
  text-align: center;
  border-left: 1px solid black;
  border-right: 1px solid black;
  border-bottom: 1px solid black;
  margin-top: -16px;
  padding: 0 4px 10px 4px; }

.add-to-wish-list__error-message--DPh_G {
  color: #141414;
  margin-top: 0;
  font-size: 16px;
  font-weight: 200;
  letter-spacing: normal;
  line-height: 20px;
  color: red;
  margin-bottom: 8px;
  text-align: center; }
  .add-to-wish-list__error-message__get-error--1kvM1 {
    color: #ed003c;
    margin-bottom: 8px;
    text-align: center;
    border: solid;
    border-color: #000;
    border-width: thin;
    padding: 8px 0 8px 0; }
  .add-to-wish-list__error-message__post-error-single--QIqgc {
    color: #ed003c;
    margin-bottom: 16px;
    text-align: center;
    border-left: 1px solid black;
    border-right: 1px solid black;
    border-bottom: 1px solid black;
    margin-top: -16px;
    padding: 0 4px 10px 4px; }
  .add-to-wish-list__error-message__post-error-multi--236lJ {
    color: #ed003c;
    margin-bottom: 16px;
    text-align: center;
    border-left: 1px solid black;
    border-right: 1px solid black;
    margin-top: -16px;
    padding: 0 4px 10px 4px; }
  .add-to-wish-list__error-message--DPh_G:first-child {
    margin-top: 8px; }

.add-to-wish-list-placeholder--2Bhak > div {
  border: 1px solid;
  position: relative;
  line-height: 0; }

.add-to-wish-list-cta--2tHXo .add-to-wish-list-cta__signed-out--20T9z,
.add-to-wish-list-cta--2tHXo .add-to-wish-list-cta__button--1SdyN {
  color: #141414;
  margin-top: 0;
  font-size: 16px;
  font-weight: 200;
  letter-spacing: normal;
  line-height: 20px;
  background: #fff;
  border: none;
  cursor: pointer;
  display: block;
  font-family: inherit;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
  margin-top: 0;
  padding: 0;
  width: 100%; }
  .add-to-wish-list-cta--2tHXo .add-to-wish-list-cta__signed-out--20T9z div,
  .add-to-wish-list-cta--2tHXo .add-to-wish-list-cta__button--1SdyN div {
    display: inline-block;
    position: relative; }
  .add-to-wish-list-cta--2tHXo .add-to-wish-list-cta__signed-out--20T9z svg,
  .add-to-wish-list-cta--2tHXo .add-to-wish-list-cta__button--1SdyN svg {
    height: 24px;
    left: -28px;
    margin: 0;
    position: absolute;
    top: 12px; }
  .add-to-wish-list-cta--2tHXo .add-to-wish-list-cta__signed-out--loading--jBxNT,
  .add-to-wish-list-cta--2tHXo .add-to-wish-list-cta__button--loading--4mR74 {
    cursor: default;
    opacity: 0.5; }

.add-to-wish-list-tray__slider--2e4bI {
  overflow-y: hidden;
  max-height: 0;
  margin: 0;
  transition: max-height 0.15s ease-in-out !important; }

.add-to-wish-list-tray__slider--visible--3ZZia {
  overflow-y: visible;
  max-height: 250px;
  margin-bottom: 13px;
  border: solid;
  border-width: thin;
  margin-top: -16px;
  border-top: none; }
  @media only screen and (min-width: 569px) and (max-width: 768px) {
    .add-to-wish-list-tray__slider--visible--3ZZia {
      width: 40%;
      float: right;
      clear: right;
      padding-top: 16px; } }

.add-to-wish-list-tray--3E-14 {
  border-top: 1px solid #d8d8d8;
  margin: 0 16px 3px 16px;
  padding-top: 20px;
  position: relative;
  margin-top: -16px; }

.add-to-wish-list__tray-item--I38h4 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 0;
  margin: 0; }
  .add-to-wish-list__tray-item--I38h4:last-child {
    margin-bottom: 0; }
  .add-to-wish-list__tray-item--I38h4 label {
    color: #141414;
    margin-top: 0;
    font-size: 16px;
    font-weight: 200;
    letter-spacing: normal;
    line-height: 20px;
    margin-top: 0;
    position: relative;
    display: flex; }
  .add-to-wish-list__tray-item--I38h4 .label__checkbox-wrapper--3Jiwc {
    height: 20px;
    padding: 0;
    width: 20px;
    position: relative;
    margin-top: 0;
    cursor: pointer; }
  .add-to-wish-list__tray-item--I38h4 .label__checkbox--3G_Sj {
    left: 0;
    top: 0;
    display: none; }
  .add-to-wish-list__tray-item--I38h4 input:focus ~ .label__checkbox-wrapper--3Jiwc .label__checkbox-unchecked--222iE path {
    fill: green; }
  .add-to-wish-list__tray-item--I38h4 a {
    text-decoration: underline; }

.label__checkbox-message--1Uo-W {
  padding-left: 8px;
  margin-top: 1px;
  cursor: pointer; }
  .label__checkbox-message--1Uo-W:hover {
    text-decoration: underline; }

.label__checkbox-checked--Rjyj9 {
  position: absolute; }

.withTray--24RCK {
  border-bottom: none;
  border-color: #000; }
  .withTray--24RCK:hover {
    border-color: #000; }

.withoutTray--AW9iD {
  border-color: #000; }
  .withoutTray--AW9iD:hover {
    border-color: #000; }

.heart--4vhhG {
  margin: -2px 2px 0 0 !important; }

/* used in conjunction with focusManager.js */
body.jl-focusmanager-hide :focus {
  outline: none; }

body:not([data-jl-focusmanager-active]) :focus,
body[data-jl-focusmanager-active].jl-focusmanager-show :focus {
  outline: 3px solid #5ba5ff;
  outline-offset: 2px; }

@keyframes jl-loading-spinner {
  from {
    transform: rotate(360deg); }
  to {
    transform: rotate(0); } }

@keyframes jl-fade-in {
  0% {
    opacity: 0; }
  33% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes jl-shake {
  10%,
  90% {
    transform: translate3d(-1px, 0, 0); }
  20%,
  80% {
    transform: translate3d(2px, 0, 0); }
  30%,
  50%,
  70% {
    transform: translate3d(-4px, 0, 0); }
  40%,
  60% {
    transform: translate3d(4px, 0, 0); } }

.promo--3ewW8 {
  padding-bottom: 12px;
  border-bottom: 1px solid #d8d8d8; }
  @media only screen and (min-width: 769px) {
    .promo--3ewW8 {
      padding-bottom: 12px;
      padding-top: 10px; } }
  @media only screen and (min-width: 569px) and (max-width: 768px) {
    .promo--3ewW8 {
      border-bottom: 1px solid #d8d8d8;
      width: 40%;
      float: right;
      padding-bottom: 12px;
      padding-top: 10px;
      clear: right;
      text-decoration: underline; } }
  .promo--3ewW8 strong {
    font-weight: 400;
    margin-bottom: 20px; }

.promo_last--2OVeR {
  border-bottom: none;
  padding-top: 10px;
  margin-bottom: 3px; }
  @media only screen and (min-width: 569px) and (max-width: 768px) {
    .promo_last--2OVeR {
      padding-top: 10px;
      width: 40%;
      float: right;
      padding-bottom: 10px;
      padding-top: 10px;
      clear: right;
      text-decoration: underline; } }
  .promo_last--2OVeR strong {
    font-weight: 400;
    margin-bottom: 20px; }

/* used in conjunction with focusManager.js */
body.jl-focusmanager-hide :focus {
  outline: none; }

body:not([data-jl-focusmanager-active]) :focus,
body[data-jl-focusmanager-active].jl-focusmanager-show :focus {
  outline: 3px solid #5ba5ff;
  outline-offset: 2px; }

@keyframes jl-loading-spinner {
  from {
    transform: rotate(360deg); }
  to {
    transform: rotate(0); } }

@keyframes jl-fade-in {
  0% {
    opacity: 0; }
  33% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes jl-shake {
  10%,
  90% {
    transform: translate3d(-1px, 0, 0); }
  20%,
  80% {
    transform: translate3d(2px, 0, 0); }
  30%,
  50%,
  70% {
    transform: translate3d(-4px, 0, 0); }
  40%,
  60% {
    transform: translate3d(4px, 0, 0); } }

@media only screen and (min-width: 769px) {
  .verticalImageCarousel--2r75d {
    position: absolute;
    top: 50px;
    left: 50px;
    width: 60px;
    z-index: 1; } }

.verticalImageCarousel__image--1aSVf {
  border: 1px solid transparent;
  opacity: .6;
  width: 100%; }

.verticalImageCarousel__selectedImage--2MwmZ {
  border: 1px solid black;
  opacity: 1;
  width: 100%; }

.verticalImageCarousel__hidden--3FDEK {
  display: none; }

.verticalImageCarousel__button--Bvol- {
  border: 0;
  background: none;
  padding: 0;
  margin-bottom: 15px; }
  .verticalImageCarousel__button--Bvol-:hover, .verticalImageCarousel__button--Bvol-:focus {
    cursor: pointer; }

.verticalImageCarousel__navigationButton--1flIA {
  background: #fff;
  border: 1px solid transparent;
  cursor: pointer;
  width: 62px;
  height: 30px;
  margin-bottom: 10px; }

.verticalImageCarousel__navigationButton--visuallyHidden--1Vant {
  visibility: hidden; }

/* used in conjunction with focusManager.js */
body.jl-focusmanager-hide :focus {
  outline: none; }

body:not([data-jl-focusmanager-active]) :focus,
body[data-jl-focusmanager-active].jl-focusmanager-show :focus {
  outline: 3px solid #5ba5ff;
  outline-offset: 2px; }

@keyframes jl-loading-spinner {
  from {
    transform: rotate(360deg); }
  to {
    transform: rotate(0); } }

@keyframes jl-fade-in {
  0% {
    opacity: 0; }
  33% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes jl-shake {
  10%,
  90% {
    transform: translate3d(-1px, 0, 0); }
  20%,
  80% {
    transform: translate3d(2px, 0, 0); }
  30%,
  50%,
  70% {
    transform: translate3d(-4px, 0, 0); }
  40%,
  60% {
    transform: translate3d(4px, 0, 0); } }

.mobileProductImageContainer--5khft {
  position: relative;
  overflow: hidden; }

.zoomIn--3bMQ7 {
  content: '';
  display: inline;
  width: 32px;
  height: 32px;
  background: white no-repeat 4px 4px url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cpath stroke='%23000' stroke-width='.1' d='M17.402 17.696L21 21.294l-.71.709-3.656-3.657a8.524 8.524 0 1 1 .768-.65zm-5.878 1.349a7.521 7.521 0 1 0 0-15.042 7.521 7.521 0 0 0 0 15.042zM12 11h4v1h-4v4h-1v-4H7v-1h4V7h1v4z'/%3E%3C/svg%3E");
  bottom: 0;
  right: 0;
  position: absolute;
  border: none; }

.zoomOut--3OQZK {
  content: '';
  display: inline;
  width: 32px;
  height: 32px;
  background: white no-repeat 4px 4px url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cpath stroke='%23000' stroke-width='.1' d='M17.402 17.694L21 21.29l-.71.709-3.656-3.656a8.487 8.487 0 0 1-5.11 1.701 8.523 8.523 0 1 1 0-17.045 8.523 8.523 0 0 1 5.878 14.694zm-5.878 1.348a7.52 7.52 0 1 0 0-15.04 7.52 7.52 0 1 0 0 15.04zM16 11v1.003H7V11h9z'/%3E%3C/svg%3E");
  bottom: 0;
  right: 0;
  position: absolute;
  border: none; }

.img--1H6Ex {
  display: block;
  margin-bottom: 24px;
  width: 100%; }

/* used in conjunction with focusManager.js */
body.jl-focusmanager-hide :focus {
  outline: none; }

body:not([data-jl-focusmanager-active]) :focus,
body[data-jl-focusmanager-active].jl-focusmanager-show :focus {
  outline: 3px solid #5ba5ff;
  outline-offset: 2px; }

@keyframes jl-loading-spinner {
  from {
    transform: rotate(360deg); }
  to {
    transform: rotate(0); } }

@keyframes jl-fade-in {
  0% {
    opacity: 0; }
  33% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes jl-shake {
  10%,
  90% {
    transform: translate3d(-1px, 0, 0); }
  20%,
  80% {
    transform: translate3d(2px, 0, 0); }
  30%,
  50%,
  70% {
    transform: translate3d(-4px, 0, 0); }
  40%,
  60% {
    transform: translate3d(4px, 0, 0); } }

.imageSliderContainer--9p4Lb {
  margin-bottom: 20px; }
  .imageSliderContainer--9p4Lb img {
    width: 100%;
    margin-bottom: 0; }

.selectedImageWrapper--2dSgB {
  position: relative; }

/* used in conjunction with focusManager.js */
body.jl-focusmanager-hide :focus {
  outline: none; }

body:not([data-jl-focusmanager-active]) :focus,
body[data-jl-focusmanager-active].jl-focusmanager-show :focus {
  outline: 3px solid #5ba5ff;
  outline-offset: 2px; }

@keyframes jl-loading-spinner {
  from {
    transform: rotate(360deg); }
  to {
    transform: rotate(0); } }

@keyframes jl-fade-in {
  0% {
    opacity: 0; }
  33% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes jl-shake {
  10%,
  90% {
    transform: translate3d(-1px, 0, 0); }
  20%,
  80% {
    transform: translate3d(2px, 0, 0); }
  30%,
  50%,
  70% {
    transform: translate3d(-4px, 0, 0); }
  40%,
  60% {
    transform: translate3d(4px, 0, 0); } }

.videoSlider--3lgCe {
  margin-bottom: 20px; }
  .videoSlider__video--2iylt {
    display: block !important;
    margin: 0 auto;
    width: 75% !important; }
    @media only screen and (min-width: 769px) {
      .videoSlider__video--2iylt {
        height: 100vh !important;
        width: 100%; } }

/* used in conjunction with focusManager.js */
body.jl-focusmanager-hide :focus {
  outline: none; }

body:not([data-jl-focusmanager-active]) :focus,
body[data-jl-focusmanager-active].jl-focusmanager-show :focus {
  outline: 3px solid #5ba5ff;
  outline-offset: 2px; }

@keyframes jl-loading-spinner {
  from {
    transform: rotate(360deg); }
  to {
    transform: rotate(0); } }

@keyframes jl-fade-in {
  0% {
    opacity: 0; }
  33% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes jl-shake {
  10%,
  90% {
    transform: translate3d(-1px, 0, 0); }
  20%,
  80% {
    transform: translate3d(2px, 0, 0); }
  30%,
  50%,
  70% {
    transform: translate3d(-4px, 0, 0); }
  40%,
  60% {
    transform: translate3d(4px, 0, 0); } }

.deliveryInformation--2Ac9E {
  width: 100%;
  align-content: center; }
  .deliveryInformation--2Ac9E tr {
    border-bottom: 1px solid #d8d8d8;
    display: flex; }
  .deliveryInformation--2Ac9E td {
    padding: 10px 0;
    position: relative;
    flex-basis: 25%;
    text-align: right; }
    .deliveryInformation--2Ac9E td:first-child {
      flex-basis: 75%;
      text-align: left; }
      .deliveryInformation--2Ac9E td:first-child:after {
        border-right: 1px solid #d8d8d8;
        position: absolute;
        height: calc(100% - 6px);
        top: 3px;
        right: -1px;
        content: '';
        border: none; }

div.sizingGuideContainer--O4mbt {
  width: 100%; }
  div.sizingGuideContainer--O4mbt strong {
    font-weight: 400; }
  div.sizingGuideContainer--O4mbt b {
    font-weight: 400; }
  div.sizingGuideContainer--O4mbt table {
    color: #141414;
    font-size: 1rem;
    font-weight: 200;
    line-height: 1.25rem;
    letter-spacing: normal;
    border-bottom: none;
    border-collapse: collapse;
    font-family: inherit;
    margin-bottom: 48px;
    margin-top: 0;
    padding-bottom: 0;
    text-align: left;
    width: 100%; }
    div.sizingGuideContainer--O4mbt table tr {
      border-bottom: 1px solid #d8d8d8; }
    div.sizingGuideContainer--O4mbt table tr:nth-child(odd) {
      background-color: #fff; }
    div.sizingGuideContainer--O4mbt table th {
      color: #141414;
      font-size: 1rem;
      font-weight: 400;
      line-height: 1.25rem;
      margin-top: 0;
      letter-spacing: normal;
      background-color: #fff;
      border-width: 0px;
      padding-bottom: 16px;
      padding-left: 8px;
      padding-right: 8px;
      padding-top: 16px;
      text-align: left; }
    div.sizingGuideContainer--O4mbt table td {
      border-style: none;
      border-width: 0px;
      padding-bottom: 16px;
      padding-left: 8px;
      padding-right: 8px;
      padding-top: 16px; }
    div.sizingGuideContainer--O4mbt table td:first-child {
      color: #141414;
      font-size: 1rem;
      font-weight: 400;
      line-height: 1.25rem;
      margin-top: 0;
      letter-spacing: normal; }

.closeButtonText--3bzRe {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  text-indent: -9999px; }

.closeButtonText--3bzRe {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  text-indent: -9999px; }

.blur--2WvCB {
  filter: blur(0px); }

/* No Blur on FF */
@-moz-document url-prefix() {
  .blur--2WvCB {
    filter: blur(0px) !important; } }

.overlay--3l54s, .overlayModalFullHeight--2nmxA {
  position: fixed;
  z-index: 200;
  background: rgba(0, 0, 0, 0.75);
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.5s ease;
  opacity: 0; }

.overlayModalFullHeight--2nmxA {
  align-items: flex-end; }
  @media only screen and (min-width: 768px) {
    .overlayModalFullHeight--2nmxA {
      align-items: center; } }

.overlayAfterOpen--fhAkW {
  opacity: 1; }

.overlayBeforeClose--119CP {
  opacity: 1; }

.modal--37fmi, .modalFullHeight--1w8z5 {
  position: relative;
  background-color: #fff;
  transform: translateZ(0);
  display: flex;
  flex-direction: column;
  width: 100%; }
  @media only screen and (min-width: 768px) {
    .modal--37fmi, .modalFullHeight--1w8z5 {
      width: 568px;
      margin: 32px; } }
  .modal--37fmi:focus, .modalFullHeight--1w8z5:focus {
    outline: none; }
  .modal--37fmi .content--2XlqL, .modalFullHeight--1w8z5 .content--2XlqL {
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    position: relative; }
  .modal--37fmi .children--1sW5T, .modalFullHeight--1w8z5 .children--1sW5T {
    position: relative;
    padding: 16px; }
    @media only screen and (min-width: 768px) {
      .modal--37fmi .children--1sW5T, .modalFullHeight--1w8z5 .children--1sW5T {
        padding: 24px; } }
    .modal--37fmi .children--1sW5T.noHeaderCloseButton--1Ir0a, .modalFullHeight--1w8z5 .children--1sW5T.noHeaderCloseButton--1Ir0a {
      padding-top: 24px; }
      @media only screen and (min-width: 768px) {
        .modal--37fmi .children--1sW5T.noHeaderCloseButton--1Ir0a, .modalFullHeight--1w8z5 .children--1sW5T.noHeaderCloseButton--1Ir0a {
          padding-top: 32px; } }

.modal--37fmi {
  max-height: calc(100% - 32px); }
  .modal--37fmi .children--1sW5T {
    min-width: 100%; }
  @media only screen and (min-width: 768px) {
    .modal--37fmi {
      max-height: calc(100% - 64px); } }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .modal--37fmi header + div.content--2XlqL {
      max-height: calc(100vh - 32px - 64px); } }
  @media (min-width: 768px) and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .modal--37fmi header + div.content--2XlqL {
      max-height: calc(100vh - 64px - 64px); } }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .modal--37fmi .content--2XlqL {
      max-height: calc(100vh - 32px); } }
  @media (min-width: 768px) and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .modal--37fmi .content--2XlqL {
      max-height: calc(100vh - 64px); } }

.modalAfterOpen--OyMBR,
.modalBeforeClose--1XYFo {
  display: inherit; }

.modalFullHeight--1w8z5 {
  height: 100%;
  top: 100%;
  transform: translateY(0%);
  transition: transform 0.5s ease;
  transition-delay: 0.2s; }
  @media only screen and (min-width: 768px) {
    .modalFullHeight--1w8z5 {
      max-height: calc(100% - 64px);
      height: auto;
      top: 0;
      transform: none; } }
  .modalFullHeight--1w8z5 .children--1sW5T {
    min-width: 100%; }
  @media (min-width: 768px) and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .modalFullHeight--1w8z5 header + div.content--2XlqL {
      max-height: calc(100vh - 64px - 64px); } }
  @media (min-width: 768px) and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .modalFullHeight--1w8z5 .content--2XlqL {
      max-height: calc(100vh - 64px); } }

.modalFullHeightAfterOpen--2oqgc,
.modalFullHeightBeforeClose--1HY7j {
  transform: translateY(-100%); }
  @media only screen and (min-width: 768px) {
    .modalFullHeightAfterOpen--2oqgc,
    .modalFullHeightBeforeClose--1HY7j {
      transform: none; } }

@media only screen and (min-width: 768px) {
  .large--N9NOT {
    width: 768px; } }

.header--szmpP {
  min-height: 64px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 100%;
  border-bottom: 1px solid #d8d8d8; }
  .header--szmpP > h2 {
    color: #141414;
    margin-top: 0;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 1.07px;
    line-height: 20px;
    text-transform: uppercase;
    margin: 22px 56px 21px 56px;
    display: inline-block;
    width: auto;
    text-align: center; }

.fullWidthHeaderText--7Z36Y > h2 {
  margin-left: 16px;
  margin-right: 16px; }

.closeButton--3dWj_, .closeButtonInline--2eJWp {
  position: absolute;
  right: 8px;
  width: 32px;
  height: 32px; }

@media only screen and (min-width: 568px) {
  .closeButton--3dWj_ {
    right: 16px;
    top: 16px; } }

.closeButtonInline--2eJWp {
  top: 16px; }
  @media only screen and (min-width: 568px) {
    .closeButtonInline--2eJWp {
      right: 16px; } }

.backButton--JbIUB {
  margin-bottom: 0;
  position: absolute;
  top: 32px;
  left: 16px;
  transform: translateY(-50%);
  height: 36px; }
  @media only screen and (min-width: 768px) {
    .backButton--JbIUB {
      left: 24px; } }

.multiContentModal--zoom--2mHHd {
  max-height: 100%;
  margin: 0;
  width: 100%; }
  .multiContentModal--zoom--2mHHd > div {
    overflow: hidden !important; }
  .multiContentModal--zoom--2mHHd div[data-test='modal-children'] {
    padding: 0 !important; }
  .multiContentModal--zoom--2mHHd button[data-test='modal-button-close'] {
    width: 50px !important;
    height: 50px !important; }
    .multiContentModal--zoom--2mHHd button[data-test='modal-button-close'] svg {
      width: 50px !important;
      height: 50px !important; }

.deliveryAndReturns--18jlK {
  align-content: center; }

/* used in conjunction with focusManager.js */
body.jl-focusmanager-hide :focus {
  outline: none; }

body:not([data-jl-focusmanager-active]) :focus,
body[data-jl-focusmanager-active].jl-focusmanager-show :focus {
  outline: 3px solid #5ba5ff;
  outline-offset: 2px; }

@keyframes jl-loading-spinner {
  from {
    transform: rotate(360deg); }
  to {
    transform: rotate(0); } }

@keyframes jl-fade-in {
  0% {
    opacity: 0; }
  33% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes jl-shake {
  10%,
  90% {
    transform: translate3d(-1px, 0, 0); }
  20%,
  80% {
    transform: translate3d(2px, 0, 0); }
  30%,
  50%,
  70% {
    transform: translate3d(-4px, 0, 0); }
  40%,
  60% {
    transform: translate3d(4px, 0, 0); } }

.returns--1076J {
  width: 100%;
  margin-top: 24px;
  text-align: center; }

.returns--1076J strong {
  font-weight: 400;
  display: block;
  margin-bottom: 8px;
  letter-spacing: 1.07px; }

.returnsButtons--3xkPf {
  display: block;
  margin-top: 16px; }
  @media only screen and (min-width: 569px) {
    .returnsButtons--3xkPf {
      display: flex;
      justify-content: center;
      width: 100%;
      margin-top: 16px; } }

.c-button--secondary--S8gML {
  width: 100%;
  margin: 0; }
  @media only screen and (min-width: 569px) {
    .c-button--secondary--S8gML {
      width: 219px;
      margin: 0 8px 0 8px; } }

/* used in conjunction with focusManager.js */
body.jl-focusmanager-hide :focus {
  outline: none; }

body:not([data-jl-focusmanager-active]) :focus,
body[data-jl-focusmanager-active].jl-focusmanager-show :focus {
  outline: 3px solid #5ba5ff;
  outline-offset: 2px; }

@keyframes jl-loading-spinner {
  from {
    transform: rotate(360deg); }
  to {
    transform: rotate(0); } }

@keyframes jl-fade-in {
  0% {
    opacity: 0; }
  33% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes jl-shake {
  10%,
  90% {
    transform: translate3d(-1px, 0, 0); }
  20%,
  80% {
    transform: translate3d(2px, 0, 0); }
  30%,
  50%,
  70% {
    transform: translate3d(-4px, 0, 0); }
  40%,
  60% {
    transform: translate3d(4px, 0, 0); } }

.videoButton--xAHHp {
  display: none;
  margin-bottom: 24px; }
  @media only screen and (min-width: 769px) {
    .videoButton--xAHHp {
      display: block; } }
  .videoButton__button--31lh- {
    background: #fff;
    border: 1px solid #d8d8d8;
    cursor: pointer;
    display: flex;
    justify-content: center;
    padding: 24px;
    width: 100%; }
  .videoButton__icon--AYGhn {
    width: 36px;
    height: 36px; }
  .videoButton__text--3wWYZ {
    color: #141414;
    margin-top: 0;
    font-size: 16px;
    font-weight: 200;
    letter-spacing: normal;
    line-height: 20px;
    line-height: 36px;
    margin-left: 10px; }

/* used in conjunction with focusManager.js */
body.jl-focusmanager-hide :focus {
  outline: none; }

body:not([data-jl-focusmanager-active]) :focus,
body[data-jl-focusmanager-active].jl-focusmanager-show :focus {
  outline: 3px solid #5ba5ff;
  outline-offset: 2px; }

@keyframes jl-loading-spinner {
  from {
    transform: rotate(360deg); }
  to {
    transform: rotate(0); } }

@keyframes jl-fade-in {
  0% {
    opacity: 0; }
  33% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes jl-shake {
  10%,
  90% {
    transform: translate3d(-1px, 0, 0); }
  20%,
  80% {
    transform: translate3d(2px, 0, 0); }
  30%,
  50%,
  70% {
    transform: translate3d(-4px, 0, 0); }
  40%,
  60% {
    transform: translate3d(4px, 0, 0); } }

.productDescriptionBox--3fFIs {
  width: 100%;
  margin: 0;
  padding-left: 0; }
  @media only screen and (min-width: 769px) {
    .productDescriptionBox--3fFIs {
      width: calc(100% - 32px);
      margin: 0 0 16px 0;
      padding-right: 16px; } }
  .productDescriptionBox--3fFIs strong {
    font-weight: 400;
    margin-bottom: 20px; }
  .productDescriptionBox--3fFIs .strongTitle--3o8K_ {
    letter-spacing: 1.07px; }
  .productDescriptionBox--3fFIs p {
    margin-top: 6px;
    margin-bottom: 16px; }

/* used in conjunction with focusManager.js */
body.jl-focusmanager-hide :focus {
  outline: none; }

body:not([data-jl-focusmanager-active]) :focus,
body[data-jl-focusmanager-active].jl-focusmanager-show :focus {
  outline: 3px solid #5ba5ff;
  outline-offset: 2px; }

@keyframes jl-loading-spinner {
  from {
    transform: rotate(360deg); }
  to {
    transform: rotate(0); } }

@keyframes jl-fade-in {
  0% {
    opacity: 0; }
  33% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes jl-shake {
  10%,
  90% {
    transform: translate3d(-1px, 0, 0); }
  20%,
  80% {
    transform: translate3d(2px, 0, 0); }
  30%,
  50%,
  70% {
    transform: translate3d(-4px, 0, 0); }
  40%,
  60% {
    transform: translate3d(4px, 0, 0); } }

.productSpecificationBox--2kQPG {
  width: 100%;
  flex: 0 0 auto;
  margin: 0 0 16px;
  padding-left: 0; }
  @media only screen and (min-width: 769px) and (max-width: 1024px) {
    .productSpecificationBox--2kQPG {
      width: calc(33.33333% - 16px);
      margin-right: 16px;
      padding-left: 17px; } }
  @media only screen and (min-width: 1025px) {
    .productSpecificationBox--2kQPG {
      width: calc(33.33333% - 16px);
      margin-right: 17px;
      padding-left: 21px; } }
  .productSpecificationBox--2kQPG li {
    margin-bottom: 3px; }
  .productSpecificationBox--2kQPG strong {
    font-weight: 400;
    margin-bottom: 20px; }
  .productSpecificationBox--2kQPG .strongTitle--2Jv2N {
    letter-spacing: 1.07px; }
  .productSpecificationBox--2kQPG p {
    margin-top: 6px;
    margin-bottom: 16px; }

.ul--3PCsj {
  margin: 6px 0 0;
  padding: 0;
  list-style: none; }

/* used in conjunction with focusManager.js */
body.jl-focusmanager-hide :focus {
  outline: none; }

body:not([data-jl-focusmanager-active]) :focus,
body[data-jl-focusmanager-active].jl-focusmanager-show :focus {
  outline: 3px solid #5ba5ff;
  outline-offset: 2px; }

@keyframes jl-loading-spinner {
  from {
    transform: rotate(360deg); }
  to {
    transform: rotate(0); } }

@keyframes jl-fade-in {
  0% {
    opacity: 0; }
  33% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes jl-shake {
  10%,
  90% {
    transform: translate3d(-1px, 0, 0); }
  20%,
  80% {
    transform: translate3d(2px, 0, 0); }
  30%,
  50%,
  70% {
    transform: translate3d(-4px, 0, 0); }
  40%,
  60% {
    transform: translate3d(4px, 0, 0); } }

.mainInfo--3Pg1h {
  padding-top: 44px;
  background-color: #f7f7f7;
  margin-bottom: 32px;
  padding-bottom: 27px;
  width: 100%;
  margin: auto;
  display: none; }
  @media only screen and (min-width: 769px) {
    .mainInfo--3Pg1h {
      display: inline; } }
  @media only screen and (min-width: 769px) {
    .mainInfo--3Pg1h {
      padding-right: 16px;
      padding-left: 16px; } }
  @media only screen and (min-width: 1025px) {
    .mainInfo--3Pg1h {
      padding-left: 27px; } }

.mainInfoRow--100P9 {
  display: flex;
  flex-direction: column;
  max-width: 1200px;
  margin: auto; }
  @media only screen and (min-width: 769px) {
    .mainInfoRow--100P9 {
      flex-direction: row; } }

.descriptionContainer--3vJNi {
  width: calc(100% - 32px); }
  .descriptionContainer--3vJNi ul {
    padding-inline-start: 17px; }

/* used in conjunction with focusManager.js */
body.jl-focusmanager-hide :focus {
  outline: none; }

body:not([data-jl-focusmanager-active]) :focus,
body[data-jl-focusmanager-active].jl-focusmanager-show :focus {
  outline: 3px solid #5ba5ff;
  outline-offset: 2px; }

@keyframes jl-loading-spinner {
  from {
    transform: rotate(360deg); }
  to {
    transform: rotate(0); } }

@keyframes jl-fade-in {
  0% {
    opacity: 0; }
  33% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes jl-shake {
  10%,
  90% {
    transform: translate3d(-1px, 0, 0); }
  20%,
  80% {
    transform: translate3d(2px, 0, 0); }
  30%,
  50%,
  70% {
    transform: translate3d(-4px, 0, 0); }
  40%,
  60% {
    transform: translate3d(4px, 0, 0); } }

.displaySpecialOffer--3yyAO {
  color: #141414;
  margin-top: 0;
  font-size: 16px;
  font-weight: 200;
  letter-spacing: normal;
  line-height: 20px;
  color: #ed003c; }

.specialOfferBox--2HlGU {
  width: 100%;
  margin: 0;
  padding-left: 0; }
  @media only screen and (min-width: 769px) {
    .specialOfferBox--2HlGU {
      width: calc(100% - 32px);
      margin: 0 0 16px 0;
      padding-right: 16px; } }
  .specialOfferBox--2HlGU strong {
    font-weight: 400;
    margin-bottom: 20px; }
  .specialOfferBox--2HlGU p {
    margin-top: 6px;
    margin-bottom: 16px; }

/* used in conjunction with focusManager.js */
body.jl-focusmanager-hide :focus {
  outline: none; }

body:not([data-jl-focusmanager-active]) :focus,
body[data-jl-focusmanager-active].jl-focusmanager-show :focus {
  outline: 3px solid #5ba5ff;
  outline-offset: 2px; }

@keyframes jl-loading-spinner {
  from {
    transform: rotate(360deg); }
  to {
    transform: rotate(0); } }

@keyframes jl-fade-in {
  0% {
    opacity: 0; }
  33% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes jl-shake {
  10%,
  90% {
    transform: translate3d(-1px, 0, 0); }
  20%,
  80% {
    transform: translate3d(2px, 0, 0); }
  30%,
  50%,
  70% {
    transform: translate3d(-4px, 0, 0); }
  40%,
  60% {
    transform: translate3d(4px, 0, 0); } }

.mainGuidesDesktop--36VJz {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
  width: 100%;
  margin: auto;
  margin-bottom: 12px;
  border-bottom: none;
  display: none; }
  @media only screen and (min-width: 769px) {
    .mainGuidesDesktop--36VJz {
      display: inline;
      margin-bottom: 0;
      width: 1200px;
      padding-top: 64px;
      padding-bottom: 51px;
      border-bottom: 1px solid #d8d8d8; } }
  @media only screen and (min-width: 769px) and (max-width: 1024px) {
    .mainGuidesDesktop--36VJz {
      margin: 0 16px; } }

.mainGuidesMobile--383Ky {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
  width: 100%;
  margin: auto;
  margin-bottom: 12px;
  border-bottom: none; }
  @media only screen and (min-width: 769px) {
    .mainGuidesMobile--383Ky {
      display: inline;
      margin-bottom: 0;
      width: 1200px;
      padding-top: 64px;
      padding-bottom: 51px;
      border-bottom: 1px solid #d8d8d8; } }
  @media only screen and (min-width: 769px) and (max-width: 1024px) {
    .mainGuidesMobile--383Ky {
      margin: 0 16px; } }

.buyingGuideRow--34sEd {
  display: flex;
  flex-direction: column;
  max-width: 1200px;
  margin: auto; }
  @media only screen and (min-width: 769px) {
    .buyingGuideRow--34sEd {
      flex-direction: row; } }

/* used in conjunction with focusManager.js */
body.jl-focusmanager-hide :focus {
  outline: none; }

body:not([data-jl-focusmanager-active]) :focus,
body[data-jl-focusmanager-active].jl-focusmanager-show :focus {
  outline: 3px solid #5ba5ff;
  outline-offset: 2px; }

@keyframes jl-loading-spinner {
  from {
    transform: rotate(360deg); }
  to {
    transform: rotate(0); } }

@keyframes jl-fade-in {
  0% {
    opacity: 0; }
  33% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes jl-shake {
  10%,
  90% {
    transform: translate3d(-1px, 0, 0); }
  20%,
  80% {
    transform: translate3d(2px, 0, 0); }
  30%,
  50%,
  70% {
    transform: translate3d(-4px, 0, 0); }
  40%,
  60% {
    transform: translate3d(4px, 0, 0); } }

.buyingGuideBox--2k1OP {
  width: 100%;
  margin: 0;
  padding-left: 0;
  text-align: left; }
  @media only screen and (min-width: 769px) {
    .buyingGuideBox--2k1OP {
      text-align: center;
      width: 100%;
      margin: 0 0 16px 0;
      padding-left: 16px;
      padding-right: 16px; } }
  .buyingGuideBox--2k1OP strong {
    font-weight: 400;
    margin-bottom: 20px; }
  .buyingGuideBox--2k1OP p {
    margin-top: 6px;
    margin-bottom: 16px; }

.guide--xnn1g {
  margin-bottom: 16px; }
  @media only screen and (min-width: 769px) {
    .guide--xnn1g {
      margin: 0; } }

.strongTitle--1sb0U {
  letter-spacing: 1.07px; }

/* used in conjunction with focusManager.js */
body.jl-focusmanager-hide :focus {
  outline: none; }

body:not([data-jl-focusmanager-active]) :focus,
body[data-jl-focusmanager-active].jl-focusmanager-show :focus {
  outline: 3px solid #5ba5ff;
  outline-offset: 2px; }

@keyframes jl-loading-spinner {
  from {
    transform: rotate(360deg); }
  to {
    transform: rotate(0); } }

@keyframes jl-fade-in {
  0% {
    opacity: 0; }
  33% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes jl-shake {
  10%,
  90% {
    transform: translate3d(-1px, 0, 0); }
  20%,
  80% {
    transform: translate3d(2px, 0, 0); }
  30%,
  50%,
  70% {
    transform: translate3d(-4px, 0, 0); }
  40%,
  60% {
    transform: translate3d(4px, 0, 0); } }

.MobileInfo--1nnfg {
  padding: 0;
  margin: 0 0 12px;
  width: 100%; }
  @media only screen and (min-width: 769px) {
    .MobileInfo--1nnfg {
      display: none; } }

.accordions--2I5MD {
  display: flex;
  flex-direction: column;
  max-width: 1200px;
  margin: auto; }
  @media only screen and (min-width: 769px) {
    .accordions--2I5MD {
      flex-direction: row; } }

.anchor---HkVx {
  display: block;
  position: relative;
  top: -194px;
  visibility: hidden; }

.c-accordion--NaaLh {
  display: block;
  padding: 0;
  margin: 0;
  border-top: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8; }
  .c-accordion--NaaLh + .c-accordion--NaaLh {
    border-top: 0; }
  .c-accordion--NaaLh[open] {
    padding-bottom: 32px; }
  .c-accordion__label--1iXVB {
    color: #141414;
    margin-top: 0;
    font-size: 22px;
    font-weight: 200;
    line-height: 30px;
    letter-spacing: initial;
    text-transform: none;
    position: relative;
    display: block;
    padding: 16px 32px 16px 0;
    list-style: none;
    cursor: pointer; }
    .c-accordion__label--1iXVB h2,
    .c-accordion__label--1iXVB h3,
    .c-accordion__label--1iXVB h4 {
      color: #141414;
      margin-top: 0;
      font-size: 22px;
      font-weight: 200;
      line-height: 30px;
      letter-spacing: initial;
      text-transform: none; }
    .c-accordion__label--1iXVB::-webkit-details-marker {
      display: none; }
    .c-accordion__label--1iXVB::before, .c-accordion__label--1iXVB::after {
      content: '';
      position: absolute;
      right: 12px;
      top: 32px;
      width: 11px;
      height: 1px;
      background: currentColor;
      transition: transform 0.2s ease-in-out; }
    .c-accordion__label--1iXVB::before {
      transform: rotate(-90deg); }
  .c-accordion--NaaLh[open] .c-accordion__label--1iXVB::after, .c-accordion--NaaLh[open] .c-accordion__label--1iXVB::before {
    transform: rotate(-180deg); }

/* used in conjunction with focusManager.js */
body.jl-focusmanager-hide :focus {
  outline: none; }

body:not([data-jl-focusmanager-active]) :focus,
body[data-jl-focusmanager-active].jl-focusmanager-show :focus {
  outline: 3px solid #5ba5ff;
  outline-offset: 2px; }

@keyframes jl-loading-spinner {
  from {
    transform: rotate(360deg); }
  to {
    transform: rotate(0); } }

@keyframes jl-fade-in {
  0% {
    opacity: 0; }
  33% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes jl-shake {
  10%,
  90% {
    transform: translate3d(-1px, 0, 0); }
  20%,
  80% {
    transform: translate3d(2px, 0, 0); }
  30%,
  50%,
  70% {
    transform: translate3d(-4px, 0, 0); }
  40%,
  60% {
    transform: translate3d(4px, 0, 0); } }

.priceAndRatings--1ae7q {
  display: flex;
  justify-content: space-between; }
  @media only screen and (min-width: 569px) and (max-width: 768px) {
    .priceAndRatings--1ae7q {
      width: 40%;
      float: right;
      clear: right; } }
  .priceAndRatings--1ae7q p {
    flex-basis: 70%;
    font-size: 18px; }

.nonPromoMessage--bU_xG {
  color: #141414;
  margin-top: 0;
  font-size: 16px;
  font-weight: 200;
  letter-spacing: normal;
  line-height: 20px;
  color: #6b6b6b;
  margin-bottom: 12px; }
  @media only screen and (min-width: 569px) and (max-width: 768px) {
    .nonPromoMessage--bU_xG {
      width: 40%;
      float: right;
      margin-bottom: 24px;
      clear: right; } }

.displaySpecialOffer--1gMht {
  color: #141414;
  margin-top: 0;
  font-size: 16px;
  font-weight: 200;
  letter-spacing: normal;
  line-height: 20px;
  color: #ed003c;
  font-size: 18px; }
  @media only screen and (min-width: 569px) and (max-width: 768px) {
    .displaySpecialOffer--1gMht {
      width: 40%;
      float: right;
      margin-bottom: 24px;
      clear: right; } }

.displaySpecialOffer_link--1LRd1 {
  color: #141414;
  margin-top: 0;
  font-size: 16px;
  font-weight: 200;
  letter-spacing: normal;
  line-height: 20px;
  color: #ed003c;
  font-size: 18px;
  cursor: pointer; }

.delivery--1cPqD {
  border-top: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px; }
  @media only screen and (min-width: 569px) and (max-width: 768px) {
    .delivery--1cPqD {
      width: 40%;
      float: right;
      margin-bottom: 24px; } }
  .delivery--1cPqD .c-button--underlined--2k5Oe {
    text-align: right; }

.emailMeLink--3ECpb {
  color: #000;
  display: block;
  text-align: center;
  font-weight: bold; }

.section--37XPT {
  display: block; }
  @media only screen and (min-width: 769px) {
    .section--37XPT {
      display: none; } }

/* used in conjunction with focusManager.js */
body.jl-focusmanager-hide :focus {
  outline: none; }

body:not([data-jl-focusmanager-active]) :focus,
body[data-jl-focusmanager-active].jl-focusmanager-show :focus {
  outline: 3px solid #5ba5ff;
  outline-offset: 2px; }

@keyframes jl-loading-spinner {
  from {
    transform: rotate(360deg); }
  to {
    transform: rotate(0); } }

@keyframes jl-fade-in {
  0% {
    opacity: 0; }
  33% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes jl-shake {
  10%,
  90% {
    transform: translate3d(-1px, 0, 0); }
  20%,
  80% {
    transform: translate3d(2px, 0, 0); }
  30%,
  50%,
  70% {
    transform: translate3d(-4px, 0, 0); }
  40%,
  60% {
    transform: translate3d(4px, 0, 0); } }

.mediaBlock--1GDjk {
  overflow: hidden;
  width: 100%;
  width: 100vw;
  margin: 0 -16px 15px; }
  @media only screen and (min-width: 569px) {
    .mediaBlock--1GDjk {
      width: 60%;
      float: left;
      margin-top: -155px;
      padding-right: 0; } }
  @media only screen and (min-width: 569px) and (max-width: 768px) {
    .mediaBlock--1GDjk {
      padding-left: 16px; } }
  @media only screen and (min-width: 769px) {
    .mediaBlock--1GDjk {
      display: none; } }
  .mediaBlock__button--2px3i {
    color: #141414;
    margin-top: 0;
    font-size: 16px;
    font-weight: 200;
    letter-spacing: normal;
    line-height: 20px;
    cursor: pointer;
    float: right;
    margin-right: 16px;
    margin-top: -8px;
    border: 1px solid #d8d8d8;
    background-color: #fff;
    padding: 8px 8px 8px 11px; }

/* used in conjunction with focusManager.js */
body.jl-focusmanager-hide :focus {
  outline: none; }

body:not([data-jl-focusmanager-active]) :focus,
body[data-jl-focusmanager-active].jl-focusmanager-show :focus {
  outline: 3px solid #5ba5ff;
  outline-offset: 2px; }

@keyframes jl-loading-spinner {
  from {
    transform: rotate(360deg); }
  to {
    transform: rotate(0); } }

@keyframes jl-fade-in {
  0% {
    opacity: 0; }
  33% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes jl-shake {
  10%,
  90% {
    transform: translate3d(-1px, 0, 0); }
  20%,
  80% {
    transform: translate3d(2px, 0, 0); }
  30%,
  50%,
  70% {
    transform: translate3d(-4px, 0, 0); }
  40%,
  60% {
    transform: translate3d(4px, 0, 0); } }

.overlay--2WApK {
  color: white;
  bottom: 0;
  padding: 16px;
  position: fixed;
  width: 100%;
  max-width: calc(1200px + (16px * 2));
  z-index: 10;
  left: 50%;
  transform: translate(-50%, 0); }

.content--3hO2I {
  background: rgba(0, 0, 0, 0.8);
  border-radius: 0;
  padding: 16px; }

.cookieConcentTitle--cF9yu {
  color: white;
  font-weight: 200;
  margin-top: 0; }

.link--2BajV {
  display: inline-block;
  padding: 0 5px;
  color: white; }

.close--Mn9B7 {
  background-position-x: 0px;
  background-position-y: 0px;
  background-image: url("/fashion-ui/static/icons/close.svg");
  background-repeat: no-repeat;
  cursor: pointer;
  display: block;
  height: 16px;
  position: absolute;
  text-indent: -9999px;
  top: 32px;
  right: 32px;
  width: 16px; }

