<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/** Shopify CDN: Minification failed

Line 397:0 Comments in CSS use "/* ... */" instead of "//"
Line 473:28 Unterminated string token
Line 478:28 Expected "}" to go with "{"

**/
.scroll-hidden {
  overflow: hidden;
}
.item-hidden {
  display: none;
}

/* --------------- Popup --------------- */

.popup {
  box-sizing: border-box;
  z-index: 9999;
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  opacity: 0;
}

.popup--active {
  box-sizing: border-box;
  opacity: 1;
  display: block;
}

.popup__overlay {
  box-sizing: border-box;
  scroll-behavior: unset;
  background-color: rgba(20, 20, 20, 0.6);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.popup__close {
  box-sizing: border-box;
  color: black;
  position: absolute;
  top: 1rem;
  right: 1rem;
  font-size: 180%;
  cursor: pointer;
}
.popup__content {
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  border-radius: 4px;
  width: 75%;
  max-width: 780px;
  height: 40%;
  min-height: 310px;
  max-height: 370px;
}
.popup__content-wrapper {
  box-sizing: border-box;
  /* padding: 4%; */
  padding: 12% 2% 8%;
  /* padding-top: 12%; */
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
}

.popup__title {
  box-sizing: border-box;
  width: 100%;
  text-align: center;
  padding: 0 1%;
  font-size: 1.2rem;
  text-transform: uppercase;
}

.popup__text {
  box-sizing: border-box;
  width: 100%;
  text-align: center;
  padding: 0 10%;
  font-size: 1.1rem;
  line-height: 1;
}

@media only screen and (min-width: 425px) {
  .popup__text {
    font-size: 1.2rem;
  }
  .popup__title {
    font-size: 1.4rem;
  }
}

@media only screen and (min-width: 600px) {
  .popup__text {
    font-size: 1.4rem;
  }
  .popup__title {
    font-size: 1.55rem;
    padding: 0 1%;
  }
  .popup__content-wrapper {
    padding: 10% 4% 7%;
    justify-content: space-around;
  }
}

@media only screen and (min-width: 768px) {
  .popup__content-wrapper {
    padding-top: 11%;
    padding: 12% 2% 9%;
  }
  .popup__title {
    padding: 0 3%;
  }
}

@media only screen and (min-width: 900px) {
  .popup__text {
    font-size: 1.4rem;
    line-height: 1;
  }
}

@media only screen and (min-width: 1024px) {
  .popup__content {
    width: 50%;
  }
}

@media only screen and (min-width: 1200px) {
  .popup__content-wrapper {
    padding-top: 10%;
    padding: 10% 4% 9%;
  }
  .popup__title {
    padding: 0 10%;
  }
}
@media only screen and (min-width: 1440px) {
  .popup__text {
    font-size: 1.5rem;
    line-height: 1;
  }
  .popup__content-wrapper {
    padding: 22% 4% 8%;
    padding-top: 8%;
  }
}

@keyframes visible {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* --------------- California Text --------------- */
.california-text__wrapper {
  display: none;
  margin-bottom: 2rem;
  padding: 1rem 0;
  border-top: 1px solid rgba(170, 170, 170, 0.34);
}
.california-text__title {
  font-size: 0.95em;
}

.california-text__text {
  margin-top: 1rem;
}
/* --------------- NEWS TOPBAR --------------- */
.news-topbar__wrapper {
  transition: all 0.5s;
  padding: 1.35rem 0;
  max-height: 65px;
  text-decoration: none;
  display:flex;
  text-align: center;
  align-items:center;
}

.news-topbar__text {
  margin: 0 auto;
  text-transform: uppercase;
  width: max-content;
  color: white;
  font-size: 0.75rem;
}

.news-topbar__link {
  display: none;
  height: 100%;
  width: 100%;
}

.news-topbar--hide-mobile {
  display: none;
}

@media only screen and (min-width: 425px) {
  .news-topbar__wrapper {
    padding: 1.35rem;
  }
}

@media only screen and (min-width: 600px) {
  .news-topbar__text {
    font-size: 1.1rem;
  }
}

@media only screen and (min-width:768px) {
  .news-topbar--hide-mobile {
    display: block;
  }
}


/*Testing styles chkout*/
dynamic-checkout{
    display: none !important;
}

.diagram-img{
    width: 300px !important;
}

/*Sticky Block*/
.sticky-button {
  display: block;
  padding: 10px;
  text-align: center;
  background-color: #fff;
  width: 60%;
  color: #0B8335;
  margin-top: 15px;
  text-decoration: none;
  font-weight: bold;
}
.sticky-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 364px;
  background-color: #0B8335;
  position: fixed;
  float:right;
  right:5px;
  bottom: 5px;
  color: #fff;
  text-align: center;
  z-index: 999;
  padding: 12px 0;
  font-family: Ambit,sans-serif;
}
i.fa-facebook-messenger{
  color: #006AFF;
  font-size: 28px;
  vertical-align: middle;
  padding-right: 4px
}
.btn-close{
  position: absolute;
  right: 16px;
  top: 8px;
  cursor: pointer;
}
@media only screen and (max-width:480px) {
  .sticky-block {
    width: 98%;
    float:none !important;
    right:1% !important;
    left:1% !important;
}
}


/*Tactict Nutrition team
#tactic-nutrition-team #shopify-section-template--16626668503206__module_hero_slider_pan9NL .button.primary {
    background-color: #ce2656;}*/



@media (min-width: 1024px){
.module-blurb-rows .component-icon-grid, .module-blurb-rows .component-icon-grid-wrapper {width:100%;}}

.module-blurb-rows .button.primary {background-color:#F15723;}
.module-blurb-rows .icon-title {font-weight:900;}

.slide-content .button.primary, .center-button .button.primary, .content-side .cta {
  background-color:#F15723;
}


.module-blurb-rows .icon-grid-image {
    width: 100%!important;
    margin: 0!important;
    max-width: none!important;
    padding: 0!important;
}

.module-blurb-rows  .icon-grid {width:auto!important;flex-basis: content;}

.builder-module-full-text-cta h2{font-weight:900;}
.builder-module-full-text-cta h3{text-transform:italic;font-weight:900;font-size:40px;}

.builder-module-full-text-cta .button.primary{
  background-color:#F15723;
}

.builder-module-full-text-cta .body1{font-size:26px;line-height: 36px;}

.component-one-third-two-third .cta {float:right;}

.template-product .pdp-video {display:none;}

.payment-icons li {
    cursor: default;
    margin: 0 4px 0;
}

.inline-list li {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
}

@media screen and (min-width: 992px) and (max-width: 1052px) {
   #desktop-nav ul.nav-level-1 li.nav-level-1-item .nav-level-1-link{
      font-size: 11px !important;
      margin-right: 18px !important;
    }
  .user-nav li&gt;a, .user-nav li&gt;div{
    padding: 8px !important;
  }
}
@media screen and (min-width: 1053px) and (max-width: 1540px) {
   #desktop-nav ul.nav-level-1 li.nav-level-1-item .nav-level-1-link{
      font-size: 12px !important;
      margin-right: 20px !important;
    }
  .user-nav li&gt;a, .user-nav li&gt;div{
    padding: 10px !important;
  }
  
}
@media screen and (min-width: 992px) and (max-width: 1540px) { 
  .user-nav-icon{
    width: 14px !important;
  }
  ul.user-nav.nav.d-flex.justify-content-end li{
    font-size: 16px !important;
  }
  .go-cart__trigger .icon-cart{
    width: 22px !important;
  }
  .col-nav-20{
    flex: 0 0 15% !important;
    max-width: 15% !important;
    padding-left: 10px !important;
  }
  .col-nav-80{
    flex: 0 0 85% !important;
    max-width: 85% !important;
    padding-right: 10px !important;
  }

}

@media screen and (min-width: 1541px){
  .col-nav-20{
    flex: 0 0 12% !important;
    max-width: 12% !important;
  }
  .col-nav-80{
    flex: 0 0 88% !important;
    max-width: 88% !important;
  }
}
// OKENDO REFERRAL APP
@media screen and (max-width: 480px) { 
  .c-headerText-title {
    font-size: 18px !important;
  }
  .c-okeReferralsApp .c-headerText-title[data-v-51b2b3a9]{
    font-size: 18px !important;
  }
}
.c-okeReferralsApp{
  width: 100% !important;
}



/* BREADCRUMB*/
.breadcrumb_list {
    display: -webkit-inline-box;
}
.breadcrumb_list a{
  color: black;
}
nav.breadcrumbs {
  margin-bottom: 5px;
}
@media screen and (max-width:480px){
  .breadcrumb_list a{
  font-size: 14px;
  }
}


#article-sidebar-shop .product-grid-item .product-grid-item-content .product-grid-image img {
    margin: 0;
    position: relative;}


#article-sidebar-shop .product-grid-item .product-grid-item-content {padding: 50px 18px 78px;}

#article-sidebar-shop .product-grid-item {padding: 0 0 36px;}


#article-sidebar-shop .js-product-price{color:black;font-weight:900;}

.aod_buy_now {
  display: none !important;
}

.news-topbar__text {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}

.no-scoop-image{
  width: 80%;
}

@font-face {
  font-family: "Gotham-Black";
  src: url("{{ '[Gotham-Black.ttf]' | file_url }}") format("[font-format]");
}

.whatever-class {
  font-family: "Gotham Black"
}

@font-face {
  font-family: "Gotham-Bold";
  src: url("{{ '[Gotham-Bold.ttf]' | file_url }}") format("[font-format]");
}

.whatever-class {
  font-family: "Gotham-Bold"
}

@font-face {
  font-family: "Gotham-Book;
  src: url("{{ '[Gotham-Book.ttf]' | file_url }}") format("[font-format]");
}

.whatever-class {
  font-family: "Gotham-Book"</pre></body></html>