/** Shopify CDN: Minification failed

Line 47:0 Unexpected "}"

**/
@media screen and (min-width: 735px) {
.topBuyButton {
	position: -webkit-sticky;
    position: sticky;
  	background: #fff;
  	width: -webkit-fill-available;
  	min-height: 118px;
	top:0;
  	width:100%; 
  	z-index:3;
}
}
@media screen and (max-width: 736px) {
.topBuyButtonHide {
	display:none!important;
}
}
@media screen and (max-width: 735px) {
.bottomBuyButton {
	position:fixed;
  	background: #fff;
  	width: -webkit-fill-available;
  	max-height: 118px;
	bottom:0px;
  	width:100%; 
  	z-index:3;
    border-top: #e4e4e9;
    border-top-style: solid;
    border-top-width: thin;
}
}
@media screen and (min-width: 736px) {
.bottomBuyButtonHide {
	display:none!important;
}
}
@media screen and (max-width: 735px) {
.mainBuyButton{
	display:none;
}
}
}
