/** Shopify CDN: Minification failed

Line 310:52 Unexpected "{"
Line 324:1 Unexpected "}"

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

/* VERY TEMP */

/*** HEADER ***/

/* HEADER BORER */
html .header-content-container.header-content-container-bordered:after {
  	content: "";
  	left:0;
  	bottom: 0;
  	position: absolute;
	width: 100%;
  	height: 1px;
	background-color: currentColor;
  	opacity: 0;
  	pointer-events: none;
  	transition: opacity .15s ease-in-out 0s;
}
html .header-content-container:not(.header-content-container-bordered):after { 
    content: "";
    left: -10px;
    bottom: -10px;
    position: absolute;
    width: calc(100% + 20px);
    height: 10px;
    box-shadow: inset -8px 8px 8px -7px rgb(0 0 0 / 5%);
    opacity: 0;
  	pointer-events: none;
  	transition: opacity .15s ease-in-out 0s;
}

html:not(.at-top) .header--sticky.is-sticky .header-content-container:after,
.header__content_container .header__content .search.search--open + .header-wrap .header-content-container:after {
  	transition: opacity .15s ease-in-out 0.3s;
    opacity: 1;
}
@include media-query($small) {
	.header-content-container:after {
		opacity: 1;
	}
}

/* PRODUCT GRID */
.product-grid,
.collection-list {
	margin-bottom: -40px;
}

.collection-list .collection-item, .product-grid .product-item {
    padding-bottom: 40px;
} 

/*Desktop Only*/
@media all and (min-width: 990px) {
  .collection__products .content-block-wrap-large .product-grid {
      margin-left: -20px; margin-right: -20px;
  }
  .collection__products .content-block-wrap-large .product-grid .product-item.large-up--one-third {
      padding-left: 20px; padding-right: 20px;
  }
}
.pagination {
	font-size:16px!important;
}

/* COUNTER */

.counter-container { font-family: "bth-primary"!important; font-size: 1.6em!important; font-weight: 300; }
.counter-container .lowercase { font-size: 0.8em; top: -0.15em; font-weight: 500; }
.counter-container .counter { left: 4px; }

@media all and (max-width: 749px) {
  html .counter-container.bth-title_attribute {
      font-size: 1.4em!important;
  }
}

.modal__outer a.more,
.grid.blog-listing .article__link,
.pagination,
ul.tabs > li,
.tab-content,
.collection__sorting,
.site-footer {
	text-transform: uppercase;
	font-family: "bth-sans-serif";
    letter-spacing: 3px;
    font-size: 11px;
}

.article__content blockquote, .page blockquote {
    font-family: bth-body;
    text-transform: none!important;
    letter-spacing: .5px;
    font-style: italic!important;
    font-weight: 400!important;
    margin: 1em 0;
    font-size: clamp(2em, 7vw, 2em)!important;
}


/* BUTTON SMALL */

.btn.btn-underline.btn-small {
	font-size: 10px;
}

/* PLAYLIST */
.element-playlist .bth-content-height-group {
	font-size: 1.15em;
}
.element-playlist .bth-content-height-group strong {
	font-family: 'bth-sans-serif', Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	font-size: 0.8em;
}
.bth-content__playlist br + br {
	display: none;
}

.product__add__success__image {
  padding: 10px;
}
product__add__success__image-bg {
  background-size: contain;
}

html .bth-title_split.font-quote.font-display {
    font-size: clamp(1.9em, 7vw, 1.9em)!important;
    line-height: 1.2em;
    margin-top: -0.2em !important;
    margin-bottom: -0.2em !important;
}			

.footer-menu {
	font-size:0.9em;
}

body .bth-title_menu-footer {
  font-size: 1em;
}

/* END VERY TEMP */


/* CUSTOM ELEMENTS */

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


/* Desktop Only */
@media only screen and (min-width: 990px) {
  .main-menu > li > a {
  	letter-spacing: 3px;
  }
}

.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;
}

.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% 1px;
    padding-bottom: 0.1em;
}
    
.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% 1px;
}


/* 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;
    }
}

.just:after {
	display:flex;
}

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

.popout--sort .popout__toggle {
	border: none;
  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;
}

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

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



/* END VERY SPECIFIC */

/* TITLES & SUBTITLES */

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

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

.page h1 { font-size: 2em }
.page h2 { font-size: 1.8em }
.page h3 { font-size: 1.4em }
.page h4 { font-size: 1.2em }
.page h5 { font-size: 1.1em }
.page h6 { font-size: 1em }

.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-left:0;
  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;
}

html .article__content table {
  	text-transform: none;
  	letter-spacing: 0.5px;
}}

/* MANUAL */


/* 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;
    display: block;
    letter-spacing: 0px;
	text-transform:uppercase;
  	font-style:normal;
}
body .bth-price {
	margin-top: -0.375em;
    margin-bottom: -0.375em;
}
.product-information .price {
    margin: 10px 0 0 0;
}

body .modal--product .product__title,
body .spr-header-title {
    font-size: 2em;
    margin-bottom: 15px;
}

/* INSTAGRAM */
body #insta-feed h2 {
	font-size: 1.2em;
	padding-bottom: 40px;
    margin-bottom: -0.375em !important;
	margin-top: -0.375em !important;
}

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

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

nav.site-nav.nav__links {
	border-top: none;
}

.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 */

#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: 60px;
	padding-bottom: 60px;
	z-index: 1;
}

/*Desktop Only*/
@media all and (min-width: 990px) {
  html .product__wrapper .form__wrapper {
      padding-top: 100px;
      padding-bottom: 100px;
  }
}

@media all and (max-width: 749px) {
  .product__wrapper .form__wrapper {
    padding-top: 40px;  
  	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;
}


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


/* FOOTER */	

body .menu-item__sidebar,
body .menu-item__footer {
    margin-top: -0.375em;
    margin-bottom: -0.375em;
    line-height: 1.5em;
}

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

/* CONTENT AREAS */

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


/* NOTICES */
body .bth-content__notice {
    font-family: "bth-sans-serif", Helvetica, Arial, sans-serif;
	font-weight: normal;
	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: 0.875em;
}

.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: 750px) and (max-width: 989px){
  .header-strip--spacing-content .header-strip-spacer {
    height: 300px;
  }
}

@media all and (min-width: 990px) {
  .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 {
    text-transform: uppercase;
    font-weight: normal;
    letter-spacing: 2px;
    font-size: 13px;
	max-width:100%;
}

html body .btn.btn-small {
    font-size: 10px;
}

.button-wide {
	width: 200px;
}

.btn, .shopify-payment-button .shopify-payment-button__button--unbranded, .spr-summary-actions-newreview, .button {
    padding: 16px 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;	
}

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

.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;
}

[class*="btn-underline"] {
    background: transparent!important;
    border: none!important;
    color: inherit!important;
    padding: 0 0 0.3em!important;
    line-height: 1.6em;
    margin-top: -0.375em;
    position: relative;
    border: none;
}

[class*="btn-underline"]:after {
	content: "";
	display: block;
	border-bottom: 1px solid;
	opacity: 1;
	position: absolute;
	top: auto;
	bottom: 0;
	width: 100%;
	pointer-events: none;
	left: 0;
}

.btn-underline:after {
    transition: width 0.4s cubic-bezier(0.77, 0, 0.175, 1) 0s;
}
.btn-underline:hover:after {
	animation: 1.24s cubic-bezier(1, 0, 0, 1) 0s normal none 1 running strike-loop;
}

.btn-underline-alt:after {
    transition: width 0.3s ease-in-out 0s;
    width: 0%;
}
.btn-underline-alt:hover:after, .btn-underline-alt:active:after, .btn-underline-alt:focus:after {
    width: 100%;
}

@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 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: bth-sans-serif;
	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.15);
  	cursor:pointer;
	transform: translate(-50%, -50%);
}

.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: bth-sans-serif;
	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: 30px;
}

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

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

/* 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 {
	display: inline-block;
}

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

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

.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: 0.9em;
}



/* HEADER */

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

/* PRODUCTS */

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


html .product__thumbs--square .slick-dots {
  	margin: 20px -5px -5px;
    width: calc(100% + 8px)!important;
}
html .modal__inner__wrapper  .product__thumbs--square .slick-dots {
	margin-top: 0.5em;
}


.product__thumbs--square .slick-dots li {
    padding: 0px 4px 0;
}

/* Mobile Only */
@media all and (max-width: 749px) {
  	html .product__thumbs--square .slick-dots {
        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: 1;
	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;
}


/* Mobile Only */
@media all and (max-width: 749px) {
    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 (max-width: 749px) {
    #shopify-section-product + [id*='product-split'] > .element-padding-top-none,
    #shopify-section-bth-product-accordions + [id*='product-split'] > .element-padding-top-none {
      padding-top:60px;	
    }
}

/* TRANS HEADER */
.site-header.header--transparent + #MainContent .index-sections .shopify-section:first-child .bth-section.bth-element__banner-text.banner-text-full-width {
	padding-top:0!important;
}
.trans-menu-overlay {
	display: none;
  	pointer-events: none;
	position: absolute;
	width: 100%;
	height: 150px;
	transform: scaleY(-1);
	opacity: 0.5;
	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%);
}
.site-header.header--transparent + #MainContent .index-sections .shopify-section:first-child .bth-section.bth-element__banner-text.banner-text-full-width .trans-menu-overlay {
	display: block;
}

#bth-site-wrap .site-header.header--transparent + #MainContent .index-sections .shopify-section:first-child .bth-section.bth-element__banner-text .hero-spacer {
  height: 70vh!important;
  max-height: none!important;
}

/*Desktop Only*/
@media all and (min-width: 990px) {
    #bth-site-wrap .site-header.header--transparent + #MainContent .index-sections .shopify-section:first-child .bth-section.bth-element__banner-text .hero-spacer {
        height: 80vh!important;
    }
}