
.uk-sticky.uk-active .logo {
	max-width:7rem;
}
.uk-sticky.uk-active {
	padding-top:0.35rem;
	padding-bottom:0.35rem;
}
.uk-sticky.uk-active .menu-order-button {
	transform:scale(0.8);
}
.navbar *, .navbar {
	transition-property: all;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 200ms;
}
.uk-active.navbar {
	box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
	background:white;
}
.hero-title span {
	line-height:1.05 !important;
}
@media(max-width:600px) {
	.uk-sticky.uk-active .logo {
		max-width:5rem;
	}
}
/* Hero Bottles */
.bottle-image {
    position: absolute;
    top: 0;
    left: 0;
    transition: opacity 0.5s ease;
}
