/** Shopify CDN: Minification failed

Line 113:10 Expected identifier but found "#fff"
Line 113:15 Unexpected "!"
Line 340:1 Expected identifier but found whitespace

**/
/* 
Files Updated:
sections/brands.liquid - Changed image isze to 500px
accounts.liquid - "Continue Shopping" button ~ line 30
sections/floating-contact-button.liquid  -- Floating Contact Button

*/

@font-face {
    font-family: 'Gotham';
    src: url('/cdn/shop/files/Gotham-Bold.woff2?v=1746109002') format('woff2'),
    url('/cdn/shop/files/Gotham-Bold.woff?v=1746109002') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('/cdn/shop/files/Gotham-Medium.woff2?v=1746109002') format('woff2'),
    url('/cdn/shop/files/Gotham-Medium.woff?v=1746109002') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('/cdn/shop/files/Gotham-Book.woff2?v=1746109002') format('woff2'),
    url('/cdn/shop/files/Gotham-Book.woff?v=1746109003') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
:root {
    --font-base: Gotham, sans-serif;
    --font-base-weight: 500;
    --font-headline: Gotham, sans-serif;
    --font-headline-style: normal;
    --font-headline-weight: bold;
    --font-headline-transform: none;
    --font-headline-letter-spacing: 0;
    --font-headline-line-height: 1.05;
    --font-navigation: Gotham, sans-serif;
    --font-navigation-weight: 500;
    --font-button: Gotham, sans-serif;
    --font-button-style: normal;
    --font-button-weight: bold;
    --font-button-size: 17px;
    --font-button-transform: uppercase;
    --font-button-letter-spacing: 0;
    --font-price: Gotham, sans-serif;
     --color-headings-text: #012D4B;
}
@media screen and (min-width: 1200px) {
    :root {
        --font-base-size: 18px;
    }
}
header.page-header {
  z-index: 101 !important;
}

.nav-logo-left .wt-header__body {
  padding:10px 0px;
}
.nav-logo-left .wt-header__search {
  background: #01326e !important;
    border: none !important;
}
main#root {
  position:relative;
  z-index:1
}
.wt-page-nav-mega a[href="#"] {
  cursor: default !important;
}

.wt-header__logo {
    z-index:9;
}

.wt-page-nav-mega__sublist__wrapper {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(10px);
  transition: opacity .55s ease, transform .25s ease;
  width: 100%;
  overflow: visible !important;
}

.wt-page-nav-mega__item--parent:hover > .wt-page-nav-mega__sublist__wrapper {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}

/* .wt-header__aside { display:none} */
a.wt-header__sticky-menu-trigger {
      opacity: 1 !important;;
    color: #fff !important;;
}
.wt-header__sticky-menu-trigger
    color:#fff !important;
}
.wt-cart {
  position:relative;
  z-index:9999999999999;
}
#wcp-discount-code {
  background: #fff;
    border: 1px solid #ccc;
    border-radius: 100px;
    width: 100%;
    margin-bottom: 9px;
}
.wt-page-nav-mega__link {
    text-transform: uppercase;
}
.hero__button--wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    gap: 40px;
}
.hero__richtext a{
    text-decoration: none !important;
}
/* .swiper-initialized .wt-brands__image, */
.wt-brands__container .wt-brands__image {
    max-height: 295px!important;
    max-width: unset !important;
    border-radius: 20px;
    object-fit: cover;
}
/* .swiper-initialized  .wt-brands__link */
.wt-brands__container .wt-brands__link {
    cursor: default;
    pointer-events: none;
} 
.wt-brands .wt-brands__item {
  width:220px;
}
.wt-brands .wt-brands__item:hover {
  transform: scale(1.1)
}
main .wt-brands__container .swiper {
    overflow: visible!important;
    padding-bottom: 30px;
}
/* 1-5-25 */
.brands_upper_border .headline__title{
    border-top: 3.5px solid #B4CDE8;
    padding-top:50px;
}

/* ---------------------------- */

/* =========================================
   FOOTER DROPDOWN MENU
========================================= */

.wt-collapse__target,
.wt-collapse__target--v2,
.wt-footer__list,
.wt-footer__links,
.wt-footer__block,
.wt-footer__body,
.wt-footer {
  overflow: visible !important;
}

.wt-footer__list {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: visible !important;
}

.wt-footer__list__item {
  position: relative;
  width: fit-content;
}

.wt-footer__list__item > a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  text-decoration: none;
  transition: opacity 0.25s ease;
  position: relative;
  z-index: 2;
}

.wt-footer__list__item > a:hover {
  opacity: 0.7;
}

.wt-footer__submenu {
  position: absolute;
  left: 100%;
margin-left: 8px;
  top: -10px;
  z-index: 999;

  min-width: 240px;
  max-height: 0 !important;

  opacity: 0 !important;
  visibility: hidden !important;

  overflow: hidden !important;

  margin: 0;
  padding: 0 14px 0 14px;

  list-style: none;

  background: #fff;
  border-radius: 8px;

  box-shadow:
    0 10px 30px rgba(0,0,0,0.08),
    0 2px 10px rgba(0,0,0,0.04);

  transition:
    max-height 0.35s ease,
    opacity 0.25s ease,
    visibility 0.25s ease,
    transform 0.25s ease;

  transform: translateY(8px);
}

.wt-footer__list__item:hover > .wt-footer__submenu {
  max-height: 170px !important;
  opacity: 1 !important;
  visibility: visible !important;
  overflow-y: auto !important;
  overflow-x: hidden !important;
  padding-top: 10px;
  background: #fff;
  border-radius: 8px;
  padding-right: 14px;
}

.wt-footer__submenu__item {
  margin: 0;
  padding: 0;
}

.wt-footer__submenu__item a,
.wt-footer__submenu__item a span {
  display: block;
  color: #042d4b !important;
  text-decoration: none;
  white-space: nowrap;
}

.wt-footer__submenu__item a {
  padding: 6px 0;
  opacity: 0.85;
  transition:
    opacity 0.2s ease,
    padding-left 0.2s ease;
}

.wt-footer__submenu__item a:hover {
  opacity: 1;
  padding-left: 6px;
  text-decoration: underline;
}

.wt-footer__submenu__item .list-menu__item--active {
  opacity: 1;
  font-weight: 600;
}

.wt-footer__list__item:has(.wt-footer__submenu) > a::after {
  content: "▾";
  display: inline-block;
  margin-left: 6px;
  font-size: 0.7em;
  transition: transform 0.25s ease;
}

.wt-footer__list__item:hover:has(.wt-footer__submenu) > a::after {
  transform: rotate(180deg);
}

/* ---------------------------- */ 

.wt-footer__aside__copy {
    font-size: 19px!important;
    color:#ffffff!important;
    padding:15px !important
}
/* .wt-footer__body {
    align-items: center;
} */

.hero--video-background .hero__button--wrapper{
    margin-top: 0px;
}

.wt-brands__container{
    padding-top:30px;
}
.wt-brands__container .wt-brands__marquee__content {
    gap: 20px;
    grid-auto-columns: auto;
    padding-right: 20px;
}
.wt-brands__container .wt-brands__item,
.wt-brands__container .swiper-slide{
    transform: scale(0.98);
    transition: all 0.4s ease-in-out;
/* width:250px!important; */
}
.wt-brands__container .wt-slider {
    padding-top:30px;
}
.wt-brands__container .wt-brands__item > div {
  border-radius: 20px;
    overflow: hidden;
}
.wt-brands__container  .swiper-slide-active{
    transform: scale(1.15);
}
. image-with-text-slider .wt-brands__container .wt-slider__container {
    padding-bottom:55px!important;
}
.image-with-text-slider .wt-slider--hero  .swiper-pagination-bullets{
    width: 50%!important;
    bottom: 13%!important;
}
.image-with-text-slider .wt-slider--hero .svg__circle-inner{
    /* stroke:#fff!important;
    fill:#ffffff!important; */
   display: none;
}
.image-with-text-slider .swiper-pagination-bullet{
  opacity: 1;
}
.image-with-text-slider .wt-slider--hero .swiper-pagination-bullet svg{
    width: 11px !important;
    height: 11px !important;
    border-radius: 50px;
    border:1px solid #fff;
    background: transparent;
}
.image-with-text-slider .wt-slider--hero .swiper-pagination-bullet-active svg{
     background: #fff;
}
/* .image-with-text-slider .wt-slider--hero .swiper-pagination-bullet-active .svg__circle-inner{
fill:#fff!important;
stroke:#fff!important;
} */
.image-with-text-slider .wt-slider--hero .swiper-pagination-bullet{
    border-color: #fff!important;
}
/* .image-with-text-slider .wt-slider__nav-btn {
    display: none!important;
} */
.image-with-text-slider .image-with-text-slider-button{
    display: flex;
    justify-content: center;
    margin-top: -87px;
}
.hero__button {
    padding-top: calc(var(--gap, 8px) * 1.2);
    padding-bottom: calc(var(--gap, 8px) * 1.2);
}
.hero__button--wrapper {
    gap: 20px;
    margin-top: 20px;
}
html[lang]>body main .wt-slider__scrollbar, html[lang]>body .wt-cart .wt-slider__scrollbar {
    width: 95% !important;
}
.wt-keys .wt-keys__title {
    padding: 15px 0;
}
.wt-keys .wt-keys__text {
    max-width: 330px;
}
  .wt-keys__text p {
    color: #012D4B;
}
/* .wt-footer__block:last-child {
    text-align: right;
    padding-right: 3%;
} */
.love_it_on_lavit_svg {
    width: 100%;
    height: auto;
    padding-bottom: 20px;
}
/*rich-text-with-image-section   */
.make_a_drink.rich-text-with-image-section .rich_text_with_image_wrapper {
  width: 50%;
  margin: auto;
}
.make_a_drink.rich-text-with-image-section  .rich-text-with_image.has_two_blocks {
  width: 90%;
  display: flex;
  justify-content: space-between;
  margin-top: -45px;
}
.make_a_drink.rich-text-with-image-section  .rich-text-with_image.has_two_blocks  .rich_text_with_image_wrapper{
   width: 20%;
  margin: inherit;
}
.make_a_drink.rich-text-with-image-section  .rich-text-with_image.has_two_blocks  .rich_text_with_image_wrapper img{
    height: 200px;
    object-fit: contain;
}
.make_a_drink.rich-text-with-image-section .content_wrapper .hero__text {
  width:50%;
  margin: auto;
}
/* .make_a_drink.rich-text-with-image-section .content_wrapper h2:first-child{
  font-weight: 500;
} */
/*  */
.make_a_drink.rich-text-with-image-section  .rich-text-with_image .rich_text_with_image_wrapper{
  position: relative;
}

.make_a_drink.rich-text-with-image-section  .rich-text-with_image:first-child .rich_text_with_image_wrapper::before {
    content: "";
    position: absolute;
    top: 130px;
    left: -395px;
    width: 380px;
    height: 100%;
    background: url(/cdn/shop/files/arrow-icon.svg?v=1746170276) no-repeat center center;
    background-size: contain;
    z-index: -1;
    transform: rotate(135deg);
}
.make_a_drink.rich-text-with-image-section  .rich-text-with_image:first-child .rich_text_with_image_wrapper::after {
    content: "";
    position: absolute;
    top: 150px;
    right: -430px;
    width: 380px;
    height: 100%;
    background: url(/cdn/shop/files/arrow-icon.svg?v=1746170276) no-repeat center center;
    background-size: contain;
    transform: rotate(225deg);
    z-index: -1;
}
.make_a_drink.rich-text-with-image-section .rich-text-with_image.has_two_blocks .rich_text_with_image_wrapper:first-child::after  {
   content: "";
    position: absolute;
    top: 130px;
    right: -550px;
    width: 380px;
    height: 100%;
   background: url(/cdn/shop/files/arrow-icon.svg?v=1746170276) no-repeat center center;
   background-size: contain;
   /* transform: rotate(216deg); */
    z-index: -1;
}


/*contact page */
.wt-contact__form .contact-form input, .wt-contact__form .contact-form select, .wt-contact__form .contact-form textarea {
  background: #D1DBEE;
  color: #042D4B;
  text-align: center;
  border-radius: 18px;
  border:none;
}
.wt-contact__form .contact-form input:focus, .wt-contact__form .contact-form select:focus, .wt-contact__form .contact-form textarea:focus {
  border-color: #042D4B;
  outline:none;
}
  
.wt-contact__form .contact-form input, .wt-contact__form .contact-form textarea {
   opacity: 0.5;
}


.wt-contact__form  .form__container {
  max-width: 60%;
 }
.wt-contact__form .hero__text {
  width: 40%;
}
.wt-contact__form .contact-form input[name="contact[name]"], .wt-contact__form .contact-form .form__field--name {
  width: 100%;
}
.wt-contact__form .contact-form input::placeholder, .wt-contact__form .contact-form input, .wt-contact__form .contact-form .form__field .form__field__label{
  color: #042D4B;;
}
.wt-contact__form .contact-form .form__field--name .form__field__label, 
.wt-contact__form .contact-form .form__field--company .form__field__label, .wt-contact__form .contact-form .form__field--position .form__field__label{
  width:100%;
  justify-content: center;
}
.wt-contact__form .contact-form .form__field--name input:focus ~ .form__field__label , 
.wt-contact__form .contact-form .form__field--company input:focus  ~ .form__field__label ,
.wt-contact__form .contact-form .form__field--position input:focus   ~ .form__field__label{
  width:auto!important;
}
.wt-contact__form .contact-form select{
 font-family: 'Gotham';
 font-weight: 500;
 font-size: 18px;
 color: #042D4B;
 background:rgb(209 219 238 / 50%);
}
.wt-contact__form .contact-form select::placeholder{
   color: #042D4B;
}
.wt-contact__form .contact-form button{
  float:right;
  border-radius: 15px;
  padding: 12px 30px;
}
.wt-contact__form .contact-form{
  margin-top: 40px;
}
.refreshing_follow .rich-text-image img {
  border-radius: 0px;
}
.refreshing_follow  .hero__text {
  margin: 20px 0;
}
.refreshing_follow .rich-text-image__heading{
    gap: 12px;
    display: flex;
    justify-content: center;
}
.wt-contact__form .contact-form select{
  appearance: none; /* Remove native arrow */
  -webkit-appearance: none;
  -moz-appearance: none;
  position: relative;
  background-image: url('/cdn/shop/files/arrow-down.svg?v=1746192937');
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-size: 15px;
}
/* .wt-contact__form .contact-form .form__field.form__field--select::after{
 background: url('/cdn/shop/files/arrow-down.svg?v=1746192937');
  content:"";
  right: 15px;
  top:15px;
  background-size: contain;
  width:20px;
  height: 20px;
  position: absolute;
} */
/*contact page */
/*drink makers  */
.beverage_rich_text .content_wrapper {
  width:80%;
  margin: auto;
}
.beverage_rich_text .content_wrapper .hero__button--primary  {
  display: flex;
  justify-self: center;
  margin-top: 20px;
}
.simply_refreshing_rich_text .content_wrapper {
  width: 70%;
}
.simply_refreshing_rich_text .content_wrapper  .hero__text {
  width: 85%;
  margin: auto;
}
.hero_image_with_text .content_wrapper h2:nth-child(2){
  margin-top:50px;
}
.simply_refreshing_rich_text .content_wrapper h3{
  /* line-height: 95px; */
  margin-bottom: 20px;
}
.refreshing_feature_banner .hero__button--primary  {
  display: flex;
  justify-self: center;
  margin-top: 40px;
}
.refreshing_feature_banner .wt-keys__image{
  width: 285px;
}
.refreshing_feature_banner .hero_button_inner{
  /* border-bottom: 3.5px solid #B4CDE8;
  padding-bottom:40px; */
  max-width:1600px;
  width: 90%;
  margin: auto;
}
 .convenient_image_with_text ul li {
  list-style: none;
  padding-left: 0px;
}
.convenient_image_with_text ul li {
  margin-bottom: 15px!important;
}
.convenient_image_with_text ul li:last-child {
  margin-bottom: 0px!important;
}
 .convenient_image_with_text ul li::before{
    content: "\25c6";
    color: #042d4b;
    font-size: 14px;
    padding-right: 7px;
    top: -1px;
    position: relative;
}
.cheers_section .headline__title{
    width: 70%;
    margin: auto;
}
.cheers_section .hero__text{
  width: 58%;
  padding-bottom: 0px;
  margin: auto;
}
.cheers_section{
  padding-top: 80px;
}
/*  */

footer .wt-footer__aside {
    gap: 0px;
    margin-top: 0px;
}
 footer .wt-footer__body{
   margin-bottom: 0px;
}

/* Beverages page*/
.beverages-banner.wt-image-banner .hero__overlay__content--right {
    align-items: flex-end;
    text-align: left;
}
.beverages-banner.wt-image-banner .hero__overlay__content {
    padding: 24px 14px;
    width: 100%;
    max-width: 500px;
    margin-bottom: auto;
}
.beverages-banner.wt-image-banner .hero__overlay__content .hero__title {
    letter-spacing: 4px;
}
.beverages-banner.wt-image-banner .hero__overlay__content .hero__title +  .hero__title {
    margin-top: 30px;
    margin-bottom: 15px;
}
.beverages-banner.wt-image-banner .hero__overlay__content  .hero__button.hero {
    margin: 30px auto 0;
    display: table;
}
.scroll-trigger .hero__overlay .hero__title + .hero__title {
    margin: 0px 0px 20px 0px;
}
.energy_feature_banner .headline, 
.flavored_feature_banner .headline,
.cafe_feature_banner .headline{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}
.energy_feature_banner .headline:before, 
.flavored_feature_banner .headline:before,
.cafe_feature_banner .headline:before{
    content: "";
    background: #001F45;
    position: absolute;
    height: 5px;
    width: 92%;
    top: 50%;
    transform: translateY(-50%);
    left: 4%;
}
.energy_feature_banner h2.headline__title, 
.flavored_feature_banner h2.headline__title,
.cafe_feature_banner h2.headline__title{
    position: relative;
    background: #fff;
    padding: 17px;
}
.energy_feature_banner .wt-keys__text, 
.flavored_feature_banner .wt-keys__text,
.cafe_feature_banner .wt-keys__text{
    font-weight: 400;
    max-width: 270px;
}
.energy_feature_banner.wt-keys .wt-keys__title, 
.flavored_feature_banner.wt-keys .wt-keys__title,
.cafe_feature_banner.wt-keys .wt-keys__title{
    padding: 3px;
    font-size: 18px;
}
.energy_feature_banner ul.wt-keys__list {
    max-width: 1100px;
}
.flavored_feature_banner ul.wt-keys__list {
    max-width: 1400px;
}
.cafe_feature_banner ul.wt-keys__list {
    max-width: 800px;
}
.sugar_feature_banner  ul.wt-keys__list {
  max-width: 1300px;
}
.wt-parallax__content .content_wrapper {
    max-width: 800px;
}

.template-page-doc .wt-multicol__list--2 {
    max-width: 1100px;
    margin: 0 auto;
}
.template-page-doc .wt-multicol__list--2 h2.hero__title {
    font-size: 300%;
    padding-bottom: 20px;
}
.template-page-doc .wt-multicol__list--2 .hero__text.hero__richtext a {
    font-weight: 400;
    color: #FF4147;
    margin-right: 5px;
}
.template-page-doc .wt-multicol__list--2 .hero__text.hero__richtext a:hover {
    font-weight: 400;
    color: #1DA7E0;
    margin-right: 5px;
}
.collection__grid__item .card__picture img.card__img, product-recommendations [data-uri=""] .card__img {
    height: 350px;
    object-fit: contain;
}
.refreshing_image_with_text  h2.hero__title.hero {
    word-wrap: normal;
}
.refreshing_image_with_text .hero__text {
    max-width: 520px;
}

/* .hero__overlay__content .content_wrapper {
    padding: 15px 30px;
    background: rgba(234, 232, 231, 0.8);
    border-radius: 4px;
} */

/* Mobile Menu Adjustments */
body.logged-out div.wt-header__logo-wrapper > nav:nth-of-type(2) .wt-page-nav-mega__list .wt-page-nav-mega__item:nth-of-type(1) {
    display: none;
}

body.logged-in div.wt-header__logo-wrapper > nav:nth-of-type(2) .wt-page-nav-mega__list .wt-page-nav-mega__item:nth-of-type(2) {
    display: none;
}


/*  */
@media (max-width: 1200px) {
   /* .wt-header__sticky-menu-trigger_lavit{
        display: block;
        margin-right: 10px;
        margin-top: 5px;
    }
    .wt-header__sticky-menu-trigger_lavit .svg-icon--close {
        display: none;
    }
    .wt-header__sticky-menu-trigger_lavit svg{
        fill: #fff;
    } */
    .desktop-only {
        display: none;
    }
  .template-index .wt-header--v5 .wt-header__aside search-drawer,
  .template-index .wt-header--v5 .wt-header__panel,
  .template-beverages .wt-header--v5 .wt-header__aside search-drawer,
  .template-beverages .wt-header--v5 .wt-header__panel,
  .template-drinkmakers .wt-header--v5 .wt-header__aside search-drawer,
  .template-drinkmakers .wt-header--v5 .wt-header__panel {
      display: none;
  }
  .wt-cart__header--empty {
    flex-direction: row;
}

}
@media (min-width: 1200px) {
    .wt-header--v5 .wt-header__logo-wrapper {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 80%;
    }
    .wt-header--v5 .wt-header__aside,.wt-header--v5 .wt-header__panel {
        width: 10%;
    }
    .template-index .wt-header--v5 .wt-header__aside,
    .template-index .wt-header--v5 .wt-header__panel,
    .template-beverages .wt-header--v5 .wt-header__aside,
    .template-beverages .wt-header--v5 .wt-header__panel,
    .template-drinkmakers .wt-header--v5 .wt-header__aside,
    .template-drinkmakers .wt-header--v5 .wt-header__panel {
        display: none;
    }

      .template-index .wt-header--v5 .wt-header__logo-wrapper,
      .template-beverages .wt-header--v5 .wt-header__logo-wrapper,
      .template-drinkmakers .wt-header--v5 .wt-header__logo-wrapper {
          width: 100%;
      }

    .multicol_short {
        margin-left: auto;
        margin-right: auto;
        max-width: 900px;
    }
    .brands_short {
        margin-left: auto;
        margin-right: auto;
        max-width: 1165px;
        text-align: center;
        padding-bottom: 30px;
    }
    body .multicol_short .wt-multicol[data-swiper] {
        padding-left: 0;
        padding-right: 0;
    }
    .multicol_short .wt-multicol .hero--out .hero__overlay {
        padding: 0;
    }
    .mobile-only {
        display: none;
    }
    .wt-brands__container .swiper-slide{
        width:250px!important;
    }
    body:not(.mobile-nav) .wt-page-nav-mega__list--center {
        /* gap: 5vw; */
        gap: 25px;
    }
    .scroll-trigger .hero__overlay {
        padding-left: 40px;
        padding-right: 40px;
    }
}
@media (max-width: 1280px) {
.template-index .rich-text-with-image-section .rich-text-with_image.has_two_blocks .rich_text_with_image_wrapper:first-child:after {
    right: -483px;
}
}
@media (max-width: 1024px) {
    .wt-header__sticky-menu-trigger{
        max-width: 40px;
        color:#fff;
        display:none !important; 
    }
    .wt-drawer--nav-show{
        transform: none!important;
        opacity: 1!important;
    }
   
  .wt-contact__form .hero__text {
    width: 66%;
  }
  .wt-contact__form .form__container {
    max-width: 80%;
}
}

@media (max-width: 912px) {
 .wt-brands__container .swiper-slide {
    transform: scale(0.8);
}
.wt-brands__container .swiper-slide.swiper-slide-active{
   transform: scale(1);
}
.image-with-text-slider .wt-slider--hero .swiper-pagination-bullets {
    width: 100% !important;
    bottom: 6% !important;
}
}
@media (max-width: 899px) {
    .hero__overlay__content--mobile--center {
        width: 100%;
    }
    .refreshing_image_with_text h2.hero__title.hero, .refreshing_image_with_text .hero__text {
        margin-left: auto;
        margin-right: auto;
    }
    .love_it_on_lavit_svg {
        padding-bottom: 30px;
    }
    .section-image-with-text .hero__text {
        text-align: center;
    }
    .brands_upper_border  .hero__text {
        text-align: center;
        padding: 0 20px;
    }
  .swiper-initialized .wt-brands__image {
      /* object-fit: contain; */
      
  }
  /* .wt-brands__container .wt-brands__item {
    max-width: 250px !important;
    width: 250px !important;
  } */
}

@media (max-width: 767.5px) {
    .hero__button--wrapper {
        gap: 0;
        flex-direction: column;
    }
    .hero--video-background .hero__button--wrapper .hero__button.hero {
        margin: 5px;
    }
    :root{
        --font-headline-size: 30px;
        --font-button-size: 15px;
    }
    .hero__text.hero__richtext.text__text.brands_short {
        padding: 0 25px 20px;
        text-align: center;
    }
    .wt-footer__block.wt-footer__block--text {
        text-align: center;
        width: 100%;
        padding: 10px 0;
    }
    .wt-footer__aside {
      padding: 0 20px 10px;
      flex-direction: column-reverse;
      margin: 0;
  }
    .wt-footer__aside__copy {
        font-size: 15px!important;
        color:#fff !important;
        padding:15px !important;
    }
    .wt-footer__body {
        margin-bottom: 0;
    }
    .image-with-text-slider .image-with-text-slider-button {
        margin-top: -97px;
        position: relative;
        z-index: 1;
    }
      .hero .hero__pic .hero__img {
        object-fit: cover;
    }
  /*  */
  .make_a_drink.rich-text-with-image-section  .rich-text-with_image.has_two_blocks {
    width: 100%;
    justify-content: space-between;
    margin-top: 20px;
    flex-direction: column;
    gap: 20px;
  }
  .make_a_drink.rich-text-with-image-section .rich-text-with_image.has_two_blocks .rich_text_with_image_wrapper img, 
  .make_a_drink.rich-text-with-image-section .rich-text-with_image .rich_text_with_image_wrapper img {
      height: 127px;
      object-fit: contain;
  }
  .make_a_drink.rich-text-with-image-section .content_wrapper .hero__text {
      width: 100%;
  }
  .make_a_drink.rich-text-with-image-section  .rich-text-with_image.has_two_blocks  .rich_text_with_image_wrapper,
    .make_a_drink.rich-text-with-image-section .rich_text_with_image_wrapper{
     width: 100%;
  }
  .wt-contact__form .hero__text {
     width: 100%;
  }
  .wt-contact__form .form__container {
      max-width: 100%;
  }
  .love_it_svg{
      width: 70%;
      height: auto;
      margin-bottom: 20px;
  }
  .wt-brands__container .swiper-slide {
      transform: scale(0.8);
  }
  .wt-brands__container .swiper-slide.swiper-slide-active{
     transform: scale(1.1);
  }
  .refreshing_image_with_text  .hero .hero__pic .hero__img {
      margin-top: -60px;
      margin-bottom: -60px;
  }
  .brands_upper_border {
    padding-top: 0px;
    padding-bottom: 10px;
  }
  .image-with-text-slider .wt-slider--hero .swiper-pagination-bullets {
      width: 100% !important;
      bottom: 9% !important;
  }
  .template-index .rich-text-with-image-section .rich-text-with_image:first-child .rich_text_with_image_wrapper:before,
    .template-index .rich-text-with-image-section .rich-text-with_image.has_two_blocks .rich_text_with_image_wrapper:first-child:after{
    display: none;
  }
  .template-index .rich-text-with-image-section .content_wrapper {
    order:-1;
  }
  .template-index .rich-text-with-image-section .rich-text-with_image:first-child{
    margin-top: 25px;
  }
  footer  .wt-footer__block--image{
    padding-top: 0px;
  }
  .beverage_rich_text .content_wrapper {
      width: 100%;
  }
  .simply_refreshing_rich_text .content_wrapper {
      width: 100%;
  }
  .simply_refreshing_rich_text .content_wrapper h3 {
      line-height: 40px;
  }
  .simply_refreshing_rich_text .content_wrapper .hero__text {
      width: 100%;
  }
  .cheers_section .headline__title {
      width: 100%;
  }
  .cheers_section .hero__text {
      width: 100%;
  }
  .cheers_section {
      padding-top: 40px;
  }
  .beverages-banner .hero .hero__pic .hero__img {
      object-fit: cover;
  }
  .beverages-banner .hero picture.hero__pic:before {
      content: "";
      background: #ffffffbd;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
  }
    .energy_feature_banner .headline:before, .flavored_feature_banner .headline:before, .cafe_feature_banner .headline:before {
      height: 3px;
  }
    .energy_feature_banner h2.headline__title, .flavored_feature_banner h2.headline__title, .cafe_feature_banner h2.headline__title {
      padding: 8px;
  }
    .collection__grid__item .card__picture img.card__img {
      height: 200px;
      object-fit: contain;
  }
  
}

/* For "Love it For Employees" Hero Slider */
@media (min-width: 1200px) and (max-width: 1600px) {
  .hero__wrapper--full .hero--grid .hero__overlay__content  {
    min-width: 530px;
      margin: auto;
  }
}

@media (min-width: 1200px) and (max-width: 1600px) {
  .hero__title  {
    font-size: 4rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
    word-wrap: normal;
  }
  .multicol_short .hero__title {
      font-size: 3rem;
}
  .refreshing_image_with_text  h2.hero__title.hero {
    max-width: 400px;
    word-wrap: normal;
}
.hero_image_with_text h2.hero__title.hero {
    max-width: 340px;
}
  .convenient_image_with_text  h2.hero__title.hero {
      max-width: 230px;
  }
  .beverages-banner.wt-image-banner .hero__overlay__content .hero__title {
      max-width: 390px;
  }
  .variety_image_with_text  h2.hero__title.hero {
      max-width: 220px;
  }
  .variety_image_with_text .hero__text {
      max-width: 540px;
  }
}

@media (min-width: 900px) and (max-width: 1060px) {
  .love_it_svg {
    width: 300px;
  }
}

/* Exclusive for main Hero only */
@media (min-width: 900px) {
  .image-with-text-slider .hero__pic .hero__img {
    object-fit: contain;
}
   #shopify-section-template--18564313252009__image_with_text_pbnxJ7 .hero.hero--grid {
    position: relative;
  }
  
  #shopify-section-template--18564313252009__image_with_text_pbnxJ7 .hero__pic {
        position: absolute;
    height: 100%;
    width: 50%;
    top: 0;
    right: 0;
    object-fit: cover;
    object-position: center;
  }
   
}
@media (min-width: 767.9px) and (max-width: 898.5px) {
    .image-with-text-slider .hero__overlay {
        height: 500px;
    }
  .image-with-text-slider .image-with-text-slider-button {
        margin-top: -56px;
        position: relative;
        z-index: 1;
    }
  .template-index .rich-text-with-image-section .rich-text-with_image.has_two_blocks .rich_text_with_image_wrapper:first-child:after {
    right: -370px;
    top: 80px;
    width: 350px;
  }
  .template-index .rich-text-with-image-section .rich-text-with_image:first-child .rich_text_with_image_wrapper:before {
    top: 80px;
    left: -290px;
    width: 350px;
}
  .template-index .rich-text-with-image-section .rich-text-with_image:first-child .rich_text_with_image_wrapper:after {
    top: 100px;
    right: -280px;
    width: 350px;
}
  .image-with-text-slider .hero__pic .hero__img {
    object-fit: contain;
}
  .wt-brands__image {
    width: auto !important;
}
  .love_it_svg {
    width: 60%;
    height: auto;
    padding-bottom: 20px;
}
}
.wt-keys__text strong {
    color: #fb4047;
}

.beverages-banner .hero__overlay {
    padding: unset;
}
@media (max-width: 599px) {
    .section-image-with-text .hero__overlay {
        padding: 60px 30px;
    }
}
.brands_short {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding-bottom: 30px;
}

/* Wholesale Section */  
@media (min-width: 900px) {
  .cart-page .wt-cart__footer__body {
    max-width: 70%;
    flex-basis: 70%;
  }
}

#wpdNetContainer {
  text-align:center;
  text-align: center;
  width: 70%;
  max-width:100%;
}

.wt-cart__subtotal__label {
  text-align: center;
}

/* #wpdNetContainer::before {
  content:"- or -";
  opacity:.7;
  margin-bottom: 20px;
  display: block;
} */

a.wt-more.wt-cart__back-link {
  display:none;
}

#wpdNetTitle { 
  font-family:inherit !important
}

button#wpdNetDiscountCodeBtn {
  white-space: nowrap;
}

button#wpdSubmitButton {
  padding: 15px 30px !important; 
}

.form__field .form__field__label {
  display: inline-block;
  padding: 3px 4px;
  background: #fff;
  height: auto;
  top: -11px;
  font-size: 15px;
}

#CartDrawer {
  z-index:9999
}

.cart__dynamic-checkout-buttons,
.wt-cart__cta {
  display:none;
}

/* Hide MSRP From Products */
.price-label {
  display:none !important;
  visibility: hidden !important;
}
.logged-out .price,
.logged-out .wt-product__add-to-cart_form,
.logged-out .wt-header__panel__item--cart {
  display:none !important;
  visibility: hidden !important;
}


/* Remove the discount price */
.wpd-ext-compare-at-price {
  display:none !important;
  visibility: hidden !important;
}

.customer__account-details {
  min-width: 300px;
}

.wcp-original-cart-total {
  display:none; 
}

.hero__heading-image--left img { margin-left: 0; margin-right: auto; }
.hero__heading-image--center img { margin-left: auto; margin-right: auto; }
.hero__heading-image--right img { margin-left: auto; margin-right: 0; }

.hero__title,
.block__title {
  font-size: var(--heading-font-size-mobile, inherit);
}

@media (min-width: 750px) {
  .hero__title,
  .block__title {
    font-size: var(--heading-font-size-desk, inherit);
  }
}


/* Floating Contact Button */
.floating-contact-btn {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 9999;
}

.floating-contact-btn a {
  display: inline-block;
  padding: 14px 22px;
  background-color: #000;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  border-radius: 50px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.2);
  transition: all 0.3s ease;
}

.floating-contact-btn a:hover {
  background-color: #333;
  transform: translateY(-2px);
  box-shadow: 0 12px 24px rgba(0,0,0,0.25);
}

/* Mobile adjustments */
@media (max-width: 768px) {
  .floating-contact-btn {
    bottom: 16px;
    right: 16px;
  }

  .floating-contact-btn a {
    padding: 12px 18px;
    font-size: 14px;
  }
}