@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: solid;
  outline-width: medium;
  outline-offset: -1px;
}

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

.withBlur5Transition {
  transition: filter 0.5s linear;
}

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

:focus,
.focused {
  outline-color: #919191;
  outline-style: solid;
  outline-width: medium;
  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;
}

@media print {
  header,
footer,
.legal__menu {
    display: none;
  }

  .governanceLayer {
    display: none;
  }

  a {
    border: none;
  }

  .stampLink {
    display: none;
  }

  #acc-alert {
    display: none;
  }

  #userbar {
    display: none;
  }

  .legalContent {
    margin-top: 25px;
    margin-top: 1.5625rem   ;
  }

  .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_promedium", 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;
  }
  .jp .section-title, .kr .section-title, .cn .section-title, .ru .section-title {
    font-weight: 700;
  }

  .accessibility .legalContent {
    margin-bottom: 30px;
    margin-bottom: 1.875rem   ;
  }

  .legal_accordion__chapter {
    margin: 30px 0;
    margin: 1.875rem 0  ;
  }
  .legal_accordion__chapter__title {
    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) .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__content {
    height: auto !important;
    overflow: hidden;
  }

  #printPage header {
    padding: 30px 0;
  }
  #printPage header .logo {
    width: 166px;
    height: 57px;
    margin: 0 auto;
    display: block;
    fill: inherit;
    background-repeat: no-repeat;
    background-size: 100%;
  }
  #printPage header img {
    display: none;
  }
  #printPage .productInfoToPrint {
    width: 90%;
    margin: 10% 5%;
    display: flex;
    font-size: 11px;
  }
  #printPage .leftBlock,
#printPage .rightBlock {
    float: left;
    align-self: flex-start;
  }
  #printPage .leftBlock {
    position: relative;
    width: 60%;
  }
  #printPage .leftBlock:after {
    content: "";
    position: absolute;
    height: 130%;
    right: 0;
    top: -15%;
    width: 1px;
    background-color: #dbdbdb;
  }
  #printPage .rightBlock {
    width: 40%;
    padding: 0 40px;
    text-align: left;
  }
  #printPage .mainImage {
    padding: 0 40px;
  }
  #printPage .mainImage img {
    width: 100%;
  }
  #printPage .modelName {
    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) #printPage .modelName {
    font-family: "pf_dintext_proregular", Helvetica, Arial, sans-serif;
  }
  .jp #printPage .modelName {
    font-family: "Hiragino Kaku Gothic ProN", Meiryo, "MS PGothic", sans-serif;
  }
  .kr #printPage .modelName {
    font-family: "Malgun Gothic", "Dotum", Arial, sans-serif;
  }
  .cn #printPage .modelName {
    font-family: "Microsoft YaHei", "Microsoft YaHei Regular", Arial, sans-serif;
  }
  .ru #printPage .modelName {
    font-family: Arial, sans-serif;
  }
  #printPage .itemBoxPrice {
    margin-bottom: 30px;
  }
  #printPage .priceUpdater {
    margin-top: 10px;
  }
  #printPage .discounted {
    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) #printPage .discounted {
    font-family: "pf_dintext_promedium", Helvetica, Arial, sans-serif;
  }
  .jp #printPage .discounted {
    font-family: "Hiragino Kaku Gothic ProN", Meiryo, "MS PGothic", sans-serif;
  }
  .kr #printPage .discounted {
    font-family: "Malgun Gothic", "Dotum", Arial, sans-serif;
  }
  .cn #printPage .discounted {
    font-family: "Microsoft YaHei", "Microsoft YaHei Regular", Arial, sans-serif;
  }
  .ru #printPage .discounted {
    font-family: Arial, sans-serif;
  }
  .jp #printPage .discounted, .kr #printPage .discounted, .cn #printPage .discounted, .ru #printPage .discounted {
    font-weight: 700;
  }
  #printPage .price {
    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) #printPage .price {
    font-family: "pf_dintext_promedium", Helvetica, Arial, sans-serif;
  }
  .jp #printPage .price {
    font-family: "Hiragino Kaku Gothic ProN", Meiryo, "MS PGothic", sans-serif;
  }
  .kr #printPage .price {
    font-family: "Malgun Gothic", "Dotum", Arial, sans-serif;
  }
  .cn #printPage .price {
    font-family: "Microsoft YaHei", "Microsoft YaHei Regular", Arial, sans-serif;
  }
  .ru #printPage .price {
    font-family: Arial, sans-serif;
  }
  .jp #printPage .price, .kr #printPage .price, .cn #printPage .price, .ru #printPage .price {
    font-weight: 700;
  }
  #printPage .price.full {
    font-size: 12px;
    font-size: 0.75rem   ;
    letter-spacing: 1.6px;
    letter-spacing: 0.1rem   ;
    line-height: 1.5;
    text-transform: uppercase;
    text-decoration: line-through;
    float: left;
    color: #737373;
    margin-right: 20px;
  }
  html:not(.jp):not(.kr):not(.cn):not(.ru) #printPage .price.full {
    font-family: "pf_dintext_proregular", Helvetica, Arial, sans-serif;
  }
  .jp #printPage .price.full {
    font-family: "Hiragino Kaku Gothic ProN", Meiryo, "MS PGothic", sans-serif;
  }
  .kr #printPage .price.full {
    font-family: "Malgun Gothic", "Dotum", Arial, sans-serif;
  }
  .cn #printPage .price.full {
    font-family: "Microsoft YaHei", "Microsoft YaHei Regular", Arial, sans-serif;
  }
  .ru #printPage .price.full {
    font-family: Arial, sans-serif;
  }
  #printPage .markdown {
    left: 0;
    font-size: 12px;
    margin-right: 10%;
    float: right;
  }
  #printPage #descriptionToPrint {
    margin-bottom: 50px;
  }
  #printPage .descrTitle,
#printPage .compositionTitle {
    font-size: 12px;
    font-size: 0.75rem   ;
    letter-spacing: 1.6px;
    letter-spacing: 0.1rem   ;
    line-height: 1.5;
    text-transform: uppercase;
    line-height: 40px;
    border-top: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb;
    margin: 20px 0 10px;
    text-align: left;
  }
  html:not(.jp):not(.kr):not(.cn):not(.ru) #printPage .descrTitle,
html:not(.jp):not(.kr):not(.cn):not(.ru) #printPage .compositionTitle {
    font-family: "pf_dintext_promedium", Helvetica, Arial, sans-serif;
  }
  .jp #printPage .descrTitle,
.jp #printPage .compositionTitle {
    font-family: "Hiragino Kaku Gothic ProN", Meiryo, "MS PGothic", sans-serif;
  }
  .kr #printPage .descrTitle,
.kr #printPage .compositionTitle {
    font-family: "Malgun Gothic", "Dotum", Arial, sans-serif;
  }
  .cn #printPage .descrTitle,
.cn #printPage .compositionTitle {
    font-family: "Microsoft YaHei", "Microsoft YaHei Regular", Arial, sans-serif;
  }
  .ru #printPage .descrTitle,
.ru #printPage .compositionTitle {
    font-family: Arial, sans-serif;
  }
  .jp #printPage .descrTitle, .kr #printPage .descrTitle, .cn #printPage .descrTitle, .ru #printPage .descrTitle,
.jp #printPage .compositionTitle,
.kr #printPage .compositionTitle,
.cn #printPage .compositionTitle,
.ru #printPage .compositionTitle {
    font-weight: 700;
  }
  #printPage .descContent,
#printPage .compositionContent {
    text-align: left;
    line-height: 20px;
  }
  #printPage button {
    padding: 11px;
    padding: 0.6875rem   ;
    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;
    margin-top: 50px;
  }
  html:not(.jp):not(.kr):not(.cn):not(.ru) #printPage button {
    font-family: "pf_dintext_promedium", Helvetica, Arial, sans-serif;
  }
  .jp #printPage button {
    font-family: "Hiragino Kaku Gothic ProN", Meiryo, "MS PGothic", sans-serif;
  }
  .kr #printPage button {
    font-family: "Malgun Gothic", "Dotum", Arial, sans-serif;
  }
  .cn #printPage button {
    font-family: "Microsoft YaHei", "Microsoft YaHei Regular", Arial, sans-serif;
  }
  .ru #printPage button {
    font-family: Arial, sans-serif;
  }
  .jp #printPage button, .kr #printPage button, .cn #printPage button, .ru #printPage button {
    font-weight: 700;
  }
  #printPage button:active, #printPage button:focus, #printPage button:hover {
    background-color: #ffffff;
    color: #000000;
  }
  #printPage .layerTitle {
    text-transform: uppercase;
    margin: 10px 0;
  }
  #printPage .attributes {
    margin-top: 20px;
    margin-bottom: 25px;
  }
  #printPage .attributes li {
    display: inline;
    font-size: 62px;
  }
}
/*# sourceMappingURL=../maps/desktop/print.css.map */
