@keyframes fade-moving {
  0% {
    background-color: #ffffff;
  }
  50% {
    background-color: #dbdbdb;
  }
  100% {
    background-color: #ffffff;
  }
}
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:not([type=checkbox]) {
  opacity: 0.5;
  pointer-events: none;
}

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

img:not([src]):not([srcset]) {
  visibility: hidden;
}

img[data-origin] {
  animation: fade-moving 0.5s infinite;
}
img[data-origin].loaded {
  animation: none;
}

.paylater-container {
  margin: 20px 0;
}

@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;
}
button {
  -webkit-appearance: none;
          appearance: none;
  letter-spacing: inherit;
  padding: 0;
  background: none;
  color: inherit;
  border: none;
  cursor: pointer;
}

.ripple-effect {
  position: absolute;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  animation: ripple-animation 2.5s;
  pointer-events: none;
}

@keyframes ripple-animation {
  from {
    transform: scale(1);
    opacity: 0.4;
  }
  to {
    transform: scale(100);
    opacity: 0;
  }
}
@keyframes rotate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
#siteOverlay {
  z-index: 90;
  opacity: 0;
  transition: transform 0.2s ease-out;
  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;
}

body:not(#newbalance):not(.blacktheme) #siteOverlay {
  background-color: #dbdbdb;
}
body:not(#newbalance):not(.blacktheme) #siteOverlay .spinner {
  background-image: url("//media.yoox.biz/ytos/resources/STONEISLAND/img/spinner.svg");
  background-repeat: no-repeat;
  background-position: center;
}

#newbalance #siteOverlay,
.blacktheme #siteOverlay {
  background-color: #000000;
}
#newbalance #siteOverlay .spinner,
.blacktheme #siteOverlay .spinner {
  background-image: url("//media.yoox.biz/ytos/resources/STONEISLAND/img/spinner-white.svg");
  background-repeat: no-repeat;
  background-position: center;
}

.spinner {
  z-index: 110;
  width: 32px;
  width: 2rem   ;
  height: 32px;
  height: 2rem   ;
  display: block;
  position: fixed;
  left: calc( 50% - 1rem   );
  top: calc( 50% - 1rem   );
}

.loading .spinner {
  animation: rotate 1.5s linear infinite;
}

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

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

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

#main > .content-wrapper {
  max-width: 1610px;
  max-width: 100.625rem   ;
  column-gap: 60px;
  column-gap: 3.75rem   ;
  margin: 0 auto 50px;
  display: -ms-grid;
  display: grid;
      grid-template-areas: "nav content";
  -ms-grid-columns: 220px 3.75rem 1fr;
  grid-template-columns: 220px 1fr;
}

.legal__menu {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  font-size: 14px;
  font-size: 0.875rem   ;
  letter-spacing: 1.6px;
  letter-spacing: 0.1rem   ;
  line-height: 1.5;
  text-transform: uppercase;
  font-size: 16px;
  font-size: 1rem   ;
  grid-area: nav;
}
html:not(.jp):not(.kr):not(.cn):not(.ru) .legal__menu {
  font-family: "pf_dintext_proregular", Helvetica, Arial, sans-serif;
}
.jp .legal__menu {
  font-family: "Hiragino Kaku Gothic ProN", Meiryo, "MS PGothic", sans-serif;
}
.kr .legal__menu {
  font-family: "Malgun Gothic", "Dotum", Arial, sans-serif;
}
.cn .legal__menu {
  font-family: "Microsoft YaHei", "Microsoft YaHei Regular", Arial, sans-serif;
}
.ru .legal__menu {
  font-family: Arial, sans-serif;
}
.legal__menu-button {
  display: none;
}
.legal__menu-title {
  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) .legal__menu-title {
  font-family: "pf_dintext_proregular", Helvetica, Arial, sans-serif;
}
.jp .legal__menu-title {
  font-family: "Hiragino Kaku Gothic ProN", Meiryo, "MS PGothic", sans-serif;
}
.kr .legal__menu-title {
  font-family: "Malgun Gothic", "Dotum", Arial, sans-serif;
}
.cn .legal__menu-title {
  font-family: "Microsoft YaHei", "Microsoft YaHei Regular", Arial, sans-serif;
}
.ru .legal__menu-title {
  font-family: Arial, sans-serif;
}
.legal__menu-list--item {
  padding: 10px;
  padding: 0.625rem   ;
  border-bottom: 1px solid #919191;
}
.legal__menu-list--item:first-child {
  border-top: 1px solid #919191;
}
.legal__menu-list--item a:not(.selected) {
  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;
}
.legal__menu-list--item a:not(.selected):active, .legal__menu-list--item a:not(.selected):focus, .legal__menu-list--item a:not(.selected):hover {
  border-bottom-color: currentColor;
}

.legalContent {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: content;
  overflow-x: hidden;
}
.legalContent hr {
  display: none;
}
.legalContent .section-title {
  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) .legalContent .section-title {
  font-family: "pf_dintext_proregular", Helvetica, Arial, sans-serif;
}
.jp .legalContent .section-title {
  font-family: "Hiragino Kaku Gothic ProN", Meiryo, "MS PGothic", sans-serif;
}
.kr .legalContent .section-title {
  font-family: "Malgun Gothic", "Dotum", Arial, sans-serif;
}
.cn .legalContent .section-title {
  font-family: "Microsoft YaHei", "Microsoft YaHei Regular", Arial, sans-serif;
}
.ru .legalContent .section-title {
  font-family: Arial, sans-serif;
}
.legalContent .stampLink {
  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: 1px solid #000000;
  position: relative;
  overflow: hidden;
  margin-top: 25px;
  margin-top: 1.5625rem   ;
  display: inline-block;
}
html:not(.jp):not(.kr):not(.cn):not(.ru) .legalContent .stampLink {
  font-family: "pf_dintext_proregular", Helvetica, Arial, sans-serif;
}
.jp .legalContent .stampLink {
  font-family: "Hiragino Kaku Gothic ProN", Meiryo, "MS PGothic", sans-serif;
}
.kr .legalContent .stampLink {
  font-family: "Malgun Gothic", "Dotum", Arial, sans-serif;
}
.cn .legalContent .stampLink {
  font-family: "Microsoft YaHei", "Microsoft YaHei Regular", Arial, sans-serif;
}
.ru .legalContent .stampLink {
  font-family: Arial, sans-serif;
}
.legalContent .stampLink:active, .legalContent .stampLink:focus, .legalContent .stampLink:hover {
  padding: 10px 28px;
  padding: 0.625rem 1.75rem  ;
  background-color: #ffffff;
  color: #000000;
}

.legal_accordion__chapter {
  margin: 30px 0;
  margin: 1.875rem 0  ;
}
.legal_accordion__chapter__title {
  font-size: 16px;
  font-size: 1rem   ;
  letter-spacing: 1.6px;
  letter-spacing: 0.1rem   ;
  line-height: 1.42;
  text-transform: uppercase;
  display: flex;
  text-align: left;
  align-items: center;
}
html:not(.jp):not(.kr):not(.cn):not(.ru) .legal_accordion__chapter__title {
  font-family: "pf_dintext_promedium", Helvetica, Arial, sans-serif;
}
.jp .legal_accordion__chapter__title {
  font-family: "Hiragino Kaku Gothic ProN", Meiryo, "MS PGothic", sans-serif;
}
.kr .legal_accordion__chapter__title {
  font-family: "Malgun Gothic", "Dotum", Arial, sans-serif;
}
.cn .legal_accordion__chapter__title {
  font-family: "Microsoft YaHei", "Microsoft YaHei Regular", Arial, sans-serif;
}
.ru .legal_accordion__chapter__title {
  font-family: Arial, sans-serif;
}
.jp .legal_accordion__chapter__title, .kr .legal_accordion__chapter__title, .cn .legal_accordion__chapter__title, .ru .legal_accordion__chapter__title {
  font-weight: 700;
}
.legal_accordion__chapter__title::before {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50%;
  background-image: url("//media.yoox.biz/ytos/resources/STONEISLAND/icons/arrow_down.svg");
  width: 14px;
  width: 0.875rem   ;
  height: 12px;
  height: 0.75rem   ;
  margin-right: 15px;
  margin-right: 0.9375rem   ;
  content: "";
  transition: transform 250ms linear;
}
.expanded .legal_accordion__chapter__title::before {
  transform: rotateZ(-180deg);
}
.legal_accordion__chapter__content {
  height: auto;
  overflow: hidden;
  transition: height 350ms;
  will-change: height;
}
.collapsed .legal_accordion__chapter__content {
  display: none;
}

#ca-slot--cookie-notice {
  overflow-x: auto;
}
#ca-slot--cookie-notice table {
  border-spacing: 0;
}
#ca-slot--cookie-notice th, #ca-slot--cookie-notice td {
  padding: 6px;
  padding: 0.375rem   ;
  border: 1px solid #919191;
  text-align: center;
}
#ca-slot--cookie-notice th:first-child, #ca-slot--cookie-notice td:first-child {
  border-left: 2px solid #919191;
}
#ca-slot--cookie-notice th:last-child, #ca-slot--cookie-notice td:last-child {
  border-right: 2px solid #919191;
}
#ca-slot--cookie-notice tr:first-child th {
  border-top: 2px solid #919191;
}
#ca-slot--cookie-notice tr:last-child td {
  border-bottom: 2px solid #919191;
}
/*# sourceMappingURL=../../../maps/desktop/pages/help/legalarea.css.map */
