/** Shopify CDN: Minification failed

Line 12:0 Unexpected "<"
Line 34:2 Unexpected "<"

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:dedicated-signup-template (INDEX:24) */
<style>
  form.klaviyo-form > div:nth-child(2) .form-row > div div p span {
        display: flex;
        flex-direction: column;
    }
    form.klaviyo-form > div:nth-child(2){
        max-width: 500px !important;
        margin: 0 auto !important;
    }
    
    @media screen and (max-width: 1023px) {
        form.klaviyo-form > div:nth-child(1) {
            display: none !Important;
        }
        form.klaviyo-form > div:nth-child(2) {
            padding-left: 0 !important;
        }
    }
    
    form.klaviyo-form button {
        /* clip-path: polygon(100% 0,100% calc(100% - 10px),calc(100% - 10px) 100%,0 100%,0 0); */
    }
  </style>
/* END_SECTION:dedicated-signup-template */

/* START_SECTION:hero-bottle-shot (INDEX:36) */
.bottle-shot-section {
	max-height: 80vh;
	width: 100vw;
	padding-top: 7rem;
	position: relative;
}
.bzp-hero--bottle-shot {
    max-height: 80vh;
	width: 100vw;
	padding-top: 7rem;
	position: relative;
}

.bzp-hero--bottle-shot .page-width {
	z-index: 1;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}

.bzp-hero--bottle-shot .page-width .bzp-hero--bottle-shot__image {
	max-width: 50%;
	aspect-ratio: var(--bottle-image-aspect);
	margin-top: 4rem;
}

.bzp-hero--bottle-shot .page-width .bzp-hero--bottle-shot__image img {
	object-fit: contain;
	height: 100%;
	width: 100%;
}

.bzp-hero--bottle-shot .page-width .bzp-hero--bottle-shot__text {
	color: #fff;
    text-shadow: 0 0 10px #00000030;
    margin-top: -4rem;
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.bzp-hero--bottle-shot .page-width .bzp-hero--bottle-shot__text .bzp-hero--bottle-shot__text__headline, 
.bzp-hero--bottle-shot .page-width .bzp-hero--bottle-shot__text .bzp-hero--bottle-shot__text__subheadline {
	color: inherit;
	text-transform: uppercase;
	font-family: var(--font-heading-family);
	font-weight: bold;
}

.bzp-hero--bottle-shot .page-width .bzp-hero--bottle-shot__text .bzp-hero--bottle-shot__text__subheadline {
	font-size: 2.75rem;
}
.bzp-hero--bottle-shot .page-width .bzp-hero--bottle-shot__text .bzp-hero--bottle-shot__text__headline {
    font-size: 4.5rem;
}

.bzp-hero--bottle-shot .bzp-hero--bottle-shot__background-image, 
.bzp-hero--bottle-shot .bzp-hero--bottle-shot__background-gradients {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	width: 100%;
	height: 100%;
}

.bzp-hero--bottle-shot .bzp-hero--bottle-shot__background-image img {
	position: relative;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center bottom;
}

.bzp-hero--bottle-shot .bzp-hero--bottle-shot__background-gradients .bzp-hero--bottle-shot__background-gradients__gradient {
	width: 100%;
	min-height: 100px;
	position: absolute;
	top: 0;
	left: 0;
	display: block;
}

.bzp-hero--bottle-shot .bzp-hero--bottle-shot__background-gradients .bzp-hero--bottle-shot__background-gradients__gradient-1 {
	height: var(--bg-gradient-1-vertical-position);
}

.bzp-hero--bottle-shot .bzp-hero--bottle-shot__background-gradients .bzp-hero--bottle-shot__background-gradients__gradient-2 {
	top: var(--bg-gradient-1-vertical-position);
	height: var(--bg-gradient-2-vertical-position);
}

.bzp-hero--bottle-shot__text .white-btn.buv-link-6 {
    color: #000;
    background-color: #FFF !important;
    min-width: unset;
    width: fit-content !important;
    padding: 1.5rem 5rem 1rem 5rem;
}
@media screen and (min-width: 1024px){
	.bzp-hero--bottle-shot .page-width .bzp-hero--bottle-shot__text {
		margin-top: -10vw;
	}	
}

@media screen and (max-width:1023px) {
    .bzp-hero--bottle-shot__text .white-btn.buv-link-6 {
        margin-left: auto;
        margin-right: auto;
    }
    .bzp-hero--bottle-shot {
        min-height: unset;
        max-height: unset;
    }

    .bzp-hero--bottle-shot .page-width {
        flex-direction: column;
    }

    .bzp-hero--bottle-shot .page-width .bzp-hero--bottle-shot__image {
        max-width: 100%;
        margin-top: 3rem;
    }

    .bzp-hero--bottle-shot .page-width .bzp-hero--bottle-shot__text {
        text-align: center;
        margin-top: unset;
    }
    .bzp-hero--bottle-shot .page-width .bzp-hero--bottle-shot__text .bzp-hero--bottle-shot__text__headline {
        font-size: 3.5rem;
    }
    .bzp-hero--bottle-shot .page-width .bzp-hero--bottle-shot__text .bzp-hero--bottle-shot__text__subheadline {
        font-size: 2.25rem;
    }
}
/* END_SECTION:hero-bottle-shot */