.main__site-header{
	background-color: #ffffff94;
	-webkit-backdrop-filter: blur(14px);
	backdrop-filter: blur(14px);
	position: relative;
/* 	top: 94px; */
}
.store__locator_map{
	height: 100vh;
}

.main__site-header.scrolled-down{
	position: fixed;
	top: 20px;
	opacity: 0;
	visibility: hidden;
	left: 0px;
	right: 0px;
/* 	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out; */
}

.main__site-header.scrolled-down.scrolled-up {
	opacity: 1;
	visibility: visible;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.sbi-owl-nav>div{
	background: #ffffff;
}
.sbi-owl-nav .sbi-owl-prev{
	 left: 18px !important;
}
.sbi-owl-nav .sbi-owl-next{
	 right: 18px !important;
}
#sb_instagram #sbi_images{
	padding: 0 !important;
}
#sb_instagram{
	padding: 0 !important
}


.sticky__buy-now {
    position: fixed;
    top: 35%;
    right: -40px;
    z-index: 4;
    transform: rotate(-90deg);
    -webkit-transition: all .3s 
ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s 
ease-in-out;
}

.age-gate__wrapper .age-gate__background-color{
	background-color: rgba(255, 255, 255, 0.58);
}
.age-gate__wrapper .age-gate{
	background-color: transparent;
	max-width: 740px !important;
}
.age-gate__wrapper .age-gate .age-gate__fields .age-gate__challenge{
	color: #040404;
	font-size: 56px;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 0px;
	line-height: normal;
}
.age-gate__wrapper .age-gate .age-gate__fields .age-gate__buttons .age-gate__submit{
	background-color: #dc4e5e;
	border-radius: 8px;
	border: 1px solid #dc4e5e;
	min-width: 180px;
	font-size: 20px;
	font-weight: 700;
}
.age-gate__wrapper .age-gate .age-gate__fields .age-gate__buttons .age-gate__submit:hover{
	background-color: #333132;
	border-color: #333132;
}
.age-gate__wrapper .age-gate .age-gate__fields .age-gate__buttons{
	flex-direction: row-reverse;
	gap: 40px;
}
.age-gate__wrapper .age-gate .age-gate__fields .age-gate__buttons .age-gate__submit.age-gate__submit--no{
	background-color: transparent;
	color: #dc4e5e;
}
.age-gate__wrapper .age-gate .age-gate__fields .age-gate__buttons .age-gate__submit.age-gate__submit--no:hover{
	background-color: #dc4e5e;
	border-color: #dc4e5e;
	color: #FFFFFF;
}


@media (max-width: 767px) {
    .sticky__buy-now {
        right: -35px;
    }
	.age-gate__wrapper .age-gate .age-gate__fields .age-gate__challenge {
    font-size: 34px;
	}
	.age-gate__wrapper .age-gate .age-gate__fields .age-gate__buttons {
    flex-wrap: wrap;
		gap: 20px;
	}
	.age-gate__wrapper .age-gate .age-gate__fields .age-gate__buttons .age-gate__submit {
    min-width: 140px;
	}
}