/** Shopify CDN: Minification failed

Line 329:69 Expected identifier but found whitespace
Line 768:271 Unterminated string token
Line 774:0 Expected ")" to go with "("

**/
/* Use this file to add custom css to the theme. */
  @font-face {
    font-family: 'Gerstner-ProgrammMedium';
    src: url('/cdn/shop/files/Gerstner-ProgrammMedium_8987bae5-86ad-4f06-b951-595bdebf57dd.woff?v=1707193819') format('woff');
    src: url('/cdn/shop/files/Gerstner-ProgrammMedium_4ecf59e0-5723-4671-826d-5df551fe3c56.woff2?v=1707193818') format('woff2');
    font-weight: 500;
    font-style: normal;
}

  @font-face {
    font-family: 'Gerstner-ProgrammBold';
    src: url('/cdn/shop/files/Gerstner-ProgrammBold.woff?v=1707193819') format('woff');
    src: url('/cdn/shop/files/Gerstner-ProgrammBold.woff2?v=1707193819') format('woff2');
    font-weight: 700;
    font-style: normal;
}

  @font-face {
    font-family: 'Gerstner-ProgrammLight';
    src: url('/cdn/shop/files/Gerstner-ProgramLight.woff?v=1707193819') format('woff');
    src: url('/cdn/shop/files/Gerstner-ProgramLight.woff2?v=1707193819') format('woff2');
    font-weight: 300;
    font-style: normal;
}


:root {
  --font-heading: 'Gerstner-ProgrammMedium'; 
  --font-heading-weight: 500;
  --font-body: 'Gerstner-ProgrammLight';
  --font-body-weight: 300;
}

.header__content, .utility-bar__announcement-item-content{
    font-family: 'Gerstner-ProgrammMedium' !important;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.template-page p a, .template-page .rte a{
  text-decoration: none;
  border-bottom: 1px solid #000;
  padding-bottom: 2px;
}

.template-page p a:hover{
  opacity:0.8;
}

.button, .bttn, #shopify-product-reviews .spr-summary-actions-newreview, 
.product__reviews .spr-summary-actions-newreview, 
#shopify-product-reviews .spr-summary-actions-, 
.product__reviews .spr-summary-actions-, 
#shopify-product-reviews .spr-button-primary, 
.product__reviews .spr-button-primary,
.shopify-challenge__container .shopify-challenge__button{
    background-color: #ffffff;
    color: #000000;
    border-width: 1px !important;
    border-style: solid;
    z-index: 1;
    bottom: 0;
    opacity: 1;
    transition: opacity .35s;
    text-transform: uppercase;
    margin-top: 12px;
    /*font-size: 12px;*/
    
}
.button{
  min-height: 45px;
  padding-left: 20px;
  padding-right: 20px;
}

.button:hover, .bttn:hover, #shopify-product-reviews .spr-summary-actions-newreview:hover, 
.product__reviews .spr-summary-actions-newreview:hover, 
#shopify-product-reviews .spr-summary-actions-:hover, 
.product__reviews .spr-summary-actions-:hover, 
#shopify-product-reviews .spr-button-primary:hover, 
.product__reviews .spr-button-primary:hover, 
.shopify-challenge__container .shopify-challenge__button:hover{
   background-color: #FBF9F4;
}

/* menu changes */

.nav__item .nav__link span.menu_count{
      margin-right: 10px;
}
.quick-cart__indicator-inner{
   margin-left: 3px;
}
span.count{
  margin-right: 15px;
}
/*h2.text-block__item{
  font-size:12px;
}*/
section.section div.text-block, .collection__container div.text-block {
  border-bottom: 1px solid #000;
}
.header-container.is-sticky .header{
  box-shadow:none;
}
/* .mosaic-grid__item-image img.image__img, .mosaic-grid__item-inner, .mosaic-grid-2-column__grid{
  height: 830px;
} */
.mosaic-grid-2-column__inner .mosaic-grid-2-column__grid{
  display: flex;
    width: 100%;
    column-gap: 200px;
    flex-wrap: wrap;
    justify-content: space-between;
}
.wrapper-mosaic:nth-child(2n){
  padding-top: 100px;
}
/* .wrapper-mosaic:nth-child(2n+1){
  padding-top: 100px;
}
.wrapper-mosaic:first-child{
  padding-top: 0;
} */
.mosaic-grid__item.mosaic-grid__item--medium-vertical-rect {
  padding-top: 119%;
  margin-bottom: 0;
}
.wrapper-mosaic {
  width: calc(50% - 200px * 1 / 2);
  max-width: calc(50% - 200px * 1 / 2);
}
.button_after_link{
  float: right;
  margin-top: 30px;
  text-transform: uppercase;
  text-decoration: none;
  line-height:1.2em;
}
.button_after_link span{
  border-bottom: 1px solid #000;
  padding-bottom: 2px;
}
.button_after_link:hover{
  opacity:0.8;
}
.product__liquid {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.product-form__controls-label-wraper label, .product-form__option-label-wrapper label{
  font-size: 10px;
}
.link_guarantee{  
  border-bottom: 1px solid #000; 
  padding-bottom: 2px; 
  font-size: 11px;
}
  
.mosaic-grid__heading{
  /*border-bottom: 1px solid #000;*/
  font-family: 'Gerstner-ProgrammMedium';
  /*font-size: 14px;*/
  padding-bottom: 0;
}
.mosaic-grid__subheading{
  font-family: 'Gerstner-ProgrammMedium';
}
.mosaic-grid__heading+.mosaic-grid__subheading{
      margin-top: 5px;
}
@media only screen and (max-width: 1199px){
  .mosaic-grid-2-column__inner .mosaic-grid-2-column__grid{
    column-gap: 100px;
  }
  .wrapper-mosaic {
    width: calc(50% - 100px * 1 / 2);
    max-width: calc(50% - 100px * 1 / 2);
  }
  .wrapper-mosaic:nth-child(2n) {
    padding-top: 50px;
  }
}

@media only screen and (max-width: 959px){
  .mosaic-grid-2-column__inner .mosaic-grid-2-column__grid {
    column-gap: 40px;
  }
  .wrapper-mosaic {
    width: calc(50% - 40px * 1 / 2);
    max-width: calc(50% - 40px * 1 / 2);
  }
}
@media only screen and (max-width: 608px){
  .wrapper-mosaic {
    width: 100%;
    max-width: 100%;
  }
  .mosaic-grid-2-column__inner .mosaic-grid-2-column__grid {
    row-gap: 40px;
    flex-wrap: wrap;
  }
  .wrapper-mosaic:nth-child(2n) {
    padding-top: 0;
  }
  .mosaic-grid__item.mosaic-grid__item--medium-vertical-rect {
    padding-top: unset;
  }
}
.footer {
  border-top: 1px solid #000000;
}
.footer__divider,
div.footer__social-icons {
  display: none;
}
.footer__copyright {
  text-align: right;
}
.footer__links ul li.list-item, .footer__text{
      color: rgb(0 0 0 / 70%);
}
h4.footer__header{
    font-family: 'Gerstner-ProgrammBold' !important;
    font-size: 12px;
    text-transform: none;
    letter-spacing: 0.5px;
}
.footer__links a, .footer__text li.list-item.ma0{
    font-family: 'Gerstner-ProgrammMedium' !important;
    font-weight: 500 !important;
    font-size: 11px;
}
.footer__links, .footer__text{
  padding-left:20px;
}
.footer__text li.list-item.ma0 a{
  text-decoration: none;
  font-family: "Gerstner-ProgrammLight" !important;
}
div.footer__text.rte.mb3{
  padding-left: 0px;
  margin-top: 12px;
  font-size: 11px;
}
.footer__newsletter .input{
  border-top: none;
  border-left: none;
  border-right: none;
  padding-left: 0;
  font-size: 11px;
}
.footer__header .footer__newsletter h4{
    font-family: 'Gerstner-ProgrammMedium' !important;
  font-size: 12px;
    text-transform: none;
    letter-spacing: 0.5px;
}

/*ul.list.ma0.pa0.list_2_col_DISCOVER,*/ ul.list.ma0.pa0.list_2_col_Discover{
    columns: 2;
    column-gap: 5px;
    width: 200px;
    white-space: nowrap;
}
/* image with text  */

.link_btn_img_text{
  text-transform: uppercase;
}

/* PRODUCT PAGE CSS START */

.template-product .section-borderable+.section-borderable>.section--bordered {
  border-top: 0;
}

.breadcrumbs{
  font-family: 'Gerstner-ProgrammLight' !important;
  text-transform: uppercase;
  font-size: 10px;
  line-height: normal;
}

/* PRODUCT PAGE CSS END */

/* HEADER CSS START */
.header .header__icon-list .quick-cart__indicator{
  width: auto;
}

.header .header__icon-list .header__icon{
  margin-left: 50px;
}
/* .template-index header .header__nav .list .nav__submenu:not(.template-index header.is-sticky .header__nav .list .nav__submenu){
  background: transparent;
  box-shadow: unset;
  padding: 0;
}
.template-index .header__nav .list .nav__submenu .nav__link:not(.template-index header.is-sticky .header__nav .list .nav__submenu .nav__link){
  color: #fff;
} */

.template-collection .header__nav .list .nav__submenu .nav__link , 
.template-page .header__nav .list .nav__submenu .nav__link, 
.template-product .header__nav .list .nav__submenu .nav__link,
.template-cart .header__nav .list .nav__submenu .nav__link,
.template-customers-account .header__nav .list .nav__submenu .nav__link,
.template-customers-addresses .header__nav .list .nav__submenu .nav__link,
.template-customers-login .header__nav .list .nav__submenu .nav__link,
.template-customers-register .header__nav .list .nav__submenu .nav__link,
.template-captcha header .header__nav .list .nav__submenu{
    color: black;
}
.template-collection header .header__nav .list .nav__submenu, 
.template-page header .header__nav .list .nav__submenu, 
.template-product header .header__nav .list .nav__submenu,
.template-cart header .header__nav .list .nav__submenu,
.template-customers-account header .header__nav .list .nav__submenu,
.template-customers-addresses header .header__nav .list .nav__submenu,
.template-customers-login header .header__nav .list .nav__submenu,
.template-customers-register header .header__nav .list .nav__submenu.
.template-captcha header .header__nav .list .nav__submenu{
    padding-left: 15px;
    background: #fff;
}
@media only screen and (max-width: 959px){
  .header .header__icon-list .header__icon {
    margin-left: 0;
  }
  .type-heading-dynamic{
    font-size: 18px;
  }
}

/* HEADER CSS END */

/* MOBILE DRAWER MENU CSS START */

.drawer-menu__link{
  font-family: 'Gerstner-ProgrammBold' !important;
  text-transform: uppercase;
  letter-spacing: .5px;
  font-size: 12px;
}

/* MOBILE DRAWER MENU CSS START */

/* FOOTER CSS START */
span.footer__heading.newsletter_fnt.fs-accent {
    font-family: 'Gerstner-Programmmedium' !important;
}
@media only screen and (max-width: 607px){
  .footer__group--newsletter{
    order: 1;
  }
}
/* FOOTER CSS END */

/* PRODUCT GRID CSS START */
.carousel__next-button, .carousel__previous-button{
  background-color: transparent;
  box-shadow: none;
}
.featured-collection__slides .product-item__details,.collection .product-item__details{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.featured-collection__slides .product_flavour, .featured-collection__slides .product-item__details a, .featured-collection__slides .product_material, 
.product-item .product_flavour, .product-item__details a, .product-item .product_material,
.recently-viewed__product-item .product_flavour, .recently-viewed__product-item .product-item__details a, .recently-viewed__product-item .product_material,
.product-recommendations .product_flavour, .product-recommendations .product-item__details a, .product-recommendations .product_material, 
.product_flavour, .product_material{
  font-family: 'Gerstner-Programmmedium' !important;
  line-height: normal;
}
.featured-collection__slides .product_flavour, 
.product-item .product_flavour,
.recently-viewed__product-item .product_flavour,
.product-recommendations .product_flavour{
  font-size: 10px;
  text-transform: uppercase;
}
/*.featured-collection__slides .product-item__details, .featured-collection__slides .product_material, 
.product-item__details, .product-item .product_material,
.recently-viewed__product-item .product-item__details, .recently-viewed__product-item .product_material,
.product-recommendations .product-item__details, .product-recommendations .product_material{
  font-size: 12px;
}*/

.carousel__slides .flickity-viewport {
    overflow: hidden;
}
.recently-viewed__product-item .product-item__details{
   display: flex;
   flex-wrap: wrap;
   justify-content: space-between;
}

.product-recommendations .product-item__details{
    display: flex;
    flex-wrap: wrap;
   justify-content: space-between;
}
.add_cart_quick button, .quick-cart__checkout-button{
    background-color: #ffffff;
    color: #000000;
    border-width: 0.5px !important;
    border-style: solid;
    z-index: 1;
    bottom: 0;
    width: 100%;
    opacity: 1;
    transition: opacity .35s;
    text-transform: uppercase;
    margin-top: 12px;
    /*font-size: 12px;*/
}
.add_cart_quick button:hover, .cart-template__footer-actions .bttn:hover, .quick-cart__checkout-button:hover{
   background-color: #FBF9F4;
}
.cart-template__footer-actions .bttn{
    background-color: #ffffff;
    color: #000000;
    border-width: 0.5px !important;
    border-style: solid;
    z-index: 1;
    bottom: 0;
    width: 200px;
    opacity: 1;
    transition: opacity .35s;
    text-transform: uppercase;
    margin-top: 12px;
    /*font-size: 12px;*/
}
 /* div.text-block {
    border-bottom: none;
} */

.text-block__item.text-block__button{
  background-color: black;
  float:right;
}
.text-block__item.text-block__button:hover{
  z-index: unset;
  border-width: 2px;
  border: solid;
  border-color: black;
  background-color: white;
  color:black;
  float:right;
}
/*.featured-collection__slides*/ .product-item__details a {
  text-transform: uppercase;
}
.price dl {
  margin-bottom: 0;
}
/*.featured-collection__slides*/.product-item .product_ratings {
  margin: 5px 0 8px;
}
.bttn.product-form__cart-submit{
  background-color: white;
  color:black;
  border: 1px solid black !important;
  transition: opacity .35s;
  text-transform: uppercase;
  margin-top: 0px;
  /*font-size: 12px;*/
}
.bttn.product-form__cart-submit:hover{
  background-color: #FBF9F4;
}
.product__policies{
  display: none;
}
.product__title{
  text-transform: uppercase;
  margin-top: 0px;
}
.rte strong{
  font-family: 'Gerstner-ProgrammMedium' !important;
}
.product__border{
  border-color: #000;
  margin-top: 12px;
  margin-bottom: 14px;
}  
.product-recommendations .text-block__heading, .recently-viewed-products .text-block__heading{
  margin-left: 0;
}
.type-heading-2{
  font-size: 12px;
  font-family:"Gerstner-ProgrammLight";
}
.product__description:first-child{
  margin-bottom: 0;
}


@media only screen and (min-width: 38em){
  .section{
    padding-top: 55px;
    padding-bottom: 55px;
  }
}
@media only screen and (min-width: 60em){
  .product{
    justify-content: space-between;
  }
  .product-page-wrapper__inner{
    margin-left: 0;
    margin-right: 0;
    max-width: var(--max-width);
  }
  .collection-banner{
    margin-top: 55px;
  }
}
.product-thumbnails__item + .product-thumbnails__item {
  margin-top: 5px;
}
#shopify-section-template--15065796804721__rich_text_TQ8YMF{
  .section.section--spacing-regular{
    padding-bottom: 0;
  }
}
#shopify-section-template--15065796804721__image_with_text_iD7FbW{
  .section{
    padding-top: 40px;
  }
}
.page__header{
  max-width:1000px;
}
.page__header .type-heading-1{
  text-align:left;
  border-bottom: 1px solid #000;
}
@media (min-width: 38em) and (max-width: 60em){
  .carousel--columns-5.carousel--items-2 .carousel__navigation{
          display:none
      }
}
@media (min-width: 38em) and (max-width: 60em){
    .carousel--columns-3 .carousel__slide, .carousel--columns-5 .carousel__slide{
        width:50%
    }
}
@media (min-width: 60em){
  .carousel--columns-5.carousel--items-2 .carousel__navigation, 
  .carousel--columns-5.carousel--items-3 .carousel__navigation, 
  .carousel--columns-5.carousel--items-4 .carousel__navigation,
  .carousel--columns-5.carousel--items-5 .carousel__navigation,
  .carousel--columns-5.carousel--items-6 .carousel__navigation{
          display:none
      }
}
@media (min-width: 60em){
    .carousel--columns-5 .carousel__slide{
        width:20%
    }
}

/* Cart & Cart drawer tweaks */
.quick-cart__tabs{ 
  border-bottom: 1px solid #000; 
  padding: 10px 0 0;
  margin: 0 20px !important;
  text-align:left;
}
.quick-cart__tab-item a.active{
  border:none !important;
}
.quick-cart__tab-item{
  font-family: 'Gerstner-ProgrammMedium' !important;
  line-height: normal;
  text-transform:uppercase;
  padding: 10px 0 0;
}
.quick-cart__close-button{
  padding-bottom:0;
  padding-right:0;
}
.js-tab-link-recent{display:none;}
.quick-cart__footer{
  border-top: 1px solid #000; 
  margin: 0 20px;
  padding: 20px 0 !important;
}
/* login / account page tweaks */
.login, .account__auth-wrapper, .account__address-inner{
  border:0;
}
.login__heading, .account__auth-wrapper-heading{
  text-transform: uppercase;
  text-align:left;
  border-bottom: 1px solid #000;
}

/* account page tweaks */
.account__heading{
  text-transform: uppercase;
  border-bottom: 1px solid #000;  
  text-align: left;
  margin-bottom: 40px;
}
.account__section-heading{
  text-align: left;
  text-transform: uppercase;
}
.account__logout{
  text-align: right;
}
.account__logout a{
  font-style: normal;
  text-transform: uppercase;
  text-decoration: none;
  border-bottom: 1px solid #000;
  padding-bottom: 2px;
}
section.section.video {
    padding: 0;
}
section.section.video video{
  height: 100%;
  width: 100%;
}
button.ajax_add-to-cart.bttn,.drawer-checkout, button.product-item__quick-shop-button.active.bttn:disabled{
    width: 100%;
}
span.taxes-shipping_checkout {
    display: block;
}
.quick-cart__empty-state a {
    text-decoration: underline;
}
@media only screen and (min-width: 768px){
  video#mobile_video{
    display: none;
  }
}
@media only screen and (max-width: 768px){
  video#desktop_video{
    display: none;
  }
  .recently-viewed__product-item .product-item__details, .product-recommendations .product-item__details{
    flex-direction: column;
  }
}

[data-open-add-to-existing] {
    width: 100%;
    line-height: 43px;
}
.final_item--price {
    display: block;
}
.text-columns--alignment-center .text-columns__image{
  max-width: 35px !important;
}

button.search-template__submit-button.bttn{
  margin-top:0;
}

/* judgme tweaks */
.jdgm-prev-badge{font-size: 10px;}
.jdgm-preview-badge .jdgm-star.jdgm-star {
  font-size: 8px;
  line-height: normal;
}
.jdgm-prev-badge__text{
    visibility:visible !important;
}
.jdgm-link{
  text-decoration: none !important;
}
span.jdgm-rev__buyer-badge.jdgm-rev__buyer-badge, .jdgm-rev__verification-badge-img,  div.jdgm-rev__icon, .jdgm-rev__actions, .jdgm-rev__prod-link-prefix:before, 
.jdgm-rev-widg__title, .jdgm-widget-actions-wrapper, .jdgm-row-actions {
  display: none !important;
}
.jdgm-rev-widg__header{
  text-align: left !important;
}
.jdgm-all-reviews__summary.jdgm-rev-widg__summary{
  align-items: flex-start !important;
}
.jdgm-row-stars{
  justify-content: flex-start !important;
}
.jdgm-form-wrapper{
  border-top: 0 !important;
}
/*.jdgm-widget .jdgm-btn.jdgm-btn{
  padding-top: 30px !important;
}*/
.page-width .shopify-block{
  max-width: 3000px !important;
}
.jdgm-rev__reply{
  background-color: #fff !important;
}
.jdgm-sort-dropdown {
  font-size: 12px !important;
}
.jdgm-all-reviews-page__load-more-wrapper{
  padding-top: 55px !important;
  padding-bottom: 55px !important;
}
.jdgm-row-actions{
  align-items: flex-end !important;
  border-top: none !important;
  border-bottom-color: #000 !important;
}
.jdgm-rev{
  border-top: none !important;
  border-bottom: 1px solid #000 !important;
}
.jdgm-all-reviews__body{
  border-bottom: 1px solid #000 !important;
}
.jdgm-rev-widg__summary .jdgm-star, .jdgm-star{
  font-size: 8px !important;
}
.jdgm-write-rev-link.jdgm-write-rev-link, .jdgm-widget .jdgm-btn.jdgm-btn{
   font-family: "Gerstner-ProgrammLight" !important;
    background-color: #ffffff !important;
    color: #000000 !important;
    border: 0.5px solid #000 !important;
    transition: opacity .35s;
    text-transform: uppercase;
    font-size: 12px !important;
  font-weight: 300 !important;
}
.jdgm-write-rev-link.jdgm-write-rev-link:hover, .jdgm-widget .jdgm-btn.jdgm-btn:hover{
   background-color: #FBF9F4 !important;
}
.jdgm-rev-widg__summary{
    align-items: flex-start !important;
}
.jdgm-sort-dropdown-wrapper{
  margin-top: 0px !important;
}
.jdgm-paginate{
    text-align: right !important;
  padding-top: 40px !important;
}
a.jdgm-btn.jdgm-btn--solid.jdgm-paginate__load-more{
    border-top: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
    padding: 10px 0 0 2px !important;
}
a.jdgm-btn.jdgm-btn--solid.jdgm-paginate__load-more:hover{
  opacity:0.8 !important;
  background-color: #fff !important;
}
a.jdgm-btn.jdgm-btn--solid.jdgm-paginate__load-more:before{
  background-image: url( "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 14'%3E%3path d="M8.09722 11.432L11.8292 7.7L8.09722 3.968L7.52122 4.544L10.2692 7.292H3.76522V3.5H2.94922V8.108H10.2692L7.52122 10.856L8.09722 11.432Z'/%3E%3C/svg%3E");
}


/* judgme tweaks end */

