@charset "UTF-8";
/*============================================================================
  #Breakpoint and Grid Variables
==============================================================================*/
/*================ The following are dependencies of csswizardry grid ================*/
/*============================================================================
  #General Variables
==============================================================================*/
/*================ Typography ================*/
/*================ Dorothy  ================*/
/* Additional icons */
.icon-user2:before {
  content: "\e900"; }

/* Typography */
@font-face {
  font-family: 'Averta';
  src: url(//cdn.shopify.com/s/files/1/1260/3883/t/10/assets/Averta-Regular.woff2?v=6115036363220408026) format("woff2"), url(//cdn.shopify.com/s/files/1/1260/3883/t/10/assets/Averta-Regular.woff?v=6900987642727180447) format("woff"), url(//cdn.shopify.com/s/files/1/1260/3883/t/10/assets/Averta-Regular.ttf?v=7686130251727732758) format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Averta';
  src: url(//cdn.shopify.com/s/files/1/1260/3883/t/10/assets/Averta-RegularItalic.woff2?v=9101133355880538779) format("woff2"), url(//cdn.shopify.com/s/files/1/1260/3883/t/10/assets/Averta-RegularItalic.woff?v=9477179742330210126) format("woff"), url(//cdn.shopify.com/s/files/1/1260/3883/t/10/assets/Averta-RegularItalic.ttf?v=14643616553775021692) format("truetype");
  font-weight: normal;
  font-style: ITALIC; }

@font-face {
  font-family: 'Averta';
  src: url(//cdn.shopify.com/s/files/1/1260/3883/t/10/assets/Averta-Bold.woff2?v=1172447717333361172) format("woff2"), url(//cdn.shopify.com/s/files/1/1260/3883/t/10/assets/Averta-Bold.woff?v=10430467665135834740) format("woff"), url(//cdn.shopify.com/s/files/1/1260/3883/t/10/assets/Averta-Bold.ttf?v=2197256404472335581) format("truetype");
  font-weight: 700;
  font-style: normal; }

/* ! Base */
body, input, textarea, button, select {
  font-family: "Averta", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; }

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-family: "Averta", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700; }

.rte {
  word-wrap: break-word; }

.rte ul {
  list-style: none; }

.rte ul li {
  text-indent: -1.5em; }

.rte ul li:before {
  content: "— "; }

@media only screen and (min-width: 769px) {
  body, input, textarea, button, select {
    font-size: 12px; } }
/* ! Pagination */
.pagination .page.current {
  font-weight: bold; }

/* ! Social sharing */
.social {
  margin-top: 3em;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%); }

.social:hover {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%); }

.social .socitem {
  display: inline-block;
  vertical-align: top; }

/* ! Forms */
textarea, select {
  border: 1px solid #000000; }

/* ! Cart table */
.cart-table td[data-label="Product"] {
  max-width: 100px; }

/**
 *   Here's where everything gets included. You don't need
 *   to change anything here, and doing so might break
 *   stuff. Here be dragons and all that.
 */
/**
 *   Default variables
 *
 *   While these can be set with JavaScript, it's probably
 *   better and faster to just set them here, compile to
 *   CSS and include that instead to use some of that
 *   hardware-accelerated goodness.
 */
.unslider-nav ol {
  list-style: none;
  text-align: center; }

.unslider-nav ol li {
  display: inline-block;
  width: 6px;
  height: 6px;
  margin: 0 4px;
  background: transparent;
  border-radius: 5px;
  overflow: hidden;
  text-indent: -999em;
  border: 2px solid #fff;
  cursor: pointer; }

.unslider-nav ol li.unslider-active {
  background: #fff;
  cursor: default; }

.unslider {
  overflow: auto;
  margin: 0;
  padding: 0; }

.unslider-wrap {
  position: relative; }

.unslider-wrap.unslider-carousel > li {
  float: left; }

.unslider-vertical > ul {
  height: 100%; }

.unslider-vertical li {
  float: none;
  width: 100%; }

.unslider-fade {
  position: relative; }

.unslider-fade .unslider-wrap li {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  z-index: 8; }

.unslider-fade .unslider-wrap li.unslider-active {
  z-index: 10; }

.unslider li, .unslider ol, .unslider ul {
  list-style: none;
  margin: 0;
  padding: 0;
  border: none; }

.unslider-arrow {
  position: absolute;
  left: 20px;
  z-index: 2;
  cursor: pointer; }

.unslider-arrow.next {
  left: auto;
  right: 20px; }

/* ! Blog */
.recent-article {
  margin-bottom: 1em; }

.recent-article > a {
  font-weight: 700; }

/* Hompeage Chunks */
.chunk {
  background-position: center center;
  background-size: cover;
  background-color: #000000;
  padding-left: 0; }
  .chunk:first-child {
    padding-left: 30px; }

a.chunk-link {
  position: relative;
  display: block;
  height: 50vw;
  padding: 30px;
  color: #000000; }

a.chunk-link .chunk-text {
  font-size: 1.2em;
  font-weight: 600;
  line-height: 110%;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 15px;
  text-align: center;
  background: #ffffff;
  min-width: 50%; }

@media only screen and (min-width: 769px) {
  .chunk:last-child a.chunk-link {
    padding-left: 0; }

  a.chunk-link {
    height: 25vw; }

  a.chunk-link .chunk-text {
    font-size: 1.2em;
    min-width: 200px; } }
/* ! Collection */
.collection-banner .collection-title {
  text-align: center;
  display: none; }

.collection-banner.has-featured-image {
  background-size: cover;
  background-position: center center; }

.collection-banner.has-featured-image .collection-title {
  display: block;
  padding: 10vw 10vw;
  color: #fff;
  font-size: 5vw;
  text-shadow: 0px 0px 9px rgba(0, 0, 0, 0.25); }

.collection-title {
  visibility: hidden;
  max-height: 25vw;
  overflow: hidden; }

.product__image-swap {
  position: relative; }

.product__image-swap .product__peek-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #eee;
  opacity: 0;
  transition: opacity 0.2s ease;
  will-change: opacity; }

.product__image-swap:hover .product__peek-image {
  opacity: 1; }

/* ! Footer */
.site-footer {
  padding: 0 0 30px 0; }

.site-footer input[type="email"] {
  border: 1px solid; }

.site-footer .grid__item {
  padding-bottom: 30px; }

.site-footer .icon {
  font-size: 20px !important; }

.site-footer .payment-icons {
  filter: grayscale(100); }

.site-footer .payment-icons li:first-child {
  margin-left: 0; }

.footer-nav {
  list-style: none;
  margin-left: 0; }

.footer-base {
  margin-top: 30px; }

/* ! Site notice */
.site-banner a {
  display: block;
  padding: 12px;
  text-align: center; }

/* ! Header layout */
@media only screen and (max-width: 768px) {
  .branding-container {
    position: absolute;
    left: 33.3%;
    right: 33.3%;
    width: auto; } }
.nav-bar {
  background-color: transparent; }

/* ! Site Nav Desktop */
.site-nav {
  font-size: 1em;
  margin-left: -40px; }

.site-nav__link {
  padding: 0.7em 0.75em 0.5em 0.75em;
  text-transform: uppercase;
  font-weight: 700; }
  .site-nav__link .icon-arrow-down {
    padding-left: 3.5px; }

.site-nav__link.nav-focus {
  background: inherit !important; }

.site-nav--active > .site-nav__link {
  color: #333 !important;
  font-weight: 500; }

.site-nav__dropdown {
  padding-top: 30px;
  margin-left: -20px;
  z-index: 40; }
  .site-nav__dropdown .site-nav__link {
    background: transparent;
    text-transform: none;
    font-weight: 500; }
    .site-nav__dropdown .site-nav__link:hover {
      background: transparent; }

.site-nav-dropdown-inner {
  display: flex;
  background: white;
  box-shadow: 0px 5px 7px 1px rgba(0, 0, 0, 0.2); }
  .site-nav-dropdown-inner ul {
    margin: 0;
    padding: 1px 0px 13px 0px; }
  .site-nav-dropdown-inner li {
    position: relative;
    padding: 0 0 0 0px; }
    .site-nav-dropdown-inner li a {
      padding-right: 60px;
      padding-left: 30px; }
    .site-nav-dropdown-inner li:last-child {
      border-top: 1px solid rgba(0, 0, 0, 0.1);
      margin-bottom: -12px;
      padding-top: 4px; }
    .site-nav-dropdown-inner li.activated, .site-nav-dropdown-inner li:hover {
      background: rgba(0, 0, 0, 0.05); }
  .site-nav-dropdown-inner .site-nav--active .site-nav__link {
    color: inherit; }
  .site-nav-dropdown-inner .chevron, .site-nav-dropdown-inner .icon {
    position: absolute;
    right: 20px; }
  .site-nav-dropdown-inner .icon {
    transform: rotate(-90deg);
    transform-origin: bottom left;
    right: 0px;
    top: 9px; }

.dropdown-second-level {
  display: none;
  border-left: 1px solid rgba(0, 0, 0, 0.1); }
  .dropdown-second-level .dropdown-grid {
    display: grid;
    grid-template-columns: auto auto auto;
    padding: 15px 20px 15px 10px; }
    .dropdown-second-level .dropdown-grid .grid-item {
      padding: 0 10px; }

.dropdown-second-level.activated {
  display: inherit; }

/* ! Site Nav Mobile */
.site-nav--mobile .icon {
  font-size: 2em; }

.site-nav--mobile .site-nav__link {
  position: relative; }

.site-nav--mobile .icon-hamburger {
  font-size: 2.5em; }

.site-nav--mobile .cart-count {
  position: absolute;
  text-align: center;
  left: 0;
  right: 0;
  top: 26px;
  color: #ec1c24; }

/* Mobile Nav Drawer */
#NavDrawer {
  background-color: transparent; }

.drawer__header {
  border-bottom: none;
  margin-bottom: 0; }

.drawer__title {
  visibility: hidden; }

.mobile-nav > .mobile-nav__item {
  background-color: transparent;
  text-transform: uppercase;
  font-weight: 700; }

.mobile-nav__item--active {
  font-weight: inherit;
  color: #ec1c24; }

/* ! Header Search */
.supports-js .site-header__search {
  display: none; }

.site-header__search {
  display: block;
  max-width: 1180px;
  margin: 15px auto 0;
  padding: 0 15px;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6; }

.site-header__search .search-bar {
  width: 100%; }

.site-header__search input[type="search"] {
  display: block;
  padding-top: 30px;
  padding-bottom: 30px;
  outline: none; }

.site-header__search input[type="search"]:focus {
  border-color: transparent; }

.site-header__search .btn {
  display: none; }

.site-header__search-toggle .icon,
.site-header__account .icon {
  font-size: 1.5em;
  margin-right: 15px; }

/* ! Cart Drawer Toggle */
.site-header__cart-toggle .icon-cart {
  font-size: 2em; }

.site-header__cart-toggle .cart-position {
  display: inline-block;
  position: relative; }

.site-header__cart-toggle .cart-count {
  position: absolute;
  top: 12px;
  left: 0;
  right: 0;
  text-align: center;
  color: #ec1c24; }

.site-header__cart-toggle .cart-total {
  vertical-align: text-bottom; }

.site-header__cart-toggle .cart-total #CartCost {
  color: #ec1c24; }

/* Cart Drawer */
#CartDrawer {
  background-color: #000000;
  color: #fff; }

#CartDrawer a,
#CartDrawer .ajaxcart__qty-num,
#CartDrawer .ajaxcart__qty-adjust {
  color: #fff; }

#CartDrawer .additional_checkout_buttons {
  display: none; }

/* ! Pages */
.template-page .main-content {
  border-top: 5px solid;
  padding-top: 40px; }

#footer-newsletter {
  text-align: center;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 50px 0 60px 0;
  margin-bottom: 60px; }

.footer-newsletter-inner {
  max-width: 500px;
  margin: 0 auto; }

.page__newsletter input[type="email"] {
  border: 1px solid; }

/* ! Product view */
.product-single__photos {
  margin-bottom: 15px; }

.product-single__photos img {
  width: 100%; }

.product-single__photos.enable-zoom {
  position: relative; }

.product-single__photos.enable-zoom:after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.template-product .gallery {
  list-style: none;
  margin-left: 0; }

.template-product .gallery li {
  margin-bottom: 15px; }

.template-product .gallery img {
  display: block;
  width: 100%; }

.product-details > h1 {
  font-size: 1.5em; }

.product-details .quantity-selector,
.product-details .js-qty {
  display: none !important; }

.mobile-only-product-title {
  text-align: left; }

@media only screen and (min-width: 769px) {
  .mobile-only-product-title {
    display: none; } }
/* ! Search Results */
.template-search .main-content input[type="search"] {
  border: 1px solid #000000; }

/* ! Sidebar nav */
.sidebar-nav-toggle,
.sidebar-nav {
  display: none; }

.sidebar-nav-toggle.show,
.sidebar-nav.show {
  display: block; }

.sidebar-nav-toggle {
  padding: 0;
  margin: 0 0 15px;
  border-top: 1px solid #e9e9e9; }

.sidebar-nav {
  list-style: none;
  padding: 0;
  margin: 0 0 15px;
  border-top: 1px solid #e9e9e9; }

.sidebar-nav__link {
  display: block;
  padding: 15px 0;
  border-bottom: 1px solid #e9e9e9;
  font-weight: 700; }

.sidebar-nav__link .icon {
  float: right; }

.sidebar-nav--active > a {
  color: #ec1c24; }

.sidebar-nav__dropdown {
  list-style: none;
  padding: 0;
  margin: 0; }

.sidebar-nav__dropdown .sidebar-nav__link {
  font-weight: normal; }

@media only screen and (min-width: 769px) {
  .sidebar-nav-toggle {
    display: none; }

  .sidebar-nav-toggle.show {
    display: none !important; }

  .sidebar-nav {
    display: block;
    border: none; }

  .sidebar-nav__link {
    border: none;
    padding: 0; }

  .sidebar-nav__link .icon {
    display: none; }

  .sidebar-nav--has-dropdown .sidebar-nav__link {
    padding: 1em 0 0; }

  .sidebar-nav__dropdown {
    display: block; }

  .sidebar-nav__dropdown .sidebar-nav__link {
    padding: 0; } }
/* ! Homepage Slider */
.template-index .main-content {
  padding: 0;
  margin: 0;
  max-width: none; }

.slides {
  list-style: none;
  padding: 0;
  margin: 0; }

.slides .slide {
  padding: 0;
  margin: 0;
  position: relative;
  background-position: center center;
  background-size: cover;
  background-color: #000000; }

.slides .img-fill {
  display: none; }

.slide > a {
  display: block;
  position: absolute;
  width: 100%; }

.slide > a .img-fill {
  display: block;
  height: 100vw; }

.slides .overlay-text {
  pointer-events: none;
  color: #000000;
  font-size: 1.6em; }

.slides .overlay-text .inner {
      /*
      padding: 40px 30px 30px 60px;
      position: relative;
      top: 15%;
      //transform: translateY(-30%);
      background: white;
      width: 350px;
      height: 245px;

       */ }

.slides .overlay-text .scaled-text {
  font-size: 7vw;
  font-weight: 700; }

.slides .overlay-text .text {
  display: block;
  line-height: 130%;
  margin-bottom: 0.7em;
  font-weight: 600;
  font-size: 1.1em; }

.slides .overlay-text .subtext {
  font-size: 0.75em;
  display: block;
  line-height: 140%;
  margin-bottom: 0.55em; }

.slides .overlay-text .cta {
  font-size: 0.65em;
  display: inline-block;
  font-weight: 600;
  border-bottom: 2px solid; }

  /*
.slides.overlay-right .subtext {
  margin-left: auto; }
.slides .overlay-left {
  text-align: left; }
  .slides .overlay-left .subtext {
    margin-right: auto; }
.slides .overlay-centre {
  text-align: center; }
  .slides .overlay-centre .subtext {
    margin-left: auto;
    margin-right: auto; }
.slides .overlay-right {
  text-align: right;
}
  .slides .overlay-right .subtext {
    margin-left: auto;
  }
  */
.unslider-arrow {
  display: none; }

.unslider {
  position: relative; }

.slide-data {
  display: none; }

.unslider-nav {
  position: absolute;
  bottom: 1.5em;
  margin-left: -4px; }
  .unslider-nav ol {
    text-align: left; }

.unslider-nav ol li {
  background-color: #000000;
  border-color: #000000;
  background-color: transparent;
  width: 10px;
  height: 10px;
  border-width: 1px; }

.unslider-nav ol li.unslider-active {
  background-color: #000000; }

.slide-overlay-title, .stacked-overlay-title {
  font-size: 1.6em;
  font-weight: 600;
  margin-bottom: 0.4em; }

.slide-overlay-subtitle, .stacked-overlay-subtitle {
  font-size: 1.15em;
  margin-bottom: 0.9em; }

.slide-overlay-link, .stacked-overlay-link {
  font-size: 1em;
  font-weight: 600;
  display: inline-block;
  border-bottom: 2px solid black;
  padding-bottom: 4px; }

.slide-overlay-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0 !important;
  border: 0 !important; }

.slide-overlay {
  display: none; }

.slides .slide {
  position: relative;
  height: 45vh;
  width: 100%;
  margin-bottom: 30px !important;
  display: block !important; }

.slide-overlay {
  position: absolute;
  top: 0;
  height: 50vw;
  width: 100%;
  z-index: 20; }
  .slide-overlay .slide-overlay-inner {
    padding: 40px 30px 30px 60px;
    position: relative;
    top: 15%;
    background: white;
    width: 350px;
    height: 245px;
    box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.1); }

.stacked-overlay {
  position: relative;
  width: calc(100vw - 60px);
  margin: -80px 30px 15px 30px;
  text-align: center; }
  .stacked-overlay .stacked-overlay-inner {
    background: white;
    padding: 15px 18px; }

.stacked-overlay-title {
  font-size: 1.4em; }

.stacked-overlay-subtitle {
  font-size: 1.05em; }

.unslider {
  height: calc(50vw); }
  .unslider .slide-overlay {
    display: block; }
  .unslider .stacked-overlay {
    display: none; }
  .unslider .slide {
    height: 50vw !important;
    width: 100%; }
  .unslider .unslider {
    height: calc(50vw); }
  .unslider .unslider-fade {
    height: 100%; }

.slideshow.init {
  height: calc(50vw);
  overflow: hidden; }
  .slideshow.init .slides .slide, .slideshow.init .stacked-overlay {
    display: none !important; }

.slash-divider {
  display: inline-block;
  margin: 0 10px; }

.login-button {
  display: inline-block;
  position: relative; }
  .login-button a {
    border: 1px solid black;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 10px 30px; }
    .login-button a:hover {
      background: black;
      color: white; }

.footer-base {
  text-align: center; }
  .footer-base .footer-nav__item {
    display: inline-block;
    margin-right: 20px; }
    .footer-base .footer-nav__item:last-child {
      margin-right: 0; }

.chevron::before {
  border-style: solid;
  border-width: 1px 1px 0 0;
  content: '';
  display: inline-block;
  height: 6px;
  left: 0.15em;
  position: relative;
  top: 5px;
  transform: rotate(-45deg);
  vertical-align: top;
  width: 6px;
  border-color: rgba(0, 0, 0, 0.5); }

.chevron-right:before {
  left: 0;
  transform: rotate(45deg); }

.product-image-wrap {
  position: relative; }

.zoom-toggle {
  display: none;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 40px;
  height: 40px;
  background: rgba(0, 0, 0, 0.4);
  z-index: 2;
  background-image: url(//cdn.shopify.com/s/files/1/1260/3883/t/10/assets/zoom-in-icon.svg?v=8790870652937246451);
  background-size: 80% 80%;
  background-repeat: no-repeat;
  background-position: center center;
  opacity: 0.8; }

.zoom-toggle.zoomed-in {
  background-image: url(//cdn.shopify.com/s/files/1/1260/3883/t/10/assets/zoom-out-icon.svg?v=2611240851471661607); }

.mobile-nav--expanded + .mobile-nav__sublist {
  max-height: 1200px; }

.product-single .unslider {
  height: auto; }
.product-single .unslider-nav {
  position: relative;
  bottom: auto;
  margin: 10px 0 15px 0; }

.fancybox-toolbar, .fancybox-navigation button > div, .fancybox-infobar {
  background: black; }

.fancybox-infobar {
  color: white !important; }

.fancybox-is-open .fancybox-bg {
  background: black !important;
  opacity: 0.80 !important; }

.fancybox-show-thumbs .fancybox-thumbs {
  background: black; }

@media only screen and (max-width: 768px) {
  .fancybox-navigation {
    /*display: none;*/ }

  .desktop-only {
    display: none; } }
@media only screen and (min-width: 769px) {
  .mobile-only {
    display: none; } }
/*# sourceMappingURL=styles.scss.liquid.map */
.logout-button a {
  border: 1px solid black;
  top: 0;
  left: 0;
  padding: 5px 20px;
  display: inline-block; }
  .logout-button a:hover {
    background: black;
    color: white !important; }
