/** Shopify CDN: Minification failed

Line 643:0 Unexpected "}"

**/
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    letter-spacing: .2em;
}

.box-link {
	 position: absolute;
	 z-index: 100;
	 top: 0;
	 left: 0;
	 height: 100%;
	 width: 100%;
	 display: block;
}
.site-nav a {
	 margin: 3px 10px;
	 position: relative;
	 padding: 0 !important;
}
.site-nav--centered {
     padding-bottom: 0;
     margin: 15px 0;
}
.site-nav__link--button {
     padding-bottom: 0;
}
.site-nav .site-nav__label {
	 border: none;
	 text-transform: uppercase;
	 font-weight: normal;
	 font-size: small;
     letter-spacing: .2em;
}
 .site-nav .site-nav__link::after {
	 -ms-transition: -webkit-transform 0.3s ease-out, border-color 0.3s ease-out;
	 -webkit-transition: -webkit-transform 0.3s ease-out, border-color 0.3s ease-out;
	 transition: transform 0.3s ease-out, border-color 0.3s ease-out;
	 position: absolute;
	 display: block;
	 bottom: -18px;
	 left: 0;
	 width: 100%;
	 -ms-transform: scaleX(0);
	 -webkit-transform: scaleX(0);
	 transform: scaleX(0);
	 border-top: 2px solid #000;
	 border-color: #f49ac1 !important;
	 content: '';
	 padding-bottom: inherit;
}
.site-nav .site-nav__link.site-nav__child-link::after {
  bottom: 0px;
}
 .site-nav .site-nav__link.site-nav__link--active::after, .site-nav .site-nav__link:hover::after {
	 backface-visibility: hidden;
	 -ms-transform: scaleX(1);
	 -webkit-transform: scaleX(1);
	 transform: scaleX(1);
}
 .site-footer__linklist-item a {
	 position: relative;
}
 .site-footer__linklist-item a::after {
	 -ms-transition: -webkit-transform 0.3s ease-out, border-color 0.3s ease-out;
	 -webkit-transition: -webkit-transform 0.3s ease-out, border-color 0.3s ease-out;
	 transition: transform 0.3s ease-out, border-color 0.3s ease-out;
	 position: absolute;
	 display: block;
	 bottom: -6px;
	 left: 0;
	 width: 100%;
	 -ms-transform: scaleX(0);
	 -webkit-transform: scaleX(0);
	 transform: scaleX(0);
	 border-top: 2px solid #000;
	 border-color: #f49ac1 !important;
	 content: '';
	 padding-bottom: inherit;
}
 .site-footer__linklist-item a:hover {
	 border: none !important;
}
 .site-footer__linklist-item a:hover::after {
	 backface-visibility: hidden;
	 -ms-transform: scaleX(1);
	 -webkit-transform: scaleX(1);
	 transform: scaleX(1);
}
.fancy {
  line-height: 0.5;
  text-align: center;
}
.fancy span {
  display: inline-block;
  position: relative;  
}
.fancy span:before,
.fancy span:after {
  content: "";
  position: absolute;
  height: 5px;
  border-bottom: 1px solid black;
  border-top: 1px solid black;
  top: 30%;
  width: 600px;
}
.fancy span:before {
  right: 100%;
  margin-right: 15px;
}
.fancy span:after {
  left: 100%;
  margin-left: 15px;
}
/* FOR SECTION 1 */
 .tw-grid .grid__item {
	 display: flex;
	 flex-direction: column;
	/* margin: 25px 0;
	 */
}
 .tw-grid .grid__item .tw-hero {
	 overflow: hidden;
	 position: relative;
	 margin-bottom: 25px;
}
 .tw-grid .grid__item .tw-hero::after {
	 background-color: #f49ac1;
	 display: block;
	 position: absolute;
	 content: ' ';
	 width: 100%;
	 height: 6px;
	 left: 0;
	 bottom: 0;
	 z-index: 5;
	 transform: scaleX(0) translateZ(0);
	 -webkit-transform: scaleX(0) translateZ(0);
	 transform-origin: 0 0;
	 -webkit-transform-origin: 0 0;
	 -webkit-transition: 0.45s cubic-bezier(0.24, 1, 0.3, 1);
	 transition: 0.45s cubic-bezier(0.24, 1, 0.3, 1);
}
 .tw-grid .grid__item .tw-hero:hover::after {
	 -webkit-transform: scaleX(1) translateZ(0);
	 transform: scaleX(1) translateZ(0);
}
 .tw-grid .grid__item .tw-hero:hover .mega-title, .tw-grid .grid__item .tw-hero:hover .mega-subtitle p, .tw-grid .grid__item .tw-hero:hover .hero__btn {
	 color: #fff !important;
}
 .tw-grid .grid__item .hero__inner .mega-title, .tw-grid .grid__item .hero__inner .mega-subtitle p, .tw-grid .grid__item .hero__inner .hero__btn {
	 color: white;
}
 .tw-grid .grid__item .hero__inner .mega-title, .tw-grid .grid__item .hero__inner .mega-subtitle p {
	 letter-spacing: 5px;
	 line-height: 1;
	 text-shadow: none;
}
 .tw-grid:not(.slick-initialized) .grid__item .hero__inner .mega-title {
	 font-size: 2em;
}
 .tw-grid .grid__item .hero__inner .mega-subtitle {
	 max-width: 100%;
}
 .tw-grid .grid__item .hero__inner .mega-subtitle p {
	 font-family: "Old Standard TT,serif";
	 font-style: normal;
	 font-weight: 400;
	 overflow-wrap: break-word;
	 word-wrap: break-word;
}
 .tw-grid .grid__item .hero__inner .hero__btn {
	 background: none;
	 text-decoration: underline;
	 padding: 0;
	 font-weight: 600;
   	 font-size: 1.5em;
}

 .tw-grid:not(.slick-initialized) .grid__item .hero__inner .hero__btn {
/* 	 font-family: "Nunito Sans", sans-serif; */
	 font-size: smaller;
}
 .tw-grid .grid__item.medium-up--three-quarters .tw-hero .mega-title, .tw-grid .grid__item.medium-up--three-quarters .tw-hero .mega-subtitle p, .tw-grid .grid__item.medium-up--three-quarters .tw-hero .hero__btn {
	 color: white;
}
 .tw-grid .grid__item.medium-up--three-quarters .tw-hero:first-child {
	 margin-bottom: 25px;
}
 .tw-grid .grid__item.medium-up--three-quarters .tw-hero:first-child .hero__overlay {
	 background-position: center 15% !important;
}
 .tw-grid .grid__item.medium-up--three-quarters .tw-hero:first-child .mega-title {
	 font-style: italic;
}
 .tw-grid .grid__item.medium-up--three-quarters .tw-hero:first-child .mega-subtitle p {
	 font-size: 3em;
}
 .tw-grid .grid__item.medium-up--three-quarters .tw-hero:first-child .mega-title, 
 .tw-grid .grid__item.medium-up--three-quarters .tw-hero:first-child .mega-subtitle p, 
 .tw-grid .grid__item.medium-up--three-quarters .tw-hero:first-child .hero__btn {
	 color: white;
}
 .tw-grid .grid__item.medium-up--three-quarters .tw-hero:first-child:hover .mega-title, .tw-grid .grid__item.medium-up--three-quarters .tw-hero:first-child:hover .mega-subtitle p, .tw-grid .grid__item.medium-up--three-quarters .tw-hero:first-child:hover .hero__btn {
	 color: white;
}
 .tw-grid .grid__item.medium-up--three-quarters .tw-hero:nth-child(3) .mega-title, .tw-grid .grid__item.medium-up--three-quarters .tw-hero:nth-child(3) .mega-subtitle p, .tw-grid .grid__item.medium-up--three-quarters .tw-hero:nth-child(3) .hero__btn {
	 color: white;
}
 .tw-grid .grid__item.medium-up--three-quarters .tw-hero:nth-child(3) .hero__inner {
   	 vertical-align: bottom;
}
 .tw-grid .grid__item.medium-up--three-quarters .tw-hero:nth-child(3) .hero__inner .page-width {
   	 padding-right: 145px;
     text-align: right !important;
     float: none;
}
 .tw-grid .grid__item.medium-up--three-quarters .tw-hero:nth-child(3):hover .mega-title,
 .tw-grid .grid__item.medium-up--three-quarters .tw-hero:nth-child(3):hover .mega-subtitle p, 
 .tw-grid .grid__item.medium-up--three-quarters .tw-hero:nth-child(3):hover .hero__btn {
	 color: white !important;
}
 .tw-grid .grid__item.medium-up--three-quarters .tw-hero:nth-child(3) .hero__overlay {
	 background-position: center 30% !important;
}
 .tw-grid .grid__item.medium-up--three-quarters .tw-hero:last-child .mega-title, .tw-grid .grid__item.medium-up--three-quarters .tw-hero:last-child .mega-subtitle p {
	 font-size: 3em;
}
 .tw-grid .grid__item.medium-up--three-quarters .tw-hero:last-child .mega-subtitle {
	 font-size: initial;
}
 .tw-grid .grid__item.medium-up--three-quarters .hero__inner:nth-child(2) {
	 margin-bottom: 25px;
}
 .tw-grid .grid__item.medium-up--three-quarters .hero__inner:nth-child(2) .mega-title {
	 font-style: italic;
}
 .tw-grid .grid__item.medium-up--three-quarters .hero__inner:nth-child(2) .mega-subtitle p {
	 font-size: 3em;
}
 .tw-grid .grid__item.medium-up--three-quarters .hero__inner:last-child .mega-title, .tw-grid .grid__item.medium-up--three-quarters .hero__inner:last-child .mega-subtitle p {
	 font-size: 3em;
}
 .tw-grid .grid__item.medium-up--three-quarters .hero__inner:last-child .mega-subtitle {
	 font-size: initial;
}
 .tw-grid .grid__item.medium-up--one-quarter {
	 padding-left: 1%;
}
 .tw-grid .grid__item.medium-up--one-quarter .tw-hero:nth-child(2) {
	 margin: 37px 0;
}
 .tw-grid .grid__item.medium-up--one-quarter .tw-hero .mega-title, .tw-grid .grid__item.medium-up--one-quarter .tw-hero .mega-subtitle p, .tw-grid .grid__item.medium-up--one-quarter .tw-hero .hero__btn {
	 color: #fff;
}
 .tw-grid .grid__item.medium-up--one-quarter .tw-hero .mega-subtitle {
	 font-size: initial;
}
 .tw-grid .grid__item.medium-up--one-quarter .tw-hero .mega-subtitle p {
	 font-size: 2em;
}
 .tw-grid .grid__item.medium-up--one-quarter .tw-hero .mega-title, .tw-grid .grid__item.medium-up--one-quarter .tw-hero .mega-subtitle p {
	 text-shadow: 1px 1px #f49ac1;
}
 .tw-grid .grid__item .hero__overlay {
	 backface-visibility: hidden;
	 -webkit-backface-visibility: hidden;
	 transition: all 0.6s cubic-bezier(0.24, 1, 0.3, 1);
	 -webkit-transition: all 0.6s cubic-bezier(0.24, 1, 0.3, 1);
}
 .tw-grid .grid__item .hero__overlay .hero__inner {
	 backface-visibility: hidden;
	 -webkit-backface-visibility: hidden;
	 transition: all 0.6s cubic-bezier(0.24, 1, 0.3, 1);
	 -webkit-transition: all 0.6s cubic-bezier(0.24, 1, 0.3, 1);
}
 .tw-grid .grid__item .hero__overlay .hero__inner .text-left {
	 float: right;
}
 .tw-grid .grid__item .hero__overlay::before {
	 background-color: transparent;
}
 .tw-grid .grid__item .hero__overlay:hover {
	 cursor: pointer;
	 transform: scale(1.13);
	 -webkit-transform: scale(1.13);
}
 .tw-grid .grid__item .hero__overlay:hover .hero__inner {
	 transform: scale(0.89);
	 -webkit-transform: scale(0.89);
}
 .tw-grid .grid__item .hero__overlay:hover::before {
	 background-color: rgba(51, 51, 51, 0.2);
}
/* FOR SECTION 2 */
 .tw-grid-2 .grid__item {
	 margin-bottom: 50px;
}
 .tw-grid-2 .grid__item .tw-pr {
	 position: relative;
}
 .tw-grid-2 .grid__item .tw-pr .feature-row__image-wrapper {
	 overflow: hidden;
}
 .tw-grid-2 .grid__item .tw-pr .feature-row__image-wrapper img {
	 backface-visibility: hidden;
	 -webkit-backface-visibility: hidden;
	 transition: all 0.6s cubic-bezier(0.24, 1, 0.3, 1);
	 -webkit-transition: all 0.6s cubic-bezier(0.24, 1, 0.3, 1);
}
 .tw-grid-2 .grid__item .tw-pr .TWTextWrapper {
	 padding: 0 10%;
	 position: absolute;
	 width: 100%;
	 bottom: -50px;
	 z-index: 1000;
}
 .tw-grid-2 .grid__item .tw-pr .TWTextWrapper .TWTextContent {
	 background-color: white;
	 border: 2px solid #f49ac1;
	 padding: 20px;
}
 .tw-grid-2 .grid__item .tw-pr .TWTextWrapper .TWTextContent h3, .tw-grid-2 .grid__item .tw-pr .TWTextWrapper .TWTextContent a {
	 font-family: Avenir Light;
	 font-weight: normal;
	 letter-spacing: 3px;
	 font-size: 0.73333em;
	 line-height: 1 !important;
}
 .tw-grid-2 .grid__item .tw-pr .TWTextWrapper .TWTextContent a {
	 text-decoration: underline;
	 border: none;
}
 .tw-grid-2 .grid__item .tw-pr .TWTextWrapper .TWTextContent p {
	 font-family: "Old Standard TT,serif";
	 font-weight: lighter;
	 letter-spacing: 5px;
}
 .tw-grid-2 .grid__item .tw-pr:hover .box-link {
	 background-color: rgba(51, 51, 51, 0.2);
}
 .tw-grid-2 .grid__item .tw-pr:hover .TWTextWrapper {
	 cursor: pointer;
}
 .tw-grid-2 .grid__item .tw-pr:hover .feature-row__image-wrapper img {
	 cursor: pointer;
	 transform: scale(1.13);
	 -webkit-transform: scale(1.13);
}
 .newsletter-section {
	 background-color: #fce1ec;
}
 .newsletter-section h2 {
	 font-size: 34px;
}
 .newsletter-section p {
	 font-size: 18px;
	 padding-bottom: 0;
	 line-height: 20px !important;
}
 .social-icons__link:hover svg.icon path, .social-icons__link:hover svg.icon circle {
	 fill: #f49ac1;
}
 .nproduct-info__shipping {
	 padding-top: 16px;
	 border-top: 1px solid #ebedf0;
}
 .nproduct-info__shipping-wrap {
	 width: auto;
	 margin: 0 auto;
	 display: -moz-flex;
	 display: flex;
	 -moz-flex-direction: row;
	 flex-direction: row;
	 -moz-align-items: center;
	 align-items: center;
	 -moz-justify-content: center;
	 justify-content: center;
	 padding: 6px;
}
 .nproduct-info__shipping-wrap img {
	 height: 80px;
	 width: auto;
	 display: inline-block;
	 margin-right: 12px;
}
 .nproduct-info__shipping-wrap a {
	 font: 700 16px/18px "Nunito Sans", sans-serif;
	 letter-spacing: -0.19px;
	 padding-bottom: 8px;
}
 .product-form__cart-submit, .shopify-payment-button .shopify-payment-button__button--unbranded {
/* 	 font-family: "Nunito Sans", sans-serif; */
	 font-weight: bolder;
}
 #related_articles_slider, #related_products_slider {
	 margin-bottom: 50px;
}
 #shopify-section-article-template .rte {
	 padding-bottom: 25px;
}
 #related_products_slider .carousel-text-wrapper {
	 display: flex;
	 flex-direction: column;
	 justify-content: flex-start;
	 align-items: center;
	 height: 150px;
}
 #related_products_slider .carousel-text-wrapper .carousel-text-price {
	 position: absolute;
	 bottom: 30px;
	 left: 36%;
}
 #related_products_slider .carousel-text-wrapper .pb-buy-button .btn {
	 position: absolute;
	 bottom: 0;
	 left: 35%;
}
 .newsletter-section p.form-message--success {
	 padding-bottom: 10px;
}
/* The Modal (background) */
 .modal {
	 display: none;
	/* Hidden by default */
	 position: fixed;
	/* Stay in place */
	 z-index: 1;
	/* Sit on top */
	 padding-top: 100px;
	/* Location of the box */
	 left: 0;
	 top: 0;
	 width: 100%;
	/* Full width */
	 height: 100%;
	/* Full height */
	 overflow: auto;
	/* Enable scroll if needed */
	 background-color: black;
	/* Fallback color */
	 background-color: rgba(0, 0, 0, 0.4);
	/* Black w/ opacity */
}
/* Modal Content */
 .modal-content {
	 background-color: #fefefe;
	 margin: auto;
	 padding: 20px;
	 border: 1px solid #888;
	 width: 80%;
}
/* The Close Button */
 .close {
	 color: #aaa;
	 float: right;
	 font-size: 28px;
	 font-weight: bold;
}
 .close:hover, .close:focus {
	 color: #000;
	 text-decoration: none;
	 cursor: pointer;
}
 .mars-stack-item > div {
	 width: 10em !important;
}
 #shopify-section-collection-template .page-width {
	 max-width: 100% !important;
}
 #shopify-section-collection-template .page-width .grid-view-item__image-wrapper {
	 max-width: 100% !important;
}
 #shopify-section-collection-template .page-width .grid-view-item__image-wrapper .grid-view-item__image {
	 max-width: 100% !important;
	 max-height: 100% !important;
}
.product-card {
	 text-align: center;
}
.price {
	 align-items: center;
}
 #shopify-section-blog-template .page-width .grid__item.medium-up--one-whole {
	 margin-bottom: 70px;
	 display: flex;
}
 #shopify-section-blog-template .page-width .grid__item.medium-up--one-whole.twBlogEven {
	 flex-direction: row-reverse;
}
 #shopify-section-blog-template .page-width .article__date {
	 border-top: 3px solid #eee;
}
 #shopify-section-blog-template .page-width .article__title {
	 font-size: 50px;
	 line-height: 1;
	 -webkit-transition: color 0.2s linear;
	 -moz-transition: color 0.2s linear;
	 transition: color 0.2s linear;
}
 #shopify-section-blog-template .page-width .article__title:hover {
	 color: #f49ac1;
}
 #shopify-section-blog-template .page-width .article__meta-buttons .btn--tertiary:hover {
	 color: #f49ac1;
	 border-color: #f49ac1;
}
 #shopify-section-blog-template .page-width .article__grid-tag:hover {
	 color: #f49ac1;
}
 #shopify-section-blog-template .page-width .article__grid-image-wrapper {
	 max-width: 100% !important;
	 max-height: 100% !important;
}
 #shopify-section-blog-template .page-width .article__grid-image-wrapper .article__grid-image {
	 max-width: 100% !important;
	 max-height: 100% !important;
}


  
.tw-grid.slick-initialized .slick-active .slideshow__text-content {
/*     background-color: rgba(0,0,0,0.2); */
    padding: 20px;
}

.tw-grid .grid__item .hero__inner .mega-subtitle p {
	font-size: 2em;
    font-family: auto;
}

.index-section.tw-section {
	padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 55px;
}
.index-section.tw-section:not(:first-child) {
    margin-top: 55px;
}

.template-index .page-width:not(.feature-row) {
  max-width: 100%;
}

.template-index .grid-view-item__image-wrapper {
  max-width: 100% !important;
}

.template-index .grid-view-item__image-wrapper .grid-view-item__image {
  max-width: 100% !important;
  max-height: 100% !important;
}

/* ===============================================
// Reveal module
// =============================================== */

.reveal .hidden {
  display: block !important;
  visibility: visible !important;
}

.product-card:hover .reveal img {
  opacity: 1;
  cursor: pointer;
}

.reveal {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}

.reveal .hidden {
  position: absolute;
  z-index: -1;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease-in-out;
  -moz-transition: opacity 0.15s ease-in-out;
  -o-transition: opacity 0.15s ease-in-out;
  transition: opacity 0.15s ease-in-out;
}

.product-card:hover .hidden {
  z-index: 1;
  opacity: 1;
}

.reveal .caption {
  position: absolute;
  top: 0;
  display: table;
  width: 100%;
  height: 100%;
  background-color: white;
  /* fallback for IE8 */
  background-color: rgba(255, 255, 255, 0.7);
  font: 13px/1.6 sans-serif;
  text-transform: uppercase;
  color: #333;
  letter-spacing: 1px;
  text-align: center;
  text-rendering: optimizeLegibility;
}

.reveal .hidden .caption .centered {
  display: table-cell;
  vertical-align: middle;
}

@media (min-width: 480px) and (max-width: 979px) {
  .reveal .caption {
    font-size: 11px;
  }
}

 @media only screen and (max-width: 749px) {
    .site-header__logo-image--centered img {
         margin: 0;
    }
	.tw-grid .grid__item.medium-up--one-quarter .tw-hero .hero--small {
		 height: 488px !important;
	}
	 #shopify-section-blog-template .page-width .grid__item.medium-up--one-whole {
		 flex-direction: column;
	}
	 #shopify-section-blog-template .page-width .grid__item.medium-up--one-whole.twBlogEven {
		 flex-direction: column;
	}
	 .small--one-whole, .article__title--has-image, .article__grid-meta--has-image {
		 padding-left: 0;
	}
}
 
}

@media only screen and (min-width: 750px) {

  .index-section.tw-section {
      margin-top: 35px;
      margin-bottom: 35px;
  }
  
  
  .tw-grid .grid__item .hero__inner .hero__btn {
   	  font-size: 3em;
  }

}