.menu-smoothie-bg {
  background: url('https://media-library-activestorage-production.s3.us-east-2.amazonaws.com/tcuyrkqb4se9xoyc4luumlxayhjd');
  background-repeat: no-repeat;
  background-size: 100% 400px;
  background-position: center 96%;
  width: 100%;
}

@media(max-width:1200px) {
  .menu-smoothie-bg {
    background-size: 100% 300px;
    background-position: center 76%;
  }
}

@media (max-width: 767px) {
  .menu-smoothie-bg {
    background-size: 200% 325px;
    background-position: center 82%;
  }
}

.menu-smoothie-bg img {
  max-height: 300px;
  object-fit: contain;
}

[aria-label="Smoothies, Bowls and Juices Section"] {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.even {
  text-wrap: pretty;
}

.slider-controls-bottom .swiper-button-next,
.slider-controls-bottom .swiper-button-prev {
  position: static !important;
  /* disables Swiper’s default absolute */
  top: auto !important;
  left: auto !important;
  right: auto !important;
  bottom: auto !important;
  transform: none !important;
}

.slider-controls-bottom,
.menu-smoothie-bg .swiper-button-next,
.menu-smoothie-bg .swiper-button-prev {
  position: absolute;
  bottom: -75px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 1rem;
  z-index: 10;
}

.menu-smoothie-bg .swiper-button-next,
.menu-smoothie-bg .swiper-button-prev {
  width: 48px;
  height: 48px;
  border: 1px solid var(--color-4);
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  color: var(--color-4);
  background: transparent;
  transition: background 0.3s ease;
}

.menu-smoothie-bg .swiper-button-next {
  left: 40%;
}

.menu-smoothie-bg .swiper-button-prev {
  left: 60%;
}

.menu-smoothie-bg .swiper-button-next:hover,
.menu-smoothie-bg .swiper-button-prev:hover {
  border: 2px solid var(--color-4);
  color: var(--color-4);
  background: var(--color-3);
}

.menu-smoothie-bg>.swiper {
  overflow: visible;
}

.menu-smoothie-bg .swiper-pagination-bullet {
  background: var(--color-4);
}

.menu-smoothie-bg .swiper-pagination-bullet-active {
  background: var(--color-1);
}

.nested-swiper .swiper-slide {
  text-align: center;
}

.nested-swiper .swiper-slide p {
  font-family: var(--headers-font) !important;
  font-size-adjust: 1;
}

.nested-swiper .swiper-slide {
  transition: transform .2s ease;
  transform: scale(.95);
}

.nested-swiper .swiper-slide:hover {
  transform: scale(1);
}

@media (max-width: 767px) {
  .slider-controls-bottom {
    bottom: -45px;
    gap: 0.5rem;
  }

  .slider-controls-bottom .swiper-button-next,
  .slider-controls-bottom .swiper-button-prev {
    width: 40px;
    height: 40px;
    font-size: 1.25rem;
  }
}

.hero-img,
.footer [alt="Logo"] {
  max-height: 300px;
}

.symbol {
  font-size: 12px;
  vertical-align: super;
}

@media(max-width:767px) {
  .hero-img {
    max-width: 75vw !important;
  }
}

#promo2-tiles {
  margin-top: 5rem;
}

.promo2-title,
.promo2-hover p {
  color: var(--color-3);
}

#promo2-tiles .row .promo2 {
  height: 500px;
  background-position: bottom left;
  background-size: cover;
  padding: 0;
  color: var(--text-color)
}

#promo2-tiles .row .promo2:nth-child(1) {
  background-image: url('https://media-library-activestorage-production.s3.us-east-2.amazonaws.com/lgusfb5xig4mn8v2rz9ssiz1qkop')
}

#promo2-tiles .row .promo2:nth-child(2) {
  background-image: url('https://media-library-activestorage-production.s3.us-east-2.amazonaws.com/s7o0lryg2cowmxd3ole192agm7nh')
}

#promo2-tiles .row .promo2:nth-child(3) {
  background-image: url('https://media-library-activestorage-production.s3.us-east-2.amazonaws.com/elmeb9koz3tf9jrpeuqfsmdz02bj')
}

.promo2:hover .promo2-hover,
.promo2.focus .promo2-hover,
.promo2:focus-within .promo2-hover {
  opacity: 1;
  padding: calc(1rem + 12.5px);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px)
}

.promo2:hover .promo2-hover hr,
.promo2.focus .promo2-hover hr,
.promo2:focus-within .promo2-hover hr {
  background-color: var(--color-1);
  width: 100%;
  height: 3px;
  opacity: 1
}

.promo2-hover {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0;
  background: var(--color-5-opacity);
  padding: 1rem;
  width: 100%;
  height: 100%;
  color: var(--text-color);
  font-weight: 400;
  -webkit-transition: opacity .5s ease, padding .5s ease;
  -o-transition: opacity .5s ease, padding .5s ease;
  transition: opacity .5s ease, padding .5s ease
}

.promo2-hover h2 {
  text-transform: uppercase
}

.promo2-hover hr {
  margin-right: auto;
  margin-left: 0;
  border: 0;
  background-color: var(--color-5-opacity-darker);
  width: 0;
  height: 30px;
  -webkit-transition: width .5s ease, height .5s ease, background-color .5s ease;
  -o-transition: width .5s ease, height .5s ease, background-color .5s ease;
  transition: width .5s ease, height .5s ease, background-color .5s ease
}

@media (max-width: 767.98px) {
  .promo2-hover {
    opacity: 1;
    padding: calc(1rem + 12.5px);
    -webkit-transition: opacity .5s ease, padding .5s ease, -webkit-backdrop-filter .5s ease;
    transition: opacity .5s ease, padding .5s ease, -webkit-backdrop-filter .5s ease;
    -o-transition: opacity .5s ease, padding .5s ease, backdrop-filter .5s ease;
    transition: opacity .5s ease, padding .5s ease, backdrop-filter .5s ease;
    transition: opacity .5s ease, padding .5s ease, backdrop-filter .5s ease, -webkit-backdrop-filter .5s ease
  }

  .promo2-hover hr {
    background-color: var(--color-1);
    width: 100%;
    height: 3px;
    opacity: 1
  }
}

.oval-promo {
  background-color: var(--color-3);
  border: 3px solid #c7c9c8;
  border-radius: 100%;
  position: relative;
  z-index: 2;
  overflow: hidden;
}

.oval-promo img {
  max-width: 100%;
  object-fit: contain;
  width: 250px;
}

.oval-promo .uk-overlay {
  background: var(--color-3);
  border-radius: 100%;
  padding: 35px;
}

.oval-promos {
  max-height: 150px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #e7e7e7;
}

.oval-promos>div {
  padding: 1rem;
  justify-content: center;
  width: 100%;
}

.oval-promos .uk-inline-clip.uk-transition-toggle {
  width: 100%;
  min-height: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.oval-promo h2 {
  color: var(--color-1);
  font-size-adjust: .75;
  line-height: 1;
}

.oval-promo p {
  margin-bottom: 0px;
}

@media(max-width: 1500px) {
  .oval-promos {
    max-height: 100px;
  }

  .oval-promo h2 {
    font-size: 1.25rem;
  }

  .oval-promo p {
    font-size: .75rem;
  }

  .oval-promos .uk-inline-clip.uk-transition-toggle {
    min-height: 175px;
  }
}

@media(max-width: 1200px) {
  .oval-promos {
    max-height: 100px;
  }

  .oval-promo h2 {
    font-size: 1rem;
  }

  .oval-promo p {
    font-size: .7rem;
  }

  .oval-promos .uk-inline-clip.uk-transition-toggle {
    min-height: 150px;
  }
}

@media(max-width: 1000px) {
  .oval-promos {
    max-height: 100px;
    justify-content: center;
  }

  .oval-promos>div>div {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .oval-promo h2 {
    font-size: 1rem;
  }

  .oval-promo p {
    font-size: .65rem;
  }
}


@media(max-width: 991px) {
  .oval-promos {
    max-height: 100%;
  }

  .oval-promo h2 {
    font-size: 1.5rem;
  }

  .oval-promo p {
    font-size: 1rem;
  }

  .oval-promos .uk-inline-clip.uk-transition-toggle {
    min-height: 250px;
  }
}

@media(max-width: 767px) {
  .oval-promos .uk-inline-clip.uk-transition-toggle {
    height: 15vh;
    min-height: auto;
  }

  .oval-promo h2 {
    font-size: 1.25rem;
  }

  .oval-promo p {
    font-size: .75rem;
  }

  .oval-promo {
    max-width: 350px;
    margin: auto;
  }

  .oval-promos>div>div {
    margin-top: .5rem;
    margin-bottom: .5rem;
  }
}

[aria-label="Store Locations and Rewards Section"] {
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

[aria-label="Store Locations and Rewards Section"] .card {
  padding-bottom: 15px;
}

@media(max-width:767px) {
  [aria-label="Store Locations and Rewards Section"] .card-group>div {
    margin-bottom: 15px;
  }
}

.slider-controls-bottom {
  position: absolute;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 1rem;
  z-index: 10;
}

.slider-controls-bottom .uk-slidenav {
  width: 48px;
  height: 48px;
  border: 1px solid var(--color-4);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-4);
  transition: background 0.3s ease;
}

.slider-controls-bottom .uk-slidenav:hover {
  border: 2px solid var(--color-4);
  color: var(--color-4);
}

.menu-smoothie-bg>.uk-slider {
  overflow: visible;
}


@media (min-width: 992px) {
  .dropdown-menu.locations-dropdown {
    display: flex;
    flex-wrap: wrap;
    column-gap: 2rem;
    padding: 1rem;
    min-width: 625px;
  }

  .dropdown-menu.locations-dropdown .dropdown-column {
    flex: 1 1 200px;
  }
}

.dropdown-menu.locations-dropdown {
  max-height: 100vh;
  height: 400px;
  overflow-y: auto;
}

.dropdown-header {
  font-size: 1.5rem;
  color: var(--color-1);
  margin-top: 1rem;
}

.dropdown-menu.locations-dropdown::-webkit-scrollbar {
  width: 10px;
}

.dropdown-menu.locations-dropdown::-webkit-scrollbar-track {
  background: var(--color-4);
}

.dropdown-menu.locations-dropdown::-webkit-scrollbar-thumb {
  background-color: var(--color-1);
  border-radius: 6px;
  border: 3px solid var(--color-4);
}

.dropdown-menu.locations-dropdown {
  scrollbar-color: var(--color-1) var(--color-4);
  scrollbar-width: thin;
}


.text1.big {
  text-transform: uppercase;
  letter-spacing: 0px;
}

@media(max-width: 991px) {
  .phone-img {
    max-height: 400px;
  }
}

.dl-app-img {
  max-width: 200px !important;
}

.img-cover {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.uk-slidenav-previous.uk-icon>* {
  -webkit-transform: translate(-1px, 0);
  -ms-transform: translate(-1px, 0);
  transform: translate(-1px, 0px);
}

.uk-slidenav-next.uk-icon>* {
  -webkit-transform: translate(1px, 0);
  -ms-transform: translate(1px, 0);
  transform: translate(1px, 0px);
}

.accordion-button {
  font-family: var(--text-font);
}

.accordion {
  --bs-accordion-color: var(--color-4);
  --bs-accordion-bg: var(--color-3);
  --bs-accordion-border-color: var(--color-1);
  --bs-accordion-btn-color: var(--color-4);
  --bs-accordion-btn-bg: var(--color-3);
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2312a296'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2312a296'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  --bs-accordion-btn-focus-border-color: var(--color-1-opacity);
  --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem transparent;
  --bs-accordion-active-color: var(--color-4);
  --bs-accordion-active-bg: var(--color-1-opacity);
}

.faq-cards .card {
  background-color: var(--color-1);
  color: var(--color-3) !important;
}

.faq-cards .card-text {
  color: var(--color-3) !important;
}

[data-gjs-type="wrapper"] .page-wrapper {
  z-index: 3;
}

[data-gjs-type="wrapper"] .parallax-content {
  z-index: 2;
}

.form-floating>.form-control-plaintext~label .formTextColor,
.form-floating>.form-control:focus~label .formTextColor,
.form-floating>.form-control:not(:placeholder-shown)~label .formTextColor,
.form-floating>.form-select~label .formTextColor {
  border: 1px solid var(--color-3);
  box-shadow: 0px 0px 4px var(--color-4-opacity);
}



.cleanse-question div {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
  border-radius: 8px;
}

ul.check-list,
ul.x-list {
  list-style: none;
  padding-left: 0;
}

ul.check-list li,
ul.x-list li {
  position: relative;
  padding-left: 2em;
  margin-bottom: 0.5em;
}

ul:not(.uk-slideshow-items) li {
  position: relative;
  margin-bottom: 0.5em;
}

ul.check-list li::before {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: green;
  position: absolute;
  left: 0;
  top: 0;
  margin-left: 12px;
}

ul.x-list li::before {
  content: "\f00d";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: red;
  position: absolute;
  left: 0;
  top: 0;
  margin-left: 12px;
}

.accent-1 ul.check-list li::before {
  color: var(--color-3);
}

.accent-1 ul.x-list li::before {
  color: var(--color-3);
}

.cleanse-steps {
  max-width: 800px;
  margin: 0 auto;
}

.cleanse-steps .step {
  display: flex;
  align-items: center;
  padding: 0px;
  padding-right: 25px;
  margin-bottom: 1rem;
  border-radius: 100px 3rem 3rem 100px;
}

.cleanse-steps .step-1 {
  background-color: rgba(18, 162, 150, 0.5);
}

.cleanse-steps .step-2 {
  background-color: rgba(18, 162, 150, 0.65);
}

.cleanse-steps .step-3 {
  background-color: rgba(18, 162, 150, 0.8);
}

.cleanse-steps .step-4 {
  background-color: #69a8b2;
}

.cleanse-steps .circle {
  flex-shrink: 0;
  width: 150px;
  height: 150px;
  border: 3px solid rgba(18, 162, 150, 0.5);
  border-radius: 50%;
  background-color: var(--color-3);
  color: rgba(18, 162, 150, 0.7);
  font-size: 5rem;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1.5rem;
}

.cleanse-steps .step p {
  margin: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: var(--color-3) !important;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}


.cleanse-order-box {
  border: 5px solid var(--color-1);
  padding: 0px !important;
  padding-top: 3.5rem !important;
  position: relative;
  border-radius: 25px;
  padding: 50px;
  max-width: 800px;
}

.cleanse-order-heading {
  background-color: var(--color-1);
  color: var(--color-3);
  border-radius: 15px;
  top: 0 !important;
  transform: translateY(-50%) translateX(-50%) !important;
  z-index: 1;
}

.order-item p {
  font-size: 1rem;
}

@media (max-width: 767px) {
  .cleanse-order-heading {
    font-size-adjust: .7;
  }

  .order-item p {
    font-size-adjust: .5;
    padding-right: 5px;
  }

  .order-item img {
    max-width: 125px;
    object-fit: contain;
  }

  .step p {
    font-size-adjust: .4;
  }
}

@media (min-width: 768px) {
  .order-item p {
    font-size: 1.25rem;
  }

  .order-item img {
    margin-right: 4rem !important;
  }

  .cleanse-order-heading {
    font-size: 2rem;
  }

}

.template-text {
  color: var(--color-1) !important;
}

.template-alt-text {
  color: #69a8b2 !important;
}

h5.fw-light {
  line-height: 2.5;
}

@media(max-width:767px) {
  .parallax-content .d-none.d-sm-block {
    display: none !important;
  }

  .block2 .text1.big {
    font-size: 1.75rem;
  }

  .parallax-content {
    position: relative;
    z-index: 4;
    padding: 180px 0 50px;
  }
}

@media (max-width: 764px) {
  .block2 .text1.big {
    font-size: 1.75rem;
  }
}

* {
  box-sizing: border-box;
}

.nutrition-facts {
  font-family: Arial, sans-serif !important;
  max-width: 320px;
  border: 1px solid black;
  padding: 0.25rem;
  background: var(--color-3);
  color: black;
}

.nutrition-facts h3 {
  font-size: 2rem;
  font-weight: 900;
  margin: 0;
  padding-bottom: 0.25rem;
  border-bottom: 1px solid black;
  font-family: Arial, sans-serif !important;
}

.nf-section {
  font-size: 0.9rem;
  margin: 0.25rem 0;
}

.nf-bold {
  font-weight: 700;
}

.nf-line {
  display: flex;
  justify-content: space-between;
  padding: 0.2rem 0;
  border-top: 1px solid black;
}

.nf-sub {
  padding-left: 1rem;
  font-weight: normal;
  font-family: Arial, sans-serif !important;
}

.nf-sub-sub {
  padding-left: 2rem;
  font-weight: normal;
  font-family: Arial, sans-serif !important;
}

.nf-calories {
  font-size: 1.4rem;
  font-weight: 700;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding: 0.3rem 0;
  font-family: Arial, sans-serif !important;
}

.nf-dv-header {
  display: flex;
  justify-content: space-between;
  font-size: 0.75rem;
  font-weight: 700;
  border-top: 5px solid black;
  padding: 0.25rem 0;
  font-family: Arial, sans-serif !important;
}

.nf-thick-divider {
  border-top: 8px solid black;
  margin: 0.25rem 0;
}

.nf-thick-bottom {
  border-bottom: 8px solid black;
  margin-bottom: 0.2rem;
  padding-bottom: 0.2rem;
}

.nf-small {
  font-size: 0.75rem;
  font-family: Arial, sans-serif !important;
}

.nf-vitamin-line {
  display: flex;
  justify-content: space-between;
  font-size: 0.75rem;
  padding: 0.25rem 0;
  border-top: 1px solid black;
  font-family: Arial, sans-serif !important;
}

.nf-vitamin-line.first {
  border-top: none;
}

.nf-vitamin-line.last {
  border-bottom: 6px solid black;
}

.nf-footer {
  font-size: 0.7rem;
  margin-top: 0.5rem;
  line-height: 1.2;
  display: flex;
  align-items: flex-start;
  gap: 0.25rem;
  font-family: Arial, sans-serif !important;
}

.nf-footer .asterisk {
  font-weight: bold;
  line-height: 1;
  font-family: Arial, sans-serif !important;
}

.nf-footer .footnote {
  flex: 1;
}

@media (max-width: 767px) {

  .nutrition-facts h3 {
    font-size: 1.5rem;
  }

  .nf-section {
    font-size: 0.8rem;
  }

  .nf-calories {
    font-size: 1.1rem;
  }

  .nf-dv-header,
  .nf-small,
  .nf-vitamin-line,
  .nf-footer {
    font-size: 0.65rem;
  }

  .nf-line {
    font-size: 0.8rem;
  }

  .nf-footer {
    flex-direction: row;
    align-items: flex-start;
    gap: 0.2rem;
  }

  .nf-footer .asterisk {
    font-size: 0.75rem;
  }
}

.product-item {
  background-color: var(--color-3);
  box-shadow: 0px 0px 8px rgba(0, 0, 0, .2);
  padding: 1rem;
  cursor: pointer;
  transition: background 0.2s ease;
  align-items: center;
  box-sizing: border-box;
  text-align: center;
  border-radius: 25px;
  position: relative;
  min-height: 125px;
  margin: .5rem;
}

.product-item .close-btn {
  position: absolute;
  top: 10px;
  right: 15px;
  z-index: 10;
  background: transparent;
  border: none;
  font-size: 1.8rem;
  color: #888;
  cursor: pointer;
  opacity: 0.8;
  transition: color 0.2s;
}

.product-item .close-btn:hover {
  color: var(--color-4);
  opacity: 1;
}

.product-item h4 {
  color: var(--color-4);
  font-family: var(--headers-font) !important;
  text-transform: uppercase;
  font-size-adjust: .9;
  margin-bottom: 0px;
  text-wrap-style: balance;
}

.product-item:hover h4 {
  font-size-adjust: .9;
  color: var(--color-3);
}

.product-item p {
  color: var(--color-4);
  display: none;
}

.product-item:hover p {
  display: block;
  color: var(--color-3);
}

.product-item img {
  max-height: 140px;
  max-width: 30vw;
  object-fit: contain;
  margin: 0px 1.5rem 0px 0px !important;
}

.product-item.lto {
  position: relative;
}

.product-item.lto::before {
  content: "";
  position: absolute;
  top: -25px;
  left: -35px;
  width: 90px;
  height: 75px;
  background: url('https://media-library-activestorage-production.s3.us-east-2.amazonaws.com/35zin6spipi1o64522fk8ouca51w') no-repeat center center / contain;
  z-index: 2;
  pointer-events: none;
}

:not(.highlight-item).product-item:hover {
  background-color: #69a8b2;
}

:not(.highlight-item).product-item.power:hover {
  background-color: #7a302b;
}

:not(.highlight-item).product-item.awaken:hover {
  background-color: #d8432c;
}

:not(.highlight-item).product-item.pink-dragon:hover {
  background-color: #ff4da2;
}

:not(.highlight-item).product-item.mango:hover {
  background-color: #ddc240;
}

:not(.highlight-item).product-item.blue-tart:hover {
  background-color: #69a8b2;
}

:not(.highlight-item).product-item.green-protein:hover {
  background-color: #7f996e;
}

:not(.highlight-item).product-item.glow:hover {
  background-color: #929648;
}

:not(.highlight-item).product-item.wheatgrass:hover {
  background-color: #5e672f;
}

:not(.highlight-item).product-item.detox:hover {
  background-color: #232324;
}

:not(.highlight-item).product-item>div {
  width: 100%;
  margin-right: 40px;
}

.highlight-item {
  padding: 2rem;
  text-align: start;
  box-shadow: 0px 0px 8px var(--color-1-opacity);
}

.highlight-item.product-item {
  cursor: auto;
}

.highlight-item h4 {
  font-size-adjust: 1.25;
  color: var(--color-4);
}

.highlight-item:hover h4 {
  font-size-adjust: 1.25;
  color: var(--color-4);
}

.highlight-item p {
  color: var(--color-4);
  display: block;
}

.highlight-item:hover p {
  color: var(--color-4);
}

.highlight-item.product-item img {
  max-height: 400px;
  object-fit: contain;
  margin: 0px 1.5rem 0px 0px !important;
}

.product-expanded {
  display: block;
}

.flex-product {
  display: flex;
  align-items: flex-start;
  gap: 2rem;
}

.product-details {
  flex: 1 1 0%;
  min-width: 0;
}

.vertical-video {
  flex: 0 0 155px;
  height: 275px;
  max-width: 100%;
  border-radius: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin-bottom: 1rem;
}

.vertical-video iframe,
.vertical-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: inherit;
  display: block;
}

@media (max-width: 768px) {
  .flex-product {
    flex-direction: column;
  }

  .vertical-video {
    width: 100%;
    min-height: 400px;
    margin: 0;
  }
}

.nav-tabs.custom-tabs {
  border: none;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  flex-wrap: nowrap;
  padding: 0.5rem 0;
  gap: 0.5rem;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.category-tabs-wrapper {
  position: relative;
}

.scroll-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: white;
  color: var(--color-1);
  border: none;
  padding: 0.25rem 0.5rem;
  z-index: 10;
  cursor: pointer;
  display: none;
}

.scroll-left {
  left: -1rem;
}

.scroll-right {
  right: -1rem;
}

#categoryTabs {
  scroll-behavior: smooth;
  overflow-x: auto;
  white-space: nowrap;
}

.nav-tabs.custom-tabs::-webkit-scrollbar {
  display: none;
}

.nav-tabs.custom-tabs .nav-item {
  flex: 0 0 auto;
  margin-bottom: 0;
}

.nav-tabs.custom-tabs .nav-link {
  text-align: center;
  color: var(--color-1);
  font-weight: bold;
  border: none;
  border-radius: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  padding: 0.5rem 1rem;
  white-space: nowrap;
  gap: 0.25rem;
}

.nav-tabs.custom-tabs .nav-link.active {
  color: var(--color-4);
}

.tab-scroll-controls {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-top: -0.5rem;
  margin-bottom: 1rem;
}

.tab-scroll-controls button {
  background: none;
  border: none;
  color: var(--color-1);
  font-size: 2rem;
  cursor: pointer;
}

.tab-scroll-controls button:hover,
.tab-scroll-controls button:active,
.tab-scroll-controls button:focus {
  background: none;
  border: none;
  color: var(--color-3);
  background-color: var(--color-1);
  border-radius: 100px;
  font-size: 2rem;
  cursor: pointer;
}

.tab-scroll-controls button:focus {
  outline: none;
}

@media(max-width:991px) {
  .highlight-item.product-item img {
    max-height: 300px;
  }
}

@media (max-width: 767px) {
  .nav-tabs.custom-tabs {
    max-height: none;
  }

  .nav-tabs.custom-tabs.collapsed {
    max-height: none;
    padding: 0.5rem 0;
  }

  .custom-tab-toggle {
    display: none;
  }

  .highlight-item.product-item img {
    max-height: 400px;
    max-width: 125px;
    margin: auto !important;
    margin-bottom: 20px !important;
  }

  .highlight-item {
    display: block !important;
  }

  .highlight-item h4 {
    font-size-adjust: .75;
    color: var(--color-5);
    text-align: center;
  }

  .highlight-item p {
    text-align: center;
  }
}

@media (min-width: 768px) {
  .custom-tab-toggle {
    display: none;
  }
}

[data-gjs-type="wrapper"] [style*="display: none"],
[data-gjs-type="wrapper"] .d-none,
[data-gjs-type="wrapper"] [hidden],
[data-gjs-type="wrapper"] [aria-hidden="true"] {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}




.location-section {
  display: flex;
  flex-wrap: wrap;
  min-height: 100vh;
}

.location-section .uk-card {
  margin-bottom: 25px;
}

.location-map iframe {
  border: 0;
  width: 100%;
  height: 600px;
  border-radius: 25px 0 0 25px;
}

.location-map {
  height: 600px;
}

@media(max-width:767px) {
  .location-map {
    height: auto;
  }
}

.social-icons a {
  font-size: 1.5rem;
  margin-right: 1rem;
  color: var(--color-1);
}

.photo-row img {
  object-fit: cover;
  height: 500px;
  width: 100%;
  width: 100%;
  object-position: center 40%;
}

.photo-row {
  padding: 0px !important;
}

.location-section {
  padding: 10px 0
}

.location-card {
  margin-bottom: 30px;
}

.location-card h5 {
  margin-bottom: 20px;
  color: var(--color-4)
}

.location-info {
  margin-bottom: 15px
}

.location-info .uk-card {
  padding: 0px;
}

.location-section .uk-card-body {
  border-radius: 25px;
  -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, .2);
  box-shadow: 0px 0px 8px rgba(0, 0, 0, .2);
  overflow: hidden;
}

.location-section .uk-card-body h5 {
  font-weight: bold
}

.location-section .uk-card-body p,
.location-section .uk-card-body a:not(.social-link, .btn) {
  color: var(--color-4)
}

.location-info .uk-card div.col-lg-4.d-flex.align-items-center.justify-content-center>div {
  padding-left: 20px;
  padding-right: 20px;
}

.reviews-card {
  background: url('https://media-library-activestorage-production.s3.us-east-2.amazonaws.com/xayytr18e68zvuwk4zimcepu47yi');
  background-repeat: repeat;
  background-size: 830px;
  padding: 25px;
}

@media(max-width:991px) {
  .location-map iframe {
    border: 0;
    width: 100%;
    height: 400px;
    border-radius: 0px;
    padding-top: 1rem;
  }
}

.social a {
  -webkit-box-shadow: var(--btn-main-shadow);
  box-shadow: var(--btn-main-shadow);
}

.bg1 {
  background-color: #69a8b2 !important;
  padding: 0;
  min-height: 640px;
  height: auto;
  color: var(--main-accent-text) !important;
}

.promo2:hover .promo2-hover,
.promo2.focus .promo2-hover,
.promo2:focus-within .promo2-hover {
  background-color: #69a8b299;
}

.promo-hover {
  padding: 5rem 3rem;
}

@media(max-width:767px) {
  .promo-hover {
    padding: 5rem 1rem;
  }
}

span.bigger {
  font-size-adjust: 2.2;
  color: inherit;
  line-height: 3.5;
}

[page="Locations"] iframe, [page="locations2"] iframe {
  height: 600px;
  border-radius: 25px;
  box-shadow: 0px 0px 5px var(--color-5-opacity);
}

#reviews .review-header {
  top: 17px;
  font-size: .75rem !important;
}

#reviews .review-date {
  font-size: .75rem !important;
}

#reviews .review-stars {
  top: 0px !important;
}

.modal-title {
  font-size: 1.25rem;
}

.formTextColor,
option {
  font-size: .75rem !important;
}

.form-heading {
  font-size: 0.75rem !important;
}

.form-control::placeholder,
.control-label,
.form-group label,
.so-m-0,
.so-text-sm {
  font-size: .75rem !important;
}

.form-check {
  align-items: center;
  display: flex;
  gap: 5px;
}

.review-item .list-inline-item:not(:last-child) {
  margin-right: .25rem;
}

[page="faqs"] .pagetitle {
  background-image: url('../images/backgrounds/faqs.webp') !important;
}

[page="Blog"] .pagetitle {
  background-image: url('../images/backgrounds/blog.webp') !important;
}

[page="Catering"] .pagetitle {
  background-image: url('../images/backgrounds/catering.webp') !important;
}

[page="Gallery"] .pagetitle {
  background-image: url('../images/backgrounds/gallery.webp') !important;
}

[page="juice cleanse handbook"] .pagetitle {
  background-image: url('../images/backgrounds/juice-cleanse-handbook.webp') !important;
}

[page="products"] .pagetitle {
  background-image: url('../images/backgrounds/products.webp') !important;
}

[page="rewards"] .pagetitle {
  background-image: url('../images/backgrounds/rewards.webp') !important;
}

[page="About"] .pagetitle {
  background-image: url('../images/backgrounds/about.webp') !important;
}

.uk-position-center.text-center.d-flex.flex-column.justify-content-center.align-items-center {
  z-index: 2;
}

[aria-label="Company Mission Promo Section"] {
  position: relative;
  z-index: 1;
}

[aria-label="Store Locations and Rewards Section"] {
  background: url(https://media-library-activestorage-production.s3.us-east-2.amazonaws.com/750m0mbtjo2tk73gpunbek2xnwqj);
  background-size: 1000px;
  background-repeat: repeat;
  position: relative;
  overflow: hidden;
}

[aria-label="Store Locations and Rewards Section"]::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.1);
  pointer-events: none;
  z-index: 1;
}

[aria-label="Store Locations and Rewards Section"]>* {
  position: relative;
  z-index: 2;
}

[aria-label="Store Locations and Rewards Section"] .col-lg-6.p-0 {
  padding: 3rem !important;
}

@media(max-width:991px) {

  [aria-label="Store Locations and Rewards Section"] .text-lg-start.text-center,
  [aria-label="Store Locations and Rewards Section"] .text-lg-end.text-center {
    text-align: center !important;
    justify-content: center !important;
    align-items: center !important;
  }

  [aria-label="Store Locations and Rewards Section"] .col-lg-6.p-0 {
    padding: 1rem !important;
  }
}

.nav-button .btn-template {
  text-transform: capitalize;
}

.nav-button .btn-template,
.msj-inline-submit {
  background-color: #69a8b2 !important;
  border-color: #69a8b2 !important;
  box-shadow: var(--btn-main-shadow);
  border-radius: 100px !important;
}

.msj-inline-submit {
  font-size-adjust: .8 !important;
  font-weight: 400 !important;
}

.nav-button .btn-template:hover,
.nav-button .btn-template:active,
.nav-button .btn-template:focus,
.msj-inline-submit:hover,
.msj-inline-submit:active,
.msj-inline-submit:focus {
  background-color: var(--color-3) !important;
  border-color: var(--color-3) !important;
  color: #69a8b2 !important;
}

.nav-button {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media(min-width:992px) {
  .nav-button .btn-template {
    margin-left: 30px;
  }
}

@media(max-width:991px) {
  .navbar-nav {
    text-align: center;
  }

  .navbar-collapse {
    padding-right: 7px;
    padding-left: 7px;
  }
}

.toast-header h3,
.toast-header .h3 {
  color: var(--headers);
  font-family: var(--headers-font) !important;
  text-transform: uppercase;
  font-size-adjust: .7;
  line-height: 1.75;
}

#sf-floating-button {
  font-weight: 400 !important;
  letter-spacing: 2px !important;
}

.msj-inline-title {
  color: var(--color-1) !important;
}

[page="Blog"]:has(#blog.showing-post) .block2 h1 {
  font-size-adjust: .75 !important;
  line-height: 1.2;
}

#blog #blogTags .form-check-label,
#blog .blog-top .blog-tags {
  color: var(--color-3);
}

.uk-overlay-primary {
  background: rgb(34 34 34 / .2);
}

@media(max-width:767px) {
  /* h1,
.h1,
h2,
.h2{
    font-size-adjust: 1.25;
    line-height: 2.25;
}


h3,
.h3{
    font-size-adjust: .75;
    line-height: 1.5;
}



h4,
.h4,
h5,
.h5,
h6,
.h6{
    font-size-adjust: .65;
    line-height: 1.5;
} */

  p,
  body,
  li,
  a,
  .block2 .text2.big,
  .navbar-expand-md .navbar-nav .nav-link,
  table {
    font-size-adjust: .5;
    line-height: 1.65;
  }
}


@media (max-width: 991px) {
  .header-sticky .navbar-collapse {
    background-color: rgb(0, 0, 0, .5);
    border: none;
    margin-top: .25rem;
  }
}


.find-header {
  text-align: center;
  margin: 2rem 0 1rem;
}
.find-header h2{
  color: var(--color-1);
}

.state-nav {
  justify-content: center;
  margin-bottom: 2rem;
}

.state-nav .nav-link {
  color: #69a8b2;
}

.state-nav .nav-link:hover,
.state-nav .nav-link:active,
.state-nav .nav-link:focus {
  color: var(--color-1);
}

.section-title {
  font-size: 2rem;
  font-weight: 800;
  color: var(--color-1);
  letter-spacing: 2px;
  text-align: center;
  margin-bottom: 2rem;
  text-shadow: 1px 2px 0 var(--color-3), 0 2px 12px var(--color-3);
}

.locations-section {
  padding: 2rem 0 1rem;
}

.main-sq-card {
  position: relative;
  height: 370px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 2px 14px rgba(0, 0, 0, 0.22);
  background: #ccc url('https://media-library-activestorage-production.s3.us-east-2.amazonaws.com/mbuo6j6ktcs6xht0y8vdunsg64b4') center center/cover no-repeat;
  margin-bottom: 2rem;
}

.main-sq-card-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 66px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: var(--color-3);
  text-shadow: 0px 0px 4px var(--color-4), 0 0px 20px var(--color-4-opacity);
  padding: 1rem;
  z-index: 2;
  background-color: var(--color-4-opacity-darker);
}

.main-sq-card-title {
  font-size: 1.25rem;
  font-weight: 800;
  letter-spacing: 2px;
  margin-bottom: 0.75rem;
  text-transform: uppercase;
  line-height: 1.5;
  position: absolute;
  top: 0;
  background-color: #69a8b2;
  width: 100%;
  padding: 10px;
  text-shadow: none;
}

div.main-sq-card-content>div:nth-child(2) {
  margin-top: 45px;
}

.main-sq-card-details, .main-sq-card-details * {
  font-size: .75rem;
  font-weight: 700;
  margin-bottom: 0.3rem;
  text-transform: uppercase;
  color: var(--color-3);
}

.main-sq-card-details a:hover,
.main-sq-card-details a:active,
.main-sq-card-details a:focus{
  color: var(--color-1);
}

.main-sq-card-buttons {
  display: flex;
  width: 100%;
  height: 66px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 3;
}

.main-sq-card-btn {
  flex: 1 1 50%;
  font-size: 1.18rem;
  font-weight: 800;
  text-align: center;
  text-transform: uppercase;
  border: none;
  outline: none;
  border-radius: 0;
  height: 100%;
  line-height: 66px;
  letter-spacing: 1px;
  transition: background 0.15s, color 0.15s;
}

.main-sq-card-btn.details {
  background: var(--color-1);
  color: var(--color-3);
}

.main-sq-card-btn.order {
  background: var(--color-3);
  color: var(--color-4);
}

.main-sq-card-btn.details:hover,
.main-sq-card-btn.details:focus {
  background: #69a8b2;
}

.main-sq-card-btn.order:hover,
.main-sq-card-btn.order:focus {
  background: #eee;
  color: var(--color-4);
}

@media (max-width: 767px) {
  .section-title {
    font-size: 1.5rem;
  }

  .location-card {
    margin-bottom: 1.5rem;
  }
}

@media (max-width: 991px) {
  .parallax-content .d-none.d-sm-block {
    display: none !important;
  }
}


/* Texas */
.main-sq-card-atascocita {
  background-image: url('https://media-library-activestorage-production.s3.us-east-2.amazonaws.com/lc2q7aitatg02foadqw87d8j3yo6');
}
.main-sq-card-cypress {
  background-image: url('https://media-library-activestorage-production.s3.us-east-2.amazonaws.com/jhwdlknezww606ghknxtu988qn4h');
}
.main-sq-card-dallas-lakewood {
  background-image: url('https://media-library-activestorage-production.s3.us-east-2.amazonaws.com/pz7qgnjhzvvezldfaq8mfks70akr');
}
.main-sq-card-friendswood {
  background-image: url('https://media-library-activestorage-production.s3.us-east-2.amazonaws.com/p6cmpc5wxolgc4a1cyl4tivm0iwz');
}
.main-sq-card-garland {
  background-image: url('https://media-library-activestorage-production.s3.us-east-2.amazonaws.com/hpcumuth611uinn3gt4x4224uhsl');
}
.main-sq-card-heights-houston {
  background-image: url('https://media-library-activestorage-production.s3.us-east-2.amazonaws.com/vnocypr2b6tj4gcozlsvd15gkwv4');
}
.main-sq-card-katy {
  background-image: url('https://media-library-activestorage-production.s3.us-east-2.amazonaws.com/9t1uz6iuuizs2dypwmt9btr534ch');
}
.main-sq-card-missouri-city {
  background-image: url('https://media-library-activestorage-production.s3.us-east-2.amazonaws.com/g5ic68jc9jotgxuwxeudkdipslk8');
}
.main-sq-card-mont-belvieu {
  background-image: url('https://media-library-activestorage-production.s3.us-east-2.amazonaws.com/qrva2fb8pt5fxvz1aos3jznqk8ei');
}
.main-sq-card-pearland {
  background-image: url('https://media-library-activestorage-production.s3.us-east-2.amazonaws.com/abjwl17l1x6zuto9dhp8ebwobnvd');
}
.main-sq-card-sugar-land {
  background-image: url('https://media-library-activestorage-production.s3.us-east-2.amazonaws.com/ar2oqotl20hgkpwwaywh7lz0vm8f');
}

/* Louisiana */
.main-sq-card-ben-hur-baton-rouge {
  background-image: url('https://media-library-activestorage-production.s3.us-east-2.amazonaws.com/va4lk2wftvr4ftzzr740zzlr5i9f');
}
.main-sq-card-long-farm-baton-rouge {
  background-image: url('https://media-library-activestorage-production.s3.us-east-2.amazonaws.com/a02166bpmay547rjdtj8el78xycg');
}
.main-sq-card-bossier-city {
  background-image: url('https://media-library-activestorage-production.s3.us-east-2.amazonaws.com/4bhoblahluiyfuyoeuaga2g5y4yu');
}
.main-sq-card-lafayette {
  background-image: url('https://media-library-activestorage-production.s3.us-east-2.amazonaws.com/gfnuxmh3jzml4u9qqlb0fg3m54t9');
}
.main-sq-card-lake-charles {
  background-image: url('https://media-library-activestorage-production.s3.us-east-2.amazonaws.com/oftgvttv6nidvt1y42qtzdrsj3hj');
}
.main-sq-card-mandeville {
  background-image: url('https://media-library-activestorage-production.s3.us-east-2.amazonaws.com/ltflgd2oz6bnhu6809k9wezbccl3');
}
.main-sq-card-metairie {
  background-image: url('https://media-library-activestorage-production.s3.us-east-2.amazonaws.com/mf59smzoytt6chfqosf355lmt5aa');
}
.main-sq-card-carondelet-new-orleans {
  background-image: url('https://media-library-activestorage-production.s3.us-east-2.amazonaws.com/4kihzyzybe3ezywaqmsxnmt55jle');
}
.main-sq-card-lakeview-new-orleans {
  background-image: url('https://media-library-activestorage-production.s3.us-east-2.amazonaws.com/kr0617gbb7pfgjgc6casaprscjw8');
}
.main-sq-card-place-st-charles-new-orleans {
  background-image: url('https://media-library-activestorage-production.s3.us-east-2.amazonaws.com/f9h0ymmp8xs7ui9fhlrdlxiuosf3');
}

/* Georgia */
.main-sq-card-columbus-ga {
  background-image: url('https://media-library-activestorage-production.s3.us-east-2.amazonaws.com/gk4di4td2sd5yqvxhbmi56t4a9ws');
}

/* Mississippi */
.main-sq-card-hattiesburg {
  background-image: url('https://media-library-activestorage-production.s3.us-east-2.amazonaws.com/vb9s6wyrc15uedmlkr3mwro7hwbo');
}

/* Tennessee */
.main-sq-card-murfreesboro {
  background-image: url('https://media-library-activestorage-production.s3.us-east-2.amazonaws.com/lhu81dxn0dth8i8h0pp2fptum4ds');
}

/* Missouri */
.main-sq-card-central-westend-st-louis {
  background-image: url('https://media-library-activestorage-production.s3.us-east-2.amazonaws.com/4s7xev2frampe3n5kkxli1gxiduy');
}
.main-sq-card-rock-hill-st-louis {
  background-image: url('https://media-library-activestorage-production.s3.us-east-2.amazonaws.com/tafozz4azib1g3xh3mopgk6ganlf');
}
