/** Shopify CDN: Minification failed

Line 325:52 Unexpected "{"

**/
/*
$grid-medium: 750px;
$grid-large: 990px;
$grid-widescreen: 1400px;
*/

/* VERY TEMP */

.collection .bth-header-strip-container {
    filter: grayscale(1);
}

.collection .product-grid .product-item:nth-child(even) .product-item__image {
    filter: grayscale(1);
    transition: all 0.3s ease-in-out 0s;
}

.collection .product-grid .product-item:nth-child(even) .product-item__image:hover {
    filter: grayscale(0);
}

/* Mobile Only */
@media all and (max-width: 749px) {
	.logo-section-16123809354b4bf28b {
		display:none;
	}
	.logo-section-16123809354b4bf28b + * {
		padding-top:0!important;
	}
}

.bth-header-strip-container .bth-content__text-block {
	font-style:italic;
}

.bth-splash-header .header__content_container .contextual-hide .header__content {
	background-color: #f0ecea;
}

.custom-html-section--padding {
	padding:0!important;
	max-width:none!important;
}


/* Desktop Only */
@media only screen and (min-width: 990px) {
  .main-menu > li {
      padding: 14px 20px 11px 20px;
  }
}



.bth-section.bth-index-playlist > .bth-section-container {
	background-color: #fbf7f4;
}

.page > h3 + h6 {
    margin-top: -10px;
    margin-bottom: 24px;
}

.blockquote > p, .article__content blockquote > p, .page blockquote > p {
    font-size: 14px;
    line-height: 2em;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 1.5px;
  	font-weight: normal;
    font-family: "sweet-sans","Century Gothic",sans-serif;
}

.page > blockquote + h6 {
    margin-bottom: 24px;
    margin-top: -10px;
}

.page > *:not(div):not(span):not(section):not([class*="column"]) a:not([class*="button"]):not([class*="btn"]):not([href^="tel:"]), .the-content-container > a:not([class*="button"]):not([class*="btn"]):not([href^="tel:"]), .link-underline-animate a:not([class*="button"]):not([class*="btn"]):not([href^="tel:"]) {
    text-decoration: none;
    transition: background-size 0.3s cubic-bezier(0.77, 0, 0.175, 1) 0s;
    background-image: linear-gradient(to bottom, currentColor 0%, currentColor 100%);
    background-repeat: no-repeat;
    background-position: 0 calc(100% - 0.05em);
    overflow: hidden;
    background-size: 100% 5%;
    padding-bottom: 0.2em;
}
    
.page > *:not(div):not(span):not(section):not([class*="column"]) a:not([class*="button"]):not([class*="btn"]):not([href^="tel:"]):hover, .the-content-container > a:not([class*="button"]):not([class*="btn"]):not([href^="tel:"]):hover, .link-underline-animate a:not([class*="button"]):not([class*="btn"]):not([href^="tel:"]):hover {
	background-size: 0% 5%;
}


/* Mobile Only */
@media all and (max-width: 749px) {
    html .main-menu > li {
      	font-weight: normal;
    	font-size:13.5px;
    }
    html .main-menu > li > a {
        font-size: inherit;
        font-weight: inherit;
    }
}

.template-index .index-sections > *:first-of-type .bth-element__moodboard .element-padding-bottom-regular,
.template-index .index-sections > *:first-of-type .bth-element__moodboard .element-padding-bottom-regular {
  padding-top:40px;
}

.logo.logo--footer {
	width: 100px;
}
/* Mobile Only */
@media all and (max-width: 749px) {
  html .logo.logo--footer {
      width: 80px;
  }
}

.just:after {
	display:flex;
}

.product__photo {
	cursor: zoom-in;
	pointer-events: none;
}

.product__title__wrapper .product__vendor a {
    pointer-events: none;
}

.collection__nav {width: 100%; padding: 2px 20px 0;}

.popout--sort .popout__toggle {
	border: none;
  font-family: "sweet-sans",Arial,Helvetica,sans-serif;
  font-size:1em;
}
.popout__toggle .icon {
top:-2px;
  position:relative
}
.popout-list {
    padding-top: 4px;
    padding-bottom: 4px;
}
.popout-list__option {
  padding: 4px 15px 4px 15px;
}


/* VERY SPECIFIC */

.element-padding-top-large {padding-top: 80px;}
.element-margin-top-large { margin-top: 80px; }
.element-padding-bottom-large { padding-bottom: 80px; }
.element-margin-bottom-large { margin-bottom: 80px; }

.element-padding-top-regular { padding-top: 70px; }
.element-margin-top-regular { margin-top: 70px; }
.element-padding-bottom-regular { padding-bottom: 70px; } 
.element-margin-bottom-regular { margin-bottom: 70px; }

/* Desktop Only */
@media all and (min-width: 990px) {

	body .desktop-element-padding-top-large { padding-top: 80px; }
	body .desktop-element-margin-top-large { margin-top: 80px; }
	body .desktop-element-padding-bottom-large { padding-bottom: 80px; }
	body .desktop-element-margin-bottom-large { margin-bottom: 80px; }
	
	body .desktop-element-padding-top-regular { padding-top: 70px; }
	body .desktop-element-margin-top-regular { margin-top: 70px; }
	body .desktop-element-padding-bottom-regular { padding-bottom: 70px; } 
	body .desktop-element-margin-bottom-regular { margin-bottom: 70px; }

}

/* Tablet Only */
@media all and (min-width: 750px) and (max-width: 989px){
	body .tablet-element-padding-top-large { padding-top: 80px ; }
	body .tablet-element-margin-top-large { margin-top: 80px; }
	body .tablet-element-padding-bottom-large { padding-bottom: 80px; }
	body .tablet-element-margin-bottom-large { margin-bottom: 80px; }
	
	body .tablet-element-padding-top-regular { padding-top: 70px; }
	body .tablet-element-margin-top-regular { margin-top: 70px; }
	body .tablet-element-padding-bottom-regular { padding-bottom: 70px; } 
	body .tablet-element-margin-bottom-regular { margin-bottom: 70px; }
} 
/* Mobile Only */
@media all and (max-width: 749px) {
    .element-padding-top-large {padding-top: 60px;}
    .element-margin-top-large { margin-top: 60px; }
    .element-padding-bottom-large { padding-bottom: 60px; }
    .element-margin-bottom-large { margin-bottom: 60px; }

    .element-padding-top-regular { padding-top: 50px; }
    .element-margin-top-regular { margin-top: 50px; }
    .element-padding-bottom-regular { padding-bottom: 50px; } 
    .element-margin-bottom-regular { margin-bottom: 50px; }
  
	body .mobile-element-padding-top-large { padding-top: 60px ; }
	body .mobile-element-margin-top-large { margin-top: 60px; }
	body .mobile-element-padding-bottom-large { padding-bottom: 60px; }
	body .mobile-element-margin-bottom-large { margin-bottom: 60px; }
	
	body .mobile-element-padding-top-regular { padding-top: 50px; }
	body .mobile-element-margin-top-regular { margin-top: 50px; }
	body .mobile-element-padding-bottom-regular { padding-bottom: 50px; } 
	body .mobile-element-margin-bottom-regular { margin-bottom: 50px; }
} 

#mc_embed_signup input {
	font-family: "karla",Arial,Helvetica,sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
  	font-size: 12px;
	line-height: 1em!important;
}

.bth-price .sold-out {
	font-size: 0.85em;
	font-style: normal;
	letter-spacing: 1px;
}

@media all and (max-width: 749px) {
	#logo a img {
		max-width: 40vw;
		width:150px !important;
	}
}



/* END VERY SPECIFIC */
/* BODY FONT SIZE */

html body {
	line-height: 1.6em;
	font-size: 13.5px;
  	letter-spacing: 0px;
}

/* TITLES & SUBTITLES */


h1, h2, h3 {
	font-family: "sweet-sans",Arial,Helvetica,sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 3px;
	line-height: 1.6em;
}

.page h1, .page h2, .page h3 {
    margin-top: calc(24px - 0.375em);
    margin-bottom: calc(24px - 0.375em);
}

h1, h2, h3 {
	font-family: "sweet-sans",Arial,Helvetica,sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 3px;
	line-height: 1.6em;
}

.page h4, .page h5, .page h6 {
    margin-top: calc(1em - 0.375em);
    margin-bottom: calc(1em - 0.375em);
}

h1 { font-size: 1.3em }
h2 { font-size: 1.2em }
h3 { font-size: 1.1em }
h4 { font-size: 1em }
h5 { font-size: 0.9em }
h6 { font-size: 0.8em }

.page h1 { font-size: 1.3em }
.page h2 { font-size: 1.2em }
.page h3 { font-size: 1.1em }
.page h4 { font-size: 1em }
.page h5 { font-size: 0.9em }
.page h6 { font-size: 0.8em }

.article__content p,
.article__content li,
.page p,
.page li {
	margin: 0 0 24px;
}

.article__content p + h1,
.article__content p + h2,
.article__content p + h3,
.article__content p + h4,
.page p + h1,
.page p + h2,
.page p + h3,
.page p + h4 {
	margin-top: calc(40px - 0.375em);
}

.article__content ul, .page ul,
.article__content ol, .page ol {
  margin-bottom:24px;
  list-style-position:inside;
}
.article__content ul li, .page ul li,
.article__content ol li, .page ol li {
  margin-bottom:1em;
}   
.article__content ul > li > ol, .page ul > li > ol,
.article__content ol > li > ul, .page ol > li > ul, {
  margin-top:1em;
}

.article__content > blockquote:first-of-type,    
.article__content h3 + blockquote,
.page > blockquote:first-of-type,    
.page h3 + blockquote {
	margin-top: 0;
}

/* MANUAL */

[class*="bth-title"],
[class*="bth-subtitle"] {
	margin-bottom: -0.375em !important;
	margin-top: -0.375em !important;
	line-height: 1.5em;
}
 
[class*="bth-title"],
body h1.bth-title-a {
    font-family: "americana","Century Gothic",sans-serif;
    font-size: 2em;
    font-weight: normal;
    letter-spacing: 3px;
    text-transform: uppercase;
}

/* Desktop Only */
@media all and (min-width: 990px) {
  .bth-header-strip-container .bth-title-a {
      font-size: 2.5em;
  }
  .bth-header-strip-container .bth-content__text-block {
  	font-size:1.3em;
  }
}

body .bth-content__playlist {
	font-size: 14px;
	letter-spacing: calc(80em / 1000)!important;
}

/* Mobile Only */
@media all and (max-width: 749px) {
	font-size: 13px;
}

body .bth-content__playlist p {
	margin-bottom: 1em;
}

body .bth-content__playlist-title {
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-size: 14px;
}

body .bth-title__inpage {
	font-family: "sweet-sans",Arial,Helvetica,sans-serif;
	font-size: 1em;
	letter-spacing: 1.5px;
	font-weight: 500;
	text-transform: uppercase;
}

body .bth-title-a {
    font-family: "sweet-sans",Arial,Helvetica,sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1.5px;
    font-size: 1.3em;
}

body .bth-title-b {
    font-family: "sweet-sans",Arial,Helvetica,sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 3px;
    font-size: 1.2em;
}

body .bth-title-c {
	font-family: "sweet-sans",Arial,Helvetica,sans-serif;
	text-transform: uppercase;
	font-size: 1.3em;
	line-height: 1.6em;
  	letter-spacing: 1.4px;
	font-weight: normal;
}

body .bth-title-d {
  	font-family: "didot","Century Gothic",sans-serif;
	text-transform: uppercase;
	font-weight: normal;
	letter-spacing: calc(150em / 1000);
	font-size: 1.2em;
}

body .bth-title-e {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: normal;
    font-size: 1.4em;
    font-family: "sweet-sans",Arial,Helvetica,sans-serif;
}

body .bth-title-f {
    font-size: 1.5em;
    position: relative;
    letter-spacing: 4px;
    font-family: "sweet-sans",Arial,Helvetica,sans-serif;
    line-height: 1.6em;
    font-weight: normal;
}

body .bth-title__share {
	font-family: "sweet-sans","Century Gothic",sans-serif;
	font-style: normal;
	letter-spacing: 3px;
	text-transform: uppercase;
	font-size: 1.1em;
}


body .bth-subtitle__share {
    font-family: "sweet-sans","Century Gothic",sans-serif;
    font-style: normal;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 0.85em;
}


body .bth-title__notice {
    font-family: "karla",Arial,Helvetica,sans-serif;
    font-size: 0.85em;
    letter-spacing: 1.3px;
    font-weight: bold;
    text-transform: uppercase;
}

body .bth-subtitle {
    font-family: "sweet-sans",Arial,Helvetica,sans-serif;
    font-size: 1em;
    font-weight: normal;
    letter-spacing: 3px;
    text-transform: uppercase;
}

body .bth-subtitle-b {
	font-family: "sweet-sans",Arial,Helvetica,sans-serif;
	text-transform: uppercase;
	font-weight: normal;
	letter-spacing: 4px;
	font-size: 0.85em;
}

.bth-subtitle-c {
    font-family: "sweet-sans",Arial,Helvetica,sans-serif;
    text-transform: uppercase;
    font-weight: normal;
    letter-spacing: 3px;
    font-size: 1em;
}

body .bth-subtitle-d {
    font-family: "sweet-sans",Arial,Helvetica,sans-serif;
	text-transform: uppercase;
	font-weight: normal;
	letter-spacing: 1.4px;
	font-size: 0.85em;
}

body .bth-subtitle-d time {
    font-size: 12px;
}

body .bth-subtitle-g {
	font-family: "sweet-sans","Century Gothic",sans-serif;
    text-transform: none;
    letter-spacing: 0px;
    font-size: 1.1em;
  	font-weight:normal;
}

body .bth-title-footer {
  	font-family: "didot","Century Gothic",sans-serif;
	text-transform: uppercase;
	font-weight: normal;
	letter-spacing: calc(150em / 1000);
	font-size: 1.2em;
}

body .bth-content__text-block { 
    font-family: "didot",Arial,Helvetica,sans-serif;
	font-size: 1.05em;
}

body .bth-content__text-block p {
	margin: 0 0 1.5em;
}

/* PLP PRICE */

body .bth-price,
.bth-element__look .price,
.product-information .price,
.h5--body.product__price, .product__price.info__subtotal--before, .product__price.info__subtotal--discounts,
.product__page .product__price span, .modal--product .product__price span {
    opacity: 1;
    font-family: "sweet-sans","Century Gothic",sans-serif!important;
    display: block;
    letter-spacing: 0px;
	text-transform:uppercase;
  	font-style:normal;
  	font-weight:normal;
  	color:#333;
}
body .bth-price {
	margin-top: -0.375em;
    margin-bottom: -0.375em;
}
.product-information .price {
    margin: 10px 0 0 0;
}

body .product__page .product__title,
body .modal--product .product__title,
body .spr-header-title {
    font-weight: normal;
    font-size: 1.6em;
    line-height: 1.4;
    font-family: "americana","Century Gothic",sans-serif;
    letter-spacing: 3px;
    margin-bottom: 15px;
}

.product__title__wrapper .product__vendor {
    margin: 0 0 15px;
}

.product__title__wrapper .product__exclusivity {
    margin: 0 0 15px;
}

.collection-item__info h3,
.product-information h3 {
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 2px;
    font-size: 0.89em;
    margin: 25px 0 0 0;
    line-height: 1.5em;
}

/* INSTAGRAM */
body #insta-feed h2 {
  	font-family: "didot","Century Gothic",sans-serif;
	text-transform: uppercase;
	font-weight: normal;
	letter-spacing: calc(150em / 1000);
	font-size: 1.2em;
	padding-bottom: 40px;
    margin-bottom: -0.375em !important;
	margin-top: -0.375em !important;
}


/* CART */

.cart #CartOuter table tbody td .product-title {
    font-weight: normal;
    line-height: 1.4;
    font-family: "sweet-sans","Century Gothic",sans-serif;
    letter-spacing: 2px;
}

/**** MOBILE ****/

@media all and (max-width: 749px) {
    [class*="bth-title"],
    .product__page .product__title,
    .modal--product .product__title,
    html body .bth-content__testimonial-large {
        font-size:2em;
    }

    html body h1.bth-title-a,
    html body .bth-title-a {
        font-size:2em;
    }
}
/* HEADER */
@media only screen and (max-width: 749px) {
	.header-content .toggle-menus {
		right: auto;
		left: 5px;
	}
	.header-content .SearchToggle {
		right: 0;
		left: auto;
		position: absolute;
		margin-right: 20px;
	}	
	.header-content #account-link {
		margin-left: 40px;
	}
}

/* OPTIONAL OVERWRITE */
#SiteContainer .transparent-header-spacer {
  padding-bottom: 0!important;
  height:80vh!important;
}

.header-content,
.header__content .search .search__form {
	max-width: none;
}

.header-content {
	padding: 10px 30px 10px;
}
@media all and (min-width: 750px) {
	.header-content {
		padding: 42px 30px 22px;
    }
}
nav.site-nav.nav__links {
	border-top: none;
}
/*
.header-content .bth-icon.icon-cart {
	opacity: 0;
}

.header-content .bth-icon.icon-cart ~ .header__cart__count,
.header-content .header__cart__wrapper:hover .bth-icon.icon-cart ~ .header__cart__count {
    font-family: "sweet-sans",Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-weight: normal;
    top: 0;
    right: 0;
    border: 1px solid currentColor;
    height: 22px;
    min-width: 22px;
    padding: 5px 2px 2px 2px;
    border-radius: 50%;
    line-height: 1em;
    background-color: transparent;
    color: currentColor;
	transform: scale3d(1, 1, 1);
}
*/

.header-content .bth-icon.icon-cart ~ .header__cart__count,
.header-content .header__cart__wrapper:hover .bth-icon.icon-cart ~ .header__cart__count {
    border-color: currentColor;
}

/* PRODUCT PAGE */

body .product-description,
body .spr-review-content-body,
body .card-offset p {
	font-size: 14px;
}

#template-product .grid.product__page {
    padding: 0;
    margin: 0 auto;
}

#template-product .grid.product__page .grid__item {
	padding: 0;
}

/* TABLET UP */
@media all and (min-width: 750px) {
  html .product-grid-images { width: 55%; }
  html .product-grid-content { width: 45%; }
}

.product__wrapper .form__wrapper {
	padding-top: 40px;
	padding-bottom: 40px;
}

@media all and (max-width: 749px) {
  .product__wrapper .form__wrapper {
      padding-bottom: 0px;
  }
}

/* PAGES & ARTICLES */
.align-article,
.align-page {
	text-align:center;
}

body .page.page__fullwidth {
	max-width: none;
}

body .page__info.align-page,
body .align-page__info {
	text-align: left;
}

/* TIMER */
body .bth-title__timer-display {
    font-family: "karla","Century Gothic",sans-serif;
    font-size: 1.2em;
    text-transform: none;
    letter-spacing: 2px;
	font-weight: normal;
}

/* PASSWORD */

#bth-template-password input {
	margin: 0!important;
	border-color: #000;
	border-style: solid;
 	border-width: 0px 0px 1px 0!important;
	line-height: 1em!important;
	height: 30px;
	font-family: "karla",Arial,Helvetica,sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 12px;
	color: #000;
	background: none;
}
#bth-template-password .button {
	padding: 0px!important;
}
#bth-template-password #password {
	padding: 0 20px 0 0;
	width: 100%;
}


/* MAIN MENU */
.main-menu-dropdown li.grand-child {
	font-weight: normal;
}


/* FOOTER */	

body .menu-item__sidebar,
body .menu-item__footer {
    font-size: 10px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: "sweet-sans",Arial,Helvetica,sans-serif;
    margin-top: -0.375em;
    margin-bottom: -0.375em;
    line-height: 1.5em;
  	font-weight: normal;
}

.bth-sidebar-title.bth-sidebar-subtile { font-size: 9px; }


/**** BTH CONTENT ****/

/* CONTENT AREAS */

[class*="bth-content"] {
    font-size: 1em;
}

/* REVIEWS */

body .bth-content__testimonial-large {
	font-family: "sweet-sans","Century Gothic",sans-serif;
  	font-size: 1.4em;
	font-weight: normal;
	text-transform: uppercase;
  	letter-spacing: 0.5px;
        line-height: 2.2em;
        margin-bottom: -0.7em;
        margin-top: -0.7em;
}

/* NOTICES */
body .bth-content__notice {
    font-family: "karla",Arial,Helvetica,sans-serif;
    font-size: 0.85em;
    letter-spacing: 1.3px;
    text-transform: uppercase;
}

/* SMALL */
html .bth-content__small {
  font-size: 13px;
}

html .bth-content__column {
	text-transform: none;
	letter-spacing: 0px;
}
html .bth-content__small.bth-content__column {
	font-size: 1em;
}

.bth-element__aside .bth-content,
html .container .bth-content__aside {
  line-height: 2em;
  font-style: italic;
  font-size: 1.025em;
  margin-bottom: -0.575em;
  margin-top: -0.575em;
}


/* HEADER STRIP */

.bth-element__header-strip .bth-content, html .container .bth-content__header-strip {
    font-size: 1em;
}

.header-strip--spacing-content .header-strip-spacer {
  padding: 0;
  height: 200px;
}

@media all and (min-width: 768px) and (max-width: 1020px){
  .header-strip--spacing-content .header-strip-spacer {
    height: 300px;
  }
}

@media all and (min-width: 1021px) {
  .header-strip--spacing-content .header-strip-spacer {
    height: 400px;
  }
}


/**** BUTTONS ****/ 

.btn, .shopify-payment-button .shopify-payment-button__button--unbranded, .spr-summary-actions-newreview, .button, .bth-content__button {
    font-family: "sweet-sans",Arial,Helvetica,sans-serif;
    text-transform: uppercase;
    font-weight: normal;
    letter-spacing: 2px;
    font-size: 12px;
	max-width:100%;
}

.button-wide {
	width: 200px;
}

.btn, .shopify-payment-button .shopify-payment-button__button--unbranded, .spr-summary-actions-newreview, .button {
    padding: 12px 20px !important;
}

.btn:hover, .shopify-payment-button .shopify-payment-button__button--unbranded:hover, .spr-summary-actions-newreview:hover, .button:hover {
	box-shadow: none!important;
}

.bth-button-hollow {
	color: #000 !important;
	background: transparent;
	border: 1px solid #000;
}
.bth-button-hollow:hover {
	color: #fff !important;
	background: #000;
	border: 1px solid #000;

}

.text-light .bth-button-hollow {
	color: #FFF !important;
	background: transparent!important;
	border: 1px solid #FFF;	
}
.text-light .bth-button-hollow:hover {
	color: #000 !important;
	background: #FFF!important;
	border: 1px solid #FFF;	
}


.btn-underline, .btn-underline:hover, .btn-underline:active, .btn-underline:focus {
    background: transparent;
    color: inherit;
    padding: 0 0 0.3em!important;
    line-height: 1.6em;
    margin-top: -0.375em;
  	letter-spacing: 1px;
}

@media all and (min-width: 1021px) {
	body .btn-large {
		font-size: 1.15em!important;
	}
}

.btn-underline-alt, .btn-underline-alt:hover, .btn-underline-alt:active, .btn-underline-alt:focus {
  font-family: "sweet-sans","Century Gothic",sans-serif;
  padding: 0 1em 0.5em!important;
  letter-spacing: 0;
  font-weight: normal;
  background: transparent;
  color: inherit;
  margin-top: -0.375em;
  font-size: 1em!important;
  text-transform: capitalize;
}


.text-light .btn, .text-light .shopify-payment-button .shopify-payment-button__button--unbranded, .text-light .spr-summary-actions-newreview, .text-light .button {
    background: #fff;
    color: #000;
}

.text-light [class*="btn-underline"], .text-light [class*="btn-underline"]:hover {
	background:transparent!important; /* SHOULD IMPORTANT BE ON ALL UNDERLINE BUTTONS? */
	color:inherit;
}

[class*="btn-underline"] {
	position: relative;
}

[class*="btn-underline"]:after {
	content: "";
	display: block;
	border-bottom: 0.075em solid;
	opacity: 1;
	position: absolute;
	top: auto;
	bottom: 0;
	width: 100%;
	transition: width 0.4s cubic-bezier(0.77, 0, 0.175, 1) 0s;
	pointer-events: none;
	left: 0;
}

[class*="btn-underline"]:hover:after {
	animation: 1.24s cubic-bezier(1, 0, 0, 1) 0s normal none 1 running strike-loop;
}

@keyframes strike-loop {
	0% { transform: scale(1, 1); transform-origin: 100% 50% 0; }
	50% { transform: scale(0, 1); transform-origin: 100% 50% 0; }
	50.1% { transform: scale(0, 1); transform-origin: 0 50% 0; }
	100% { transform: scale(1, 1); transform-origin: 0 50% 0; }
}

/* NOTICES */
.bth-promo-product {
	background-color: #efeae3;
}

/**** FORM STUFF ****/
input:-internal-autofill-selected {
	appearance: menulist-button;
	background-color: #FFF !important;
	background-image: none !important;
	color: -internal-light-dark(black, white) !important;
}

/* IMAGE DIMENTIONS */

.product-item__image {
	padding-top:100%;
}

.collection-item__image {
	padding-top:100%;
}

.blog-item__image {
    padding-top: 100%;
}

.columns-vertical__image {
    padding-top: 100%;
}

/* PRODUCT DESCRIPTION */

.product-description.rte p {
	margin: 0 0 1.25em;
}

.product-description.rte li:last-of-type {
	margin: 0 0 0.75em 0;
}

.product-description.rte ul, .product-description.rte ol {
	margin: 0 0 1.25em 16px;
}

/* CART */
.cart table th {
    font-weight: normal;
}

/* SHOP THE LOOK */

.bth_look__dot {
	background:rgba(255,255,255,1);
	font-family: sweet-sans;
	height: 30px;
	line-height: 30px;
	width: 30px;
	border-radius: 50%;
	border: 1px solid rgba(255,255,255,1);
	display: inline-block;
	text-align: center;
	letter-spacing: 0px;
	transition: all 0.3s ease-in-out 0s;
	position:absolute;
	color: currentColor;
	box-shadow: 0 0 15px 15px rgba(0,0,0,0.25);
  	cursor:pointer;
}

.bth_look__dot:hover {
	background:rgba(255,255,255,0);
	color: rgba(255,255,255,1);
  	border-color: rgba(255,255,255,0.5);
	box-shadow: 0 0 15px 15px rgba(0,0,0,0);
}

.bth_look__dot-under {
	background:rgba(0,0,0,0);
	font-family: sweet-sans;
	height: 30px;
	line-height: 30px;
	width: 30px;
	border-radius: 50%;
	border: 1px solid rgba(0,0,0,1);
	display: inline-block;
	text-align: center;
	letter-spacing: 0px;
	transition: all 0.3s ease-in-out 0s;
	color: currentColor;
}

.bth_look__dot-under:hover {
	background: rgba(0,0,0,1);
	color: rgba(255,255,255,1);
}

@media all and (max-width: 749px) {
  .bth-element__look.bth-element__look__seamless-mobile [class*="slider-arrow"] * {
      fill: rgba(255,255,255,1)!important;
  }
  .bth-element__look.bth-element__look__seamless-mobile .slick-initialized .mobile-slick-offset,
  .bth-element__look.bth-element__look__seamless-mobile .slick-initialized .look__slide .content-block-wrap  {
      padding:0!important;
  }
  .bth-element__look.bth-element__look__seamless-mobile .slick-initialized .look__slider-arrow:before {
      content: "";
      position: absolute;
      background: rgba(0,0,0,0.2);
      width: 30px;
      height: 30px;
      top: 0;
      display: block;
      left: 0;
      border-radius: 50%;
      transform: translate(0px, 20px);
  }
}


.selector-wrapper {
	min-width: 100%;
	flex-grow: 1;
	padding-right: 0;
	margin-top: 20px;
}

.product__selectors {
	margin-top: 0;
	margin-bottom: 20px;
}

.product__selectors .selector-wrapper label {
	text-transform: uppercase;
	font-family: "sweet-sans",Arial,Helvetica,sans-serif;
	letter-spacing: 1px;
	font-size: 13px;
}

.product__selectors .selector-wrapper label + select {
	margin-top:10px;
}

.selector-wrapper--color .variant-input-wrap {
	margin-left: -3px;
}

/* COLOUR SWATCHES */
.swatch .swatch-element::after {
    background: #000;
    color: #fff;
    padding: 4px 10px;
    border-radius: 0px;
    box-shadow:none;
    border: 1px solid #000;
    -webkit-transform: translateY(15%);
	transform: translateY(15%);
}

.product-item .swatch,
.bth-product-item .swatch {
	display: inline-block;
}

.swatch label {
    height: 20px !important;
	min-width: 20px !important;
}

.product-item .swatch .swatch-element,
.bth-product-item .swatch .swatch-element{
	margin-bottom: 0px;
	float: left;
}

.product-item .swatch .swatch-element::after,
.bth-product-item .swatch .swatch-element::after {
	content: none;
}

.product__wrapper .selector-wrapper.custom-swatches .selector-wrapper {
	margin-top: 10px;
}

.product__wrapper .selector-wrapper.custom-swatches label {
	margin: 0px;
}

.product__wrapper .selector-wrapper.custom-swatches .swatch .swatch-element {
	margin: 10px 4px 0
}

/* COLLECTION LOOP */

.bth-sorting-items {
	display: block;
	float: left;
	padding:13px 15px;
}
.bth-sorting-popout--sort {
	display: block;
	float: right;
	justify-content: right;
}
.bth-sorting-items,
.popout__toggle {
	font-size: 1em;
}
@media all and (max-width: 749px) {
    .collection__nav > *:only-child {
        margin-left: auto;
        margin-right: auto;
    }
    .product-grid, .instagram__feed, .collection-list {
        margin-left: -5px;
        margin-right: -5px;
        margin-bottom: -40px;
    }

    .product-item, .collection-item {
        padding-left: 5px;
        padding-right: 5px;
        padding-bottom: 40px;
    }
}


/* HEADER */

.logo-secondary {
	transition: width 0.2s ease-in-out 0s;
	width: 130px;
}

.header__content {
    border-bottom-color: rgba(0,0,0,0)!important;
}

.main-menu,
.header__cart__count {
	font-family: "karla",Arial,Helvetica,sans-serif;
}

.main-menu {
	text-transform: uppercase;
  	letter-spacing: 1px;
  	font-size: 12px;
}

html .split_navigation__wrapper {
    padding: 40px 0;
}

html:not(.never-scrolled) .is-sticky .split_navigation__wrapper,
html body.template-index .split_navigation__wrapper {
    padding: 15px 0;
}

html:not(.never-scrolled) .is-sticky .logo-secondary,
html body.template-index .logo-secondary {
	width: 110px;
}

.is-sticky .header__content {
    border-bottom-color: rgba(0,0,0,0.05)!important;
}

body.template-product .site-header:not(.is-sticky) .header__content {
    background: transparent;
}

.bth-vimeo-header:after {
    content: "";
    background: linear-gradient(to top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.738) 19%, rgba(0, 0, 0, 0.541) 34%, rgba(0, 0, 0, 0.382) 47%, rgba(0, 0, 0, 0.278) 56.5%, rgba(0, 0, 0, 0.194) 65%, rgba(0, 0, 0, 0.126) 73%, rgba(0, 0, 0, 0.075) 80.2%, rgba(0, 0, 0, 0.042) 86.1%, rgba(0, 0, 0, 0.021) 91%, rgba(0, 0, 0, 0.008) 95.2%, rgba(0, 0, 0, 0.002) 98.2%, transparent 100%);
    width: 100%;
    height: 100px;
    position: absolute;
    left: 0;
    bottom: 0;
    opacity: 0.5;
    pointer-events: none;
}

/* FOOTER */

#bth-insta-feed-container {
	padding-top: 80px;
	padding-bottom: 50px;
}

body.template-product #bth-insta-feed-container,
body#environmental-responsibility #bth-insta-feed-container,
body#our-story #bth-insta-feed-container,
body.template-index #bth-insta-feed-container {
    margin-top: 0;
}

body#environmental-responsibility #bth-insta-feed-container {
    padding-top: 0;
}

#bth-insta-feed-container #insta-feed {
	margin-top: 0!important;
}

#bth-insta-feed-container + #footer {
	padding-top: 0!important;
}

/* VIMEO PLAYER*/

.bth-player-controls {
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 1px;
}

/* PRODUCTS */

.double__image [class*="product-item__bg"] {
	background-color: #FFF;
}

.product__title__wrapper > *:last-child {
	margin-bottom: 0;
}

.quantity-selector { 
	margin-top: -10px;
}
 
html .product__thumbs--square .slick-dots {
  	margin: 20px -0.25em -0.5em;
    width: calc(100% + 0.5em)!important;
    display: block;
}
html .modal__inner__wrapper  .product__thumbs--square .slick-dots {
	margin-top: 0.5em;
}


.product__thumbs--square .slick-dots li {
    padding: 0 0.25em 0;
}

/* Mobile Only */
@media all and (max-width: 749px) {
  	html .product__thumbs--square .slick-dots {
        margin: 0.5em -0.25em -0.5em;
        text-align: center;
    }
}

html .product__thumbs--square .slick-dots li {
	width: 70px;
	float: none;
	display: inline-block;
}

.product__thumbs--square .slick-dots li a {
	opacity: 0.6;
	transition: all 0.3s ease-in-out;
}

.product__thumbs--square .slick-dots li.slick-active a, .product__thumbs--square .slick-dots li a:hover {
	opacity: 1;
}


/* HOME PAGE */

#shopify-section-16050788185b616e21 > .bth-section {
    padding-bottom: 80px;
    margin-top: 80px;
}


.template-product .bth-section.bth-element__moodboard {
	padding-top: 40px;
  	padding-bottom: 70px!important;
}

.template-product #shopify-section-product {
    padding-top: 40px;
}

/* Mobile Only */
@media all and (max-width: 749px) {
    html .template-product .bth-section.bth-element__moodboard {
        padding-bottom:40px!important;
    }
    html .template-product #shopify-section-product {
        padding-top: 0px;
    }
	html .template-product #shopify-section-product .product-single__photos.slick-slider.slick-initialized .slick-list {
		margin-left: -20px;
		margin-right: -20px;
    }
}


/* REVIEWS */	

html #shopify-product-reviews {
	padding-bottom:0;
}

	
	
.product__badge {
	padding: 0;
	border: none;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 1.5px;
}

.product__badge .spr-badge[data-rating="0.0"],
.product__badge .spr-badge[data-rating="0.0"] + *  {
	display:none;
}

span.spr-starrating, span.spr-summary-caption, html .spr-starratings {
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 1.5px;
}

html .spr-badge-starrating {
	margin: 0 10px 0 0;
}

@media (max-width: 749px) {
	html .spr-badge-caption {
		display:none;
	}
	html .product__badge {
		display:block;
		text-align:center;
	}
	html .spr-badge + a {
		opacity: 0.6;
	}
}




html .product__reviews {
	border: none;
	margin-top: 20px;
}

html .product-description + .product__reviews {
	border-top: 1px solid;
	padding-top: 10px;
}

html .spr-form fieldset {
	text-align: left;
}

html .spr-form-label {
	font-size: 11px;
	line-height: 11px;
	text-transform: uppercase;
	letter-spacing: 1px;
}


html .spr-button-primary {
	float: none;
	display: block;
	width: 100%;
}

html span.spr-summary-actions {
	display: block;
	margin-top: 15px;
}

html .spr-summary-actions-newreview {
	float: none;
	display: block;
}




html .spr-review, html .spr-form {
	border-color: rgba(0,0,0,0.2);
}

html .spr-icon {
	font-size: 100%;
}

html .spr-review-header-title {
	font-size: unset;
}
 
html .spr-review-header-byline {
	font-style: normal;
	opacity: 1;
	letter-spacing: 1px;
	margin-top: 5px;
}

html .spr-review-header-byline strong {
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 2px;
}

html .spr-review-reportreview {
	float:none;
	text-transform: uppercase;
	letter-spacing: 1px;
}

@media (min-width: 750px) {
	html .spr-review-reportreview {
		float:right;
	}
}




html .spr-pagination {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 11px;
	text-align: left;
}

html .spr-pagination-page {
	visibility: hidden;
}

/* MENU HIDE */

.header__content_container { height: auto; }

.downscroll.menu-past-400:not(.never-scrolled) .header--sticky.is-sticky .header__content_container .contextual-hide {
    transform: translateY(-105%);
}

.contextual-hide {
	transition: all 0.3s ease-in-out 0s;
}

html.upscroll body .header__content_container .contextual-hide,
html.at-top:not(.never-scrolled) body .header__content_container .contextual-hide,
html.shift-enabled-slide-menu body .site-header .header__content_container .contextual-hide,
html.esp-overlay-enabled body .site-header .header__content_container .contextual-hide {
    transform: translateY(0%);
}
@media all and (min-width: 750px) {
  .main-menu > .parent > .main-menu-dropdown::before {
      content: "";
      position: absolute;
      display: block;
      width: 100%;
      height: calc(100%);
      top: 0;
      left: 0;
      box-shadow: 0 -2px 6px 0 rgb(0 0 0 / 12%), 0 1px 6px 0 rgb(0 0 0 / 12%);
  }

  .main-menu > .parent > .main-menu-dropdown::after {
      content: "";
      position: absolute;
      width: 12px;
      height: 12px;
      background: #FFF;
      transform: rotate(45deg);
      top: -6px;
      left: 14px;
      box-shadow: -1px -1px 10px -2px rgb(0 0 0 / 50%);
      display: block;
      z-index: 0;
  }
}

.modal-text--dark .modal--newsletter .input-group.newsletter-form input {
    color: #fff!important;
}

/* FAQ */

body .bth-title_attribute-small {
    font-size: 1em;
}

.bth-accordion-title, .bth-accordion-group-set.hide-content-title > .bth-accordion > .accordion-inner > .bth-accordion-content > .accordion-content-title {
    display: none;
}

.accordion-type-block.bth-accordion-group-set .bth-accordion.accordion-set {
    float: none!important;
    display: inline-block!important;
    margin-bottom: 0;
    margin-top: 25px;
}

.accordion-type-block.bth-accordion-group-set .bth-accordion.accordion-set:first-of-type {
    margin-top: 0px;
}

html body .accordion-type-block.bth-accordion-group-set {
    margin-bottom: 0px !important;
}

.accordion-type-block.bth-accordion-group-set > .bth-accordion > .accordion-inner > .bth-accordion-title {
    cursor: pointer;
}

.accordion-type-block.bth-accordion-group-set > .bth-accordion > .accordion-inner > .bth-accordion-title.no-title {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    padding: 0;
}

.accordion-type-block.bth-accordion-group-set .bth-accordion-title {
    background-color: black;
    color: #FFF;
    padding: 25px 72px 25px 25px;
    position: relative;
    transition: all 0.3s ease-in-out 0s;
}

.accordion-type-block.bth-accordion-group-set .bth-accordion-title:hover {
    background-color: rgba(0, 0, 0, 1);
}

.accordion-type-block.bth-accordion-group-set .bth-accordion-title h4 {
    color: #FFF;
    transition: color 0.3s ease-in-out 0s;
    font-size: 1em;
}

.accordion-type-block.bth-accordion-group-set .accordion-open .bth-accordion-title, .accordion-type-block.bth-accordion-group-set .accordion-open .bth-accordion-title h4 {
    color: #FFF;
}

.accordion-type-block.bth-accordion-group-set .accordion-open .bth-accordion-title {
    background-color: #000;
}

.accordion-type-block.bth-accordion-group-set .bth-accordion-content {
    padding-top: 30px;
    padding-left: 25px;
    padding-right: 25px;
}

@media all and (min-width: 1021px) {
}

.accordion-type-block.bth-accordion-group-set .bth-accordion-title::before, .accordion-type-block.bth-accordion-group-set .bth-accordion-title::after {
    backface-visibility: hidden;
    background-color: #FFF;
    content: "";
    height: 2px;
    position: absolute;
    right: 24px;
    top: 50%;
    transition-duration: 0.2s;
    transition-property: transform;
    width: 13px;
}

.accordion-type-block.bth-accordion-group-set .bth-accordion-title::before {
    right: 32px;
    transform: rotate(45deg);
}

.accordion-type-block.bth-accordion-group-set .bth-accordion-title::after {
    transform: rotate(-45deg);
}

.accordion-type-block.bth-accordion-group-set .accordion-open > .accordion-inner > .bth-accordion-title::before {
    transform: rotate(-45deg);
    background-color: #FFF;
}

.accordion-type-block.bth-accordion-group-set .accordion-open > .accordion-inner > .bth-accordion-title::after {
    transform: rotate(45deg);
    background-color: #FFF;
}

.accordion-type-clean.bth-accordion-group-set > .bth-accordion {
    overflow: hidden;
}

.accordion-type-clean.bth-accordion-group-set > .accordion-set > .accordion-inner > .bth-accordion-title {
    cursor: pointer;
}

.accordion-type-clean.bth-accordion-group-set > .accordion-set > .accordion-inner > .bth-accordion-title.no-title {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    padding: 0;
}

.accordion-type-clean.bth-accordion-group-set .bth-accordion-title::before, .accordion-type-clean.bth-accordion-group-set .bth-accordion-title::after {
    backface-visibility: hidden;
    content: "";
    height: 1px;
    position: absolute;
    right: 8px;
    top: 50%;
    transition-duration: 0.2s;
    transition-property: transform;
    width: 13px;
}

.accordion-type-clean.bth-accordion-group-set .bth-accordion-title::before {
    right: 0px;
    transform: rotate(45deg);
}

.accordion-type-clean.bth-accordion-group-set .bth-accordion-title::after {
    transform: rotate(-45deg);
}

.accordion-type-clean.bth-accordion-group-set .accordion-open > .accordion-inner > .bth-accordion-title::before {
    transform: rotate(-45deg);
}

.accordion-type-clean.bth-accordion-group-set .accordion-open > .accordion-inner > .bth-accordion-title::after {
    transform: rotate(45deg);
}

.accordion-type-clean.bth-accordion-group-set .no-handle .bth-accordion-title {
    display: none!important
}

html body .accordion-type-clean.bth-accordion-group-set {
    margin-bottom: 0px!important;
}

.accordion-type-clean .bth-accordion.accordion-set {
    float: none!important;
    display: inline-block!important;
    margin-bottom: 0;
}

.accordion-type-clean.bth-accordion-group-set .bth-accordion-title::before, .accordion-type-clean.bth-accordion-group-set .bth-accordion-title::after {
    background-color: currentcolor;
}

.accordion-type-clean.bth-accordion-group-set .bth-accordion-title {
    padding: 30px 34px 30px 0px;
    position: relative;
    transition: all 0.3s ease-in-out 0s;
}

.accordion-type-clean.bth-accordion-group-set .bth-accordion-content {
    padding: 0px 0px 24px;
    overflow: visible!important;
}

.accordion-type-clean.bth-accordion-group-set .bth-accordion-title::before {
    right: 9px;
}

.accordion-type-clean.bth-accordion-group-set .bth-accordion-title::after {
    right: 0px;
}

@media all and (min-width: 1021px) {
    .accordion-type-clean.bth-accordion-group-set .bth-accordion-content {
        padding: 0px 0px 24px;
    }

    .accordion-type-clean.bth-accordion-group-set .bth-accordion-title {
        padding: 30px 54px 30px 0px;
    }

    .accordion-type-clean.bth-accordion-group-set .bth-accordion-title::before {
        right: 29px;
    }

    .accordion-type-clean.bth-accordion-group-set .bth-accordion-title::after {
        right: 20px;
    }
}

.accordion-type-clean.bth-accordion-group-set .accordion-set:first-of-type .accordion-inner {
    border-top: 1px solid currentcolor;
}

.accordion-type-clean.bth-accordion-group-set .accordion-set .accordion-inner {
    border-bottom: 1px solid currentcolor;
    transition: border 0.3s ease-in-out 0s;
}

.accordion-type-clean.bth-accordion-group-set .accordion-set.accordion-open .accordion-inner {
    border-bottom: 1px solid currentcolor;
}

html body .bth-accordion-group-set.accordion-plus .bth-accordion-title::before, html body .bth-accordion-group-set.accordion-plus .bth-accordion-title::after {
    top: 29px !important;
    width: 13px!important;
}

html body .accordion-type-clean.bth-accordion-group-set.accordion-plus .bth-accordion-title::before, html body .accordion-type-clean.bth-accordion-group-set.accordion-plus .bth-accordion-title::after {
    top: 50%!important;
}

html body .bth-accordion-group-set.accordion-plus .bth-accordion-title::before {
    right: 25px!important;
    transform: rotate(0deg)!important;
}

html body .bth-accordion-group-set.accordion-plus .bth-accordion-title::after {
    right: 25px!important;
    transform: rotate(90deg)!important;
}

@media all and (max-width: 1020px) {
    html body .accordion-type-clean.bth-accordion-group-set.accordion-plus .bth-accordion-title::before, html body .accordion-type-clean.bth-accordion-group-set.accordion-plus .bth-accordion-title::after {
        right: 0px!important;
    }
}

@media (max-width: 767px) {
    .accordion-type-clean.bth-accordion-group-set .bth-accordion-title {
        padding: 24px 34px 24px 0px;
    }
}

html body .bth-accordion-group-set.accordion-plus .accordion-open > .accordion-inner > .bth-accordion-title::before {
    transform: rotate(45deg)!important;
}

html body .bth-accordion-group-set.accordion-plus .accordion-open > .accordion-inner > .bth-accordion-title::after {
    transform: rotate(-45deg)!important;
}

.bth-accordion-group-small.accordion-type-clean.bth-accordion-group-set .bth-accordion-title {
    padding: 20px 34px 20px 0px;
}

@media (min-width: 1021px) {
    .bth-accordion-group-small.accordion-type-clean.bth-accordion-group-set .bth-accordion-title {
        padding: 20px 54px 20px 0px;
    }

    html body .bth-accordion-group-small.bth-accordion-group-set.accordion-plus .bth-accordion-title::before, html body .bth-accordion-group-small.bth-accordion-group-set.accordion-plus .bth-accordion-title::after {
        right: 18px!important;
    }
}
/* Color swatches */
.swatch-element.color.black span { background-color: #000000 !important; background-image: none !important; }
.swatch-element.color.coconut-milk span { background-color: #faf6f2 !important; background-image: none !important; }
.swatch-element.color.pomegranate span { background-color: #8f2439 !important; background-image: none !important; }
.swatch-element.color.deep-ocean span { background-color: #383465 !important; background-image: none !important; }
.swatch-element.color.smoked-paprika span { background-color: #8F2F1E !important; background-image: none !important; }
.swatch-element.color.garden-rose span { background-color: #D1808A !important; background-image: none !important; }
