/** Shopify CDN: Minification failed

Line 509:62 Unexpected "{"
Line 4496:2 Unexpected "}"

**/
/* # KG Custom Styles
================================================== */

/* ---- Homepage Style ---- */  
div.hp-featured {
  margin: 30px 0 50px 0;
  }
  
div.klaviyo-form-RGGwfP {
  margin-top:-20px;
}
  
  
div.hp-text-left {
 margin-top:14%; 
  max-width:100%;
}
  
  
h1.hp-banner {
  font-size:4em;
  max-width:100%;
  font-weight:bold;
  text-transform:uppercase;
}
  
h2.hp-banner {
  font-size:2em;
  line-height:3em;
  font-weight:bold;
  }
  
span.hp-green {
color:#87d700;
  display:block;
  font-size:1.5em;
  line-height:.5em;
}

.hp-img-right {
 padding-left:30px; 
}
  
span.strong {
 font-size:1.2em; 
}
  
#shopify-section-footer-classic{
 background-color:#F7F7F7; 
}
  
@media only screen and (max-width: 749px) {
 div.hp-text-left {
  text-align:center; 
 }
  
  .hp-img-right {
 padding-left:0px; 
}
  
  h1.hp-banner {
  font-size:2.5em;
    line-height:2em;
}
    h1.hp-banner .hp-green{
    line-height:.6em;
}
  span.strong {
 font-size:1em; 
}
  
h2.hp-banner {
  font-size:1.3em;
  line-height:3em;
  }
p.footer__heading {
 margin-top:20px !important; 
}
  
  h6.featured {
    display:none;
}
  
div.hp-text-left {
 margin-top:20px; 
}

div.one-third.columns {
 margin-bottom:40px; 
}
  
div.hp-featured {
   margin-bottom:0; 
  }
}
  
  div.product-thumbnail {
        min-height:70px;
  }
  

   @media only screen and (max-width: 1080px){
    div.product-thumbnail {
        min-height:80px;
  }
     .description-title {
margin-top:70px;
}
        }

  
  
  
/* ----Add to Cart Collections Page ---- */



  form.col-quantity-form {
      width:100%;
  }
   
div.col-quantity-box {
  margin:auto;
  display:block;
  width:120px;
  margin-top:-4px;
}
  
input#quantity.col-quantity {
  	padding:13px 10px 14px 10px;
    border:solid 1px black;
  	margin-top:20px;
  float:left;
  width:60px;
}
  
input.col-quantity-sub {
   display:block; 
    width:220px !important;
  margin-left:-40%;
    background-color:#87d700;
  }


    
input.col-quantity-sub:hover{
  background-color:#CCCCCC;
  }


/*Sample Pack Style*/
  
  	.hide-me{
            transform: scale(1);
        }

      
        @media only screen and (max-width: 749px){
        .chikeHideOnMobile {
            display: none !important;
            visibility: hidden;
        }
        }

        /*  - CSS class inteded to only reveal elements when in mobile view*/
        @media only screen and (min-width: 749px){
        .chikeRevealOnMobile {
            display: none !important;
            visibility: hidden;
        }
        }

        .text-WithImg{
            background-color: #f7f7f7;
        }

        .mini-chikeline{
            max-width: 5vw;
        }

        #text-WithImg-text h3{
            font-size: 40px;
        }
        #text-WithImg-img{
            padding-right: 0em;
        }
        .tryItBody-topSection{
            background-color: white;
        }
        
        .lil-icon{
            max-width: 7vmax;
            height: auto;
        }

        .sectionThree{
            background-color: black;
            color: white;
        }

        .sectionfour{
            padding-top: 10em;
            padding-bottom: 5em;
        }
      	.pngDropShadow {
            /* width: 250px; */
            -webkit-filter: drop-shadow(5px 5px 5px #D8D8D8);
            filter: drop-shadow(10px 10px 30px #D8D8D8);
        }
        .lilBox{
            background-color: white;
            border-radius: 15px;
            /* padding: 20px; */
            width: 20vw;
            height: 20vw;

            
        }
        .lilSharpBox{
            background-color: #93c719;
            
            width: 20vw;
            height: 20vw;
            
        }

        .centerimage {
            display: flex;
            flex-direction: column;
            justify-content:baseline;
        }

        .basicShadow{
            -webkit-box-shadow: 5px 5px 20px 0px rgba(0,0,0,0.16); 
            box-shadow: 5px 5px 20px 0px rgba(0,0,0,0.16);
        }

  
  /*----- Announcement Bar Modal -----*/

.modal {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: left;
  background: rgba(0,0,0, .9);
  transition: opacity .25s ease;
z-index: 1;
}

.modal__bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  cursor: pointer;
}

.modal-state {
  display: none;
}

.modal-state:checked + .modal {
  opacity: 1;
  visibility: visible;
}

.modal-state:checked + .modal .modal__inner {
  top: 0;
}

.modal__inner {
  transition: top .25s ease;
  position: absolute;
  top: -20%;
  right: 0;
  bottom: 0;
  left: 0;
  width: 50%;
  margin: auto;
  overflow: auto;
  background: #fff;
  border-radius: 5px;
  padding: 1em 2em;
  height: 50%;
}

div.modal-text {
 margin-top:15%;
}
  
.announcement-bar__content .modal p {
  color:#000;
  font-size:24px;
  text-align:center;
  display:block; 
  margin-top:14px;
}
  
div.modal-text a {
padding:5px 0;
  margin:auto;
  margin-top:40px !important;
  background-color:#87d700;
  color:#fff;
  font-weight:bold;
  display:block;
  width:160px;
  font-size:18px;
}
  
div.modal-text a:hover {
  background-color:#000;
}
  
.modal__close {
  position: absolute;
  right: 1em;
  top: 1em;
  width: 1.1em;
  height: 1.1em;
  cursor: pointer;
}

.modal__close:after,
.modal__close:before {
  content: '';
  position: absolute;
  width: 2px;
  height: 1.5em;
  background: #ccc;
  display: block;
  transform: rotate(45deg);
  left: 50%;
  margin: -3px 0 0 -1px;
  top: 0;
}

.modal__close:hover:after,
.modal__close:hover:before {
  background: #aaa;
}

.modal__close:before {
  transform: rotate(-45deg);
}

@media screen and (max-width: 768px) {
	
  .modal__inner {
    width: 90%;
    height: 50%;
    box-sizing: border-box;
     top: 0%;
    z-index: 11;
  }
  
  div.modal-text{
  margin-top:100px !important;
} 
  
div.announcement-bar__content {
 min-height:40px; 
}
}

/* ----Subscription Styling ----*/
  span.rc_label__discount {
   display:none; 
  }
  
  /* ---- Breadcrumbs ----*/
.breadcrumb a{
  font-size: 12px;
  text-decoration:underline;
}
  
  .breadcrumb.is-regular {
  font-size: 12px;
}
  
.breadcrumb.is-regular .icon {
 width:1em;
 height:1em;

}


/* ----Remove Padding Mobile---- */
  .block__image-with-overlay .mobile-text--below-media .caption,
.image-with-text-overlay .mobile-text--below-media .caption,
.image-slideshow .mobile-text--below-media .caption {
 margin-top:0;
  margin-bottom:0;
}
  
  
/* ----Product Page Styling---- */
  
.flickity-button {
 display:none; 
}
  
.product-gallery__thumbnails {
 margin-top:20px; 
}

div.clear {
 clear:both; 
}

 @media screen and (max-width: 1080px) and (min-width: 742px) { 
 
   body.product h1.product_name.title, 
   body.product-apparel h1.product_name.title
{
  font-size:20px;
      position: absolute;
    top: 0;
  padding-top:10px;
}
   .two-fifths {
     width:100%;
   }
    .three-fifths {
      width:100%;
    }

   .img-instructions img {
     width:100%;
   }
   
   body.product .product__images, 
   body.product-apparel .product__images
   {
    margin-bottom: 20px;
      position: relative;
    padding-top: 120px;
  }

   
   
   body.product-apparel div.product-block.product-block--price
 {
      position: absolute;
    top: 0;
   margin-top:65px;
 }

   
   body.product div.product-app,
   body.product-apparel div.product-app
{
   position: absolute;
   top: 0;
   margin-top:90px;
}
   
.quantity-wrapper .quantity-element {
    min-height:36px; 
   }
 
.quantity-wrapper.quantity-style--stacked .quantity-input-control {
 width:100%; 
  height:36px;
}
   
input.col-quantity-sub {
margin-top:0;
  }
  
   
.image-with-text__text-column {
    padding-top:0; 
   }

 }

 /*---- SAMPLE PACK V2 ----*/

span.freeship {
  display:none;
}

body.product-sampler span.freeship {
  display:inline;
  color: #8c8c8c;
}

body.product-sampler .purchase-details__buttons {
  max-width: 290px;
}

 body.product-sampler div.loox-rating, section.skio-subscription div.loox-rating {
   padding-bottom:8px;
 }
                  
 body.product-sampler div.product-block.product-block--price, {
   padding-top:16px;
   border-top: 1px solid #cccccc;
 }

@media screen and (min-width: 1080px) {
 body.product-sampler div.product__information.one-half.column.medium-down--one-whole {
   padding-left:30px;
 }
}

 div.product-text {
   color: #797979;
 }
div.img-instructions {
  margin-top:24px;
}

 div.product-text p{
  font-size:18px;
 }
 
h4.qty {
  font-size: 16px;
  font-weight:700;
}
.button--add-to-cart span.text{
  font-size:24px;
}



 
 @media screen and (max-width: 769px) {
body.product-sampler .shopify-section.product-template.product-breadcrumb {
  display:none;
}

 .product-gallery__thumbnail {display: flex;}
 .product-gallery__thumbnail img, .product-gallery__thumbnail {
    width: 18px !important;
    height: 18px;
    border: solid 1px #8c8c8c;
    background-color:#ffffff;
    border-radius: 100px;
}

.container .column  .product-gallery__thumbnail,
 .container .columns .product-gallery__thumbnail{
margin-right:0;
}
   
 .product-gallery__thumbnail img {
display: none;
}
 .product-gallery__thumbnail.is-nav-selected {
    background: #87D700;
  border:none;
      border-radius: 100px;
    width: 18px !important;
}
 .product__images {
    margin-bottom: 30px;
  }
   h1.product_name.title {
     font-size:24px;
   }
 }

 button.button.button--add-to-cart {
 box-shadow:0px 3px 6px rgba(0, 0, 0, 0.2);
}

form.shopify-product-form {
background: #ffffff;
  position: -webkit-sticky;
  position: sticky;
  bottom: -1px;
}

  
@media (max-width: 1080px) {
.image-with-text__text-column {
  padding: 0px !important;
}
}

/*---- FOOTER BANNER ----*/
  .bg-black {
    background-color:#000000;
    display:block;
    width:100%;
    color:#ffffff;
    text-align:center;
    font-weight:bold; 
    padding:10px;
  }


/*---- STORE LOCATOR ----*/
  #stockist-widget {
 
  }
/*---- GIVEAWAY TEMPLATE ----*/
@media (max-width: 767px) {
  body.page-giveaway .image-with-text__text-column.one-half {
  width: calc(50% - 20px);
    font-size:12px;
  }
  body.page-giveaway h3.image-with-text__heading {
    font-size:28px;
    margin-top:20px;
  }
}

/*---- COFFEE PAGE SKIO UPDATES ----*/

details.skio-details.mobile {
    display:none;
  }

h1.product_name.title {
text-transform:none;  
}

.skio-group-container--selected {
    border: solid 0px #000;
    font-weight:bold;
}

.skio-plan-picker {
 width:100%;
}

fieldset.skio-plan-picker {
  padding:0px;
}

label.skio-group-label {
  padding:0 10px;
}

div.product-text p {
  font-size:16px;
  line-height:24px;
  padding-top:4px;
}

div.yotpo {
  padding:4px 0;
}

fieldset.skio-plan-picker {
  border-radius:8px;
}

section.skio-subscription div.modal_price.subtitle {
  
}


body.product-flavorprofile .product-block.product-block--description{
  color:#3F3F3F;
}
body.product-flavorprofile h3.image-with-text__heading, body.product-flavorprofile .image-with-text__wrapper, body.product-flavorprofile .image-with-text__text, body.product-flavorprofile h1{
  color: #3F3F3F !important;
}
     
                  
section.skio-subscription .purchase-details__buttons .button {
min-height:36px !important;
}

section.skio-subscription div.product_section.js-product_section.container.is-justify-space-between.has-padding-bottom {
  overflow:visible !important;
}
            
section.skio-subscription .product-gallery.product-gallery__thumbnails--true{
   position: sticky !important;
    z-index: 0;
    top: 85px;
}
            
 
  div.skio-group-container{
  margin-bottom:10px;
}

.skio-details--content {
  margin-left:-90px;
}


h3.coffee-header {
  text-align:center;
  margin-top:20px;
  color:#3F3F3F;
  text-transform:none;
}
  section.skio-subscription span.skio-grey {
  border: solid 1px #BCBCBC;
  border-radius:8px;
    display:inline-block;
    width:98%;
  }
@media(min-width: 1081px){
section.skio-subscription .purchase-details.has-quantity-box {
  align-items:center;
}

}
@media(max-width: 1080px){
.desktop {
    display:none;
  }
  
.cart__quantity { 
position: absolute;
left:    0;
bottom:   -14px;
}

     section.skio-subscription .purchase-details__buttons .button {
     width:100%;
   }

  section.skio-subscription  .purchase-details.has-quantity-box .purchase-details__spb--false {
  width:100%;
  max-width:100%;
}
  section.skio-subscription .purchase-details__buttons.purchase-details__spb--false {
  
    padding-top:10px;
}
  section.skio-subscription details.skio-details.mobile {
    display:block;
  }
section.skio-subscription .purchase-details__buttons .button {
  max-width:100%;
}
  
div.img-instructions {
    margin-top:90px;
  }

  details.skio-details.mobile {
    width:1200px;
    margin-left:150px;
    margin-top:-40px;
  }
  .one-time div.skio-price {
    margin-right:10px;
  }
  div.skio-group-container.subscribe {
    padding-bottom:20px;
    margin-bottom:0px;
  }

  div.breadcrumb__container {
  display:none;
  }
}


  

/*---- NATURALS TEMPLATE ----*/
section.grey {
  max-width:500px !important;
  background-color:#F5F5F5;
  padding:30px;
  border-radius:8px;
  text-align:center;
  font-weight:600;
  box-shadow: 0 0 8px  rgba(0, 0, 0, 0.15);
}

.flavors div.icon-with-text-column__column {
  box-shadow: 0 0 8px  rgba(0, 0, 0, 0.15);
  border-radius:8px;
}

.flavors h3{
  text-transform:none;
  font-size:2em;
  margin-top:20px;
  font-weight:600;
}

.flavors p{ 
text-align:left;
}

div.naturals h3 {
  padding-bottom:10px;
  font-weight:600;
}

img.text__image {
    width:350px;
  margin:10px auto 40px auto;
}

div.flavors .icon-column__text p {
  font-size:20px;
  padding-left:20px;
  padding-right:20px;
}

div.naturals a.button{
  background-color: #93D500;
  padding:18px 10px;
  font-size:16px;
  border-width:0;
  box-shadow: 0 0 8px  rgba(0, 0, 0, 0.2);
  border-radius:8px;
}

div.heading-divider {
    display:none;
}

body.page-naturals-landing-page h2{
  line-height:1.4;
  font-weight:600;
  margin-bottom:0 !important;
}

body.page-naturals-landing-page heading-section__content {
  padding-bottom:0;
}

div.nutrition {
  margin-bottom:-70px;
  padding-top:40px;
}

div.nutrition a.button.button--primary{
  background-color:transparent !~important;
  color:#909090;
  text-decoration:underline;
  font-weight:normal;   
}
div.nutrition .button button--secondary {
  background-color:#93D500;
}

div.nutrition .button--primary:focus:not(:active), div.nutrition .button--primary.is-focused:not(:active), div.nutrition a.button--primary.button:focus:not(:active), div.nutrition a.button--primary.button.is-focused:not(:active) {
    box-shadow: 0 0 0 0;
}

@media only screen and (max-width: 1090px) and (min-width: 795px){
  div.flavors .icon-column__text p {
  font-size:18px;
    padding-left:10px;
  padding-right:10px;
}

  h3.icon-column__title {
    font-size:26px;
  }
}

@media only screen and (max-width: 954px) and (min-width: 795px){
 
  
  div.flavors .icon-column__text p {
  font-size:16px;
}

    h3.icon-column__title {
    font-size:22px;
  }
}

@media only screen and (max-width: 868px) and (min-width: 795px){
  div.flavors .icon-column__text p {
  font-size:14px;
}

    h3.icon-column__title {
    font-size:20px;
  }
}

/*---- QUANTITY BOX ----*/
input.quantity-input.quantity-element.input {
  border:none;
  font-size:18px !important;
  line-height:18px !important;
  font-family:arial;
  font-weight:900 !important;
}

 h4.qty {
  display:none;
}
  
 div.quantity-wrapper.quantity-style--box {
width:120px !important;
  border-radius:8px;
     box-shadow: 0px 3px 6px  rgba(0, 0, 0, 0.2);
background-color:#ffffff;
  height:40px;
  border-width:0;
}

 .quantity-wrapper.quantity-style--box .quantity-minus, .quantity-wrapper.quantity-style--box .quantity-plus {
  width:40px;
}

.control.quantity-input-control.quantity-input-control--fill {
  background-color:transparent;
  border-top: solid 1px #cbcbcb;
  border-bottom: solid 1px #cbcbcb;
}

div.control.plus-control .icon, div.control.minus-control .icon {
  font-size:12px !important;
  stroke:black; 
  stroke-width:10;
  height:20px;
  width:20px !important;
}

div.control.minus-control  {
  border: solid 1px #cbcbcb;
  border-radius:0;
  border-top-left-radius:8px;
  border-bottom-left-radius:8px;
  background-color:#F2F2F2;
}

div.control.minus-control:active,div.control.minus-control:hover   {
  background-color:#BCBCBC;
}

span.quantity-plus.quantity-element.button, span.quantity-minus.quantity-element.button {
  padding:0;
  background-color:transparent;
}

div.control.plus-control {
  border: solid 1px #cbcbcb;
  border-radius:0;
  border-top-right-radius:8px;
  border-bottom-right-radius:8px;
  background-color:#F2F2F2;
}
div.control.plus-control:active,div.control.plus-control:hover   {
  background-color:#BCBCBC;
}

.ajax-cart .quantity-wrapper.quantity-style--box {
width:120px;
}

.ajax-cart .quantity-wrapper.quantity-style--box {
margin-left:0;
  box-shadow: 0 4px 6px -2px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 3px 6px  rgba(0, 0, 0, 0.2);
}

.ajax-cart div.quantity-style--box {
float:left;
}

@media (max-width: 1080px) {
body.product-flavorprofile .quantity-wrapper.quantity-style--box, section.skio-subscription .quantity-wrapper.quantity-style--box {
  max-width:120px;
  margin-left: 20px;
  margin-top:20px;
}

  div.control.plus-control:active,div.control.plus-control:hover   {
  background-color:#F2F2F2;
}
  div.control.minus-control:active,div.control.minus-control:hover   {
  background-color:#F2F2F2;
}
  
body.product-flavorprofile div.quantity-style--box {
  margin-left: 225px;
}
  body {
  overflow-x:hidden;
}
}


/* All pages */
.product-flavorprofile .product-block h1{
  color: #3F3F3F;
}


/*---- SUBSCRIPTION CART UPDATE ----*/
h1.cart-page__title.title {
  margin-bottom:0;
}

p.item__title {
  font-size:16px !important;
  font-weight:bold;
}

div.cart__card.container {
  margin:10px 10px 20px 10px;
  border-top:solid 1px #CBCBCB;
}

div.cart__card.container:first-child {
  margin:10px 10px 20px 10px;
  border-top-width: 0px;
}

.compare-at-price,
.was-price {
  color: #BCBCBC;
  opacity: 1;
}

span.money.sub {
    color:#D80000;
}

div.govx-id {
  margin-left:30px;
  margin-top:-20px;
}

p.category-text {
  font-size:16px;
  color:#5C5C5C;
  font-weight:normal;
}

div.cart__remove {
  top: 90%;
  position:absolute;
  margin-right:38px;
}
div.additional-checkout-buttons {
  display:none;
}

fieldset.skio-plan-picker {
  display:none;
}

section.skio-subscription fieldset.skio-plan-picker{
  display:block;
}
  .cart__item-list.one-whole div.cart-remove {
margin-right:20px;
}

.cart__cost-summary container {
  min-width:350px;
}


@media only screen and (min-width: 1080px){
div.cart__item-list.one-whole {
border:solid 1px #707070 !important;
  border-top-width:0 !important;
    border-bottom-left-radius:8px;
  border-bottom-right-radius:8px;
  height:100%;
  }

  label.skio-group-label {
    padding-right:20px;
  }
  div.skio-group-content {
    margin-right:0px;
  }

div.container.medium-down--hide {
  background-color: #F2F2F2;
  border-top-left-radius:8px;
  border-top-right-radius:8px;
  border:1px solid #707070;
  border-bottom-width:0px;
  margin-left: calc(20px / 2);
  margin-right: calc(20px / 2);
}

.cart__headings {
  padding:6px 0;
}
    
div.cart__headings.column h3{
  font-size:16px;
  text-transform: none;
  color:#555555;
}

.quantity-box-enabled-true .cart__product-title {
  width: 20%;
  text-align: center;
}

.quantity-box-enabled-true .cart__frequency {
  width: 27%;
  text-align:center;
}

  .cart__cost-summary .column.medium-down--one-whole {
    margin:0;
  }
  .cart__cost-summary .cart__row {
  text-align:left;
  }

.quantity-box-enabled-false .cart__product-title {
  width: 66%;
}

.cart__card {
  border-top-width: 0px;
}

div.cart__checkout {
  width:100%;
  margin-left:0;
}

div.additional-checkout-buttons {
  width:100%;
  margin-left:0;
}

.cart__cost-summary .cart__row .cart__row-description {
  width: 30%;
}

div.cart__cost-summary {
  border-radius:8px;
  margin-left:20px;
  margin-top:-37px;
}

.cart__image {
  width: 20%;
}

.cart__total {
  width:%10%;
}

.cart__info {
  width: 80%;
}   
.cart__description {
  width: 42%;
  padding: 0 10px 0 20px;;
}

.cart__quantity {
  width: 21%;
}
div.cart__text div{
  display:none;
}
div.cart__text div.skio-sub{
  display:block;
  margin-top:20px;
}
div.shopify-cleanslate ul{
  min-width:319px;
}
div.shopify-cleanslate ul li{
  min-width:154px;
}
div.cart__quantity {
  margin-top:-15%;
}
div.cart__total {
  margin-top:-15%;
}
.cart__cost-summary .cart__row .cart__row-description {
    width: 50%;
}

  
  }


div.skio-sub {
    min-height:40px;
  }



  
@media only screen and (max-width: 1080px)  {


   p.item__properties {
    margin-top:-6px;
  }
  
  div.cart__form  .two-thirds {
    width:100%;
  }
  .cart__description {
  width: 100%;
  }
  .cart__total,
.cart__quantity,
.cart__price {
    width: 100% !important;
    text-align: left;
  }
  
div.cart-details.one-third {
  width:100%;
}
  
  div.cart__image {
  padding-bottom:60px;
}
  div.cart__card.container:first-child {
  margin:10px 0px 40px 0px;
}

           
p.item__properties {
  padding-top:20px;
}

  span.money.sub {
    float:left;
    padding-right:10px;
  }

  div.cart__total.desktop {
    position:absolute;
    top:30%;
    
  }

 div.skio-sub {
   margin-top:20px;
 }
  
div.cart__card.container {
  margin:10px 0px 40px 0px;
}

.cart__image {
  width: 40%;
}

.cart__info {
  width: 60%;
  padding-left:10px;
}
  .one-third {
  width: 100%;
}
  div.govx-id {
  margin-left:10px;
  } 
  div.cart__form {
  border-top:1px solid #EAEAEA;
  margin-top:50px;
  }  
  
  .cart__item-list.one-whole div.cart-remove {
margin-right:0px;
}

  div.cart__total span.money {
    font-weight:bold;
  }
   .cart__headings {
    display: none;
  }
  
  div.cart__quantity .purchase-details__quantity.product-quantity-box{
    margin-left:12%;
  }

    div.skio-sub {
      margin-top: 40px;
    }
 
  .cart__cost-summary .cart__row .cart__row-description {
  width: 60%;
}
  .cart__cost-summary .cart__row {
    text-align: left;
  }
  .cart__checkout {
  min-width: 98%;
}
  
}

@media only screen and (max-width: 1080px)  and (min-width:795px) {

    div.cart__description {
    margin-top:-40px;
  }
  .cart__total {
    margin-left:-90%;
    margin-top:-40px;
  }
  p.item__properties {
    margin-top:-3px;
  }
}

@media only screen and (max-width: 794px) and (min-width: 651px) {

   .cart__total {
    margin-top:-75px;
  }
  p.item__properties {
  font-size:14px;
  margin-top:2px;
}

}

@media only screen and (max-width: 650px) {
  .cart__total {
    margin-left:-40%;
    margin-top:-68px;
  }
p.item__properties {
  font-size:14px;
  margin-top:2px;
}

  
  div.cart__quantity .purchase-details__quantity.product-quantity-box{
    margin-left:3%;
  }
  div.cart__description {
    margin-top:10px; 
  }

  
  div.cart__total {
    margin-left:0;
  }
      div.skio-sub {
      margin-top:30px;
    }
 
}

.item__properties span:first-child{
  display:none;
}
p.item__properties {
  padding-top:0;
}

/*---- AJAX CART UPDATE ----*/
.is-drawer,
.is-mini-cart .card {
  background-color: #ffffff;
}
.ajax-cart__line-items {
  display:none;
}

.ajax-cart__cart-title {
    padding: 1rem;
    font-weight: 900;
    font-size:24px;
    border-bottom-width: 0px;
  text-align:left;
    font-family: Avenir, "Avenir Next", "Helvetica Neue", "Segoe UI", Helvetica, Arial, sans-serif;
}

.ajax-cart__details-wrapper {
  background-color:#F2F2F2;
  border-top-width:0;
}
.ajax-cart__row-description, .ajax-cart__row-description span.money {
  font-weight:bold;
  font-size:16px;
}
.ajax-cart__row-description {
  font-size:20px;
  font-family: Avenir, "Avenir Next", "Helvetica Neue", "Segoe UI", Helvetica, Arial, sans-serif;
  font-weight:700;
}

.ajax-cart__taxes-shipping-message.has-padding-top {
  padding-top:0;
}

.ajax-cart__product-image {
  width: 35%;
  margin-top:-60px;
}


.ajax-cart__product-title {
  font-weight:bold;
  font-size:16px;
}

.ajax-cart__price.price span.money{
  font-weight:normal;
  margin-bottom:4px;
}

.ajax-cart p.category-text {
  font-size:14px;
}

.ajax-cart div.cart-remove {
  padding-top:10px;
  padding-right:12px;
}

p.subscription-price {
  padding:0 !important;
  margin-top:0;
}

.subscription-price span.money, .ajax-cart__price.price span.money  {
  font-size:16px;
  font-weight:bold;
}

.subscription-price span.money  {
  color: #82BD00;
}

.close {
  background-color: #ffffff;
    border: none;
  float:right;
}

.close:hover {
  background-color: #ffffff;
}

p.cart-remove {
  color:#BCBCBC;
  text-decoration:underline;
}

.ajax-cart {overflow-y: auto; }

div.cart-details.one-third {
  min-width:300px;
}

@media only screen and (max-width: 947px){
  .ajax-cart div.cart-details.one-third {
    margin-top:60px;
  }
  div.cart__text div.discount{
  display:none;
}
  .cart__row-description p.h3, p.h3.cart__subtotal, .ajax-cart__row-description h3{
    font-size:26px;
  }
}

@media only screen and (max-width: 650px){
.ajax-cart div.skio-sub {
  margin-top:0;
}
  .ajax-cart .quantity-wrapper.quantity-style--box {
    margin:0 !important;
  }
}

div#rcsms-cart-widget {
  display:none;
}

section.skio-subscription
{
  overflow-x:visible !important;
}
html {overflow-x:visible !important;
}

/*---- SEASONAL PRODUCT TEMPLATE ----*/
body.product-seasonal section.skio-subscription div.modal_price.subtitle {
  display:block;
  font-weight:bold;
  padding-top:4px;
}

body.product-seasonal section.skio-subscription span.skio-grey {
  border-width:0px !important;
}

body.product-seasonal section.skio-subscription .purchase-details__quantity.product-quantity-box,
body.product-seasonal section.skio-subscription .quantity-wrapper.quantity-style--box {
   margin-left:0px;
  margin-top:0px;
 }

body.product-seasonal .purchase-details.has-quantity-box .purchase-details__spb--false {
    max-width: 60%;
}

body.product-seasonal section.skio-subscription details.skio-details.mobile {
  display:none;
}

@media only screen and (max-width: 1080px){
  body.product-seasonal .purchase-details.has-quantity-box .purchase-details__spb--false {
    max-width: 100%;
}
}

/*---- SEASONAL SINGLE SERVE PRODUCT TEMPLATE ----*/
body.product-seasonal-single-serve section.skio-subscription div.modal_price.subtitle {
  display:block;
  font-weight:bold;
  padding-top:4px;
}

body.product-seasonal-single-serve section.skio-subscription span.skio-grey {
  border-width:0px !important;
}

body.product-seasonal-single-serve section.skio-subscription .purchase-details__quantity.product-quantity-box,
body.product-seasonal-single-serve section.skio-subscription .quantity-wrapper.quantity-style--box {
   margin-left:0px;
  margin-top:0px;
 }

body.product-seasonal-single-serve .purchase-details.has-quantity-box .purchase-details__spb--false {
    max-width: 60%;
}

body.product-seasonal-single-serve section.skio-subscription details.skio-details.mobile {
  display:none;
}

@media only screen and (max-width: 1080px){
body.product-seasonal-single-serve .product-block.product-block--text {
  padding-top:60px;
}
  body.product-seasonal-single-serve .purchase-details.has-quantity-box .purchase-details__spb--false {
    max-width: 100%;
    margin-top:0;
}
}

/*---- SINGLE SERVE PACKETS ----*/


section.skio-subscription fieldset.swatch {
  margin-top:-12px;
  margin-bottom:16px;
}

section.skio-subscription div.swatch-element {
  border-radius:6px;
  margin-right:6px;
  padding:2px 8px;
}

section.skio-subscription  {
  text-transform: none;
}

section.skio-subscription .product-block--description {
color:#484848;
}


/*---- SOLD OUT BUTTON ----*/

.purchase-details__buttons:has(.button--add-to-cart.disabled):not(:has(.zoomOut, .fadeInOut)) {
  width:100%;
  max-width:100%;  
}

/*---- BUNDLE PRODUCT TEMPLATE ----*/

body.product-bundle .swatch__option {
  width: 141px;
  height:50px;
  }

body.product-bundle .swatch__option label{
  width: 140px;
  text-wrap: wrap !important;
  line-height:1;
  margin:auto;
  height:auto;
  font-size:16px;
  padding:0;
  }

body.product-bundle .swatch label {
  text-wrap: wrap !important;
  white-space: normal;
}

body.product-bundle .swatch input.swatch-element {
  width: 141px;
  height:60px;
}

body.product-bundle div.swatch-element {
    width: 141px;
  height:50px;
}

body.product-bundle .swatch input:checked+.swatch-element {
  background-color: #2E2E2E !important;
  color:#ffffff;
  font-weight:bold;  
}

p.bundle {
font-weight:bold;
color:#000000;
margin-top:20px;
margin-bottom:-10px;
}

body.product-bundle .skio-group-container.subscribe:not(.skio-group-container--available) {
  display:none;
}

@media only screen and (max-width: 1230px){
body.product-bundle .swatch__option {
  width: 106px;
  height:45px;
  }

body.product-bundle .swatch__option label{
  width: 106px;
  font-size:13px;
  padding:0;
  }

body.product-bundle .swatch input.swatch-element {
  width: 106px;
  height:45px;
}

body.product-bundle div.swatch-element {
    width: 106px;
  height:45px;
}

body.product-bundle  div.swatch__options {
    margin-right:-20px;
  }
}


/*---- COLLECTIONS PAGE ----*/
@media only screen and (min-width: 1080px){ 
section.featured.three-fourths {
  margin-right:50px;
}
  .mobile {
    display:none;
  }
}

h2.featured-collection__title.title {
  margin-bottom:.5rem;
}

.anchor {
 padding-top:100px;
}

p.subheading {
  font-family: "Helvetica Neue";
  font-size:18px;
  margin-bottom:1.5rem;
}

.shopify-section:has(div.grey-nav) {
  margin-bottom:-22px;
  z-index:10;
}

div.grey-nav {
  background-color: #f2f2f2;
  width: 210px;
  padding-left:10px;
  border-radius:6px;
  -webkit-filter: drop-shadow(2px 2px 4px #b0b0b0);
            filter: drop-shadow(2px 2px 4px #b0b0b0);
  z-index:50;
}
          
div.grey-nav aside {
  padding-bottom:10px;
}

.grey-nav form {
  display: grid;
  place-content: center;
  min-height: 100vh;
}

.grey-nav .form-control {
  line-height: 1.1;
  display: grid;
  gap: 0.5em;
  margin-left:24px;
  margin-bottom:10px;
  margin-top:-18px;
}

.grey-nav .form-control:focus-within {
  color: var(--form-control-color);
}

.grey-nav input[type="radio"] {
  -webkit-appearance: none;
  appearance: none;
  /* For iOS < 15 */
  margin: 0;
  font: inherit;
  color: currentColor;
  width: 1.15em;
  height: 1.15em;
  border: 0.15em solid currentColor;
  border-radius: 50%;
  display: grid;
  place-content: center;
  cursor: pointer;
}

a.link.active  {
font-weight:bold;
}

label.form-control {
cursor: pointer;
}

.grey-nav input[type="radio"]::before {
  content: "";
  width: 0.65em;
  height: 0.65em;
  border-radius: 50%;
  transform: scale(0);
  
  box-shadow: inset 1em 1em var(--form-control-color);
  /* Windows High Contrast Mode */
  background-color: CanvasText;
  cursor: pointer;
}

.grey-nav a.link.active input[type="radio"]::before {
  transform: scale(1);
}

 button#go_to_website {
   margin-bottom:20px;
  background-color:#000;
   padding: 2px auto;
 }

.fixed-header {
    position: fixed;
    top: 10%;
    left: 0;
    width: 100%; 
}

.col-quantity-box.mobile {
  display:none;
}
  .col-quantity-box.desktop {
  display:block;
}

.product-thumbnail__price.price {
  margin-top:4px;
}


.featured-collection__title.subheading {
  max-width:600px;
}

a.product-thumbnail__title{
  font-weight:bold;
}


div.thumbnail.has-padding-bottom {
    padding-bottom: 0px;
}

div.product-wrap {
    border-top-left-radius:6px;
  border-top-right-radius:6px;
}

div.product-wrap, div.purchase-details__buttons.purchase-details__spb--false {
  drop-shadow:none;
  background-color:white;
}

div.thumbnail div.purchase-details__buttons.purchase-details__spb--false {
padding-bottom: 20px;
  border-bottom-left-radius:6px;
  border-bottom-right-radius:6px;
}

div.thumbnail.product__thumbnail.product__grid-item {
border-radius:6px;
box-shadow: 0px 1px 2px 0px rgb(188, 188, 188, 1) inset;
box-shadow: 0px 1px 3px 0px rgb(188, 188, 188, 1);
}

div.thumbnail.product__thumbnail.product__grid-item:hover{
  box-shadow: 0px 1px 2px 0px rgb(188, 188, 188, 1) inset;
  box-shadow: 0px 3px 6px 0px rgb(188, 188, 188, 1);
  
}


div.thumbnail.product__thumbnail.product__grid-item img{
  border-radius:6px;
}

@media only screen and (max-width: 1080px) {

input.col-quantity-sub {
  margin-top:0px;
  }
  
  .mobile.mobile-price {
  padding-bottom:14px; 
    padding-top:4px; 
  }

  div.collection-links h2 {
    text-decoration:underline;
    padding:10px 0 10px 20px;
    display:none;
  }
  .collection-link-mobile {
  text-align:center;
  display:inline-block;
  padding:0 10px;
  width:140px;
  vertical-align:center;
  text-wrap:wrap;
    }

    .collection-link-mobile a {
    font-size:16px;
      line-height:18px;
       display: inline-block;
      white-space: normal;  
    }

 .collection-link-mobile a.linkmobile.activemobile {
   font-weight:bold;
 }
  
  .collection-link-mobile a:focus, .collection-link-mobile a:hover {
    font-weight:bold;
    color:#000;
    }
  
  div.mobile.collection-links {
    overflow-x:scroll;
    height:70px;
    padding-top:16px;
    vertical-align:middle;
    box-sizing: border-box;
    overflow-y: hidden;
    overflow-x: auto;
    white-space: nowrap;
    background-color:#F2F2F2 !important;
    width:100%;
}
  div.shopify-section:has(div.collection-links) {
    z-index:2;
    background-color:#F2F2F2 !important;
  }

 body.collection.announcement-bar--hidden .fixed-header {
    position: fixed;
    z-index: 2;
    top: 60px;
}
body.collection.announcement-bar--visible .fixed-header{
  top: 110px;
}

  input.col-quantity-sub { 
    width:120px !important;
  margin-left:0;
  }
.col-quantity-box.desktop {
  display:none;
}
  .col-quantity-box.mobile {
  display:block;
}
}

@media only screen and (max-width: 1080px) and (min-width:795px) {

  body.collection.announcement-bar--hidden .fixed-header {
    top: 80px;
}
body.collection.announcement-bar--visible .fixed-header{
  top: 110px;
}
  div.grey-nav {
    display:none;
  }
   div.product-thumbnail {
    height:106px;
  }
}



@media only screen and (min-width: 1170px) {
div.grey-nav {
  margin-top:100px;
}
}

@media only screen and (min-width: 1550px) {
section.featured.three-fourths {
  margin-right:10%;
}
section:has(div.grey-nav) {
  margin-right:25%;
}
}

@media only screen and (min-width: 1950px)  {
.equal-columns--outside-trim .thumbnail.one-third {
    width: calc(25% - (20px - (20px / 4)));
}
}

@media only screen and (max-width: 800px)  {
  .equal-columns--outside-trim .medium-down--one-half.medium-down--one-half,
.equal-columns--outside-trim .medium-down--eight.medium-down--eight,
.equal-columns--outside-trim .medium-down--one-third.medium-down--one-third,
.equal-columns--outside-trim .medium-down--one-fourth.medium-down--one-fourth,
.equal-columns--outside-trim .medium-down--four.medium-down--four,
.equal-columns--outside-trim .medium-down--one-fifth.medium-down--one-fifth,
.equal-columns--outside-trim .medium-down--one-sixth.medium-down--one-sixth,
.equal-columns--outside-trim .medium-down--one-seventh.medium-down--one-seventh,
.equal-columns--outside-trim .medium-down--two.medium-down--two {
    margin-right: 20px;
    margin-left: 20px;
  }
    .purchase-details__buttons {
    margin-left: 0px;
  }
}

@media only screen and (max-width: 500px)  {

    .equal-columns--outside-trim .medium-down--one-half.medium-down--one-half,
.equal-columns--outside-trim .medium-down--eight.medium-down--eight,
.equal-columns--outside-trim .medium-down--one-third.medium-down--one-third,
.equal-columns--outside-trim .medium-down--one-fourth.medium-down--one-fourth,
.equal-columns--outside-trim .medium-down--four.medium-down--four,
.equal-columns--outside-trim .medium-down--one-fifth.medium-down--one-fifth,
.equal-columns--outside-trim .medium-down--one-sixth.medium-down--one-sixth,
.equal-columns--outside-trim .medium-down--one-seventh.medium-down--one-seventh,
.equal-columns--outside-trim .medium-down--two.medium-down--two {
    margin-right: 4px;
    margin-left: 4px;
  }
}

@-moz-document url-prefix()  {
  @media only screen and (max-width: 1800px) and (min-width: 1450px) {
  .grey-nav {
    margin-left:-50px;
  }
    .section.three-fourths.column {
      margin-right:-20px;
    }
}
}

.product-thumbnail__was-price.compare-at-price .money {
  display:none;
}

.product-thumbnail__price.price span.money {
  display:none;
}

div.mobile.mobile-price {
  display:none;
}

.purchase-details__buttons.purchase-details__spb--false {
  margin-top:0;
}


@media only screen and (min-width: 1230px){
section:has(div.grey-nav) {
  position:fixed;
  margin-left:4%;
}
}

@media only screen and (min-width: 710px) {
    a.product-thumbnail__title {
  font-size:18px;
  
}
}
@media only screen and (min-width: 1300px){
div.product-thumbnail {
  width:78%;
}
}

@media only screen and (min-width: 1081px) and (max-width: 1300px){
div.product-wrap {
  margin:10px;
}
  div.product-thumbnail {
  width:100%;
}
  
input.col-quantity-sub { 
    width:100% !important;
  margin-left:0;
}
     a.product-thumbnail__title {
  font-size:18px;
}

  div.col-quantity-box {
    width:90%;
}
}

@media only screen and (min-width: 710px) and (max-width: 1080px){
 section.section.three-fourths.medium-down--one-whole.column {
   margin-left:auto;
   margin-right:auto;
   width: calc(95% - 20px);
 }    
  input.col-quantity-sub { 
    width:100% !important;
  margin-left:0;
}

  div.product-thumbnail {
  width:78%;
}

  div.col-quantity-box {
    width:90%;
}
  a.product-thumbnail__title {
  font-size:16px;
}    
  div.product-thumbnail {
    margin:0 10px;
  }
}

@media only screen and (min-width: 710px) and (max-width: 800px){
  .equal-columns--outside-trim .medium-down--one-half {
    width: calc(20% - 10px);
  }
   section.section.three-fourths.medium-down--one-whole.column {
   margin-left:auto;
   margin-right:auto;
   width:100%;
 } 
    a.product-thumbnail__title {
  font-size:15px;
}    
div.thumbnail-sticker {
  width: 80px;
}
}

@media only screen and (max-width: 710px) and (min-width: 600px){
.equal-columns--outside-trim .medium-down--one-half  {
    width: calc(50% - 50px) !important;
}
}

@media only screen and (max-width: 710px) {

    input.col-quantity-sub { 
    width:100% !important;
  margin-left:0;
}

  div.col-quantity-box {
    width:80%;
}
  .product-thumbnail {
    height:130px;
  }
  div.product-thumbnail {
  width:80%;
    margin:auto;
}
  
}

/*---- SPORTS PROMOTION ----*/

body.page-sports-promotion .flickity-button.flickity-prev-next-button.previous {
  margin-bottom:-95px;
  margin-left:32%;
  position:absolute;
}

body.page-sports-promotion .flickity-button.flickity-prev-next-button.next {
  margin-bottom:-95px;
  margin-right:32%;
  position:absolute;
}

body.page-sports-promotion .flickity-viewport {
  border-radius:8px !important;;
  border-width:0;
    box-shadow: 0 2px 6px 3px rgba(0, 0, 0, 0.2);
  border-radius:8px;
}

body.page-sports-promotion ol.flickity-page-dots {
  margin-right:30%;
}

 .flickity-buttons-container {
  margin-bottom:-135px;
}

body.page-sports-promotion .flickity-buttons-container {
  width:500px;
}

body.page-sports-promotion ol.flickity-page-dots {
  position:absolute;
  margin-bottom:-100px;
}
                  
body.page-sports-promotion .slideshow-classic__buttons .button {
  background-color:#000000;
  font-size: 18px;
  max-width:130px;
  margin-bottom:-300px;
  margin-right:103%;
}
@media only screen and (max-width: 1235px){
body.page-sports-promotion .flickity-button.flickity-prev-next-button.previous {
  margin-left:30%;
}

body.page-sports-promotion .flickity-button.flickity-prev-next-button.next {
  margin-right:30%;
}
}
@media only screen and (max-width: 1150px){
body.page-sports-promotion .flickity-button.flickity-prev-next-button.previous {
  margin-left:26%;
}

body.page-sports-promotion .flickity-button.flickity-prev-next-button.next {
  margin-right:26%;
}
}

@media only screen and (max-width: 950px){
body.page-sports-promotion .flickity-button.flickity-prev-next-button.previous {
  margin-left:22%;
}

body.page-sports-promotion .flickity-button.flickity-prev-next-button.next {
  margin-right:22%;
}
}

@media only screen and (max-width: 820px){
body.page-sports-promotion .flickity-button.flickity-prev-next-button.previous {
  margin-left:20%;
}

body.page-sports-promotion .flickity-button.flickity-prev-next-button.next {
  margin-right:20%;
}
}

@media only screen and (max-width: 1110px){
                  
body.page-sports-promotion .slideshow-classic__buttons .button {
  margin-right:100%;
} 
}

@media only screen and (max-width: 985px){
body.page-sports-promotion .slideshow-classic__buttons .button {
  margin-right:90%;
} 
}

@media only screen and (max-width: 795px){
body.page-sports-promotion ol.flickity-page-dots {
  position:absolute;
  
}
  body.page-sports-promotion .slideshow-classic__buttons .button {
  margin-bottom:-1100px;
    margin-left:-20px;
    margin-right:auto; 
}
}

@media only screen and (max-width: 765px){
body.page-sports-promotion .flickity-button.flickity-prev-next-button.previous {
  margin-left:15%;
}

body.page-sports-promotion .flickity-button.flickity-prev-next-button.next {
  margin-right:15%;
}
}

@media only screen and (max-width: 654px){
body.page-sports-promotion ol.flickity-page-dots {
  margin-right:0%;
}
  body.page-sports-promotion .flickity-viewport {
  margin-left:0px;
    margin-right:10px;
    margin-top:10px;
  border-width:0;
}

body.page-sports-promotion  .text-slideshow-column.two-fifths .flickity-viewport{
  margin-top:-40px;
}

  body.page-sports-promotion  .text-slideshow-column.two-fifths .flickity-viewport{
  min-height: 400px;
}

  body.page-sports-promotion .image-slideshow-column {
    margin:26px 30px 0 30px;
  }

  .text-slideshow__slide {
  padding: 3em 30px;
}
  body.page-sports-promotion .flickity-button.flickity-prev-next-button.previous {
  margin-left:10%;
}

body.page-sports-promotion .flickity-button.flickity-prev-next-button.next {
  margin-right:10%;
}
}

@media only screen and (max-width: 568px){
  body.page-sports-promotion .flickity-button.flickity-prev-next-button.previous {
  margin-left:0%;
}

body.page-sports-promotion .flickity-button.flickity-prev-next-button.next {
  margin-right:0%;
}
  body.page-sports-promotion .flickity-page-dots .dot {
    margin:0 4px;
  }

}

@media only screen and (max-width: 520px){
    body.page-sports-promotion ol.flickity-page-dots {
  position:absolute;
  margin-bottom:-60px;
}
}

/*---- PRODUCT TEMPLATE 2023 ----*/

.product-text {
  color:#000000;
}

.swatch-num {
  background-color:#000000;
  color:#ffffff;
  font-weight:bold;
  padding:3px 8px 3px 8px;
  border-radius: 50%;  
  margin-right:10px;
}

p.swatch-size {
  
  margin:0px 0 8px 0px;
}

p.swatch-size.quantity {
  margin-bottom:14px;
  width: 150px;
}

.product-quantity-box.purchase-details__quantity {
  margin-top: 0px;
}

.swatch-size.frequency {
  margin-top:20px;
  margin-bottom:-8px;
}

.swatch input:checked + .swatch-element {
  border:solid 1px #000000;
  background-color:#ffffff;
  box-shadow:0px 3px 6px rgba(0, 0, 0, 0.2);
  font-weight:bold;
}

.swatch label {
font-size:18px;
  padding:0 4px;
  text-transform:none;
}
.quantity_button {
      position: relative;
      width: 80px;
      height: 42px;
      background: #ffffff;
      color:#000;
      margin-right: 10px;
      border-radius: 10px;
      cursor: pointer;
  border:solid 1px #BCBCBC;
    }
    .quantity_button.qty-selected{
        border:solid 1px #000000;
  background-color:#ffffff;
  -webkit-filter: drop-shadow(0px 1px 2px #404040);
            filter: drop-shadow(0px 1px 2px #404040);
    }
    .quantity_buttons {
      display: flex;
    }
    .qty_btn_value {
      display: block;
      line-height: 40px;
      text-align: center;
      font-size: 16px;
      pointer-events: none;
    }
    .qty-selected .qty_btn_value {
      font-weight:bold;
    }
    .qty_btn_saveText {
      text-align: center;
      position: absolute;
      bottom: 3px;
      font-size: 10px;
      font-weight: 900;
      width: 100%;
      pointer-events: none;
    }
    .qty-selected .qty_btn_saveText{
      color: #fff;
    }

.green {
  color: #93D500;
}

label.skio-group-label {
  border: solid 1px #BCBCBC;
  border-radius:6px;
  padding:16px;
}

.skio-group-container--selected label.skio-group-label {
  border: solid 1px #000000;
  border-radius:6px;
  padding:16px;
  z-index:10;
  box-shadow:0px 3px 6px rgba(0, 0, 0, 0.2);
}

ul.sub-list {
  margin-top:14px;
  margin-left:10px;
}

ul.sub-list li {
  margin-bottom:6px;
  font-weight:normal;
}

.skio-group-container--available .swatch-sub {
  margin-right:6px;
  background-image: url("/cdn/shop/files/Grey_Subscription_checkmark.png?v=1702490419");
  background-repeat: no-repeat;
  background-size: 18px;
  padding-bottom:18px;
  padding-left:18px;
}



.skio-group-container--selected .swatch-sub {
  background-image: url("/cdn/shop/files/Green_Subscription_checkmark.png?v=1702489709");
  background-repeat: no-repeat;
   background-size: 18px;
padding-bottom:18px;
  padding-left:18px;
}

span.slash {
  margin-left:10px;
  text-decoration: line-through;
  color:#BCBCBC;
  font-weight:normal;
}

div.skio-group-content {
  margin-left:0px;
  margin-top:8px;
}

div.value {
  width:100%;
  align:right;
  text-align:right;
  z-index:0;
  position:relative;
}

div.value span{
  background-color: #BCBCBC;
  padding:6px 20px 6px 20px;
  border-top-left-radius:6px;
  border-top-right-radius:6px;
}

label.skio-group-label {
  z-index:10;
  position:relative;
  background-color:#ffffff;
}

div.value p {
  font-weight:bold;
}

.skio-group-container--selected div.value span{
  background-color: #000000;
  color:#ffffff;
}

.purchase-details .purchase-details__spb--false {
  height:60px;
}

.purchase-details .purchase-details__spb--false span.text{
  font-size:24px;
}

div.text{
  font-size:24px;
}

.swatch label {
height:36px;
  line-height:32px;
}

.yotpo-reviews-star-ratings-widget {
  margin-top:8px;
  padding-bottom:20px;
}
body.product-coffee-bag-2 div.product-gallery__image .image__container img, body.product-coffee-bag-seasonal div.product-gallery__image .image__container img {
  border-radius:6px;
}

body.product-coffee-bag-2 .quantity-wrapper.quantity-style--box, section.skio-subscription .quantity-wrapper.quantity-style--box, body.product-coffee-bag-seasonal .quantity-wrapper.quantity-style--box {
margin:0 0 10px 0;
}

p.swatch-size.quantity {
  display:none;
}

body.product-coffee-bag-2 p.swatch-size.quantity, body.product-coffee-bag-seasonal p.swatch-size.quantity {
  display:block;
}

p.coffee-callout {
  font-size:14px;
  color:#000;
  max-width:430px;
}



@media only screen and (min-width: 1109px){
.testimonial__nav-wrapper {
  justify-content: space-between;
  padding: 4px 35% 0 36%;
}
}

@media only screen and (min-width: 521px) and (max-width: 1108px) {
.testimonial__nav-wrapper {
  justify-content: space-between;
  padding: 4px 20% 0 20%;
}
}

@media only screen and (max-width: 1108px){
div.subscribe  .skio-price {
    margin-top:23px;
  } 
  div.subscribe  .skio-price span {
 margin-left:8px;
  }

  div.skio-price div.mobile {
    margin-top:-4px;
  }
  
  div.subscribe  span.slash {
    font-size:14px;
    margin-left:13px;
    line-height:12px;
  }
    div.subscribe .skio-group-topline {
    margin-top:-24px;
  }
  div.skio-group-content {
    margin-top:0;
  }
}

@media only screen and (max-width: 520px){

.testimonial__nav.testimonial__nav--prev, .testimonial__nav.testimonial__nav--next {
  padding:0 60px;
} 

 h2.title {
    text-align:center;
   margin:0 20px;
   max-width:300px;
   line-height:1.3;
  }

  .testimonial__name h3{
font-size: 24px;
  }
  
.testimonial-block.has-images-enabled-true .testimonial__name { 
  margin-bottom:4px;
  margin-top:4px;
}
}

@media only screen and (max-width: 400px){
  .swatch label {
font-size:15px;
  }
}

/*---- SAMPLER PACK TEMPLATE 2023 ----*/
select.variant-selection__variants {
  font-size:16px;
  width:100%;
  font-weight:bold;
  border-width:0px;
  padding-bottom:40px;
  padding-left:4px;
  z-index:999;
  position:relative;
  background-color:transparent;
   -webkit-appearance: none;  
    -moz-appearance: none;     
    appearance: none;         
    background-image: url('/cdn/shop/files/caret.svg?v=1701884749'); /* Add your caret icon */
    background-repeat: no-repeat;
    background-position: right 0px top -6px; /* Adjust as needed */
  background-size:30px;
  outline:none;
}


.variant-dropdown {
    border:1px solid #000;
  border-radius:6px;
  box-shadow:0px 3px 6px rgba(0, 0, 0, 0.2);
  padding:10px;
  min-height:40px;
  margin-top:-20px;
}

  
#variant-description {
  padding-right:20px;
  padding-left:4px;
  margin-bottom:0px;
  margin-top:-40px;
  z-index:1;
  position:relative;
}


div.pubs {
text-align:center;
border:3px solid #000;
margin-top:30px;
padding:20px;
}

select.variant-selection__variants  {
  color:#000000 !important;
}

div.dropdown select {
  color:#000000 !important;
}

div.skio-group-content select {
  color:#000000 !important;
}

#imageDisplay {
  width: 300px;
  height: 100%;
  border: 1px solid #000;
  margin-top: 10px;
  background-size: cover;
  background-position: center;
}
div.flavor-selector select {
  border: 1px solid #000;
  border-radius: 6px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
  margin-top:10px;
  width:100%;
  height: 40px;
  font-size:16px;
  font-weight:bold;
  margin-bottom:20px;
}

div.dropdown {
  margin:0 50px;
}

div.flavor-selector {
  max-width:100%;
  border-radius:6px;
  box-shadow:0px 3px 6px rgba(0, 0, 0, 0.2);
  margin-top:45px;
  border: solid 1px #BCBCBC;
}

div.flavor-selector h2 {
  text-align: center;
  font-size:24px;
  margin-top:20px;
}

.flavor-selector img {
  padding:0 30px;
  max-width:100%;
}
div.variant-dropdown {
display:none;
}

#flavorDropdown {
  padding:0 12px;
   -webkit-appearance: none;  
    -moz-appearance: none;     
    appearance: none;         
    background-image: url('/cdn/shop/files/caret.svg?v=1701884749'); /* Add your caret icon */
    background-repeat: no-repeat;
    background-position: right 8px top 5px; /* Adjust as needed */
  background-size:30px;
  outline:none;
}

.radio-subtitle {
  text-wrap:wrap;
}
div.variant-metafield {
  font-size:12px;
  line-height:16px;
}


div.swatch-element {
  height:60px;
}

body.product-mrp-shakes div.swatch-element, body.product-accessories-options div.swatch-element{

  height:40px;

}
@media only screen and (max-width: 1080px){ 
div.pubs {
margin-top:100px;
}
  
.product-coffee-bag-2 .one-time div.mobile {
display:none;
}
  
}

select#flavorDropdown {
  background-color:#ffffff;
}

.usecase__image img {
  box-shadow:0px 3px 6px rgba(0, 0, 0, 0.2);
}

body.product div.swatch__options {
  margin-bottom:20px;
}

body.product .purchase-details.has-quantity-box .purchase-details__spb--false .button--add-to-cart {
  width: 50%;
}

body.product .yotpo-reviews-star-ratings-widget {
padding-bottom:0;
}

.swatch__option .swatch-element {
  border-radius:6px;
}

section div.product_section.js-product_section.container.is-justify-space-between.has-padding-bottom {
  overflow:visible !important;
}

div.purchase-details__buttons .button{
height:60px;
}

/* HOMEPAGE REFRESH */

.dynamic-sections {
  max-width:100%;
}

section.grocer-logo a.button.button--primary  {
background-color:#ffffff;
color:#000000;
padding:8px 28px;
margin-bottom:10px;
box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.2);
border:solid 1px #BCBCBC;
}

section.grocer-logo {
background-color:#F7F7F7;
margin-bottom:-40px;
}

section.grocer-logo .image-with-text__wrapper{
  max-width:500px;
}
section.grocer-logo div.container {
  margin-left:10%;
}

section.yotpo-review {
max-width: 1200px;
}




.home-banner h2 {
font-size:32px;
font-family: "Avenir Next", sans-serif;
font-weight:400;
line-height: 38px;
}

.home-banner .caption-content.text-align-left {
background-color:#ffffff !important;
margin-left:7%;
border-radius:6px;
box-shadow: 0 2px 6px 3px rgba(0, 0, 0, 0.2);
border:solid 1px #BCBCBC;
}

.home-banner div.caption-content {
padding-top:10px;
padding-bottom:20px;
max-width:500px;
}

.home-banner .pretext.subtitle {
margin-top:4px;
}

.home-banner a.button {
padding-top:8px;
padding-bottom:8px;
color:black;
box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.2);
}

.home-banner a.button.button--secondary {
border: solid 1px #BCBCBC;
}

.home-banner a.button:hover {
color:#ffffff;
}

.home-banner .subtitle p {
font-size:18px;
}

  .home-banner .pretext.subtitle p{
font-size:14px;
}


.yotpo-review #yotpo-reviews-carousel-widget {
width:100%;
}

.sampler-home {
  padding:24px;
  
}

a.button--add-to-cart.button.sampler-home {
  font-size:18px;
  box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.2);
}

div.button-white .sampler-home{
  background-color:#ffffff !important;
  margin-top:20px;
  border:solid 1px #BCBCBC !important;
  box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.2);
}

div.button-white .sampler-home:hover {
background-color:#000000 !important;
}

.sampler-homepage .product__information {
  margin-top:30px;
}

.sampler-homepage {
  
}

@media only screen and (max-width: 1300px){ 
section.yotpo-review {
max-width:1000px;
}
}


@media only screen and (max-width: 1000px){ 
section.yotpo-review {
max-width:600px;
}
}

@media only screen and (max-width: 800px){ 
.home-banner .caption-content.text-align-left {
margin:0 10px 0 10px;
background-color:#ffffff;
top:0;
}

  .home-banner h2 {
font-size:28px;
line-height: 30px;
    text-align:left;
    margin:0;
}

.home-banner div.caption-content {
  padding-left:16px;
  padding-right:16px;
}

.image-with-text-overlay .mobile-text--over-media .caption{
top:25%;
}
  .home-banner .pretext.subtitle p{
font-size:13px;
}
  
.sampler-homepage .product__information {
  margin-top:-30px;
}
}

@media only screen and (max-width: 600px){ 
section.yotpo-review {
max-width:480px;
  width:80%;
}
}



@media only screen and (max-width: 480px){ 
section.yotpo-review {
max-width:350px;
  width:90%;
}
  .home-gif .image-with-text__wrapper {
margin-top:100%;
}

.home-gif .has-image-crop {
margin-top:-200%;
}

.home-gif h2.title {
  width:100%;
  font-size:24px;
  text-align:left;
  margin-left:0;
  margin-bottom:10px;
}


}

div.video {
    border-radius: 12px !important;
overflow: hidden; 
max-height:500px;
}
@media only screen and (max-width: 1185px){ 
  div.video {
max-height:450px;
}
    .store-button {
    padding-top:30px;
  }
}


@media only screen and (max-width: 990px){ 
  div.video {
max-height:400px;
}
}

@media only screen and (max-width: 400px){ 
  .grocer div.container {
    max-width:280px;
  }
  div.video {
max-height:350px;
}
}

/*----Collections page----*/

div.product__thumbnail div.purchase-details__buttons .button{
  height:40px !important;
  font-size:18px;
}

div.product-thumbnail__price .price {
  text-align:left;
}

div.product__thumbnail div.money{
  display:block;
  width:100%;
  margin-top:-4px;
  padding-bottom:20px;
  color:#000;
}
  div.product-thumbnail {
  text-align:left;
}

@media only screen and (min-width: 710px) {

  div.product-thumbnail {
  margin:auto;
  height:130px;
}

  div.product__thumbnail div.money{
  display:block;
  width:100%;
  margin-top:-4px;
  padding-bottom:20px;
  color:#000;
  text-align:left;
}
  }



/*----Product Stickers----*/
div.thumbnail-sticker {
  border-radius:6px;
  font-weight:bold;
  margin:10px 0 0 0px;
  padding:3px 4px 3px 4px;
}

body.collection div.thumbnail-sticker {
  margin-left:10px;
}

.has-product-sticker .sticker-shape-square .thumbnail-sticker {
  width: auto!important;
  padding:3px 10px 3px 10px;
}

.has-product-sticker .sticker-holder {
  padding-bottom: 12px;
}

.has-thumbnail-sticker .sticker-holder {
  z-index: 1;
}


/*----SUBSCRIPTION BUNDLE----*/

body.product-bundle-subscription-v2 div.swatch__option {
  width:100%;
  height:250px;
}

body.product-bundle-subscription-v2 div.swatch__option {
  border: solid 1px #BCBCBC;
  border-radius:6px;
}

body.product-bundle-subscription-v2 div.swatch__option:has(input:checked + .swatch-element) {
  border: solid 1px #000000;
  border-radius:6px;
  z-index:10;
  box-shadow:0px 3px 6px rgba(0, 0, 0, 0.2);
}

body.product-bundle-subscription-v2 div.swatch__option .swatch-sub{
  margin-right:6px;
  background-image: url("/cdn/shop/files/Grey_Subscription_checkmark.png?v=1702490419");
  background-repeat: no-repeat;
  background-size: 18px;
  padding-bottom:18px;
  padding-left:18px;
}


body.product-bundle-subscription-v2 div.swatch__option:has(input:checked + .swatch-element) .swatch-sub{
  background-image: url("/cdn/shop/files/Green_Subscription_checkmark.png?v=1702489709");
  background-repeat: no-repeat;
   background-size: 18px;
padding-bottom:18px;
  padding-left:18px;
}

body.product-bundle-subscription-v2 div.swatch-element label {
  text-align:left;
  font-size:16px;
  width:100%;
}

div.variant-bundle-description {
  text-align:left;
  line-height:20px;
  font-size:14px;
}

div.variant-bundle-image {
  margin:auto;
  max-width:100%;
   text-align:center;
display:block;
margin:auto;
}

body.product-bundle-subscription-v2 .swatch-element {
  display: block;
}


div.variant-bundle-image img{
  max-height:100px;
margin:auto;
}

body.product-bundle-subscription-v2 .swatch input:checked + .swatch-element {
  border-width:0;
  box-shadow:none;
  font-size:16px;
}

body.product-bundle-subscription-v2 .swatch-element {
  border-width:0;
  box-shadow:none;
}

.skio-radio {
  transition: transform 0.25s cubic-bezier(0.4,0,0.2,1);
  transform-origin: center;
  transform: scale(0);
  opacity: 0;
}

body.product-bundle-subscription-v2 .swatch input:hover .skio-radio {
  transform: scale(1);
  opacity: 0.75;
}
body.product-bundle-subscription-v2 .swatch input:checked + .swatch-element .skio-radio {
  transform: scale(1);
  opacity: 1;
}

body.product-bundle-subscription-v2 div.skio-radio__container {
  float:left;
  margin-top:4px;
}

div.radio-options-container {
  width:100%;
}

div.swatch__option div.skio-radio__container {
  display:none;
}


select.single-option-selector {
  font-size:16px;
  font-weight:bold;
  border-width:0px;
  z-index:999;
  position:relative;
  background-color:transparent;
   -webkit-appearance: none;  
    -moz-appearance: none;     
    appearance: none !important;         
    background-image: url('/cdn/shop/files/caret.svg?v=1701884749'); /* Add your caret icon */
    background-repeat: no-repeat;
    background-position: right 0px top 2px; /* Adjust as needed */
  background-size:30px;
outline:none;
  padding-left:0;
}

/*----RECIPE BLOG PAGES----*/

.page-recipe-landing-page .image-with-text__text-column {
  padding-left:0;
}

.page-recipe-landing-page div.naturals .button {
   background: transparent;
  color:#000;
  font-weight:normal;
  box-shadow:none;
  padding-bottom:0;
}

div.featured-article.blog-card, div.related-blogs--content .blog-card {
border-radius:6px;
box-shadow: 0px 1px 2px 0px rgb(188, 188, 188, 1) inset;
box-shadow: 0px 1px 3px 0px rgb(188, 188, 188, 1);
  border-width: 0;
}

div.featured-article.blog-card:hover, div.related-blogs--content .blog-card:hover{
  box-shadow: 0px 1px 2px 0px rgb(188, 188, 188, 1) inset;
  box-shadow: 0px 3px 6px 0px rgb(188, 188, 188, 1);
}



div.card-content.blog-card__content {
  padding: 10px 20px 0 10px;
  margin-left:20px;
  margin-right:20px;
}

a.featured-article--link {
  font-size:22px;
  line-height:28px;
}

div.image-element__wrap img{
  border-radius: 6px;
}
.page-recipe-landing-page .media {
  margin-bottom:0!important;
  padding-bottom:4px;
}

.page-recipe-landing-page .image-with-text__text-column {
  padding-bottom:10px;
  font-size:18px;
}

.card .excerpt {
  font-size:16px;
  color:#484848;
}

div.card-content div.media {
  border-top: 0;
}

.blog-card .blog-card__content > div:not(:last-child),
.blog-card .meta-info > ul:not(:last-child) {
  margin-bottom:0;
}

 .page-recipe-landing-page div.shopify-section.logo-list, .blog-recipes div.shopify-section.logo-list {
  padding-top: 20px;
  background-color: #ffffff;
}

.recipe-logo div.logo-list__item {
max-width:100px;
}

.recipe-logo p.logo-label {
text-align:center;
padding-top:10px;
font-size:18px;
}

.page-recipe-landing-page .image-with-text__text-column {
  padding-right: 0px;
margin-right:0;
}
.page-recipe-landing-page .image-with-text__text-column .is-justify-left {
  width: calc(70% - 20px);
}
.page-recipe-landing-page .image-with-text__text-column .is-justify-right {
  width: calc(30%);
}

.recipe-logo .logo-list__item.active {
font-weight:bold;
}

@media only screen and (max-width: 790px) {
  body.page-recipe-landing-page, body.blog-recipes {
  overflow-x:visible;
}
  
.page-recipe-landing-page div.shopify-section.logo-list, .blog-recipes div.shopify-section.logo-list {
   top: 59px;
}

.recipe-logo .logo-list .logo-list__wrapper {
    width: 100%;
}
  
.recipe-logo div.logo-list__item {
  max-width:calc((100% / 5) - 6px);
  padding-top:10px;
}
.recipe-logo div.logo-list__item img, .recipe-logo div.logo-list__item svg, .blog-recipes div.logo-list__item img, .blog-recipes div.logo-list__item svg {
  width:100%;
  padding:4px;
}

.recipe-logo .logo-list__item img, .blog-recipes .logo-list__item img {
  padding:4px;
}
  
  .recipe-logo p.logo-label {
font-size:12px;
}
  
.column.logo-list__item{
  margin-left: 2px !important;
  margin-right: 2px !important;
}

  .page-recipe-landing-page .one-fourth {
    width: calc(50% - 20px);
  }
  .page-recipe-landing-page a.featured-article--link {
    font-size:14px;
    line-height:16px !important;
  }

    .page-recipe-landing-page .title {
    font-size:14px;
    line-height:16px !important;
  }

  .page-recipe-landing-page .page__title.title {
  font-size:24px;
  }

.page-recipe-landing-page div.card-content.blog-card__content {
  margin-left:10px;
  margin-right:10px;
}
.page-recipe-landing-page div.excerpt {
    font-size:12px;
  }

.page-recipe-landing-page .image-with-text__text-column .is-justify-left {
  width: 100%;
}

.page-recipe-landing-page .image-with-text__heading {
   font-size:20px; 
  }
.page-recipe-landing-page .image-with-text__text.content {
  font-size:16px;
  line-height:18px;
}

  .page-recipe-landing-page .is-justify-right {
  display:none;
}

  .pagination .pagination-previous,
.pagination .pagination-next {
 max-width:80px;
  }
}

@media(min-width: 790px){
.page-recipe-landing-page .mobile {
 display:none; 
}
}

.mobile-header__logo img{
  max-height:50px;
  width:auto;

}

a.view_more {
  margin:-4px 20px 0 20px;
}

.logo-list__item img { 
padding:4px;
}

.logo-list__item.active img {
  border: 2px solid #000000;
}

div.article.blog-card div.media {
  padding-bottom:4px;
}

ul.pagination-list li a, nav.pagination a{
  border-radius:4px;
}


@media(max-width: 790px){ 
  
.page-iced-tea-landing-page .home-banner div.caption {
  margin-top:-550px !important;
  margin-bottom:500px;
    width:100%;
  }

  .page-iced-tea-landing-page .home-banner div.caption h2{
  font-size:24px;
    margin-bottom:10px;
    padding-top:0;
  }

     .page-iced-tea-landing-page .home-banner div.caption .subtitle p{
  font-size:14px;
}
.page-iced-tea-landing-page .home-banner div.caption-content {
padding:14px !important;
}
}

#__next {
  width: 100%;
}



/* BUILD A BOX CUSTOM STYLING */
section.build-a-box {
  margin-top:40px;
}

/* Hide Dropdown Option */
#products-container select {
  display:none;
}

#template-page-custom-build-a-box div.product-details {
  text-align:center;
}

#custom-bab-app h3 {
  font-size:16px;
  height:40px;
  line-height:20px;
  width:100%;
  display: flex;
  align-items: flex-end;
  justify-content: space-around;
}

div.product-details h3 {
  padding-left:20px;
  padding-right:20px;
}

/* Price Display */
.product-price,
.selected-product-price {
  display: block;
  margin-top: 4px;
  font-size: 14px;
  text-align:center;
}

/* Add Button Styling */
.add-button {
  margin:6px auto 20px auto;
  text-align:center;
  padding: 8px 12px;
  background-color: #93D500;
  color: #000;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size:14px;
  font-weight:700;
}

.bab-intro-txt {
  margin-bottom: 20px;

}

.bab-intro-img {
  width: 75px;
  border-radius: 12px;
}

.bab-intro p {
  max-width: 300px;
  font-size: 16px;
  margin: auto;
  line-height: 20px;
  font-weight: 500;
  margin: 6px auto 10px auto;
  text-align: center;
}
p.sub-intro {
  padding:20px 0 10px 0;  
}

.bab-gift p {
  max-width: 120px;
  margin: auto;
  padding: 10px 0;
}

p.bab-discount {
  height:60px;
  width:60px;
  color:#93D500;
  font-weight:bold;
  border:solid 4px #93D500;
  border-radius:50%;
  font-size:20px;
  line-height:54px;
  margin-top:10px;
  margin-bottom:10px;
}

.sm-border {
  border-bottom: 1px solid #BCBCBC;
  width:80px;
  height:10px;
  padding-top:16px;
  margin:auto;
}

.bab-intro .reviews {
  margin:auto;
  margin-top:10px;
  font-size:14px;
  color:#5C5C5C;
  width:200px;
}

.bab-intro .reviews p{
padding-bottom:2px;
}

.bab-intro .reviews img{
width:100px;
  padding:0px 8px 0px 0;
  float:left;
}

section.section.build-a-box {
  max-width:100%;
}

#products-container {
  float:left;
}

.bab-cart.one-third {
  float:right;
  display:block;
    box-shadow: 0px 1px 2px 0px rgb(188, 188, 188, 1) inset;
  box-shadow: 0px 3px 6px 0px rgb(188, 188, 188, 1);
  border-radius: 12px;
  padding:0;
  max-height:630px;
  overflow-y: hidden;
  
}

.selected-product-item img {
  width:70px;
  display:block;
  float:left;
}

.selected-product-details {
  width:100%;
  height:100px;
}

.selected-product-flavors {
  width: 50%;
  float:left;
  display:block;
  height:80px;
  vertical-align:middle;
}

.selected-product-title {
  font-size:14px;
  width:100%;
  height:auto;
  display: inline-block;
}
li.selected-product-item .quantity-wrapper{
  margin-top:15px;
}

.selected-product-price.money {
    display:inline-block;
  text-align:left;
}

.total-price {
  clear:both;
}


.bab-subtotal {
  clear:both;
  width:100%;
  font-size:16px;
  line-height:20px;
  font-weight:bold;
  margin-bottom:14px;
   position: sticky;
  bottom: 60px;
  background-color: #ffffff; 
  z-index: 2;
  display:block;
  padding-top:10px;
border-top:solid 2px #F5F5F5;
  padding-left:30px;
  padding-right:30px;
}


ul.selected-products-list {
  margin: 0;
  
}

li.selected-product-item {
  clear:both;
  padding-top:12px;
  border-bottom:solid 1px #E5E5E5;
  height:100px;
  display:block;
  margin-top:auto;
}

li.selected-product-item:last-child {
  border-bottom:none;
}

#add-to-cart-button {
  height:44px;
  font-size:16px;
}

div.selected-product-details div.quantity-wrapper.quantity-style--box {
width:80px !important;
  float:right;
  box-shadow:none;
  
}

div.thumbnail .quantity-wrapper.quantity-style--box .quantity-element {
  min-height: auto;
  min-width: 30px;
  height: 30px;
}

div.thumbnail input.quantity-input.quantity-element.input {
  border-top: solid 1px #CBCBCB;
  border-bottom: solid 1px #CBCBCB;
  padding-top:0;
  padding-bottom:0;
  font-size:8px;
}

div.thumbnail input.quantity-input.quantity-element.input,
div.thumbnail .quantity-wrapper.quantity-style--box .quantity-minus, 
div.thumbnail .quantity-wrapper.quantity-style--box .quantity-plus,
div.thumbnail .control.minus-control,
div.thumbnail .control.plus-control
 {
  height:30px;
}

div.selected-product-details input.quantity-input.quantity-element.input {
  min-width:30px;
  width:30px;
  padding-left:0;
  padding-right:0;
}

 div.selected-product-details .quantity-wrapper.quantity-style--box .quantity-minus, 
div.selected-product-details .quantity-wrapper.quantity-style--box .quantity-plus,
div.thumbnail .quantity-wrapper.quantity-style--box .quantity-minus, 
div.thumbnail .quantity-wrapper.quantity-style--box .quantity-plus  {
  width:27px;
   min-width:27px;
   color:#000000; 
}

 div.thumbnail div.quantity-wrapper.quantity-style--box {
box-shadow:none;
   margin:auto;
   width: 100px !important;
   justify-content: space-evenly;
   margin-top:8px;
   margin-bottom:11px;
 }


/* Nutrition Modal Styles */
.nutrition-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.5);
  z-index: 1000;
  display: none; /* Hidden by default */
}

.modal-content {
  background-color: #fff;
  margin: 10% auto;
  padding: 20px;
  border-radius: 8px;
  width: 80%;
  max-width: 300px;
  position: relative;
  box-shadow: 0 5px 15px rgba(0,0,0,0.3);
}

.close-modal {
  position: absolute;
  top: 10px;
  right: 15px;
  color: #aaa;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
}

.close-modal:hover,
.close-modal:focus {
  color: #000;
  text-decoration: none;
}

.nutrition-details {
  margin-top: 15px;
  font-size: 16px;
  line-height: 1.5;
}

/* Smooth Transition for Quantity Selector */
.quantity-selector,
.nutrition-modal {
  transition: all 0.3s ease;
}

.nutrition-link {
  width:100%;
  display:block;
  padding:12px 0;
  background-color: #F7F7F7;
  color: #666666;
  text-decoration:underline;
  vertical-align:middle;
  font-size:12px;
  border-radius:6px;
}

/* Progress Container */
.progress-container {
  position: relative;
  width: 100%;
  height: 40px; /* Adjust height as needed */
  margin-bottom: 4px;
}

/* Progress Bar */
.progress-bar {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 10px;
  background-color: #ffffff;
  border:solid 1px #BCBCBC;
  border-radius: 5px;
  transform: translateY(-50%);
  z-index: 1;
}

.progress-fill {
  height: 100%;
  background-color: #454545; 
  width: 0%;
  transition: width 0.3s ease;
  border-radius: 5px;
}

/* Progress Steps (Circles) */
.progress-steps {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
  z-index: 2;
}

.step {
  width: 30px;
  height: 30px;
  background-color: #ffffff;
  border: 1px solid #BCBCBC; /* Border color */
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  position: relative;
  z-index: 3;
  background-clip: padding-box;
  transition: background-color 0.3s ease, color 0.3s ease;
}

/* Remove specific borders to avoid overlapping */
.step-1 {
  border-right: none; /* Remove right border */
}

.step-2 {
  border-left: none; /* Remove left border */
  border-right: none; /* Remove right border */
}

.step-3 {
  border-left: none; /* Remove left border */
}

/* Counter Info */
.counter-info {
  text-align: center;
}

.counter-info p {
  font-size: 16px;
  margin-bottom: 10px;
  color: #373F51; /* Adjust color as needed */
}

.reward-container p {
  font-size: 14px;
  margin: 5px 0;
  color: #34A853; /* Reward text color */
}

/* Filled Steps */
.step.completed {
  background-color: #454545; /* Filled color */
  color: #ffffff; /* Text color for filled steps */
}

@media (max-width: 600px) {
  .progress-container {
    height: 50px;
    padding-top:30px;
  }
  
  .step {
    width: 25px;
    height: 25px;
    font-size: 12px;
  }
}

#selection-counter {
  background-color:#F5F5F5;
  border-top-left-radius:12px;
  border-top-right-radius:12px;
  padding:10px 30px 0px 30px;
  position: sticky;
  top: 0;
  z-index: 2; 
}

.scrollable-content {
  flex: 1 1 auto; 
  overflow-y: auto; 
  max-height:200px;
  padding:0 30px;
}

div.progress-labels {
  width:100%;
  background-color:#F5F5F5;
  display:flex;
  justify-content:space-between; 
}


/* Remove Border Where Circles Connect with the Bar */
.step-container::before,
.step-container::after {
  content: '';
  position: absolute;
  top: 50%;
  width: 100%;
  height: 2px;
  background-color: #e0e0e0;
  z-index: 0;
  transform: translateY(-50%);
}

div.progress-labels div{
  width:100px;
  font-size:12px;
  float:left;
  color:#454545;
  margin-bottom:10px;
}

.counter-info {
  display:none;
}


/* Sticky State Styles */
.sticky {
  position: fixed;
      width: calc(33.3333333333% - 50px);

  top: 96px; /* Distance from the top of the viewport */
  right: 48px; /* Adjust based on your layout */
  background-color: #ffffff; /* Optional: maintain background */
  padding: 20px; /* Optional: padding for better appearance */
  border-radius: 8px; /* Optional: rounded corners */
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Optional: subtle shadow */
  z-index: 50; /* Ensure it stays above other elements */
  
}


.bv-star-ratings {
  margin:auto !important;
  width:125px;
  padding-top:4px;
}



.bv_sub_container {
  margin:auto;
  text-align:center;
}

div.thumbnail-sticker.sticker-one, div.thumbnail-sticker.sticker-two {
  margin-top:0;
  margin-bottom:20px;
}

div.sticker-one {
  width:92px;
  font-size:14px;
  float:left;
  margin-right:20px;
  text-align:center;
}

div.sticker-one span {
  text-align:center;
  width:92px;
}

div.sticker-two {
  width:90px;
  font-size:14px;
  text-align:center;
}

div.sticker-two span {
  width:90px;
}

div.stickers {
  width:100%;
  margin-left:10px;
  text-align:left;
  display:block;
}

div.clear {
  clear:both !important;
}

h2.category-head {
  width:100%;
  display:block;
  text-align:left;
  margin-left:10px;
  margin-top:20px;
}


.green {
  color:#7BB300;
  font-weight:bold;
}

span.selected-product-price.free {
  text-align:left;
  width:140px;
  font-weight:bold;
}

.free-gift {
  background-color:#666666;
  color:#ffffff;
  border-radius:20px;
  width:80px;
  font-size:12px;
  padding:4px 10px;
  margin-top:20px;
  line-height:30px;
}

div.bab-beam {
  display:block;
  width:100%;
  margin-bottom:20px;
  margin-top:10px;
  margin-left:0px;
  margin-right:20px;
}

.subtotal-container {
  width:100%;
  display: flex;
  justify-content: space-between;
}

.add-cart-bab {
 position: sticky;
  bottom: 0;
  background-color: #ffffff; 
  z-index: 2;
  display:block;
padding:0px 30px 30px 30px;
}

/* MOBILE STYLING */

@media only screen and (max-width: 500px) {
  .selected-product-title {
  max-width:150px;
}
}

@media only screen and (max-width: 1080px) {
   .bab-grid .one-third {
      width: calc(33.3333333333% - 10px);
    margin-left:4px;
    margin-right:4px;
  }

  div.bab-beam {
    padding: 10px 0px;
    margin:0;
  }

.bab-grid .one-third p{
font-size:12px;
}
  
  #products-container {
    width: 100%;
  }
  
  #products-tea .one-third, 
  #products-coffee .one-third, 
  #products-natural-coffee .one-third {
    width: calc(50% - 20px);
    margin-left: 10px;
    margin-right: 10px;
  }

  div.product-details h3 {
  padding-left:2px;
  padding-right:2px;
}
  
  #products-tea, 
  #products-coffee, 
  #products-natural-coffee {
    width: 100%;
  }
  

  /* Style the cart container */
  .bab-cart.one-third {
    width: 100%;
    display: flex;
    flex-direction: column;
    position: fixed;
    bottom: 0; /* Stick to the bottom */
    left: 0;
    right: 0;

    background-color: #ffffff;
    padding: 0;
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
    z-index: 40; /* Ensure it's above other elements */
    border-top: 1px solid #e0e0e0;
    max-height: 100vh; /* Allow room for expanded content */
    overflow-y: auto; /* Enable scrolling if content exceeds max-height */
  }

  /* Style the cart summary to use flexbox for vertical stacking */
  #cart-summary {
    flex: 1;
    display: flex;
    flex-direction: column;
    position: relative;
    display: flex;
  overflow: hidden; /* Prevents the entire cart from scrolling */
  }

  /* Style the selection counter */
  #selection-counter {
    margin-bottom: -10px; 
    padding-left:20px;
    padding-right:20px;
    max-width:100%;
    margin:-30px 0px 0 0px;
  }
  
 /* Hide the View Your Box button initially */
#add-to-cart-button {
  display: none;
}

/* Show the button when #selected-products has the active class */
#selected-products.active + .bab-subtotal  {
  display: block;
}

     /* Hide Subtotal initially */
  .bab-subtotal {
    display: none;
    opacity: 0;
    transition: opacity 0.3s ease;
    margin-bottom:0;
    margin-top:10px;
  }

  /* Style the selected products list */
  #scrollable-content {
    display: none; /* Hidden by default */
    opacity: 0;
    transition: transform 0.3s ease, opacity 0.3s ease;
    transform: translateY(20px); 
    display: none;
    opacity: 0;
    transition: transform 0.3s ease, opacity 0.3s ease;
    transform: translateY(20px); /* Slight downward offset */
  }

  /* Show the selected products when active */
  #scrollable-content.active {
    display: block;
    opacity: 1;
    transform: translateY(0);
  }

 #scrollable-content.active + .bab-subtotal{
    display: block;
    opacity: 1;
   padding:0 20px 0 20px;
   margin-top:0px;
  }

.bab-cart.one-third:has(.scrollable-content.active) {
  overflow-y: auto;
  max-height: 100vh; /* Keeps the content within the visible screen */
  position: fixed; /* Prevents the content from shifting when scrolling the rest of the page is disabled */
  top: 0; /* Adjust the position as needed */
  left: 0;
  right: 0;
}

  /* Style the Add to Cart button */
  #add-to-cart-button {
    width: 100%;
    padding: 12px;
    font-size: 16px;
    background-color: #93D500;
    color: #000;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    margin-top: 10px;
    line-height:20px;
    
  }

  #add-to-cart-button .button {
    border-width:0;
  }

  /* Ensure category headers are appropriately sized */
  h2.category-head {
    font-size: 24px;
  }

  /* Style the selected products list items */
  .selected-products-list {
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .selected-products-list .selected-product-details {
    flex: 1;
    margin-top:auto;
  }

  /* Modal Overlay */
  .modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 1001; /* Above the cart */
  }

  /* Nutrition Modal */
  .nutrition-modal {
    z-index: 1002; /* Above the overlay */
  }
    /* Style the close button */
  #close-selected-products {
    background: none;
    border: none;
    font-size: 18px;
    cursor: pointer;
    float: right;
    margin-bottom: 10px;
  }

  /* Clear floats after the close button */
  .close-selected-products::after {
    content: "";
    display: table;
    clear: both;
  }
    .close-cart-summary-button {
    text-align:right;
      float:right;
    background-color:#F5F5F5;
    border-width:0;
    font-size:16px;
      font-weight:bold;
      padding-top:10px;
      width:100%;
  }

  .close-cart {
    background-color:#F5F5F5;
    text-align:right;
    float:right;
    width:100%;
    display:block;
    position:sticky;
  margin-bottom:20px;
  }

  .your-box {
    font-size:26px;
    font-family: "Avenir Next", sans-serif;
    font-weight:700 !important;
  }
  
  .subtotal-container {
    display:flex;
    padding:20px 0 0 0;
  }
  .add-cart-bab {
    margin:0;
 position: sticky;
  bottom: 0;
  background-color: #ffffff; 
  z-index: 2;
  display:block;
  padding: 0px 20px 10px 20px;
}
  

  ul#selected-products {
    margin:0;
  }

  div.selected-product-details {
     max-width:100%;
  }
  .selected-product-item {
    max-width:100%;
  }

  .scrollable-content {
    margin-top:0;
    max-height:500px;
  }
  

}

   @media only screen and (min-width: 1081px) {
    .close-cart-summary-button {
      display: none !important; /* Ensure it's hidden on desktop */
    }
  }

#theme-ajax-cart {
  z-index: 50;
}

/* Stopped State Styles */
.bab-cart.one-third.stopped {
  position: absolute;
  bottom: 90; 
  right:0;
}



/* UPDATED CART */

#theme-ajax-cart.is-drawer {
  right: -40%;
  bottom: 0;
  width: 40%;
  
}
.ajax-cart__cart-title {
  background-color:#F5F5F5;
}


.ajax-cart__product-image {
  width:80px;
}

.ajax-cart__left-content {
 max-width:200px;
  float:left;
}

#theme-ajax-cart div.bags p.swatch-size.quantity{
  display:none;
}
.ajax-cart__product-content.media-content {
  width:300px;
  margin-top:10px;
}

#theme-ajax-cart div.quantity-wrapper.quantity-style--box {
width:100px !important;
  box-shadow:none; 
  margin-top:6px;
}

#theme-ajax-cart input.quantity-input.quantity-element.input {
  min-width:30px;
  width:30px;
  padding-left:0;
  padding-right:0;
}

 #theme-ajax-cart .quantity-wrapper.quantity-style--box .quantity-minus, 
#theme-ajax-cart .quantity-wrapper.quantity-style--box .quantity-plus  {
  width:27px;
   min-width:27px;
   color:#000000; 
}

.ajax-cart__quantity-box.product-quantity-box {
  width:100px;
  float:right;
  display:block;
}

.media + .media {
  
  margin:0px 14px 0 20px;
  border-top-width: 0;
  border-top: 1px solid #E5E5E5;
  padding:0px 0;
}

#theme-ajax-cart div.control.plus-control .icon, div.control.minus-control .icon {
  font-size:12px !important;
  stroke:black; 
  stroke-width:20;
  height:15px;
  width:15px !important;
}

.original-price {
  margin:2px 0 0 8px;
  padding-top:0 !important;
}

.ajax-cart__row-description h3, .h3.cart__subtotal {
  font-size:18px !important;
}

.ajax-cart__product-image.media-left {
  margin-top:0;
  margin-block-start:0;
}
.recommended-products h4 {
  font-size:14px;
  text-align:center;
}

.ajax-cart {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.ajax-cart__list {
  overflow-y: auto;
  flex: 1 1 auto; 
  padding-bottom: 60px; 
}

/* Make the details wrapper sticky */
.ajax-cart__details-wrapper {
  position: sticky;
  bottom: 0;
  padding: 20px; 
  z-index: 10; 
  background-color:#ffffff;
  box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1); /* Optional: Adds a subtle shadow for separation */
}


  .recommended-products {
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid #eaeaea;
  }

  .recommended-products h4 {
    font-size: 1.25rem;
    margin-bottom: 15px;
  }

  .recommended-products-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
  }

  .recommended-product {
    box-sizing: border-box;
    padding: 10px;
    border-radius: 5px;
    text-align: center;
    background-color: #fff;
  }

  .recommended-product-link {
    text-decoration: none;
    color: inherit;
    display: block;
  }

  .recommended-product-image {
    width: 100%;
    height: auto;
    object-fit: cover;
    margin-bottom: 10px;
  }
  }

  .recommended-product-price {
    font-size: 0.9rem;
    color: #555;
    margin-bottom: 10px;
  }

div.ajax-cart__list {
margin-bottom:440px;

}
#recommended-products-container section.section, .recommended-products-list {
  width:98%;
  margin:auto;
}

div.recommended-products {
  margin-top:-630px;
  
}

.recommended-product {
  width:100%;
  display:flex;
  margin-bottom:14px;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
}

.recommended-product-image {
  width: 35%;
  max-width:80px;
  display:block;
  float:left;
}

.ajax-cart__left-content {
 max-width:200px;
  float:left;
  display:block;
}

.recommended-product-title {
  font-weight:bold;
  font-size:16px;
}

p.recommended-product-price {
  font-weight:normal;
  margin-bottom:4px;
}

.recommended-product input.col-quantity-sub {
    width:64px !important;
  margin-top:26px;
  margin-left:0%;
  float:right;
  }

#shopify-section-cart__recommendations div.container{
  margin:auto;
}
.recommended-product div.ajax-cart__left-content {
  width:200px;
}

.recommended-product .col-quantity-sub.btn.button.ajax-submit.add-to-cart-button {
  padding:0;
}


.recommended-product  div.purchase-details__buttons .button{
min-height:30px !important;
  height:34px;
}

.recommended-product div.ajax-cart__product-content.media-content {
margin-top:0;
}

.recommended-products h4 {
  font-size:16px;
  font-family: Helvetica Neue;
}

.ajax-cart__row-description h3, .h3.cart__subtotal {
  font-family: Helvetica Neue;
}

.recommended-products .purchase-details__buttons:has(.button--add-to-cart.disabled):not(:has(.zoomOut, .fadeInOut)) {
  width:auto;
  max-width:auto;  
}

.ajax-cart__button.button--add-to-cart.button {
  height:40px;
}

 /* Responsive Design */
  @media (max-width: 1083px) {
    .recommended-product {
      width: 100%;
    }
    .ajax-cart__left-content {
      width:160px;
    }
    #theme-ajax-cart.is-drawer {
  right: -100%;
  bottom: 0;
  width: 100%;
}
    div.ajax-cart__list {
margin-bottom:440px;
}

    .toggle-label {
      font-size:14px;
    }
    .ajax-cart__product.media {
      padding-right:0;
    }
    .ajax-cart__product {
  position: relative;
  align-items: center;
  min-height: 120px;
  padding: 0 0 0 10px;
  margin-top: 0;
}
    .media + .media {
  margin:10px 0 0 10px;
  }


  }
  