/** Shopify CDN: Minification failed

Line 48:0 Unexpected ".2x"
Line 49:0 Unexpected ".3x"
Line 50:0 Unexpected ".4x"
Line 51:0 Unexpected ".5x"

**/



































#index-carousels.loading { opacity: 0; visibility: hidden; }
#index-carousels { padding-top: 40px; padding-bottom: 40px; opacity: 1; visibility: visible;}
.index-carousels__h1 { font-size: 40px; text-transform: none; font-weight: 200; text-align: center; line-height: 1.2; }
#index-carousel-1 {  padding-bottom: 0px; margin-bottom: 30px;padding-left: 20px; padding-right: 20px;}
.2x { width: 50%; }
.3x { width: 33.333%; }
.4x { width: 25%; }
.5x { width: 20%; }

.index-carousel-caption { padding-left: 15px; border-left: 1px solid black; margin-top: -12%; margin-left: 5%; line-height: 1.5; position: relative; z-index: 2;}

.index-carousel-item h3 { font-size: 34px; font-weight: normal; margin-bottom: 0px; line-height: 1;}
.index-carousel-item h4 { text-transform: uppercase; font-size: 12px; letter-spacing: .08em; margin-bottom: 15px;}
.btn.fullwidth { width: 100%; }

@media screen and (max-width: 768px) {
.index-carousels__h1 { font-size: 30px; }
}


#upsell { border-bottom: 1px solid #ddd;}
#upsell h2 { text-align:center; font-size: 24px; margin-bottom: 10px; }
#upsells {
	display: -webkit-box;      
  	display: -moz-box;       
  	display: -ms-flexbox;      
	display: -webkit-flex;
 	display: flex;
	justify-content: flex-start;
	align-items: top;
}

#upsells .product { 
	width: 25%;
	border: 2px solid white;
}

@media screen and (max-width: 768px) {
 #upsells .product { 
	width: 50%; 
 }
}















































































































#upsell { border-bottom: 1px solid #ddd;}
#upsell h2 { text-align:center; font-size: 24px; margin-bottom: 10px; }
#upsells {
	display: -webkit-box;      
  	display: -moz-box;       
  	display: -ms-flexbox;      
	display: -webkit-flex;
 	display: flex;
	justify-content: flex-start;
	align-items: top;
}

#upsells .product { 
	width: 25%;
	border: 10px solid white;
    padding-bottom: 40px;
}
#upsells .swatch { margin: 0;padding-top: 10px; }
#upsells .prod-caption { padding-bottom: 0; }
#upsells .header,
#upsells .selected { display: none; }
#upsells .add { padding: 5px 10px; margin: 0px auto; font-size: 12px; width: 60%; }



#upsells .flex { align-items: center; }
#upsells .flex .swatch { flex-grow: 1; }

@media screen and (max-width: 768px) {
 #upsells .product { 
	width: 50%; 
 }
}











