/** Shopify CDN: Minification failed

Line 48:8 Expected identifier but found "{"
Line 48:9 Unexpected "{"
Line 48:19 Expected ":"
Line 48:63 Expected identifier but found "!"
Line 142:21 Unexpected "{"
Line 142:32 Expected ":"

**/
html, body{
  width: 100%;
  margin: 0px;
  padding: 0px;
  overflow-x: hidden; 
}

.announcement{
 position: absolute;
  width: 100%;
}

.new-header-width{
	display: flex;
	justify-content: space-between;
}
.new-nav{
    display: flex;
    align-items: center;
}
.site-nav__item{
	margin: 15px;
	font-weight:400px;
}
.header-layout--left .site-navigation{
	padding-left: 56px;
}

.section-header__title{
	font-size: 36px;
	text-align: center;
	text-transform: uppercase;
}
h1, .variant__label, h3{
  font-family: "Bauer Bodoni Std" !important;
}
h2{
  color:{{ settings.color_heading_text | default: "#1c1d1d" }} !important;
  color:var(--colorHeadingBody);
}

.logo-bar__item{
 	flex: 0 1 146px;
	margin: 20px;
}

.header-wrapper .site-nav.medium-down--hide{
  display: none;
}
.js-drawer-open .js-drawer-open--search .main-content:after {
    z-index: 1 !important;
}
.site-nav__icons{
 	display: flex; 
}
.js-drawer-open-nav{
 	order: 2; 
}
.js-drawer-open-cart{
 	order: 1; 
}
.site-nav__link{
  color: #ffffff;
}
.header-wrapper--overlay .site-header:not(.site-header--stuck){
	padding-bottom: 0;
}
  
@media only screen and (min-width: 1052px){
 	.icon-hamburger{
     	display: none; 
    }
	
  	.new-header-width{
     	justify-content: space-around; 
    } 
  	.is-light .site-header__logo .logo--inverted{
     	width: 145px; 
    }
}

@media only screen and (max-width: 1051px){
  .site-header--stuck{
    background: rgb(97,116,140) !important;
    background: linear-gradient(180deg,rgba(97,116,140,1) 45%,rgba(97,116,140,0.7) 67%,rgba(255,255,255,-0.9) 100%,rgba(255,255,255,0)0%) !important;
}
  .site-nav__link{
   	color: #ffffff; 
  }
}

#ProductSection-4686358446179 .rte>div:nth-child(odd){
    display:none;
}
#ProductSection-4686358446179 .rte>p:nth-child(even){
  display: none;
}
#shopify-section-product-recommendations .index-section{
  margin-top: 0;
}
    .product-sharing-wrap .social-sharing{
    margin-top: 0;
  }
@media only screen and (min-width: 768px){
 .product-sharing-wrap{
    display: flex;
    align-items: center;
   justify-content: space-between;
   margin-bottom: 10px;
 } 
  .product-sharing-wrap .h2{
    margin-bottom: 0;
  }
  .product-sharing-wrap .social-sharing{
    margin-top: 0;
  }
}
@media only screen and (max-width: 767px){
  .product-sharing-wrap {
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 590px) and (max-width: 1199px){
  .product-sharing-wrap .social-sharing__title{
    display: none;
  }
    .product-sharing-wrap .social-sharing{
    margin-top: 0;
  }
}
  @media only screen and (max-width: 589px){
    #ProductSection-{{section-id}} .product-section .grid .grid__item{
    padding: 0 30px;
    }
  }
