/** Shopify CDN: Minification failed

Line 555:35414 Unexpected "}"
Line 555:36365 Unexpected "}"
Line 555:39019 Unexpected "!"

**/
.grecaptcha-badge {
  display: none;
}
.section__flush-top .m-section-my {
  margin-top: 0;
}
.section__flush-bottom .m-section-my {
  margin-bottom: 0;
}
.sf__text-stroke {
  -webkit-text-stroke: 0.5px #dfdfdf;
  letter-spacing: 10px;
  text-transform: uppercase;
  font-size: 110px;
  font-style: italic;
  color: rgba(0, 0, 0, 0);
  font-weight: bold;
}
.sf__text-stroke.text-stroke-1 {
  font-size: 48px;
  line-height: 56px;
  font-style: normal;
  -webkit-text-stroke: 1px dimgray;
  letter-spacing: 0;
}
.sf__text-scroll {
  font-size: 48px;
  line-height: 56px;
}
.m-scroll {
  display: flex;
  width: 100%;
  height: 165px;
  position: relative;
  margin: auto;
  overflow: hidden;
}
.m-scroll__title {
  white-space: nowrap;
  transition: all 1s ease;
}
.m-scroll__title > div {
  display: flex;
  animation: scrollText var(--speed, 22s) infinite linear;
  position: absolute;
}
.sf__scrolling-text .sf__scrolling-text-inner {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  overflow: hidden;
  white-space: nowrap;
  vertical-align: baseline;
}
.sf__scrolling-text .sf__scrolling-text-inner:hover > * {
  animation-play-state: paused;
}
.sf__scrolling-text .sf__scrolling-text-inner > * {
  margin: 0;
  animation-duration: var(--speed, 15s);
}
.sf__scrolling-text .sf__scrolling-text-inner a {
  color: inherit;
  text-decoration: none;
}
.sf__scrolling-text .sf__scrolling-text-inner a em {
  font-style: normal;
}
.sf__scrolling-text .sf__scrolling-text-inner span.custom {
  padding: 0 1em;
  display: inline-block;
  vertical-align: middle;
}
.sf__scrolling-text .sf__scrolling-text-inner span.custom[data-scale="medium"] {
  padding: 0 1em;
  transform: scale(0.5);
}
.sf__scrolling-text .sf__scrolling-text-inner span.custom[data-scale="large"] {
  padding: 0 2em;
}
.sf__scrolling-text[data-s-dir="ltr"] .sf__scrolling-text-inner > * {
  transform: translateX(-20%) translateZ(0);
  animation: sf-scrolling-text-animation linear infinite 15s;
}
.sf__scrolling-text[data-s-dir="rtl"] {
  direction: rtl;
}
.sf__scrolling-text[data-s-dir="rtl"] .sf__scrolling-text-inner > * {
  transform: translateX(20%) translateZ(0);
  animation: sf-scrolling-text-animation-reverse linear infinite 15s;
}
.sf__scrolling-text[data-s-speed="lowest"] .sf__scrolling-text-inner > * {
  animation-duration: 15s;
}
.sf__scrolling-text[data-s-speed="medium"] .sf__scrolling-text-inner > * {
  animation-duration: 7s;
}
.sf__scrolling-text[data-s-speed="fast"] .sf__scrolling-text-inner > * {
  animation-duration: 4s;
}
.sf__scrolling-text[data-style="text-outline"] em {
  -webkit-text-stroke-color: inherit;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
}
.sf__scrolling-text[data-style="text-outline"][data-outline-thickness="thin"]
  em {
  -webkit-text-stroke-width: 0.015em;
}
.sf__scrolling-text[data-style="text-outline"][data-outline-thickness="thick"]
  em {
  -webkit-text-stroke-width: 0.03em;
}
.sf__scrolling-text[data-style="text-outline"] a:hover em {
  -webkit-text-fill-color: initial;
  -webkit-text-stroke-width: 0;
}
.sf__scrolling-text.font_size_11vh * {
  font-size: 11vh;
  line-height: 1.2em;
}
.sf__tab-item {
  width: 100%;
  color: #fff;
  overflow: hidden;
  margin-bottom: 40px;
}
.sf__tab-item input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.sf__tab-item-label {
  display: flex;
  justify-content: space-between;
  padding: 1em 0;
  font-weight: bold;
  cursor: pointer;
  color: #000;
  border-bottom: 1px solid #ededed;
  position: relative;
}
.sf__tab-item-label::after,
.sf__tab-item-label::before {
  position: absolute;
  content: "";
  text-align: center;
  transition: all var(--m-duration-default, 0.25s);
  transform: translateY(-50%);
  top: 50%;
  background: #000;
}
.sf__tab-item-label::after {
  width: 11px;
  height: 1px;
  right: 0;
}
.sf__tab-item-label::before {
  width: 1px;
  height: 11px;
  right: 4.5px;
}
.sf__tab-item-content {
  max-height: 0;
  padding: 0;
  color: #000;
  transition: all var(--m-duration-default, 0.25s);
}
.sf__tab-item input:checked + .sf__tab-item-label {
  border-bottom-color: #000;
}
.sf__tab-item input:checked + .sf__tab-item-label::before {
  display: none;
}
.sf__tab-item input:checked ~ .sf__tab-item-content {
  max-height: 100vh;
  padding: 20px 0 0;
}
.ssw-faveiticon {
  position: relative !important;
  display: flex;
  align-items: center;
}
.ssw-socialconnect {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ssw-social-login-widget .ssw-socialconnect > div > a {
  display: inline-flex !important;
  justify-content: center;
  align-items: center;
  height: 44px !important;
}
.ssw-social-login-widget .ssw-socialconnect > div > a i[class*="ssw-icon"] {
  transform: none !important;
}
.ssw-stars > i {
  font-size: 16px !important;
}
@media screen and (min-width: 768px) {
  .hide-on-desk {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .hide-on-mobile {
    display: none !important;
  }
  .hidden-br-mobile br {
    display: none;
  }
}
.shopify-policy__container {
  max-width: 740px !important;
  margin: 0 auto 4rem !important;
}
.shopify-policy__title h1 {
  font-size: 1.875rem;
  line-height: 2.25rem;
  padding: 32px 16px;
}
@media screen and (min-width: 1024px) {
  .shopify-policy__title h1 {
    font-size: 2.25rem;
    line-height: 2.5rem;
    padding-top: 64px;
    padding-bottom: 64px;
  }
}
.m-menu-badge {
  position: relative;
  height: 100%;
}
.m-menu-badge::before {
  content: var(--badge);
  position: absolute;
  top: -4px;
  left: 6px;
  font-size: 12px;
  text-transform: capitalize;
  width: 42px;
  height: 20px;
  font-weight: 500;
  border-radius: 11px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.m-menu-badge--hot::before {
  background-color: #ffe7e7;
  color: #da3f3f;
}
.m-menu-badge--new::before {
  background-color: #d5fbef;
  color: #3a9076;
}
.flex {
  display: flex;
}
.grid {
  display: grid;
}
.flex-col {
  flex-direction: column;
}
.items-center {
  align-items: center;
}
.justify-between {
  justify-content: space-between;
}
.flex-wrap {
  flex-wrap: wrap;
}
.flex-1 {
  flex: 1 1 0%;
}
.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.gap-4 {
  gap: 16px;
}
.col-span-2 {
  grid-column: span 2 / span 2;
}
.font-medium {
  font-weight: 500;
}
.font-semibold {
  font-weight: 600;
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.mt-0 {
  margin-top: 0 !important;
}
.mt-10 {
  margin-top: 10px;
}
.mb-0 {
  margin-bottom: 0;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.leading-7 {
  line-height: 1.75rem;
}
.leading-6 {
  line-height: 1.5rem;
}
.pl-8 {
  padding-left: 32px;
}
.px-3 {
  padding-left: 12px;
  padding-right: 12px;
}
.mt-6 {
  margin-top: 24px;
}
.mt-8 {
  margin-top: 32px;
}
.mt-10 {
  margin-top: 40px;
}
.mb-10 {
  margin-bottom: 40px;
}
.mb-6 {
  margin-bottom: 24px;
}
.mb-4 {
  margin-bottom: 16px;
}
.mb-2\.5 {
  margin-bottom: 10px;
}
.mb-2 {
  margin-bottom: 8px;
}
.mr-5 {
  margin-right: 20px;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.list-disc {
  list-style-type: disc;
}
.w-full {
  width: 100%;
}
.text-color-subtext {
  color: rgb(var(--color-foreground-secondary));
}
.w-\[20px\] {
  width: 20px;
}
.h-\[20px\] {
  height: 20px;
}
.-mx-4 {
  margin: 0 -16px;
}
.px-4 {
  padding: 0 16px;
}
.mb-14 {
  margin-bottom: 56px;
}
.mt-4 {
  margin-top: 16px;
}
.px-12 {
  padding: 0 48px;
}
.w-4 {
  width: 1rem;
}
.h-4 {
  height: 1rem;
}
.w-36 {
  width: 9rem;
}
.ml-2 {
  margin-left: 8px;
}
.grid {
  display: grid;
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media screen and (min-width: 768px) {
  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .md\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .md\:pr-4 {
    padding-right: 16px;
  }
  .md\:pl-12 {
    padding-left: 48px;
  }
  .md\:pr-10 {
    padding-right: 40px;
  }
  .md\:gap-7 {
    gap: 28px;
  }
  .md\:mb-6 {
    margin-bottom: 24px;
  }
}
@media screen and (min-width: 1280px) {
  .xl\:items-center {
    align-items: center;
  }
  .xl\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media screen and (max-width: 767px) {
  .img-ctn {
    margin-bottom: 24px;
  }
}

.m-menu {
  margin: 0px auto !important;
}

.gm-html-inner h3 {
  color: #000000 !important;
}

.gm-menu.gm-menu-46127 .gm-label.gm-sold_out-label {
  color: #757575 !important;
  background: #ffffff !important;
}

.gm-submenu.gm-mega {
  padding: 30px !important;
  border-radius: 5px !important;
}

#shopify-section-sections--15933447176307__header {
  background: #000000 !important;
}

#shopify-section-template--15933446946931__collection_tabs_QE4TLj {
  background: #001854
    /*  url("/cdn/shop/files/ultimategi2024-web_20f6f949-2447-4876-b6c1-d5afec663ec2.jpg?v=1715554878")  */
    no-repeat !important;
  color: #ffffff !important;
  background-position: center left !important;
  background-size: contain !important;
}

#shopify-section-template--15933446946931__collection_tabs_QE4TLj .m-gradient {
  background: transparent !important;
}

#shopify-section-template--15933446946931__collection_tabs_QE4TLj .m-image {
}

.m-collection-page-header .m-breadcrumb {
  margin-bottom: 5px !important;
}

.f-quantity-breaks__card-title {
  display: inline !important;
}

.f-quantity-breaks__subtitle {
  display: inline !important;
}

.f-quantity-breaks__product {
  align-items: center;
  border-bottom: 1px solid #ebebeb;
  display: flex;
  gap: 10px;
  justify-content: space-between;
  padding: 8px 0 !important;
}

.foxkit-watermark {
  display: none !important;
}

.m-color-scheme-09e5b5b4-774c-4b6c-8025-416ced49cc74 {
  color: rgb(var(--color-foreground));
  background: url("/cdn/shop/files/lvlup-background-new-xy_9a2b40cf-5400-43be-91d3-a26819e1334c.jpg?v=1720498011") !important;
  background-position: center !important;

  background-size: cover !important;
}
.m-color-scheme-16c36dc3-0432-4bbe-bf6c-fefb6cb95273 {
  color: rgb(var(--color-foreground));
  background: url("/cdn/shop/files/lvlup-background-new5.jpg?v=1716289687") !important;
  background-position: center !important;

  background-size: cover !important;
}

.m-icon-box__inner {
  padding: 20px !important;
}














div#shopify-section-template--16117124989151__1655115832c834280c{padding:50px 0 0 0}div#testimonial-slide .testimonial-title{font-size:50px;color:#46c8f6;font-weight:900;letter-spacing:.4px;text-align:center;margin:30px 0}div#testimonial-slide .testimonial-block{text-align:center}div#testimonial-slide p.user-name{font-weight:700;color:#46c8f6;font-size:30px;margin:0}div#testimonial-slide p.place{margin:0;font-size:24px;color:#212121;font-weight:500}div#testimonial-slide img.emoji{width:1.56rem}div#testimonial-slide .testimonial-block{margin-bottom:70px}div#testimonial-slide p.review{font-size:18px;color:#121212}#shopify-section-template--16117124989151__16551219463f33b712 .image-block img{width:100px;height:100px;border-style:solid;border-color:#46c8f6;border-width:2px;border-radius:50%;object-fit:cover}#shopify-section-template--16117124989151__1655122512aade0783 .testimonial-title{font-size:50px;color:#46c8f6;font-weight:700;letter-spacing:.4px;text-align:center}#shopify-section-template--16117124989151__1655122512aade0783 .testimonial-title{padding:5px 0 0}#shopify-section-template--16117124989151__1655122512aade0783 .testimonial-block{text-align:center;margin-bottom:70px}#shopify-section-template--16117124989151__1655122512aade0783 p.user-name{font-weight:700;color:#46c8f6;font-size:30px;margin:0}#shopify-section-template--16117124989151__1655122512aade0783 p.place{margin:0;font-size:16px;color:#212121;font-weight:500}ul.list-menu.list-menu--inline li a{font-size:16px}h2.footer-block__heading{font-size:22px;font-weight:600}ul.footer-block__details-content li a{font-size:18px!important;color:#fff!important}.footer__copyright.caption{font-size:22px;color:#fff;font-weight:600}.collection .card__content a{text-align:center;font-size:16px;color:#212121;font-weight:600}.collection .price{text-align:center}h1.collection-hero__title{text-transform:uppercase}summary.header__menu-item.list-menu__item.link.focus-inset{font-size:16px}section#shopify-section-template--16117125087455__165527604114c22a49 .rich-text__text.rte p{font-size:20px;font-weight:500;color:#212121;text-align:left}section#shopify-section-template--16117125087455__165527604114c22a49 .rich-text__blocks{max-width:100%!important}#shopify-section-template--16117125087455__16552761957a6ab71f .rich-text__text.rte p{font-size:20px;font-weight:500;color:#212121}ul#Slider-template--16117125087455__1655276743137ed546 .multicolumn-card__info h3{font-size:24px;font-weight:600}ul#Slider-template--16117125087455__1655276743137ed546 .multicolumn-card__info p{font-size:18px;color:#212121}ul#Slider-template--16117125087455__1655276743137ed546 .multicolumn-card.content-container{height:100%}ul#Slider-template--16117125087455__1655276743137ed546 .multicolumn-card__info{box-shadow:rgb(60 64 67 / 30%) 0 1px 2px 0,rgb(60 64 67 / 15%) 0 2px 6px 2px;height:100%;padding:20px!important;border-radius:10px}h2.banner__heading.h0{font-size:50px;font-weight:900}#shopify-section-template--16130700738783__main h1.article-template__title{font-size:50px;font-weight:800;color:#46c8f6}#shopify-section-template--16130700738783__main span.circle-divider.caption-with-letter-spacing time{color:#000;font-size:20px;font-weight:700}#shopify-section-template--16130700738783__main header.page-width.page-width--narrow{max-width:1800px;width:1280px}#shopify-section-template--16130700738783__main .article-template__social-sharing.page-width.page-width--narrow{max-width:1800px;width:1280px}#shopify-section-template--16130700738783__main .share-button__button .icon-share{height:30px;width:30px}#shopify-section-template--16130700738783__main button.share-button__button{color:#000;font-size:20px;font-weight:700}#shopify-section-template--16130700738783__main .article-template__content{max-width:1800px;margin:0 auto}nav.header__inline-menu{text-align:right}header.header{background-color:transparent;background-image:linear-gradient(130deg,#ffffff 0%,#ffffff 100%)}ul.list-menu li a{text-transform:capitalize;letter-spacing:.9px;color:#000;transition:0.3s}summary.header__menu-item.list-menu__item.link.focus-inset{text-transform:capitalize;letter-spacing:.9px;color:#000;transition:0.3s}summary.header__menu-item.list-menu__item.link.focus-inset:hover{color:#000}.header__icon svg{color:#000}div#ImageWithText--template--16117124989151__1653652866b723e558 h2{font-size:50px;color:#46c8f6;font-weight:700;letter-spacing:1px}div#ImageWithText--template--16117124989151__1653652866b723e558 .image-with-text__text.rte.subtitle p strong{color:#000;text-transform:capitalize!important;letter-spacing:.8px;font-size:22px}div#ImageWithText--template--16117124989151__1653652866b723e558 .image-with-text__text.rte.subtitle p{font-style:normal;font-weight:400;font-size:20px;line-height:24px;color:#000}div#ImageWithText--template--16117124989151__1653652866b723e558 a.button.button--primary{padding:0;width:164px;height:42px;display:flex;justify-content:center;align-items:center;font-style:normal;font-weight:400;font-size:22px;line-height:26px;text-align:center;transition:0.4s;border:2px solid #46c8f6}div#ImageWithText--template--16117124989151__1653652866b723e558 a.button.button--primary:hover{background:transparent;border:2px solid #46c8f6;color:#46c8f6}#shopify-section-template--16117124989151__1653652866b723e558 .image-with-text__media img{transition:0.5s}#shopify-section-template--16117124989151__1653652866b723e558 .image-with-text__media img:hover{transform:scale(1.1)}#shopify-section-template--16117124989151__multicolumn .title-wrapper-with-link{justify-content:center;margin-bottom:70px!important}#shopify-section-template--16117124989151__multicolumn .title-wrapper-with-link h2.title.h1{font-size:50px;color:#fff;font-weight:700;letter-spacing:.4px}#shopify-section-template--16117124989151__multicolumn .section-template--16117124989151__multicolumn-padding{background-attachment:fixed;background-color:transparent;background-size:cover!important;background-position:top center;width:100%;background-position:bottom right}#shopify-section-template--16117124989151__multicolumn{background:#46C8F6 url(https://cdn.shopify.com/s/files/1/0648/0379/9263/t/2/assets/bg21.jpg);background-position:center right;background-size:cover}#shopify-section-template--16117124989151__multicolumn .color-background-2{background-color:transparent}#shopify-section-template--16117124989151__multicolumn ul#Slider-template--16117124989151__multicolumn .media img{width:150px;height:150px;padding:0}#shopify-section-template--16117124989151__multicolumn ul#Slider-template--16117124989151__multicolumn .media{padding:78px!important}#shopify-section-template--16117124989151__multicolumn ul#Slider-template--16117124989151__multicolumn .multicolumn-card.content-container{background-color:rgba(255,255,255,0);padding:10px;height:100%;margin:20px;color:#fff;border-radius:10px!important}#shopify-section-template--16117124989151__multicolumn h3{color:#ffffff!important}#shopify-section-template--16117124989151__multicolumn .multicolumn-card__info h3{color:#fff;font-size:22px;font-weight:700}#shopify-section-template--16117124989151__165511256667c8fc2b div#ImageWithText--template--16117124989151__165511256667c8fc2b h2{font-size:50px;color:#000;font-weight:700;letter-spacing:.4px}#shopify-section-template--16117124989151__165511256667c8fc2b div#ImageWithText--template--16117124989151__165511256667c8fc2b .image-with-text__text.rte.subtitle p strong{color:#000;text-transform:capitalize!important;letter-spacing:.8px;font-size:22px}#ImageWithText--template--16117124989151__165511256667c8fc2b a.button.button--primary{padding:20px;display:flex;justify-content:center;align-items:center;font-style:normal;font-weight:400;font-size:22px;line-height:26px;text-align:center;transition:.4s;border:2px solid #46c8f6}#ImageWithText--template--16117124989151__165511256667c8fc2b a.button.button--primary:hover{background:transparent;border:2px solid #46c8f6;color:#46c8f6}#shopify-section-template--16117124989151__165511256667c8fc2b .image-with-text__media img{transition:.5s}#shopify-section-template--16117124989151__165511256667c8fc2b .image-with-text__media img:hover{transform:scale(1.1)}div#shopify-section-template--16117124989151__1655113007a1bd5da3 .image-with-text__media img{transition:.5s}div#shopify-section-template--16117124989151__1655113007a1bd5da3 .image-with-text__media img:hover{transform:scale(1.1)}div#ImageWithText--template--16117124989151__1655113007a1bd5da3 h2.image-with-text__heading.h1{font-size:50px;color:#46c8f6;font-weight:700;letter-spacing:.4px}div#ImageWithText--template--16117124989151__1655113007a1bd5da3 .image-with-text__text.rte.subtitle p strong{color:#000;text-transform:capitalize!important;letter-spacing:.8px;font-size:22px}div#ImageWithText--template--16117124989151__1655113007a1bd5da3 a.button.button--primary{padding:0;width:164px;height:42px;display:flex;justify-content:center;align-items:center;font-style:normal;font-weight:400;font-size:22px;line-height:26px;text-align:center;transition:.4s;border:2px solid #46c8f6}div#ImageWithText--template--16117124989151__1655113007a1bd5da3 a.button.button--primary:hover{background:transparent;border:2px solid #46c8f6;color:#46c8f6}@media screen and (min-width:990px){.header--middle-left{grid-template-columns:1fr 1fr auto!important}}.footer__content-top{padding-bottom:10px!important}ul#HeaderMenu-MenuList-2 li a{color:#212121;text-align:left;font-size:16px;transition:.3s}ul#HeaderMenu-MenuList-3 li a{color:#212121;text-align:left;transition:.3s;font-size:16px}details#Details-HeaderSubMenu-2 span{color:#212121;text-align:left;transition:.3s;font-size:16px}details#Details-HeaderSubMenu-2 span:hover{color:#46c8f6;border:none}#Details-HeaderSubMenu-5 span{color:#212121;text-align:left;transition:.3s;font-size:16px}#Details-HeaderSubMenu-5 span:hover{color:#46c8f6;border:none}#Details-HeaderSubMenu-6 span{color:#212121;text-align:left;transition:.3s;font-size:16px}#Details-HeaderSubMenu-6 span:hover{color:#46c8f6;border:none}ul#HeaderMenu-MenuList-2 li a:hover{color:#46c8f6}ul#HeaderMenu-MenuList-3 li a:hover{color:#46c8f6}.overview-content h1{font-size:36px;font-weight:700;color:#46c8f6;font-family:Raleway,sans-serif}.overview-content p{font-size:18px;color:#212121;font-family:Raleway,sans-serif;font-weight:500}.overview-deep{padding:30px 30px}.content-section{padding:30px 30px}.content-heading h2{font-size:36px;font-weight:700;color:#46c8f6;font-family:Raleway,sans-serif;text-align:center}.contents-images{display:grid;grid-template-columns:repeat(4,1fr);align-items:center;justify-content:center;gap:20px;text-align:center}.contents-images .image-text img{border:none;transition:.5s;width:200px}.contents-images .image-text img:hover{transform:scale(1.1)}.contents-images .image-text{box-shadow:rgba(60,64,67,.3) 0 1px 2px 0,rgba(60,64,67,.15) 0 2px 6px 2px;padding:30px 20px;border-radius:10px}.contents-images .image-text a{text-decoration:none;font-size:20px;color:#212121;font-weight:600;font-family:Raleway,sans-serif}.what-is-this{padding:30px 30px;background:#CCEFFF;background:-webkit-linear-gradient(right,#CCEFFF,#6399C5);background:-moz-linear-gradient(right,#CCEFFF,#6399C5);background:linear-gradient(to left,#CCEFFF,#6399C5)}.dividation{display:flex;align-items:center;justify-content:space-between}.dividation .text-side h2{font-size:90px;font-weight:800;color:#fff;font-family:Raleway,sans-serif;margin:0}.dividation .image-side img{border:none}.dividation .text-side h2{font-size:70px;font-weight:800;color:#fff;font-family:Raleway,sans-serif;margin:0}.dividation .text-side p{color:#fff;font-size:24px}.dividation .text-side{width:50%}.dividation .image-side{width:50%;text-align:center}.four-grids{padding:30px 30px}.four-grids h2{font-size:36px;font-weight:700;color:#46c8f6;font-family:Raleway,sans-serif;text-align:center}.grids-custom{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.grids-custom .grid-image-text img{border:none;width:200px}.grids-custom .grid-image-text{padding:30px 20px;box-shadow:rgba(17,17,26,.1) 0 4px 16px,rgba(17,17,26,.05) 0 8px 32px;border-radius:10px;text-align:center;transition:.3s}.grids-custom .grid-image-text p{font-size:18px;text-align:center;font-weight:500;color:#212121}.grids-custom .grid-image-text ul{padding:0}.grids-custom .grid-image-text ul li{line-height:20px;padding-bottom:10px;display:block;font-weight:400;color:#212121}.grids-custom .grid-image-text:hover{box-shadow:rgb(3 102 214 / 30%) 0 0 0 3px}.what-expert-says{padding:30px 30px;background:#2FAB57;background:-webkit-linear-gradient(top left,#2FAB57,#6399C5);background:-moz-linear-gradient(top left,#2FAB57,#6399C5);background:linear-gradient(to bottom right,#2FAB57,#6399C5)}.what-expert-says h2{font-size:40px;font-weight:800;color:#fff;font-family:Raleway,sans-serif;text-align:center}.video-blog{text-align:center}.texts-contents{padding:30px 30px}.all-contents h2{font-size:36px;font-weight:700;color:#46c8f6;font-family:Raleway,sans-serif}.all-contents p{color:#212121;font-size:20px!important}.all-contents a{color:#46c8f6;transition:0.3s}.hand-image-text{padding:30px 30px;background:#FFDAAA;background:-webkit-linear-gradient(right,#FFDAAA,#6399C5);background:-moz-linear-gradient(right,#FFDAAA,#6399C5);background:linear-gradient(to left,#FFDAAA,#6399C5)}.images-hand-text{display:flex;align-items:center;justify-content:space-between}.images-hand-text .hand-with-text{width:50%}.images-hand-text .hand-with-image{width:50%;text-align:center}.images-hand-text .hand-with-image img{border:none}.images-hand-text .hand-with-text h2{font-size:70px;font-weight:800;color:#fff;font-family:Raleway,sans-serif;margin:0}.images-hand-text .hand-with-text p{color:#fff;font-size:24px}.article-template__hero-container{max-width:100%;margin:0 auto}.supplements-grids{padding:30px 30px}.supplements-grids h2{font-size:36px;font-weight:700;color:#46c8f6;font-family:Raleway,sans-serif;text-align:center}.grid-custom-suppliment{display:grid;grid-template-columns:repeat(5,1fr);gap:20px}.grid-custom-suppliment .small-grids{text-align:center}.grid-custom-suppliment .small-grids img{width:180px;border:none!important}.grid-custom-suppliment .small-grids{box-shadow:rgb(17 12 46 / 15%) 0 48px 100px 0;border-radius:10px;padding:20px 10px}.grid-custom-suppliment .small-grids p{color:#46c8f6}.texts-contents h2{font-size:36px;font-weight:700;color:#46c8f6;font-family:Raleway,sans-serif}.all-contents p a{color:#46c8f6;transition:0.3s}.taking-bpc{padding:30px 30px;background:#9CE6FB;background:-webkit-linear-gradient(top left,#9CE6FB,#6399C5);background:-moz-linear-gradient(top left,#9CE6FB,#6399C5);background:linear-gradient(to bottom right,#9CE6FB,#6399C5)}.bpc-taking{display:flex;align-items:center;justify-content:space-between}.bpc-image{width:50%}.bpc-image:last-child{text-align:center}.bpc-image h2{font-size:70px;font-weight:800;color:#fff;font-family:Raleway,sans-serif;margin:0}.bpc-image img{border:none!important}.bpc-image p{color:#fff;font-size:24px}.bpc-faq{padding:30px 30px;background:#E31F7F;background:-webkit-linear-gradient(top left,#E31F7F,#6399C5);background:-moz-linear-gradient(top left,#E31F7F,#6399C5);background:linear-gradient(to bottom right,#E31F7F,#6399C5)}.faq-bpc{display:flex;align-items:center;justify-content:space-between}.question-image{width:50%}.image-questions{width:50%;text-align:center}.image-questions img{border:none!important}.question-image h2{font-size:70px;font-weight:800;color:#fff;font-family:Raleway,sans-serif;margin:0}.question-image p{color:#fff;font-size:24px}.conclusion{padding:50px 30px;background:#2D5C81;background:-webkit-linear-gradient(top left,#2D5C81,#6399C5);background:-moz-linear-gradient(top left,#2D5C81,#6399C5);background:linear-gradient(to bottom right,#2D5C81,#6399C5)}.conclusion-content h2{font-size:70px;font-weight:800;color:#fff;font-family:Raleway,sans-serif;margin:0;text-align:center}.conclusion-content p{color:#fff;font-size:22px;text-align:center}.conclusion-content p a{color:#fff}.two-products{padding:30px 30px}.products-grid{display:flex;gap:30px;justify-content:center}.image-products{display:flex;flex-direction:column;align-items:center;box-shadow:rgb(0 0 0 / 16%) 0 10px 36px 0,rgb(0 0 0 / 6%) 0 0 0 1px;padding:30px 20px 40px 20px;border-radius:10px}.image-products a{color:#fff!important;padding:0;width:164px;height:42px;display:flex;justify-content:center;align-items:center;font-style:normal;font-weight:400;font-size:22px;line-height:26px;text-align:center;transition:.4s!important;border:2px solid #46c8f6;text-decoration:none;background:#46c8f6;margin-top:50px}.image-products a:hover{background:transparent;border:2px solid #46c8f6;color:#46c8f6!important}.image-products img{width:400px;border:none!important;transition:.4s!important}.image-products img:hover{transform:scale(1.1)}.two-products h2{font-size:36px;font-weight:700;color:#46c8f6;font-family:Raleway,sans-serif;text-align:center}#shopify-section-template--16130698346719__main header.page-width.page-width--narrow{max-width:100%;width:1280px}#shopify-section-template--16130698346719__main h1.article-template__title{font-size:50px;font-weight:800;color:#46c8f6}#shopify-section-template--16130698346719__main .circle-divider time{color:#000;font-size:20px;font-weight:700}#shopify-section-template--16130698346719__main .article-template__social-sharing.page-width.page-width--narrow{max-width:100%;width:1280px}#shopify-section-template--16130698346719__main button.share-button__button{color:#000;font-size:20px;font-weight:700}#shopify-section-template--16130698346719__main .share-button__button .icon-share{height:30px;width:30px}.article-template__content{max-width:100%}.turkestrone{padding:30px}.turkestrone-text h1{font-size:36px;font-weight:700;color:#46c8f6;font-family:Raleway,sans-serif}.turkestrone-text h2{font-size:18px;color:#212121;font-family:Raleway,sans-serif;font-weight:500}.overview-turkestrone{padding:30px}.turkestrone-content h1{font-size:36px;font-weight:700;color:#fff;font-family:Raleway,sans-serif}.turkestrone-content p b{font-size:18px;color:#fff;font-family:Raleway,sans-serif}.turkestrone-content p{font-size:18px;color:#fff;font-family:Raleway,sans-serif;font-weight:500}.turkestrone-overview-content{display:flex;align-items:center;gap:20px}.turkestrone-content{width:55%}.turkestrone-product{width:45%;text-align:center}.overview-turkestrone{background:#08586A;background:-webkit-linear-gradient(top left,#08586A,#6399C5);background:-moz-linear-gradient(top left,#08586A,#6399C5);background:linear-gradient(to bottom right,#08586A,#6399C5)}a.turkestrone-button{color:#46c8f6!important;padding:0;width:210px;height:42px;display:flex;justify-content:center;align-items:center;font-style:normal;font-weight:400;font-size:18px;line-height:26px;text-align:center;transition:.4s!important;border:2px solid #fff;text-decoration:none;background:#fff;margin:0 auto}a.turkestrone-button:hover{background:transparent;border:2px solid #fff;color:#fff!important}.turkestrone-product a img{border:none}.truckestrone-content-section{padding:30px}.truckestrone-content-heading h2{font-size:36px;font-weight:700;color:#46c8f6;font-family:Raleway,sans-serif;text-align:center}.truckestrone-contents-images{display:grid;grid-template-columns:repeat(4,1fr);justify-content:center;gap:20px;text-align:center}.truckestrone-contents-images .truckestrone-image-text{box-shadow:#3c40434d 0 1px 2px,#3c404326 0 2px 6px 2px;padding:30px 20px;border-radius:10px}.truckestrone-contents-images .truckestrone-image-text img{border:none;transition:.5s;width:200px}.truckestrone-contents-images .truckestrone-image-text img:hover{transform:scale(1.1)}.truckestrone-image-text a{text-decoration:none}.truckestrone-image-text a h2{font-size:20px;color:#212121;font-weight:600;font-family:Raleway,sans-serif}.truckestrone-image-text p{font-size:16px;color:#212121}.what-is-TURKESTERO{padding:30px;background:#2FAB57;background:-webkit-linear-gradient(top left,#2FAB57,#6399C5);background:-moz-linear-gradient(top left,#2FAB57,#6399C5);background:linear-gradient(to bottom right,#2FAB57,#6399C5)}.TURKESTERO-dividation{display:flex;align-items:center;justify-content:space-between}.TURKESTERO-text-side{width:50%}.TURKESTERO-image-side{width:50%;text-align:center}.TURKESTERO-text-side h2{font-size:70px;font-weight:800;color:#fff;font-family:Raleway,sans-serif;margin:0}.TURKESTERO-text-side p{color:#fff;font-size:24px}.TURKESTERO-image-side img{border:none!important}.all-contents ul li{color:#212121;font-size:20px!important}.full-image-content img{text-align:center;width:auto;border:none!important}.full-image-content{text-align:center}.what-is-ECDYSTEROIDS{padding:30px;background:#D19238;background:-webkit-linear-gradient(top left,#D19238,#6399C5);background:-moz-linear-gradient(top left,#D19238,#6399C5);background:linear-gradient(to bottom right,#D19238,#6399C5)}.ECDYSTEROIDS-dividation{display:flex;align-items:center;justify-content:space-between}.ECDYSTEROIDS-text-side{width:50%}.ECDYSTEROIDS-image-side{width:50%}.ECDYSTEROIDS-image-side{text-align:center}.ECDYSTEROIDS-image-side img{border:none!important}.ECDYSTEROIDS-text-side h2{font-size:70px;font-weight:800;color:#fff;font-family:Raleway,sans-serif;margin:0}.ECDYSTEROIDS-text-side p{color:#fff;font-size:24px}.what-is-STRENGTH{padding:30px;background:#40A8D5;background:-webkit-linear-gradient(top left,#40A8D5,#FFFFFF);background:-moz-linear-gradient(top left,#40A8D5,#FFFFFF);background:linear-gradient(to bottom right,#40A8D5,#FFFFFF)}.STRENGTH-dividation{display:flex;align-items:center;justify-content:space-between}.STRENGTH-text-side{width:50%}.STRENGTH-image-side{width:50%;text-align:center}.STRENGTH-image-side img{border:none!important}.STRENGTH-text-side h2{font-size:70px;font-weight:800;color:#fff;font-family:Raleway,sans-serif;margin:0}.STRENGTH-text-side p{color:#fff;font-size:24px}.all-contents h4,.all-contents h3{font-size:24px;font-weight:700}.full-image{text-align:center}.dogs-add-to-cart{display:flex;flex-direction:column;align-items:center}.dogs-add-to-cart span{color:#212121;font-size:16px!important;margin-bottom:20px}button.custom-add{color:#fff!important;padding:0;width:180px;height:42px;display:flex;justify-content:center;align-items:center;font-style:normal;font-weight:400;font-size:18px;line-height:26px;text-align:center;transition:.4s!important;border:2px solid #46c8f6;text-decoration:none;background:#46c8f6;margin:0 auto}button.custom-add:hover{background:transparent;border:2px solid #46c8f6;color:#46c8f6!important;cursor:pointer}.BENEFITS-dividation{padding:30px;background:#4A965B;background:-webkit-linear-gradient(top,#4A965B,#46C8F6);background:-moz-linear-gradient(top,#4A965B,#46C8F6);background:linear-gradient(to bottom,#4A965B,#46C8F6)}.BENEFITS-text-side{width:50%}.BENEFITS-image-side{width:50%;text-align:center}.BENEFITS-image-side img{border:none!important}.BENEFITS-text-side h2{font-size:70px;font-weight:800;color:#fff;font-family:Raleway,sans-serif;margin:0}.BENEFITS-text-side p{color:#fff;font-size:24px}.BENEFITS-dividation{display:flex;align-items:center}.what-is-HUMAN-STUDIES{padding:30px;background:#805BBA;background:-webkit-linear-gradient(bottom left,#805BBA,#46C8F6);background:-moz-linear-gradient(bottom left,#805BBA,#46C8F6);background:linear-gradient(to top right,#805BBA,#46C8F6)}.HUMAN-STUDIES-dividation{display:flex;align-items:center}.HUMAN-STUDIES-text-side{width:50%}.HUMAN-STUDIES-image-side{width:50%;text-align:center}.HUMAN-STUDIES-image-side img{border:none!important}.HUMAN-STUDIES-text-side h2{font-size:70px;font-weight:800;color:#fff;font-family:Raleway,sans-serif;margin:0}.HUMAN-STUDIES-text-side p{color:#fff;font-size:24px}.what-is-animal-studies{padding:30px;background:#5BBA61;background:-webkit-linear-gradient(bottom left,#5BBA61,#46C8F6);background:-moz-linear-gradient(bottom left,#5BBA61,#46C8F6);background:linear-gradient(to top right,#5BBA61,#46C8F6)}.animal-studies-dividation{display:flex;align-items:center}.animal-studies-text-side{width:50%}.animal-studies-image-side{width:50%;text-align:center}.animal-studies-text-side h2{font-size:70px;font-weight:800;color:#fff;font-family:Raleway,sans-serif;margin:0}.animal-studies-text-side p{color:#fff;font-size:24px}.animal-studies-image-side img{border:none!important}.what-is-PHARMACOKINETICS{padding:30px;background:#2D5C81;background:-webkit-linear-gradient(left,#2D5C81,#6399C5);background:-moz-linear-gradient(left,#2D5C81,#6399C5);background:linear-gradient(to right,#2D5C81,#6399C5)}.PHARMACOKINETICS-dividation{display:flex;align-items:center}.PHARMACOKINETICS-text-side{width:50%}.PHARMACOKINETICS-image-side{width:50%;text-align:center}.PHARMACOKINETICS-text-side h2{font-size:70px;font-weight:800;color:#fff;font-family:Raleway,sans-serif;margin:0}.PHARMACOKINETICS-text-side p{color:#fff;font-size:24px}.PHARMACOKINETICS-image-side img{border:none!important}.what-is-ANABOLIC{padding:30px;background:#B04E08;background:-webkit-linear-gradient(bottom left,#B04E08,#6399C5);background:-moz-linear-gradient(bottom left,#B04E08,#6399C5);background:linear-gradient(to top right,#B04E08,#6399C5)}.ANABOLIC-dividation{display:flex;align-items:center}.ANABOLIC-text-side{width:50%}.ANABOLIC-image-side{width:50%;text-align:center}.ANABOLIC-text-side h2{font-size:70px;font-weight:800;color:#fff;font-family:Raleway,sans-serif;margin:0}.ANABOLIC-text-side p{color:#fff;font-size:24px}.ANABOLIC-image-side img{border:none!important}.how-to-take-turkestrone{padding:30px;background:#489CA8;background:-webkit-linear-gradient(top right,#489CA8,#6399C5);background:-moz-linear-gradient(top right,#489CA8,#6399C5);background:linear-gradient(to bottom left,#489CA8,#6399C5)}.how-to-take-turkestrone-dividation{display:flex;align-items:center}.how-to-take-turkestrone-text-side{width:50%}.how-to-take-turkestrone-image-side{width:50%;text-align:center}.how-to-take-turkestrone-image-side img{border:none!important}.how-to-take-turkestrone-text-side h2{font-size:70px;font-weight:800;color:#fff;font-family:Raleway,sans-serif;margin:0}.how-to-take-turkestrone-text-side p{color:#fff;font-size:24px}.turkestrone-faq{padding:30px;background:#96218F;background:-webkit-linear-gradient(right,#96218F,#6399C5);background:-moz-linear-gradient(right,#96218F,#6399C5);background:linear-gradient(to left,#96218F,#6399C5)}.turkestrone-faq-dividation{display:flex;align-items:center}.turkestrone-faq-text-side{width:50%}.turkestrone-faq-image-side{width:50%;text-align:center}.turkestrone-faq-image-side img{border:none!important}.turkestrone-faq-text-side h2{font-size:70px;font-weight:800;color:#fff;font-family:Raleway,sans-serif;margin:0}.turkestrone-faq-text-side p{color:#fff;font-size:24px}section.PURCHASE-product-sec{padding:30px;text-align:center}section.PURCHASE-product-sec h2{font-size:36px;font-weight:700;color:#46c8f6;font-family:Raleway,sans-serif;text-align:center}.PURCHASE-product-sec a.buybutton-link{display:block}.PURCHASE-product-sec a.buybutton-link:hover{background:transparent;border:2px solid #46c8f6;color:#46c8f6!important}.PURCHASE-product-sec a.buybutton-link{display:block;color:#fff!important;padding:0;width:210px;height:42px;display:flex;justify-content:center;align-items:center;font-style:normal;font-weight:400;font-size:18px;line-height:26px;text-align:center;transition:.4s!important;border:2px solid #46c8f6;text-decoration:none;background:#46c8f6;margin:0 auto}.PURCHASE-product-sec span.product-img img{border:none!important;width:400px}section.PURCHASE-product-second-sec{padding:30px;text-align:center}section.PURCHASE-product-second-sec h2{font-size:36px;font-weight:700;color:#46c8f6;font-family:Raleway,sans-serif;text-align:center}.product-img-sec{display:grid;grid-template-columns:repeat(2,1fr);gap:30px}.product-img-sec img{border:none!important;width:500px}#shopify-section-template--16130698313951__main header.page-width.page-width--narrow{max-width:100%;width:1280px}#shopify-section-template--16130698313951__main .article-template__social-sharing.page-width.page-width--narrow{max-width:100%;width:1280px}#shopify-section-template--16130698313951__main h1.article-template__title{font-size:50px;font-weight:800;color:#46c8f6}#shopify-section-template--16130698313951__main .circle-divider time{color:#000;font-size:20px;font-weight:700}#shopify-section-template--16130698313951__main .share-button__button .icon-share{height:30px;width:30px}#shopify-section-template--16130698313951__main button.share-button__button{color:#000;font-size:20px;font-weight:700}.tudca{padding:30px}.tudca-text h1{font-size:36px;font-weight:700;color:#46c8f6;font-family:Raleway,sans-serif}.tudca-text h2{font-size:18px;color:#212121;font-family:Raleway,sans-serif;font-weight:500}.overview-tudca{background:#1DAED2;background:-webkit-linear-gradient(top left,#1DAED2,#6399C5);background:-moz-linear-gradient(top left,#1DAED2,#6399C5);background:linear-gradient(to bottom right,#1DAED2,#6399C5);padding:30px}.tudca-overview-content{display:flex;align-items:center;gap:20px}.tudca-content{width:55%}.tudca-content h1{font-size:36px;font-weight:700;color:#fff;font-family:Raleway,sans-serif}.tudca-content p{font-size:18px;color:#fff;font-family:Raleway,sans-serif;font-weight:500}.tudca-product{width:45%;text-align:center}.tudca-product a img{border:none}a.tudca-button{color:#46c8f6!important;padding:0;width:210px;height:42px;display:flex;justify-content:center;align-items:center;font-style:normal;font-weight:400;font-size:18px;line-height:26px;text-align:center;transition:.4s!important;border:2px solid #fff;text-decoration:none;background:#fff;margin:0 auto}a.tudca-button:hover{background:transparent;border:2px solid #fff;color:#fff!important}.tudca-content-section{padding:30px}.tudca-content-heading h2{font-size:36px;font-weight:700;color:#46c8f6;font-family:Raleway,sans-serif;text-align:center}.tudca-contents-images{display:grid;grid-template-columns:repeat(3,1fr);justify-content:center;gap:20px;text-align:center}.tudca-contents-images .tudca-image-text{box-shadow:#3c40434d 0 1px 2px,#3c404326 0 2px 6px 2px;padding:30px 20px;border-radius:10px}.tudca-image-text a{text-decoration:none}.tudca-contents-images .tudca-image-text img{border:none;transition:.5s;width:200px}.tudca-contents-images .tudca-image-text img:hover{transform:scale(1.1)}.tudca-image-text a h2{font-size:20px;color:#212121;font-weight:600;font-family:Raleway,sans-serif}.tudca-image-text p{font-size:16px;color:#212121}.what-is-tudca{padding:30px;background:#2FAB57;background:-webkit-linear-gradient(top left,#2FAB57,#6399C5);background:-moz-linear-gradient(top left,#2FAB57,#6399C5);background:linear-gradient(to bottom right,#2FAB57,#6399C5)}.tudca-dividation{display:flex;align-items:center;justify-content:space-between}.tudca-text-side{width:50%}.tudca-text-side h2{font-size:70px;font-weight:800;color:#fff;font-family:Raleway,sans-serif;margin:0}.tudca-text-side p{color:#fff;font-size:24px}.tudca-image-side{width:50%;text-align:center}.tudca-image-side img{border:none!important}.what-is-BILE.FLOW{padding:30px;background:#D19238;background:-webkit-linear-gradient(right,#D19238,#6399C5);background:-moz-linear-gradient(right,#D19238,#6399C5);background:linear-gradient(to left,#D19238,#6399C5)}.BILE-FLOW-dividation{display:flex;align-items:center;justify-content:space-between}.BILE-FLOW-text-side{width:50%}.BILE-FLOW-image-side{width:50%;text-align:center}.BILE-FLOW-image-side img{border:none!important}.BILE-FLOW-text-side h2{font-size:70px;font-weight:800;color:#fff;font-family:Raleway,sans-serif;margin:0}.BILE-FLOW-text-side p{color:#fff;font-size:24px}.what-is-BENEFITS-OF-TUDCA{padding:30px;background:#40A8D5;background:-webkit-linear-gradient(right,#40A8D5,#6399C5);background:-moz-linear-gradient(right,#40A8D5,#6399C5);background:linear-gradient(to left,#40A8D5,#6399C5)}.BENEFITS-OF-TUDCA-dividation{display:flex;align-items:center;justify-content:center}.BENEFITS-OF-TUDCA-text-side{width:50%}.BENEFITS-OF-TUDCA-image-side{width:50%;text-align:center}.BENEFITS-OF-TUDCA-image-side img{border:none!important}.BENEFITS-OF-TUDCA-text-side h2{font-size:70px;font-weight:800;color:#fff;font-family:Raleway,sans-serif;margin:0}.BENEFITS-OF-TUDCA-text-side p{color:#fff;font-size:24px}.featured-products h2{font-size:36px;font-weight:700;color:#46c8f6;font-family:Raleway,sans-serif}.featured-products{padding:30px;text-align:center}.feature-image img{width:400px;border:none!important}a.feature-add-to-cart{display:block;color:#fff!important;padding:0;width:210px;height:42px;display:flex;justify-content:center;align-items:center;font-style:normal;font-weight:400;font-size:18px;line-height:26px;text-align:center;transition:.4s!important;border:2px solid #46c8f6;text-decoration:none;background:#46c8f6;margin:0 auto}a.feature-add-to-cart:hover{background:transparent;border:2px solid #46c8f6;color:#46c8f6!important}.what-is-CHRONIC-DISEASE{padding:30px;background:#4A965B;background:-webkit-linear-gradient(bottom left,#4A965B,#6399C5);background:-moz-linear-gradient(bottom left,#4A965B,#6399C5);background:linear-gradient(to top right,#4A965B,#6399C5)}.CHRONIC-DISEASE-dividation{display:flex;align-items:center;justify-content:center}.CHRONIC-DISEASE-text-side{width:50%}.CHRONIC-DISEASE-image-side{width:50%;text-align:center}.CHRONIC-DISEASE-image-side img{border:none!important}.CHRONIC-DISEASE-text-side h2{font-size:70px;font-weight:800;color:#fff;font-family:Raleway,sans-serif;margin:0}.CHRONIC-DISEASE-text-side p{color:#fff;font-size:24px}.what-is-mechanism{padding:30px;background:#805BBA;background:-webkit-linear-gradient(bottom left,#805BBA,#6399C5);background:-moz-linear-gradient(bottom left,#805BBA,#6399C5);background:linear-gradient(to top right,#805BBA,#6399C5)}.mechanism-dividation{display:flex;align-items:center;justify-content:center}.mechanism-text-side{width:50%}.mechanism-image-side{width:50%;text-align:center}.mechanism-image-side img{border:none!important}.mechanism-text-side h2{font-size:70px;font-weight:800;color:#fff;font-family:Raleway,sans-serif;margin:0}.mechanism-text-side p{color:#fff;font-size:24px}.tudca-faq{padding:30px;background:#5BBA61;background:-webkit-linear-gradient(bottom left,#5BBA61,#6399C5);background:-moz-linear-gradient(bottom left,#5BBA61,#6399C5);background:linear-gradient(to top right,#5BBA61,#6399C5)}.tudca-faq-dividation{display:flex;align-items:center;justify-content:center}.tudca-faq-text-side{width:50%}.tudca-faq-image-side{width:50%;text-align:center}.tudca-faq-image-side img{border:none!important}.tudca-faq-text-side h2{font-size:70px;font-weight:800;color:#fff;font-family:Raleway,sans-serif;margin:0}.tudca-faq-text-side p{color:#fff;font-size:24px}.tudca-conclusion{padding:30px;background:#2D5C81;background:-webkit-linear-gradient(right,#2D5C81,#758898);background:-moz-linear-gradient(right,#2D5C81,#758898);background:linear-gradient(to left,#2D5C81,#758898)}.tudca-conclusion-dividation{display:flex;align-items:center;justify-content:center}.conclusion-left-side{width:50%}.conslusion-right-side{width:50%;text-align:center}.conslusion-right-side img{border:none!important}.conclusion-left-side h2{font-size:70px;font-weight:800;color:#fff;font-family:Raleway,sans-serif;margin:0}.conclusion-left-side p{color:#fff;font-size:24px}.conclusion-left-side a{color:#fff!important}.header__heading{width:100%}.header__heading-logo{height:auto;width:100%}}.slider__slide{--focus-outline-padding:.5rem;--shadow-padding-top:calc(var(--shadow-vertical-offset) * -1 + var(--shadow-blur-radius));--shadow-padding-bottom:calc(var(--shadow-vertical-offset) + var(--shadow-blur-radius));scroll-snap-align:start;flex-shrink:0;padding-bottom:50px}.list-social__item .icon{height:20px!important;width:20px!important}.section-template--16117124989151__multicolumn-padding isolate{width:100%!important}#shopify-section-template--16117124989151__1655468051530c164e,#shopify-section-template--16117124989151__1655122512aade0783{background-color:rgba(70,200,246,.1);padding:30px 10px 30px 10px;margin:0}.list-menu__item--link{text-decoration:none;padding-bottom:1rem;padding-top:1rem;line-height:10px!important}.section-template--16187054424287__1656677345ac17db27-padding isolate{width:100%!important}.section-template--16187054424287__1656677345ac17db27-padding{padding-top:36px;padding-bottom:36px;width:100%!important}}p.product__text.caption-with-letter-spacing{color:#000!important;font-weight:500!important}h2.product-recommendations__heading.h1{font-size:50px;color:#46c8f6;font-weight:900;letter-spacing:.4px;text-align:center;margin:30px 0}h2.product-recommendations__heading.h2{font-size:50px;color:#46c8f6;font-weight:900;letter-spacing:.4px;text-align:center;margin:30px 0}h2.collapsible-content__heading.h1{font-size:50px;color:#46c8f6;font-weight:900;letter-spacing:.4px;text-align:center;margin:30px 0}#Slide-template--16199030702303__165692894729fe417b-1{max-width:100%}#Slider-template--16199040368863__165692894729fe417b .multicolumn-list__item{max-width:100%}#Slider-template--16187054424287__1656677345ac17db27 li .multicolumn-card,#Slider-template--16196122935519__165692894729fe417b li .multicolumn-card,#Slider-template--16196199842015__165692894729fe417b li .multicolumn-card,#Slider-template--16196234084575__165692894729fe417b li .multicolumn-card,#Slider-template--16196169433311__165692894729fe417b li .multicolumn-card,#Slider-template--16199002783967__165692894729fe417b li .multicolumn-card,#Slider-template--16199040368863__165692894729fe417b li .multicolumn-card{background:#46c8f6;color:#fff}#Slider-template--16187054424287__1656677345ac17db27 li .multicolumn-card h3,#Slider-template--16196122935519__165692894729fe417b li .multicolumn-card h3,#Slider-template--16196199842015__165692894729fe417b li .multicolumn-card h3,#Slider-template--16196234084575__165692894729fe417b li .multicolumn-card h3,#Slider-template--16196169433311__165692894729fe417b li .multicolumn-card h3,#Slider-template--16199002783967__165692894729fe417b li .multicolumn-card h3,#Slider-template--16199040368863__165692894729fe417b li .multicolumn-card h3{color:#fff}#Slider-template--16187054424287__1656677345ac17db27 li .multicolumn-card a,#Slider-template--16196122935519__165692894729fe417b li .multicolumn-card a,#Slider-template--16196199842015__165692894729fe417b li .multicolumn-card a,#Slider-template--16196234084575__165692894729fe417b li .multicolumn-card a,#Slider-template--16196169433311__165692894729fe417b li .multicolumn-card a,#Slider-template--16199002783967__165692894729fe417b li .multicolumn-card a,#Slider-template--16199040368863__165692894729fe417b li .multicolumn-card a{color:#fff}#Slide-template--16199030702303__165692894729fe417b-1 .multicolumn-card{background:#46c8f6;color:#fff}#Slide-template--16199030702303__165692894729fe417b-1 .multicolumn-card__info h3{color:#fff}#Slide-template--16199030702303__165692894729fe417b-1 .multicolumn-card__info a{color:#fff}@media screen and (max-width:749px) .footer-block-image{text-align:left!important}@media(max-width:480px){h2.product-recommendations__heading.h2{font-size:28px}h2.product-recommendations__heading.h1{font-size:28px}div#testimonial-slide .testimonial-title{font-size:28px}h2.collapsible-content__heading.h1{font-size:28px}h2.collapsible-content__heading.h1{font-size:28px}.products-grid{display:block}}@media(max-width:768px){#shopify-section-template--16130700738783__main h1.article-template__title{font-size:24px}.overview-deep{padding:30px 30px}.contents-images{display:block}.contents-images .image-text{margin-bottom:20px}.dividation{display:block}.dividation .text-side{width:100%}.dividation .text-side h2{font-size:40px}.dividation .image-side{width:100%}.grids-custom{display:block}.grids-custom .grid-image-text{margin-bottom:20px}.video-blog iframe{width:100%}.images-hand-text{display:block}.images-hand-text .hand-with-text{width:100%}.images-hand-text .hand-with-text h2{font-size:40px}.images-hand-text .hand-with-image{width:100%}.grid-custom-suppliment{display:block}.grid-custom-suppliment .small-grids{margin-bottom:20px}.bpc-taking{display:block}.bpc-image{width:100%}.bpc-image h2{font-size:40px}.faq-bpc{display:block}.question-image{width:100%}.question-image h2{font-size:40px}.image-questions{width:100%}.conclusion-content h2{font-size:40px}#shopify-section-template--16130700738783__main .article-template__content{max-width:100%;padding:0 0}#shopify-section-template--16130700738783__main header.page-width.page-width--narrow{max-width:100%;width:100%;padding:0 30px}#shopify-section-template--16130700738783__main .article-template__social-sharing.page-width.page-width--narrow{max-width:100%;width:100%;padding:0 30px}#shopify-section-template--16130698346719__main h1.article-template__title{font-size:24px}.turkestrone-overview-content{display:block}.turkestrone-content{width:100%}.turkestrone-product{width:100%}.truckestrone-contents-images{display:block}.truckestrone-contents-images .truckestrone-image-text{margin-bottom:20px}.TURKESTERO-dividation{display:block}.TURKESTERO-text-side h2{font-size:40px}.TURKESTERO-text-side{width:100%}.TURKESTERO-image-side{width:100%}.ECDYSTEROIDS-dividation{display:block}.ECDYSTEROIDS-text-side h2{font-size:40px}.ECDYSTEROIDS-text-side{width:100%}.ECDYSTEROIDS-image-side{width:100%}.STRENGTH-dividation{display:block}.STRENGTH-text-side h2{font-size:40px}.STRENGTH-text-side{width:100%}.STRENGTH-image-side{width:100%}.BENEFITS-dividation{display:block}.BENEFITS-text-side h2{font-size:40px}.BENEFITS-text-side{width:100%}.BENEFITS-image-side{width:100%}.HUMAN-STUDIES-text-side h2{font-size:40px}.HUMAN-STUDIES-dividation{display:block}.HUMAN-STUDIES-text-side{width:100%}.HUMAN-STUDIES-image-side{width:100%}.animal-studies-dividation{display:block}.animal-studies-text-side h2{font-size:40px}.animal-studies-text-side{width:100%}.animal-studies-image-side{width:100%}.PHARMACOKINETICS-text-side h2{font-size:40px}.PHARMACOKINETICS-dividation{display:block}.PHARMACOKINETICS-text-side{width:100%}.PHARMACOKINETICS-image-side{width:100%}.ANABOLIC-text-side h2{font-size:40px}.ANABOLIC-dividation{display:block}.ANABOLIC-text-side{width:100%}.ANABOLIC-image-side{width:100%}.how-to-take-turkestrone-text-side h2{font-size:40px}.how-to-take-turkestrone-dividation{display:block}.how-to-take-turkestrone-text-side{width:100%}.how-to-take-turkestrone-image-side{width:100%}.turkestrone-faq-text-side h2{font-size:40px}.turkestrone-faq-image-side{width:100%}.turkestrone-faq-text-side{width:100%}.turkestrone-faq-dividation{display:block}#shopify-section-template--16130698346719__main header.page-width.page-width--narrow{max-width:100%;width:100%}}.video-section.isolate.section-template--16196199842015__1656926433f6fbedf0-padding h2{font-size:32px;color:#46c8f6;font-weight:600;letter-spacing:.4px;text-align:center;margin:30px 0}.video-section.isolate.section-template--16196199842015__1657541947de7b6667-padding h2{font-size:32px;color:#46c8f6;font-weight:600;letter-spacing:.4px;text-align:center;margin:30px 0}section#shopify-section-template--16196199842015__1657630116fd3a1ce7 h2{font-size:32px;color:#46c8f6;font-weight:600;letter-spacing:.4px;text-align:center;margin:0 0 30px 0}section#shopify-section-template--16196199842015__16576301926b8234e0 .rich-text{margin:0;padding:0}section#shopify-section-template--16196199842015__16576301926b8234e0 h2{font-size:50px;color:#46c8f6;font-weight:900;letter-spacing:.4px;text-align:center;margin:30px 0}section#shopify-section-template--16196199842015__1657630281e6e08a1a h2.h1{font-size:32px;color:#46c8f6;font-weight:600;letter-spacing:.4px;text-align:center;margin:0 0 30px 0}section#shopify-section-template--16196199842015__16575422799533584b h2.h1{font-size:32px;color:#46c8f6;font-weight:600;letter-spacing:.4px;text-align:center}section#shopify-section-template--16196199842015__165692894729fe417b h2.h1{font-size:32px;color:#46c8f6;font-weight:600;letter-spacing:.4px;text-align:center}.product__title h1{font-size:32px;color:#46c8f6;font-weight:600;letter-spacing:.4px}div#ImageWithText--template--16196199842015__1657542454bd7cd95e h2{font-size:32px;color:#46c8f6;font-weight:600;letter-spacing:.4px}div#ProductInfo-template--16196199842015__main h2.h4.accordion__title{font-weight:500;color:#000!important}div#ProductInfo-template--16196199842015__main .product__accordion .accordion__content{padding:0;color:#000;font-size:16px}@media screen and (min-width:990px){#Slide-template--16196199842015__main-30480382984415{max-width:70%!important}}section#shopify-section-template--16196199842015__1657630116fd3a1ce7 p{color:#000}div#Banner-template--16196199842015__1657630218ebd438fc .banner__media.media{margin:0 auto;background:transparent}section#shopify-section-template--16196199842015__1657630281e6e08a1a p{color:#000}section#shopify-section-template--16196199842015__16575423122b879ed1{margin-top:50px}#shopify-section-template--16196199842015__16575423122b879ed1 .multicolumn-card.content-container{background:#46c8f6;color:#FFF}#shopify-section-template--16196199842015__16575423122b879ed1 .multicolumn-card.content-container h3{color:#fff}#shopify-section-template--16196199842015__16577246670be6d9a0 h2{font-size:50px;color:#46c8f6;font-weight:900;letter-spacing:.4px;text-align:center}div#ImageWithText--template--16196199842015__1657542454bd7cd95e{color:#000}@media(max-width:480px){#shopify-section-template--16196199842015__16577246670be6d9a0 h2{font-size:28px}#shopify-section-template--16196199842015__16577246670be6d9a0 .rich-text{padding-bottom:0}div#ImageWithText--template--16196199842015__1657542454bd7cd95e{padding-left:0;color:#000}}div#Banner-template--16196199842015__1657630218ebd438fc{display:none}section#shopify-section-template--16196199842015__1657630218ebd438fc{background:url(https://cdn.shopify.com/s/files/1/0648/0379/9263/files/Hista-Resist-logo2-1024x510_e48451b3-7309-4b97-926f-afa41d23afef.png?v=1657722629);height:50vh;background-repeat:no-repeat;background-position:center center;background-size:contain}div#Banner-template--16196199842015__16575447766446dfea{display:none}section#shopify-section-template--16196199842015__16575447766446dfea{background:url(https://cdn.shopify.com/s/files/1/0648/0379/9263/files/Histamine-Metabolism-1-1024x724_003e9d6e-44cb-4040-8420-6a7b39748335.png?v=1657725314);height:70vh;background-repeat:no-repeat;background-position:center center;background-size:contain}@media screen and (min-width:990px){#Slide-template--16196234084575__main-30485226881247{max-width:70%!important}}.video-section.isolate.section-template--16196234084575__1656926433f6fbedf0-padding h2{font-size:32px;color:#46c8f6;font-weight:600;letter-spacing:.4px;text-align:center;margin:30px 0}#shopify-section-template--16196234084575__165692894729fe417b li .multicolumn-card__image-wrapper{width:100px!important;height:100px!important;margin:20px auto}section#shopify-section-template--16196234084575__16576006372ab16d20 p{color:#fff!important}@media(max-width:480px){#shopify-section-template--16196234084575__165692894729fe417b li .multicolumn-card__image-wrapper{width:150px!important;height:150px!important;margin:10px 20px}}div#ProductInfo-template--16196169433311__main h2.h4.accordion__title{font-weight:500;color:#000!important}div#ProductInfo-template--16196169433311__main .product__accordion .accordion__content{padding:0;color:#000;font-size:16px}@media screen and (min-width:990px){#Slide-template--16196169433311__main-30505304293599{max-width:70%!important}}.video-section.isolate.section-template--16196169433311__1656926433f6fbedf0-padding h2{font-size:32px;color:#46c8f6;font-weight:600;letter-spacing:.4px;text-align:center;margin:30px 0}.video-section.isolate.section-template--16196169433311__1657603887947bbc5c-padding h2{font-size:32px;color:#46c8f6;font-weight:600;letter-spacing:.4px;text-align:center;margin:30px 0}section#shopify-section-template--16196169433311__165692894729fe417b li .multicolumn-card__image-wrapper{width:100px!important;height:100px!important;margin:20px auto}@media(max-width:480px){section#shopify-section-template--16196169433311__165692894729fe417b li .multicolumn-card__image-wrapper{width:150px!important;height:150px!important;margin:10px 20px}}#shopify-section-template--16196169433311__1657728373d4f0156e .rich-text{padding-bottom:0}#shopify-section-template--16196169433311__1657728373d4f0156e h2{font-size:50px;color:#46c8f6;font-weight:900;letter-spacing:.4px;text-align:center}@media (max-width:480px){#shopify-section-template--16196169433311__1657728373d4f0156e h2{font-size:28px}}@media screen and (min-width:990px){li#Slide-template--16199002783967__main-30485771780319{max-width:70%!important}}.video-section.isolate.section-template--16199002783967__1656926433f6fbedf0-padding h2{font-size:32px;color:#46c8f6;font-weight:600;letter-spacing:.4px;text-align:center;margin:30px 0}#shopify-section-template--16199002783967__165692894729fe417b li .multicolumn-card__image-wrapper{width:150px!important;height:150px!important;margin:20px auto}@media (max-width:480px){#shopify-section-template--16199002783967__165692894729fe417b li .multicolumn-card__image-wrapper{width:150px!important;height:150px!important;margin:10px 20px}}@media screen and (min-width:990px){li#Slide-template--16199030702303__main-30485900165343{max-width:70%!important}}.video_two{display:flex;gap:30px;width:calc(100% - 15rem);margin:0 auto;align-items:flex-end}.video_two iframe{width:100%;height:400px}.video_two .page-width{padding:0;width:50%;text-align:center}.video_two .page-width h2{font-size:24px;color:#46c8f6;font-weight:600;letter-spacing:.4px;text-align:center}@media(max-width:768px){.video_two{display:block}.video_two .page-width{width:100%}.video_two .page-width{margin-bottom:50px}}@media(max-width:480px){.video_two iframe{width:100%;height:100%}.video_two .page-width h2{font-size:16px}.video_two{width:calc(100% - 30px)}}
img.testimonial-image {
    width: 100%;
    max-width: 400px;
    border-radius: 10px;
    max-height: 500px;
}
.swiper .image-block {
    margin: 10px;
}
.swiper .text-block {
    margin-bottom: 35px;
}
.media.media--transparent.media--adapt {
    padding: unset !important;
    width: 150px;
    height: 150px;
    margin: 0 auto;
}
img.multicolumn-card__image {
    max-height: 150px;
    max-width: 150px;
}



      @media screen and (max-width: 736px)  { #shopify-section-template--16675271672031__1ccab83a-789d-4ce5-90a9-a376bcc876ea{display:none !important;}  }
      @media screen and (min-width: 737px)  { #shopify-section-template--16675271672031__e616731a-222d-4201-99a6-5ea46d7ec474{display:none !important;} }


#shopify-section-template--17546501325023__1661463856dbd3f07f, #shopify-section-template--17546501325023__slideshow_d8TeER{background-color:#46C8F6;}

.shopify-section-template--17546501325023__slideshow_d8TeER{padding:30px !important;}


      @media screen and (max-width: 736px)  { #shopify-section-template--16675271672031__1ccab83a-789d-4ce5-90a9-a376bcc876ea{display:none !important;}  }
      @media screen and (min-width: 737px)  { #shopify-section-template--16675271672031__e616731a-222d-4201-99a6-5ea46d7ec474{display:none !important;} }


#shopify-section-template--17546501325023__1661463856dbd3f07f, #shopify-section-template--17546501325023__slideshow_d8TeER{background-color:#46C8F6;}

.shopify-section-template--17546501325023__slideshow_d8TeER{padding:30px !important;}


.m-header{min-height:20px !importANT;}
