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

button {
  -webkit-appearance: none;
     -moz-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;
  }
}

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

main .profileIntro {
  max-width: 520px;
  max-width: 32.5rem   ;
  margin: 0 auto;
  text-align: center;
}

main .accountNavigationContainer {
  margin-top: 44px;
  margin-top: 2.75rem   ;
  padding-bottom: 49px;
  padding-bottom: 3.0625rem   ;
}

main .accountNavigationContainer ul {
  padding: 37px 31px 19px 31px;
  padding: 2.3125rem 1.9375rem 1.1875rem 1.9375rem;
  border-bottom: 1px solid #000000;
  display: flex;
  justify-content: space-between;
}

main .accountNavigationContainer ul div[class*="Count"] {
  display: none;
}

main .accountNavigationContainer li a {
  padding-bottom: 18px;
  padding-bottom: 1.125rem   ;
}

.kr main .accountNavigationContainer li a {
  padding-bottom: 17px;
  padding-bottom: 1.0625rem   ;
}

.ru main .accountNavigationContainer li a {
  padding-bottom: 19px;
  padding-bottom: 1.1875rem   ;
}

.jp main .accountNavigationContainer li a {
  padding-bottom: 20px;
  padding-bottom: 1.25rem   ;
}

main .accountNavigationContainer li.selected a {
  font-size: 16px;
  font-size: 1rem   ;
  letter-spacing: 1.6px;
  letter-spacing: 0.1rem   ;
  line-height: 1.42;
  text-transform: uppercase;
  font-size: 12px;
  font-size: 0.75rem   ;
  border-bottom: 3px solid #000000;
}

html:not(.jp):not(.kr):not(.cn):not(.ru) main .accountNavigationContainer li.selected a {
  font-family: "pf_dintext_promedium", Helvetica, Arial, sans-serif;
}

.jp main .accountNavigationContainer li.selected a {
  font-family: "Hiragino Kaku Gothic ProN", Meiryo, "MS PGothic", sans-serif;
}

.kr main .accountNavigationContainer li.selected a {
  font-family: "Malgun Gothic", "Dotum", Arial, sans-serif;
}

.cn main .accountNavigationContainer li.selected a {
  font-family: "Microsoft YaHei", "Microsoft YaHei Regular", Arial, sans-serif;
}

.ru main .accountNavigationContainer li.selected a {
  font-family: Arial, sans-serif;
}

.jp main .accountNavigationContainer li.selected a,
.kr main .accountNavigationContainer li.selected a,
.cn main .accountNavigationContainer li.selected a,
.ru main .accountNavigationContainer li.selected a {
  font-weight: 700;
}

main .accountNavigationContainer li.selected a:hover {
  border-bottom: 3px solid transparent;
}

@media (min-width: 1024px) {
  main .accountNavigationContainer li.selected a {
    font-size: inherit;
  }
}

main .accountNavigationContainer li:not(.selected) a {
  font-size: 16px;
  font-size: 1rem   ;
  letter-spacing: 1.6px;
  letter-spacing: 0.1rem   ;
  line-height: 1.42;
  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;
  font-size: 12px;
  font-size: 0.75rem   ;
  border-bottom: 3px solid transparent;
  text-transform: uppercase;
}

html:not(.jp):not(.kr):not(.cn):not(.ru) main .accountNavigationContainer li:not(.selected) a {
  font-family: "pf_dintext_proregular", Helvetica, Arial, sans-serif;
}

.jp main .accountNavigationContainer li:not(.selected) a {
  font-family: "Hiragino Kaku Gothic ProN", Meiryo, "MS PGothic", sans-serif;
}

.kr main .accountNavigationContainer li:not(.selected) a {
  font-family: "Malgun Gothic", "Dotum", Arial, sans-serif;
}

.cn main .accountNavigationContainer li:not(.selected) a {
  font-family: "Microsoft YaHei", "Microsoft YaHei Regular", Arial, sans-serif;
}

.ru main .accountNavigationContainer li:not(.selected) a {
  font-family: Arial, sans-serif;
}

main .accountNavigationContainer li:not(.selected) a:active, main .accountNavigationContainer li:not(.selected) a:focus, main .accountNavigationContainer li:not(.selected) a:hover {
  border-bottom-color: currentColor;
}

@media (min-width: 1024px) {
  main .accountNavigationContainer li:not(.selected) a {
    font-size: inherit;
  }
}

main .accountNavigationContainer li:not(.selected) a:hover {
  border-bottom: 3px solid #000000;
}

main .accountNavigationContainer li .additionaInfo {
  display: none;
}

.login main .accountNavigationContainer ul,
.register main .accountNavigationContainer ul {
  justify-content: space-around;
}

.header-account__menu-button {
  display: none;
}

.header-account__welcome-message, .header-account__title,
.header-account .profileIntro,
.header-account .loggedMenu {
  text-align: center;
}

.header-account__title {
  margin: 0 0 32px;
  margin: 0 0 2rem ;
}

.header-account__title, .header-account__welcome-message {
  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) .header-account__title, html:not(.jp):not(.kr):not(.cn):not(.ru) .header-account__welcome-message {
  font-family: "pf_dintext_proregular", Helvetica, Arial, sans-serif;
}

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

.kr .header-account__title, .kr .header-account__welcome-message {
  font-family: "Malgun Gothic", "Dotum", Arial, sans-serif;
}

.cn .header-account__title, .cn .header-account__welcome-message {
  font-family: "Microsoft YaHei", "Microsoft YaHei Regular", Arial, sans-serif;
}

.ru .header-account__title, .ru .header-account__welcome-message {
  font-family: Arial, sans-serif;
}

.header-account__welcome-message {
  margin-bottom: 7px;
  margin-bottom: 0.4375rem   ;
}

.header-account__menu .myAccountTitleSidebar {
  display: none;
}

.main {
  max-width: 1280px;
  max-width: 80rem   ;
  min-height: 450px;
  min-height: 28.125rem   ;
}

@media (min-width: 768px) {
  .main {
    margin: 30px 14px;
    margin: 1.875rem 0.875rem  ;
  }
}

@media (min-width: 1025px) {
  .main {
    margin: 32px auto;
    margin: 2rem auto  ;
  }
}

.main .inner {
  margin: 0 30px;
  margin: 0 1.875rem  ;
}

.section-title {
  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) .section-title {
  font-family: "pf_dintext_proregular", Helvetica, Arial, sans-serif;
}

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

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

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

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

.page-title {
  font-size: 16px;
  font-size: 1rem   ;
  letter-spacing: 1.6px;
  letter-spacing: 0.1rem   ;
  line-height: 1.42;
  text-transform: uppercase;
  margin: 0 0 30px;
  margin: 0 0 1.875rem ;
}

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

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

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

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

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

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

.intro {
  font-size: 16px;
  font-size: 1rem   ;
  letter-spacing: 1.6px;
  letter-spacing: 0.1rem   ;
  line-height: 1.42;
  margin: 0 0 30px;
  margin: 0 0 1.875rem ;
}

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

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

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

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

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

.loginMenu {
  display: none;
}

/*# sourceMappingURL=../../../maps/desktop/pages/account/area.css.map */
