@font-face {
  font-family: 'NexaRustSans-Book01';
  src: url(NexaRustSans-Book01_v-4988821821644981554.eot);
  src: url(NexaRustSans-Book01_-iefix-v-4988821821644981554.eot) format("embedded-opentype"), url(NexaRustSans-Book01.woff) format("woff2"), url(NexaRustSans-Book01_v-18259685668680684332.woff) format("woff"), url(NexaRustSans-Book01_v-5248241689149813906.ttf) format("truetype"), url(NexaRustSans-Book01.svg) format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "gt";
  font-style: normal;
  font-weight: bold;
  src: url(gotham-medium-webfont_v-431493999554132329.woff) format("woff"), url(gotham-medium-webfont.woff) format("woff2"); }

@font-face {
  font-family: "gt";
  font-style: normal;
  font-weight: normal;
  src: url(gotham-light-webfont_v-4474470341095476709.woff) format("woff"), url(gotham-light-webfont.woff) format("woff2"); }

@font-face {
  font-family: "gt";
  font-style: normal;
  font-weight: 700;
  src: url(gotham-bold-webfont_v-16861342748912266179.woff) format("woff"), url(gotham-bold-webfont.woff) format("woff2"); }

body {
  font-size: 15px;
  font-family: 'gt',sans-serif;
  font-weight: normal;
  color: #2b2b2b; }

* {
  outline: none !important;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease; }

.index-section a.btn {
  background: #4d595e;
  opacity: 1 !important;
  font-weight: bold; }
.index-section a.hero__btn {
  margin-top: 0; }
.index-section .mega-title {
  margin-bottom: 40px; }
.index-section.no-gutter-section {
  padding: 0; }
.index-section.no-gutter-bottom {
  padding-bottom: 0; }
.index-section.no-gutter-top {
  padding-top: 0; }
.index-section .section-header {
  margin: 30px 0;
  display: inline-block;
  width: 100%; }
  .index-section .section-header h2 {
    font-size: 31px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin: 0; }
.index-section:last-child {
  padding-bottom: 0px; }
.index-section .hero__inner {
  position: absolute;
  display: table-cell;
  vertical-align: middle;
  padding: 55px 0;
  color: #fff;
  z-index: 2;
  text-align: center;
  top: 50%;
  right: 10%;
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%); }
.index-section .slideshow__text-content {
  text-align: center;
  position: absolute;
  width: 100%;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  max-width: 500px;
  right: 10%; }
.index-section .slideshow__image a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
.index-section.instagram-section .section-header {
  margin: 30px 0 25px; }
  .index-section.instagram-section .section-header h2 {
    font-weight: bold; }
    .index-section.instagram-section .section-header h2 svg {
      width: 30px;
      vertical-align: middle;
      margin-right: 10px; }
.index-section.index-section--newsletter {
  padding: 40px 0;
  margin: 0; }
  .index-section.index-section--newsletter .form > label {
    font-size: 31px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin: 0 20px 0;
    color: #fff;
    margin-bottom: 0px !important; }
  .index-section.index-section--newsletter .form .password__input-group {
    max-width: 500px;
    margin: 0; }
  .index-section.index-section--newsletter .form .input-group__btn .btn {
    margin-left: 10px; }
  .index-section.index-section--newsletter .form > * {
    display: inline-block;
    vertical-align: middle; }

.notification-bar .notification-bar__message {
  padding: 15px 0;
  margin: 0;
  width: 100%;
  background: #cacbcc;
  color: #1a1a1a;
  font-size: 16px;
  font-family: 'NexaRustSans-Book01';
  text-align: center;
  text-transform: uppercase; }

.mobile-nav-wrapper {
  z-index: 333; }

.drawer {
  z-index: 999; }

.header-section {
  padding-top: 127px; }

#menu-toggle {
  fill: #fff;
  stroke: #93a9b2;
  color: #93a9b2;
  cursor: pointer;
  display: block;
  height: 45px;
  opacity: 1;
  padding: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  width: 45px;
  z-index: 31000; }

#menu-toggle svg line {
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease,  -webkit-transform 0.2s ease; }

.hamburger .one {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg); }

.hamburger .two {
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease; }

.hamburger .three {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg); }

.is-active .hamburger .one {
  -webkit-transform: translate(8.8px, 0.5px) rotate(45deg);
  transform: translate(8.8px, 0.5px) rotate(45deg); }

.is-active .hamburger .two {
  opacity: 0; }

.is-active .hamburger .three {
  -webkit-transform: translate(-11px, 9px) rotate(-45deg);
  transform: translate(-11px, 9px) rotate(-45deg); }

.site-header {
  background-color: #1a1a1a;
  padding: 0 55px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 333;
  transform: translateZ(0);
  -webkit-transform: translateZ(0); }
  .site-header.small {
    z-index: 500 !important;
    transform: translateZ(0);
    -webkit-transform: translateZ(0); }
    .site-header.small .site-nav {
      margin: 0; }
      .site-header.small .site-nav > li > a {
        padding: 20px; }
    .site-header.small .site-header__logo {
      margin: 15px 0; }
      .site-header.small .site-header__logo img {
        display: block;
        width: 80%; }
  .site-header .site-nav {
    margin: 0; }
    .site-header .site-nav a {
      padding: 50px 20px;
      font-family: 'NexaRustSans-Book01';
      opacity: 1 !important;
      position: relative;
      -webkit-transition: all 0.2s ease;
      -moz-transition: all 0.2s ease;
      -o-transition: all 0.2s ease;
      transition: all 0.2s ease; }
    .site-header .site-nav > li > a {
      color: #93a9b2;
      font-size: 18px;
      font-weight: bold; }
      .site-header .site-nav > li > a::after {
        content: "";
        background: #fff;
        height: 2px;
        width: 45px;
        display: inline-block;
        text-align: center;
        position: absolute;
        bottom: 35%;
        left: 50%;
        -webkit-transform: translate(-50%, 0%);
        -moz-transform: translate(-50%, 0%);
        -o-transform: translate(-50%, 0%);
        -ms-transform: translate(-50%, 0%);
        transform: translate(-50%, 0%);
        opacity: 0;
        visibility: hidden; }
      .site-header .site-nav > li > a:hover {
        color: #fff; }
        .site-header .site-nav > li > a:hover::after {
          opacity: 1;
          visibility: visible; }
  .site-header .site-header__logo {
    margin: 40px 0;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease; }
    .site-header .site-header__logo img {
      display: block;
      width: 100%; }
  .site-header .site-nav__dropdown {
    min-width: 250px;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
    background: transparent;
    color: #4e4e4e;
    padding: 0;
    display: none;
    background: #fff; }
    .site-header .site-nav__dropdown ul > li > a {
      padding: 10px 15px;
      border-bottom: 1px solid #ddd;
      font-size: 14px; }
      .site-header .site-nav__dropdown ul > li > a:hover {
        background: #eeeeee;
        color: #000; }
    .site-header .site-nav__dropdown::after {
      bottom: 100%;
      left: 50%;
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      border-color: transparent;
      border-bottom-color: #fff;
      border-width: 10px;
      margin-left: -10px; }
  .site-header .site-nav__dropdown2 {
    position: absolute;
    min-width: 250px;
    top: 0px;
    left: 100%;
    min-height: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
    background: transparent;
    color: #4e4e4e;
    padding: 0;
    display: block;
    background: #eeeeee;
    margin-top: -1px; }
    .site-header .site-nav__dropdown2 ul > li > a {
      padding: 10px 15px;
      border-bottom: 1px solid #ddd;
      font-size: 14px; }
      .site-header .site-nav__dropdown2 ul > li > a:hover {
        background: #dddddd;
        font-weight: bold;
        color: #000; }
  .site-header .has-collection-image:hover img.site-nav__image {
    diplay: block;
    visiblility: visible;
    z-index: 99; }
  .site-header .site-nav__image {
    position: absolute;
    top: 0px;
    left: 100%;
    height: 100%; }
  .site-header .site-nav--has-dropdown:hover .site-nav__dropdown,
  .site-header .site-nav--has-dropdown a:focus + .site-nav__dropdown {
    opacity: 1;
    visibility: visible;
    z-index: 99;
    display: block; }
  .site-header .site-nav--has-dropdown2:hover .site-nav__dropdown2 {
    opacity: 1;
    visibility: visible;
    z-index: 99; }
  .site-header .site
  .site-header__icons-wrapper svg.icon {
    width: 45px;
    height: 30px;
    vertical-align: middle; }
  .site-header .site
  .site-header__icons-wrapper .site-header__search {
    padding-right: 120px; }
    .site-header .site
    .site-header__icons-wrapper .site-header__search .search--focus .search__input {
      border-color: #4d595e;
      padding-left: 45px; }
    .site-header .site
    .site-header__icons-wrapper .site-header__search svg.icon {
      display: inline-block;
      width: 35px;
      height: 30px;
      vertical-align: middle; }

.template-search .sca-qv-button-wrap {
  display: none !important;
  opacity: 0;
  visibility: hidden; }

.site-footer {
  padding: 55px 0;
  margin: 0;
  background: #1a1a1a; }
  .site-footer .site-footer__linklist {
    margin-top: 0; }
    .site-footer .site-footer__linklist .site-footer__linklist-item {
      padding: 10px; }
      .site-footer .site-footer__linklist .site-footer__linklist-item a {
        font-family: 'gt';
        font-size: 18px;
        text-transform: uppercase;
        color: #fff;
        opacity: 1 !important; }
  .site-footer .site-footer__search {
    margin: 25px 0 0;
    padding: 0;
    width: 100%;
    float: right;
    background: #4d595e;
    position: relative; }
    .site-footer .site-footer__search .input-group__field {
      background: none;
      border: none;
      text-transform: uppercase; }
    .site-footer .site-footer__search .input-group__btn {
      white-space: nowrap;
      width: auto;
      position: absolute;
      top: 50%;
      right: 10px;
      -webkit-transform: translate(0%, -50%);
      -moz-transform: translate(0%, -50%);
      -o-transform: translate(0%, -50%);
      -ms-transform: translate(0%, -50%);
      transform: translate(0%, -50%); }
      .site-footer .site-footer__search .input-group__btn .btn {
        border-radius: 0 2px 2px 0;
        white-space: nowrap;
        padding: 0;
        background: none; }
        .site-footer .site-footer__search .input-group__btn .btn .icon {
          height: 30px;
          width: 30px; }
  .site-footer .footer-media {
    width: 100%;
    vertical-align: middle;
    display: table; }
    .site-footer .footer-media > * {
      vertical-align: middle;
      display: table-cell;
      width: 50%; }
    .site-footer .footer-media .site-footer__social-icons {
      margin-top: 0; }
      .site-footer .footer-media .site-footer__social-icons svg.icon {
        width: 40px;
        vertical-align: middle;
        height: 40px; }
    .site-footer .footer-media .site-header__logo-image {
      margin: 0;
      text-align: left; }
      .site-footer .footer-media .site-header__logo-image img {
        vertical-align: middle;
        width: 100%; }
  .site-footer .site-footer__copyright--bottom {
    margin-top: 15px;
    display: inline-block;
    width: 100%; }
    .site-footer .site-footer__copyright--bottom .site-footer__copyright-content {
      padding-right: 0;
      color: #A8A8A8;
      text-transform: uppercase;
      font-size: 14px;
      display: block; }
      .site-footer .site-footer__copyright--bottom .site-footer__copyright-content a {
        color: #A8A8A8; }

div.left-hand-nav {
  float: left;
  min-width: 230px; }

div.left-hand-nav ul {
  margin-top: 12px; }

div.left-hand-nav ul ul {
  margin-top: 0px; }

div.left-hand-nav a.left-hand-nav__link {
  font-family: 'NexaRustSans-Book01';
  text-transform: uppercase;
  display: inline-block;
  padding: 8px 0px;
  font-size: .85em;
  font-weight: normal; }

div.left-hand-nav li.left-hand-nav__active a {
  font-weight: bold;
  text-decoration: underline; }

div.left-hand-nav span.left-hand-nav__toggle {
  display: inline;
  vertical-align: middle;
  cursor: pointer; }

div.left-hand-nav img.left-hand-nav__plus {
  display: inline;
  float: right;
  clear: none; }

div.left-hand-nav .left-hand-nav__minus {
  display: none;
  float: right;
  clear: none; }

button.left-hand-nav__toggle {
  display: inline-flex;
  clear: none;
  background-color: transparent;
  border: none;
  margin-left: 10px; }

div.left-hand-nav span.left-hand-nav--active .left-hand-nav__plus {
  display: none; }

div.left-hand-nav span.left-hand-nav--active .left-hand-nav__minus {
  display: inline; }

div.left-hand-nav a.left-hand-nav__link--main {
  font-weight: normal; }

div.left-hand-nav .menu-title {
  color: #8b8b8b;
  font-size: 1.75em;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-family: "NexaRustSans-Book01";
  line-height: 1.2;
  font-weight: 400; }

div.left-hand-nav a.left-hand-nav__link.left-hand-nav__child-link {
  padding-left: 14px; }

div.left-hand-nav__dropdown {
  display: none; }

div.left-hand-nav__dropdown.left-hand-nav--active {
  display: block; }

div.h4.grid-view-item__title {
  text-align: center;
  font-size: .9em;
  font-weight: bold; }

div.grid-view-item__meta {
  text-align: center; }

span.product-price__price {
  color: #000; }

#product-tabs {
  font-size: 90%;
  margin: 20px 0; }

#product-tabs ul {
  float: left;
  background: #fff;
  width: 500px;
  padding-top: 4px; }

#product-tabs li {
  list-style: none;
  border-bottom: none;
  margin-bottom: -1px;
  margin-right: -1px; }

* html #product-tabs li {
  display: inline;
  border: 1px #cacbcc solid;
  border-bottom: none; }

#product-tabs li, #product-tabs li a {
  float: left; }

#product-tabs ul li.active {
  border: 1px #cacbcc solid;
  border-bottom: 1px solid #fff; }

#product-tabs ul li.active a {
  font-weight: bold; }

#product-tabs div {
  border: 1px #cacbcc solid;
  clear: both;
  padding: 28px;
  min-height: 425px;
  color: #000; }

#product-tabs div h3 {
  margin-bottom: 12px; }

#product-tabs div p {
  line-height: 150%;
  color: #000; }

#product-tabs ul li a {
  text-decoration: none;
  padding: 12px;
  color: #000; }

div.social-sharing {
  margin-top: 24px;
  font-weight: bold;
  float: right;
  vertical-align: middle; }

div.social-sharing .btn--share {
  border: none;
  padding: 4px 3px;
  margin-right: 0px;
  margin-bottom: 0px; }

div.social-sharing .btn--share img {
  vertical-align: middle;
  width: 26px;
  height: 25px; }

div.related-products {
  margin: 0px auto; }

div.related-products .section-header__title {
  text-align: center;
  margin-top: 72px;
  font-size: 2.3125em; }

div.related-products div.grid-view-item {
  max-width: 24%;
  display: inline-block; }

ul.product-single__thumbnails {
  text-align: center; }

ul.product-single__thumbnails li {
  display: inline-block;
  text-align: center; }

div#Collection {
  display: table-cell; }

.contact-form.form-vertical {
  margin: 0px auto;
  text-align: center; }

header.about-header {
  margin-bottom: 56px; }

ul.pagination {
  margin-bottom: 64px; }

.cart__footer {
  margin-bottom: 64px; }

.h4.grid-view-item__title {
  font-family: 'gt';
  font-weight: normal; }

.sidecart-header {
  height: 92px !important; }

.sidecart-header h1 {
  padding-top: 27px; }

#sidecart.open .sidecart-main {
  top: 7% !important;
  bottom: 10% !important; }

.view-cart-button, .sidecart-footer__checkout {
  display: inline; }

.view-cart-button {
  margin-right: 28px; }

.response-error-message {
  text-align: center;
  color: red;
  font-size: 12px;
  margin-top: 10px; }

.diptych__caption {
  z-index: 11111111 !important; }

/*** Tweaks ***/
.instagram-section {
  padding-top: 20px;
  padding-bottom: 20px; }

body .lookbooks__header-title {
  color: #2b2b2b; }

.mm-menu.mm-offcanvas.mm-current {
  display: block !important; }

body .sidecart-footer__checkout {
  max-width: 225px;
  width: 43%;
  height: 49px; }

.signup-form-wrapper {
  max-width: 600px;
  margin: 0 auto; }

@media screen and (max-width: 560px) {
  body .sidecart-footer__checkout {
    font-size: 15px; }

  .sidecart-grid__card-price {
    position: absolute;
    bottom: 30px;
    right: 7px; }

  .sidecart-grid__card {
    flex-flow: wrap; }

  .index-section.index-section--newsletter .form > label {
    margin-left: 0; }

  ::-webkit-input-placeholder {
    line-height: 22px !important; } }
.index-section:last-child .page-width {
  max-width: 100%;
  padding-left: 0px;
  padding-right: 0px; }

.index-section:last-child {
  padding-top: 0px; }

/* #shopify-section-1541703091646   {
  padding-top: 35px;
}
@media (min-width: 576px) {
  #shopify-section-1541703091646   {
    padding-top: 50px;
  }
}
@media (min-width: 768px) {
  #shopify-section-1541703091646   {
    padding-top: 55px;
  }
}
@media (min-width: 1024px) {
  #shopify-section-1541703091646   {
    padding-top: 55px;
  }
} */
#shopify-section-1541703091646 {
  padding-top: 10px; }

/* @media (min-width: 576px) {
  #shopify-section-1541703091646   {
    padding-top: 10px;
  }
}
@media (min-width: 768px) {
  #shopify-section-1541703091646   {
    padding-top: 10px;
  }
}
@media (min-width: 1024px) {
  #shopify-section-1541703091646   {
    padding-top: 10px;
  }
} */
.klaviyo-bis-trigger {
  line-height: 1.4;
  width: 100% !important;
  margin: 0px 5px 10px !important; }

.product-single__meta .product-single__price {
  color: #697178; }

.product-form .label--hidden2, .cart__qty-label2 {
  display: block;
  font-size: 0px;
  margin: 0px; }