@charset "UTF-8";
* {
  box-sizing: border-box;
  *behavior: url(css/boxsizing.htc);
  -moz-box-sizing: border-box;
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  /* For some Androids */
}

body {
  -webkit-text-size-adjust: 100%;
  -webkit-overflow-scrolling: touch;
}

img,
video,
iframe {
  display: block;
  border: none;
  max-width: 100%;
}

.clear {
  clear: both;
}

a {
  cursor: pointer;
  text-decoration: none;
}

body {
  overflow-y: scroll;
  overflow-x: hidden;
}

/* DEFAULTS */
.bg-black {
  background-color: black;
}

.bg-grey-80 {
  background-color: #333333;
}

.bg-grey-60 {
  background-color: #666666;
}

.bg-grey-40 {
  background-color: #999999;
}

.bg-grey-20 {
  background-color: #cccccc;
}

.bg-grey-10 {
  background-color: #e6e6e6;
}

.bg-grey-5 {
  background-color: #f2f2f2;
}

.bg-white {
  background-color: white;
}

body {
  font-family: bambino-wf, "Hiragino Sans GB", "冬青黑体", STXihei, "华文细黑", "Microsoft YaHei", YaHei, "微软雅黑体", sans-serif !important;
}

body {
  font-size: 15px;
  line-height: 1.2;
  color: black;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1:first-child,
h2:first-child,
h3:first-child,
.column *:first-child {
  margin-top: 0;
}

.menu li {
  transition: font-weight 0.3s;
}

.menu li.on {
  font-weight: 900;
}

a {
  color: inherit;
  transition: transform 0.3s;
}

a:hover {
  transform: translateY(-3px);
}

.main p a, .main li a {
  display: inline-block;
  text-decoration: underline;
  transition: transform 0.2s, opacity 0.2s;
}
.main p a:hover, .main li a:hover {
  transform: translateY(-1px);
  opacity: 0.7;
}

h3 + p {
  margin-top: 0;
}

.body p + ul {
  margin-top: 8px;
}

.body ul li {
  position: relative;
  margin-left: 26px;
  list-style: none;
  _text-indent: -2em;
}

.body ul li::before {
  position: absolute;
  content: "- ";
  left: -17px;
}

a {
  transition: color 0.3s, transform 0.3s;
}

.menu li {
  font-family: NotoSans-wf;
  font-weight: 700;
  font-size: 1em;
}

.page-timeline h1, .page-timeline h2 {
  font-family: GillSans-wf;
  font-style: italic;
  font-weight: 700;
}
.page-timeline h3 {
  font-family: NotoSerif-wf;
  font-style: italic;
  font-weight: 400;
}
.page-timeline h1 {
  font-size: 7.866em;
  color: transparent;
  -webkit-text-stroke: 1px black;
  transform: skewX(-20deg);
  text-transform: uppercase;
}
.page-timeline h2 {
  font-size: 4em;
  transform: skewX(-20deg);
}
.page-timeline h3 {
  font-size: 1.5em;
  transform: skewX(-30deg);
  text-transform: uppercase;
}
.page-timeline .image-rectangle .caption {
  font-family: NotoSans-wf;
  font-weight: 400;
  font-size: 0.933em;
  text-transform: uppercase;
  position: absolute;
  top: 2px;
  left: 21px;
  transform: rotate(90deg);
  transform-origin: top left;
  white-space: nowrap;
}
.page-timeline .image-circle .caption {
  font-family: GillSans-wf;
  font-weight: 500;
  font-size: 1.2em;
  color: white;
  position: absolute;
  bottom: 18%;
  width: 100%;
  text-align: center;
}
.page-timeline .image-circle .caption .border-holder {
  display: inline-block;
  position: relative;
}
.page-timeline .image-circle .caption .border-holder .border {
  width: 100%;
  left: 0;
  transform: scaleX(1);
}
.page-timeline .image-circle:hover .caption .border-holder .border {
  transform: scaleX(1.2);
}

.page-timeline.page-features h2 {
  font-size: 3.2em;
  font-style: normal;
  font-weight: 600;
  position: relative;
  z-index: 2;
  _transform: translateY(-0.65em);
  transform: none;
  _transition: transform 0.6s;
}
.page-timeline.page-features p.date {
  font-family: OpenSans-wf;
  font-size: 0.933em;
  font-weight: 400;
}

.page-shop h1 {
  font-family: GillSans-wf;
  font-weight: 500;
  font-size: 4.8em;
  text-transform: uppercase;
}

.page-collection .submenu a {
  font-family: GillSans-wf;
  font-weight: 600;
  font-size: 0.9em;
}

.page-stockist .list h1 {
  font-family: GillSans-wf;
  font-weight: 600;
  font-size: 3.2em;
  margin-bottom: 0.35em;
}
.page-stockist .list h2 {
  font-family: GillSans-wf;
  font-weight: 600;
  font-size: 2.4em;
  margin-top: 0.2em;
}
.page-stockist .results .result {
  margin-top: 3em;
}
.page-stockist .results .result h3 {
  font-family: NotoSans-wf;
  font-weight: 700;
  font-size: 1.066em;
  text-transform: uppercase;
}
.page-stockist .results .result h4 {
  font-family: GillSans-wf;
  font-weight: 600;
  font-size: 0.95em;
  margin-top: 0.5em;
}
.page-stockist .results .result p.website {
  font-family: GillSans-wf;
  font-weight: 500;
  font-size: 1.066em;
}
.page-stockist .results .result p {
  font-family: GillSans-wf;
  font-weight: 300;
  font-size: 0.866em;
}
.page-stockist .results .result:first-of-type {
  margin-top: 0 !important;
}
.page-stockist.page-shop-info .results .result {
  margin-top: 2.5em;
}
.page-stockist.page-shop-info .results .result h3 {
  font-size: 0.9em;
  text-transform: none;
}

.page-about .statement p {
  font-family: NotoSans-wf;
  font-weight: 400;
  font-size: 2.66em;
}
.page-about .about-company p {
  font-family: NotoSans-wf;
  font-weight: 400;
  font-size: 1.6em;
}
.page-about .about-team p {
  font-family: NotoSans-wf;
  font-weight: 400;
  font-size: 0.866em;
  letter-spacing: 0.25px;
}
.page-about .contact p {
  font-family: NotoSans-wf;
  font-weight: 400;
  font-size: 1.066em;
  margin-top: 1em;
}
.page-about .contact h4 {
  _font-family: GillSans-wf;
  font-family: NotoSans-wf;
  font-weight: 400;
  font-size: 1.7em;
}

@media (max-width: 768px) {
  .page-timeline h1 {
    font-size: 3em;
  }
  .page-timeline h2 {
    font-size: 2.35em;
  }
  .page-timeline h3 {
    font-size: 1.15em;
  }
  .page-timeline .image-circle .caption {
    font-size: 1em;
  }

  .page-timeline.page-features h2 {
    font-size: 2.2em;
  }
}
@media (max-width: 480px) {
  .page-timeline .image-circle .caption {
    font-size: 0.85em;
  }
}
@media (max-width: 768px) {
  body {
    font-size: 13px;
  }
}
@media (min-width: 769px) {
  br.m {
    display: none;
  }
}
.comingsoon {
  color: #b4b4b4;
}

.button {
  display: inline-block;
  font-family: GillSans-wf, sans-serif;
  font-weight: 600;
  font-size: 18px;
  margin-top: 1em;
  padding: 0.275em 0.5em 0.325em;
  text-transform: uppercase;
  color: white;
  background-color: black;
  border-radius: 0.15em;
}
.button:hover {
  transform: translateY(-3px);
}

/* UI - closeX */
.closeX > div {
  position: absolute;
  top: 50%;
  width: 100%;
  height: 2px;
  background-color: #f2a23e;
  transition: background-color 0.3s ease;
}

.closeX > div.v {
  transform: rotate(90deg);
}

.closeX:hover > div {
  background-color: #f2d19f;
}

@media (max-width: 768px) {
  .closeX > div {
    top: 53%;
  }
}
#projectListHolder .project {
  background-image: url(../images/ui/loader/loader-ring.gif);
  background-size: 40px;
  background-position: center;
  background-repeat: no-repeat;
}

#projectListHolder .project .slide {
  opacity: 0;
  transition: opacity 0.5s ease;
}

#projectListHolder .project .slide.loaded {
  opacity: 1;
}

/* UI - LOADER */
#loader {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-image: url(../images/ui/loader/loader-ring.gif);
  background-size: 50px;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
  transition: opacity 0.5s ease;
}

#loader.show {
  opacity: 0.5;
}

/* UI - SCROLLDOWN */
.close-holder {
  position: relative;
}

.close {
  position: absolute;
  height: 12px;
  right: 5%;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: transform 0.3s ease;
}

.close:hover {
  transform: translateY(-5px);
}

.close .icon {
  position: relative;
  width: 12px;
  height: 12px;
  margin: auto;
  transition: transform 0.5s ease;
  transition-delay: 0.5s;
}

.closed .close .icon {
  transform: rotateX(180deg);
  transition-delay: 0.5s;
}

.close .icon > div {
  width: 100%;
  height: 2px;
  background-color: red;
}

.close .icon .l {
  transform: rotate(-45deg) translate3d(-5px, 0, 0);
}

.close .icon .r {
  transform: rotate(45deg) translate3d(4px, -2px, 0);
}

.close {
  display: none;
}

@media (max-width: 768px) {
  .close {
    display: block;
  }
}
/* CAROUSELS - GENERAL */
.slick-carousel {
  width: 100%;
  height: 100%;
}

.slick-slider {
  margin-bottom: 0;
}

.slick-list, .slick-track, .slick-slide {
  height: 100%;
  width: 100%;
}

.slide {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: background-image 0.5s ease;
}

.slick-slide {
  transform: translate3d(0, 0, 0);
  /* fixes flicker */
}

.slick-carousel {
  width: 101%;
}

/* UI - ARROWS */
.carousel-button,
.carousel-button .inner {
  position: absolute;
  z-index: 2;
  width: 70px;
  height: 70px;
  background-size: 16px;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  opacity: 1;
  transition: opacity 0.3s ease;
}

.carousel-button:hover {
  _opacity: 0.5;
}

.carousel-prev {
  _left: calc(4.7% - 30px);
  left: 14px;
  background-image: url(../images/ui/ui-cc_left-black.png);
}

.carousel-next {
  _right: calc(4.7% - 30px);
  right: 14px;
  background-image: url(../images/ui/ui-cc_right-black.png);
}

.carousel-button .inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.carousel-prev .inner {
  background-image: url(../images/ui/ui-cc_left.png);
}

.carousel-next .inner {
  background-image: url(../images/ui/ui-cc_right.png);
}

.carousel-button:hover .inner {
  opacity: 0;
}

.carousel-button.swiper-button-disabled {
  opacity: 0;
  cursor: default;
}

.carousel-button {
  top: auto;
  bottom: calc(((100% - 137px) / 2) - 35px);
}

@media (max-width: 1080px) {
  .carousel-button {
    bottom: auto;
    top: 48%;
    top: calc(50% - 35px);
  }
}
/*
.carousel-button.portfolio { background-size:60px; _-webkit-filter: drop-shadow(0px 0px 6px rgba(0,0,0,0.5)); }
.carousel-prev.portfolio { background-image:url(../images/ui/ui_left-white.png); } 
.carousel-next.portfolio { background-image:url(../images/ui/ui_right-white.png); } 
.main .carousel-prev { background-image:url(../images/ui/ui_left-grey.png); }
.main .carousel-next { background-image:url(../images/ui/ui_right-grey.png); }
.main .slide.jerry .carousel-prev { background-image:url(../images/ui/ui_left-white.png); }
.main .slide.jerry .carousel-next { background-image:url(../images/ui/ui_right-white.png); }
*/
/* UI - DOTS */
.slick-dots {
  bottom: 26px;
}

.slick-dots li {
  width: 12px;
  height: 12px;
  margin: 0 14px !important;
}

.slick-dots li button {
  width: 100%;
  height: 100%;
  background-color: transparent;
  border-radius: 100%;
  border: solid 2px white;
  transition: background-color 0.3s ease-out;
}

.slick-dots li:hover button {
  background-color: #c8c8c8;
}

.slick-dots li.slick-active button {
  background-color: white;
}

.slick-dots li button:before {
  content: "";
}

/* UI - SLICK-DOTS */
@media (max-width: 600px) {
  .slick-dots li {
    margin: 0 9px !important;
  }
}
.swiper-container .swiper-button {
  position: absolute;
  z-index: 2;
  margin: auto;
  display: block;
  transition: transform 0.3s, opacity 0.3s;
}
.swiper-container .swiper-button span {
  display: block;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.swiper-container .swiper-button.swiper-button-disabled {
  cursor: default;
  opacity: 0.2;
  transform: none !important;
}
.swiper-container.swiper-container-horizontal .swiper-button {
  top: 0;
  bottom: 0;
  width: 25px;
  height: 50px;
}
.swiper-container.swiper-container-horizontal .swiper-button.prev {
  left: 15px;
}
.swiper-container.swiper-container-horizontal .swiper-button.prev span {
  background-image: url(/images/ui/arrow-left.png);
}
.swiper-container.swiper-container-horizontal .swiper-button.prev:hover {
  transform: translateX(-5px);
}
.swiper-container.swiper-container-horizontal .swiper-button.next {
  right: 15px;
}
.swiper-container.swiper-container-horizontal .swiper-button.next span {
  background-image: url(/images/ui/arrow-right.png);
}
.swiper-container.swiper-container-horizontal .swiper-button.next:hover {
  transform: translateX(5px);
}
.swiper-container.swiper-container-vertical .swiper-button {
  left: 0;
  right: 0;
  width: 50px;
  height: 25px;
}
.swiper-container.swiper-container-vertical .swiper-button.prev {
  top: 15px;
}
.swiper-container.swiper-container-vertical .swiper-button.prev span {
  background-image: url(/images/ui/arrow-up.png);
}
.swiper-container.swiper-container-vertical .swiper-button.prev:hover {
  transform: translateY(-5px);
}
.swiper-container.swiper-container-vertical .swiper-button.next {
  bottom: 15px;
}
.swiper-container.swiper-container-vertical .swiper-button.next span {
  background-image: url(/images/ui/arrow-down.png);
}
.swiper-container.swiper-container-vertical .swiper-button.next:hover {
  transform: translateY(5px);
}

@media (max-width: 768px) {
  .swiper-container.swiper-container-horizontal .swiper-button, .swiper-container.swiper-container-vertical .swiper-button {
    top: 0 !important;
    bottom: 0 !important;
    width: 18px;
    height: 36px;
  }
  .swiper-container.swiper-container-horizontal .swiper-button.prev, .swiper-container.swiper-container-vertical .swiper-button.prev {
    left: 15px;
    right: auto;
  }
  .swiper-container.swiper-container-horizontal .swiper-button.prev span, .swiper-container.swiper-container-vertical .swiper-button.prev span {
    background-image: url(/images/ui/arrow-left.png);
  }
  .swiper-container.swiper-container-horizontal .swiper-button.next, .swiper-container.swiper-container-vertical .swiper-button.next {
    right: 15px;
    left: auto;
  }
  .swiper-container.swiper-container-horizontal .swiper-button.next span, .swiper-container.swiper-container-vertical .swiper-button.next span {
    background-image: url(/images/ui/arrow-right.png);
  }
  .swiper-container.swiper-container-horizontal .swiper-button.swiper-button-disabled, .swiper-container.swiper-container-vertical .swiper-button.swiper-button-disabled {
    cursor: default;
    opacity: 0.2;
  }
}
.closeX {
  position: absolute;
  z-index: 2;
  display: block;
  top: 15px;
  right: 15px;
  width: 25px;
  height: 25px;
  margin: auto;
  transition: transform 0.3s, opacity 0.3s;
  background-image: url(/images/ui/closeX.png);
}

body {
  opacity: 0;
  transition: opacity 0.5s;
  _overflow-x: hidden;
}

body.loaded {
  opacity: 1 !important;
}

body > .bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.table {
  display: table;
}

.table-cell {
  display: table-cell;
  vertical-align: middle;
}

.reflectX {
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}

.border {
  position: absolute;
  bottom: -2px;
  left: -6px;
  width: calc(100% + 12px);
  border-bottom: solid 2px;
  transform: scaleX(0);
  transition: transform 0.3s;
}

#preloader {
  position: fixed;
  top: -9999px;
}

.vHolder {
  display: table;
  width: 100%;
  height: 100%;
}

.vCenter {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}

.hCenter-block {
  margin-left: auto;
  margin-right: auto;
}

.hCenter-holder {
  text-align: center;
}

.mobile-only-inline {
  display: none !important;
}

.mobile-only-inline-block {
  display: none !important;
}

.mobile-only-block {
  display: none !important;
}

.phone-only-inline {
  display: none !important;
}

.phone-only-inline-block {
  display: none !important;
}

.phone-only-block {
  display: none !important;
}

.desktop-only-inline {
  display: inline !important;
}

.desktop-only-inline-block {
  display: inline-block !important;
}

.desktop-only-block {
  display: block !important;
}

.wrap-inner {
  width: 100%;
  height: 100%;
  position: relative;
}

.img-bg-cover {
  background-size: cover;
  background-position: center;
}

.img-bg-contain {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

img.spacer {
  visibility: hidden;
}

.placeholder {
  position: relative !important;
  opacity: 0 !important;
  visibility: hidden !important;
}

.columns-2 .column {
  width: 50%;
  float: left;
}

.pos-left-1 {
  left: 8.33vw;
}

.pos-left-2 {
  left: 16.67vw;
}

.pos-left-3 {
  left: 25vw;
}

.pos-left-4 {
  left: 33.33vw;
}

.pos-left-5 {
  left: 41.67vw;
}

.pos-left-6 {
  left: 50vw;
}

.pos-left-7 {
  left: 58.33vw;
}

.pos-left-8 {
  left: 66.67vw;
}

.pos-left-9 {
  left: 75vw;
}

.pos-left-10 {
  left: 83.33vw;
}

.pos-left-11 {
  left: 91.67vw;
}

.pad-left-1 {
  padding-left: 8.33vw;
}

.pad-left-2 {
  padding-left: 16.67vw;
}

.pad-left-3 {
  padding-left: 25vw;
}

.pad-right-1 {
  padding-right: 8.33vw;
}

.pad-right-2 {
  padding-right: 16.67vw;
}

.pad-right-2-5 {
  padding-right: 20.83vw;
}

.pad-right-3 {
  padding-right: 25vw;
}

.width {
  display: block;
}

.width-1 {
  width: 8.33%;
}

.width-2 {
  width: 16.67%;
}

.width-3 {
  width: 25%;
}

.width-4 {
  width: 33.33%;
}

.width-4-5 {
  width: 37.5%;
}

.width-5 {
  width: 41.67%;
}

.width-6 {
  width: 50%;
}

.width-7 {
  width: 58.33%;
}

.width-8 {
  width: 66.67%;
}

.width-9 {
  width: 75%;
}

.width-10 {
  width: 83.33%;
}

.width-11 {
  width: 91.67%;
}

.inner-width-1 {
  width: 8.33vw;
}

.inner-width-2 {
  width: 16.67vw;
}

.inner-width-3 {
  width: 25vw;
}

.inner-width-4 {
  width: 33.33vw;
}

.inner-width-4-5 {
  width: 37.5vw;
}

.inner-width-5 {
  width: 41.67vw;
}

.inner-width-6 {
  width: 50vw;
}

.inner-width-7 {
  width: 58.33vw;
}

.inner-width-8 {
  width: 66.67vw;
}

.inner-width-9 {
  width: 75vw;
}

.inner-width-10 {
  width: 83.33vw;
}

.inner-width-11 {
  width: 91.67vw;
}

.nudge-left {
  left: -4.167vw;
}

.nudge-right {
  left: 4.167vw;
}

.nudge-up {
  top: -5rem;
}

.abs-fill {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* STRUCTURE */
html, body, #wrap, #contentWrap, #overlay, .main {
  height: 100%;
}

#contentWrap.hide {
  opacity: 0;
  visibility: hidden;
}

body.transitioning #contentWrap {
  opacity: 0;
}

#contentWrap #footer {
  position: relative;
  z-index: 3;
}

body.template-manifesto #contentWrap > .inner > .main,
body.template-capabilities #contentWrap > .inner > .main {
  height: 100%;
}

body.template-manifesto #footer,
body.template-capabilities #footer {
  display: none;
}

.inner-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}
.inner-header .logo {
  position: absolute;
  width: 110px;
  margin-top: 18px;
  display: block;
  _margin-left: 20px;
}
.inner-header .logo img {
  width: 100%;
}
.inner-header .closeX {
  position: absolute;
  top: 0;
  margin-top: 18px;
  right: 18px;
  width: 30px;
}

.level-frame {
  position: fixed;
  z-index: 10;
  background-color: white;
  transition: transform 1s;
}

.frame-left, .frame-right {
  top: 0;
  height: 100%;
  width: 48px;
}

.frame-left {
  left: 0;
}

.frame-right {
  right: 0;
}

.frame-bottom {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 48px;
  background-color: white;
}

.missing-content {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-left: 7px;
  background-color: rgba(128, 128, 128, 0.7);
}
.missing-content::before {
  content: "?";
  font-family: NotoSans-wf, sans-serif;
  font-size: 30px;
  font-weight: 600;
  color: white;
}

@media (min-width: 1680px) {
  .inner-header .logo {
    width: 128px;
  }

  .inner-header .closeX {
    width: 35px;
  }
}
@media (max-width: 1024px) {
  .nudge-up {
    top: -4.8rem;
  }

  #contentWrap {
    padding: 0;
  }

  #contentWrap > .inner {
    padding-top: 50px;
  }

  .level-2 #contentWrap > .inner {
    padding-top: 0;
  }

  .frame-bottom, .frame-left, .frame-right {
    display: none;
  }
}
@media (max-width: 1024px) {
  .nudge-up {
    top: -5.5rem;
  }

  .mobile-only-inline {
    display: inline !important;
  }

  .mobile-only-inline-block {
    display: inline-block !important;
  }

  .mobile-only-block {
    display: block !important;
  }

  .desktop-only-inline {
    display: none !important;
  }

  .desktop-only-inline-block {
    display: none !important;
  }

  .desktop-only-block {
    display: none !important;
  }

  .columns-2 .column {
    width: 100%;
    float: none;
  }
}
@media (max-width: 600px) {
  .phone-only-inline {
    display: inline !important;
  }

  .phone-only-inline-block {
    display: inline-block !important;
  }

  .phone-only-block {
    display: block !important;
  }

  .phone-hide {
    display: none;
  }
}
@media (max-width: 768px) {
  html, body, #wrap, #contentWrap, .main {
    height: auto;
  }

  #contentWrap {
    position: relative !important;
    overflow-x: hidden;
  }

  .page {
    padding: 150px 21px 150px !important;
    _height: auto;
  }
}
.credit {
  display: none;
  position: relative;
  z-index: 10;
}

.credit p {
  font-size: 14px;
}

#header {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  transition: transform 0.6s;
  padding-left: 30px;
  padding-top: 46px;
}
#header.temp-hide {
  display: none;
}
#header .logo {
  display: block;
  position: relative;
  width: 205px;
  padding: 11px 11px;
  transition: width 0.3s;
}
#header .logo img {
  _position: absolute;
}
#header .logo:hover {
  transform: none;
}
#header #mobileThumb {
  display: inline-block;
  z-index: 2;
  width: 38px;
  height: 36px;
  padding: 12px 11px;
  cursor: pointer;
  transition: transform 0.5s;
}
#header #mobileThumb .inner {
  position: relative;
  width: 100%;
  height: 100%;
}
#header #mobileThumb .inner div {
  width: 100%;
  height: 2px;
  background-color: black;
  position: absolute;
  transition: transform 0.5s, width 0.5s;
}
#header #mobileThumb .inner div:nth-of-type(1) {
  top: 0;
}
#header #mobileThumb .inner div:nth-of-type(2) {
  _top: 50%;
  _margin-top: -2px;
  top: 5px;
}
#header #mobileThumb .inner div:nth-of-type(3) {
  bottom: 0;
  width: 60%;
}
#header #mobileThumb:hover .inner div:nth-of-type(3) {
  width: 100%;
}
#header .nav {
  z-index: 1;
  display: flex;
  flex-direction: column;
  margin-top: -3px;
  max-height: 0px;
  overflow: hidden;
  transition: max-height 0s;
  transition-delay: 1s;
}
#header .nav .menu {
  float: right;
  text-align: right;
  padding: 0;
  _padding-right: 40px;
  transition: transform 0.5s;
  transform: translateX(-60px);
  float: none;
  width: 100%;
  max-width: 420px;
  _margin: auto;
  padding: 0 15px 0 100px;
}
#header .nav .menu li {
  list-style: none;
  display: inline-block;
  position: relative;
  text-align: left;
  float: none;
  display: block;
  margin-left: 0;
  padding: 0 12px;
  text-align: right;
  padding: 0 !important;
  opacity: 0;
  transform: translateX(-20px);
  transition: opacity 0.3s, transform 0.3s;
  transition-delay: 2s;
}
#header .nav .menu li a {
  display: block;
  white-space: nowrap;
  padding: 3px 0;
  position: relative;
}
#header .nav .menu li a span.show {
  position: relative;
  display: inline-block;
  padding-bottom: 0px;
  line-height: 1.4;
  border-bottom: solid 2px transparent;
  transition: border-color 0.3s, transform 0.3s;
  right: 0;
}
#header .nav .menu li a:hover span.border {
  transform: scaleX(1);
}
#header .nav .menu li.on a span.border {
  transform: scaleX(1);
}
#header .nav .menu li:nth-of-type(1) {
  transition-delay: 0s;
}
#header .nav .menu li:nth-of-type(2) {
  transition-delay: 0.05s;
}
#header .nav .menu li:nth-of-type(3) {
  transition-delay: 0.1s;
}
#header .nav .menu li:nth-of-type(4) {
  transition-delay: 0.15s;
}
#header .nav .menu li:nth-of-type(5) {
  transition-delay: 0.2s;
}
#header .nav .menu li:nth-of-type(6) {
  transition-delay: 0.25s;
}
#header .nav .menu li:nth-of-type(7) {
  transition-delay: 0.3s;
}
#header .nav .menu li[data-target=home] {
  display: none !important;
}

#contentWrap {
  position: absolute;
  right: 0;
  width: 100%;
  transition: width 0.5s, transform 0.5s, left 0.5s, opacity 0.5s, visibility 0.5s;
}

.menuIn #contentWrap {
  width: calc(100% - 250px);
  _transform: translateX(250px);
}
.menuIn #header #mobileThumb {
  transform: rotateZ(90deg);
}
.menuIn #header #mobileThumb .inner div:nth-of-type(1) {
  transform: rotateZ(45deg) translate3d(3.5px, 3.5px, 0);
}
.menuIn #header #mobileThumb .inner div:nth-of-type(3) {
  transform: rotateZ(-45deg) translate3d(3.5px, -3.5px, 0);
  width: 100%;
}
.menuIn #header #mobileThumb .inner div:nth-of-type(2) {
  transform: scale(0);
}
.menuIn #header .nav {
  max-height: 500px;
  transition-delay: 0s;
}
.menuIn #header .nav .menu {
  transform: translateX(0);
}
.menuIn #header .nav .menu li {
  transform: translateX(0);
  opacity: 1;
}

body.template-home #contentWrap .group > .inner .item .inner-menuIn {
  transition: transform 0.5s, opacity 0.3s;
}

body.template-home.menuIn #contentWrap {
  width: 100%;
  transform: none;
}
body.template-home.menuIn #contentWrap .group > .inner .item .inner-menuIn {
  transform: translateX(250px);
}

body.template-about.menuIn #contentWrap {
  width: 100%;
  transform: translateX(250px);
}

body.template-shop-item.menuIn #contentWrap {
  width: calc(100% - 110px);
}

#social {
  position: fixed;
  bottom: 0;
  left: 0;
  transition: opacity 0.3s, visibility 0.3s;
}
#social .icon.social {
  position: absolute;
  left: 30px;
  display: block;
  width: 20px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
}
#social .icon.social.weibo {
  bottom: 96px;
  background-image: url(../images/icons/social-weibo.png);
}
#social .icon.social.wechat {
  bottom: 71px;
  background-image: url(../images/icons/social-wechat.png);
}
#social .icon.social.wechat .qr {
  position: absolute;
  display: block;
  left: 30px;
  width: 132px;
  max-width: none;
  transform: translateY(calc(-50% + 5px));
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
}
#social .icon.social.wechat:hover .qr {
  opacity: 1;
  visibility: visible;
}
#social .icon.social.insta {
  bottom: 47px;
  background-image: url(../images/icons/social-insta.png);
}
#social .icon.social.fb {
  bottom: 25px;
  background-image: url(../images/icons/social-fb.png);
}

@media (max-width: 1024px) {
  #header .logo {
    width: 175px;
  }
}
@media (max-width: 768px) {
  body.template-home.menuIn #contentWrap .group > .inner .item .inner-menuIn {
    transform: none;
  }

  body.template-shop-item.menuIn #contentWrap {
    width: 100%;
  }

  .menuIn #contentWrap {
    width: 100%;
    transform: none;
  }
  .menuIn #header #mobileThumb .inner div:nth-of-type(3) {
    width: 100% !important;
  }
  .menuIn #header.up .logo {
    transform: translateY(0);
    opacity: 1;
  }
  .menuIn #header.up .h-line {
    transform: scaleX(1);
  }

  #header {
    padding: 0;
    padding-top: 24px;
    width: 100%;
  }
  #header .logo {
    position: absolute;
    width: 150px;
    left: 45px;
    transition: opacity 0.3s, transform 0.3s;
    left: 0;
    right: 0;
    margin: auto;
  }
  #header #mobileThumb {
    _transform: scale(0.8);
    position: relative;
    left: 13px;
  }
  #header #mobileThumb:hover .inner div:nth-of-type(3) {
    width: 60%;
  }
  #header .nav .menu {
    text-align: left;
    padding-left: 54px;
    margin-top: 12px;
    transform: translateX(-10px);
  }
  #header .nav .menu li {
    font-size: 0.95em;
    text-align: left;
  }

  .h-line {
    position: absolute;
    left: 24px;
    top: 59px;
    width: 100vw;
    border-bottom: solid 1px black;
    transform-origin: left;
    transition: transform 0.5s;
    display: none !important;
  }

  .icon.social {
    left: 20px;
  }

  .icon.social.insta {
    bottom: 50px;
  }

  .icon.social.fb {
    bottom: 20px;
  }

  body.template-home.menuIn #contentWrap,
body.template-about.menuIn #contentWrap {
    width: 100%;
    transform: none;
  }

  body.template-shop-item #social {
    opacity: 0;
    visibility: hidden;
  }
}
@media (max-width: 480px) {
  #header .nav .menu li {
    font-size: 0.85em;
  }
}
#footer {
  background-color: white;
  padding: 3em 0 5.5em;
  min-height: 60vh;
}

#footer p {
  max-width: 350px;
}

@media (min-width: 769px) {
  #footer h2 {
    font-size: 0.79em;
    margin-bottom: 0;
  }

  #footer p {
    font-size: 0.54em;
    line-height: 1.4;
  }

  #footer h2 + p {
    margin-top: 0.3em;
  }

  #footer h3 {
    font-size: 0.57em;
  }

  #footer p.caption {
    font-size: 0.5em;
    font-weight: 400;
  }
}
#footer .social {
  font-size: 0;
  margin-top: 2rem;
}

#footer .social a {
  font-family: social-shapes-wf;
  display: inline-block;
  font-size: 2.5rem;
  padding: 0.2rem;
  color: inherit;
}

#footer .social a {
  padding-left: 0;
  margin-right: 0.2rem;
}

#footer .social a.social-icon {
  margin-right: 0.4rem;
}

span.copy {
  font-family: helvetica, arial, sans-serif;
}

@media (max-width: 1024px) {
  #footer {
    min-height: 0;
  }

  #footer .column.pad-left-3 {
    padding-left: 16.67vw;
    margin-top: 1em;
  }
}
@media (max-width: 768px) {
  #footer {
    padding-top: 0;
  }

  #footer.columns-2 .column {
    padding-top: 2em;
    padding-left: 8.33vw !important;
    padding-right: 8.33vw !important;
  }

  #footer .social a {
    margin-right: 5px;
  }
}
.shop-info-link {
  position: fixed;
  z-index: 100;
  right: 0;
  top: 50%;
  width: 46px;
  height: 35px;
  margin-top: -73px;
  background-color: #d8d8d8;
  border-radius: 3px 0 0 3px;
  background-image: url(/images/icons/icon-info-i.png);
  background-size: 26px;
  background-repeat: no-repeat;
  background-position: center;
  transform: translateX(100%);
  transition: background-color 0.3s, transform 0.5s;
}
.shop-info-link.back {
  background-color: #f8da15;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
}
.shop-info-link.back.on {
  opacity: 1;
  visibility: visible;
}
.shop-info-link:hover {
  transform: none;
  background-color: #f8da15;
}

body.template-stockist.level-2 .shop-info-link.back {
  opacity: 1;
  visibility: visible;
}
body.template-stockist.level-2 .shop-info-link {
  _background-color: #f8da15;
}

body.template-stockist.level-2 .shop-info-link,
body.template-shop .shop-info-link,
body.template-shop-item .shop-info-link {
  transform: translateX(0);
}

.shopify-buy-frame--toggle iframe {
  transform: translateX(100%) !important;
  transition: transform 0.5s;
}
.shopify-buy-frame--toggle.loaded iframe {
  transform: translateX(0) !important;
}

body.cart-in .shopify-buy-frame--toggle iframe {
  transition: none;
}

.page-timeline {
  padding-bottom: 140vh;
  margin-top: -75vh;
}
.page-timeline .group {
  padding-top: 100vw;
  pointer-events: none;
}
.page-timeline .group > .inner {
  position: relative;
}
.page-timeline .group > .inner .item {
  position: absolute;
  z-index: 0;
  display: block;
  transition: none;
  pointer-events: auto;
}
.page-timeline .group > .inner .item .inner {
  transform: translate3d(0, 0, 0);
  will-change: transform;
}
.page-timeline .group > .inner .item .wistia_embed {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.page-timeline .group > .inner .item .caption {
  position: absolute;
}
.page-timeline .group > .inner .item img {
  transition: transform 0.5s;
}
.page-timeline .group > .inner .item picture.lazy img {
  opacity: 0;
  transition: transform 0.5s, opacity 0.3s;
}
.page-timeline .group > .inner .item picture.lazy.show img {
  opacity: 1;
}
.page-timeline .group > .inner .item picture.show img {
  opacity: 1;
}
.page-timeline .group > .inner .item:hover {
  transform: none;
}
.page-timeline .group > .inner .item.image-rectangle img {
  position: relative;
  z-index: 1;
  width: 100%;
}
.page-timeline .group > .inner .item.image-rectangle:hover img {
  transform: translateX(32px);
}
.page-timeline .group > .inner .item.image-rectangle:hover h2 {
  transform: translateY(0em);
}
.page-timeline .group > .inner .item.image-circle img {
  border-radius: 100%;
}
.page-timeline .group > .inner .item.image-circle:hover {
  transform: none;
}
.page-timeline .group > .inner .item.image-circle:hover img {
  transform: translateY(-20px);
}
.page-timeline .group > .inner .item.anchor {
  position: relative;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  _opacity: 0.1;
}
.page-timeline .group > .inner h2.title,
.page-timeline .group > .inner .item.headline {
  z-index: 2;
}
.page-timeline .group > .inner h2.title .inner,
.page-timeline .group > .inner .item.headline .inner {
  _width: 200px;
}
.page-timeline .group > .inner h2.title .inner a,
.page-timeline .group > .inner .item.headline .inner a {
  display: block;
  white-space: nowrap;
  transition: transform 0.3s, color 0.3s;
}
.page-timeline .group > .inner h2.title .inner a:hover,
.page-timeline .group > .inner .item.headline .inner a:hover {
  transform: translateX(10px);
}
.page-timeline .group > .inner h2.title.blend,
.page-timeline .group > .inner .item.headline.blend {
  color: white;
  mix-blend-mode: difference;
}
.page-timeline .group > .inner h2.title.blend .inner a:hover,
.page-timeline .group > .inner .item.headline.blend .inner a:hover {
  color: #b4b4b4;
}
.page-timeline .group > .inner h2.title.about,
.page-timeline .group > .inner .item.headline.about {
  position: relative;
}
.page-timeline .group > .inner h2.title.about h2,
.page-timeline .group > .inner .item.headline.about h2 {
  font-size: 4em;
}
.page-timeline .group > .inner .trigger {
  position: absolute;
  top: 0;
  bottom: 0;
  height: 1px;
  margin: auto;
  border-top: solid 1px black;
  width: 100%;
  visibility: hidden;
}
.page-timeline .group .inner2 {
  _background-color: white;
}
.page-timeline .group:first-of-type {
  padding-top: 0;
  display: table;
  height: 100vh;
  width: 100%;
}
.page-timeline .group:first-of-type > .inner {
  display: table-cell;
  vertical-align: middle;
}
.page-timeline .group:first-of-type > .inner .item {
  _transform: none !important;
}
.page-timeline .group:first-of-type > .inner .trigger {
  _bottom: auto;
}
.page-timeline .group:first-of-type > .inner .anchor {
  _height: 0;
}
.page-timeline .group:nth-of-type(2) {
  padding-top: 50vw;
}
.page-timeline.page-features {
  padding-bottom: 45vh;
  margin-top: 0;
}
.page-timeline.page-features .group {
  padding-top: 0;
}
.page-timeline.page-features:not(.page-shop) .group:first-of-type {
  padding-top: 13vw !important;
}
.page-timeline.page-features.page-shop {
  padding-top: 10vh;
  padding-bottom: 20vh;
  margin: auto;
}
.page-timeline.page-features.page-shop .group:first-of-type {
  display: block;
  height: auto;
}
.page-timeline.page-features.page-shop .group:first-of-type > .inner {
  display: block;
}
.page-timeline.page-features.page-shop .group .item {
  text-align: center;
}
.page-timeline.page-features.page-shop .group .item img {
  transition: opacity 0.4s, transform 0.4s;
  transition-delay: 0s;
}
.page-timeline.page-features.page-shop .group .item img.yellow {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
}
.page-timeline.page-features.page-shop .group .item .text-wrap {
  z-index: 3;
}
.page-timeline.page-features.page-shop .group .item .text-wrap > .inner-wrap {
  display: table;
  width: 100%;
  height: 100%;
}
.page-timeline.page-features.page-shop .group .item .text-wrap > .inner-wrap > .inner-wrap-2 {
  display: table-cell;
  vertical-align: middle;
}
.page-timeline.page-features.page-shop .group .item .text-wrap > .inner-wrap > .inner-wrap-2 > .inner-wrap-3 {
  display: inline-block;
  text-align: left;
}
.page-timeline.page-features.page-shop .group .item .text-wrap > .inner-wrap > .inner-wrap-2 > .inner-wrap-3 p.price {
  font-size: 2.4em;
  font-weight: 700;
  opacity: 0;
  transform: translateY(0.5em);
  transition: opacity 0.2s, transform 0.2s;
  transition-delay: 0.1s;
}
.page-timeline.page-features.page-shop .group .item .text-wrap > .inner-wrap > .inner-wrap-2 > .inner-wrap-3 h2.title {
  font-size: 1.2em;
  font-weight: 400;
  opacity: 0;
  transform: translateY(0.5em);
  transition: opacity 0.2s, transform 0.2s;
  transition-delay: 0s;
}
.page-timeline.page-features.page-shop .group .item:hover img {
  transform: translateY(-5px);
}
.page-timeline.page-features.page-shop .group .item:hover img.normal {
  opacity: 0;
}
.page-timeline.page-features.page-shop .group .item:hover .text-wrap > .inner-wrap > .inner-wrap-2 > .inner-wrap-3 p.price {
  opacity: 1;
  transform: none;
  transition-delay: 0.1s;
}
.page-timeline.page-features.page-shop .group .item:hover .text-wrap > .inner-wrap > .inner-wrap-2 > .inner-wrap-3 h2.title {
  opacity: 1;
  transform: none;
  transition-delay: 0.2s;
}

.no-backgroundblendmode .page-timeline .group > .inner .item.headline.blend,
.mobile-detected .page-timeline .group > .inner .item.headline.blend,
.safari .page-timeline .group > .inner .item.headline.blend {
  mix-blend-mode: normal;
  color: black;
}

.page-timeline.page-timeline-only .item[data-id="40"] {
  text-align: center;
}

@media (max-width: 768px) {
  .page-timeline {
    padding: 0 0 20vh !important;
    overflow-x: hidden;
    margin-top: 0;
  }
  .page-timeline .group:first-of-type {
    padding-top: 0 !important;
    display: block;
    height: auto;
  }
  .page-timeline .group:first-of-type > .inner {
    display: block;
  }
  .page-timeline .group {
    padding-top: 0;
  }
  .page-timeline .group > .inner .item.image-rectangle .caption {
    display: none;
  }
  .page-timeline .group > .inner .item.image-rectangle:hover img {
    transform: none;
  }
  .page-timeline .group > .inner .item.image-circle:hover img {
    transform: none;
  }
  .page-timeline .group > .inner .item.headline.about {
    margin-top: 40vw;
  }
  .page-timeline .group > .inner .item.headline.about h2 {
    font-size: 2em;
  }
  .page-timeline .group > .inner .item.headline.blend {
    color: black;
    mix-blend-mode: normal;
  }
  .page-timeline .group > .inner .item.headline.blend .inner a:hover {
    color: black;
  }
  .page-timeline.page-features {
    padding: 10vh 0 12vh !important;
  }
  .page-timeline.page-features .group .inner {
    transform: none !important;
  }
  .page-timeline.page-features:not(.page-shop) {
    padding: 15vh 0 35vh !important;
  }
  .page-timeline.page-features:not(.page-shop) .group {
    padding-top: 35vw;
    margin-top: 0 !important;
  }
  .page-timeline.page-features.page-shop {
    padding-top: 10vh;
    padding-bottom: 20vh;
  }
  .page-timeline.page-features.page-shop .group .item img.normal {
    opacity: 1 !important;
  }
  .page-timeline.page-features.page-shop .group .item img.yellow {
    display: none;
  }
  .page-timeline.page-features.page-shop .group .item .text-wrap {
    display: none;
  }
}
._mobile-detected .page-timeline {
  padding: 0 0 20vh !important;
  overflow-x: hidden;
  margin-top: 0;
}
._mobile-detected .page-timeline .group:first-of-type {
  padding-top: 0 !important;
  display: block;
  height: auto;
}
._mobile-detected .page-timeline .group:first-of-type > .inner {
  display: block;
}
._mobile-detected .page-timeline .group {
  padding-top: 0;
}
._mobile-detected .page-timeline .group > .inner .item.image-rectangle .caption {
  display: none;
}
._mobile-detected .page-timeline .group > .inner .item.image-rectangle:hover img {
  transform: none;
}
._mobile-detected .page-timeline .group > .inner .item.image-circle:hover img {
  transform: none;
}
._mobile-detected .page-timeline .group > .inner .item.headline.about {
  margin-top: 40vw;
}
._mobile-detected .page-timeline .group > .inner .item.headline.about h2 {
  font-size: 2em;
}
._mobile-detected .page-timeline .group > .inner .item.headline.blend {
  color: black;
  mix-blend-mode: normal;
}
._mobile-detected .page-timeline .group > .inner .item.headline.blend .inner a:hover {
  color: black;
}
._mobile-detected .page-timeline.page-features {
  padding: 15vh 0 35vh !important;
}
._mobile-detected .page-timeline.page-features .group {
  padding-top: 35vw;
  margin-top: 0 !important;
}
._mobile-detected .page-timeline.page-features .group p .inner {
  transform: none !important;
}
._mobile-detected.page-shop {
  padding-top: 10vh;
  padding-bottom: 20vh;
}
._mobile-detected.page-shop .group .item img.normal {
  opacity: 1 !important;
}
._mobile-detected.page-shop .group .item img.yellow {
  display: none;
}
._mobile-detected.page-shop .group .item .text-wrap {
  display: none;
}

@media (max-width: 768px) {
  .page-shop {
    height: 100vh;
  }
  .page-shop h1 {
    font-size: 3em;
  }
}
.overlay.slideshow {
  position: fixed;
  z-index: 2147483646;
  width: 100%;
  height: 100%;
  background-color: white;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s, transform 0.3s;
}
.overlay.slideshow.show {
  opacity: 1;
  visibility: visible;
}
.overlay.slideshow .swiper-container {
  width: 100%;
  height: 100%;
}
.overlay.slideshow .swiper-container .swiper-slide .image img {
  display: none;
}

body.scrollbars-scroll .page.page-shop-item .info .scroll-wrap {
  overflow-y: auto;
}

.page.page-shop-item {
  height: 100%;
  _padding: 0 13vw 0 0;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
}
.page.page-shop-item .info {
  width: calc(400px + 13vw);
  _padding: 145px 12px 30px 6px;
  padding-top: 60px;
  padding-bottom: 0px;
  _padding-right: 30px;
  _padding-left: 13vw;
  height: 100%;
}
.page.page-shop-item .info .scroll-wrap {
  overflow-y: hidden;
  display: flex;
  height: 100%;
}
.page.page-shop-item .info .scroll-wrap::before, .page.page-shop-item .info .scroll-wrap::after {
  display: block;
  content: "";
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 57px;
  background-color: rgba(255, 255, 255, 0.5);
}
.page.page-shop-item .info .scroll-wrap::before {
  top: 60px;
}
.page.page-shop-item .info .scroll-wrap::after {
  bottom: 0px;
}
.page.page-shop-item .info .scroll-wrap .center-wrap {
  margin-top: auto;
  margin-bottom: auto;
  padding: 57px 20px 57px 13vw;
}
.page.page-shop-item .info .scroll-wrap .center-wrap .top h1 {
  font-family: NotoSans-wf, sans-serif;
  font-weight: 700;
  font-size: 34px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1;
}
.page.page-shop-item .info .scroll-wrap .center-wrap .top h2 {
  font-family: GillSans-wf, sans-serif;
  font-weight: 600;
  font-style: italic;
  font-size: 16px;
  text-transform: uppercase;
  margin-top: 0;
  line-height: 1;
  color: #666666;
}
.page.page-shop-item .info .scroll-wrap .center-wrap .top h3 {
  font-family: GillSans-wf, sans-serif;
  font-weight: 600;
  font-size: 23px;
  margin-top: 3px;
  line-height: 1;
}
.page.page-shop-item .info .scroll-wrap .center-wrap .top .description {
  margin-top: 16px;
}
.page.page-shop-item .info .scroll-wrap .center-wrap .top .description p {
  font-family: GillSans-wf, sans-serif;
  font-weight: 600;
  font-size: 14px;
  margin-top: 1em;
}
.page.page-shop-item .info .scroll-wrap .center-wrap .top .description p:first-of-type {
  margin-top: 0;
}
.page.page-shop-item .info .scroll-wrap .center-wrap .buy-button-holder {
  position: relative;
  margin-top: 23px;
  height: 165px;
}
.page.page-shop-item .info .scroll-wrap .center-wrap .buy-button-holder .loader {
  z-index: 1;
  background-color: white;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.5s, visibility 0.5s;
}
.page.page-shop-item .info .scroll-wrap .center-wrap .buy-button-holder .loader .icon {
  background-size: 60px;
  background-position: 20% 50%;
  background-repeat: no-repeat;
  background-image: url("/images/ui/loader/loader-ellipse.svg");
  opacity: 0.3;
  transition: opacity 0.5s, visibility 0.5s;
}
.page.page-shop-item .info .scroll-wrap .center-wrap .buy-button-holder .shopify-buy-frame .shopify-buy__product__variant-selectors {
  margin-top: 18px;
}
.page.page-shop-item .info .scroll-wrap .center-wrap .buy-button-holder .shopify-buy-frame .shopify-buy__product__variant-selectors .shopify-buy__option-select-wrapper {
  margin-top: 11px;
}
.page.page-shop-item .info .scroll-wrap .center-wrap .buy-button-holder .shopify-buy-frame .shopify-buy__product__variant-selectors .shopify-buy__option-select-wrapper .shopify-buy__option-select__label {
  font-family: GillSans-wf, sans-serif;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  margin-top: 0;
  line-height: 1;
}
.page.page-shop-item .info .scroll-wrap .center-wrap .buy-button-holder .shopify-buy-frame .shopify-buy__product__variant-selectors .shopify-buy__option-select-wrapper > div {
  margin-top: 0.5em;
  font-size: 0;
  margin-top: 8px;
  display: flex;
}
.page.page-shop-item .info .scroll-wrap .center-wrap .buy-button-holder .shopify-buy-frame .shopify-buy__product__variant-selectors .shopify-buy__option-select-wrapper > div button {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 32px;
  height: 32px;
  margin-left: 8px;
  border-radius: 50%;
  font-family: GillSans-wf, snas-serif;
  font-weight: 600;
  font-size: 13.8px;
  text-transform: uppercase;
  color: #868181;
  background-color: white;
  text-align: center;
  line-height: 2;
  outline: none;
  border: solid 2px;
  transition: border-color 0.3s, background-color 0.3s, transform 0.3s;
}
.page.page-shop-item .info .scroll-wrap .center-wrap .buy-button-holder .shopify-buy-frame .shopify-buy__product__variant-selectors .shopify-buy__option-select-wrapper > div button:first-of-type {
  margin-left: 0;
}
.page.page-shop-item .info .scroll-wrap .center-wrap .buy-button-holder .shopify-buy-frame .shopify-buy__product__variant-selectors .shopify-buy__option-select-wrapper > div button.on {
  cursor: default;
}
.page.page-shop-item .info .scroll-wrap .center-wrap .buy-button-holder .shopify-buy-frame .shopify-buy__product__variant-selectors .shopify-buy__option-select-wrapper > div button.on:hover {
  transform: none;
}
.page.page-shop-item .info .scroll-wrap .center-wrap .buy-button-holder .shopify-buy-frame .shopify-buy__product__variant-selectors .shopify-buy__option-select-wrapper > div button[data-option=Color][data-value=Black] {
  background-color: black;
}
.page.page-shop-item .info .scroll-wrap .center-wrap .buy-button-holder .shopify-buy-frame .shopify-buy__product__variant-selectors .shopify-buy__option-select-wrapper > div button[data-option=Color][data-value=White] {
  background-color: white;
}
.page.page-shop-item .info .scroll-wrap .center-wrap .buy-button-holder .shopify-buy-frame .shopify-buy__product__variant-selectors .shopify-buy__option-select-wrapper > div button[data-option=Color][data-value=Yellow] {
  background-color: #f8da15;
}
.page.page-shop-item .info .scroll-wrap .center-wrap .buy-button-holder .shopify-buy-frame .shopify-buy__product__variant-selectors .shopify-buy__option-select-wrapper > div button[data-option=Color][data-value=Emerald] {
  background-color: #00a99d;
}
.page.page-shop-item .info .scroll-wrap .center-wrap .buy-button-holder .shopify-buy-frame .shopify-buy__product__variant-selectors .shopify-buy__option-select-wrapper > div button[data-option=Color][data-value=Aqua] {
  background-color: #a6d3d6;
}
.page.page-shop-item .info .scroll-wrap .center-wrap .buy-button-holder .shopify-buy-frame .shopify-buy__product__variant-selectors .shopify-buy__option-select-wrapper > div button[data-option=Color][data-value=Fuschia] {
  background-color: fuchsia;
}
.page.page-shop-item .info .scroll-wrap .center-wrap .buy-button-holder .shopify-buy-frame .shopify-buy__product__variant-selectors .shopify-buy__option-select-wrapper > div button[data-option=Color][data-value=Coffee] {
  background-color: #42210b;
}
.page.page-shop-item .info .scroll-wrap .center-wrap .buy-button-holder .shopify-buy-frame .shopify-buy__product__variant-selectors .shopify-buy__option-select-wrapper > div button[data-option=Color][data-value=Taupe] {
  background-color: #c7b299;
}
.page.page-shop-item .info .scroll-wrap .center-wrap .buy-button-holder .shopify-buy-frame .shopify-buy__product__variant-selectors .shopify-buy__option-select-wrapper > div button[data-option=Color][data-value=Navy] {
  background-color: #1e1856;
}
.page.page-shop-item .info .scroll-wrap .center-wrap .buy-button-holder .shopify-buy-frame .shopify-buy__product__variant-selectors .shopify-buy__option-select-wrapper > div button[data-option=Color][data-value=Grey] {
  background-color: #b5b5b5;
}
.page.page-shop-item .info .scroll-wrap .center-wrap .buy-button-holder .shopify-buy-frame .shopify-buy__product__variant-selectors .shopify-buy__option-select-wrapper > div button[data-option=Color][data-value=Mustard] {
  background-color: #d8922c;
}
.page.page-shop-item .info .scroll-wrap .center-wrap .buy-button-holder .shopify-buy-frame .shopify-buy__product__variant-selectors .shopify-buy__option-select-wrapper > div button[data-option=Size]::before {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.page.page-shop-item .info .scroll-wrap .center-wrap .buy-button-holder .shopify-buy-frame .shopify-buy__product__variant-selectors .shopify-buy__option-select-wrapper > div button[data-option=Size][data-value=XS]::before {
  content: "XS";
}
.page.page-shop-item .info .scroll-wrap .center-wrap .buy-button-holder .shopify-buy-frame .shopify-buy__product__variant-selectors .shopify-buy__option-select-wrapper > div button[data-option=Size][data-value=S]::before {
  content: "S";
}
.page.page-shop-item .info .scroll-wrap .center-wrap .buy-button-holder .shopify-buy-frame .shopify-buy__product__variant-selectors .shopify-buy__option-select-wrapper > div button[data-option=Size][data-value=M]::before {
  content: "M";
}
.page.page-shop-item .info .scroll-wrap .center-wrap .buy-button-holder .shopify-buy-frame .shopify-buy__product__variant-selectors .shopify-buy__option-select-wrapper > div button[data-option=Size][data-value=L]::before {
  content: "L";
}
.page.page-shop-item .info .scroll-wrap .center-wrap .buy-button-holder .shopify-buy-frame .shopify-buy__product__variant-selectors .shopify-buy__option-select-wrapper > div button[data-option=Size][data-value=F]::before {
  content: "F";
}
.page.page-shop-item .info .scroll-wrap .center-wrap .buy-button-holder .shopify-buy-frame .shopify-buy__btn-wrapper {
  margin-top: 15px;
}
.page.page-shop-item .info .scroll-wrap .center-wrap .buy-button-holder .shopify-buy-frame .shopify-buy__btn-wrapper button {
  font-size: 16px;
  font-family: GillSans-wf;
  font-weight: 600;
  letter-spacing: 0.01em;
  color: white;
  padding: 3px 8px 5px;
  background-color: black;
  border: none;
  outline: none;
  border-radius: 2px;
  text-transform: uppercase;
  transition: transform 0.3s, background-color 0.3s;
}
.page.page-shop-item .info .scroll-wrap .center-wrap .buy-button-holder .shopify-buy-frame[data-color=Black] .shopify-buy__product__variant-selectors .shopify-buy__option-select-wrapper > div button[data-value=Black] {
  border-color: #f8da15;
}
.page.page-shop-item .info .scroll-wrap .center-wrap .buy-button-holder .shopify-buy-frame[data-color=Yellow] .shopify-buy__product__variant-selectors .shopify-buy__option-select-wrapper > div button[data-value=Yellow] {
  border-color: #f8da15;
}
.page.page-shop-item .info .scroll-wrap .center-wrap .buy-button-holder .shopify-buy-frame[data-color=White] .shopify-buy__product__variant-selectors .shopify-buy__option-select-wrapper > div button[data-value=White] {
  border-color: #f8da15;
}
.page.page-shop-item .info .scroll-wrap .center-wrap .buy-button-holder .shopify-buy-frame[data-color=Emerald] .shopify-buy__product__variant-selectors .shopify-buy__option-select-wrapper > div button[data-value=Emerald] {
  border-color: #f8da15;
}
.page.page-shop-item .info .scroll-wrap .center-wrap .buy-button-holder .shopify-buy-frame[data-color=Aqua] .shopify-buy__product__variant-selectors .shopify-buy__option-select-wrapper > div button[data-value=Aqua] {
  border-color: #f8da15;
}
.page.page-shop-item .info .scroll-wrap .center-wrap .buy-button-holder .shopify-buy-frame[data-color=Fuschia] .shopify-buy__product__variant-selectors .shopify-buy__option-select-wrapper > div button[data-value=Fuschia] {
  border-color: #f8da15;
}
.page.page-shop-item .info .scroll-wrap .center-wrap .buy-button-holder .shopify-buy-frame[data-color=Coffee] .shopify-buy__product__variant-selectors .shopify-buy__option-select-wrapper > div button[data-value=Coffee] {
  border-color: #f8da15;
}
.page.page-shop-item .info .scroll-wrap .center-wrap .buy-button-holder .shopify-buy-frame[data-color=Taupe] .shopify-buy__product__variant-selectors .shopify-buy__option-select-wrapper > div button[data-value=Taupe] {
  border-color: #f8da15;
}
.page.page-shop-item .info .scroll-wrap .center-wrap .buy-button-holder .shopify-buy-frame[data-color=Navy] .shopify-buy__product__variant-selectors .shopify-buy__option-select-wrapper > div button[data-value=Navy] {
  border-color: #f8da15;
}
.page.page-shop-item .info .scroll-wrap .center-wrap .buy-button-holder .shopify-buy-frame[data-color=Grey] .shopify-buy__product__variant-selectors .shopify-buy__option-select-wrapper > div button[data-value=Grey] {
  border-color: #f8da15;
}
.page.page-shop-item .info .scroll-wrap .center-wrap .buy-button-holder .shopify-buy-frame[data-size=XS] .shopify-buy__product__variant-selectors .shopify-buy__option-select-wrapper > div button[data-value=XS] {
  background-color: #f8da15;
  color: black;
}
.page.page-shop-item .info .scroll-wrap .center-wrap .buy-button-holder .shopify-buy-frame[data-size=S] .shopify-buy__product__variant-selectors .shopify-buy__option-select-wrapper > div button[data-value=S] {
  background-color: #f8da15;
  color: black;
}
.page.page-shop-item .info .scroll-wrap .center-wrap .buy-button-holder .shopify-buy-frame[data-size=M] .shopify-buy__product__variant-selectors .shopify-buy__option-select-wrapper > div button[data-value=M] {
  background-color: #f8da15;
  color: black;
}
.page.page-shop-item .info .scroll-wrap .center-wrap .buy-button-holder .shopify-buy-frame[data-size=L] .shopify-buy__product__variant-selectors .shopify-buy__option-select-wrapper > div button[data-value=L] {
  background-color: #f8da15;
  color: black;
}
.page.page-shop-item .info .scroll-wrap .center-wrap .buy-button-holder .shopify-buy-frame[data-size=F] .shopify-buy__product__variant-selectors .shopify-buy__option-select-wrapper > div button[data-value=F] {
  background-color: #f8da15;
  color: black;
}
.page.page-shop-item .info .scroll-wrap .center-wrap .buy-button-holder.loaded .loader {
  opacity: 0;
  visibility: hidden;
  transition-delay: 0.5s;
}
.page.page-shop-item .info .scroll-wrap .center-wrap .buy-button-holder.loaded .loader .icon {
  opacity: 0;
  visibility: hidden;
}
.page.page-shop-item .info .scroll-wrap .center-wrap .details {
  margin-top: 24px;
}
.page.page-shop-item .info .scroll-wrap .center-wrap .details .menu {
  display: flex;
  justify-content: space-between;
  font-family: GillSans-wf, sans-serif;
  font-weight: 600;
  font-size: 11.5px;
  text-transform: uppercase;
  margin-bottom: 15px;
  max-width: 400px;
}
.page.page-shop-item .info .scroll-wrap .center-wrap .details .menu a {
  display: inline-block;
}
.page.page-shop-item .info .scroll-wrap .center-wrap .details .menu a .border-holder {
  display: block;
  position: relative;
}
.page.page-shop-item .info .scroll-wrap .center-wrap .details .menu a .border-holder .border {
  bottom: -7px;
  border-bottom-width: 3px;
}
.page.page-shop-item .info .scroll-wrap .center-wrap .details .menu a:hover {
  transform: none;
}
.page.page-shop-item .info .scroll-wrap .center-wrap .details .menu a:hover span.border, .page.page-shop-item .info .scroll-wrap .center-wrap .details .menu a.on span.border {
  transform: scaleX(1);
}
.page.page-shop-item .info .scroll-wrap .center-wrap .details .contents {
  position: relative;
  top: -3px;
}
.page.page-shop-item .info .scroll-wrap .center-wrap .details .contents > div {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  background-color: white;
  transform: scaleY(0);
  transform-origin: top;
  transition: transform 0.3s;
  transition-delay: 0.3s;
  padding-bottom: 1em;
}
.page.page-shop-item .info .scroll-wrap .center-wrap .details .contents > div .inner-fade {
  opacity: 0;
  transition: opacity 0.3s;
  transition-delay: 0s;
}
.page.page-shop-item .info .scroll-wrap .center-wrap .details .contents > div .inner-fade .text p, .page.page-shop-item .info .scroll-wrap .center-wrap .details .contents > div .inner-fade .text ul {
  font-family: GillSans-wf, sans-serif;
  font-weight: 400;
  font-size: 11.5px;
}
.page.page-shop-item .info .scroll-wrap .center-wrap .details .contents > div .inner-fade .text p {
  margin-top: 1em;
}
.page.page-shop-item .info .scroll-wrap .center-wrap .details .contents > div .inner-fade .text p:first-of-type {
  margin-top: 0;
}
.page.page-shop-item .info .scroll-wrap .center-wrap .details .contents > div .inner-fade .icons {
  display: flex;
  margin-top: 10px;
}
.page.page-shop-item .info .scroll-wrap .center-wrap .details .contents > div .inner-fade .icons div {
  text-align: center;
  margin-left: 15px;
}
.page.page-shop-item .info .scroll-wrap .center-wrap .details .contents > div .inner-fade .icons div:first-of-type {
  margin-left: 0;
}
.page.page-shop-item .info .scroll-wrap .center-wrap .details .contents > div .inner-fade .icons div img {
  display: inline-block;
  width: 35px;
}
.page.page-shop-item .info .scroll-wrap .center-wrap .details .contents > div .inner-fade .icons div h4 {
  font-family: GillSans-wf, sans-serif;
  font-weight: 600;
  font-size: 8px;
  text-transform: uppercase;
}
.page.page-shop-item .info .scroll-wrap .center-wrap .details .contents > div.on {
  transform: scaleY(1);
  transition-delay: 0s;
  z-index: 2;
}
.page.page-shop-item .info .scroll-wrap .center-wrap .details .contents > div.on .inner-fade {
  opacity: 1;
  transition: opacity 0.3s;
  transition-delay: 0.3s;
}
.page.page-shop-item .info .scroll-wrap .center-wrap .details .related {
  display: flex;
  width: calc(100% + 5px);
}
.page.page-shop-item .info .scroll-wrap .center-wrap .details .related a {
  display: block;
  height: 111px;
  padding-right: 5px;
}
.page.page-shop-item .info .scroll-wrap .center-wrap .details .related a img {
  height: 100%;
  width: auto;
}
@media (max-width: 440px) {
  .page.page-shop-item .info .scroll-wrap .center-wrap .details .related a {
    height: 106px;
  }
}
@media (max-width: 413px) {
  .page.page-shop-item .info .scroll-wrap .center-wrap .details .related a {
    height: 94px;
  }
}
@media (max-width: 374px) {
  .page.page-shop-item .info .scroll-wrap .center-wrap .details .related a {
    height: 77px;
  }
}
.page.page-shop-item .slideshow.main {
  _width: 170px;
  width: calc(87vw - 400px);
  height: 100%;
  opacity: 0;
  transition: opacity 0.5s;
}
.page.page-shop-item .slideshow.main.in {
  opacity: 1;
}
.page.page-shop-item .slideshow.main .swiper-container {
  _width: 100%;
  width: calc(100px + 15%);
  max-width: 225px;
  height: 100%;
  overflow: visible;
}
.page.page-shop-item .slideshow.main .swiper-container .swiper-wrapper .swiper-slide {
  height: auto;
  cursor: pointer;
}
.page.page-shop-item .slideshow.main .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active {
  cursor: default;
}
.page.page-shop-item .slideshow.main .swiper-container .swiper-wrapper .swiper-slide .inner {
  position: relative;
  width: 100%;
  transition: transform 0.5s;
}
.page.page-shop-item .slideshow.main .swiper-container .swiper-wrapper .swiper-slide .inner .overlay-trigger {
  position: absolute;
  z-index: 1;
  top: 6px;
  right: 6px;
  width: 20px;
  height: 20px;
  opacity: 0;
  transition: opacity 0.3s ease 0s, transform 0.3s ease 0s;
  transition-delay: 0s;
  background-image: url("/images/icons/icon-zoom.png");
}
.page.page-shop-item .slideshow.main .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active {
  z-index: 2;
}
.page.page-shop-item .slideshow.main .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active .inner {
  z-index: 1;
  transform: scale(1.6);
}
.page.page-shop-item .slideshow.main .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active .inner .overlay-trigger {
  opacity: 1;
  transition: opacity 0.3s ease 0.2s, transform 0.3s ease 0s;
}

@media (min-width: 769px) {
  .page.page-shop-item .info .scroll-wrap .center-wrap .buy-button-holder .shopify-buy-frame .shopify-buy__product__variant-selectors .shopify-buy__option-select-wrapper > div button[data-option=Size]:hover {
    color: black;
    background-color: #f8da15;
  }

  .page.page-shop-item .info .scroll-wrap .center-wrap .buy-button-holder .shopify-buy-frame .shopify-buy__product__variant-selectors .shopify-buy__option-select-wrapper > div button:hover {
    transform: translateY(-3px);
  }

  .page.page-shop-item .info .scroll-wrap .center-wrap .buy-button-holder .shopify-buy-frame .shopify-buy__product__variant-selectors .shopify-buy__option-select-wrapper > div button[data-option=Color]:hover {
    border-color: #f8da15;
  }

  .page.page-shop-item .info .scroll-wrap .center-wrap .buy-button-holder .shopify-buy-frame .shopify-buy__btn-wrapper button:hover {
    transform: translateY(-3px);
    background-color: #f8da15;
  }
}
@media (max-width: 768px) {
  .page.page-shop-item {
    flex-direction: column-reverse;
    padding-top: 80px !important;
    padding-bottom: 20px !important;
  }
  .page.page-shop-item .info {
    width: 100%;
    height: auto;
    padding-top: 30px;
  }
  .page.page-shop-item .info .scroll-wrap {
    overflow: initial !important;
    display: block;
    height: auto;
  }
  .page.page-shop-item .info .scroll-wrap::before, .page.page-shop-item .info .scroll-wrap::after {
    display: none;
  }
  .page.page-shop-item .info .scroll-wrap .center-wrap {
    padding: 0;
  }
  .page.page-shop-item .info .scroll-wrap .center-wrap .top .description p {
    font-size: 13px;
  }
  .page.page-shop-item .info .scroll-wrap .center-wrap .buy-button-holder {
    height: 95px;
  }
  .page.page-shop-item .info .scroll-wrap .center-wrap .buy-button-holder .loader .icon {
    background-size: 50px;
    background-position: 20px 50%;
  }
  .page.page-shop-item .info .scroll-wrap .center-wrap .buy-button-holder .shopify-buy-frame .shopify-buy__product__variant-selectors {
    display: flex;
    margin-top: 21px;
  }
  .page.page-shop-item .info .scroll-wrap .center-wrap .buy-button-holder .shopify-buy-frame .shopify-buy__product__variant-selectors .shopify-buy__option-select-wrapper {
    margin-left: 30px;
    margin-top: 0;
  }
  .page.page-shop-item .info .scroll-wrap .center-wrap .buy-button-holder .shopify-buy-frame .shopify-buy__product__variant-selectors .shopify-buy__option-select-wrapper:first-of-type {
    margin-left: 0;
  }
  .page.page-shop-item .info .scroll-wrap .center-wrap .buy-button-holder .shopify-buy-frame .shopify-buy__product__variant-selectors .shopify-buy__option-select-wrapper .shopify-buy__option-select__label {
    font-size: 13px;
  }
  .page.page-shop-item .info .scroll-wrap .center-wrap .buy-button-holder .shopify-buy-frame .shopify-buy__product__variant-selectors .shopify-buy__option-select-wrapper > div {
    margin-top: 6px;
  }
  .page.page-shop-item .info .scroll-wrap .center-wrap .buy-button-holder .shopify-buy-frame .shopify-buy__product__variant-selectors .shopify-buy__option-select-wrapper > div button {
    width: 30px;
    height: 30px;
    margin-left: 7px;
  }
  .page.page-shop-item .info .scroll-wrap .center-wrap .details .menu a {
    font-weight: 400;
    font-size: 11px;
  }
  .page.page-shop-item .info .scroll-wrap .center-wrap .details .contents > div {
    top: auto;
    bottom: 30px;
    padding-bottom: 15px;
    padding-top: 10px;
  }
  .page.page-shop-item .info .scroll-wrap .center-wrap .details .contents > div .inner-fade .text p, .page.page-shop-item .info .scroll-wrap .center-wrap .details .contents > div .inner-fade .text ul {
    font-size: 11px;
  }
  .page.page-shop-item .info .scroll-wrap .center-wrap .details .contents > div .inner-fade .icons div {
    margin-left: 10px;
  }
  .page.page-shop-item .info .scroll-wrap .center-wrap .details .contents > div .inner-fade .icons div img {
    width: 25px;
  }
  .page.page-shop-item .info .scroll-wrap .center-wrap .details .contents > div .inner-fade .icons div h4 {
    font-size: 6px;
  }
  .page.page-shop-item .info .scroll-wrap .center-wrap .details .contents > div.on {
    transform-origin: bottom;
  }
  .page.page-shop-item .slideshow.main {
    width: 100%;
    height: 240px;
    transform: translateX(100vw);
    transition: transform 1s ease 0.5s;
  }
  .page.page-shop-item .slideshow.main.in {
    transform: translateX(0);
  }
  .page.page-shop-item .slideshow.main .swiper-container {
    width: 100%;
    max-width: 100%;
  }
  .page.page-shop-item .slideshow.main .swiper-container .swiper-wrapper .swiper-slide {
    height: 100%;
    width: auto;
  }
  .page.page-shop-item .slideshow.main .swiper-container .swiper-wrapper .swiper-slide .inner {
    height: 100%;
    width: auto;
  }
  .page.page-shop-item .slideshow.main .swiper-container .swiper-wrapper .swiper-slide .inner img.product {
    height: 100%;
    width: auto;
  }
  .page.page-shop-item .slideshow.main .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active .inner {
    transform: none;
  }
  .page.page-shop-item .slideshow.main .swiper-container .swiper-button.prev {
    left: 0;
  }
  .page.page-shop-item .slideshow.main .swiper-container .swiper-button.next {
    right: 0;
  }
}
@media (max-width: 370px) {
  .page.page-shop-item .info .scroll-wrap .center-wrap .details .menu a {
    font-size: 10px;
  }
}
@media (max-width: 350px) {
  .page.page-shop-item .info .scroll-wrap .center-wrap .details .menu a {
    font-size: 9px;
  }
}
.page-collection {
  height: 100vh;
}
.page-collection .swiper-collection {
  position: absolute;
  bottom: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
  transform: translateX(100%);
  transition: transform 1s;
  transition-delay: 0s;
}
.page-collection .swiper-collection .swiper-container {
  overflow: visible;
  margin-top: 38vh;
}
.page-collection .swiper-collection .swiper-container .swiper-wrapper .swiper-slide {
  width: 28vh;
  margin: 0 0px;
  padding: 0;
  cursor: pointer;
  transition: margin 0.5s;
}
.page-collection .swiper-collection .swiper-container .swiper-wrapper .swiper-slide img {
  transition: transform 0.5s;
  transition-delay: 0s;
}
.page-collection .swiper-collection .swiper-container .swiper-wrapper .swiper-slide-active {
  _padding: 30px;
  _margin: 0 11vh;
  _width: 45vh;
  _transition-delay: 0.5s;
  z-index: 1;
  cursor: default;
}
.page-collection .swiper-collection .swiper-container .swiper-wrapper .swiper-slide-active img {
  transform: translateY(-10vh) scale(1.6);
  _transition-delay: 0.5s;
}
.page-collection .swiper-collection.in {
  transform: translateX(0);
  transition-delay: 0.5s;
}
.page-collection .submenu {
  position: absolute;
  z-index: 1;
  top: 25vh;
  left: 44px;
  display: flex;
  flex-wrap: wrap;
  width: calc(30vw - 100px);
  max-width: 270px;
}
.page-collection .submenu a {
  margin-right: calc(10px + 1vw);
  margin-bottom: 1.8vh;
}
.page-collection .submenu a .border-holder {
  display: block;
  position: relative;
}
.page-collection .submenu a .border-holder .border {
  bottom: -4px;
}
.page-collection .submenu a:last-of-type {
  margin-right: 0;
}
.page-collection .submenu a:hover {
  transform: none;
}
.page-collection .submenu a:hover span.border {
  transform: scaleX(1);
}
.page-collection .submenu a.on {
  cursor: default;
}
.page-collection .submenu a.on span.border {
  transform: scaleX(1);
}
.page-collection .video {
  display: block;
  position: absolute;
  z-index: 1;
  top: 4vh;
  right: 6vh;
  width: 20vh;
  height: 20vh;
  transform: translateY(-200%);
  transition: transform 1s ease 0s;
}
.page-collection .video .wistia_embed {
  position: absolute;
  z-index: 1;
  opacity: 0;
  width: 100%;
  height: 100%;
}
.page-collection .video img {
  border-radius: 50%;
}
.page-collection .video .button-play {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 50%;
  margin: auto;
  width: 30%;
  height: 30%;
  background-image: url("../images/ui/video-play.png");
  background-size: cover;
  transition: transform 0.3s, opacity 0.3s;
}
.page-collection .video.in {
  transform: translateY(0);
  transition-delay: 0.5s;
}
.page-collection .video:hover .button-play {
  transform: translateY(-4px);
  opacity: 0.8;
}

@media (max-width: 768px) {
  .page-collection {
    padding: 0 !important;
  }
  .page-collection .swiper-collection .swiper-container {
    margin-top: 42vh;
  }
  .page-collection .swiper-collection .swiper-container .swiper-wrapper .swiper-slide-active img {
    transform: none;
  }
  .page-collection .submenu {
    top: 36vh;
    display: block;
    left: 0;
    width: 100%;
    max-width: none;
    text-align: center;
  }
  .page-collection .submenu a {
    font-size: 1em;
    margin-left: 1.5vw;
    margin-right: 1.5vw;
    display: inline-block;
  }
}
@media (max-width: 768px) and (max-width: 374px) {
  .page-collection .submenu a {
    font-size: 0.8em;
    margin-left: 1.3vw;
    margin-right: 1.3vw;
  }
}
@media (max-width: 768px) {
  .page-collection .video {
    top: 13vh;
    right: 4vh;
    width: 16vh;
    height: 16vh;
    transform: translateY(-230%);
  }
}
.page-stockist {
  width: 100%;
  height: 100%;
}
.page-stockist .list-holder {
  position: absolute;
  top: 0;
  left: 15%;
  _width: 34%;
  height: 100%;
  transform: translateX(8vw);
  transition: transform 0.5s;
}
.page-stockist .list-holder .list h1 {
  transition: opacity 0.5s;
}
.page-stockist .list-holder .list a {
  display: inline-block;
}
.page-stockist .list-holder .list a .border-holder {
  display: block;
  position: relative;
}
.page-stockist .list-holder .list a .border-holder .border {
  bottom: -4px;
  border-bottom-width: 3px;
}
.page-stockist .list-holder .list a:hover {
  transform: none;
}
.page-stockist .list-holder .list a.on {
  cursor: default;
}
.page-stockist .list-holder .list a:hover span.border, .page-stockist .list-holder .list a.on span.border {
  transform: scaleX(1);
}
.page-stockist .list-holder.on {
  transform: translateX(0);
}
.page-stockist .list-holder.on .list h1 {
  opacity: 0;
}
.page-stockist .results-holder {
  position: absolute;
  top: 0;
  left: 56%;
  width: 44%;
  height: 100%;
}
.page-stockist .results-holder .results {
  position: absolute;
  height: 100%;
  width: 100%;
  _max-width: 480px;
  padding-right: 5em;
  _display: flex;
  _flex-direction: column;
  _align-items: center;
  _justify-content: center;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-20px);
  transition: opacity 0.5s, visibility 0.5s, transform 0.5s;
}
.page-stockist .results-holder .results.on {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  z-index: 1;
}
.page-stockist .results-holder .img-wrap {
  width: 100%;
  max-width: 600px;
}
@media (min-width: 800px) {
  .page-stockist .results-holder {
    left: 55%;
  }
}
@media (min-width: 900px) {
  .page-stockist .results-holder {
    left: 54%;
  }
}
@media (min-width: 1000px) {
  .page-stockist .results-holder {
    left: 53%;
  }
}
@media (min-width: 1100px) {
  .page-stockist .results-holder {
    left: 52%;
  }
}
@media (min-width: 1200px) {
  .page-stockist .results-holder {
    left: 51%;
  }
}
@media (min-width: 1300px) {
  .page-stockist .results-holder {
    left: 50%;
  }
}
@media (min-width: 1400px) {
  .page-stockist .results-holder {
    left: 49%;
  }
}
@media (min-width: 1500px) {
  .page-stockist .results-holder {
    left: 48%;
  }
}
@media (max-width: 768px) {
  .page-stockist {
    height: auto;
  }
  .page-stockist .list-holder {
    position: relative;
    z-index: 1;
    left: 0;
    padding-left: 33px;
    transform: none;
    display: block;
    height: auto;
  }
  .page-stockist .list-holder .list h1 {
    margin-bottom: 0.9em;
  }
  .page-stockist .results-holder {
    position: relative;
    left: 0;
    padding-left: 33px;
    width: auto;
    height: auto;
    padding-right: 0;
    transform: none;
    display: block;
    margin-top: 5.5em;
  }
  .page-stockist .results-holder .results {
    position: absolute;
    display: block;
    top: 0;
  }
  .page-stockist .results-holder .img-wrap {
    max-width: 400px;
  }
  .page-stockist.page-shop-info .list-holder {
    left: 0;
  }
  .page-stockist.page-shop-info .results-holder {
    left: 0;
  }
}
@media (min-width: 769px) {
  .page-stockist .results-holder .results {
    padding: 60px 0;
  }
  .page-stockist .results-holder .results .scroll-wrap {
    overflow-y: auto;
    display: flex;
    height: 100%;
  }
  .page-stockist .results-holder .results .scroll-wrap::before, .page-stockist .results-holder .results .scroll-wrap::after {
    display: block;
    content: "";
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 57px;
    background-color: rgba(255, 255, 255, 0.5);
  }
  .page-stockist .results-holder .results .scroll-wrap::before {
    top: 60px;
  }
  .page-stockist .results-holder .results .scroll-wrap::after {
    bottom: 60px;
  }
  .page-stockist .results-holder .results .scroll-wrap .center-wrap {
    margin-top: auto;
    margin-bottom: auto;
    padding: 57px 30px 57px 0;
  }
  .page-stockist .results-holder .results.placeholder {
    display: none;
  }
}
.page-about {
  padding: 300px 82px 60px 270px;
}
.page-about p:first-child {
  margin-top: 0 !important;
}
.page-about .statement {
  display: inline-block;
}
.page-about p a {
  text-decoration: none;
  transition: opacity 0.3s;
}
.page-about p a:hover {
  opacity: 0.5;
}
.page-about .bottom {
  margin-top: 15em;
  position: relative;
}
.page-about .bottom .photos-team {
  float: right;
  width: 331px;
  margin-top: -87px;
  margin-left: 64px;
}
.page-about .bottom .photos-team .photo {
  width: 43%;
  float: left;
  margin-left: 14%;
}
.page-about .bottom .photos-team .photo img {
  transition: opacity 0.75s;
}
.page-about .bottom .photos-team .photo:hover img {
  opacity: 0;
}
.page-about .bottom .photos-team .photo:first-of-type {
  margin-left: 0;
}
.page-about .bottom .about-team {
  float: right;
  clear: right;
  width: 55%;
  margin-top: 50px;
  margin-left: 50px;
  _padding-right: 50px;
  margin-bottom: 60px;
}
.page-about .bottom .about-company {
  width: calc(100% - 331px);
}
.page-about .bottom .about-company p {
  margin-top: 1.4em;
}
.page-about .about-credit {
  position: relative;
  bottom: -30px;
}
.page-about .about-credit p {
  color: #a0a0a0;
  font-size: 0.6em;
  text-align: right;
}
.page-about .about-credit br {
  display: none;
}
.page-about .contact {
  position: absolute;
  top: 60px;
  right: 32px;
}
.page-about .contact h4 {
  position: absolute;
  top: 63px;
  left: -60px;
  transform: rotate(-90deg);
  transform-origin: top left;
}

@media (max-width: 1024px) {
  .page-about {
    padding-top: 220px;
    padding-left: 220px;
  }
  .page-about .statement {
    padding-right: 2.5em;
  }
  .page-about .statement p {
    font-size: 1.85em;
  }
  .page-about .statement p br {
    display: none;
  }
  .page-about .bottom {
    margin-top: 5.5em;
  }
  .page-about .bottom .photos-team {
    float: none;
    width: auto;
    max-width: 400px;
    margin: 0;
    margin-top: 5.5em;
  }
  .page-about .bottom .photos-team .photo {
    width: 47%;
    margin-left: 6%;
  }
  .page-about .bottom .about-team {
    float: none;
    width: auto;
    margin: 0;
    margin-top: 3em;
  }
  .page-about .bottom .about-team p {
    font-size: 1em;
  }
  .page-about .bottom .about-company {
    width: auto;
  }
  .page-about .bottom .about-company p {
    font-size: 1.25em;
  }
  .page-about .contact {
    position: relative;
    top: 0;
    right: 0;
    margin-top: 5.5em;
  }
  .page-about .contact h4 {
    font-size: 1.15em;
    position: relative;
    top: 0;
    left: 0;
    transform: none;
  }
  .page-about .contact p {
    font-size: 0.85em;
  }
}
@media (max-width: 1024px) {
  .page-about .about-credit {
    margin-top: 40px;
  }
}
@media (max-width: 768px) {
  .page-about .about-credit {
    margin-bottom: -100px;
    margin-top: 70px;
  }
  .page-about .about-credit br {
    display: inline;
  }
}

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