html {
  box-sizing: border-box;
}

html.locked {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

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

body {
  margin: 0;
  padding: 0;
}

legend,
menu,
ul, ol,
fieldset {
  list-style: none;
  padding: 0;
  margin: 0;
}

select,
[type="submit"],
[type="text"],
[type="email"],
[type="password"],
[type="tel"],
menu,
fieldset {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
}

fieldset {
  border: 0;
}

.is-vHidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.hidden {
  display: none;
}

.disabled,
:disabled {
  opacity: .5;
  pointer-events: none;
}

#siteOverlay {
  opacity: 0;
  transition: transform 0.2s ease-out;
  z-index: 90;
  background-color: #dbdbdb;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  visibility: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

#siteOverlay.loading {
  opacity: 0.7;
  visibility: visible;
}

.skip-link {
  display: block;
  position: fixed;
  top: 5px;
  z-index: 90;
  background-color: #ffffff;
  padding: 8px;
  padding: 0.5rem   ;
  text-decoration: underline;
}

.skip-link:not(:focus) {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.checkBox input[type="checkbox"]:focus ~ .checkboxIcon {
  outline-color: #919191;
  outline-style: dotted;
  outline-width: thin;
  outline-offset: -1px;
}

.radioButton input[type="radio"]:focus ~ .radioIcon {
  outline-color: #919191;
  outline-style: dotted;
  outline-width: thin;
  outline-offset: -1px;
}

.withBlur5Transition {
  transition: filter .5s linear;
}

.withBlur5Transition--on {
  filter: blur(5px);
}

:focus,
.focused {
  outline-color: #919191;
  outline-style: dotted;
  outline-width: thin;
  outline-offset: -1px;
}

body.using-mouse :focus,
body.using-mouse .focused {
  outline: transparent;
}

@font-face {
  font-family: 'pf_dintext_proregular';
  src: url("//media.yoox.biz/ytos/resources/STONEISLAND/fonts/pfdintextpro-regular-webfont.eot");
  src: url("//media.yoox.biz/ytos/resources/STONEISLAND/fonts/pfdintextpro-regular-webfont.eot?#iefix") format("embedded-opentype"), url("//media.yoox.biz/ytos/resources/STONEISLAND/fonts/pfdintextpro-regular-webfont.woff") format("woff"), url("//media.yoox.biz/ytos/resources/STONEISLAND/fonts/pfdintextpro-regular-webfont.ttf") format("truetype"), url("//media.yoox.biz/ytos/resources/STONEISLAND/fonts/pfdintextpro-regular-webfont.svg#pf_dintext_proregular") format("svg");
  font-display: swap;
}

@font-face {
  font-family: 'pf_dintext_promedium';
  src: url("//media.yoox.biz/ytos/resources/STONEISLAND/fonts/pfdintextpro-medium-webfont.eot");
  src: url("//media.yoox.biz/ytos/resources/STONEISLAND/fonts/pfdintextpro-medium-webfont.eot?#iefix") format("embedded-opentype"), url("//media.yoox.biz/ytos/resources/STONEISLAND/fonts/pfdintextpro-medium-webfont.woff") format("woff"), url("//media.yoox.biz/ytos/resources/STONEISLAND/fonts/pfdintextpro-medium-webfont.ttf") format("truetype"), url("//media.yoox.biz/ytos/resources/STONEISLAND/fonts/pfdintextpro-medium-webfont.svg#pf_dintext_promedium") format("svg");
  font-display: swap;
}

@font-face {
  font-family: 'pf_dintext_prolight';
  src: url("//media.yoox.biz/ytos/resources/STONEISLAND/fonts/pfdintextpro-light-webfont.eot");
  src: url("//media.yoox.biz/ytos/resources/STONEISLAND/fonts/pfdintextpro-light-webfont.eot?#iefix") format("embedded-opentype"), url("//media.yoox.biz/ytos/resources/STONEISLAND/fonts/pfdintextpro-light-webfont.woff") format("woff"), url("//media.yoox.biz/ytos/resources/STONEISLAND/fonts/pfdintextpro-light-webfont.ttf") format("truetype"), url("//media.yoox.biz/ytos/resources/STONEISLAND/fonts/pfdintextpro-light-webfont.svg#pf_dintext_prolight") format("svg");
  font-display: swap;
}

:root {
  --promo-strip-height: 2.3125rem   ;
}

@keyframes cta-3-line-3-blur {
  from {
    transform: scaleX(0.5);
  }
  to {
    transform: scaleX(1);
  }
}

@keyframes cta-3-line-3-hover {
  from {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(0.5);
  }
}

:not(.ie) body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

body.disablePointerEvents {
  pointer-events: none;
}

body.disablePointerEvents .mfp-wrap {
  pointer-events: all;
}

body.disablePointerEvents #zoomLayer {
  pointer-events: all;
}

body.disableScroll, body.sidebar-opened {
  overflow: hidden;
}

.touch body.disableScroll, .touch body.sidebar-opened {
  position: fixed;
}

body.specialLock {
  position: fixed;
  overflow-y: scroll;
  width: 100%;
}

main {
  padding-left: 16px;
  padding-left: 1rem   ;
  padding-right: 16px;
  padding-right: 1rem   ;
  flex-grow: 1;
}

.ie main {
  display: block;
}

main [target="_blank"]::after,
.confirmation-bottom-row [target="_blank"]::after,
.header__webpushContainer [target="_blank"]::after {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50%;
  background-image: url("//media.yoox.biz/ytos/resources/STONEISLAND/icons/arrow-topright.svg");
  width: 10px;
  width: 0.625rem   ;
  height: 10px;
  height: 0.625rem   ;
  margin-left: 4px;
  margin-left: 0.25rem   ;
  content: '';
  display: inline-block;
}

html.ie main [target="_blank"]::after,
html.edge main [target="_blank"]::after, html.ie
.confirmation-bottom-row [target="_blank"]::after,
html.edge
.confirmation-bottom-row [target="_blank"]::after, html.ie
.header__webpushContainer [target="_blank"]::after,
html.edge
.header__webpushContainer [target="_blank"]::after {
  width: 10px;
  height: 11px;
}

footer [target="_blank"]::after {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50%;
  background-image: url("//media.yoox.biz/ytos/resources/STONEISLAND/icons/arrow-topright-white.svg");
  width: 10px;
  width: 0.625rem   ;
  height: 10px;
  height: 0.625rem   ;
  margin-left: 4px;
  margin-left: 0.25rem   ;
  content: '';
  display: inline-block;
}

html.ie footer [target="_blank"]::after,
html.edge footer [target="_blank"]::after {
  width: 10px;
  height: 11px;
}

.type-style-title-1 {
  font-size: 24px;
  font-size: 1.5rem   ;
  letter-spacing: 1.6px;
  letter-spacing: 0.1rem   ;
  line-height: 1.2;
  text-transform: uppercase;
}

html:not(.jp):not(.kr):not(.cn):not(.ru) .type-style-title-1 {
  font-family: "pf_dintext_proregular", Helvetica, Arial, sans-serif;
}

.jp .type-style-title-1 {
  font-family: "Hiragino Kaku Gothic ProN", Meiryo, "MS PGothic", sans-serif;
}

.kr .type-style-title-1 {
  font-family: "Malgun Gothic", "Dotum", Arial, sans-serif;
}

.cn .type-style-title-1 {
  font-family: "Microsoft YaHei", "Microsoft YaHei Regular", Arial, sans-serif;
}

.ru .type-style-title-1 {
  font-family: Arial, sans-serif;
}

.type-style-title-2 {
  font-size: 16px;
  font-size: 1rem   ;
  letter-spacing: 1.6px;
  letter-spacing: 0.1rem   ;
  line-height: 1.42;
  text-transform: uppercase;
}

html:not(.jp):not(.kr):not(.cn):not(.ru) .type-style-title-2 {
  font-family: "pf_dintext_promedium", Helvetica, Arial, sans-serif;
}

.jp .type-style-title-2 {
  font-family: "Hiragino Kaku Gothic ProN", Meiryo, "MS PGothic", sans-serif;
}

.kr .type-style-title-2 {
  font-family: "Malgun Gothic", "Dotum", Arial, sans-serif;
}

.cn .type-style-title-2 {
  font-family: "Microsoft YaHei", "Microsoft YaHei Regular", Arial, sans-serif;
}

.ru .type-style-title-2 {
  font-family: Arial, sans-serif;
}

.jp .type-style-title-2,
.kr .type-style-title-2,
.cn .type-style-title-2,
.ru .type-style-title-2 {
  font-weight: 700;
}

.type-style-title-3 {
  font-size: 14px;
  font-size: 0.875rem   ;
  letter-spacing: 1.6px;
  letter-spacing: 0.1rem   ;
  line-height: 1.5;
  text-transform: uppercase;
}

html:not(.jp):not(.kr):not(.cn):not(.ru) .type-style-title-3 {
  font-family: "pf_dintext_proregular", Helvetica, Arial, sans-serif;
}

.jp .type-style-title-3 {
  font-family: "Hiragino Kaku Gothic ProN", Meiryo, "MS PGothic", sans-serif;
}

.kr .type-style-title-3 {
  font-family: "Malgun Gothic", "Dotum", Arial, sans-serif;
}

.cn .type-style-title-3 {
  font-family: "Microsoft YaHei", "Microsoft YaHei Regular", Arial, sans-serif;
}

.ru .type-style-title-3 {
  font-family: Arial, sans-serif;
}

.type-style-title-4 {
  font-size: 14px;
  font-size: 0.875rem   ;
  letter-spacing: 1.6px;
  letter-spacing: 0.1rem   ;
  line-height: 1.5;
  text-transform: uppercase;
}

html:not(.jp):not(.kr):not(.cn):not(.ru) .type-style-title-4 {
  font-family: "pf_dintext_promedium", Helvetica, Arial, sans-serif;
}

.jp .type-style-title-4 {
  font-family: "Hiragino Kaku Gothic ProN", Meiryo, "MS PGothic", sans-serif;
}

.kr .type-style-title-4 {
  font-family: "Malgun Gothic", "Dotum", Arial, sans-serif;
}

.cn .type-style-title-4 {
  font-family: "Microsoft YaHei", "Microsoft YaHei Regular", Arial, sans-serif;
}

.ru .type-style-title-4 {
  font-family: Arial, sans-serif;
}

.jp .type-style-title-4,
.kr .type-style-title-4,
.cn .type-style-title-4,
.ru .type-style-title-4 {
  font-weight: 700;
}

.type-style-title-5 {
  font-size: 14px;
  font-size: 0.875rem   ;
  letter-spacing: 1.6px;
  letter-spacing: 0.1rem   ;
  line-height: 1.5;
  text-transform: uppercase;
}

html:not(.jp):not(.kr):not(.cn):not(.ru) .type-style-title-5 {
  font-family: "pf_dintext_promedium", Helvetica, Arial, sans-serif;
}

.jp .type-style-title-5 {
  font-family: "Hiragino Kaku Gothic ProN", Meiryo, "MS PGothic", sans-serif;
}

.kr .type-style-title-5 {
  font-family: "Malgun Gothic", "Dotum", Arial, sans-serif;
}

.cn .type-style-title-5 {
  font-family: "Microsoft YaHei", "Microsoft YaHei Regular", Arial, sans-serif;
}

.ru .type-style-title-5 {
  font-family: Arial, sans-serif;
}

.jp .type-style-title-5,
.kr .type-style-title-5,
.cn .type-style-title-5,
.ru .type-style-title-5 {
  font-weight: 700;
}

.type-style-title-6 {
  font-size: 14px;
  font-size: 0.875rem   ;
  letter-spacing: 1.6px;
  letter-spacing: 0.1rem   ;
  line-height: 1.5;
  text-transform: uppercase;
}

html:not(.jp):not(.kr):not(.cn):not(.ru) .type-style-title-6 {
  font-family: "pf_dintext_proregular", Helvetica, Arial, sans-serif;
}

.jp .type-style-title-6 {
  font-family: "Hiragino Kaku Gothic ProN", Meiryo, "MS PGothic", sans-serif;
}

.kr .type-style-title-6 {
  font-family: "Malgun Gothic", "Dotum", Arial, sans-serif;
}

.cn .type-style-title-6 {
  font-family: "Microsoft YaHei", "Microsoft YaHei Regular", Arial, sans-serif;
}

.ru .type-style-title-6 {
  font-family: Arial, sans-serif;
}

.type-style-title-7 {
  font-size: 12px;
  font-size: 0.75rem   ;
  letter-spacing: 1.6px;
  letter-spacing: 0.1rem   ;
  line-height: 1.5;
  text-transform: uppercase;
}

html:not(.jp):not(.kr):not(.cn):not(.ru) .type-style-title-7 {
  font-family: "pf_dintext_proregular", Helvetica, Arial, sans-serif;
}

.jp .type-style-title-7 {
  font-family: "Hiragino Kaku Gothic ProN", Meiryo, "MS PGothic", sans-serif;
}

.kr .type-style-title-7 {
  font-family: "Malgun Gothic", "Dotum", Arial, sans-serif;
}

.cn .type-style-title-7 {
  font-family: "Microsoft YaHei", "Microsoft YaHei Regular", Arial, sans-serif;
}

.ru .type-style-title-7 {
  font-family: Arial, sans-serif;
}

.type-style-title-8 {
  font-size: 12px;
  font-size: 0.75rem   ;
  letter-spacing: 1.6px;
  letter-spacing: 0.1rem   ;
  line-height: 1.5;
  text-transform: uppercase;
}

html:not(.jp):not(.kr):not(.cn):not(.ru) .type-style-title-8 {
  font-family: "pf_dintext_promedium", Helvetica, Arial, sans-serif;
}

.jp .type-style-title-8 {
  font-family: "Hiragino Kaku Gothic ProN", Meiryo, "MS PGothic", sans-serif;
}

.kr .type-style-title-8 {
  font-family: "Malgun Gothic", "Dotum", Arial, sans-serif;
}

.cn .type-style-title-8 {
  font-family: "Microsoft YaHei", "Microsoft YaHei Regular", Arial, sans-serif;
}

.ru .type-style-title-8 {
  font-family: Arial, sans-serif;
}

.jp .type-style-title-8,
.kr .type-style-title-8,
.cn .type-style-title-8,
.ru .type-style-title-8 {
  font-weight: 700;
}

.type-style-paragraph-1 {
  font-size: 16px;
  font-size: 1rem   ;
  letter-spacing: 1.6px;
  letter-spacing: 0.1rem   ;
  line-height: 1.42;
}

html:not(.jp):not(.kr):not(.cn):not(.ru) .type-style-paragraph-1 {
  font-family: "pf_dintext_proregular", Helvetica, Arial, sans-serif;
}

.jp .type-style-paragraph-1 {
  font-family: "Hiragino Kaku Gothic ProN", Meiryo, "MS PGothic", sans-serif;
}

.kr .type-style-paragraph-1 {
  font-family: "Malgun Gothic", "Dotum", Arial, sans-serif;
}

.cn .type-style-paragraph-1 {
  font-family: "Microsoft YaHei", "Microsoft YaHei Regular", Arial, sans-serif;
}

.ru .type-style-paragraph-1 {
  font-family: Arial, sans-serif;
}

.type-style-paragraph-2 {
  font-size: 14px;
  font-size: 0.875rem   ;
  letter-spacing: 1.6px;
  letter-spacing: 0.1rem   ;
  line-height: 1.5;
}

html:not(.jp):not(.kr):not(.cn):not(.ru) .type-style-paragraph-2 {
  font-family: "pf_dintext_proregular", Helvetica, Arial, sans-serif;
}

.jp .type-style-paragraph-2 {
  font-family: "Hiragino Kaku Gothic ProN", Meiryo, "MS PGothic", sans-serif;
}

.kr .type-style-paragraph-2 {
  font-family: "Malgun Gothic", "Dotum", Arial, sans-serif;
}

.cn .type-style-paragraph-2 {
  font-family: "Microsoft YaHei", "Microsoft YaHei Regular", Arial, sans-serif;
}

.ru .type-style-paragraph-2 {
  font-family: Arial, sans-serif;
}

body {
  font-size: 16px;
  font-size: 1rem   ;
  letter-spacing: 1.6px;
  letter-spacing: 0.1rem   ;
  line-height: 1.42;
  color: #000000;
}

html:not(.jp):not(.kr):not(.cn):not(.ru) body {
  font-family: "pf_dintext_proregular", Helvetica, Arial, sans-serif;
}

.jp body {
  font-family: "Hiragino Kaku Gothic ProN", Meiryo, "MS PGothic", sans-serif;
}

.kr body {
  font-family: "Malgun Gothic", "Dotum", Arial, sans-serif;
}

.cn body {
  font-family: "Microsoft YaHei", "Microsoft YaHei Regular", Arial, sans-serif;
}

.ru body {
  font-family: Arial, sans-serif;
}

h1,
h2,
h3,
h4,
b,
strong {
  font-weight: normal;
}

html:not(.jp):not(.kr):not(.cn):not(.ru) b, html:not(.jp):not(.kr):not(.cn):not(.ru)
strong {
  font-family: "pf_dintext_promedium", Helvetica, Arial, sans-serif;
}

.jp b, .jp
strong {
  font-family: "Hiragino Kaku Gothic ProN", Meiryo, "MS PGothic", sans-serif;
}

.kr b, .kr
strong {
  font-family: "Malgun Gothic", "Dotum", Arial, sans-serif;
}

.cn b, .cn
strong {
  font-family: "Microsoft YaHei", "Microsoft YaHei Regular", Arial, sans-serif;
}

.ru b, .ru
strong {
  font-family: Arial, sans-serif;
}

.jp b,
.kr b,
.cn b,
.ru b, .jp
strong,
.kr
strong,
.cn
strong,
.ru
strong {
  font-weight: 700;
}

a {
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid;
  transition: border-bottom-color 0.2s cubic-bezier(0.18, -0.12, 0.82, 0.78);
  transition-property: border, color;
  border-bottom-color: currentColor;
}

a:active, a:focus, a:hover {
  border-bottom-color: transparent;
}

/*=============================================>>>>>
= SVC Layer before Footer =
===============================================>>>>>*/
.svcLayer__wrapSvc {
  display: flex;
  flex-direction: row;
  background-color: #313131;
}

.gb .svcLayer__wrapSvc {
  display: none;
}

.svcLayer__wrapSvc .contentLoader {
  flex: 1;
  position: relative;
  margin: 0;
}

.svcLayer__wrapSvc .contentLoader:after {
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  height: 76%;
  width: 1px;
  width: 0.0625rem   ;
  background-color: #737373;
}

.svcLayer__wrapSvc .contentLoader.returnLink::after {
  display: none;
}

.svcLayer__col {
  text-align: center;
  cursor: pointer;
  padding: 15px 25px 20px;
  padding: 0.9375rem 1.5625rem 1.25rem ;
  background-color: initial;
  border: none;
  width: 100%;
}

@media (min-width: 769px) {
  .svcLayer__col {
    padding: 15px 45px 20px;
    padding: 0.9375rem 2.8125rem 1.25rem ;
  }
}

.de .svcLayer__col {
  padding: 15px 0 25px;
  padding: 0.9375rem 0 1.5625rem ;
}

.svcLayer__col:hover .svcLayer__description {
  text-decoration: underline;
}

.svcLayer__col:hover .svcLayer__title .text {
  text-decoration: underline;
}

.svcLayer__title {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  padding-top: 15px;
  padding-top: 0.9375rem   ;
  padding-bottom: 10px;
  padding-bottom: 0.625rem   ;
}

.svcLayer__title .icon {
  width: 30px;
  width: 1.875rem   ;
  height: 30px;
  height: 1.875rem   ;
  margin-right: 15px;
  margin-right: 0.9375rem   ;
  margin-left: 15px;
  margin-left: 0.9375rem   ;
}

.svcLayer__col--shipping .svcLayer__title .icon {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50%;
  background-image: url("//media.yoox.biz/ytos/resources/STONEISLAND/icons/svc-shipping.svg");
}

.svcLayer__col--pickup .svcLayer__title .icon {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50%;
  background-image: url("//media.yoox.biz/ytos/resources/STONEISLAND/icons/svc-pickup.svg");
}

.svcLayer__col--returns .svcLayer__title .icon {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50%;
  background-image: url("//media.yoox.biz/ytos/resources/STONEISLAND/icons/svc-returns.svg");
}

.svcLayer__title .text {
  font-size: 16px;
  font-size: 1rem   ;
  letter-spacing: 1.6px;
  letter-spacing: 0.1rem   ;
  line-height: 1.42;
  text-transform: uppercase;
}

html:not(.jp):not(.kr):not(.cn):not(.ru) .svcLayer__title .text {
  font-family: "pf_dintext_promedium", Helvetica, Arial, sans-serif;
}

.jp .svcLayer__title .text {
  font-family: "Hiragino Kaku Gothic ProN", Meiryo, "MS PGothic", sans-serif;
}

.kr .svcLayer__title .text {
  font-family: "Malgun Gothic", "Dotum", Arial, sans-serif;
}

.cn .svcLayer__title .text {
  font-family: "Microsoft YaHei", "Microsoft YaHei Regular", Arial, sans-serif;
}

.ru .svcLayer__title .text {
  font-family: Arial, sans-serif;
}

.jp .svcLayer__title .text,
.kr .svcLayer__title .text,
.cn .svcLayer__title .text,
.ru .svcLayer__title .text {
  font-weight: 700;
}

.jp .svcLayer__title .text {
  top: -5px;
  top: -0.3125rem   ;
}

.svcLayer__description {
  color: #dbdbdb;
  font-size: 16px;
  font-size: 1rem   ;
  letter-spacing: 1.6px;
  letter-spacing: 0.1rem   ;
  line-height: 1.42;
  text-transform: uppercase;
}

html:not(.jp):not(.kr):not(.cn):not(.ru) .svcLayer__description {
  font-family: "pf_dintext_proregular", Helvetica, Arial, sans-serif;
}

.jp .svcLayer__description {
  font-family: "Hiragino Kaku Gothic ProN", Meiryo, "MS PGothic", sans-serif;
}

.kr .svcLayer__description {
  font-family: "Malgun Gothic", "Dotum", Arial, sans-serif;
}

.cn .svcLayer__description {
  font-family: "Microsoft YaHei", "Microsoft YaHei Regular", Arial, sans-serif;
}

.ru .svcLayer__description {
  font-family: Arial, sans-serif;
}

#container {
  max-width: 1610px;
  max-width: 100.625rem   ;
  margin: 0 auto 73px;
  margin: 0 auto 4.5625rem ;
  width: calc(100% - 50px);
  padding-top: 0;
}

@media (min-width: 1660px) {
  #container {
    width: 100%;
  }
}

.shelfWrapper {
  margin-top: 20px;
  margin-top: 1.25rem   ;
}

@media (min-width: 1024px) {
  .shelfWrapper {
    margin-top: 0;
  }
}

.shelfHeader {
  text-align: center;
  align-items: center;
  padding: 7px 0px 8px;
  padding: 0.4375rem 0px 0.5rem ;
  height: 75px;
  height: 4.6875rem   ;
  transition: padding 0.2s 0.2s;
  margin: 15px auto 55px;
  margin: 0.9375rem auto 3.4375rem ;
}

.shelfHeader:first-child .shelfName:before {
  display: none;
}

.shelfHeader {
  display: flex;
  flex-wrap: wrap;
}

.shelfName {
  font-size: 24px;
  font-size: 1.5rem   ;
  letter-spacing: 1.6px;
  letter-spacing: 0.1rem   ;
  line-height: 1.2;
  text-transform: uppercase;
  position: relative;
  margin: 0 auto;
  padding-bottom: 8px;
  padding-bottom: 0.5rem   ;
  padding-top: 10px;
  padding-top: 0.625rem   ;
}

html:not(.jp):not(.kr):not(.cn):not(.ru) .shelfName {
  font-family: "pf_dintext_proregular", Helvetica, Arial, sans-serif;
}

.jp .shelfName {
  font-family: "Hiragino Kaku Gothic ProN", Meiryo, "MS PGothic", sans-serif;
}

.kr .shelfName {
  font-family: "Malgun Gothic", "Dotum", Arial, sans-serif;
}

.cn .shelfName {
  font-family: "Microsoft YaHei", "Microsoft YaHei Regular", Arial, sans-serif;
}

.ru .shelfName {
  font-family: Arial, sans-serif;
}

.shelfName:before {
  content: ' ';
  width: 70px;
  width: 4.375rem   ;
  height: 1px;
  display: block;
  background-color: #919191;
  position: absolute;
  top: -57px;
  top: -3.5625rem   ;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.products-shelfHeader .shelfName {
  width: 100%;
  text-align: center;
}

.products-shelfHeader:first-child .shelfName {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.shelfBanner img {
  width: 100%;
}

.shelfContainer ul.products {
  margin-top: 40px;
  margin-top: 2.5rem   ;
  display: flex;
  flex-wrap: wrap;
}

.shelfContainer ul.products > .item {
  margin-bottom: 75px;
  margin-bottom: 4.6875rem   ;
  width: 33%;
}

.shelfContainer ul.products > .item img {
  width: 100%;
}

@media (min-width: 1366px) {
  .shelfContainer ul.products > .item {
    width: 25%;
  }
}

.shelfContainer ul.products .banner {
  margin-bottom: 75px;
  margin-bottom: 4.6875rem   ;
}

.shelfContainer ul.products ul.products:first-child .banner {
  display: none;
}

.categoryMenuLabel {
  padding: 10px 28px;
  padding: 0.625rem 1.75rem  ;
  font-size: 14px;
  font-size: 0.875rem   ;
  text-transform: uppercase;
  background-color: #ffffff;
  color: #000000;
  transition: background-color 0.2s cubic-bezier(0.18, -0.12, 0.82, 0.78);
  border: 0.0625rem    solid #000000;
  position: relative;
  overflow: hidden;
}

html:not(.jp):not(.kr):not(.cn):not(.ru) .categoryMenuLabel {
  font-family: "pf_dintext_proregular", Helvetica, Arial, sans-serif;
}

.jp .categoryMenuLabel {
  font-family: "Hiragino Kaku Gothic ProN", Meiryo, "MS PGothic", sans-serif;
}

.kr .categoryMenuLabel {
  font-family: "Malgun Gothic", "Dotum", Arial, sans-serif;
}

.cn .categoryMenuLabel {
  font-family: "Microsoft YaHei", "Microsoft YaHei Regular", Arial, sans-serif;
}

.ru .categoryMenuLabel {
  font-family: Arial, sans-serif;
}

.categoryMenuLabel:active, .categoryMenuLabel:focus, .categoryMenuLabel:hover {
  padding: 10px 28px;
  padding: 0.625rem 1.75rem  ;
  background-color: #000000;
  color: #ffffff;
}

.openRefinements .openBtn {
  padding: 10px 28px;
  padding: 0.625rem 1.75rem  ;
  font-size: 14px;
  font-size: 0.875rem   ;
  text-transform: uppercase;
  background-color: #000000;
  color: #ffffff;
  transition: background-color 0.2s cubic-bezier(0.18, -0.12, 0.82, 0.78);
  border: 0.0625rem    solid #000000;
  position: relative;
  overflow: hidden;
}

html:not(.jp):not(.kr):not(.cn):not(.ru) .openRefinements .openBtn {
  font-family: "pf_dintext_proregular", Helvetica, Arial, sans-serif;
}

.jp .openRefinements .openBtn {
  font-family: "Hiragino Kaku Gothic ProN", Meiryo, "MS PGothic", sans-serif;
}

.kr .openRefinements .openBtn {
  font-family: "Malgun Gothic", "Dotum", Arial, sans-serif;
}

.cn .openRefinements .openBtn {
  font-family: "Microsoft YaHei", "Microsoft YaHei Regular", Arial, sans-serif;
}

.ru .openRefinements .openBtn {
  font-family: Arial, sans-serif;
}

.openRefinements .openBtn:active, .openRefinements .openBtn:focus, .openRefinements .openBtn:hover {
  padding: 10px 28px;
  padding: 0.625rem 1.75rem  ;
  background-color: #ffffff;
  color: #000000;
}

.recapFiltersContainer {
  display: flex;
  justify-content: center;
  flex-basis: 100%;
}

.recapFiltersContainer.hidden {
  display: none;
}

.recapFiltersContainer .recap {
  padding-top: 7px;
  padding-top: 0.4375rem   ;
  margin-right: 10px;
  margin-right: 0.625rem   ;
}

.recapFiltersContainer .recap .activeFilters {
  font-size: 14px;
  font-size: 0.875rem   ;
  letter-spacing: 1.6px;
  letter-spacing: 0.1rem   ;
  line-height: 1.5;
  text-transform: uppercase;
}

html:not(.jp):not(.kr):not(.cn):not(.ru) .recapFiltersContainer .recap .activeFilters {
  font-family: "pf_dintext_promedium", Helvetica, Arial, sans-serif;
}

.jp .recapFiltersContainer .recap .activeFilters {
  font-family: "Hiragino Kaku Gothic ProN", Meiryo, "MS PGothic", sans-serif;
}

.kr .recapFiltersContainer .recap .activeFilters {
  font-family: "Malgun Gothic", "Dotum", Arial, sans-serif;
}

.cn .recapFiltersContainer .recap .activeFilters {
  font-family: "Microsoft YaHei", "Microsoft YaHei Regular", Arial, sans-serif;
}

.ru .recapFiltersContainer .recap .activeFilters {
  font-family: Arial, sans-serif;
}

.jp .recapFiltersContainer .recap .activeFilters,
.kr .recapFiltersContainer .recap .activeFilters,
.cn .recapFiltersContainer .recap .activeFilters,
.ru .recapFiltersContainer .recap .activeFilters {
  font-weight: 700;
}

.recapFiltersContainer .recap .count {
  font-size: 14px;
  font-size: 0.875rem   ;
  letter-spacing: 1.6px;
  letter-spacing: 0.1rem   ;
  line-height: 1.5;
  text-transform: uppercase;
}

html:not(.jp):not(.kr):not(.cn):not(.ru) .recapFiltersContainer .recap .count {
  font-family: "pf_dintext_proregular", Helvetica, Arial, sans-serif;
}

.jp .recapFiltersContainer .recap .count {
  font-family: "Hiragino Kaku Gothic ProN", Meiryo, "MS PGothic", sans-serif;
}

.kr .recapFiltersContainer .recap .count {
  font-family: "Malgun Gothic", "Dotum", Arial, sans-serif;
}

.cn .recapFiltersContainer .recap .count {
  font-family: "Microsoft YaHei", "Microsoft YaHei Regular", Arial, sans-serif;
}

.ru .recapFiltersContainer .recap .count {
  font-family: Arial, sans-serif;
}

.recapFiltersContainer .resetFilters {
  font-size: 14px;
  font-size: 0.875rem   ;
  letter-spacing: 1.6px;
  letter-spacing: 0.1rem   ;
  line-height: 1.5;
  text-transform: uppercase;
  padding: 8px;
  padding: 0.5rem   ;
  position: relative;
  overflow: hidden;
  margin-top: -1px;
  margin-top: -0.0625rem   ;
}

html:not(.jp):not(.kr):not(.cn):not(.ru) .recapFiltersContainer .resetFilters {
  font-family: "pf_dintext_proregular", Helvetica, Arial, sans-serif;
}

.jp .recapFiltersContainer .resetFilters {
  font-family: "Hiragino Kaku Gothic ProN", Meiryo, "MS PGothic", sans-serif;
}

.kr .recapFiltersContainer .resetFilters {
  font-family: "Malgun Gothic", "Dotum", Arial, sans-serif;
}

.cn .recapFiltersContainer .resetFilters {
  font-family: "Microsoft YaHei", "Microsoft YaHei Regular", Arial, sans-serif;
}

.ru .recapFiltersContainer .resetFilters {
  font-family: Arial, sans-serif;
}

.recapFiltersContainer .resetFilters:before {
  bottom: 8px;
  bottom: 0.5rem   ;
  height: 1px;
  height: 0.0625rem   ;
  content: '';
  display: block;
  position: absolute;
  background-color: #000000;
  width: calc(100% - 1rem   );
  transform-origin: 0;
  transition: all 0s 0.2s;
}

.recapFiltersContainer .resetFilters:active:before, .recapFiltersContainer .resetFilters:focus:before, .recapFiltersContainer .resetFilters:hover:before {
  transform: scaleX(0);
  transition: all 0.2s 0s;
}

.recapFiltersContainer .resetFilters:after {
  bottom: 8px;
  bottom: 0.5rem   ;
  right: 8px;
  right: 0.5rem   ;
  height: 1px;
  height: 0.0625rem   ;
  content: '';
  display: block;
  position: absolute;
  background-color: #000000;
  width: calc(50% - 0.5rem   );
  transform: scaleX(0);
  transform-origin: 100%;
  transition: all 0.2s;
}

.recapFiltersContainer .resetFilters:active:after, .recapFiltersContainer .resetFilters:focus:after, .recapFiltersContainer .resetFilters:hover:after {
  transform: scaleX(1);
  transition-delay: 0.2s;
}

.recapFiltersContainer .resetFilters .text:after {
  bottom: 8px;
  bottom: 0.5rem   ;
  right: 8px;
  right: 0.5rem   ;
  height: 1px;
  height: 0.0625rem   ;
  content: '';
  display: block;
  position: absolute;
  background-color: #000000;
  width: calc(100% - 1rem   );
  transform: scaleX(0);
  transform-origin: 100%;
  animation: cta-3-line-3-blur 0.2s;
}

.recapFiltersContainer .resetFilters:active .text:after, .recapFiltersContainer .resetFilters:focus .text:after, .recapFiltersContainer .resetFilters:hover .text:after {
  animation: none;
}

.item .itemBox {
  padding-top: 21px;
  padding-top: 1.3125rem   ;
}

@media (min-width: 769px) {
  .item .itemBox {
    margin: 0 5px;
    margin: 0 0.3125rem  ;
  }
}

.item .itemBox .itemLink:focus img {
  outline-color: #919191;
  outline-style: dotted;
  outline-width: thin;
  outline-offset: -1px;
}

.item .itemBox .title,
.item .itemBox .selectSize,
.item .itemBox .selectedColor .value,
.item .itemBox .remainingColors {
  font-size: 14px;
  font-size: 0.875rem   ;
  letter-spacing: 1.6px;
  letter-spacing: 0.1rem   ;
  line-height: 1.5;
  text-transform: uppercase;
}

html:not(.jp):not(.kr):not(.cn):not(.ru) .item .itemBox .title, html:not(.jp):not(.kr):not(.cn):not(.ru)
.item .itemBox .selectSize, html:not(.jp):not(.kr):not(.cn):not(.ru)
.item .itemBox .selectedColor .value, html:not(.jp):not(.kr):not(.cn):not(.ru)
.item .itemBox .remainingColors {
  font-family: "pf_dintext_promedium", Helvetica, Arial, sans-serif;
}

.jp .item .itemBox .title, .jp
.item .itemBox .selectSize, .jp
.item .itemBox .selectedColor .value, .jp
.item .itemBox .remainingColors {
  font-family: "Hiragino Kaku Gothic ProN", Meiryo, "MS PGothic", sans-serif;
}

.kr .item .itemBox .title, .kr
.item .itemBox .selectSize, .kr
.item .itemBox .selectedColor .value, .kr
.item .itemBox .remainingColors {
  font-family: "Malgun Gothic", "Dotum", Arial, sans-serif;
}

.cn .item .itemBox .title, .cn
.item .itemBox .selectSize, .cn
.item .itemBox .selectedColor .value, .cn
.item .itemBox .remainingColors {
  font-family: "Microsoft YaHei", "Microsoft YaHei Regular", Arial, sans-serif;
}

.ru .item .itemBox .title, .ru
.item .itemBox .selectSize, .ru
.item .itemBox .selectedColor .value, .ru
.item .itemBox .remainingColors {
  font-family: Arial, sans-serif;
}

.jp .item .itemBox .title,
.kr .item .itemBox .title,
.cn .item .itemBox .title,
.ru .item .itemBox .title, .jp
.item .itemBox .selectSize,
.kr
.item .itemBox .selectSize,
.cn
.item .itemBox .selectSize,
.ru
.item .itemBox .selectSize, .jp
.item .itemBox .selectedColor .value,
.kr
.item .itemBox .selectedColor .value,
.cn
.item .itemBox .selectedColor .value,
.ru
.item .itemBox .selectedColor .value, .jp
.item .itemBox .remainingColors,
.kr
.item .itemBox .remainingColors,
.cn
.item .itemBox .remainingColors,
.ru
.item .itemBox .remainingColors {
  font-weight: 700;
}

.item .itemBox .priceUpdater,
.item .itemBox .selectedColor .label,
.item .itemBox .soldoutWarning {
  font-size: 14px;
  font-size: 0.875rem   ;
  letter-spacing: 1.6px;
  letter-spacing: 0.1rem   ;
  line-height: 1.5;
  text-transform: uppercase;
}

html:not(.jp):not(.kr):not(.cn):not(.ru) .item .itemBox .priceUpdater, html:not(.jp):not(.kr):not(.cn):not(.ru)
.item .itemBox .selectedColor .label, html:not(.jp):not(.kr):not(.cn):not(.ru)
.item .itemBox .soldoutWarning {
  font-family: "pf_dintext_proregular", Helvetica, Arial, sans-serif;
}

.jp .item .itemBox .priceUpdater, .jp
.item .itemBox .selectedColor .label, .jp
.item .itemBox .soldoutWarning {
  font-family: "Hiragino Kaku Gothic ProN", Meiryo, "MS PGothic", sans-serif;
}

.kr .item .itemBox .priceUpdater, .kr
.item .itemBox .selectedColor .label, .kr
.item .itemBox .soldoutWarning {
  font-family: "Malgun Gothic", "Dotum", Arial, sans-serif;
}

.cn .item .itemBox .priceUpdater, .cn
.item .itemBox .selectedColor .label, .cn
.item .itemBox .soldoutWarning {
  font-family: "Microsoft YaHei", "Microsoft YaHei Regular", Arial, sans-serif;
}

.ru .item .itemBox .priceUpdater, .ru
.item .itemBox .selectedColor .label, .ru
.item .itemBox .soldoutWarning {
  font-family: Arial, sans-serif;
}

.item .itemBox .selectedColor .label:after {
  content: ': ';
}

.item .itemBox .description {
  padding: 0 0 10px;
  padding: 0 0 0.625rem ;
}

.item .itemBox .itemSizes li.disabled {
  color: #919191;
}

.item .itemBox .selectSize li.disabled .sizeValue {
  text-decoration: line-through;
}

.item .itemBox .colorSelection {
  display: flex;
  justify-content: center;
  align-items: center;
}

.item .itemBox .colorSelection ul {
  height: auto;
  margin: 0;
}

.item .itemBox .colorSelection li {
  display: inline-block;
}

.item .itemBox .colorSelection li:nth-child(n+5) {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.item .itemBox .colorSelection .remainingColors {
  margin-left: 18px;
  margin-left: 1.125rem   ;
}

.item .itemBox .colorSelection .rgbColor:after {
  bottom: -6px;
  bottom: -0.375rem   ;
}

.item .itemBox .colorSelection .hasOneSelection .rgbColor {
  right: 3px;
  right: 0.1875rem   ;
}

.item .itemBox .colorSelection .hasOneSelection .rgbColor:after {
  height: 2px;
  height: 0.125rem   ;
  bottom: -6px;
  bottom: -0.375rem   ;
  content: '';
  width: 90%;
  background-color: #000000;
  position: absolute;
  left: 0;
}

.item .itemBox .selectColor li:hover .rgbColor {
  height: 16px;
  height: 1rem   ;
}

html:not(.touchevents) .item > .item:not(.soldout) .itemBox:hover,
html:not(.touchevents) .item > .item:not(.soldout) .itemBox.focused {
  border-color: #919191;
}

html:not(.touchevents) .item > .item:not(.soldout) .itemBox:hover .info,
html:not(.touchevents) .item > .item:not(.soldout) .itemBox:hover .priceUpdater .full,
html:not(.touchevents) .item > .item:not(.soldout) .itemBox.focused .info,
html:not(.touchevents) .item > .item:not(.soldout) .itemBox.focused .priceUpdater .full {
  color: transparent;
}

html:not(.touchevents) .item > .item:not(.soldout) .itemBox:hover .colorSize,
html:not(.touchevents) .item > .item:not(.soldout) .itemBox.focused .colorSize {
  border: none;
  clip: auto;
  height: auto;
  margin: 0;
  overflow: auto;
  position: relative;
  width: auto;
  position: absolute;
}

.uiLayer-filterLayer .inner {
  width: 100%;
  max-width: 1610px;
  max-width: 100.625rem   ;
}

@media (max-width: 1365px) {
  .uiLayer-filterLayer .inner {
    width: auto;
  }
}

@media (max-width: 1366px) {
  .uiLayer-filterLayer .inner {
    max-width: 1306px;
    max-width: 81.625rem   ;
  }
}

.refinementsLayer {
  display: none;
  width: 100%;
}

.refinementsLayer a:not(.ccSizeGuide) {
  border: none;
}

.refinementsLayer .refinementWrapper {
  margin-bottom: 75px;
  margin-bottom: 4.6875rem   ;
  position: relative;
  overflow: hidden;
}

.refinementsLayer .refinementsContainer.dropdownList {
  display: flex;
  justify-content: space-around;
  text-transform: uppercase;
  max-height: 300px;
  max-height: 18.75rem   ;
  position: relative;
  font-size: 14px;
  font-size: 0.875rem   ;
  letter-spacing: 1.6px;
  letter-spacing: 0.1rem   ;
  line-height: 1.5;
  text-transform: uppercase;
}

html:not(.jp):not(.kr):not(.cn):not(.ru) .refinementsLayer .refinementsContainer.dropdownList {
  font-family: "pf_dintext_proregular", Helvetica, Arial, sans-serif;
}

.jp .refinementsLayer .refinementsContainer.dropdownList {
  font-family: "Hiragino Kaku Gothic ProN", Meiryo, "MS PGothic", sans-serif;
}

.kr .refinementsLayer .refinementsContainer.dropdownList {
  font-family: "Malgun Gothic", "Dotum", Arial, sans-serif;
}

.cn .refinementsLayer .refinementsContainer.dropdownList {
  font-family: "Microsoft YaHei", "Microsoft YaHei Regular", Arial, sans-serif;
}

.ru .refinementsLayer .refinementsContainer.dropdownList {
  font-family: Arial, sans-serif;
}

.refinementsLayer .refinementsContainer.dropdownList > li.sortContainer,
.refinementsLayer .refinementsContainer.dropdownList > li.refinement {
  flex-basis: 25%;
  text-align: left;
  padding-left: 20px;
  padding-left: 1.25rem   ;
  padding-right: 20px;
  padding-right: 1.25rem   ;
}

.mfp-bg.mfp-ready + .mfp-wrap .refinementsLayer {
  display: block;
}

.refinementsLayer .refinementsTitle {
  font-size: 24px;
  font-size: 1.5rem   ;
  letter-spacing: 1.6px;
  letter-spacing: 0.1rem   ;
  line-height: 1.2;
  text-transform: uppercase;
  text-align: center;
  margin: 0;
}

html:not(.jp):not(.kr):not(.cn):not(.ru) .refinementsLayer .refinementsTitle {
  font-family: "pf_dintext_proregular", Helvetica, Arial, sans-serif;
}

.jp .refinementsLayer .refinementsTitle {
  font-family: "Hiragino Kaku Gothic ProN", Meiryo, "MS PGothic", sans-serif;
}

.kr .refinementsLayer .refinementsTitle {
  font-family: "Malgun Gothic", "Dotum", Arial, sans-serif;
}

.cn .refinementsLayer .refinementsTitle {
  font-family: "Microsoft YaHei", "Microsoft YaHei Regular", Arial, sans-serif;
}

.ru .refinementsLayer .refinementsTitle {
  font-family: Arial, sans-serif;
}

.refinementsLayer .search__found-products {
  display: flex;
  justify-content: center;
  margin-bottom: 35px;
  margin-bottom: 2.1875rem   ;
  font-size: 16px;
  font-size: 1rem   ;
  letter-spacing: 1.6px;
  letter-spacing: 0.1rem   ;
  line-height: 1.42;
}

html:not(.jp):not(.kr):not(.cn):not(.ru) .refinementsLayer .search__found-products {
  font-family: "pf_dintext_proregular", Helvetica, Arial, sans-serif;
}

.jp .refinementsLayer .search__found-products {
  font-family: "Hiragino Kaku Gothic ProN", Meiryo, "MS PGothic", sans-serif;
}

.kr .refinementsLayer .search__found-products {
  font-family: "Malgun Gothic", "Dotum", Arial, sans-serif;
}

.cn .refinementsLayer .search__found-products {
  font-family: "Microsoft YaHei", "Microsoft YaHei Regular", Arial, sans-serif;
}

.ru .refinementsLayer .search__found-products {
  font-family: Arial, sans-serif;
}

.refinementsLayer .search__found-products .search__products-shown {
  margin-right: 5px;
  margin-right: 0.3125rem   ;
}

.refinementsLayer .search__found-products .loadedItems {
  padding: 0;
  position: static;
}

.refinementsLayer .search__found-products .separator,
.refinementsLayer .search__found-products .totalQuantity {
  display: none;
}

.refinementsLayer .sortContainer legend {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.refinementsLayer .sortContainer li,
.refinementsLayer .sortContainer .title {
  margin-bottom: 13px;
  margin-bottom: 0.8125rem   ;
}

.refinementsLayer .sortContainer .title {
  font-size: 16px;
  font-size: 1rem   ;
  letter-spacing: 1.6px;
  letter-spacing: 0.1rem   ;
  line-height: 1.42;
  text-transform: uppercase;
  margin-top: 0;
  text-align: left;
}

html:not(.jp):not(.kr):not(.cn):not(.ru) .refinementsLayer .sortContainer .title {
  font-family: "pf_dintext_promedium", Helvetica, Arial, sans-serif;
}

.jp .refinementsLayer .sortContainer .title {
  font-family: "Hiragino Kaku Gothic ProN", Meiryo, "MS PGothic", sans-serif;
}

.kr .refinementsLayer .sortContainer .title {
  font-family: "Malgun Gothic", "Dotum", Arial, sans-serif;
}

.cn .refinementsLayer .sortContainer .title {
  font-family: "Microsoft YaHei", "Microsoft YaHei Regular", Arial, sans-serif;
}

.ru .refinementsLayer .sortContainer .title {
  font-family: Arial, sans-serif;
}

.jp .refinementsLayer .sortContainer .title,
.kr .refinementsLayer .sortContainer .title,
.cn .refinementsLayer .sortContainer .title,
.ru .refinementsLayer .sortContainer .title {
  font-weight: 700;
}

.refinementsLayer .sortContainer label {
  position: relative;
}

.refinementsLayer .sortContainer input:focus ~ span {
  outline-color: #919191;
  outline-style: dotted;
  outline-width: thin;
  outline-offset: -1px;
}

.refinementsLayer .sortContainer span {
  position: relative;
  display: flex;
}

.refinementsLayer .sortContainer span::before {
  content: "";
  background-color: #ffffff;
  border: 1px solid #000000;
  width: 20px;
  width: 1.25rem   ;
  height: 20px;
  height: 1.25rem   ;
  display: block;
  margin-right: 14px;
  margin-right: 0.875rem   ;
  border-radius: 10px;
  border-radius: 0.625rem   ;
  flex-shrink: 0;
}

.refinementsLayer .sortContainer li.selected span::after {
  content: "";
  background-color: #000000;
  width: 6px;
  width: 0.375rem   ;
  height: 6px;
  height: 0.375rem   ;
  position: absolute;
  left: 7px;
  left: 0.4375rem   ;
  top: 7px;
  top: 0.4375rem   ;
  border-radius: 6px;
  border-radius: 0.375rem   ;
}

.refinementsLayer .refinement legend {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.refinementsLayer .refinement li {
  margin-bottom: 13px;
  margin-bottom: 0.8125rem   ;
}

.refinementsLayer .refinement li input:focus ~ a .flag,
.refinementsLayer .refinement li input:focus ~ a .text,
.refinementsLayer .refinement li input:focus ~ .flag,
.refinementsLayer .refinement li input:focus ~ .text {
  outline-color: #919191;
  outline-style: dotted;
  outline-width: thin;
  outline-offset: -1px;
}

.refinementsLayer .refinement li input:disabled {
  opacity: 0;
}

.refinementsLayer .refinement li a, .refinementsLayer .refinement li label {
  display: flex;
  position: relative;
}

.refinementsLayer .refinement li .flag {
  background-color: #ffffff;
  border: 1px solid #000000;
  width: 20px;
  width: 1.25rem   ;
  height: 20px;
  height: 1.25rem   ;
  display: block;
  margin-right: 14px;
  margin-right: 0.875rem   ;
  flex-shrink: 0;
}

.refinementsLayer .refinement li.selected .flag {
  background-color: #000000;
  background-image: url("//media.yoox.biz/ytos/resources/STONEISLAND/icons/flagged-white.svg");
  background-repeat: no-repeat;
  background-position: center;
}

.refinementsLayer .refinement li.selected .flag[style="background-color:#FFFFFF"] {
  background-image: url("//media.yoox.biz/ytos/resources/STONEISLAND/icons/flagged.svg");
}

.refinementsLayer .refinement li.disabled {
  text-decoration: line-through;
  pointer-events: none;
}

.refinementsLayer .refinement li[data-ytos-button="viewall"] {
  display: none;
}

.refinementsLayer .refinement .title {
  font-size: 16px;
  font-size: 1rem   ;
  letter-spacing: 1.6px;
  letter-spacing: 0.1rem   ;
  line-height: 1.42;
  text-transform: uppercase;
  margin-bottom: 14px;
  margin-bottom: 0.875rem   ;
  margin-top: 0;
  text-align: left;
}

html:not(.jp):not(.kr):not(.cn):not(.ru) .refinementsLayer .refinement .title {
  font-family: "pf_dintext_promedium", Helvetica, Arial, sans-serif;
}

.jp .refinementsLayer .refinement .title {
  font-family: "Hiragino Kaku Gothic ProN", Meiryo, "MS PGothic", sans-serif;
}

.kr .refinementsLayer .refinement .title {
  font-family: "Malgun Gothic", "Dotum", Arial, sans-serif;
}

.cn .refinementsLayer .refinement .title {
  font-family: "Microsoft YaHei", "Microsoft YaHei Regular", Arial, sans-serif;
}

.ru .refinementsLayer .refinement .title {
  font-family: Arial, sans-serif;
}

.jp .refinementsLayer .refinement .title,
.kr .refinementsLayer .refinement .title,
.cn .refinementsLayer .refinement .title,
.ru .refinementsLayer .refinement .title {
  font-weight: 700;
}

.refinementsLayer .buttonsContainer {
  display: flex;
  justify-content: center;
}

.refinementsLayer .buttonsContainer .closeBtn {
  padding: 20px;
  padding: 1.25rem   ;
  font-size: 16px;
  font-size: 1rem   ;
  text-transform: uppercase;
  transition: background-color 0.2s cubic-bezier(0.18, -0.12, 0.82, 0.78);
  position: relative;
  overflow: hidden;
  background-color: #000000;
  color: #ffffff;
  border: 1px solid #000000;
}

html:not(.jp):not(.kr):not(.cn):not(.ru) .refinementsLayer .buttonsContainer .closeBtn {
  font-family: "pf_dintext_promedium", Helvetica, Arial, sans-serif;
}

.jp .refinementsLayer .buttonsContainer .closeBtn {
  font-family: "Hiragino Kaku Gothic ProN", Meiryo, "MS PGothic", sans-serif;
}

.kr .refinementsLayer .buttonsContainer .closeBtn {
  font-family: "Malgun Gothic", "Dotum", Arial, sans-serif;
}

.cn .refinementsLayer .buttonsContainer .closeBtn {
  font-family: "Microsoft YaHei", "Microsoft YaHei Regular", Arial, sans-serif;
}

.ru .refinementsLayer .buttonsContainer .closeBtn {
  font-family: Arial, sans-serif;
}

.jp .refinementsLayer .buttonsContainer .closeBtn,
.kr .refinementsLayer .buttonsContainer .closeBtn,
.cn .refinementsLayer .buttonsContainer .closeBtn,
.ru .refinementsLayer .buttonsContainer .closeBtn {
  font-weight: 700;
}

.refinementsLayer .buttonsContainer .closeBtn:active, .refinementsLayer .buttonsContainer .closeBtn:focus, .refinementsLayer .buttonsContainer .closeBtn:hover {
  background-color: #ffffff;
  color: #000000;
}

.refinementsLayer .buttonsContainer .resetFilters {
  padding: 20px;
  padding: 1.25rem   ;
  font-size: 16px;
  font-size: 1rem   ;
  text-transform: uppercase;
  transition: background-color 0.2s cubic-bezier(0.18, -0.12, 0.82, 0.78);
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
  color: #000000;
  border: 1px solid #000000;
  margin-right: 20px;
  margin-right: 1.25rem   ;
}

html:not(.jp):not(.kr):not(.cn):not(.ru) .refinementsLayer .buttonsContainer .resetFilters {
  font-family: "pf_dintext_promedium", Helvetica, Arial, sans-serif;
}

.jp .refinementsLayer .buttonsContainer .resetFilters {
  font-family: "Hiragino Kaku Gothic ProN", Meiryo, "MS PGothic", sans-serif;
}

.kr .refinementsLayer .buttonsContainer .resetFilters {
  font-family: "Malgun Gothic", "Dotum", Arial, sans-serif;
}

.cn .refinementsLayer .buttonsContainer .resetFilters {
  font-family: "Microsoft YaHei", "Microsoft YaHei Regular", Arial, sans-serif;
}

.ru .refinementsLayer .buttonsContainer .resetFilters {
  font-family: Arial, sans-serif;
}

.jp .refinementsLayer .buttonsContainer .resetFilters,
.kr .refinementsLayer .buttonsContainer .resetFilters,
.cn .refinementsLayer .buttonsContainer .resetFilters,
.ru .refinementsLayer .buttonsContainer .resetFilters {
  font-weight: 700;
}

.refinementsLayer .buttonsContainer .resetFilters:active, .refinementsLayer .buttonsContainer .resetFilters:focus, .refinementsLayer .buttonsContainer .resetFilters:hover {
  background-color: #000000;
  color: #ffffff;
}

.uiLayer-categoryMenuLayer #ui-layer-title {
  font-size: 24px;
  font-size: 1.5rem   ;
  letter-spacing: 1.6px;
  letter-spacing: 0.1rem   ;
  line-height: 1.2;
  text-transform: uppercase;
  text-align: center;
  margin: 0;
  padding: 0;
}

html:not(.jp):not(.kr):not(.cn):not(.ru) .uiLayer-categoryMenuLayer #ui-layer-title {
  font-family: "pf_dintext_proregular", Helvetica, Arial, sans-serif;
}

.jp .uiLayer-categoryMenuLayer #ui-layer-title {
  font-family: "Hiragino Kaku Gothic ProN", Meiryo, "MS PGothic", sans-serif;
}

.kr .uiLayer-categoryMenuLayer #ui-layer-title {
  font-family: "Malgun Gothic", "Dotum", Arial, sans-serif;
}

.cn .uiLayer-categoryMenuLayer #ui-layer-title {
  font-family: "Microsoft YaHei", "Microsoft YaHei Regular", Arial, sans-serif;
}

.ru .uiLayer-categoryMenuLayer #ui-layer-title {
  font-family: Arial, sans-serif;
}

.uiLayer-categoryMenuLayer .menu {
  padding: 0 30px 30px;
  padding: 0 1.875rem 1.875rem ;
  margin-top: 35px;
  margin-top: 2.1875rem   ;
  font-size: 14px;
  font-size: 0.875rem   ;
  letter-spacing: 1.6px;
  letter-spacing: 0.1rem   ;
  line-height: 1.5;
  text-transform: uppercase;
}

html:not(.jp):not(.kr):not(.cn):not(.ru) .uiLayer-categoryMenuLayer .menu {
  font-family: "pf_dintext_proregular", Helvetica, Arial, sans-serif;
}

.jp .uiLayer-categoryMenuLayer .menu {
  font-family: "Hiragino Kaku Gothic ProN", Meiryo, "MS PGothic", sans-serif;
}

.kr .uiLayer-categoryMenuLayer .menu {
  font-family: "Malgun Gothic", "Dotum", Arial, sans-serif;
}

.cn .uiLayer-categoryMenuLayer .menu {
  font-family: "Microsoft YaHei", "Microsoft YaHei Regular", Arial, sans-serif;
}

.ru .uiLayer-categoryMenuLayer .menu {
  font-family: Arial, sans-serif;
}

.uiLayer-categoryMenuLayer .menu .menuItem {
  font-size: 14px;
  font-size: 0.875rem   ;
  letter-spacing: 1.6px;
  letter-spacing: 0.1rem   ;
  line-height: 1.5;
  text-transform: uppercase;
}

html:not(.jp):not(.kr):not(.cn):not(.ru) .uiLayer-categoryMenuLayer .menu .menuItem {
  font-family: "pf_dintext_proregular", Helvetica, Arial, sans-serif;
}

.jp .uiLayer-categoryMenuLayer .menu .menuItem {
  font-family: "Hiragino Kaku Gothic ProN", Meiryo, "MS PGothic", sans-serif;
}

.kr .uiLayer-categoryMenuLayer .menu .menuItem {
  font-family: "Malgun Gothic", "Dotum", Arial, sans-serif;
}

.cn .uiLayer-categoryMenuLayer .menu .menuItem {
  font-family: "Microsoft YaHei", "Microsoft YaHei Regular", Arial, sans-serif;
}

.ru .uiLayer-categoryMenuLayer .menu .menuItem {
  font-family: Arial, sans-serif;
}

.uiLayer-categoryMenuLayer .menu > ul {
  max-height: 250px;
  max-height: 15.625rem   ;
  display: flex;
  justify-content: center;
  flex-direction: column;
  flex-wrap: wrap;
}

.uiLayer-categoryMenuLayer .menu > ul a {
  padding: 4px 14px;
  padding: 0.25rem 0.875rem  ;
}

.uiLayer-categoryMenuLayer .menu > ul a.main-menu__leaf--selected span {
  border: none;
}

.uiLayer-categoryMenuLayer .menuItemSet + .menuItemSet {
  margin-left: 110px;
  margin-left: 6.875rem   ;
}

.uiLayer-categoryMenuLayer .menuItem {
  margin-bottom: 10px;
  margin-bottom: 0.625rem   ;
}

.uiLayer-categoryMenuLayer .menuItem a {
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid;
  transition: border-bottom-color 0.2s cubic-bezier(0.18, -0.12, 0.82, 0.78);
  transition-property: border, color;
  border-bottom-color: transparent;
}

.uiLayer-categoryMenuLayer .menuItem a:active, .uiLayer-categoryMenuLayer .menuItem a:focus, .uiLayer-categoryMenuLayer .menuItem a:hover {
  border-bottom-color: currentColor;
}

.categoryMenu {
  width: 470px;
  width: 29.375rem   ;
}

.categoryMenu.mfp-hide {
  display: none;
}

.search__pageTitle {
  font-size: 24px;
  font-size: 1.5rem   ;
  letter-spacing: 1.6px;
  letter-spacing: 0.1rem   ;
  line-height: 1.2;
  text-transform: uppercase;
}

html:not(.jp):not(.kr):not(.cn):not(.ru) .search__pageTitle {
  font-family: "pf_dintext_proregular", Helvetica, Arial, sans-serif;
}

.jp .search__pageTitle {
  font-family: "Hiragino Kaku Gothic ProN", Meiryo, "MS PGothic", sans-serif;
}

.kr .search__pageTitle {
  font-family: "Malgun Gothic", "Dotum", Arial, sans-serif;
}

.cn .search__pageTitle {
  font-family: "Microsoft YaHei", "Microsoft YaHei Regular", Arial, sans-serif;
}

.ru .search__pageTitle {
  font-family: Arial, sans-serif;
}

.inPageTextSearch .searchTitle {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.inPageTextSearch .formWrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.inPageTextSearch .textSearchBrandSwitch {
  display: flex;
}

.inPageTextSearch .textSearchBrandSwitch .label {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.inPageTextSearch .textSearchBrandSwitch .radioButtonBox {
  margin-bottom: 0;
  margin-right: 8px;
  margin-right: 0.5rem   ;
}

@media (min-width: 769px) {
  .inPageTextSearch .textSearchBrandSwitch .radioButtonBox {
    margin-right: 10px;
    margin-right: 0.625rem   ;
  }
}

@media (min-width: 1025px) {
  .inPageTextSearch .textSearchBrandSwitch .radioButtonBox {
    margin-right: 46px;
    margin-right: 2.875rem   ;
  }
}

.inPageTextSearch [data-ytos-ctrl="search.textBox"] {
  margin-top: 0;
  flex-basis: 28%;
}

.inPageTextSearch [data-ytos-ctrl="search.textBox"] button {
  min-width: 37px;
  min-width: 2.3125rem   ;
  height: 35px;
  height: 2.1875rem   ;
  background-size: 42%;
}

.inPageTextSearch .radioButton {
  margin-right: 6px;
  margin-right: 0.375rem   ;
}

@media (min-width: 1025px) {
  .inPageTextSearch .radioButton {
    margin-right: 13px;
    margin-right: 0.8125rem   ;
  }
}

.topBlockTextSearch {
  margin-top: 26px;
  margin-top: 1.625rem   ;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.topBlockTextSearch .message,
.topBlockTextSearch #filterCategoryRender {
  flex: 2;
}

.topBlockTextSearch #filterCategoryRender {
  text-align: right;
}

.topBlockTextSearch #recapContainer {
  flex: 1;
}

.textSearchTotalResultsLabel {
  font-size: 14px;
  font-size: 0.875rem   ;
  letter-spacing: 1.6px;
  letter-spacing: 0.1rem   ;
  line-height: 1.5;
  text-transform: uppercase;
  text-transform: uppercase;
}

html:not(.jp):not(.kr):not(.cn):not(.ru) .textSearchTotalResultsLabel {
  font-family: "pf_dintext_proregular", Helvetica, Arial, sans-serif;
}

.jp .textSearchTotalResultsLabel {
  font-family: "Hiragino Kaku Gothic ProN", Meiryo, "MS PGothic", sans-serif;
}

.kr .textSearchTotalResultsLabel {
  font-family: "Malgun Gothic", "Dotum", Arial, sans-serif;
}

.cn .textSearchTotalResultsLabel {
  font-family: "Microsoft YaHei", "Microsoft YaHei Regular", Arial, sans-serif;
}

.ru .textSearchTotalResultsLabel {
  font-family: Arial, sans-serif;
}

.textSearchResult .products {
  padding-top: 0;
  margin-top: 35px;
  margin-top: 2.1875rem   ;
}

.textSearchResult .products .onResizeAutoHeight {
  height: auto;
}

.search-empty {
  font-size: 16px;
  font-size: 1rem   ;
  letter-spacing: 1.6px;
  letter-spacing: 0.1rem   ;
  line-height: 1.42;
  margin: 100px auto;
  margin: 6.25rem auto  ;
  text-align: center;
}

html:not(.jp):not(.kr):not(.cn):not(.ru) .search-empty {
  font-family: "pf_dintext_proregular", Helvetica, Arial, sans-serif;
}

.jp .search-empty {
  font-family: "Hiragino Kaku Gothic ProN", Meiryo, "MS PGothic", sans-serif;
}

.kr .search-empty {
  font-family: "Malgun Gothic", "Dotum", Arial, sans-serif;
}

.cn .search-empty {
  font-family: "Microsoft YaHei", "Microsoft YaHei Regular", Arial, sans-serif;
}

.ru .search-empty {
  font-family: Arial, sans-serif;
}

.item .itemBox {
  transition: border-color 0.3s ease-out;
  display: block;
  position: relative;
  border: 1px solid transparent;
}

.item .itemBox div.mainImage {
  display: block;
  position: relative;
  height: 0;
  padding-bottom: 127.34%;
}

.item .itemBox img {
  transition: opacity 0.3s ease-out;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.item .itemBox img.loaded {
  opacity: 1;
}

.item .itemBox .infoColorSizeWrapper {
  min-height: 150px;
  min-height: 9.375rem   ;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

.item .itemBox .info {
  padding: 20px 17px 0;
  padding: 1.25rem 1.0625rem 0 ;
  min-height: 150px;
  min-height: 9.375rem   ;
  position: relative;
  text-align: left;
  width: 100%;
  overflow: hidden;
}

.item .itemBox .priceUpdater {
  position: relative;
}

.item .itemBox .priceUpdater .full {
  float: left;
  color: #313131;
  text-decoration: line-through;
}

.item .itemBox .priceUpdater .discounted {
  margin-left: 10px;
  margin-left: 0.625rem   ;
}

.item .itemBox .priceUpdater .markdown {
  bottom: -20px;
  bottom: -1.25rem   ;
  position: absolute;
  left: 0;
}

.item .itemBox .colorSize {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  margin-bottom: 25px;
  margin-bottom: 1.5625rem   ;
  min-height: 100px;
  min-height: 6.25rem   ;
}

.item .itemBox .colorSize .selectedColor {
  display: none;
}

.item .itemBox .selectionTitle,
.item .itemBox .selectionLabel {
  display: none;
}

.item .itemBox .itemSizes {
  padding: 20px 25px 0;
  padding: 1.25rem 1.5625rem 0 ;
  text-align: center;
  cursor: default;
  width: 100%;
}

.item .itemBox .itemSizes legend {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.item .itemBox .itemSizes li {
  margin: 0 10px;
  margin: 0 0.625rem  ;
  display: inline-block;
  padding: 0;
}

.item .itemBox .itemSizes li .description,
.item .itemBox .itemSizes li .sizeValue {
  cursor: default;
}

.item .itemBox .itemSizes li .description {
  padding: 0 0 10px;
  padding: 0 0 0.625rem ;
}

.item .itemBox .itemSizes li .notAvailable {
  display: none;
}

.item .itemBox .itemSizes li .sizeUnavailable {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.item .itemBox .itemSizes li.disabled .notAvailable {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  display: initial;
}

.item .itemBox .itemSizes input[type="radio"] {
  display: none;
}

.item .itemBox .preOrderLabel {
  right: 17px;
  right: 1.0625rem   ;
  position: absolute;
  text-decoration: underline;
  bottom: 0;
}

.item .itemBox .selectColor {
  margin-top: 2px;
  margin-top: 0.125rem   ;
  padding: 0 11px;
  padding: 0 0.6875rem  ;
}

.item .itemBox .selectColor legend {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

html:not(.touchevents) .item .itemBox:hover,
html:not(.touchevents) .item .itemBox.focused {
  border-color: #919191;
}

html:not(.touchevents) .item .itemBox:hover .info,
html:not(.touchevents) .item .itemBox:hover .priceUpdater .full,
html:not(.touchevents) .item .itemBox.focused .info,
html:not(.touchevents) .item .itemBox.focused .priceUpdater .full {
  color: transparent;
}

html:not(.touchevents) .item .itemBox:hover .colorSize,
html:not(.touchevents) .item .itemBox.focused .colorSize {
  border: none;
  clip: auto;
  height: auto;
  margin: 0;
  overflow: auto;
  position: relative;
  width: auto;
  position: absolute;
  overflow: hidden;
}

.item.soldout .priceUpdater {
  display: none;
}

.item.soldout .soldoutWarning {
  height: 18px;
  height: 1.125rem   ;
  padding: 4px 12px 3px;
  padding: 0.25rem 0.75rem 0.1875rem ;
  margin-top: 6px;
  margin-top: 0.375rem   ;
  font-size: 14px;
  font-size: 0.875rem   ;
  letter-spacing: 1.6px;
  letter-spacing: 0.1rem   ;
  line-height: 1.5;
  text-transform: uppercase;
  font-weight: 400;
  position: relative;
  background-color: #ffffff;
  border: 1px solid #dbdbdb;
  line-height: 1;
  display: table;
}

html:not(.jp):not(.kr):not(.cn):not(.ru) .item.soldout .soldoutWarning {
  font-family: "pf_dintext_proregular", Helvetica, Arial, sans-serif;
}

.jp .item.soldout .soldoutWarning {
  font-family: "Hiragino Kaku Gothic ProN", Meiryo, "MS PGothic", sans-serif;
}

.kr .item.soldout .soldoutWarning {
  font-family: "Malgun Gothic", "Dotum", Arial, sans-serif;
}

.cn .item.soldout .soldoutWarning {
  font-family: "Microsoft YaHei", "Microsoft YaHei Regular", Arial, sans-serif;
}

.ru .item.soldout .soldoutWarning {
  font-family: Arial, sans-serif;
}

html:not(.touchevents) .item.soldout .itemBox:hover .info,
html:not(.touchevents) .item.soldout .itemBox:hover .priceUpdater .full,
html:not(.touchevents) .item.soldout .itemBox.focused .info,
html:not(.touchevents) .item.soldout .itemBox.focused .priceUpdater .full {
  color: inherit;
}

.preorderInfo {
  text-transform: uppercase;
}

.preorderInfo .creditCardChargeInfo {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.selectColor ul {
  height: 40px;
  height: 2.5rem   ;
  clear: both;
  display: table;
  margin: 0 auto;
}

.selectColor li {
  height: 12px;
  height: 0.75rem   ;
  width: 38px;
  width: 2.375rem   ;
  display: table-cell;
  padding-right: 1px;
  position: relative;
  vertical-align: middle;
}

.selectColor li .rgbColor {
  height: 12px;
  height: 0.75rem   ;
  margin-right: 3px;
  margin-right: 0.1875rem   ;
  transition: height 0.1s ease-in;
  background-color: #eee;
  cursor: pointer;
  display: block;
  border: 1px solid #dbdbdb;
}

.selectColor li .rgbColor.withBorder, .selectColor li .rgbColor[style*="#FFFFFF"], .selectColor li .rgbColor[style*="#fdfef4"] {
  border: 1px solid #cacaca;
}

.selectColor li input:checked ~ .rgbColor {
  right: 3px;
  right: 0.1875rem   ;
}

.selectColor li input:checked ~ .rgbColor:after {
  height: 2px;
  height: 0.125rem   ;
  bottom: 7px;
  bottom: 0.4375rem   ;
  content: '';
  width: 90%;
  background-color: #000000;
  position: absolute;
  left: 0;
}

.selectColor img {
  display: none;
}

.selectColor .description {
  display: none;
}

#gallery #grid .Product_desk .slot .colorsList li,
#gallery #grid .Product_desk .slot .itemColors li {
  display: table-cell;
}

#gallery #grid .Product_desk .slot .colorsList li:not(.selectedProduct),
#gallery #grid .Product_desk .slot .itemColors li:not(.selectedProduct) {
  display: none;
}

.cross {
  width: 10px;
  width: 0.625rem   ;
  height: 10px;
  height: 0.625rem   ;
  display: inline-flex;
  position: relative;
}

.cross:before, .cross:after {
  height: 9px;
  height: 0.5625rem   ;
  left: 5px;
  left: 0.3125rem   ;
  position: absolute;
  content: ' ';
  width: 1px;
  background-color: #000000;
}

.cross:before {
  transform: rotate(0deg);
}

.cross:after {
  transform: rotate(-90deg);
}

.defaultBacktotop {
  right: 5px;
  right: 0.3125rem   ;
  bottom: 10px;
  bottom: 0.625rem   ;
  width: 50px;
  width: 3.125rem   ;
  height: 50px;
  height: 3.125rem   ;
  z-index: 8;
  opacity: 0;
  transition: opacity 0.3s ease-out 0.1s, visibility 0.3s ease-out;
  position: fixed;
  visibility: hidden;
  border: 1px solid #919191;
  cursor: pointer;
  background-color: #ffffff;
}

.defaultBacktotop .icon {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50%;
  background-image: url("//media.yoox.biz/ytos/resources/STONEISLAND/icons/arrow_up.svg");
  height: 16px;
  height: 1rem   ;
  width: 16px;
  width: 1rem   ;
  display: block;
  margin: 0 auto;
}

.defaultBacktotop.fadeIn {
  opacity: 0.5;
  visibility: visible;
}

.defaultBacktotop:hover {
  opacity: 1;
}

.item__limitededition br:nth-child(2) {
  display: none;
}

@media (min-width: 1024px) {
  .item__limitededition br {
    display: none;
  }
}

/*# sourceMappingURL=../../maps/desktop/pages/search.css.map */
