/** Shopify CDN: Minification failed

Line 300:3 Unexpected "/"

**/
.template-index {
  --color-header-background: var(--color-heading-text);
}

.cart-icon-white, .cart-icon-red {
  width: 30px;
  max-width: unset;
  height: 30px;
}

@media only screen and (max-width: 768px) {
  .cart-icon-white, .cart-icon-red {
    width: 20px;
    max-width: unset;
    height: 20px;
  }
}

/* Main content */

/* @media only screen and (max-width: 768px) {
  #MainContent {
	padding-top: 60px;
  }
}
@media only screen and (max-width: 375px) {
  #MainContent {
	padding-top: 54px;
  }
}
@media only screen and (max-width: 325px) {
  #MainContent {
	padding-top: 47px;
  }
} */

/* Announcement bar | Default */
.announcement-bar .desktop-hidden.announcement-bar__content.grid-container{
  height:40px;
  max-height:40px;
  font-size:1.25rem;
  line-height: 1.5;
}
.announcement-bar .mobile-hidden.announcement-bar__content.grid-container{
  color:var(--color-heading-text);
  height:50px;
  max-height:50px;
  font-size:1.5rem;
}

/* Header bar | Default*/
.sf-header .header__wrapper header{
	color: var(--color-heading-text);
}
.sf-header.scroll-up .header__wrapper header {
  color: var(--color-header-background);
}
@media only screen and (min-width: 992px) {
  .sf-header .header__wrapper header a{
    font-size: 18px;
  }
}
.sf-header .sf-menu-item>a{
	line-height: 1!important;
	height: 100%;
  padding-bottom: 5px;
}
@media only screen and (max-width: 768px) {
  .sf-header .sf-menu-item>a:after {
    bottom: calc(1.25rem - 10px)!important;
  }
}

/* Header | options like cart, currency */
.sf-header .sf-header__desktop .sf-menu-logo-bar .sf-options-wrapper__desktop{
  position: relative;
  left: 0;
  right: 1.5rem;
  width: auto;
}
@media only screen and (max-width: 768px) {
  .sf-header .sf-header__desktop .sf-menu-logo-bar .sf-options-wrapper__desktop{
    right: -10px;
  }
}

  
/* Locksmith content */
  #locksmith-content{
    	margin: 120px 0 0 0;
  }
  
  
  
/* Mobile side menu section */
.mega-menu-customer{
	display: none;
}
.sf-menu-wrapper-mobile {
  width: 100%;
  top: 0;
}

.sf-menu-wrapper-mobile .sf-menu-links {
  padding: 3rem 4rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: start;
  gap: 1rem;
}

.sf-menu-wrapper-mobile .sf-menu-links > li {
  width: 100%;
  text-align: center;
  font-size: 110%;
}

.sf-menu-wrapper-mobile .sf-menu-links > li:last-child {
  border-bottom: 1px solid white;
  padding-bottom: 4rem;
}

.sf-header .sf-menu-wrapper-mobile .sf-menu__content {
	width: 100%;
	background: var(--color-heading-text);
	font-size: 50px;
	margin: 0;
	text-align: center;
	color: #fff;
	font-family: 'futura-pt',sans-serif !important;
	/* padding-top: 5rem; */
	line-height: 0.6;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.sf-header .sf-menu-wrapper-mobile .sf-menu__content .close-buttom {
	display: flex;
  position: relative;
	padding: 5px;
	font-family: system-ui;
	font-weight: 500;
  color: var(--color-heading-text);
  background: white;
  border-radius: 50%;
  aspect-ratio: 1;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  .sf-header .sf-menu-wrapper-mobile .sf-menu__content {
    font-size: 35px;
  }
}

/* FAQ, Terms of sevice and policy page page*/
/* .template-page.page-faqs #MainContent, .template-.-terms-of-service #MainContent, .template-.-privacy-policy #MainContent{
  	background-color: var(--color-heading-text);
	color: #fff !important;
} */
/* .template-page.page-faqs #MainContent *{
	color: #fff !important;
} */


/* Announcement bar | our dna page*/
.template-page.page-our-dna #shopify-section-annoucement .announcement-bar{
  	background-color: var(--color-heading-text);
}
.template-page.page-our-dna #shopify-section-annoucement .announcement-bar div{
	color: #fff !important;
}

/* Announcement bar | batch log page*/
.template-page.page-batch-log #shopify-section-annoucement .announcement-bar{
  	background-color: var(--color-heading-text);
}
.template-page.page-batch-log #shopify-section-annoucement .announcement-bar div{
	color: #fff !important;
}

/* Announcement bar | Collection page*/
.template-collection #shopify-section-annoucement .announcement-bar{
  	background-color: var(--color-heading-text);
}
.template-collection #shopify-section-annoucement .announcement-bar div{
	color: #fff !important;
}


/* Header bar and maincontent | Home page*/
.template-index .header__wrapper {
	--color-heading-text: white;
}
.template-index .sf-image.sf-logo-default{
	display: none;
}
.template-index .scroll-up .header__wrapper .sf-image.sf-logo-default {
  display: block;
}
.template-index .sf-image.sf-logo-transparent{
	display: block;
}
.template-index .scroll-up .header__wrapper .sf-image.sf-logo-transparent {
  display: none;
}
.template-index .header__wrapper .cart-icon-red {
  display: none;
}
.template-index .header__wrapper .cart-icon-white {
  display: block;
}
.template-index .scroll-up .header__wrapper .cart-icon-white {
  display: none;
}
.template-index .scroll-up .header__wrapper .cart-icon-red {
  display: block;
}

/* Header bar and maincontent | recipes pages*/
.template-page[class*="page-recipes"] {
  --color-header-background: var(--color-heading-text);
  background-color: var(--color-header-background);
}
.template-page[class*="page-recipes"] .header__wrapper {
	--color-heading-text: white;
}
.template-page[class*="page-recipes"] .sf-image.sf-logo-default {
	display: none;
}
.template-page[class*="page-recipes"] .scroll-up .header__wrapper .sf-image.sf-logo-default {
  display: block;
}
.template-page[class*="page-recipes"] .sf-image.sf-logo-transparent{
	display: block;
}
.template-page[class*="page-recipes"] .scroll-up .header__wrapper .sf-image.sf-logo-transparent {
  display: none;
}
.template-page[class*="page-recipes"] .header__wrapper .cart-icon-red {
  display: none;
}
.template-page[class*="page-recipes"] .header__wrapper .cart-icon-white {
  display: block;
}
.template-page[class*="page-recipes"] .scroll-up .header__wrapper .cart-icon-white {
  display: none;
}
.template-page[class*="page-recipes"] .scroll-up .header__wrapper .cart-icon-red {
  display: block;
}


/* Header bar and maincontent | Other pages*/
.sf-image.sf-logo-default{
	display: block;
}
.scroll-up .header__wrapper .sf-image.sf-logo-default {
  display: none;
}
.sf-image.sf-logo-transparent {
	display: none;
}
.scroll-up .header__wrapper .sf-image.sf-logo-transparent {
  display: block;
}
/* @media only screen and (max-width: 768px) {
  .template-index #MainContent {
    margin-top: -60px;
  }
} */
.header__wrapper .cart-icon-white {
  display: none;
}
.scroll-up .header__wrapper .cart-icon-red {
  display: none;
}
.scroll-up .header__wrapper .cart-icon-white {
  display: block;
}


/* Header bar | stock-our-products page*/
.template-page.page-stock-our-products .header__wrapper header {
	background-color: var(--color-heading-text);
	color: white;
}
.template-page.page-stock-our-products .sf-image.sf-logo-default {
	display: none;
}
.template-page.page-stock-our-products .sf-image.sf-logo-transparent {
	display: block !important;
} */


/* Header bar | How to drink page*/

.template-page.page-how-to-drink .header__wrapper header {
	background-color: var(--color-heading-text);
	--color-heading-text: white;
}

.template-page.page-how-to-drink .header__wrapper .cart-icon-white {
  display: block;
}

.template-page.page-how-to-drink .header__wrapper .cart-icon-red {
  display: none;
}

.template-page.page-how-to-drink .sf-image.sf-logo-default{
	display: none;
}
.template-page.page-how-to-drink .sf-image.sf-logo-transparent{
	display: block !important;
}


/* Stock our products | breadcrumb */
.template-page.page-stock-our-products .page-header .page-header__breadcrumb{
    display: none;
}
.template-page.page-stock-our-products .page-header .page-header__title{
    color: var(--color-heading-text)!important;
}

.sf-menu-wrapper-mobile .sf-image.sf-logo-transparent {
  display: block;
}

/* button and link hover*/
.sf__btn.sf__btn-primary:focus, .sf__btn.sf__btn-primary:hover, a.sf__btn.sf__btn-primary:focus, a.sf__btn.sf__btn-primary:hover, button.sf__btn.sf__btn-primary:focus, button.sf__btn.sf__btn-primary:hover {
	border-color: var(--color-heading-text);
	color: var(--color-btn-text-hover);
  box-shadow: 0 0 0 0.2rem var(--color-heading-text);
}
.sf-footer .sf-currency-switcher:hover, .sf-footer .sf-language-switcher:hover, .sf-footer .social-media-links a:hover {
	color: var(--color-heading-text);
	background: #fff;
	border-color: var(--color-heading-text);
	border: 2px solid;
}
.sf-header .sf-menu-item:hover>a:after {
	width: calc(100%);
}
ul.link-lv2.leading-8.hover-red-underline a:hover {
	text-decoration: underline;
}
.sf__btn.sf__btn-white{
	color: var(--color-heading-text)!important;
	background-color: #fff!important;
  border-radius: 5px !important;
}
.sf__btn.sf__btn-white:hover{
	color: var(--color-heading-text)!important;
	background-color: #fff!important;
	text-decoration: underline!important;
	box-shadow: initial!important;
}
.template-product .add-to-cart.sf__btn.sf__btn-white:hover span {
	text-decoration: underline!important;
}
.special-our-dna-text{
  display: none;
}
.collection-card__info{
  min-height: 300px;
}
@media only screen and (max-width: 768px) {
  .collection-card__info{
    min-height: 550px;
  }
  .collection-card__info div{
    font-size: 1.35rem!important;
  }
}
.collection-shop-btn{
  position: absolute;
  width: 100%;
  bottom: 0;
}

@media only screen and (min-width: 1441px) {
  .sf-header .sf-menu-item:hover>a:after {
	  width: calc(100% - 40px);
  }
}
  
  
/* Cart page */
  .template-cart .page-header .page-header__title{
  	display: none;
  }
  .template-cart .scd__wrapper.sf-cart .sf-cart__summary .sf-cart__submit-controls{
    margin-bottom: 1rem;
  }

/* primary buttons */
a.sf__btn.sf__btn-primary.sf__btn-small {
	font-size: 130%;
}
/* a.sf__btn.sf__btn-white {
	font-size: 130%;
} */


/* Stock our product page | select tag */
select {
	border-radius: 0.25rem;
	border-width: 1px;
	border-style: solid;
	--tw-bg-opacity: 1;
	background-color: rgba(255,255,255,var(--tw-bg-opacity));
	padding: 0.5rem 0.75rem;
	line-height: 1.5rem;
	border-color: var(--border-color-3);
}


/* Product page */
/* .template-product .header__wrapper header {
	background-color: var(--color-heading-text);
	color: white;
}
.template-product .sf-image.sf-logo-default{
	display: none;
}
.template-product .sf-image.sf-logo-transparent{
	display: block !important;
} */
.template-product {
  --color-header-background: var(--color-heading-text);
  background-color: var(--color-header-background);
}
.template-product .header__wrapper {
	--color-heading-text: white;
}
.template-product .sf-image.sf-logo-default {
	display: none;
}
.template-product .scroll-up .header__wrapper .sf-image.sf-logo-default {
  display: block;
}
.template-product .sf-image.sf-logo-transparent{
	display: block;
}
.template-product .scroll-up .header__wrapper .sf-image.sf-logo-transparent {
  display: none;
}
.template-product .header__wrapper .cart-icon-red {
  display: none;
}
.template-product .header__wrapper .cart-icon-white {
  display: block;
}
.template-product .scroll-up .header__wrapper .cart-icon-white {
  display: none;
}
.template-product .scroll-up .header__wrapper .cart-icon-red {
  display: block;
}
.template-product .sf-media-nav{
  display: none;
}
.template-product .sf-media-nav-mobile{
  display: none;
}
/* .template-product .container-fluid{
  --offset-x: 0!important;
} */
.template-product .container{
  --offset-x: 0!important;
}
.template-product .sf-prod__container {
	margin: 0 !important;
}
.template-product .sf-prod__info-wrapper {
	margin-top: 0px !important;
}
.template-product .product-form__actions .items-end>div, .template-product .product-form__actions .items-end>button{
  	display: inline-block;
    max-width: 150px;
}
@media only screen and (max-width: 768px) {
  .template-product .container-fluid .w-full.md\:w-1\/2:first-child {
	  border-bottom: 2px solid #fff;
    border-right: 0;
    padding-bottom: 1rem;
  }
}

@media only screen and (min-width: 1024px) {
  .desktop-hidden {
    display: none !important;
  }
}

@media only screen and (max-width: 1023px) {
  .mobile-hidden {
    display: none !important;
  }
  li.sf-menu-item.list-none.sf-menu-item--no-mega.sf-menu-item-parent {
	margin: 0 0.25rem!important;
  }
  .template-product .product-form__actions .items-end .sf__btn{
    padding-left: 0.25rem!important;
    padding-right: 0.25rem!important;
  }
  .template-product .product-form__actions .items-end>div, .template-product .product-form__actions .items-end>button{
  	display: inline-block;
    max-width: 90px;
  }

  /* .header__wrapper {
    position: relative;
  } */
}

/* Header bar | Contact page*/
@media only screen and (max-width: 1023px) {
  .template-page.page-contact {
    --color-header-background: #fc4720;
  }

  .template-page.page-contact section[data-section-type="custom-content"] .section-py {
    padding-top: 0;
    padding-bottom: 2rem;
  }

  .template-index .sf-header:not(.scroll-up) .header__wrapper,
  .template-page.page-contact .sf-header:not(.scroll-up) .header__wrapper {
    position: relative !important;
    top: 0;
    left: 0;
    background-color: #fc4720;
  }

  .template-page.page-contact .header__wrapper {
    --color-heading-text: white;
  }

  .template-page.page-contact .sf-image.sf-logo-default {
    display: none;
  }

  .template-page.page-contact .sf-image.sf-logo-transparent {
    display: block;
  }

  .template-page.page-contact .scroll-up .header__wrapper .sf-image.sf-logo-transparent {
    display: none;
  }

  .template-page.page-contact .scroll-up .header__wrapper .sf-image.sf-logo-default {
    display: block;
  }

  .template-index .cart-icon-white,
  .template-page.page-contact .cart-icon-white {
    display: block;
  }

  .template-page.page-contact .scroll-up .cart-icon-white {
    display: none;
  }

  .template-index .cart-icon-red,
  .template-page.page-contact .cart-icon-red {
    display: none;
  }

  .template-page.page-contact .scroll-up .cart-icon-red {
    display: block;
  }
}

@media only screen and (min-width: 1024px) {
  .template-page.page-contact section[data-section-type="custom-content"] .section-py {
    padding-bottom: 80px;
    padding-top: 80px;
  }
}

.mobile-hidden.announcement-bar__content.grid-container {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    gap: 100px;
}
/* li.sf-menu-item.list-none.sf-menu-item--no-mega.sf-menu-item-parent {
	margin: 0 1rem;
} */
.menu-border {
  background-color: var(--color-heading-text);
  border: 1px solid var(--color-heading-text);
  padding: 0rem .75rem !important;
  border-radius: 10px;
  color: var(--color-header-background);
}

.scroll-up .menu-border {
  background-color: var(--color-header-background);
  border: 1px solid var(--color-header-background);
  color: var(--color-heading-text);
}
.menu-border a{
  	padding-top: 0.75rem!important;
  	padding-bottom: 0.75rem!important;
}
@media only screen and (max-width: 768px) {
  .menu-border {
    padding: 0rem 0.75rem !important;
  }
  li.sf-menu-item.sf-menu-item-parent a{
    padding-top: 0.6rem!important;
    padding-bottom: 0.6rem!important;
  }
}
a {
	border-radius: 0 !important;
}

/* .sf-custom.homepage .sf-custom__block-inner{
	padding: 0 5%;
} */
.sf-custom.custom-dna .dna-heading{
	padding: 0 3%;
  border-bottom: 2px solid var(--color-heading-text);
}
@media screen and (max-width: 1023px)  {
  .sf-custom.custom-dna .dna-heading{
    padding: 0;
  }
}
/* .sf-custom.custom-dna .sf-custom__block{
	padding: 0 !important;
} */
.sf-custom.custom-dna .dna-image-left {
	padding-right: 5%;
}
.sf-custom.custom-dna .dna-image-right {
	padding-left: 5%;
}
@media screen and (max-width: 1023px)  {
  .sf-custom.custom-dna .mobile-dna-image-left {
    padding-right: 0%;
    margin-right: auto;
  }
  .sf-custom.custom-dna .mobile-dna-image-right {
    padding-left: 0%;
    margin-left: auto;
  }
}
.red_background{
	background-color: var(--color-heading-text) !important;
}

.main-product__blocks p {
	color: #fff;
}
.main-product__blocks div {
	color: #fff;
}
@media screen and (max-width: 768px)  {
  .main-product__blocks div.product-form__actions .product-form__actions-wrapper {
    flex-direction: column;
    row-gap: .5rem;
  }
}

.main-product__blocks div.quantity-input__button {
	color: unset;
}
.main-product__blocks span {
	color: #fff;
}
.main-product__blocks .add-to-cart span {
  color: var(--color-header-background);
}
.main-product__blocks a {
	color: #fff;
}

/*    FOOTER     */
div#shopify-section-footer footer.sf-footer .container-fluid{
  padding-left: 0!important;
  padding-right: 0!important;
}
@media only screen and (min-width: 769px) {
  /* footer.sf-footer .sf-image {
  	top: 20px;
  	left: 50px;
  } */
  footer.sf-footer .hover-red-underline {
	line-height: 2rem !important;
	font-size: 1.1rem!important;
  }
}

.sf-footer .sf__footer-middle .sf-footer__block {
	padding-top: 0px;
  padding-bottom: 0px;
	/* padding-bottom: 40px; */
}

.sf-footer .social-media-links a{
	background-color: var(--color-heading-text);
	border-color: var(--color-btn-bg,var(--color-primary));
	color: var(--color-btn-text,#fff);
    border-radius: 50% !important;
	padding: 3%;
	margin: 3%;
}
.sf__accordion-item .sf__accordion-button:after{
    background-image: var(--arrow-down-red-url) !important;
}

.tk-freight-big-pro { font-family: "freight-big-pro",serif; }

font.custom-font i {
  font-family: "freight-big-pro" !important;
}

@font-face {
    font-family: "Voyage";
    src: url("Voyage-Regular.otf") format("opentype");
}

#sf-custom__block--028ccc25-66f6-4f40-8852-740e1861e232 div.special-our-dna-text, #sf-custom__block--28e3ce35-e364-43f3-ba87-18b633233063 h4.dna-heading, #sf-custom__block--524cf4ab-4f06-4b7f-acd2-549d14c014fc h4.dna-heading, #sf-custom__block--c6a8b57f-c54c-43f1-9771-9ea5d88a2f36 h4.dna-heading {
  font-family: "Voyage" !important;
}

div#sf-custom__block--f5e88f1f-ff68-4d03-b686-0cb9fe62fab1 h4.batch-heading, div#sf-custom__block--75478145-34f4-4852-8ed9-9e667a68db7f h4.batch-heading {
  text-transform: lowercase;
}

/* body.page-faqs .sf-menu-item, body.-terms-of-service .sf-menu-item  {
  color: #fff;
} */

/* body.page-faqs .sf-logo-default img, body.-terms-of-service .sf-logo-default img {
  filter: brightness(10);
} */

body.template-cart h1.page-header__title, body.page-newsletter h1.page-header__title {
  color: #fc4720 !important;
}

div[data-image-id="31842849357994"] {
  --aspect-ratio: 1 !important;
}

#sf-custom-template--15129634013354__1635469770f6511709 .image-card .image-card__img {
  z-index: 2;
}

#sf-custom-template--15129634013354__1635469770f6511709 .image-card .image-card__content {
  z-index: -1;
}

body.page-our-dna .special-our-dna-text {
  z-index: 2;
}
  
@media only screen and (min-width: 769px) {
  body.page-how-to-drink #shopify-section-template--15147486511274__16379791801172f50e {
    display: none;
  }
}
  
@media only screen and (max-width: 768px) {
  body.page-how-to-drink #shopify-section-template--15147486511274__1637965808b273c6e8 {
    display: none;
  }
}
  
@media screen and (max-width: 768px) {
body.page-how-to-drink .sf-hero .sf-hero__inner {
    height: 400px !important;
  }
}
  
#sf-custom__block--1be0dae1-f62b-4a5d-a8c1-ecde1a1b0bd2 {
  z-index: 2147483649;
}
  
#shopify-section-template--15147486511274__custom-content .section-py {
  padding-top: 0;
}
  
body.page-how-to-drink #sf-custom__block--1be0dae1-f62b-4a5d-a8c1-ecde1a1b0bd2 h1 {
  text-align: center;
  margin-top: -130px;
}
 
@media only screen and (max-width: 768px) {
  body.page-how-to-drink #sf-custom__block--1be0dae1-f62b-4a5d-a8c1-ecde1a1b0bd2 h1 {
    font-size: 66px !important;
    margin-top: -56px;
  }
}  
  
#sf-custom__block--1be0dae1-f62b-4a5d-a8c1-ecde1a1b0bd2 .hr-row {
  display: none;
}
  
form#product-form-template--15129633980586__main select.sf-product-variant-option-dropdown {
  color: #000;
}
  
.gPreorderBottomMessage {
  display: none !important;
}

/***** RRD ****/

.sf-po__option-button {
    padding: 10px 10px 3px 10px !important;
    border: none !important;
    flex-direction: column !important;
}

.product-options .option-label {
    font-weight: 500;
}

/* .div_variant {margin-right: 6px;} */

.sf-po__option-button span {
  border: none !important;
  display: flex;
  justify-content: center;
  color: #fff !important;
  background-color: var(--color-heading-text);
  height: auto;
  align-items: center;
  padding: 5px;
  flex-direction: column;
}

.sf-po__option-button span.text-only {
  height: 100%;
}

.sf-po__option-button {
  display: block;
  /*flex-direction: column;
  justify-content: center;*/
  align-items: center;
  background: #fff;
  
  /* padding: 10px; */
  border: 1px solid white !important;
  border-radius: 0 !important;
  width: 100%;
  min-width: 120px;
  height: 100%;
  padding: 0 !important;
}

.sf-po__option-button img {
    width: 80px;
    margin: 0 auto;
    height: 80px;
}

.sf-po__option-button:hover,
.sf-po__option-button[data-selected=true] {
	/* border: 5px solid #fff !important; */
  padding: 5px !important;
  /* transition: padding 0.1s ease !important; */
}

.sf-po__option-button:hover span,
.sf-po__option-button[data-selected=true] span {
  padding: 0px !important;
  /* transition: padding 0.1s ease !important; */
}

.product-option-item.show-swatch-image {
    background-size: contain;    
    font-size: 18px !important;
    line-height: 18px;
    width: 200px;
    height: 80px;
    color: #fff !important;
    border: none;
    background-repeat: no-repeat;
}

.product-option-item.show-swatch-image span {
    padding: 0 0 0 5px;
    color: red;
    font-size: 15px;
    font-weight: 300;
}

.product__description.prose {
  display: flex;
  flex-direction: column;
}

.flex.gap-medium {
  column-gap: 0.5rem;
  row-gap: 0.5rem;
}

/*hidden*/
/*
.footer-image-mobile, .landing-page-header {display: none;}
.img_text_footer {display: none !important;}
*/

