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

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

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

.arrows-container {
  position: absolute;
  right: -30px;
  right: -1.875rem   ;
  display: flex;
  top: 50%;
  flex-direction: column;
  align-items: center;
  transform: translate(0, -50%); }

.slick-dots button:focus,
button.slick-arrow:focus {
  outline-color: #919191;
  outline-style: dotted;
  outline-width: thin;
  outline-offset: -1px; }

.slick-arrow {
  width: 25px;
  width: 1.5625rem   ;
  height: 25px;
  height: 1.5625rem   ;
  position: absolute;
  z-index: 110;
  top: 43%; }
  .slick-arrow::before {
    content: "";
    display: block;
    color: #000000;
    width: 7px;
    width: 0.4375rem   ;
    height: 7px;
    height: 0.4375rem   ;
    border-top: 1px solid #000000; }

.slick-prev {
  left: -8px;
  left: -0.5rem   ; }
  .slick-prev::before {
    transform: rotate(-45deg);
    border-left: 1px solid #000000; }

.slick-next {
  right: -8px;
  right: -0.5rem   ; }
  .slick-next::before {
    transform: rotate(45deg);
    border-right: 1px solid #000000; }

.slick-dotted.slick-slider {
  margin-bottom: 11px;
  margin-bottom: 0.6875rem   ; }

.slick-list {
  width: 85%;
  margin: 14px auto 10px;
  margin: 0.875rem auto 0.625rem ; }

#main .slick-dots {
  position: relative;
  margin: 0 auto;
  font-size: 0; }
  #main .slick-dots li {
    width: auto;
    height: auto;
    margin: 0 2px;
    margin: 0 0.125rem  ; }
    #main .slick-dots li button,
    #main .slick-dots li span {
      width: 8px;
      width: 0.5rem   ;
      height: 8px;
      height: 0.5rem   ;
      margin: 0;
      padding: 0; }
      #main .slick-dots li button::before,
      #main .slick-dots li span::before {
        opacity: 1;
        content: "";
        width: 5px;
        width: 0.3125rem   ;
        height: 5px;
        height: 0.3125rem   ;
        border: 1px solid #000000;
        background-color: #ffffff;
        border-radius: 50%;
        top: calc(50% - 2px);
        left: calc(50% - 2px); }
      #main .slick-dots li button:focus,
      #main .slick-dots li span:focus {
        outline-color: #919191;
        outline-style: dotted;
        outline-width: thin;
        outline-offset: -1px; }
    #main .slick-dots li span {
      display: block; }
      #main .slick-dots li span::before {
        display: block;
        width: 7px;
        width: 0.4375rem   ;
        height: 7px;
        height: 0.4375rem   ; }
    #main .slick-dots li.slick-active button::before,
    #main .slick-dots li.slick-active span::before {
      background-color: #000000;
      opacity: 1; }

.slick-content_start,
.slick-content_end {
  text-align: center;
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }
  .slick-content_start:focus,
  .slick-content_end:focus {
    border: none;
    clip: auto;
    height: auto;
    margin: 0;
    overflow: auto;
    position: relative;
    width: auto; }

#main .slick-skip_content {
  position: absolute;
  top: 0;
  left: 0;
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }
  #main .slick-skip_content:focus {
    border: none;
    clip: auto;
    height: auto;
    margin: 0;
    overflow: auto;
    position: relative;
    width: auto;
    position: absolute;
    z-index: 9999;
    height: 30px;
    height: 1.875rem   ;
    margin: 5px;
    margin: 0.3125rem   ;
    border: 1px solid #dbdbdb;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ffffff;
    padding: 0 10px;
    padding: 0 0.625rem  ; }

.single_image__gallery img {
  width: 100%; }

.product_gallery {
  overflow: hidden; }
  .product_gallery .slick-list {
    width: 65%;
    overflow: visible; }

.slick__next-slide-preview {
  position: relative; }
  @media (max-width: 767px) {
    .slick__next-slide-preview .gallery-slider {
      overflow: hidden; }
    .slick__next-slide-preview .slick-list,
    .slick__next-slide-preview .gallery-slot {
      width: 90%; }
    .slick__next-slide-preview .slick-list {
      overflow: visible;
      padding-left: 14px;
      padding-left: 0.875rem   ;
      margin: 0; }
    .slick__next-slide-preview .slick-slide img {
      margin: 0;
      height: 100%; }
    .slick__next-slide-preview .slick-dotted.slick-slider {
      margin: 0;
      margin: 0   ; }
    .slick__next-slide-preview .slick-prev {
      left: 1px;
      left: 0.0625rem   ; }
      .slick__next-slide-preview .slick-prev:not(:focus) {
        border: 0;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px; }
    .slick__next-slide-preview .slick-next {
      right: 1px;
      right: 1px;
      right: 0.0625rem   ; }
      .slick__next-slide-preview .slick-next:not(:focus) {
        border: 0;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px; } }
  @media (min-width: 768px) {
    .slick__next-slide-preview .slick-slide {
      margin: 0 30px;
      margin: 0 1.875rem  ; }
    .slick__next-slide-preview .slick-list {
      width: 100%;
      margin: 0; }
    .slick__next-slide-preview .arrows-container {
      left: 49%;
      right: auto; }
      .slick__next-slide-preview .arrows-container button {
        position: relative; }
    .slick__next-slide-preview .slick-prev {
      left: 6px;
      left: 0.375rem   ; }
    .slick__next-slide-preview .slick-next::before {
      position: relative;
      right: 50%; } }

.dots-container-desktop .slick-dots li {
  cursor: default;
  pointer-events: none; }

.postGallery-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 28px 0;
  padding: 1.75rem 0  ; }
  .si-tabs-single .postGallery-items {
    padding-top: 0; }

#main .postGallery-item__button {
  padding: 0; }
  @media (min-width: 768px) {
    #main .postGallery-item__button[aria-pressed="true"] {
      background: #ffffff; } }

@media (max-width: 1023px) {
  .postGallery-popup-wrapper {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 100;
    background-color: #ffffff;
    text-align: center;
    padding: 32px 24px;
    padding: 2rem 1.5rem  ;
    overflow-y: auto; } }

.postGallery-popup-wrapper .post-details {
  font-size: 12px;
  font-size: 0.75rem   ;
  letter-spacing: 0.25px;
  letter-spacing: 0.01562rem   ;
  line-height: 1.5;
  text-transform: uppercase; }
  html:not(.jp):not(.kr):not(.cn):not(.ru) .postGallery-popup-wrapper .post-details {
    font-family: "pf_dintext_promedium", Helvetica, Arial, sans-serif; }
  .jp .postGallery-popup-wrapper .post-details {
    font-family: "Hiragino Kaku Gothic ProN", meiryo, "MS PGothic", sans-serif; }
  .kr .postGallery-popup-wrapper .post-details {
    font-family: "Malgun Gothic", "Dotum", arial, sans-serif; }
  .cn .postGallery-popup-wrapper .post-details {
    font-family: "Microsoft YaHei", "Microsoft YaHei Regular", arial, sans-serif; }
  .ru .postGallery-popup-wrapper .post-details {
    font-family: arial, sans-serif; }
  .jp .postGallery-popup-wrapper .post-details,
  .kr .postGallery-popup-wrapper .post-details,
  .cn .postGallery-popup-wrapper .post-details,
  .ru .postGallery-popup-wrapper .post-details {
    font-weight: 700; }

.postGallery-popup-wrapper__close-button {
  width: 26px;
  width: 1.625rem   ;
  height: 26px;
  height: 1.625rem   ;
  position: absolute;
  right: 2px;
  right: 0.125rem   ;
  top: 7px;
  top: 0.4375rem   ; }
  .postGallery-popup-wrapper__close-button::after, .postGallery-popup-wrapper__close-button::before {
    content: "";
    width: 15px;
    width: 0.9375rem   ;
    height: 1px;
    height: 0.0625rem   ;
    background: #919191;
    position: absolute;
    top: 13px;
    top: 0.8125rem   ;
    right: 6px;
    right: 0.375rem   ; }
  .postGallery-popup-wrapper__close-button::after {
    transform: rotateZ(45deg); }
  .postGallery-popup-wrapper__close-button::before {
    transform: rotateZ(-45deg); }
  .postGallery-popup-wrapper__close-button .text {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; }

.video-items .postGallery-popup-wrapper {
  padding-top: 25.5vh; }

#main .video-js .vjs-big-play-button {
  width: 1.25em;
  height: 1.25em;
  margin: 0;
  transform: translate(-50%, -50%);
  border: 2px solid #ffffff;
  color: #000000;
  background-color: #ffffff;
  transition: border .4s, color .4s, background-color .4s; }
  #main .video-js .vjs-big-play-button .vjs-icon-placeholder::before {
    top: -19px;
    top: -1.1875rem   ;
    font-size: 25px;
    font-size: 1.5625rem   ; }

#main .video-js:hover .vjs-big-play-button {
  border: 2px solid #000000;
  color: #ffffff;
  background-color: #000000; }

.video-js .vjs-volume-level,
.video-js .vjs-play-progress {
  background-color: #ffffff; }

.video-js .vjs-menu-button-popup .vjs-menu .vjs-menu-item.vjs-selected {
  background-color: #ffffff; }
  .video-js .vjs-menu-button-popup .vjs-menu .vjs-menu-item.vjs-selected:hover, .video-js .vjs-menu-button-popup .vjs-menu .vjs-menu-item.vjs-selected:focus {
    color: #000000; }

.video-js .vjs-social-overlay .vjs-social-share-links {
  display: flex;
  justify-content: center;
  margin: 0; }

#main .video-js .vjs-social-share-link {
  border-bottom: none;
  background-color: transparent;
  transform: translateY(-100%);
  opacity: 0; }
  #main .video-js .vjs-social-share-link:nth-child(1) {
    animation: social_share-slide .3s ease-out .2s forwards; }
  #main .video-js .vjs-social-share-link:nth-child(2) {
    animation: social_share-slide .3s ease-out .3s forwards;
    float: right; }
  #main .video-js .vjs-social-share-link:nth-child(3) {
    animation: social_share-slide .3s ease-out .4s forwards; }
  #main .video-js .vjs-social-share-link:nth-child(4) {
    animation: social_share-slide .3s ease-out .5s forwards; }
  #main .video-js .vjs-social-share-link::before {
    font-size: 20px;
    font-size: 1.25rem   ; }

.video-js.vjs-fullscreen .vjs-time-control {
  padding: 0;
  margin: 0; }

@keyframes social_share-slide {
  0% {
    transform: translateY(-80%);
    opacity: 0; }
  100% {
    transform: translateY(0);
    opacity: 1; } }

#container {
  padding: 0; }

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

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

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

#main .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) #main .si-tabs-tab {
    font-family: "pf_dintext_proregular", Helvetica, Arial, sans-serif; }
  .jp #main .si-tabs-tab {
    font-family: "Hiragino Kaku Gothic ProN", meiryo, "MS PGothic", sans-serif; }
  .kr #main .si-tabs-tab {
    font-family: "Malgun Gothic", "Dotum", arial, sans-serif; }
  .cn #main .si-tabs-tab {
    font-family: "Microsoft YaHei", "Microsoft YaHei Regular", arial, sans-serif; }
  .ru #main .si-tabs-tab {
    font-family: arial, sans-serif; }
  #main .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); }
  #main .si-tabs-tab.selected {
    border-bottom: none;
    border-top: 2px solid #000000; }
    html:not(.jp):not(.kr):not(.cn):not(.ru) #main .si-tabs-tab.selected {
      font-family: "pf_dintext_promedium", Helvetica, Arial, sans-serif; }
    .jp #main .si-tabs-tab.selected {
      font-family: "Hiragino Kaku Gothic ProN", meiryo, "MS PGothic", sans-serif; }
    .kr #main .si-tabs-tab.selected {
      font-family: "Malgun Gothic", "Dotum", arial, sans-serif; }
    .cn #main .si-tabs-tab.selected {
      font-family: "Microsoft YaHei", "Microsoft YaHei Regular", arial, sans-serif; }
    .ru #main .si-tabs-tab.selected {
      font-family: arial, sans-serif; }
    .jp #main .si-tabs-tab.selected,
    .kr #main .si-tabs-tab.selected,
    .cn #main .si-tabs-tab.selected,
    .ru #main .si-tabs-tab.selected {
      font-weight: 700; }
    #main .si-tabs-tab.selected:not(:first-child) {
      border-left: 2px solid #000000; }
    #main .si-tabs-tab.selected:not(:last-child) {
      border-right: 2px solid #000000; }
    #main .si-tabs-tab.selected + .si-tabs-tab::before {
      content: none; }
  html:not(.jp):not(.kr):not(.cn):not(.ru) #main .si-tabs-tab:focus, html:not(.jp):not(.kr):not(.cn):not(.ru) #main .si-tabs-tab:hover {
    font-family: "pf_dintext_promedium", Helvetica, Arial, sans-serif; }
  .jp #main .si-tabs-tab:focus, .jp #main .si-tabs-tab:hover {
    font-family: "Hiragino Kaku Gothic ProN", meiryo, "MS PGothic", sans-serif; }
  .kr #main .si-tabs-tab:focus, .kr #main .si-tabs-tab:hover {
    font-family: "Malgun Gothic", "Dotum", arial, sans-serif; }
  .cn #main .si-tabs-tab:focus, .cn #main .si-tabs-tab:hover {
    font-family: "Microsoft YaHei", "Microsoft YaHei Regular", arial, sans-serif; }
  .ru #main .si-tabs-tab:focus, .ru #main .si-tabs-tab:hover {
    font-family: arial, sans-serif; }
  .jp #main .si-tabs-tab:focus,
  .kr #main .si-tabs-tab:focus,
  .cn #main .si-tabs-tab:focus,
  .ru #main .si-tabs-tab:focus, .jp #main .si-tabs-tab:hover,
  .kr #main .si-tabs-tab:hover,
  .cn #main .si-tabs-tab:hover,
  .ru #main .si-tabs-tab:hover {
    font-weight: 700; }

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

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

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

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

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

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

#main .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; }
  #main .si-tabs-has-arrows .si-tabs-arrow .icon {
    width: 100%;
    height: 100%;
    display: block;
    margin: 0 auto; }

#main .si-tabs-has-arrows .si-tabs-left-arrow {
  left: 0; }
  #main .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"); }
  #main .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"); }

#main .si-tabs-has-arrows .si-tabs-right-arrow {
  right: 0; }
  #main .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"); }
  #main .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"); }

@media (min-width: 768px) {
  .template-archive-junior #main .pageTitle {
    padding-bottom: 33px;
    padding-bottom: 2.0625rem   ; } }

#main .si-tabs-tab-selector {
  overflow-x: hidden; }
  @media (min-width: 768px) {
    #main .si-tabs-tab-selector {
      width: 99.8%;
      margin: 0 auto; } }
  .ie #main .si-tabs-tab-selector button {
    min-width: 120px;
    min-width: 7.5rem   ; }

@media (min-width: 769px) {
  #main .slick-dots li span {
    width: 16px;
    width: 1rem   ;
    height: 16px;
    height: 1rem   ; } }

@media (min-width: 769px) {
  #main .slick-dots li span::before {
    width: 8px;
    width: 0.5rem   ;
    height: 8px;
    height: 0.5rem   ;
    top: calc(50% - 4px);
    left: calc(50% - 4px); } }

.si-tabs-tab-panel {
  opacity: 0;
  transition: opacity 0.2s cubic-bezier(0.18, -0.12, 0.82, 0.78); }
  .si-tabs-tab-panel.selectedPanel {
    opacity: 1; }
  @media (min-width: 768px) {
    .si-tabs-tab-panel {
      width: 99.8%;
      margin: 0 auto; } }
  @media (min-width: 768px) {
    .template-archive-junior .si-tabs-tab-panel {
      padding-top: 2px;
      padding-top: 0.125rem   ; } }

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

/**   TEMP   **/
@media (min-width: 769px) {
  .popup-opened.headerCompact #siteHeader {
    border-bottom-color: rgba(70, 69, 66, 0.18);
    z-index: 32; } }

@media (min-width: 769px) {
  .popup-opened.headerCompact .overlay {
    background-color: rgba(70, 69, 66, 0.18);
    z-index: 33;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0; } }

@media (min-width: 769px) {
  .popup-opened.headerCompact .breadcrumbWrapper {
    z-index: 32; } }

@media (min-width: 769px) {
  .popup-opened #siteOverlay {
    background-color: rgba(70, 69, 66, 0.25);
    visibility: visible;
    opacity: .7;
    z-index: 30; } }

@media (min-width: 769px) {
  .popup-opened .postGallery-item__active,
  .popup-opened .postGallery-single-post-wrapper {
    z-index: 31; } }

/** END TEMP **/
.countImageLabel,
.countVideoLabel {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.postGallery-items {
  padding-left: 14px;
  padding-left: 0.875rem   ;
  padding-right: 14px;
  padding-right: 0.875rem   ; }
  @media (min-width: 768px) {
    .postGallery-items {
      padding: 40px 0 50px 0;
      padding: 2.5rem 0 3.125rem 0; } }

.single-title {
  font-size: 12px;
  font-size: 0.75rem   ;
  letter-spacing: 0.25px;
  letter-spacing: 0.01562rem   ;
  line-height: 1.5;
  text-transform: uppercase; }
  html:not(.jp):not(.kr):not(.cn):not(.ru) .single-title {
    font-family: "pf_dintext_proregular", Helvetica, Arial, sans-serif; }
  .jp .single-title {
    font-family: "Hiragino Kaku Gothic ProN", meiryo, "MS PGothic", sans-serif; }
  .kr .single-title {
    font-family: "Malgun Gothic", "Dotum", arial, sans-serif; }
  .cn .single-title {
    font-family: "Microsoft YaHei", "Microsoft YaHei Regular", arial, sans-serif; }
  .ru .single-title {
    font-family: arial, sans-serif; }

@media (min-width: 769px) {
  .postGallery-popup-wrapper {
    display: flex;
    flex-direction: row-reverse;
    position: relative;
    height: 100%;
    background-color: #ffffff; } }

@media (min-width: 769px) {
  .postGallery-popup-wrapper .post-details {
    padding-top: 50px;
    padding-top: 3.125rem   ;
    left: 455px;
    left: 28.4375rem   ;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: absolute;
    bottom: 0;
    top: 0;
    z-index: 2; } }

@media (min-width: 769px) {
  .postGallery-popup-wrapper .post-details h2 {
    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) .postGallery-popup-wrapper .post-details h2 {
      font-family: "pf_dintext_proregular", Helvetica, Arial, sans-serif; }
    .jp .postGallery-popup-wrapper .post-details h2 {
      font-family: "Hiragino Kaku Gothic ProN", meiryo, "MS PGothic", sans-serif; }
    .kr .postGallery-popup-wrapper .post-details h2 {
      font-family: "Malgun Gothic", "Dotum", arial, sans-serif; }
    .cn .postGallery-popup-wrapper .post-details h2 {
      font-family: "Microsoft YaHei", "Microsoft YaHei Regular", arial, sans-serif; }
    .ru .postGallery-popup-wrapper .post-details h2 {
      font-family: arial, sans-serif; } }

@media (min-width: 769px) {
  .postGallery-popup-wrapper .post-details .dots-container-desktop {
    margin-bottom: 45px;
    margin-bottom: 2.8125rem   ; } }

@media (min-width: 769px) {
  .postGallery-popup-wrapper .post-details .slick-dots {
    text-align: left; } }

@media (min-width: 769px) {
  .postGallery-popup-wrapper .image-wrapper {
    width: 400px;
    width: 25rem   ; } }

@media (min-width: 769px) {
  .postGallery-popup-wrapper .slick-slider {
    margin: 0;
    width: 100%;
    z-index: 3; } }

@media (min-width: 769px) {
  .postGallery-popup-wrapper .slick-slider .slick-list {
    width: 100%;
    margin: 0; } }

@media (min-width: 769px) {
  .postGallery-popup-wrapper .slick-slider .slick-prev {
    top: 280px;
    top: 17.5rem   ;
    left: 422px;
    left: 26.375rem   ; } }

@media (min-width: 769px) {
  .postGallery-popup-wrapper .slick-slider .slick-next {
    top: 310px;
    top: 19.375rem   ;
    left: 418px;
    left: 26.125rem   ;
    right: auto; } }

@media (min-width: 769px) {
  .postGallery-popup-wrapper .slick-slider .slick-arrow::before {
    width: 10px;
    width: 0.625rem   ;
    height: 10px;
    height: 0.625rem   ;
    border-width: 2px; } }

@media (min-width: 769px) {
  .postGallery-popup-wrapper__close-button {
    top: 25px;
    top: 1.5625rem   ;
    right: 25px;
    right: 1.5625rem   ;
    z-index: 3; } }

@media (min-width: 769px) {
  .image-wrapper {
    font-size: 0;
    position: relative; } }

.image-description {
  text-align: left;
  margin-top: 16px;
  margin-top: 1rem   ; }
  @media (min-width: 769px) {
    .image-description {
      top: 102px;
      top: 6.375rem   ;
      left: 455px;
      left: 28.4375rem   ;
      font-size: 14px;
      font-size: 0.875rem   ;
      margin-top: 0;
      position: absolute;
      width: 50%;
      overflow-wrap: break-word; } }

@media (min-width: 768px) {
  .template-archive-stoneisland .image-items {
    column-gap: 20px;
    column-gap: 1.25rem   ;
    row-gap: 30px;
    row-gap: 1.875rem   ;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr); } }

@media (min-width: 769px) {
  .template-archive-stoneisland .image-items {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr); } }

.template-archive-stoneisland .image-items .postGallery-item {
  flex-basis: 48%;
  margin-bottom: 15px;
  margin-bottom: 0.9375rem   ; }
  .template-archive-stoneisland .image-items .postGallery-item [data-src] {
    opacity: 0;
    transition: opacity 0.2s cubic-bezier(0.18, -0.12, 0.82, 0.78); }
    .template-archive-stoneisland .image-items .postGallery-item [data-src].loaded {
      opacity: 1; }
  .template-archive-stoneisland .image-items .postGallery-item__image-wrapper {
    display: block;
    position: relative; }
    .template-archive-stoneisland .image-items .postGallery-item__image-wrapper::before {
      display: block;
      content: "";
      width: 100%;
      padding-top: 150.19763%; }
  .template-archive-stoneisland .image-items .postGallery-item__image {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%; }
  .template-archive-stoneisland .image-items .postGallery-item__post-title {
    display: block;
    padding: 19px 0;
    padding: 1.1875rem 0  ;
    text-align: left;
    font-size: 12px;
    font-size: 0.75rem   ;
    letter-spacing: 0.25px;
    letter-spacing: 0.01562rem   ;
    line-height: 1.5;
    text-transform: uppercase; }
    html:not(.jp):not(.kr):not(.cn):not(.ru) .template-archive-stoneisland .image-items .postGallery-item__post-title {
      font-family: "pf_dintext_proregular", Helvetica, Arial, sans-serif; }
    .jp .template-archive-stoneisland .image-items .postGallery-item__post-title {
      font-family: "Hiragino Kaku Gothic ProN", meiryo, "MS PGothic", sans-serif; }
    .kr .template-archive-stoneisland .image-items .postGallery-item__post-title {
      font-family: "Malgun Gothic", "Dotum", arial, sans-serif; }
    .cn .template-archive-stoneisland .image-items .postGallery-item__post-title {
      font-family: "Microsoft YaHei", "Microsoft YaHei Regular", arial, sans-serif; }
    .ru .template-archive-stoneisland .image-items .postGallery-item__post-title {
      font-family: arial, sans-serif; }
  .video-items .template-archive-stoneisland .image-items .postGallery-item {
    flex-basis: 100%; }
  .template-archive-stoneisland .image-items .postGallery-item__button {
    width: 100%;
    cursor: pointer; }
    .template-archive-stoneisland .image-items .postGallery-item__button:focus {
      outline-offset: 0; }
    .template-archive-stoneisland .image-items .postGallery-item__button .linkText {
      border: 1px solid transparent;
      transition: border-bottom-color 0.2s cubic-bezier(0.18, -0.12, 0.82, 0.78); }
  .template-archive-stoneisland .image-items .postGallery-item__button:hover .linkText {
    border-bottom-color: currentColor; }
  @media (min-width: 768px) {
    .template-archive-stoneisland .image-items .postGallery-item {
      margin: 0; }
      .template-archive-stoneisland .image-items .postGallery-item__active {
        background-color: #ffffff; } }
  @media (min-width: 768px) and (min-width: 768px) {
    .template-archive-stoneisland .image-items .postGallery-item__button {
      display: flex; } }
  @media (min-width: 768px) and (min-width: 768px) {
    .template-archive-stoneisland .image-items .postGallery-item__image-wrapper {
      width: 37%; } }
  @media (min-width: 768px) and (min-width: 768px) {
    .template-archive-stoneisland .image-items .postGallery-item__post-title {
      font-size: 14px;
      font-size: 0.875rem   ;
      letter-spacing: 1.6px;
      letter-spacing: 0.1rem   ;
      line-height: 1.5;
      text-transform: uppercase;
      padding: 7px 0 0 7px;
      padding: 0.4375rem 0 0 0.4375rem;
      max-width: 120px;
      max-width: 7.5rem   ; }
      html:not(.jp):not(.kr):not(.cn):not(.ru) .template-archive-stoneisland .image-items .postGallery-item__post-title {
        font-family: "pf_dintext_proregular", Helvetica, Arial, sans-serif; }
      .jp .template-archive-stoneisland .image-items .postGallery-item__post-title {
        font-family: "Hiragino Kaku Gothic ProN", meiryo, "MS PGothic", sans-serif; }
      .kr .template-archive-stoneisland .image-items .postGallery-item__post-title {
        font-family: "Malgun Gothic", "Dotum", arial, sans-serif; }
      .cn .template-archive-stoneisland .image-items .postGallery-item__post-title {
        font-family: "Microsoft YaHei", "Microsoft YaHei Regular", arial, sans-serif; }
      .ru .template-archive-stoneisland .image-items .postGallery-item__post-title {
        font-family: arial, sans-serif; } }
  @media (min-width: 768px) and (min-width: 1024px) {
    .template-archive-stoneisland .image-items .postGallery-item__post-title {
      padding: 15px 0 0 15px;
      padding: 0.9375rem 0 0 0.9375rem;
      max-width: 165px;
      max-width: 10.3125rem   ; } }

@media (min-width: 769px) {
  .template-archive-stoneisland .image-items .postGallery-single-post-wrapper {
    grid-column-start: 1;
    grid-column-end: 5;
    width: 100%; } }

@media (min-width: 768px) {
  .template-archive-stoneisland .video-items {
    column-gap: 20px;
    column-gap: 1.25rem   ;
    row-gap: 30px;
    row-gap: 1.875rem   ;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr); } }

@media (min-width: 769px) and (orientation: landscape) {
  .template-archive-stoneisland .video-items .slick-prev {
    top: calc(50% - 20px);
    left: 63%; } }

@media (min-width: 769px) and (orientation: landscape) {
  .template-archive-stoneisland .video-items .slick-next {
    top: calc(50% + 20px);
    left: 62.5%; } }

@media (min-width: 1025px) {
  .template-archive-stoneisland .video-items .slick-next {
    left: 62.7%; } }

@media (min-width: 769px) {
  .template-archive-stoneisland .video-items .post-details {
    left: 68%; } }

@media (min-width: 769px) {
  .template-archive-stoneisland .video-items .gallery-wrapper {
    width: 62%; } }

@media (min-width: 769px) {
  .template-archive-stoneisland .video-items .postGallery-popup-wrapper {
    padding-top: 0; } }

.template-archive-stoneisland .video-items .postGallery-item {
  flex-basis: 100%;
  margin-bottom: 15px;
  margin-bottom: 0.9375rem   ; }
  .template-archive-stoneisland .video-items .postGallery-item [data-src] {
    opacity: 0;
    transition: opacity 0.2s cubic-bezier(0.18, -0.12, 0.82, 0.78); }
    .template-archive-stoneisland .video-items .postGallery-item [data-src].loaded {
      opacity: 1; }
  .template-archive-stoneisland .video-items .postGallery-item__image-wrapper {
    display: block;
    position: relative; }
    .template-archive-stoneisland .video-items .postGallery-item__image-wrapper::before {
      display: block;
      content: "";
      width: 100%;
      padding-top: 50%; }
  .template-archive-stoneisland .video-items .postGallery-item__image {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%; }
  .template-archive-stoneisland .video-items .postGallery-item__post-title {
    display: block;
    padding: 19px 0;
    padding: 1.1875rem 0  ;
    text-align: left;
    font-size: 12px;
    font-size: 0.75rem   ;
    letter-spacing: 0.25px;
    letter-spacing: 0.01562rem   ;
    line-height: 1.5;
    text-transform: uppercase; }
    html:not(.jp):not(.kr):not(.cn):not(.ru) .template-archive-stoneisland .video-items .postGallery-item__post-title {
      font-family: "pf_dintext_proregular", Helvetica, Arial, sans-serif; }
    .jp .template-archive-stoneisland .video-items .postGallery-item__post-title {
      font-family: "Hiragino Kaku Gothic ProN", meiryo, "MS PGothic", sans-serif; }
    .kr .template-archive-stoneisland .video-items .postGallery-item__post-title {
      font-family: "Malgun Gothic", "Dotum", arial, sans-serif; }
    .cn .template-archive-stoneisland .video-items .postGallery-item__post-title {
      font-family: "Microsoft YaHei", "Microsoft YaHei Regular", arial, sans-serif; }
    .ru .template-archive-stoneisland .video-items .postGallery-item__post-title {
      font-family: arial, sans-serif; }
  .video-items .template-archive-stoneisland .video-items .postGallery-item {
    flex-basis: 100%; }
  .template-archive-stoneisland .video-items .postGallery-item__button {
    width: 100%;
    cursor: pointer; }
    .template-archive-stoneisland .video-items .postGallery-item__button:focus {
      outline-offset: 0; }
    .template-archive-stoneisland .video-items .postGallery-item__button .linkText {
      border: 1px solid transparent;
      transition: border-bottom-color 0.2s cubic-bezier(0.18, -0.12, 0.82, 0.78); }
  .template-archive-stoneisland .video-items .postGallery-item__button:hover .linkText {
    border-bottom-color: currentColor; }
  @media (min-width: 768px) {
    .template-archive-stoneisland .video-items .postGallery-item {
      margin: 0; }
      .template-archive-stoneisland .video-items .postGallery-item__active {
        background-color: #ffffff; } }
  @media (min-width: 768px) and (min-width: 768px) {
    .template-archive-stoneisland .video-items .postGallery-item__button {
      display: flex; } }
  @media (min-width: 768px) and (min-width: 768px) {
    .template-archive-stoneisland .video-items .postGallery-item__image-wrapper {
      width: 46%; } }
  @media (min-width: 768px) and (min-width: 768px) {
    .template-archive-stoneisland .video-items .postGallery-item__post-title {
      font-size: 14px;
      font-size: 0.875rem   ;
      letter-spacing: 1.6px;
      letter-spacing: 0.1rem   ;
      line-height: 1.5;
      text-transform: uppercase;
      padding: 7px 0 0 7px;
      padding: 0.4375rem 0 0 0.4375rem;
      max-width: 120px;
      max-width: 7.5rem   ; }
      html:not(.jp):not(.kr):not(.cn):not(.ru) .template-archive-stoneisland .video-items .postGallery-item__post-title {
        font-family: "pf_dintext_proregular", Helvetica, Arial, sans-serif; }
      .jp .template-archive-stoneisland .video-items .postGallery-item__post-title {
        font-family: "Hiragino Kaku Gothic ProN", meiryo, "MS PGothic", sans-serif; }
      .kr .template-archive-stoneisland .video-items .postGallery-item__post-title {
        font-family: "Malgun Gothic", "Dotum", arial, sans-serif; }
      .cn .template-archive-stoneisland .video-items .postGallery-item__post-title {
        font-family: "Microsoft YaHei", "Microsoft YaHei Regular", arial, sans-serif; }
      .ru .template-archive-stoneisland .video-items .postGallery-item__post-title {
        font-family: arial, sans-serif; } }
  @media (min-width: 768px) and (min-width: 1024px) {
    .template-archive-stoneisland .video-items .postGallery-item__post-title {
      padding: 15px 0 0 15px;
      padding: 0.9375rem 0 0 0.9375rem;
      max-width: 165px;
      max-width: 10.3125rem   ; } }

@media (min-width: 769px) {
  .template-archive-stoneisland .video-items .postGallery-single-post-wrapper {
    grid-column-start: 1;
    grid-column-end: 4;
    width: 100%; } }

@media (min-width: 768px) {
  .template-archive-shadowproject .image-items {
    column-gap: 20px;
    column-gap: 1.25rem   ;
    row-gap: 30px;
    row-gap: 1.875rem   ;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr); } }

.template-archive-shadowproject .image-items .postGallery-item {
  flex-basis: 48%;
  margin-bottom: 15px;
  margin-bottom: 0.9375rem   ; }
  .template-archive-shadowproject .image-items .postGallery-item [data-src] {
    opacity: 0;
    transition: opacity 0.2s cubic-bezier(0.18, -0.12, 0.82, 0.78); }
    .template-archive-shadowproject .image-items .postGallery-item [data-src].loaded {
      opacity: 1; }
  .template-archive-shadowproject .image-items .postGallery-item__image-wrapper {
    display: block;
    position: relative; }
    .template-archive-shadowproject .image-items .postGallery-item__image-wrapper::before {
      display: block;
      content: "";
      width: 100%;
      padding-top: 50%; }
  .template-archive-shadowproject .image-items .postGallery-item__image {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%; }
  .template-archive-shadowproject .image-items .postGallery-item__post-title {
    display: block;
    padding: 19px 0;
    padding: 1.1875rem 0  ;
    text-align: left;
    font-size: 12px;
    font-size: 0.75rem   ;
    letter-spacing: 0.25px;
    letter-spacing: 0.01562rem   ;
    line-height: 1.5;
    text-transform: uppercase; }
    html:not(.jp):not(.kr):not(.cn):not(.ru) .template-archive-shadowproject .image-items .postGallery-item__post-title {
      font-family: "pf_dintext_proregular", Helvetica, Arial, sans-serif; }
    .jp .template-archive-shadowproject .image-items .postGallery-item__post-title {
      font-family: "Hiragino Kaku Gothic ProN", meiryo, "MS PGothic", sans-serif; }
    .kr .template-archive-shadowproject .image-items .postGallery-item__post-title {
      font-family: "Malgun Gothic", "Dotum", arial, sans-serif; }
    .cn .template-archive-shadowproject .image-items .postGallery-item__post-title {
      font-family: "Microsoft YaHei", "Microsoft YaHei Regular", arial, sans-serif; }
    .ru .template-archive-shadowproject .image-items .postGallery-item__post-title {
      font-family: arial, sans-serif; }
  .video-items .template-archive-shadowproject .image-items .postGallery-item {
    flex-basis: 100%; }
  .template-archive-shadowproject .image-items .postGallery-item__button {
    width: 100%;
    cursor: pointer; }
    .template-archive-shadowproject .image-items .postGallery-item__button:focus {
      outline-offset: 0; }
    .template-archive-shadowproject .image-items .postGallery-item__button .linkText {
      border: 1px solid transparent;
      transition: border-bottom-color 0.2s cubic-bezier(0.18, -0.12, 0.82, 0.78); }
  .template-archive-shadowproject .image-items .postGallery-item__button:hover .linkText {
    border-bottom-color: currentColor; }
  @media (min-width: 768px) {
    .template-archive-shadowproject .image-items .postGallery-item {
      margin: 0; }
      .template-archive-shadowproject .image-items .postGallery-item__active {
        background-color: #ffffff; } }
  @media (min-width: 768px) and (min-width: 768px) {
    .template-archive-shadowproject .image-items .postGallery-item__button {
      display: flex; } }
  @media (min-width: 768px) and (min-width: 769px) {
    .template-archive-shadowproject .image-items .postGallery-item__button img {
      position: static; } }
  @media (min-width: 768px) and (min-width: 768px) {
    .template-archive-shadowproject .image-items .postGallery-item__image-wrapper {
      width: 47%; } }
  @media (min-width: 768px) {
      .template-archive-shadowproject .image-items .postGallery-item__image-wrapper::before {
        content: none; } }
  @media (min-width: 768px) and (min-width: 768px) {
    .template-archive-shadowproject .image-items .postGallery-item__post-title {
      font-size: 14px;
      font-size: 0.875rem   ;
      letter-spacing: 1.6px;
      letter-spacing: 0.1rem   ;
      line-height: 1.5;
      text-transform: uppercase;
      padding: 7px 0 0 7px;
      padding: 0.4375rem 0 0 0.4375rem;
      max-width: 120px;
      max-width: 7.5rem   ; }
      html:not(.jp):not(.kr):not(.cn):not(.ru) .template-archive-shadowproject .image-items .postGallery-item__post-title {
        font-family: "pf_dintext_proregular", Helvetica, Arial, sans-serif; }
      .jp .template-archive-shadowproject .image-items .postGallery-item__post-title {
        font-family: "Hiragino Kaku Gothic ProN", meiryo, "MS PGothic", sans-serif; }
      .kr .template-archive-shadowproject .image-items .postGallery-item__post-title {
        font-family: "Malgun Gothic", "Dotum", arial, sans-serif; }
      .cn .template-archive-shadowproject .image-items .postGallery-item__post-title {
        font-family: "Microsoft YaHei", "Microsoft YaHei Regular", arial, sans-serif; }
      .ru .template-archive-shadowproject .image-items .postGallery-item__post-title {
        font-family: arial, sans-serif; } }
  @media (min-width: 768px) and (min-width: 1025px) {
    .template-archive-shadowproject .image-items .postGallery-item__post-title {
      padding: 15px 0 0 15px;
      padding: 0.9375rem 0 0 0.9375rem;
      max-width: 165px;
      max-width: 10.3125rem   ; } }

@media (min-width: 769px) {
  .template-archive-shadowproject .image-items .postGallery-single-post-wrapper {
    grid-column-start: 1;
    grid-column-end: 4;
    width: 100%; } }

@media (min-width: 768px) {
  .template-archive-shadowproject .video-items {
    column-gap: 20px;
    column-gap: 1.25rem   ;
    row-gap: 30px;
    row-gap: 1.875rem   ;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr); } }

@media (min-width: 769px) and (orientation: landscape) {
  .template-archive-shadowproject .video-items .slick-prev {
    top: calc(50% - 20px);
    left: 63%; } }

@media (min-width: 769px) and (orientation: landscape) {
  .template-archive-shadowproject .video-items .slick-next {
    top: calc(50% + 20px);
    left: 62.5%; } }

@media (min-width: 1025px) {
  .template-archive-shadowproject .video-items .slick-next {
    left: 62.7%; } }

@media (min-width: 769px) {
  .template-archive-shadowproject .video-items .post-details {
    left: 68%; } }

@media (min-width: 769px) {
  .template-archive-shadowproject .video-items .gallery-wrapper {
    width: 62%; } }

@media (min-width: 769px) {
  .template-archive-shadowproject .video-items .postGallery-popup-wrapper {
    padding-top: 0; } }

.template-archive-shadowproject .video-items .postGallery-item {
  flex-basis: 100%;
  margin-bottom: 15px;
  margin-bottom: 0.9375rem   ; }
  .template-archive-shadowproject .video-items .postGallery-item [data-src] {
    opacity: 0;
    transition: opacity 0.2s cubic-bezier(0.18, -0.12, 0.82, 0.78); }
    .template-archive-shadowproject .video-items .postGallery-item [data-src].loaded {
      opacity: 1; }
  .template-archive-shadowproject .video-items .postGallery-item__image-wrapper {
    display: block;
    position: relative; }
    .template-archive-shadowproject .video-items .postGallery-item__image-wrapper::before {
      display: block;
      content: "";
      width: 100%;
      padding-top: 50%; }
  .template-archive-shadowproject .video-items .postGallery-item__image {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%; }
  .template-archive-shadowproject .video-items .postGallery-item__post-title {
    display: block;
    padding: 19px 0;
    padding: 1.1875rem 0  ;
    text-align: left;
    font-size: 12px;
    font-size: 0.75rem   ;
    letter-spacing: 0.25px;
    letter-spacing: 0.01562rem   ;
    line-height: 1.5;
    text-transform: uppercase; }
    html:not(.jp):not(.kr):not(.cn):not(.ru) .template-archive-shadowproject .video-items .postGallery-item__post-title {
      font-family: "pf_dintext_proregular", Helvetica, Arial, sans-serif; }
    .jp .template-archive-shadowproject .video-items .postGallery-item__post-title {
      font-family: "Hiragino Kaku Gothic ProN", meiryo, "MS PGothic", sans-serif; }
    .kr .template-archive-shadowproject .video-items .postGallery-item__post-title {
      font-family: "Malgun Gothic", "Dotum", arial, sans-serif; }
    .cn .template-archive-shadowproject .video-items .postGallery-item__post-title {
      font-family: "Microsoft YaHei", "Microsoft YaHei Regular", arial, sans-serif; }
    .ru .template-archive-shadowproject .video-items .postGallery-item__post-title {
      font-family: arial, sans-serif; }
  .video-items .template-archive-shadowproject .video-items .postGallery-item {
    flex-basis: 100%; }
  .template-archive-shadowproject .video-items .postGallery-item__button {
    width: 100%;
    cursor: pointer; }
    .template-archive-shadowproject .video-items .postGallery-item__button:focus {
      outline-offset: 0; }
    .template-archive-shadowproject .video-items .postGallery-item__button .linkText {
      border: 1px solid transparent;
      transition: border-bottom-color 0.2s cubic-bezier(0.18, -0.12, 0.82, 0.78); }
  .template-archive-shadowproject .video-items .postGallery-item__button:hover .linkText {
    border-bottom-color: currentColor; }
  @media (min-width: 768px) {
    .template-archive-shadowproject .video-items .postGallery-item {
      margin: 0; }
      .template-archive-shadowproject .video-items .postGallery-item__active {
        background-color: #ffffff; } }
  @media (min-width: 768px) and (min-width: 768px) {
    .template-archive-shadowproject .video-items .postGallery-item__button {
      display: flex; } }
  @media (min-width: 768px) and (min-width: 768px) {
    .template-archive-shadowproject .video-items .postGallery-item__image-wrapper {
      width: 46%; } }
  @media (min-width: 768px) and (min-width: 768px) {
    .template-archive-shadowproject .video-items .postGallery-item__post-title {
      font-size: 14px;
      font-size: 0.875rem   ;
      letter-spacing: 1.6px;
      letter-spacing: 0.1rem   ;
      line-height: 1.5;
      text-transform: uppercase;
      padding: 7px 0 0 7px;
      padding: 0.4375rem 0 0 0.4375rem;
      max-width: 120px;
      max-width: 7.5rem   ; }
      html:not(.jp):not(.kr):not(.cn):not(.ru) .template-archive-shadowproject .video-items .postGallery-item__post-title {
        font-family: "pf_dintext_proregular", Helvetica, Arial, sans-serif; }
      .jp .template-archive-shadowproject .video-items .postGallery-item__post-title {
        font-family: "Hiragino Kaku Gothic ProN", meiryo, "MS PGothic", sans-serif; }
      .kr .template-archive-shadowproject .video-items .postGallery-item__post-title {
        font-family: "Malgun Gothic", "Dotum", arial, sans-serif; }
      .cn .template-archive-shadowproject .video-items .postGallery-item__post-title {
        font-family: "Microsoft YaHei", "Microsoft YaHei Regular", arial, sans-serif; }
      .ru .template-archive-shadowproject .video-items .postGallery-item__post-title {
        font-family: arial, sans-serif; } }
  @media (min-width: 768px) and (min-width: 1024px) {
    .template-archive-shadowproject .video-items .postGallery-item__post-title {
      padding: 15px 0 0 15px;
      padding: 0.9375rem 0 0 0.9375rem;
      max-width: 165px;
      max-width: 10.3125rem   ; } }

@media (min-width: 769px) {
  .template-archive-shadowproject .video-items .postGallery-single-post-wrapper {
    grid-column-start: 1;
    grid-column-end: 4;
    width: 100%; } }

@media (min-width: 769px) {
  .template-archive-shadowproject .postGallery-popup-wrapper .post-details {
    left: 67%;
    width: 25%; } }

@media (min-width: 768px) {
  .template-archive-shadowproject .postGallery-popup-wrapper .image-wrapper {
    text-align: center;
    width: 90%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: 0 auto; } }

@media (min-width: 768px) and (orientation: landscape) {
  .template-archive-shadowproject .postGallery-popup-wrapper .image-wrapper {
    width: 60%;
    flex-direction: row;
    margin: 0; } }

@media (min-width: 769px) {
  .template-archive-shadowproject .postGallery-popup-wrapper .image-description {
    top: 20%;
    left: 111.7%; } }

@media (min-width: 769px) {
  .template-archive-shadowproject .postGallery-popup-wrapper .slick-slider .slick-list {
    max-height: 845px;
    max-height: 52.8125rem   ; } }

@media (min-width: 768px) {
  .template-archive-shadowproject .postGallery-popup-wrapper .slick-slider .slick-track {
    height: 845px;
    height: 52.8125rem   ; } }

@media (min-width: 768px) and (orientation: landscape) {
  .template-archive-shadowproject .postGallery-popup-wrapper .slick-slider .slick-track {
    height: 500px;
    height: 31.25rem   ; } }

@media (min-width: 1025px) {
  .template-archive-shadowproject .postGallery-popup-wrapper .slick-slider .slick-track {
    height: auto;
    height: auto   ; } }

@media (min-width: 769px) {
  .template-archive-shadowproject .postGallery-popup-wrapper .slick-slide img {
    height: 100%;
    width: auto !important;
    max-width: 100%;
    max-height: 100%; } }

@media (min-width: 769px) and (orientation: landscape) {
  .template-archive-shadowproject .postGallery-popup-wrapper .slick-prev {
    top: calc(50% - 20px);
    left: 62%; } }

@media (min-width: 769px) and (orientation: landscape) {
  .template-archive-shadowproject .postGallery-popup-wrapper .slick-next {
    top: calc(50% + 20px);
    left: 61.5%; } }

@media (min-width: 1025px) {
  .template-archive-shadowproject .postGallery-popup-wrapper .slick-next {
    left: 61.7%; } }

@media (min-width: 768px) {
  .template-archive-junior .image-items {
    column-gap: 20px;
    column-gap: 1.25rem   ;
    row-gap: 30px;
    row-gap: 1.875rem   ;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr); } }

.template-archive-junior .image-items .postGallery-item {
  flex-basis: 48%;
  margin-bottom: 15px;
  margin-bottom: 0.9375rem   ; }
  .template-archive-junior .image-items .postGallery-item [data-src] {
    opacity: 0;
    transition: opacity 0.2s cubic-bezier(0.18, -0.12, 0.82, 0.78); }
    .template-archive-junior .image-items .postGallery-item [data-src].loaded {
      opacity: 1; }
  .template-archive-junior .image-items .postGallery-item__image-wrapper {
    display: block;
    position: relative; }
    .template-archive-junior .image-items .postGallery-item__image-wrapper::before {
      display: block;
      content: "";
      width: 100%;
      padding-top: 50%; }
  .template-archive-junior .image-items .postGallery-item__image {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%; }
  .template-archive-junior .image-items .postGallery-item__post-title {
    display: block;
    padding: 19px 0;
    padding: 1.1875rem 0  ;
    text-align: left;
    font-size: 12px;
    font-size: 0.75rem   ;
    letter-spacing: 0.25px;
    letter-spacing: 0.01562rem   ;
    line-height: 1.5;
    text-transform: uppercase; }
    html:not(.jp):not(.kr):not(.cn):not(.ru) .template-archive-junior .image-items .postGallery-item__post-title {
      font-family: "pf_dintext_proregular", Helvetica, Arial, sans-serif; }
    .jp .template-archive-junior .image-items .postGallery-item__post-title {
      font-family: "Hiragino Kaku Gothic ProN", meiryo, "MS PGothic", sans-serif; }
    .kr .template-archive-junior .image-items .postGallery-item__post-title {
      font-family: "Malgun Gothic", "Dotum", arial, sans-serif; }
    .cn .template-archive-junior .image-items .postGallery-item__post-title {
      font-family: "Microsoft YaHei", "Microsoft YaHei Regular", arial, sans-serif; }
    .ru .template-archive-junior .image-items .postGallery-item__post-title {
      font-family: arial, sans-serif; }
  .video-items .template-archive-junior .image-items .postGallery-item {
    flex-basis: 100%; }
  .template-archive-junior .image-items .postGallery-item__button {
    width: 100%;
    cursor: pointer; }
    .template-archive-junior .image-items .postGallery-item__button:focus {
      outline-offset: 0; }
    .template-archive-junior .image-items .postGallery-item__button .linkText {
      border: 1px solid transparent;
      transition: border-bottom-color 0.2s cubic-bezier(0.18, -0.12, 0.82, 0.78); }
  .template-archive-junior .image-items .postGallery-item__button:hover .linkText {
    border-bottom-color: currentColor; }
  @media (min-width: 768px) {
    .template-archive-junior .image-items .postGallery-item {
      margin: 0; }
      .template-archive-junior .image-items .postGallery-item__active {
        background-color: #ffffff; } }
  @media (min-width: 768px) and (min-width: 768px) {
    .template-archive-junior .image-items .postGallery-item__button {
      display: flex; } }
  @media (min-width: 768px) and (min-width: 769px) {
    .template-archive-junior .image-items .postGallery-item__button img {
      position: static; } }
  @media (min-width: 768px) and (min-width: 768px) {
    .template-archive-junior .image-items .postGallery-item__image-wrapper {
      width: 47%; } }
  @media (min-width: 768px) {
      .template-archive-junior .image-items .postGallery-item__image-wrapper::before {
        content: none; } }
  @media (min-width: 768px) and (min-width: 768px) {
    .template-archive-junior .image-items .postGallery-item__post-title {
      font-size: 14px;
      font-size: 0.875rem   ;
      letter-spacing: 1.6px;
      letter-spacing: 0.1rem   ;
      line-height: 1.5;
      text-transform: uppercase;
      padding: 7px 0 0 7px;
      padding: 0.4375rem 0 0 0.4375rem;
      max-width: 120px;
      max-width: 7.5rem   ; }
      html:not(.jp):not(.kr):not(.cn):not(.ru) .template-archive-junior .image-items .postGallery-item__post-title {
        font-family: "pf_dintext_proregular", Helvetica, Arial, sans-serif; }
      .jp .template-archive-junior .image-items .postGallery-item__post-title {
        font-family: "Hiragino Kaku Gothic ProN", meiryo, "MS PGothic", sans-serif; }
      .kr .template-archive-junior .image-items .postGallery-item__post-title {
        font-family: "Malgun Gothic", "Dotum", arial, sans-serif; }
      .cn .template-archive-junior .image-items .postGallery-item__post-title {
        font-family: "Microsoft YaHei", "Microsoft YaHei Regular", arial, sans-serif; }
      .ru .template-archive-junior .image-items .postGallery-item__post-title {
        font-family: arial, sans-serif; } }
  @media (min-width: 768px) and (min-width: 1025px) {
    .template-archive-junior .image-items .postGallery-item__post-title {
      padding: 15px 0 0 15px;
      padding: 0.9375rem 0 0 0.9375rem;
      max-width: 165px;
      max-width: 10.3125rem   ; } }

@media (min-width: 769px) {
  .template-archive-junior .image-items .postGallery-single-post-wrapper {
    grid-column-start: 1;
    grid-column-end: 4;
    width: 100%; } }

@media (min-width: 769px) {
  .template-archive-junior .postGallery-popup-wrapper .post-details {
    left: 65%;
    width: 25%; } }

@media (min-width: 768px) {
  .template-archive-junior .postGallery-popup-wrapper .image-wrapper {
    text-align: center;
    width: 90%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: 0 auto; } }

@media (min-width: 768px) and (orientation: landscape) {
  .template-archive-junior .postGallery-popup-wrapper .image-wrapper {
    width: 58%;
    flex-direction: row;
    margin: 0; } }

@media (min-width: 769px) {
  .template-archive-junior .postGallery-popup-wrapper .slick-slider .slick-list {
    max-height: 845px;
    max-height: 52.8125rem   ; } }

@media (min-width: 769px) {
  .template-archive-junior .postGallery-popup-wrapper .slick-slide img {
    height: 100%;
    width: auto !important;
    max-width: 100%;
    max-height: 100%; } }

@media (min-width: 769px) and (orientation: landscape) {
  .template-archive-junior .postGallery-popup-wrapper .slick-prev {
    top: calc(50% - 20px);
    left: 60%; } }

@media (min-width: 769px) and (orientation: landscape) {
  .template-archive-junior .postGallery-popup-wrapper .slick-next {
    top: calc(50% + 20px);
    left: 59.3%; } }

@media (min-width: 1025px) {
  .template-archive-junior .postGallery-popup-wrapper .slick-next {
    left: 59.7%; } }

.ie .template-archive-stoneisland .image-items {
  display: flex;
  justify-content: flex-start; }
  .ie .template-archive-stoneisland .image-items .postGallery-single-post-wrapper {
    width: 100%;
    flex-basis: 100%;
    margin: 30px 0;
    margin: 1.875rem 0  ; }
    .ie .template-archive-stoneisland .image-items .postGallery-single-post-wrapper .postGallery-popup-wrapper .gallery-wrapper {
      width: 100%; }
  .ie .template-archive-stoneisland .image-items .postGallery-item {
    margin-bottom: 30px;
    margin-bottom: 1.875rem   ;
    flex-basis: 24%;
    margin-right: 1%; }

.ie .template-archive-stoneisland .video-items {
  display: flex;
  justify-content: flex-start; }
  .ie .template-archive-stoneisland .video-items .postGallery-single-post-wrapper {
    width: 100%;
    flex-basis: 100%;
    margin: 30px 0;
    margin: 1.875rem 0  ; }
  .ie .template-archive-stoneisland .video-items .postGallery-item {
    margin-bottom: 30px;
    margin-bottom: 1.875rem   ;
    flex-basis: 32%;
    margin-right: 1%; }

.ie .template-archive-shadowproject .image-items,
.ie .template-archive-shadowproject .video-items {
  display: flex;
  justify-content: flex-start; }
  .ie .template-archive-shadowproject .image-items .postGallery-single-post-wrapper,
  .ie .template-archive-shadowproject .video-items .postGallery-single-post-wrapper {
    width: 100%;
    flex-basis: 100%;
    margin: 30px 0;
    margin: 1.875rem 0  ; }
  .ie .template-archive-shadowproject .image-items .postGallery-item,
  .ie .template-archive-shadowproject .video-items .postGallery-item {
    margin-bottom: 30px;
    margin-bottom: 1.875rem   ;
    flex-basis: 32%;
    margin-right: 1%; }

.ie .template-archive-shadowproject .image-items .postGallery-single-post-wrapper .postGallery-popup-wrapper .gallery-wrapper {
  width: 100%; }

.ie .template-archive-junior .image-items {
  display: flex;
  justify-content: flex-start; }
  .ie .template-archive-junior .image-items .postGallery-single-post-wrapper {
    width: 100%;
    flex-basis: 100%;
    margin: 30px 0;
    margin: 1.875rem 0  ; }
    .ie .template-archive-junior .image-items .postGallery-single-post-wrapper .postGallery-popup-wrapper .gallery-wrapper {
      width: 100%; }
  .ie .template-archive-junior .image-items .postGallery-item {
    margin-bottom: 30px;
    margin-bottom: 1.875rem   ;
    flex-basis: 32%;
    margin-right: 1%; }

.slick-slide {
  padding: 1px; }

/*# sourceMappingURL=archive.css.map */