body {
  font-family: "gt-america", helvetica, sans-serif;
}

.button, .submit, input[type="submit"], input[type="button"], .pxs-newsletter-form-button, .pxs-image-with-text-button {
	background-color: #353637;
	color: #f3ebd6;
}

.button:hover, .submit:hover, input[type="submit"]:hover, input[type="button"]:hover, .pxs-newsletter-form-button:hover, .pxs-image-with-text-button:hover {
	background-color: hsl(211, 2%, 30%);
	color: #f3ebd6;
}

.secondary.button, .secondary.submit, input.secondary[type="submit"], input.secondary[type="button"], .secondary.pxs-newsletter-form-button, .secondary.pxs-image-with-text-button {
	background-color: #fff;
	border: 1px solid #353637;
	color: #353637;
}

.secondary.button:hover, .secondary.submit:hover, input.secondary[type="submit"]:hover, input.secondary[type="button"]:hover, .secondary.pxs-newsletter-form-button:hover, .secondary.pxs-image-with-text-button:hover {
	background-color: hsl(211, 2%, 90%);
	color: #353637;
}

.select-wrapper select {
    font-family: 'gt-america-header';
	text-transform: uppercase;
	font-size: 12px;
}

/* Header */

.currency-selector {
    display: inline-block;
    margin-right: 20px;
}

.select-wrapper.currency-switcher {
  margin-left: -4px;
}

.header-tools-wrapper {
  background: #fdfae8;
}

.header-tools .checkout-link, .header-tools .mini-cart-wrapper {
    background-color: transparent;
  	vertical-align: top;
	font-size: 12px;
  	font-family: 'gt-america-header';
	text-transform: uppercase;
}

.header-tools .checkout-link, .header-tools .mini-cart-wrapper .cart-count {
  font-size: 12px;
}

@media only screen and (min-width: 1080px) {
	.header-branding-desktop {
		position: absolute;
		left: 30px;
		top: -54px;
		padding: 0;
		height: 46px;
		width: auto;
	}
	.header-layout-default .navigation-wrapper {
      position: absolute;
      top: -64px;
  	}
    .navigation.navigation-desktop .navigation-menu a {
      display: inline-block;
      font-size: 1.21429rem;
      padding: 15px 10px 14px;
    }

    .navigation-menu li:not(:last-child):after {
        content: "/";
        color: #444546;
        font-family: Americana,serif;
        display: inline-block;
        font-size: 1.21429rem;
        margin: 0 5px;
    }
    .currency-wrapper {
      margin-top: 5px;
	}
}

.header-branding .logo-image {
	height: 46px;
	width: auto;
}

.header-tools-wrapper {
	background: #fdfae8;
	height: 64px;
}

.header-tools .aligned-right {
	margin-top: 12px;
	z-index: 100;
}

.mini-cart {
	right: -35px;
}

.mini-cart .arrow {
	right: 70px;
}

@media (max-width: 1079px) {
	.header-content-width .header-main-content {
		position: absolute;
	    width: 100%;
	    top: 0;
	    height: 64px;
	}
  
  .header-tools .checkout-link, .header-tools .mini-cart-wrapper {
  	padding: 10px 0 20px;
  }

	.header-branding-desktop {
		padding: 10px;
	}
}


/* Index Header */

.header-tools-wrapper {
    font-family: "gt-america", helvetica, sans-serif;
}

.home-promotion-title {
  font-size: 10vw;
}

.home-promotion-subtitle {
  font-size: 15px;
  font-family: 'gt-america-header';
}

.home-promotion-image-container {
	min-height: 360px !important;
}

.home-promotion-image-container + .home-promotion-content {
  padding: 60px 20px;
}

.template-index  #shopify-section-header {
  position: absolute;
  z-index: 1000;
  width: 100%;
}

.template-index .header-tools-wrapper {
  background: transparent;
}

.header-search-form {
  display: none;
}

.template-index .header-tools .select-wrapper select {
    color: #f3ebd6;
}

.template-index .header-tools .checkout-link, .template-index .header-tools .cart-count {
	color: #f3ebd6;
  	font-size: 12px;
}

.template-index .header-tools .currency-switcher {
	color: #f3ebd6;
}

.selected-currency {
  font-family: 'gt-america-header';
  font-size: 12px;
}

@media (max-width: 599px) {
  .home-promotion-subtitle {
    font-size: 10px;
  }
  .home-promotion-title {
    font-size: 14vw;
    line-height: 14vw;
    margin-top: 20px;
  }
}

@media (max-width: 1079px) {
	.template-index .in-page .navigation {
		position: static;
	}
}


/* Home Navigation */
.template-index .header-branding.main-navigation {
  display: none;
}

.template-index .header-branding-mobile.header-branding.main-navigation {
  display: block;
}

@media only screen and (min-width: 1080px) {
  .template-index .navigation-wrapper.main-navigation {
    display: none;
  }
}

.template-index .in-page .navigation-menu li, .template-index .in-page .navigation-menu p {
	display: inline-block;
	vertical-align: top;
	margin: 0;
}

.template-index .in-page .navigation-menu li:not(:last-child):after {
    content: "/";
    color: #444546;
    font-family: Americana,serif;
    display: inline-block;
	font-size: 1.8rem;
    margin: 0 18px;
  	font-weight: bold;
}

.navigation .navigation-menu a {
	color: #444546;
	font-family: Americana,serif;
	font-size: 1.8rem;
  	font-weight: bold;
}

.template-index .in-page .currency-wrapper {
  display: none;
}

.navigation.navigation-mobile .navigation-menu a {
  font-size: 1.5rem;
}

.template-index .navigation-toggle-icon {
    color: #f3ebd6;
}

@media only screen and (max-width: 599px) {
  .template-index .in-page .navigation .navigation-menu a {
    font-size: 6.2vw;
  }
  .template-index .in-page .navigation-menu li:not(:last-child):after {
    font-size: 6.2vw;
    margin: 0 2.9vw;
  }
  .template-index .in-page .navigation-menu li:nth-child(3):after {
    display: none;
  }
}

/* Product Listing */
.product {
  overflow: visible;
}

.breadcrumbs {
  text-transform: lowercase;
}

.product-list-item-title, .breadcrumbs {
    font-family: "gt-america", helvetica, sans-serif;
}

.template-collection .breadcrumbs {
  display: none;
}

/* Product Page */
.template-product .breadcrumbs {
  text-align: left;
}

.product-details-wrapper .product-details {
    top: -46px;
	position: relative;
}

.product-title {
  text-transform: lowercase;
  font-size: 1.8rem;
}

.product-image {
  margin-bottom: 10px;
}

.product-details-wrapper .product-details.product-details-fixed {
  position: relative;
}

.product-details-wrapper .product-details.product-details-absolute {
  position: relative;
}

@media (min-width: 770px) {
  .product-details-wrapper {
      display: inline-block;
      vertical-align: top;
      width: 48%;
      position: -webkit-sticky;
    position: sticky;
    float: none;
    top: 20px;
  }

  .product-images {
      display: inline-block;
      vertical-align: top;
      float: none;
  }
}

.product-options.product-options-default-only {
	display: none;
}

.product-add-to-cart .add-to-cart, .product-add-to-cart .shopify-payment-button__button {
    width: 100%;
    max-width: none;
    background-color: #353637;
	font-family: 'gt-america-cta';
	text-transform: uppercase;
	color: #f3ebd6;
}

.product-message.success-message {
    font-family: 'gt-america';
    font-style: normal;
}

.product-recommendations-position-below + .product-recommendations-wrapper {
	margin: 100px 0 0;
	position: relative;
}

.product-recommendations-position-below + .product-recommendations-wrapper .section-title {
	padding-top: 0;
	margin: 0;
	border: none;
	font-size: 1.8rem;
	text-transform: lowercase;
}

@media (max-width: 599px) {
	.product-recommendations-position-below + .product-recommendations-wrapper {
        margin: 10px 0 0;
    }
  	.product-recommendations-position-below + .product-recommendations-wrapper .section-title {
        padding: 0 20px 0;
    }
}

@media (max-width: 769px) {
  .product-details-wrapper {
      padding-top: 50px;
  }
}



/* Masonry */

.template-index .main-content .section-masonry {
    margin-bottom: -10px;
}

@media (max-width: 599px) {
	.home-masonry-feature.home-masonry-feature-gutters.home-masonry-feature-hover-animation.color-black.home-masonry-feature-mobile.home-masonry-feature-has-url {
	  margin: 0 0 10px;
	}
}

/* Text block */

.template-index .home-message {
    background-color: 
    #fef8dd;
    margin: 50px 0;
    font-family: Americana,serif;
    font-size: 1.6rem;
    line-height: 2.2rem;
    padding: 60px;
}

@media (max-width: 599px) {
	.template-index .home-message {
    margin: 50px 0;
    font-size: 1.3rem;
    line-height: 1.8rem;
    padding: 60px 20px;
	}	
}

/* Instagram */

.home-social-widgets {
    border-top: none;
  	padding-top: 0;
}

.home-instagram-follow {
    margin: 40px;
    font-size: 1.8rem;
    font-family: Americana,serif;
    font-weight: bold;
}

.home-instagram-follow a {
    color: #444546;
}

@media (max-width: 599px) {
	.home-instagram-photos {
    flex-flow: row wrap;
	}

	.home-instagram-follow {
    margin: 40px 0;
	}
}

/* Page */

.page-title {
	font-size: 1.8rem;
	font-weight: bold;
}

/* Cart */
.template-cart .breadcrumbs {
  display: none;
}


/* Footer */

.main-footer {
    background-color: #1c1d1e;
    padding: 20px 30px;
    margin-bottom: 0;
    max-width: none;
}

.main-footer h4, .main-footer h3, .main-footer a {
    color: #f2ebd6;
}

.main-footer h3 {
    font-size: 1.8rem;
    text-align: center;
    margin: 30px 0;
    text-transform: lowercase;
  	font-weight: bold;
}

.main-footer .attribution {
    display: none;
}

.main-footer .section-title {
    font-family: "gt-america-header", helvetica, sans-serif;
    text-transform: uppercase;
  	font-size: 0.9rem;
    margin-bottom: 5px;
}

.upper-footer {
    border: none;
    padding: 30px 0;
    max-width: 1260px;
    margin: 0 auto;
}

.upper-footer p {
    margin: 0;
}

.sub-footer {
    max-width: 1260px;
    margin: 40px auto 0;
}

@media (max-width: 599px) {
	.home-social-widget-count-1 .home-instagram-photos .instagram-photo {
		width: 33.33%;
		box-sizing: border-box;
		padding: 3px;
	}
  
    .main-footer .section-title {
		margin-bottom: 5px;
  	}
}

.product-list-item.isSoldout img {
  opacity: 0.6;
}