@charset "UTF-8";
@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; }

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

/* Slider */
/*stylelint-disable*/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.slick-track::before,
.slick-track::after {
  display: table;
  content: ""; }

.slick-track::after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[dir="rtl"] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent; }

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent; }

.slick-prev:hover::before,
.slick-prev:focus::before,
.slick-next:hover::before,
.slick-next:focus::before {
  opacity: 1; }

.slick-prev.slick-disabled::before,
.slick-next.slick-disabled::before {
  opacity: .25; }

.slick-prev::before,
.slick-next::before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }

[dir="rtl"] .slick-prev {
  right: -25px;
  left: auto; }

.slick-prev::before {
  content: "←"; }

[dir="rtl"] .slick-prev::before {
  content: "→"; }

.slick-next {
  right: -25px; }

[dir="rtl"] .slick-next {
  right: auto;
  left: -25px; }

.slick-next::before {
  content: "→"; }

[dir="rtl"] .slick-next::before {
  content: "←"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center; }

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer; }

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent; }

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none; }

.slick-dots li button:hover::before,
.slick-dots li button:focus::before {
  opacity: 1; }

.slick-dots li button::before {
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: .25;
  color: #000000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-dots li.slick-active button::before {
  opacity: .75;
  color: #000000; }

.corporate-menu__title {
  font-size: 18px;
  font-size: 1.125rem   ;
  letter-spacing: 0.5px;
  letter-spacing: 0.03125rem   ;
  line-height: 1.4;
  text-transform: uppercase;
  margin-bottom: 18px;
  margin-bottom: 1.125rem   ;
  text-align: center; }
  html:not(.jp):not(.kr):not(.cn):not(.ru) .corporate-menu__title {
    font-family: "pf_dintext_proregular", Helvetica, Arial, sans-serif; }
  .jp .corporate-menu__title {
    font-family: "Hiragino Kaku Gothic ProN", meiryo, "MS PGothic", sans-serif; }
  .kr .corporate-menu__title {
    font-family: "Malgun Gothic", "Dotum", arial, sans-serif; }
  .cn .corporate-menu__title {
    font-family: "Microsoft YaHei", "Microsoft YaHei Regular", arial, sans-serif; }
  .ru .corporate-menu__title {
    font-family: arial, sans-serif; }
  @media (min-width: 1024px) {
    .corporate-menu__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: left; }
      html:not(.jp):not(.kr):not(.cn):not(.ru) .corporate-menu__title {
        font-family: "pf_dintext_proregular", Helvetica, Arial, sans-serif; }
      .jp .corporate-menu__title {
        font-family: "Hiragino Kaku Gothic ProN", meiryo, "MS PGothic", sans-serif; }
      .kr .corporate-menu__title {
        font-family: "Malgun Gothic", "Dotum", arial, sans-serif; }
      .cn .corporate-menu__title {
        font-family: "Microsoft YaHei", "Microsoft YaHei Regular", arial, sans-serif; }
      .ru .corporate-menu__title {
        font-family: arial, sans-serif; } }

.corporate-menu__item {
  font-size: 12px;
  font-size: 0.75rem   ;
  letter-spacing: 1.15px;
  letter-spacing: 0.07187rem   ;
  line-height: 1.32;
  text-transform: uppercase;
  padding: 18px 13px;
  padding: 1.125rem 0.8125rem  ;
  border: 1px solid #dbdbdb; }
  html:not(.jp):not(.kr):not(.cn):not(.ru) .corporate-menu__item {
    font-family: "pf_dintext_proregular", Helvetica, Arial, sans-serif; }
  .jp .corporate-menu__item {
    font-family: "Hiragino Kaku Gothic ProN", meiryo, "MS PGothic", sans-serif; }
  .kr .corporate-menu__item {
    font-family: "Malgun Gothic", "Dotum", arial, sans-serif; }
  .cn .corporate-menu__item {
    font-family: "Microsoft YaHei", "Microsoft YaHei Regular", arial, sans-serif; }
  .ru .corporate-menu__item {
    font-family: arial, sans-serif; }
  @media (min-width: 1024px) {
    .corporate-menu__item {
      font-size: 16px;
      font-size: 1rem   ;
      letter-spacing: 1.6px;
      letter-spacing: 0.1rem   ;
      line-height: 1.42;
      padding: 19px 0;
      padding: 1.1875rem 0  ;
      border: none; }
      html:not(.jp):not(.kr):not(.cn):not(.ru) .corporate-menu__item {
        font-family: "pf_dintext_proregular", Helvetica, Arial, sans-serif; }
      .jp .corporate-menu__item {
        font-family: "Hiragino Kaku Gothic ProN", meiryo, "MS PGothic", sans-serif; }
      .kr .corporate-menu__item {
        font-family: "Malgun Gothic", "Dotum", arial, sans-serif; }
      .cn .corporate-menu__item {
        font-family: "Microsoft YaHei", "Microsoft YaHei Regular", arial, sans-serif; }
      .ru .corporate-menu__item {
        font-family: arial, sans-serif; } }
  .corporate-menu__item:nth-child(2):not(.corporate-menu__item--selected) {
    border-top: none;
    border-bottom: none; }
  .corporate-menu__item--selected {
    font-size: 12px;
    font-size: 0.75rem   ;
    letter-spacing: 1.25px;
    letter-spacing: 0.07812rem   ;
    line-height: 1.25;
    text-transform: uppercase;
    border: 1px solid #000000; }
    html:not(.jp):not(.kr):not(.cn):not(.ru) .corporate-menu__item--selected {
      font-family: "pf_dintext_promedium", Helvetica, Arial, sans-serif; }
    .jp .corporate-menu__item--selected {
      font-family: "Hiragino Kaku Gothic ProN", meiryo, "MS PGothic", sans-serif; }
    .kr .corporate-menu__item--selected {
      font-family: "Malgun Gothic", "Dotum", arial, sans-serif; }
    .cn .corporate-menu__item--selected {
      font-family: "Microsoft YaHei", "Microsoft YaHei Regular", arial, sans-serif; }
    .ru .corporate-menu__item--selected {
      font-family: arial, sans-serif; }
    .jp .corporate-menu__item--selected,
    .kr .corporate-menu__item--selected,
    .cn .corporate-menu__item--selected,
    .ru .corporate-menu__item--selected {
      font-weight: 700; }
    @media (min-width: 1024px) {
      .corporate-menu__item--selected {
        font-size: 16px;
        font-size: 1rem   ;
        letter-spacing: 1.6px;
        letter-spacing: 0.1rem   ;
        line-height: 1.42;
        text-transform: uppercase;
        border: none; }
        html:not(.jp):not(.kr):not(.cn):not(.ru) .corporate-menu__item--selected {
          font-family: "pf_dintext_promedium", Helvetica, Arial, sans-serif; }
        .jp .corporate-menu__item--selected {
          font-family: "Hiragino Kaku Gothic ProN", meiryo, "MS PGothic", sans-serif; }
        .kr .corporate-menu__item--selected {
          font-family: "Malgun Gothic", "Dotum", arial, sans-serif; }
        .cn .corporate-menu__item--selected {
          font-family: "Microsoft YaHei", "Microsoft YaHei Regular", arial, sans-serif; }
        .ru .corporate-menu__item--selected {
          font-family: arial, sans-serif; }
        .jp .corporate-menu__item--selected,
        .kr .corporate-menu__item--selected,
        .cn .corporate-menu__item--selected,
        .ru .corporate-menu__item--selected {
          font-weight: 700; } }

#main .corporate-menu 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; }
  #main .corporate-menu a:active, #main .corporate-menu a:focus, #main .corporate-menu a:hover {
    border-bottom-color: currentColor; }

@media (min-width: 1024px) {
  #main .corporate-menu .corporate-menu__item--selected 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; }
    #main .corporate-menu .corporate-menu__item--selected a:active, #main .corporate-menu .corporate-menu__item--selected a:focus, #main .corporate-menu .corporate-menu__item--selected a:hover {
      border-bottom-color: transparent; } }

.template-sales .corporate-menu__container {
  padding: 16px 15px 32px;
  padding: 1rem 0.9375rem 2rem ; }
  @media (min-width: 768px) {
    .template-sales .corporate-menu__container {
      padding: 0 30px;
      padding: 0 1.875rem  ; } }
  @media (min-width: 769px) {
    .template-sales .corporate-menu__container {
      padding: 0; } }

.template-sales .breadcrumbWrapper,
.template-sales .page-title,
.template-sales .si-tabs-tab-panel {
  padding: 0 15px;
  padding: 0 0.9375rem  ; }

@media (min-width: 768px) {
  .template-sales .breadcrumbWrapper {
    padding: 0 30px 18px;
    padding: 0 1.875rem 1.125rem ; } }

@media (min-width: 769px) {
  .template-sales .breadcrumbWrapper {
    padding: 0 0 18px;
    padding: 0 0 1.125rem ; } }

@media (min-width: 768px) {
  .template-sales .page-title,
  .template-sales .si-tabs-tab-panel {
    padding: 0 30px;
    padding: 0 1.875rem  ; } }

@media (min-width: 769px) {
  .template-sales .page-title,
  .template-sales .si-tabs-tab-panel {
    padding: 0; } }

.template-sales .page-title {
  padding-bottom: 17px;
  padding-bottom: 1.0625rem   ; }

.uiLayer-addressesLayer .inner {
  padding: 17px 16px 20px;
  padding: 1.0625rem 1rem 1.25rem ; }

.uiLayer-addressesLayer .post-popup {
  padding-top: 6px;
  padding-top: 0.375rem   ; }

.uiLayer-addressesLayer h2,
.uiLayer-addressesLayer .country {
  font-size: 12px;
  font-size: 0.75rem   ;
  letter-spacing: 1.25px;
  letter-spacing: 0.07812rem   ;
  line-height: 1.25;
  text-transform: uppercase; }
  html:not(.jp):not(.kr):not(.cn):not(.ru) .uiLayer-addressesLayer h2, html:not(.jp):not(.kr):not(.cn):not(.ru)
  .uiLayer-addressesLayer .country {
    font-family: "pf_dintext_promedium", Helvetica, Arial, sans-serif; }
  .jp .uiLayer-addressesLayer h2, .jp
  .uiLayer-addressesLayer .country {
    font-family: "Hiragino Kaku Gothic ProN", meiryo, "MS PGothic", sans-serif; }
  .kr .uiLayer-addressesLayer h2, .kr
  .uiLayer-addressesLayer .country {
    font-family: "Malgun Gothic", "Dotum", arial, sans-serif; }
  .cn .uiLayer-addressesLayer h2, .cn
  .uiLayer-addressesLayer .country {
    font-family: "Microsoft YaHei", "Microsoft YaHei Regular", arial, sans-serif; }
  .ru .uiLayer-addressesLayer h2, .ru
  .uiLayer-addressesLayer .country {
    font-family: arial, sans-serif; }
  .jp .uiLayer-addressesLayer h2,
  .kr .uiLayer-addressesLayer h2,
  .cn .uiLayer-addressesLayer h2,
  .ru .uiLayer-addressesLayer h2, .jp
  .uiLayer-addressesLayer .country,
  .kr
  .uiLayer-addressesLayer .country,
  .cn
  .uiLayer-addressesLayer .country,
  .ru
  .uiLayer-addressesLayer .country {
    font-weight: 700; }

.uiLayer-addressesLayer h2 {
  margin: 0 0 17px 0;
  margin: 0 0 1.0625rem 0; }

.uiLayer-addressesLayer .country {
  margin-bottom: 2px;
  margin-bottom: 0.125rem   ; }

.uiLayer-addressesLayer .regions {
  margin-bottom: 16px;
  margin-bottom: 1rem   ; }

.uiLayer-addressesLayer .address {
  margin-bottom: 7px;
  margin-bottom: 0.4375rem   ; }

.uiLayer-addressesLayer .phone,
.uiLayer-addressesLayer .mail {
  margin-bottom: 20px;
  margin-bottom: 1.25rem   ; }
  .uiLayer-addressesLayer .phone a,
  .uiLayer-addressesLayer .mail a {
    margin-left: 8px;
    margin-left: 0.5rem   ; }

.uiLayer-addressesLayer .mail a {
  text-transform: uppercase; }

.uiLayer-addressesLayer .website,
.uiLayer-addressesLayer .viewMap {
  margin-left: 25px;
  margin-left: 1.5625rem   ; }

.uiLayer-addressesLayer .website {
  margin-bottom: 23px;
  margin-bottom: 1.4375rem   ; }

.uiLayer-addressesLayer .viewMap {
  margin-top: 21px;
  margin-top: 1.3125rem   ; }
  .uiLayer-addressesLayer .viewMap a {
    font-size: 12px;
    font-size: 0.75rem   ;
    letter-spacing: 1.25px;
    letter-spacing: 0.07812rem   ;
    line-height: 1.25;
    text-transform: uppercase; }
    html:not(.jp):not(.kr):not(.cn):not(.ru) .uiLayer-addressesLayer .viewMap a {
      font-family: "pf_dintext_promedium", Helvetica, Arial, sans-serif; }
    .jp .uiLayer-addressesLayer .viewMap a {
      font-family: "Hiragino Kaku Gothic ProN", meiryo, "MS PGothic", sans-serif; }
    .kr .uiLayer-addressesLayer .viewMap a {
      font-family: "Malgun Gothic", "Dotum", arial, sans-serif; }
    .cn .uiLayer-addressesLayer .viewMap a {
      font-family: "Microsoft YaHei", "Microsoft YaHei Regular", arial, sans-serif; }
    .ru .uiLayer-addressesLayer .viewMap a {
      font-family: arial, sans-serif; }
    .jp .uiLayer-addressesLayer .viewMap a,
    .kr .uiLayer-addressesLayer .viewMap a,
    .cn .uiLayer-addressesLayer .viewMap a,
    .ru .uiLayer-addressesLayer .viewMap a {
      font-weight: 700; }
    .uiLayer-addressesLayer .viewMap a::after {
      margin: 0; }

#container {
  padding: 0; }
  @media (min-width: 769px) {
    #container {
      padding: 0 30px 16px;
      padding: 0 1.875rem 1rem ; } }
  @media (min-width: 1661px) {
    #container {
      padding: 0; } }

@media (min-width: 1024px) {
  .corporate-section {
    display: flex;
    justify-content: space-between; } }

@media (min-width: 1024px) {
  .corporate-content {
    flex-basis: 75%; } }

.header-image {
  display: none; }
  @media (min-width: 1024px) {
    .header-image {
      display: block;
      margin-top: 5px;
      margin-top: 0.3125rem   ; } }

.page-title {
  font-size: 14px;
  font-size: 0.875rem   ;
  letter-spacing: 1.3px;
  letter-spacing: 0.08125rem   ;
  line-height: 1.2142857;
  text-transform: uppercase;
  margin-top: 38px;
  margin-top: 2.375rem   ;
  margin-bottom: 14px;
  margin-bottom: 0.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; }
  @media (min-width: 768px) {
    .page-title {
      font-size: 24px;
      font-size: 1.5rem   ;
      letter-spacing: 1.6px;
      letter-spacing: 0.1rem   ;
      line-height: 1.2;
      text-transform: uppercase;
      margin-top: 50px;
      margin-top: 3.125rem   ;
      margin-bottom: 24px;
      margin-bottom: 1.5rem   ;
      margin-left: 19px;
      margin-left: 1.1875rem   ; }
      html:not(.jp):not(.kr):not(.cn):not(.ru) .page-title {
        font-family: "pf_dintext_proregular", 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; } }

#sales .si-tabs {
  position: relative;
  display: inline-block;
  overflow: hidden;
  width: 100%;
  max-width: 100%; }

#sales .si-tabs.hidden {
  display: none; }

#sales .si-tabs-tab-selector {
  overflow-x: scroll;
  display: flex;
  width: 100%; }
  #sales .si-tabs-tab-selector::after {
    content: " ";
    display: block;
    width: 100%;
    border-bottom: 2px solid #000000; }
  #sales .si-tabs-tab-selector.lastChildSelected::after {
    border-top: 2px solid #000000;
    border-bottom: none; }

#sales .si-tabs-tab {
  font-size: 14px;
  font-size: 0.875rem   ;
  letter-spacing: 1.4px;
  letter-spacing: 0.0875rem   ;
  height: 42px;
  height: 2.625rem   ;
  padding: 12px 14px;
  padding: 0.75rem 0.875rem  ;
  margin: 0;
  line-height: 1.2142857;
  text-transform: uppercase;
  position: relative;
  text-align: center;
  cursor: pointer;
  white-space: nowrap;
  border-bottom: 2px solid #000000;
  border-top: 2px solid transparent; }
  html:not(.jp):not(.kr):not(.cn):not(.ru) #sales .si-tabs-tab {
    font-family: "pf_dintext_proregular", Helvetica, Arial, sans-serif; }
  .jp #sales .si-tabs-tab {
    font-family: "Hiragino Kaku Gothic ProN", meiryo, "MS PGothic", sans-serif; }
  .kr #sales .si-tabs-tab {
    font-family: "Malgun Gothic", "Dotum", arial, sans-serif; }
  .cn #sales .si-tabs-tab {
    font-family: "Microsoft YaHei", "Microsoft YaHei Regular", arial, sans-serif; }
  .ru #sales .si-tabs-tab {
    font-family: arial, sans-serif; }
  #sales .si-tabs-tab:not(:first-child):not(.selected)::before {
    content: " ";
    width: 1px;
    height: 12px;
    height: 0.75rem   ;
    display: block;
    background: #000;
    position: absolute;
    left: 0;
    top: calc(50% - 6px); }
  #sales .si-tabs-tab.selected {
    border-bottom: none;
    border-top: 2px solid #000000; }
    html:not(.jp):not(.kr):not(.cn):not(.ru) #sales .si-tabs-tab.selected {
      font-family: "pf_dintext_promedium", Helvetica, Arial, sans-serif; }
    .jp #sales .si-tabs-tab.selected {
      font-family: "Hiragino Kaku Gothic ProN", meiryo, "MS PGothic", sans-serif; }
    .kr #sales .si-tabs-tab.selected {
      font-family: "Malgun Gothic", "Dotum", arial, sans-serif; }
    .cn #sales .si-tabs-tab.selected {
      font-family: "Microsoft YaHei", "Microsoft YaHei Regular", arial, sans-serif; }
    .ru #sales .si-tabs-tab.selected {
      font-family: arial, sans-serif; }
    .jp #sales .si-tabs-tab.selected,
    .kr #sales .si-tabs-tab.selected,
    .cn #sales .si-tabs-tab.selected,
    .ru #sales .si-tabs-tab.selected {
      font-weight: 700; }
    #sales .si-tabs-tab.selected:not(:first-child) {
      border-left: 2px solid #000000; }
    #sales .si-tabs-tab.selected:not(:last-child) {
      border-right: 2px solid #000000; }
    #sales .si-tabs-tab.selected + .si-tabs-tab::before {
      content: none; }
  html:not(.jp):not(.kr):not(.cn):not(.ru) #sales .si-tabs-tab:focus, html:not(.jp):not(.kr):not(.cn):not(.ru) #sales .si-tabs-tab:hover {
    font-family: "pf_dintext_promedium", Helvetica, Arial, sans-serif; }
  .jp #sales .si-tabs-tab:focus, .jp #sales .si-tabs-tab:hover {
    font-family: "Hiragino Kaku Gothic ProN", meiryo, "MS PGothic", sans-serif; }
  .kr #sales .si-tabs-tab:focus, .kr #sales .si-tabs-tab:hover {
    font-family: "Malgun Gothic", "Dotum", arial, sans-serif; }
  .cn #sales .si-tabs-tab:focus, .cn #sales .si-tabs-tab:hover {
    font-family: "Microsoft YaHei", "Microsoft YaHei Regular", arial, sans-serif; }
  .ru #sales .si-tabs-tab:focus, .ru #sales .si-tabs-tab:hover {
    font-family: arial, sans-serif; }
  .jp #sales .si-tabs-tab:focus,
  .kr #sales .si-tabs-tab:focus,
  .cn #sales .si-tabs-tab:focus,
  .ru #sales .si-tabs-tab:focus, .jp #sales .si-tabs-tab:hover,
  .kr #sales .si-tabs-tab:hover,
  .cn #sales .si-tabs-tab:hover,
  .ru #sales .si-tabs-tab:hover {
    font-weight: 700; }

#sales .si-tabs-has-arrows .si-tabs-tab:first-child, #sales .si-tabs-has-arrows .si-tabs-tab:first-child:active, #sales .si-tabs-has-arrows .si-tabs-tab:first-child:focus {
  padding-left: 30px;
  padding-left: 1.875rem   ; }

#sales .si-tabs-has-arrows .si-tabs-tab:first-child:hover:not(.selected) {
  padding-right: 14px;
  padding-right: 0.875rem   ; }

#sales .si-tabs-has-arrows .si-tabs-tab:last-child, #sales .si-tabs-has-arrows .si-tabs-tab:last-child:active, #sales .si-tabs-has-arrows .si-tabs-tab:last-child:focus {
  padding-right: 30px;
  padding-right: 1.875rem   ; }

#sales .si-tabs-has-arrows .si-tabs-tab:last-child:hover:not(.selected) {
  padding-left: 14px;
  padding-left: 0.875rem   ; }

#sales .si-tabs-has-arrows .si-tabs-tab:active:not(:first-child):not(:last-child):not(.selected) {
  padding: 20px 14px;
  padding: 1.25rem 0.875rem  ; }

#sales .si-tabs-has-arrows .si-tabs-tab:focus:not(:first-child):not(:last-child):not(.selected), #sales .si-tabs-has-arrows .si-tabs-tab:hover:not(:first-child):not(:last-child):not(.selected) {
  padding: 12px 14px;
  padding: 0.75rem 0.875rem  ; }

#sales .si-tabs-has-arrows .si-tabs-arrow {
  top: 4px;
  top: 0.25rem   ;
  padding: 8px;
  padding: 0.5rem   ;
  height: 50px;
  height: 3.125rem   ;
  width: 22px;
  width: 1.375rem   ;
  position: absolute;
  background-color: #ffffff;
  border: none;
  clip: auto;
  margin: 0;
  overflow: auto; }
  #sales .si-tabs-has-arrows .si-tabs-arrow .icon {
    width: 100%;
    height: 100%;
    display: block;
    margin: 0 auto; }

#sales .si-tabs-has-arrows .si-tabs-left-arrow {
  left: 0; }
  #sales .si-tabs-has-arrows .si-tabs-left-arrow .icon {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50%;
    background-image: url("//media.yoox.biz/ytos/resources/STONEISLAND/icons/arrow_left.svg"); }
  #sales .si-tabs-has-arrows .si-tabs-left-arrow:hover .icon {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50%;
    background-image: url("//media.yoox.biz/ytos/resources/STONEISLAND/icons/arrow_left_hover.svg"); }

#sales .si-tabs-has-arrows .si-tabs-right-arrow {
  right: 0; }
  #sales .si-tabs-has-arrows .si-tabs-right-arrow .icon {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50%;
    background-image: url("//media.yoox.biz/ytos/resources/STONEISLAND/icons/arrow_right.svg"); }
  #sales .si-tabs-has-arrows .si-tabs-right-arrow:hover .icon {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50%;
    background-image: url("//media.yoox.biz/ytos/resources/STONEISLAND/icons/arrow_right_hover.svg"); }

.ie #sales div[role="navigation"] {
  display: none; }

.ie #sales .si-tabs-tab {
  min-width: 320px;
  min-width: 20rem   ; }

#sales .si-tabs-has-arrows .si-tabs-arrow {
  top: 3px;
  top: 0.1875rem   ;
  height: 34px;
  height: 2.125rem   ;
  padding: 10px 18px;
  padding: 0.625rem 1.125rem  ; }
  #sales .si-tabs-has-arrows .si-tabs-arrow .icon {
    min-width: 5px;
    min-width: 0.3125rem   ; }

#sales .si-tabs-tab-selector {
  overflow-x: scroll; }
  @media (min-width: 769px) {
    #sales .si-tabs-tab-selector {
      overflow-x: auto; } }

#sales .sales-switcher.si-tabs-tab-selector .si-tabs-tab,
#sales .sales-switcher.si-tabs-tab-selector .si-tabs-tab:focus,
#sales .sales-switcher.si-tabs-tab-selector .si-tabs-tab:active {
  padding: 12px 10px 6px 15px;
  padding: 0.75rem 0.625rem 0.375rem 0.9375rem;
  font-size: 14px;
  font-size: 0.875rem   ;
  letter-spacing: 1.3px;
  letter-spacing: 0.08125rem   ;
  line-height: 1.2142857;
  text-transform: uppercase; }
  html:not(.jp):not(.kr):not(.cn):not(.ru) #sales .sales-switcher.si-tabs-tab-selector .si-tabs-tab, html:not(.jp):not(.kr):not(.cn):not(.ru)
  #sales .sales-switcher.si-tabs-tab-selector .si-tabs-tab:focus, html:not(.jp):not(.kr):not(.cn):not(.ru)
  #sales .sales-switcher.si-tabs-tab-selector .si-tabs-tab:active {
    font-family: "pf_dintext_promedium", Helvetica, Arial, sans-serif; }
  .jp #sales .sales-switcher.si-tabs-tab-selector .si-tabs-tab, .jp
  #sales .sales-switcher.si-tabs-tab-selector .si-tabs-tab:focus, .jp
  #sales .sales-switcher.si-tabs-tab-selector .si-tabs-tab:active {
    font-family: "Hiragino Kaku Gothic ProN", meiryo, "MS PGothic", sans-serif; }
  .kr #sales .sales-switcher.si-tabs-tab-selector .si-tabs-tab, .kr
  #sales .sales-switcher.si-tabs-tab-selector .si-tabs-tab:focus, .kr
  #sales .sales-switcher.si-tabs-tab-selector .si-tabs-tab:active {
    font-family: "Malgun Gothic", "Dotum", arial, sans-serif; }
  .cn #sales .sales-switcher.si-tabs-tab-selector .si-tabs-tab, .cn
  #sales .sales-switcher.si-tabs-tab-selector .si-tabs-tab:focus, .cn
  #sales .sales-switcher.si-tabs-tab-selector .si-tabs-tab:active {
    font-family: "Microsoft YaHei", "Microsoft YaHei Regular", arial, sans-serif; }
  .ru #sales .sales-switcher.si-tabs-tab-selector .si-tabs-tab, .ru
  #sales .sales-switcher.si-tabs-tab-selector .si-tabs-tab:focus, .ru
  #sales .sales-switcher.si-tabs-tab-selector .si-tabs-tab:active {
    font-family: arial, sans-serif; }
  .jp #sales .sales-switcher.si-tabs-tab-selector .si-tabs-tab,
  .kr #sales .sales-switcher.si-tabs-tab-selector .si-tabs-tab,
  .cn #sales .sales-switcher.si-tabs-tab-selector .si-tabs-tab,
  .ru #sales .sales-switcher.si-tabs-tab-selector .si-tabs-tab, .jp
  #sales .sales-switcher.si-tabs-tab-selector .si-tabs-tab:focus,
  .kr
  #sales .sales-switcher.si-tabs-tab-selector .si-tabs-tab:focus,
  .cn
  #sales .sales-switcher.si-tabs-tab-selector .si-tabs-tab:focus,
  .ru
  #sales .sales-switcher.si-tabs-tab-selector .si-tabs-tab:focus, .jp
  #sales .sales-switcher.si-tabs-tab-selector .si-tabs-tab:active,
  .kr
  #sales .sales-switcher.si-tabs-tab-selector .si-tabs-tab:active,
  .cn
  #sales .sales-switcher.si-tabs-tab-selector .si-tabs-tab:active,
  .ru
  #sales .sales-switcher.si-tabs-tab-selector .si-tabs-tab:active {
    font-weight: 700; }
  html:not(.jp):not(.kr):not(.cn):not(.ru) #sales .sales-switcher.si-tabs-tab-selector .si-tabs-tab:not(.selected), html:not(.jp):not(.kr):not(.cn):not(.ru)
  #sales .sales-switcher.si-tabs-tab-selector .si-tabs-tab:focus:not(.selected), html:not(.jp):not(.kr):not(.cn):not(.ru)
  #sales .sales-switcher.si-tabs-tab-selector .si-tabs-tab:active:not(.selected) {
    font-family: "pf_dintext_proregular", Helvetica, Arial, sans-serif; }
  .jp #sales .sales-switcher.si-tabs-tab-selector .si-tabs-tab:not(.selected), .jp
  #sales .sales-switcher.si-tabs-tab-selector .si-tabs-tab:focus:not(.selected), .jp
  #sales .sales-switcher.si-tabs-tab-selector .si-tabs-tab:active:not(.selected) {
    font-family: "Hiragino Kaku Gothic ProN", meiryo, "MS PGothic", sans-serif; }
  .kr #sales .sales-switcher.si-tabs-tab-selector .si-tabs-tab:not(.selected), .kr
  #sales .sales-switcher.si-tabs-tab-selector .si-tabs-tab:focus:not(.selected), .kr
  #sales .sales-switcher.si-tabs-tab-selector .si-tabs-tab:active:not(.selected) {
    font-family: "Malgun Gothic", "Dotum", arial, sans-serif; }
  .cn #sales .sales-switcher.si-tabs-tab-selector .si-tabs-tab:not(.selected), .cn
  #sales .sales-switcher.si-tabs-tab-selector .si-tabs-tab:focus:not(.selected), .cn
  #sales .sales-switcher.si-tabs-tab-selector .si-tabs-tab:active:not(.selected) {
    font-family: "Microsoft YaHei", "Microsoft YaHei Regular", arial, sans-serif; }
  .ru #sales .sales-switcher.si-tabs-tab-selector .si-tabs-tab:not(.selected), .ru
  #sales .sales-switcher.si-tabs-tab-selector .si-tabs-tab:focus:not(.selected), .ru
  #sales .sales-switcher.si-tabs-tab-selector .si-tabs-tab:active:not(.selected) {
    font-family: arial, sans-serif; }
  @media (min-width: 768px) {
    #sales .sales-switcher.si-tabs-tab-selector .si-tabs-tab,
    #sales .sales-switcher.si-tabs-tab-selector .si-tabs-tab:focus,
    #sales .sales-switcher.si-tabs-tab-selector .si-tabs-tab:active {
      font-size: 16px;
      font-size: 1rem   ;
      letter-spacing: 1.6px;
      letter-spacing: 0.1rem   ;
      line-height: 1.42;
      text-transform: uppercase;
      padding: 10px 20px 6px 20px;
      padding: 0.625rem 1.25rem 0.375rem 1.25rem; }
      html:not(.jp):not(.kr):not(.cn):not(.ru) #sales .sales-switcher.si-tabs-tab-selector .si-tabs-tab, html:not(.jp):not(.kr):not(.cn):not(.ru)
      #sales .sales-switcher.si-tabs-tab-selector .si-tabs-tab:focus, html:not(.jp):not(.kr):not(.cn):not(.ru)
      #sales .sales-switcher.si-tabs-tab-selector .si-tabs-tab:active {
        font-family: "pf_dintext_promedium", Helvetica, Arial, sans-serif; }
      .jp #sales .sales-switcher.si-tabs-tab-selector .si-tabs-tab, .jp
      #sales .sales-switcher.si-tabs-tab-selector .si-tabs-tab:focus, .jp
      #sales .sales-switcher.si-tabs-tab-selector .si-tabs-tab:active {
        font-family: "Hiragino Kaku Gothic ProN", meiryo, "MS PGothic", sans-serif; }
      .kr #sales .sales-switcher.si-tabs-tab-selector .si-tabs-tab, .kr
      #sales .sales-switcher.si-tabs-tab-selector .si-tabs-tab:focus, .kr
      #sales .sales-switcher.si-tabs-tab-selector .si-tabs-tab:active {
        font-family: "Malgun Gothic", "Dotum", arial, sans-serif; }
      .cn #sales .sales-switcher.si-tabs-tab-selector .si-tabs-tab, .cn
      #sales .sales-switcher.si-tabs-tab-selector .si-tabs-tab:focus, .cn
      #sales .sales-switcher.si-tabs-tab-selector .si-tabs-tab:active {
        font-family: "Microsoft YaHei", "Microsoft YaHei Regular", arial, sans-serif; }
      .ru #sales .sales-switcher.si-tabs-tab-selector .si-tabs-tab, .ru
      #sales .sales-switcher.si-tabs-tab-selector .si-tabs-tab:focus, .ru
      #sales .sales-switcher.si-tabs-tab-selector .si-tabs-tab:active {
        font-family: arial, sans-serif; }
      .jp #sales .sales-switcher.si-tabs-tab-selector .si-tabs-tab,
      .kr #sales .sales-switcher.si-tabs-tab-selector .si-tabs-tab,
      .cn #sales .sales-switcher.si-tabs-tab-selector .si-tabs-tab,
      .ru #sales .sales-switcher.si-tabs-tab-selector .si-tabs-tab, .jp
      #sales .sales-switcher.si-tabs-tab-selector .si-tabs-tab:focus,
      .kr
      #sales .sales-switcher.si-tabs-tab-selector .si-tabs-tab:focus,
      .cn
      #sales .sales-switcher.si-tabs-tab-selector .si-tabs-tab:focus,
      .ru
      #sales .sales-switcher.si-tabs-tab-selector .si-tabs-tab:focus, .jp
      #sales .sales-switcher.si-tabs-tab-selector .si-tabs-tab:active,
      .kr
      #sales .sales-switcher.si-tabs-tab-selector .si-tabs-tab:active,
      .cn
      #sales .sales-switcher.si-tabs-tab-selector .si-tabs-tab:active,
      .ru
      #sales .sales-switcher.si-tabs-tab-selector .si-tabs-tab:active {
        font-weight: 700; }
      html:not(.jp):not(.kr):not(.cn):not(.ru) #sales .sales-switcher.si-tabs-tab-selector .si-tabs-tab:not(.selected), html:not(.jp):not(.kr):not(.cn):not(.ru)
      #sales .sales-switcher.si-tabs-tab-selector .si-tabs-tab:focus:not(.selected), html:not(.jp):not(.kr):not(.cn):not(.ru)
      #sales .sales-switcher.si-tabs-tab-selector .si-tabs-tab:active:not(.selected) {
        font-family: "pf_dintext_proregular", Helvetica, Arial, sans-serif; }
      .jp #sales .sales-switcher.si-tabs-tab-selector .si-tabs-tab:not(.selected), .jp
      #sales .sales-switcher.si-tabs-tab-selector .si-tabs-tab:focus:not(.selected), .jp
      #sales .sales-switcher.si-tabs-tab-selector .si-tabs-tab:active:not(.selected) {
        font-family: "Hiragino Kaku Gothic ProN", meiryo, "MS PGothic", sans-serif; }
      .kr #sales .sales-switcher.si-tabs-tab-selector .si-tabs-tab:not(.selected), .kr
      #sales .sales-switcher.si-tabs-tab-selector .si-tabs-tab:focus:not(.selected), .kr
      #sales .sales-switcher.si-tabs-tab-selector .si-tabs-tab:active:not(.selected) {
        font-family: "Malgun Gothic", "Dotum", arial, sans-serif; }
      .cn #sales .sales-switcher.si-tabs-tab-selector .si-tabs-tab:not(.selected), .cn
      #sales .sales-switcher.si-tabs-tab-selector .si-tabs-tab:focus:not(.selected), .cn
      #sales .sales-switcher.si-tabs-tab-selector .si-tabs-tab:active:not(.selected) {
        font-family: "Microsoft YaHei", "Microsoft YaHei Regular", arial, sans-serif; }
      .ru #sales .sales-switcher.si-tabs-tab-selector .si-tabs-tab:not(.selected), .ru
      #sales .sales-switcher.si-tabs-tab-selector .si-tabs-tab:focus:not(.selected), .ru
      #sales .sales-switcher.si-tabs-tab-selector .si-tabs-tab:active:not(.selected) {
        font-family: arial, sans-serif; } }

#sales .sales-switcher.si-tabs-tab-selector .si-tabs-tab:not(:first-child):not(.selected)::before {
  width: 2px;
  width: 0.125rem   ;
  height: 16px;
  height: 1rem   ; }

#sales .addresses-container .country {
  display: none; }

#sales .addresses-grid {
  margin-top: 43px;
  margin-top: 2.6875rem   ;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); }
  #sales .addresses-grid .post {
    font-size: 12px;
    font-size: 0.75rem   ;
    letter-spacing: 1.7px;
    letter-spacing: 0.10625rem   ;
    line-height: 1.9;
    padding: 20px 8px 8px;
    padding: 1.25rem 0.5rem 0.5rem ;
    min-height: 150px;
    min-height: 9.375rem   ;
    display: grid;
    grid-template-areas: "country 1fr" "regions 1fr" "regions openPopupButtonContainer";
    grid-template-rows: auto minmax(0, 1fr);
    border: 1px solid #dbdbdb;
    word-wrap: break-word;
    word-break: break-word; }
    html:not(.jp):not(.kr):not(.cn):not(.ru) #sales .addresses-grid .post {
      font-family: "pf_dintext_prolight", Helvetica, Arial, sans-serif; }
    .jp #sales .addresses-grid .post {
      font-family: "Hiragino Kaku Gothic ProN", meiryo, "MS PGothic", sans-serif; }
    .kr #sales .addresses-grid .post {
      font-family: "Malgun Gothic", "Dotum", arial, sans-serif; }
    .cn #sales .addresses-grid .post {
      font-family: "Microsoft YaHei", "Microsoft YaHei Regular", arial, sans-serif; }
    .ru #sales .addresses-grid .post {
      font-family: arial, sans-serif; }
    #sales .addresses-grid .post:nth-child(odd), #sales .addresses-grid .post:nth-child(2) {
      border-left: none; }
    #sales .addresses-grid .post:first-child, #sales .addresses-grid .post:nth-child(3) {
      border: 1px solid #dbdbdb; }
    #sales .addresses-grid .post:nth-child(n + 3) {
      border-top: none; }
    #sales .addresses-grid .post .country {
      display: block;
      grid-area: country;
      font-size: 14px;
      font-size: 0.875rem   ;
      letter-spacing: 1.3px;
      letter-spacing: 0.08125rem   ;
      line-height: 1.2142857;
      text-transform: uppercase; }
      html:not(.jp):not(.kr):not(.cn):not(.ru) #sales .addresses-grid .post .country {
        font-family: "pf_dintext_promedium", Helvetica, Arial, sans-serif; }
      .jp #sales .addresses-grid .post .country {
        font-family: "Hiragino Kaku Gothic ProN", meiryo, "MS PGothic", sans-serif; }
      .kr #sales .addresses-grid .post .country {
        font-family: "Malgun Gothic", "Dotum", arial, sans-serif; }
      .cn #sales .addresses-grid .post .country {
        font-family: "Microsoft YaHei", "Microsoft YaHei Regular", arial, sans-serif; }
      .ru #sales .addresses-grid .post .country {
        font-family: arial, sans-serif; }
      .jp #sales .addresses-grid .post .country,
      .kr #sales .addresses-grid .post .country,
      .cn #sales .addresses-grid .post .country,
      .ru #sales .addresses-grid .post .country {
        font-weight: 700; }
    #sales .addresses-grid .post .regions {
      grid-area: regions; }
    #sales .addresses-grid .post .openPopupButtonContainer {
      padding: 7px 3px 7px 0;
      padding: 0.4375rem 0.1875rem 0.4375rem 0;
      grid-area: openPopupButtonContainer;
      display: flex;
      justify-content: flex-end; }
    #sales .addresses-grid .post .openPopup {
      background-repeat: no-repeat;
      background-size: contain;
      background-position: 50%;
      background-image: url("//media.yoox.biz/ytos/resources/STONEISLAND/icons/info.svg"); }
      #sales .addresses-grid .post .openPopup:active, #sales .addresses-grid .post .openPopup:focus, #sales .addresses-grid .post .openPopup:hover {
        background-image: url("//media.yoox.biz/ytos/resources/STONEISLAND/icons/info_hover.svg"); }
      #sales .addresses-grid .post .openPopup::after {
        background-image: url("//media.yoox.biz/ytos/resources/STONEISLAND/icons/info_hover.svg");
        content: none; }

#sales .address,
#sales .name,
#sales .phone,
#sales .mail,
#sales .website {
  display: none; }

#sales hr {
  display: none; }

@media (min-width: 769px) {
  #sales .posts-wrapper {
    padding: 45px 20px;
    padding: 2.8125rem 1.25rem  ; }
    #sales .posts-wrapper .regions {
      min-height: 43px;
      min-height: 2.6875rem   ;
      margin-bottom: 5px;
      margin-bottom: 0.3125rem   ; }
    #sales .posts-wrapper .name {
      font-size: 14px;
      font-size: 0.875rem   ;
      letter-spacing: 1.3px;
      letter-spacing: 0.08125rem   ;
      line-height: 1.2142857;
      text-transform: uppercase;
      margin-top: 22px;
      margin-top: 1.375rem   ;
      margin-bottom: 3px;
      margin-bottom: 0.1875rem   ;
      display: block; }
      html:not(.jp):not(.kr):not(.cn):not(.ru) #sales .posts-wrapper .name {
        font-family: "pf_dintext_promedium", Helvetica, Arial, sans-serif; }
      .jp #sales .posts-wrapper .name {
        font-family: "Hiragino Kaku Gothic ProN", meiryo, "MS PGothic", sans-serif; }
      .kr #sales .posts-wrapper .name {
        font-family: "Malgun Gothic", "Dotum", arial, sans-serif; }
      .cn #sales .posts-wrapper .name {
        font-family: "Microsoft YaHei", "Microsoft YaHei Regular", arial, sans-serif; }
      .ru #sales .posts-wrapper .name {
        font-family: arial, sans-serif; }
      .jp #sales .posts-wrapper .name,
      .kr #sales .posts-wrapper .name,
      .cn #sales .posts-wrapper .name,
      .ru #sales .posts-wrapper .name {
        font-weight: 700; }
    #sales .posts-wrapper .address {
      display: block; }
    #sales .posts-wrapper .phone {
      margin-top: 16px;
      margin-top: 1rem   ;
      display: block; }
      #sales .posts-wrapper .phone .icon {
        font-size: 10px;
        font-size: 0.625rem   ; }
      #sales .posts-wrapper .phone a {
        margin-left: 14px;
        margin-left: 0.875rem   ;
        border-bottom: none; }
    #sales .posts-wrapper .mail {
      text-transform: uppercase;
      display: inline-flex;
      margin-top: 23px;
      margin-top: 1.4375rem   ; }
      #sales .posts-wrapper .mail .icon {
        font-size: 12px;
        font-size: 0.75rem   ;
        margin: auto 0; }
      #sales .posts-wrapper .mail a {
        margin-left: 10px;
        margin-left: 0.625rem   ; }
    #sales .posts-wrapper .website {
      display: block;
      margin-top: 20px;
      margin-top: 1.25rem   ; }
  #sales .addresses-container .country {
    display: block;
    font-size: 16px;
    font-size: 1rem   ;
    letter-spacing: 1.6px;
    letter-spacing: 0.1rem   ;
    line-height: 1.42;
    text-transform: uppercase;
    margin-bottom: 0px;
    margin-bottom: 0px   ; }
    html:not(.jp):not(.kr):not(.cn):not(.ru) #sales .addresses-container .country {
      font-family: "pf_dintext_promedium", Helvetica, Arial, sans-serif; }
    .jp #sales .addresses-container .country {
      font-family: "Hiragino Kaku Gothic ProN", meiryo, "MS PGothic", sans-serif; }
    .kr #sales .addresses-container .country {
      font-family: "Malgun Gothic", "Dotum", arial, sans-serif; }
    .cn #sales .addresses-container .country {
      font-family: "Microsoft YaHei", "Microsoft YaHei Regular", arial, sans-serif; }
    .ru #sales .addresses-container .country {
      font-family: arial, sans-serif; }
    .jp #sales .addresses-container .country,
    .kr #sales .addresses-container .country,
    .cn #sales .addresses-container .country,
    .ru #sales .addresses-container .country {
      font-weight: 700; }
  #sales .addresses-container .addresses-grid {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 45px;
    margin-bottom: 2.8125rem   ;
    margin-top: 0px; }
    #sales .addresses-container .addresses-grid .post {
      padding: 0;
      padding-top: 20px;
      padding-top: 1.25rem   ;
      padding-right: 10px;
      padding-right: 0.625rem   ;
      margin-bottom: 50px;
      margin-bottom: 3.125rem   ;
      font-size: 14px;
      font-size: 0.875rem   ;
      letter-spacing: 1.6px;
      letter-spacing: 0.1rem   ;
      line-height: 1.5;
      border: none;
      display: flex;
      flex-direction: column; }
      html:not(.jp):not(.kr):not(.cn):not(.ru) #sales .addresses-container .addresses-grid .post {
        font-family: "pf_dintext_proregular", Helvetica, Arial, sans-serif; }
      .jp #sales .addresses-container .addresses-grid .post {
        font-family: "Hiragino Kaku Gothic ProN", meiryo, "MS PGothic", sans-serif; }
      .kr #sales .addresses-container .addresses-grid .post {
        font-family: "Malgun Gothic", "Dotum", arial, sans-serif; }
      .cn #sales .addresses-container .addresses-grid .post {
        font-family: "Microsoft YaHei", "Microsoft YaHei Regular", arial, sans-serif; }
      .ru #sales .addresses-container .addresses-grid .post {
        font-family: arial, sans-serif; }
      #sales .addresses-container .addresses-grid .post.columns_2 {
        flex-basis: 34.5%; }
        #sales .addresses-container .addresses-grid .post.columns_2 .phone {
          margin-top: 25px;
          margin-top: 1.5625rem   ; }
        #sales .addresses-container .addresses-grid .post.columns_2 .phone a {
          margin: 0; }
      #sales .addresses-container .addresses-grid .post.columns_3 {
        flex-basis: 33%; }
      #sales .addresses-container .addresses-grid .post .country {
        display: block;
        font-size: 16px;
        font-size: 1rem   ;
        letter-spacing: 1.6px;
        letter-spacing: 0.1rem   ;
        line-height: 1.42;
        text-transform: uppercase;
        margin-bottom: 0px;
        margin-bottom: 0px   ; }
        html:not(.jp):not(.kr):not(.cn):not(.ru) #sales .addresses-container .addresses-grid .post .country {
          font-family: "pf_dintext_promedium", Helvetica, Arial, sans-serif; }
        .jp #sales .addresses-container .addresses-grid .post .country {
          font-family: "Hiragino Kaku Gothic ProN", meiryo, "MS PGothic", sans-serif; }
        .kr #sales .addresses-container .addresses-grid .post .country {
          font-family: "Malgun Gothic", "Dotum", arial, sans-serif; }
        .cn #sales .addresses-container .addresses-grid .post .country {
          font-family: "Microsoft YaHei", "Microsoft YaHei Regular", arial, sans-serif; }
        .ru #sales .addresses-container .addresses-grid .post .country {
          font-family: arial, sans-serif; }
        .jp #sales .addresses-container .addresses-grid .post .country,
        .kr #sales .addresses-container .addresses-grid .post .country,
        .cn #sales .addresses-container .addresses-grid .post .country,
        .ru #sales .addresses-container .addresses-grid .post .country {
          font-weight: 700; }
      #sales .addresses-container .addresses-grid .post.italy_post {
        margin-bottom: 16px;
        margin-bottom: 1rem   ; }
        #sales .addresses-container .addresses-grid .post.italy_post .country {
          display: none; }
      #sales .addresses-container .addresses-grid .post .openPopupButtonContainer {
        display: none; }
  #sales .posts-wrapper:not([hidden="hidden"]) {
    display: flex;
    flex-direction: column; }
    #sales .posts-wrapper:not([hidden="hidden"]) hr {
      width: 100%;
      display: block;
      margin: 39px 0px 34px;
      margin: 2.4375rem 0px 2.125rem ;
      color: #dbdbdb; } }

#sales .si-tabs-tab-panel {
  opacity: 0;
  transition: opacity 0.2s cubic-bezier(0.18, -0.12, 0.82, 0.78); }
  #sales .si-tabs-tab-panel.selectedPanel {
    opacity: 1; }

#sales .posts-wrapper {
  padding: 0px 15px 16px;
  padding: 0px 0.9375rem 1rem ; }

/*# sourceMappingURL=corporate-sales.css.map */